/* BrandBooking — standalone responsive homepage. No framework or font files required. */
:root{--ink:#141520;--muted:#676b7a;--line:#e9e9ee;--paper:#fff;--soft:#f7f8fa;--pink:#f32460;--pink-dark:#d7164e;--pink-soft:#fff0f5;--cyan:#02b8c8;--cyan-dark:#087e8d;--cyan-soft:#eafafb;--radius:20px;--container:1240px;--shadow:0 16px 45px rgba(26,28,46,.07);--font:"Inter","Be Vietnam Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;color:var(--ink);background:var(--paper);font:15px/1.7 var(--font);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit;cursor:pointer}button:disabled{cursor:default}img{display:block;max-width:100%;height:auto}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{line-height:1.22;letter-spacing:-.035em}h1,h2{font-weight:800}h3{font-weight:750}ul{margin:0;padding:0;list-style:none}button{border:0}button,a{touch-action:manipulation}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--cyan);outline-offset:5px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:0;border-color:var(--cyan);box-shadow:0 0 0 3px #02b8c81f}[hidden]{display:none!important}::selection{background:#ffd4e1}.container{width:min(var(--container),calc(100% - 96px));margin-inline:auto}.section{padding:92px 0}.section-anchor{scroll-margin-top:98px}.svg-defs{position:absolute;width:0;height:0;overflow:hidden}.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;vertical-align:middle}.skip-link{position:fixed;top:-100px;left:20px;background:#111;color:#fff;z-index:200;padding:12px 20px;border-radius:8px}.skip-link:focus{top:10px}.eyebrow{color:var(--pink);font-size:11px;font-weight:750;letter-spacing:.13em;display:flex;align-items:center;gap:11px;line-height:1.5;margin-bottom:18px}.eyebrow-line{width:25px;height:2px;background:currentColor}.pink-text{color:var(--pink)}.button{display:inline-flex;align-items:center;justify-content:center;gap:13px;border:1px solid transparent;padding:15px 22px;min-height:52px;border-radius:10px;font-weight:650;font-size:13px;line-height:1.5;transition:background .2s,transform .2s,box-shadow .2s;text-align:center;white-space:normal}.button:hover{transform:translateY(-2px)}.button .icon{width:18px;height:18px}.button-pink{color:#fff;background:var(--pink);box-shadow:0 7px 18px #f3246014}.button-pink:hover{background:var(--pink-dark);box-shadow:0 9px 23px #f3246030}.button-dark{background:var(--ink);color:#fff}.button-dark:hover{background:#292c3c}.button-outline{border-color:#d8d9e1;background:transparent}.button-outline:hover{background:#f4f5f7}.button-white{background:#fff;color:var(--ink)}.button-small{min-height:40px;padding:9px 15px;font-size:12px}.icon-button{width:43px;height:43px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:transparent}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;background:transparent;font-size:13px;font-weight:700;line-height:1.55;padding:0}.text-link:hover{color:var(--pink)}.text-link .icon{width:18px;height:18px}.small-label{font-size:10px;letter-spacing:.09em;font-weight:700;color:var(--muted);line-height:1.6}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--cyan);display:inline-block;box-shadow:0 0 0 4px #02b8c814;flex-shrink:0}.pill{background:#fff9;border:1px solid #fff;font-size:9px;letter-spacing:.05em;font-weight:700;line-height:1.5;padding:6px 10px;border-radius:30px}
/* Header */
.announcement{background:var(--ink);color:#d4d5db;font-size:10px}.announcement-inner{height:32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.announcement-inner>span{display:flex;align-items:center;gap:9px}.announcement strong{color:#fff;font-weight:600}.announcement-right{font-size:10px}.announcement-right b{color:#6a6c7a;font-weight:400;margin:0 3px}.demo-tag{font-size:8px;color:#b4bbc4;border:1px solid #444855;border-radius:4px;padding:0 6px;margin-left:14px;letter-spacing:.08em}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid #eceef180;transition:box-shadow .2s;backdrop-filter:blur(14px)}.site-header.scrolled{box-shadow:0 3px 25px #17182a0b}.header-inner{height:83px;display:flex;align-items:center;gap:35px}.brand{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;color:var(--ink)}.brand-mark{width:35px;height:38px;flex-shrink:0}.brand-word{font-size:25px;font-weight:850;letter-spacing:-1.05px;line-height:1.2}.brand-domain{font-size:16px;font-weight:450;letter-spacing:-.5px}.desktop-nav{display:flex;align-items:center;gap:27px;margin-left:auto}.desktop-nav>a{font-size:12px;font-weight:600;white-space:nowrap;display:flex;align-items:center;gap:4px;transition:color .2s;padding:15px 0}.desktop-nav>a:hover,.desktop-nav>a.current{color:var(--pink)}.desktop-nav .icon{width:13px;height:13px}.header-cta{font-size:12px;min-height:43px;padding:11px 16px}.menu-toggle{display:none}.mobile-menu{border-top:1px solid var(--line);background:#fff;padding:15px 0 20px;max-height:calc(100dvh - 75px);overflow:auto}.mobile-menu a{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid var(--line);font-size:15px;font-weight:600}
/* Hero */
.hero{overflow:hidden;background:radial-gradient(ellipse at 83% 20%,#eafafa 0,transparent 46%),radial-gradient(ellipse at 87% 86%,#fff0f4 0,transparent 45%),#fff}.hero-grid{display:grid;grid-template-columns:1.08fr 1fr;gap:48px;align-items:center;padding-top:70px;padding-bottom:74px;min-height:650px}.hero-copy{position:relative;z-index:2}.hero .eyebrow{font-size:10px;margin-bottom:22px;color:#626678}.hero h1{font-size:clamp(39px,4.03vw,58px);line-height:1.16;letter-spacing:-2.8px;font-weight:850}.underlined{position:relative;display:inline-block;z-index:0}.underlined:after{content:"";position:absolute;bottom:-1px;left:0;width:94%;height:6px;border-top:3px solid var(--cyan);border-radius:50%;transform:rotate(-4deg);z-index:-1}.hero-description{color:var(--muted);font-size:15px;line-height:1.8;max-width:515px;margin-top:25px}.hero-actions{display:flex;align-items:center;gap:12px;margin-top:28px}.hero-actions .button{font-size:12px;padding-inline:18px}.hero-checks{display:flex;flex-wrap:wrap;gap:22px;color:#656a77;margin-top:21px;font-size:11px}.hero-checks>span{display:flex;align-items:center;gap:7px}.hero-checks .icon{width:16px;height:16px;stroke-width:2;color:var(--cyan-dark)}.hero-focus{display:flex;align-items:center;gap:12px;margin-top:30px}.tiny-avatars{display:flex;padding-left:4px}.tiny-avatars img{width:31px;height:31px;object-fit:cover;border:2px solid white;border-radius:50%;margin-left:-5px}.hero-focus p{font-size:10px;line-height:1.65;color:#7d8090}.hero-focus p strong{color:#464a5c;font-weight:600}.hero-art{height:480px;position:relative;min-width:0}.hero-phone{position:absolute;width:232px;height:395px;top:25px;left:46%;transform:rotate(7deg);border:6px solid #161821;border-radius:35px;background:#111;box-shadow:17px 26px 40px #161b2c2b;z-index:3}.phone-screen{width:100%;height:100%;border-radius:28px;overflow:hidden;position:relative;background:#b9bab7}.phone-screen:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0003,transparent 27%,transparent 45%,#000b)}.phone-photo{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.phone-island{position:absolute;z-index:4;width:76px;height:16px;border-radius:0 0 15px 15px;background:#161821;top:0;left:calc(50% - 38px)}.phone-top{position:absolute;z-index:4;top:31px;left:0;right:0;display:flex;justify-content:center;gap:11px;font-size:8px;color:#fff;opacity:.9}.phone-top strong{position:relative;font-weight:600}.phone-top strong:after{content:"";position:absolute;width:15px;height:2px;background:#fff;bottom:-5px;left:calc(50% - 7px)}.phone-side{position:absolute;right:11px;bottom:114px;z-index:4;display:flex;flex-direction:column;gap:14px;color:#fff}.phone-side .icon{width:20px;height:20px;filter:drop-shadow(0 1px 2px #555)}.phone-side .icon:first-child{fill:#ff4a7e;stroke:#ff4a7e}.phone-bottom{position:absolute;left:15px;right:27px;bottom:27px;color:#fff;z-index:4;display:flex;flex-direction:column;gap:8px;line-height:1.4}.phone-bottom strong{font-size:16px;letter-spacing:-.3px}.phone-bottom>span:last-child{font-size:9px;opacity:.85}.phone-sponsor{font-size:6px;letter-spacing:.12em}.phone-home{position:absolute;width:74px;height:3px;background:#fff;left:calc(50% - 37px);bottom:10px;z-index:4;border-radius:5px}.art-orbit{position:absolute;border:1px solid #bcecef;border-radius:50%;width:430px;height:390px;top:40px;left:25px;transform:rotate(-25deg)}.orbit-two{width:530px;height:245px;left:-10px;top:140px;transform:rotate(-40deg);border-color:#f6cedc}.art-plus{color:var(--pink);position:absolute;right:7px;top:3px;font-size:37px;font-weight:400}.floating-label{position:absolute;top:10px;left:3px;font-size:9px;letter-spacing:.14em;display:flex;gap:8px;align-items:center;color:#424e5d;font-weight:650}.mini-creator{position:absolute;left:2px;top:65px;width:177px;background:white;padding:9px;border-radius:15px;box-shadow:var(--shadow);transform:rotate(-5deg);z-index:2}.mini-creator>img{width:100%;height:132px;object-fit:cover;object-position:60% 40%;border-radius:9px}.mini-creator>div{display:flex;flex-direction:column;padding:11px 3px 5px;line-height:1.5;gap:4px}.mini-creator strong{font-size:10px}.mini-creator>div>span{font-size:8px;color:var(--muted)}.mini-play{display:flex;align-items:center;justify-content:center;position:absolute;top:110px;right:15px;border:1px solid #fff5;background:#fff3;backdrop-filter:blur(4px);border-radius:50%;width:23px;height:23px;color:white}.mini-play .icon{width:10px;height:10px;fill:white}.match-card{position:absolute;left:0;right:47px;bottom:34px;z-index:5;display:flex;align-items:center;gap:10px;border:1px solid #f0f0f5;background:#fff;padding:15px;border-radius:14px;box-shadow:0 15px 38px #24263816;transform:rotate(-2deg)}.match-card>div{display:flex;flex-direction:column;gap:3px}.match-card strong{font-size:12px}.match-card>div>span{font-size:9px;color:var(--muted)}.match-icon{display:flex;align-items:center;justify-content:center;background:#ddf7ef;color:#168d68;width:35px;height:35px;border-radius:50%}.match-icon .icon{width:20px;height:20px}.match-decoration{margin-left:auto;font-size:27px;color:var(--pink);padding-left:10px}.hero-note{position:absolute;left:15px;top:293px;font-size:14px;line-height:1.45;letter-spacing:-.3px;font-weight:600;transform:rotate(-8deg);color:#687787}.hero-note svg{position:absolute;top:30px;left:94px;width:69px;height:41px;color:var(--cyan)}.visual-disclaimer{position:absolute;bottom:-5px;right:10px;left:0;text-align:center;font-size:8px;color:#7c8291}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding-block:27px}.trust-grid>div{display:flex;align-items:center;gap:13px;padding:0 24px;border-right:1px solid var(--line)}.trust-grid>div:first-child{padding-left:0}.trust-grid>div:last-child{border:0;padding-right:0}.trust-grid .icon{width:29px;height:29px;stroke-width:1.5}.trust-grid p{display:flex;flex-direction:column;gap:4px;line-height:1.6}.trust-grid strong{font-size:12px;font-weight:700}.trust-grid p span{font-size:10px;color:var(--muted)}
/* Heading and services */
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:36px}.section-heading>div{flex:1;min-width:0}.section-heading h2,h2{font-size:38px;line-height:1.22;letter-spacing:-1.3px}.section-heading>p{max-width:345px;font-size:13px;color:var(--muted);line-height:1.8;flex-shrink:0}.section-heading .eyebrow{margin-bottom:14px}.section-heading.centered{text-align:center;justify-content:center;margin-bottom:48px}.section-heading.centered .eyebrow{justify-content:center}.section-heading.centered p{color:var(--muted);font-size:13px;margin-top:18px}.main-services{display:grid;grid-template-columns:1fr 1fr;gap:22px}.service-card{position:relative;padding:30px 32px 32px;border-radius:var(--radius);overflow:hidden;border:1px solid #eee;isolation:isolate}.service-koc{background:#fff4f7;border-color:#ffe1eb}.service-kol{background:#edfafb;border-color:#d5f2f4}.service-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.service-icon{width:44px;height:44px;border-radius:13px;display:flex;align-items:center;justify-content:center;background:white;color:var(--pink)}.service-kol .service-icon{color:var(--cyan-dark)}.service-icon .icon{width:26px;height:26px}.service-card h3{font-size:25px;margin-bottom:13px}.service-card>p{color:var(--muted);font-size:13px;line-height:1.8;max-width:435px}.check-list{display:flex;flex-direction:column;gap:11px;margin:24px 0 28px;font-size:12px;color:#4f5360}.check-list li{display:flex;align-items:flex-start;gap:9px;line-height:1.65}.check-list .icon{width:16px;height:16px;stroke-width:2;color:var(--cyan-dark);margin-top:2px}.service-card .text-link{position:relative;z-index:2}.service-watermark{position:absolute;bottom:-15px;right:-9px;font-size:94px;line-height:1;font-weight:900;letter-spacing:-8px;color:#fbd7e3;opacity:.45;z-index:-1}.service-kol .service-watermark{color:#bcecef}.support-services{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:20px}.support-card{display:flex;align-items:flex-start;gap:17px;padding:26px 25px;border:1px solid var(--line);border-radius:16px;background:#fff}.support-card>div{min-width:0}.support-icon{width:42px;height:42px;border-radius:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.cyan-icon{background:var(--cyan-soft);color:var(--cyan-dark)}.pink-icon{background:var(--pink-soft);color:var(--pink)}.support-card h3{font-size:17px;margin:5px 0 8px;letter-spacing:-.5px}.support-card p{color:var(--muted);font-size:12px;line-height:1.75}.support-card .small-label{font-size:8px}.circle-link{width:31px;height:31px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--line);border-radius:50%;transition:color .2s,background .2s}.circle-link .icon{width:15px;height:15px}.circle-link:hover{background:var(--ink);color:white}
/* Creator cards */
.creator-section{background:var(--soft);border-top:1px solid #f0f1f4;border-bottom:1px solid #f0f1f4}.filter-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:30px 0 25px}.filter-tabs{display:flex;gap:7px;overflow-x:auto;padding:3px 2px 8px;scrollbar-width:thin;min-width:0}.filter-tab{font-size:11px;padding:8px 17px;border-radius:30px;white-space:nowrap;line-height:1.5;background:#fff;color:#686d7b;border:1px solid #e8e9ef;transition:all .2s;min-height:35px}.filter-tab.active{color:#fff;background:var(--ink);border-color:var(--ink)}.filter-tab:not(.active):hover{color:var(--pink);border-color:#ffc6d7}.filter-count{font-size:11px;color:var(--muted);white-space:nowrap}.creator-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:15px;align-items:start;min-height:294px}.creator-card{background:#fff;border:1px solid #e8e9ed;border-radius:15px;overflow:hidden;transition:transform .22s,box-shadow .22s}.creator-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.creator-photo{height:207px;position:relative;background:#e6e6e9;overflow:hidden}.creator-photo>img{width:100%;height:100%;object-fit:cover;object-position:50% 30%;transition:transform .4s}.creator-card:hover .creator-photo>img{transform:scale(1.025)}.creator-photo:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#151623aa);pointer-events:none}.sample-pill{position:absolute;left:10px;top:10px;z-index:1;font-size:8px;padding:3px 7px;border-radius:5px;background:#ffffffed;color:#5b606e;line-height:1.5}.save-creator{width:29px;height:29px;display:flex;align-items:center;justify-content:center;position:absolute;right:9px;top:8px;border-radius:50%;background:#ffffffec;z-index:2;color:var(--ink)}.save-creator .icon{width:14px;height:14px}.save-creator[aria-pressed=true]{background:var(--pink);color:#fff}.save-creator[aria-pressed=true] .icon{fill:currentColor}.photo-caption{position:absolute;left:11px;bottom:11px;font-size:8px;color:#fff;z-index:2;max-width:calc(100% - 20px)}.creator-info{padding:15px 12px 14px}.creator-info h3{font-size:13px;line-height:1.4;letter-spacing:-.35px;min-height:36px}.tags{display:flex;flex-wrap:wrap;gap:4px;margin:9px 0 14px}.tags span{background:#f2f4f7;color:#6a7080;font-size:8px;line-height:1.4;border-radius:4px;padding:4px 6px}.creator-info .text-link{font-size:10px;width:100%}.creator-info .icon{width:14px;height:14px}.sample-note{display:flex;align-items:flex-start;gap:8px;margin-top:19px;font-size:10px;color:#777e8b;line-height:1.65}.sample-note .icon{width:14px;height:14px;flex-shrink:0;margin-top:2px}.creator-cta{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:23px 27px;border-radius:14px;background:#fff;border:1px solid var(--line);margin-top:30px}.creator-cta>div{display:flex;flex-direction:column;gap:5px}.creator-cta strong{font-size:15px;letter-spacing:-.4px}.creator-cta span{font-size:12px;color:var(--muted)}.creator-cta .button{font-size:12px;min-height:43px;padding-block:10px}
/* Examples */
.scenario-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.scenario-card{overflow:hidden;border-radius:18px;border:1px solid var(--line);background:#fff}.scenario-image{position:relative;height:218px;overflow:hidden}.scenario-image>img{position:absolute;right:0;top:0;width:68%;height:100%;object-fit:cover;object-position:center 37%}.pink-scenario{background:#f9d6e2}.cyan-scenario{background:#d5efed}.dark-scenario{background:#2c3342}.scenario-image:after{content:"";position:absolute;inset:0;pointer-events:none}.pink-scenario:after{background:linear-gradient(90deg,#f9d6e2 18%,#f9d6e266 44%,transparent 70%)}.cyan-scenario:after{background:linear-gradient(90deg,#d5efed 18%,#d5efed44 44%,transparent 70%)}.dark-scenario:after{background:linear-gradient(90deg,#2c3342 18%,#2c334244 48%,transparent 70%)}.scenario-tag{position:absolute;top:18px;left:18px;z-index:2;border:1px solid #ffffff80;background:#ffffffcc;font-size:8px;font-weight:650;letter-spacing:.06em;border-radius:5px;padding:5px 8px}.scenario-number{position:absolute;bottom:10px;left:21px;z-index:2;font-size:76px;letter-spacing:-6px;line-height:1;font-weight:800;color:#fffc}.scenario-content{padding:25px 24px 27px}.scenario-content h3{font-size:21px;line-height:1.35;letter-spacing:-.6px}.scenario-content p{font-size:12px;line-height:1.85;color:var(--muted);margin-top:13px;min-height:68px}.scenario-content .text-link{font-size:11px;margin-top:19px}
/* Process */
.process-section{background:#fbfcfd;border-top:1px solid var(--line)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;position:relative}.process-grid:before{content:"";position:absolute;left:40px;right:40px;top:25px;border-top:1px dashed #d7dae4}.process-step{position:relative}.step-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:22px}.step-icon{display:flex;align-items:center;justify-content:center;background:#fff;color:var(--pink);width:52px;height:52px;border:1px solid #e6e7ec;border-radius:15px;box-shadow:0 5px 15px #2e314508;z-index:1}.step-number{color:#b3b7c2;font-size:12px;font-weight:650;background:#fbfcfd;padding-left:10px;z-index:1}.process-step:nth-child(2n) .step-icon{color:var(--cyan-dark)}.process-step h3{font-size:17px;margin-bottom:13px;letter-spacing:-.5px}.process-step p{color:var(--muted);font-size:12px;line-height:1.85}.process-note{border-top:1px solid var(--line);margin-top:40px;padding-top:23px;display:flex;align-items:center;gap:12px;font-size:12px;color:#5c6170}.process-note>.icon{color:var(--cyan-dark);width:20px;height:20px}.process-note .text-link{margin-left:auto;font-size:11px}
/* Why us */
.difference-section{padding-top:50px;padding-bottom:50px}.difference-panel{border-radius:25px;background:#171a24;color:white;padding:60px;display:grid;grid-template-columns:1fr 1fr;gap:85px;position:relative;overflow:hidden;isolation:isolate}.difference-panel:before{content:"";position:absolute;width:370px;height:370px;left:-130px;bottom:-240px;background:radial-gradient(circle,#02b8c854,transparent 66%);z-index:-1}.difference-intro .eyebrow{color:#6cdae3;font-size:10px}.difference-intro h2{font-size:35px;line-height:1.25;letter-spacing:-1px}.difference-intro>p{color:#aeb4c1;font-size:13px;line-height:1.9;margin-top:19px;max-width:350px}.brand-creator-art{display:flex;align-items:center;margin-top:27px;margin-bottom:30px;height:60px;gap:11px}.brand-creator-art span{display:flex;align-items:center;justify-content:center;padding:13px 22px;font-size:12px;letter-spacing:.06em;line-height:1.3;font-weight:750;border:1px solid #fd488454;background:#f3246012;color:#ff88aa;border-radius:10px;transform:rotate(-6deg)}.brand-creator-art span:last-child{color:#63dbe7;border-color:#02b8c863;background:#02b8c811;transform:rotate(6deg)}.brand-creator-art b{font-weight:400;font-size:25px;color:#6e7587}.difference-intro>.button{font-size:12px;min-height:46px}.difference-list{display:flex;flex-direction:column;justify-content:center}.difference-list article{display:flex;align-items:flex-start;gap:18px;padding:20px 0;border-bottom:1px solid #363a47}.difference-list article:first-child{padding-top:0}.difference-list article:last-child{border:0;padding-bottom:0}.difference-list article>span{font-size:10px;color:#69d2db;font-weight:650;line-height:2.3}.difference-list h3{font-size:17px;line-height:1.4;letter-spacing:-.3px}.difference-list p{color:#aeb4c1;font-size:12px;line-height:1.8;margin-top:8px}
/* Pricing */
.pricing-section{padding-top:50px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px;align-items:stretch}.pricing-card{padding:30px 27px 27px;border:1px solid var(--line);border-radius:18px;position:relative;display:flex;flex-direction:column;background:#fff}.pricing-card .small-label{font-size:9px;margin-bottom:12px}.pricing-card h3{font-size:22px;margin-bottom:13px;letter-spacing:-.65px}.pricing-description{font-size:12px;line-height:1.8;color:var(--muted);min-height:64px}.price-label{font-weight:700;font-size:17px;letter-spacing:-.5px;padding:25px 0 21px;margin-top:8px;border-bottom:1px solid var(--line);line-height:1.5}.pricing-card .check-list{font-size:11px;flex:1;margin-bottom:28px}.pricing-card>.button{font-size:11px;padding:12px 13px;width:100%}.pricing-card.featured{border:1.5px solid var(--pink);background:linear-gradient(#fff6f9,#fff 65%)}.featured-label{position:absolute;top:-13px;left:22px;right:22px;background:var(--pink);color:#fff;text-align:center;border-radius:5px;padding:5px 6px;font-size:8px;font-weight:700;letter-spacing:.06em;line-height:1.5}.pricing-note{color:#7b818f;display:flex;align-items:center;justify-content:center;gap:8px;font-size:10px;margin-top:24px}.pricing-note .icon{width:14px;height:14px}
/* Editorial */
.knowledge-section{background:var(--soft)}.knowledge-section .section-heading h2{font-size:33px}.knowledge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.knowledge-card{padding:0;background:#fff;border:1px solid var(--line);border-radius:16px;text-align:left;overflow:hidden;transition:transform .2s,box-shadow .2s}.knowledge-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.editorial-art{height:167px;display:flex;align-items:center;justify-content:space-between;padding:30px;gap:15px;overflow:hidden;position:relative}.editorial-art:after{content:"";position:absolute;width:140px;height:140px;border:1px solid currentColor;opacity:.13;right:-35px;top:-50px;border-radius:50%}.editorial-art>span{font-size:25px;font-weight:800;letter-spacing:-1px;line-height:1.2;position:relative;z-index:1}.editorial-art em{font-style:normal;opacity:.55}.editorial-art>.icon{width:62px;height:62px;stroke-width:1;opacity:.6;transform:rotate(8deg)}.editorial-pink{background:#ffe6ee;color:#ad2950}.editorial-cyan{background:#dff5f7;color:#13616f}.editorial-dark{background:#232733;color:#fff}.knowledge-content{padding:24px}.knowledge-content .small-label{font-size:8px}.knowledge-content h3{font-size:18px;line-height:1.4;margin-top:10px;letter-spacing:-.5px}.knowledge-content .text-link{margin-top:20px;font-size:11px;width:100%}
/* FAQ */
.faq-grid{display:grid;grid-template-columns:.8fr 1.35fr;gap:90px}.faq-intro h2{font-size:38px;margin-bottom:17px}.faq-intro>p{color:var(--muted);font-size:13px;max-width:270px}.faq-intro .text-link{font-size:12px;margin-top:25px}.faq-item{border-bottom:1px solid var(--line)}.faq-item:first-child{border-top:1px solid var(--line)}.faq-item summary{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:22px 0;cursor:pointer;list-style:none;font-size:13px;font-weight:650;line-height:1.7}.faq-item summary::-webkit-details-marker{display:none}.faq-toggle{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#f4f5f8;border-radius:50%;transition:transform .2s}.faq-toggle .icon{width:14px;height:14px}.faq-item[open] .faq-toggle{transform:rotate(45deg);background:var(--pink-soft);color:var(--pink)}.faq-answer{padding:0 35px 24px 0}.faq-answer p{font-size:12px;line-height:1.9;color:var(--muted)}
/* Inquiry form */
.inquiry-section{background:radial-gradient(ellipse at 0% 40%,#fff1f5,transparent 60%),#f6f9fa;border-top:1px solid var(--line)}.inquiry-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:75px;align-items:start}.inquiry-copy{padding-top:20px}.inquiry-copy h2{font-size:46px;line-height:1.18;letter-spacing:-1.8px}.inquiry-copy>p{max-width:345px;font-size:13px;line-height:1.85;color:var(--muted);margin-top:22px}.inquiry-points{display:flex;flex-direction:column;gap:22px;margin-top:36px}.inquiry-points>div{display:flex;align-items:flex-start;gap:14px}.inquiry-points>div>span{font-size:10px;line-height:29px;width:29px;height:29px;text-align:center;border-radius:8px;color:var(--pink);background:#ffe6ee;flex-shrink:0;font-weight:650}.inquiry-points p{color:var(--muted);font-size:11px;line-height:1.8}.inquiry-points strong{font-size:12px;color:#3e4252;font-weight:650}.form-demo-note{display:flex;gap:10px;align-items:flex-start;background:#ffffffa8;border:1px solid #eaebf1;border-radius:12px;padding:17px;margin-top:30px;font-size:10px;line-height:1.8;color:#797f8d;max-width:370px}.form-demo-note>.icon{width:16px;height:16px;color:var(--cyan-dark);margin-top:2px}.form-demo-note strong{font-weight:650;color:#525b6c}.inquiry-form-wrap{background:white;border:1px solid #e7eaf0;border-radius:20px;padding:32px;box-shadow:0 14px 45px #262d4507}.form-heading{display:flex;align-items:center;gap:13px;margin-bottom:27px}.form-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--pink-soft);color:var(--pink);border-radius:12px}.form-icon .icon{width:24px;height:24px}.form-heading h3{font-size:21px;line-height:1.4;letter-spacing:-.5px}.form-heading p{font-size:11px;color:var(--muted);margin-top:3px}#brief-form{display:flex;flex-direction:column;gap:17px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}label{font-size:11px;font-weight:600;color:#4d5261;line-height:1.6;display:block;min-width:0}label .required{color:var(--pink);margin-left:3px}input:not([type=checkbox]),select,textarea{display:block;width:100%;min-width:0;border:1px solid #e1e3ea;border-radius:8px;padding:11px 12px;min-height:43px;background:#fff;font-size:11px;font-weight:400;line-height:1.7;color:var(--ink);margin-top:7px;transition:border-color .2s,box-shadow .2s}input::placeholder,textarea::placeholder{color:#989ca8}select{appearance:none;padding-right:30px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23858a97' stroke-width='1.5'%3E%3Cpath d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 9px center}textarea{resize:vertical;min-height:99px}.consent{display:flex;align-items:flex-start;gap:9px;font-size:10px;font-weight:400;color:#737a89;line-height:1.7;cursor:pointer}.consent input{width:14px;height:14px;flex-shrink:0;accent-color:var(--pink);margin:3px 0 0}.form-submit{width:100%;font-size:12px;min-height:48px}.form-footnote{display:flex;align-items:center;justify-content:center;gap:6px;font-size:9px;color:#8a8e9a;text-align:center}.form-footnote .icon{width:13px;height:13px}.form-shortlist{padding:12px;background:#f7f8fa;border:1px solid var(--line);border-radius:9px}.form-shortlist>strong{font-size:10px;color:#59616e}.form-shortlist>div{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.selected-chip{display:inline-flex;align-items:center;gap:5px;border-radius:5px;border:1px solid #ebd4dc;background:#fff5f8;font-size:9px;color:#b02551;padding:5px 7px;line-height:1.4}.selected-chip .icon{width:11px;height:11px}
/* Footer */
.site-footer{background:#171922;color:#fff;padding-top:56px}.footer-grid{display:grid;grid-template-columns:1.5fr .85fr .85fr 1.15fr;gap:40px;padding-bottom:47px}.brand-light{color:#fff}.brand-light .brand-word{font-size:25px}.footer-brand>p{font-size:11px;color:#a3a8b7;line-height:1.85;margin-top:19px}.footer-brand-tag{display:inline-block;font-size:8px;letter-spacing:.15em;border:1px solid #424550;padding:6px 10px;line-height:1.6;border-radius:5px;color:#7cbbc1;margin-top:20px}.footer-grid h3{font-size:12px;letter-spacing:0;margin:10px 0 19px}.footer-grid>div:not(:first-child)>a,.footer-grid>div>button{display:flex;align-items:center;gap:6px;color:#a3a8b7;font-size:11px;line-height:1.8;margin-top:11px;text-align:left;background:none;padding:0}.footer-grid>div>a:hover,.footer-grid>div>button:hover{color:#fff}.footer-grid .icon{width:13px;height:13px}.footer-contact>p{font-size:10px;color:#707786;margin-top:18px;line-height:1.85}.footer-contact .footer-contact-link{color:#6dd8e3!important}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid #343743;padding-block:21px;color:#7b8090;font-size:9px}.footer-bottom b{font-weight:400;margin:0 8px}.mobile-bottom-bar{display:none}.back-to-top{position:fixed;bottom:24px;right:20px;z-index:40;border:1px solid #e2e4e9;background:#fff;box-shadow:0 3px 13px #2221;width:38px;height:38px}.back-to-top .icon{transform:rotate(-90deg);width:18px;height:18px}.shortlist-bar{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:60;display:flex;align-items:center;gap:17px;padding:12px 15px 12px 20px;background:#fff;border:1px solid #e1e4eb;border-radius:13px;box-shadow:0 10px 60px #16182729;white-space:nowrap}.shortlist-bar>span{display:flex;gap:7px;align-items:center;font-size:12px}.shortlist-bar>span>.icon{width:17px;height:17px;color:var(--pink)}.shortlist-clear{background:none;color:#888;font-size:10px;text-decoration:underline;padding:6px}.toast{position:fixed;z-index:110;top:100px;left:50%;transform:translate(-50%,-15px);background:var(--ink);color:#fff;padding:12px 22px;border-radius:10px;box-shadow:var(--shadow);font-size:12px;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;max-width:calc(100% - 30px);text-align:center}.toast.show{opacity:1;transform:translate(-50%,0)}.noscript-note{position:fixed;bottom:0;left:0;right:0;background:#fff2ce;color:#765500;padding:12px;z-index:200;text-align:center}
/* Functional dialogs */
.content-modal{border:1px solid #e3e7ee;border-radius:22px;width:min(690px,calc(100% - 40px));max-height:88dvh;padding:38px;background:#fff;color:var(--ink);box-shadow:0 35px 100px #090d2933;overflow:auto;overscroll-behavior:contain}.content-modal::backdrop{background:#0d10216b;backdrop-filter:blur(5px)}.modal-close{position:absolute;right:14px;top:13px;width:34px;height:34px;background:#f3f5f7;z-index:2}.modal-close:hover{background:#e9ecf1}.content-modal h2{font-size:28px;line-height:1.3;margin:8px 0 17px;letter-spacing:-1px;max-width:94%}.content-modal .eyebrow{margin-bottom:12px;font-size:9px;padding-right:35px}.modal-body p{font-size:13px;color:var(--muted);line-height:1.9;margin:15px 0}.modal-body h3{font-size:17px;margin-top:25px;letter-spacing:-.3px}.modal-body ul{list-style:none;padding:0;margin:15px 0}.modal-body li{font-size:12px;line-height:1.8;color:var(--muted);padding:8px 0 8px 19px;position:relative;border-bottom:1px solid #f0f1f4}.modal-body li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--cyan);position:absolute;top:16px;left:1px}.modal-note{font-size:11px!important;padding:15px 17px;border-radius:10px;background:#f6f8fa;border:1px solid var(--line)}.modal-actions{display:flex;gap:10px;margin-top:25px;flex-wrap:wrap}.modal-actions .button{font-size:12px;padding:12px 17px;min-height:44px}.profile-header{display:flex;gap:20px;align-items:center;margin:7px 0 24px}.profile-header img{width:104px;height:125px;object-fit:cover;border-radius:12px}.profile-header h2{font-size:25px}.profile-header .small-label{font-size:9px;color:var(--pink)}.brief-result{font:12px/1.8 var(--font);white-space:pre-wrap;overflow-wrap:anywhere;background:#f6f8fa;border:1px solid var(--line);padding:18px;border-radius:12px;max-height:360px;overflow:auto;color:#515767}.preview-warning{border:1px solid #ccebef;color:#3c6d73;background:#eefafb;padding:12px 15px;border-radius:9px;font-size:11px;margin:16px 0;line-height:1.8}body.modal-open{overflow:hidden}
/* Tablet and laptop */
@media(min-width:1500px){.hero-grid{gap:70px}.hero h1{font-size:59px}.hero-phone{left:45%}}
@media(max-width:1180px){.container{width:calc(100% - 64px)}.header-inner{gap:22px}.desktop-nav{gap:20px}.brand-word{font-size:23px}.brand-mark{width:31px}.header-cta{font-size:11px;padding-inline:12px}.hero-grid{gap:22px;min-height:600px;padding-top:55px;padding-bottom:55px}.hero h1{font-size:45px;letter-spacing:-2px}.hero-description{font-size:14px}.hero-actions{gap:9px}.hero-actions .button{font-size:11px;padding:13px 14px;gap:8px}.hero-art{transform:scale(.91);transform-origin:center right;height:440px}.hero-phone{left:40%}.mini-creator{left:-20px;width:155px;top:70px}.mini-creator>img{height:120px}.hero-note{left:-15px;top:283px}.match-card{left:-18px;right:10px;bottom:-2px}.visual-disclaimer{bottom:-37px;left:-20px;right:0}.floating-label{left:-15px;top:15px}.trust-grid>div{padding-inline:17px;gap:10px}.trust-grid strong{font-size:11px}.trust-grid p span{font-size:9px}.trust-grid .icon{width:25px;height:25px}.section-heading h2,h2{font-size:34px}.section-heading>p{max-width:290px;font-size:12px}.creator-grid{gap:10px}.creator-photo{height:183px}.creator-info{padding-inline:10px}.creator-info h3{font-size:12px}.creator-info .text-link{font-size:9px}.tags span{font-size:7px}.scenario-content h3{font-size:19px}.difference-panel{padding:45px;gap:50px}.difference-intro h2{font-size:31px}.inquiry-grid{gap:45px}.inquiry-copy h2{font-size:41px}.inquiry-form-wrap{padding:27px}.footer-grid{gap:28px}.footer-brand .brand-word{font-size:22px}}
@media(max-width:980px){.desktop-nav{display:none}.header-cta{margin-left:auto}.menu-toggle{display:inline-flex}.header-inner{height:76px}.container{width:calc(100% - 48px)}.hero-grid{grid-template-columns:1.1fr 1fr;gap:20px;padding-top:50px;padding-bottom:50px;min-height:565px}.hero h1{font-size:38px;letter-spacing:-1.8px}.hero .eyebrow{font-size:8px;letter-spacing:.09em}.hero-description{font-size:12px;line-height:1.85}.hero-actions{flex-wrap:wrap}.hero-actions .button{font-size:10px;min-height:44px;padding:11px 13px}.hero-checks{font-size:9px;gap:13px}.hero-focus{margin-top:22px}.hero-focus p{font-size:8px}.hero-art{height:390px;transform:scale(.78);transform-origin:center right;margin-left:-30px}.hero-phone{left:28%}.mini-creator{left:-80px}.hero-note{left:-62px}.floating-label{left:-67px}.match-card{left:-70px;right:0;bottom:-45px}.visual-disclaimer{left:-65px;bottom:-76px;font-size:9px}.orbit-one{left:-70px}.orbit-two{left:-90px}.trust-grid{grid-template-columns:repeat(2,1fr);gap:24px;padding-block:26px}.trust-grid>div:nth-child(2){border:0}.trust-grid>div:nth-child(3){padding-left:0}.trust-grid strong{font-size:12px}.trust-grid p span{font-size:10px}.section{padding:65px 0}.section-heading h2,h2{font-size:31px}.section-heading{gap:25px}.section-heading>p{max-width:245px;font-size:11px}.eyebrow{font-size:9px}.service-card{padding:25px}.service-top{gap:13px}.pill{font-size:7px}.service-card h3{font-size:23px}.service-card>p{font-size:12px}.check-list{font-size:11px}.support-card{padding:21px 18px;gap:12px}.support-card h3{font-size:15px}.support-card p{font-size:11px}.support-icon{width:35px;height:35px}.support-icon .icon{width:21px;height:21px}.support-card .circle-link{width:26px;height:26px}.creator-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.creator-photo{height:230px}.creator-info{padding:16px}.creator-info h3{font-size:15px;min-height:0}.tags span{font-size:9px}.creator-info .text-link{font-size:11px}.sample-pill{font-size:9px}.photo-caption{font-size:10px}.filter-count{display:none}.scenario-grid{gap:17px}.scenario-image{height:176px}.scenario-tag{left:12px;top:13px;font-size:6px;padding:5px 6px}.scenario-number{font-size:65px;left:15px}.scenario-content{padding:21px 18px}.scenario-content h3{font-size:17px}.scenario-content p{font-size:11px;min-height:78px}.scenario-content .text-link{font-size:10px;gap:5px}.process-grid{gap:20px}.process-step h3{font-size:14px}.process-step p{font-size:11px}.step-icon{width:45px;height:45px}.process-note{font-size:11px;gap:9px}.difference-section{padding:30px 0}.difference-panel{padding:40px;gap:35px}.difference-intro h2{font-size:28px}.difference-intro>p{font-size:12px}.difference-list h3{font-size:15px}.difference-list p{font-size:11px}.brand-creator-art span{font-size:10px;padding:13px 15px}.pricing-section{padding-top:40px}.pricing-grid{gap:15px}.pricing-card{padding:26px 18px 20px}.pricing-card h3{font-size:18px}.pricing-description{font-size:11px;min-height:75px}.price-label{font-size:15px}.pricing-card .check-list{font-size:10px}.pricing-card>.button{font-size:9px;gap:6px;padding-inline:9px}.featured-label{font-size:6px;left:12px;right:12px}.knowledge-section .section-heading h2{font-size:29px}.knowledge-section .section-heading>.small-label{max-width:130px;font-size:8px}.knowledge-grid{gap:16px}.editorial-art{height:145px;padding:22px}.editorial-art>span{font-size:22px}.editorial-art>.icon{width:37px;height:37px;opacity:.5}.knowledge-content{padding:20px}.knowledge-content h3{font-size:16px}.knowledge-content .text-link{font-size:10px}.faq-grid{gap:45px;grid-template-columns:.8fr 1.2fr}.faq-intro h2{font-size:31px}.faq-intro p{font-size:12px}.faq-intro .text-link{font-size:11px}.faq-item summary{font-size:12px;gap:20px}.faq-answer p{font-size:11px}.inquiry-grid{gap:32px;grid-template-columns:.75fr 1.25fr}.inquiry-copy h2{font-size:35px}.inquiry-copy>p{font-size:12px}.inquiry-points p{font-size:10px}.inquiry-points strong{font-size:11px}.inquiry-points>div{gap:10px}.form-demo-note{font-size:9px;padding:14px}.inquiry-form-wrap{padding:23px}.form-heading h3{font-size:18px}.form-heading p{font-size:10px}.form-row{gap:12px}label{font-size:10px}input:not([type=checkbox]),select,textarea{font-size:11px;padding-inline:10px}.footer-grid{grid-template-columns:1.3fr 1fr 1fr;gap:28px}.footer-contact{grid-column:1/-1;border-top:1px solid #343743;padding-top:20px;display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:20px}.footer-contact h3{grid-column:1/-1;margin-top:0;margin-bottom:5px}.footer-contact p{margin-top:11px}.footer-bottom{font-size:8px;gap:25px}.footer-bottom>span:last-child{max-width:300px;text-align:right}}
/* Mobile: real responsive layout, not a scaled desktop page. */
@media(max-width:720px){html{scroll-padding-top:86px}.container{width:calc(100% - 40px)}.section{padding:56px 0}.announcement-inner{height:29px;justify-content:center;font-size:9px}.announcement-right{display:none!important}.header-inner{height:69px;gap:12px}.brand-mark{width:29px;height:33px}.brand-word{font-size:23px}.brand-domain{font-size:14px}.header-cta{display:none}.menu-toggle{margin-left:auto;width:37px;height:37px;border:1px solid var(--line);border-radius:9px}.menu-toggle .icon{width:20px;height:20px}.section-anchor{scroll-margin-top:83px}.hero-grid{display:flex;flex-direction:column;gap:0;padding-top:36px;padding-bottom:20px;min-height:0}.hero-copy{width:100%}.hero .eyebrow{font-size:9px;margin-bottom:19px;letter-spacing:.06em}.hero h1{font-size:clamp(35px,6.7vw,47px);letter-spacing:-1.9px;line-height:1.2}.hero-description{font-size:14px;line-height:1.8;margin-top:20px;max-width:540px}.hero-actions{gap:10px;margin-top:23px;flex-wrap:nowrap}.hero-actions .button{font-size:11px;min-height:48px;padding:12px 15px;gap:8px}.hero-actions .button-outline{padding:12px 12px}.hero-checks{font-size:10px;gap:20px;margin-top:19px}.hero-focus{margin-top:23px;gap:10px}.hero-focus p{font-size:9px}.tiny-avatars img{width:28px;height:28px}.hero-art{margin:28px auto 0;width:440px;max-width:100%;height:426px;transform:none;position:relative;align-self:center}.hero-phone{width:210px;height:351px;left:43%;top:21px;border-width:5px;border-radius:30px;transform:rotate(7deg)}.phone-screen{border-radius:24px}.phone-photo{object-position:50% 30%}.phone-top{top:30px;font-size:7px;gap:8px}.phone-bottom{bottom:24px;left:13px;right:28px;gap:7px}.phone-bottom strong{font-size:14px}.phone-bottom>span:last-child{font-size:8px}.phone-side{right:10px;bottom:101px;gap:13px}.phone-side .icon{width:18px;height:18px}.hero-note{left:9px;top:249px;font-size:13px}.hero-note svg{top:31px;left:76px;width:60px}.mini-creator{width:153px;left:0;top:52px;transform:rotate(-5deg);padding:8px}.mini-creator>img{height:108px}.mini-creator strong{font-size:9px}.mini-creator>div>span{font-size:7px}.mini-play{top:88px;width:21px;height:21px}.floating-label{left:0;top:3px;font-size:8px}.art-plus{right:0;font-size:28px;top:0}.orbit-one{width:350px;height:290px;left:10px;top:67px}.orbit-two{width:430px;height:190px;left:-8px;top:135px}.match-card{left:0;right:32px;bottom:29px;padding:13px;border-radius:12px;gap:10px}.match-card strong{font-size:11px}.match-card>div>span{font-size:8px}.match-icon{width:31px;height:31px}.match-decoration{font-size:24px}.visual-disclaimer{left:0;right:0;bottom:1px;font-size:8px}.trust-grid{padding-block:23px;gap:22px 15px}.trust-grid>div{border:0;padding:0;gap:10px;align-items:flex-start}.trust-grid .icon{width:23px;height:23px;margin-top:2px}.trust-grid strong{font-size:10px;line-height:1.5}.trust-grid p span{font-size:9px;line-height:1.6}.trust-grid p{gap:4px}.section-heading{display:block;margin-bottom:28px}.section-heading h2,h2{font-size:29px;line-height:1.25;letter-spacing:-1px}.section-heading .eyebrow{font-size:9px;margin-bottom:13px}.section-heading>p{font-size:12px;max-width:100%;margin-top:18px;line-height:1.85}.main-services{grid-template-columns:1fr;gap:17px}.service-card{padding:25px}.service-top{margin-bottom:19px}.service-icon{width:43px;height:43px}.pill{font-size:8px;padding:6px 8px}.service-card h3{font-size:25px;margin-bottom:11px}.service-card>p{font-size:13px;max-width:95%}.check-list{font-size:11px;margin-top:22px;gap:12px}.service-card .text-link{font-size:12px}.support-services{grid-template-columns:1fr;gap:14px;margin-top:16px}.support-card{padding:20px;gap:13px}.support-icon{width:37px;height:37px}.support-card .small-label{font-size:8px}.support-card h3{font-size:16px}.support-card p{font-size:11px;line-height:1.8}.support-card .circle-link{width:26px;height:26px}.support-card .circle-link .icon{width:13px;height:13px}.filter-toolbar{margin-top:22px;margin-bottom:18px;margin-right:-20px;gap:0}.filter-tabs{width:100%;padding-right:20px;scrollbar-width:none}.filter-tabs::-webkit-scrollbar{display:none}.filter-tab{font-size:11px;padding:9px 15px;min-height:38px}.creator-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;min-height:0}.creator-photo{height:230px}.creator-info{padding:13px 12px}.creator-info h3{font-size:13px;min-height:36px}.tags{gap:4px;margin-top:7px;margin-bottom:13px}.tags span{font-size:8px;padding:4px 5px}.creator-info .text-link{font-size:10px}.sample-pill{font-size:8px;left:8px;top:9px}.save-creator{width:28px;height:28px;right:7px;top:7px}.photo-caption{font-size:8px;left:9px;bottom:10px}.sample-note{font-size:9px;line-height:1.8;gap:7px;margin-top:18px}.sample-note .icon{width:13px;height:13px}.creator-cta{flex-direction:column;align-items:flex-start;gap:18px;padding:22px;margin-top:24px}.creator-cta strong{font-size:14px;line-height:1.5}.creator-cta span{font-size:11px;line-height:1.75}.creator-cta .button{font-size:11px;padding-inline:16px;min-height:43px}.scenario-grid{grid-template-columns:1fr;gap:20px}.scenario-image{height:235px}.scenario-tag{font-size:8px;top:18px;left:18px;padding:6px 9px}.scenario-number{font-size:78px;left:24px;bottom:12px}.scenario-content{padding:24px}.scenario-content h3{font-size:23px;line-height:1.3}.scenario-content h3 br{display:none}.scenario-content p{font-size:12px;min-height:0;margin-top:12px;line-height:1.85}.scenario-content .text-link{font-size:11px;margin-top:19px}.process-grid{grid-template-columns:1fr 1fr;gap:28px 23px}.process-grid:before{display:none}.step-top{margin-bottom:17px}.step-icon{width:43px;height:43px;border-radius:12px}.step-icon .icon{width:22px;height:22px}.step-number{font-size:11px}.process-step h3{font-size:15px;line-height:1.45;margin-bottom:10px}.process-step p{font-size:11px;line-height:1.85}.process-note{margin-top:28px;flex-wrap:wrap;gap:10px;font-size:10px;align-items:flex-start;line-height:1.8}.process-note>span{flex:1}.process-note>.icon{width:18px;height:18px;margin-top:1px}.process-note .text-link{margin-left:28px;flex-basis:100%;justify-content:flex-start;font-size:11px;gap:11px}.difference-section{padding:28px 0}.difference-panel{grid-template-columns:1fr;padding:30px 25px;gap:32px;border-radius:19px}.difference-intro .eyebrow{font-size:9px}.difference-intro h2{font-size:29px;line-height:1.25;letter-spacing:-1px}.difference-intro>p{font-size:12px;max-width:100%;margin-top:18px}.brand-creator-art{margin-top:19px;margin-bottom:23px}.brand-creator-art span{font-size:12px;padding:14px 22px}.difference-intro>.button{font-size:11px;min-height:43px;padding:11px 16px}.difference-list article{gap:14px;padding:20px 0}.difference-list article:first-child{padding-top:20px;border-top:1px solid #363a47}.difference-list h3{font-size:16px}.difference-list p{font-size:12px;line-height:1.85}.difference-list article>span{font-size:10px}.pricing-section{padding-top:34px}.section-heading.centered{text-align:left;margin-bottom:31px}.section-heading.centered .eyebrow{justify-content:flex-start}.section-heading.centered p{font-size:12px;margin-top:17px;line-height:1.85}.pricing-grid{grid-template-columns:1fr;gap:27px}.pricing-card{padding:27px 25px}.pricing-card h3{font-size:24px}.pricing-card .small-label{font-size:9px}.pricing-description{font-size:12px;min-height:0}.price-label{font-size:19px;padding:21px 0}.pricing-card .check-list{font-size:12px;margin:22px 0 26px}.pricing-card>.button{font-size:12px;min-height:47px;padding:12px 15px}.featured-label{left:25px;right:auto;font-size:8px;padding:5px 11px;top:-13px}.pricing-card.featured{padding-top:31px}.pricing-note{font-size:9px;justify-content:flex-start;align-items:flex-start;gap:7px;line-height:1.8}.pricing-note .icon{margin-top:2px}.knowledge-section .section-heading h2{font-size:29px}.knowledge-section .section-heading>.small-label{display:block;margin-top:17px;max-width:100%;font-size:8px}.knowledge-grid{grid-template-columns:1fr;gap:20px}.editorial-art{height:175px;padding:30px}.editorial-art>span{font-size:30px;line-height:1.2}.editorial-art>.icon{width:63px;height:63px}.knowledge-content{padding:24px}.knowledge-content h3{font-size:21px;line-height:1.4}.knowledge-content h3 br{display:none}.knowledge-content .text-link{font-size:12px;margin-top:20px}.knowledge-content .small-label{font-size:9px}.faq-grid{grid-template-columns:1fr;gap:28px}.faq-intro h2{font-size:29px;margin-bottom:15px}.faq-intro h2 br{display:none}.faq-intro>p{font-size:12px;max-width:100%}.faq-intro .text-link{margin-top:16px}.faq-item summary{font-size:12px;padding:21px 0;gap:22px;line-height:1.8}.faq-answer{padding-right:16px;padding-bottom:22px}.faq-answer p{font-size:12px}.inquiry-grid{grid-template-columns:1fr;gap:27px}.inquiry-copy{padding-top:0}.inquiry-copy h2{font-size:37px;line-height:1.2;letter-spacing:-1.5px}.inquiry-copy>p{font-size:12px;max-width:100%;margin-top:19px}.inquiry-points{gap:18px;margin-top:26px}.inquiry-points p{font-size:11px}.inquiry-points strong{font-size:12px}.inquiry-points>div{gap:13px}.form-demo-note{max-width:100%;margin-top:24px;font-size:10px;padding:16px}.inquiry-form-wrap{padding:24px 21px;border-radius:17px}.form-heading{gap:11px;margin-bottom:8px}.form-heading h3{font-size:20px}.form-heading p{font-size:10px}.form-icon{width:39px;height:39px;border-radius:10px}.form-icon .icon{width:22px;height:22px}.form-row{grid-template-columns:1fr;gap:17px}label{font-size:12px}input:not([type=checkbox]),select,textarea{font-size:16px;min-height:46px;padding:11px 12px}input::placeholder,textarea::placeholder{font-size:13px}select{font-size:14px;padding-right:27px}textarea{font-size:14px}.consent{font-size:10px;line-height:1.8;gap:10px}.consent input{width:15px;height:15px;margin-top:3px}.form-submit{font-size:12px;min-height:48px}.form-footnote{font-size:8px;gap:5px}.site-footer{padding-top:39px;padding-bottom:66px}.footer-grid{grid-template-columns:1fr 1fr;gap:25px;padding-bottom:30px}.footer-brand{grid-column:1/-1}.footer-brand .brand-word{font-size:25px}.footer-brand>p{font-size:12px;margin-top:16px}.footer-brand-tag{margin-top:15px}.footer-grid h3{font-size:12px;margin-top:7px;margin-bottom:17px}.footer-grid>div:not(:first-child)>a,.footer-grid>div>button{font-size:11px;margin-top:12px}.footer-contact{display:block;grid-column:1/-1;padding-top:24px}.footer-contact h3{margin-bottom:13px}.footer-contact p{max-width:280px;font-size:10px}.footer-bottom{display:block;padding-block:22px;font-size:9px}.footer-bottom>span{display:block}.footer-bottom>span:last-child{text-align:left;max-width:100%;font-size:8px;margin-top:8px}.mobile-bottom-bar{position:fixed;z-index:55;bottom:0;left:0;right:0;display:flex;align-items:center;gap:20px;padding:10px 20px max(10px,env(safe-area-inset-bottom));background:#fffffff5;backdrop-filter:blur(10px);border-top:1px solid #e6e8ed;box-shadow:0 -5px 20px #191f3f06}.mobile-bottom-bar>a:first-child{display:flex;align-items:center;gap:6px;font-size:11px;flex-shrink:0}.mobile-bottom-bar>a:first-child>.icon{width:19px;height:19px}.mobile-bottom-bar>.button{flex:1;font-size:12px;min-height:43px;padding:10px 15px}.shortlist-bar{bottom:79px;left:12px;right:12px;transform:none;padding:10px 11px;gap:7px;justify-content:space-between;white-space:normal}.shortlist-bar>span{font-size:10px;gap:5px}.shortlist-bar>span>.icon{width:14px;height:14px}.shortlist-clear{font-size:9px;padding:4px}.shortlist-bar .button{font-size:9px;padding:9px 10px;min-height:34px;gap:5px}.shortlist-bar .button .icon{width:13px;height:13px}.back-to-top{right:13px;bottom:79px;width:32px;height:32px;opacity:.85}.shortlist-bar:not([hidden])~.back-to-top{bottom:143px}.toast{top:83px;font-size:11px;width:max-content;max-width:calc(100% - 30px);padding:11px 15px}.content-modal{width:calc(100% - 26px);max-height:86dvh;padding:29px 22px;border-radius:16px}.content-modal h2{font-size:24px;line-height:1.3;letter-spacing:-.6px;max-width:93%;margin-bottom:14px}.content-modal .eyebrow{font-size:8px}.modal-body p{font-size:12px}.modal-body h3{font-size:16px}.modal-body li{font-size:11px}.modal-close{right:10px;top:10px;width:29px;height:29px}.modal-close .icon{width:17px;height:17px}.modal-actions .button{font-size:11px;padding:11px 13px}.profile-header{gap:13px;margin-top:12px}.profile-header img{width:79px;height:99px}.profile-header h2{font-size:20px}.profile-header .small-label{font-size:8px}.brief-result{font-size:11px;padding:13px;max-height:38dvh}.preview-warning{font-size:10px;padding:12px}.modal-note{font-size:10px!important;padding:13px}}
@media(max-width:430px){.hero h1{font-size:34px;letter-spacing:-1.6px}.hero .eyebrow{font-size:8px;letter-spacing:.04em}.hero-actions{gap:8px}.hero-actions .button{font-size:10px;padding-inline:12px;gap:6px}.hero-actions .button .icon{width:15px;height:15px}.hero-checks{gap:13px;font-size:9px}.hero-art{height:390px;margin-top:32px}.hero-phone{width:181px;height:313px;top:24px;left:44%;border-width:5px;border-radius:28px}.phone-screen{border-radius:22px}.phone-top{font-size:6px;gap:6px;top:26px}.phone-island{width:59px;height:13px;left:calc(50% - 29px)}.phone-bottom{left:11px;right:22px;bottom:23px}.phone-bottom strong{font-size:12px}.phone-bottom>span:last-child{font-size:7px}.phone-side{bottom:90px;right:9px;gap:12px}.phone-side .icon{width:16px;height:16px}.phone-sponsor{font-size:5px}.mini-creator{width:133px;top:58px}.mini-creator>img{height:99px}.mini-creator strong{font-size:8px}.mini-creator>div>span{font-size:6px}.mini-creator>div{padding:9px 2px 3px}.mini-play{top:80px;right:13px;width:19px;height:19px}.hero-note{top:241px;font-size:11px;left:2px}.hero-note svg{width:50px;left:68px;top:24px}.match-card{left:0;right:21px;bottom:27px;padding:12px;gap:8px}.match-card strong{font-size:10px}.match-card>div>span{font-size:7px}.match-icon{width:27px;height:27px}.match-icon .icon{width:16px;height:16px}.match-decoration{font-size:20px}.visual-disclaimer{font-size:7px;bottom:2px}.art-orbit{width:300px;height:280px;left:8px;top:50px}.orbit-two{width:370px;height:170px;left:-6px;top:130px}.floating-label{top:5px;font-size:7px}.art-plus{right:5px;top:0}.creator-photo{height:192px}.creator-info h3{font-size:12px}.creator-info{padding:12px 10px}.creator-info .text-link{font-size:9px}.tags span{font-size:7px}.creator-grid{gap:11px}.section-heading h2,h2{font-size:27px}.scenario-image{height:211px}.scenario-content h3{font-size:22px}.difference-intro h2{font-size:27px}.inquiry-copy h2{font-size:34px}.brand-word{font-size:22px}.brand-domain{font-size:13px}.form-heading h3{font-size:18px}.form-footnote{font-size:7px}}
@media(max-width:359px){.container{width:calc(100% - 32px)}.hero h1{font-size:30px;letter-spacing:-1.5px}.hero-actions{flex-wrap:wrap}.hero-actions .button-pink{flex:1}.hero-actions .button-outline{min-height:43px}.hero-art{transform:scale(.91);transform-origin:top center;margin-bottom:-35px;width:310px;max-width:none}.hero-checks{font-size:8px;gap:9px}.brand-word{font-size:20px}.brand-domain{font-size:12px}.trust-grid{column-gap:11px}.trust-grid strong{font-size:9px}.trust-grid p span{font-size:8px}.trust-grid .icon{width:20px;height:20px}.service-card{padding:22px}.service-card h3{font-size:22px}.pill{font-size:7px}.creator-photo{height:166px}.creator-info h3{font-size:11px}.creator-info .text-link{font-size:8px}.photo-caption{font-size:7px}.support-card{padding:18px 14px;gap:10px}.support-card h3{font-size:14px}.support-card .circle-link{width:23px;height:23px}.section-heading h2,h2{font-size:25px}.process-step h3{font-size:14px}.difference-panel{padding:27px 21px}.difference-intro h2{font-size:25px}.brand-creator-art span{padding:12px 17px;font-size:10px}.inquiry-form-wrap{padding:22px 17px}.form-heading h3{font-size:17px}.mobile-bottom-bar{padding-inline:16px;gap:13px}.mobile-bottom-bar>a:first-child{font-size:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.button:hover,.creator-card:hover,.knowledge-card:hover{transform:none}}
@media print{.announcement,.site-header,.mobile-bottom-bar,.shortlist-bar,.back-to-top,.toast,dialog{display:none!important}.section{padding:35px 0}.container{width:100%}.hero-grid{min-height:0}.site-footer{padding-bottom:0}.creator-card,.service-card,.scenario-card,.pricing-card{break-inside:avoid}body{-webkit-print-color-adjust:exact;print-color-adjust:exact}a[href]:after{content:none}}

@media(max-width:359px){.filter-toolbar{margin-right:-16px}.filter-tabs{padding-right:16px}}

.button:disabled{opacity:.6;cursor:not-allowed;transform:none}
