@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(fonts/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/font-7.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/font-8.ttf) format('truetype');
}

:root{--paper:#f7f8f5;--ink:#111615;--muted:#58605d;--line:#dce0da;--blue:#2045ef;--lime:#d9fc64;--dark:#111714;--display:'Space Grotesk',Arial,sans-serif;--body:'Manrope',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;max-width:100%}::selection{background:var(--lime);color:var(--ink)}:focus-visible{outline:3px solid var(--blue);outline-offset:5px}.skip{position:fixed;top:-100px;left:20px;z-index:100;background:var(--lime);padding:15px}.skip:focus{top:12px}.header{height:94px;display:flex;align-items:center;justify-content:space-between;padding:0 4.3%;border-bottom:1px solid var(--line);background:var(--paper);gap:30px;position:relative;z-index:40}.brand{display:flex;align-items:center;gap:7px;font-weight:800;font-size:24px;letter-spacing:-1.2px;white-space:nowrap}.brand img{border-radius:8px}.brand-dot{font-size:12px;vertical-align:top;margin-left:2px}.header nav{display:flex;gap:32px;font-size:14px;font-weight:600}.header nav a{position:relative}.header nav a:after{content:'';height:1px;background:currentColor;position:absolute;bottom:-3px;left:0;right:100%;transition:right .25s}.header nav a:hover:after{right:0}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:54px;padding:14px 24px;border-radius:100px;font-size:14px;font-weight:700;border:1px solid transparent;transition:background .2s,transform .3s}.button span{font-size:21px;line-height:1;transition:transform .3s}.button:hover span{transform:translate(3px,-3px)}.button:hover{transform:translateY(-2px)}.button-dark{background:var(--ink);color:white}.button-blue{background:var(--blue);color:white}.hero{display:grid;grid-template-columns:1.04fr 1fr;min-height:720px;padding:26px 26px 0 4.3%;gap:18px}.hero-copy{padding:43px 0 26px;position:relative;z-index:2}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.3px;display:flex;align-items:center;gap:10px;margin:0 0 35px}.status-dot{width:7px;height:7px;border-radius:50%;display:inline-block;background:var(--blue);flex-shrink:0}h1{font-family:var(--display);font-size:clamp(64px,6.9vw,108px);font-weight:500;line-height:.96;letter-spacing:-6.5px;margin:0 0 30px}h1 span{color:var(--blue);white-space:nowrap}.hero-desc{font-size:22px;line-height:1.45;margin:0 0 16px;letter-spacing:-.6px}.hero-detail{font-size:15px;color:var(--muted);margin:0 0 26px;line-height:1.6}.hero-actions{display:flex;align-items:center;gap:25px}.text-link{font-size:14px;font-weight:600;display:inline-flex;gap:20px;align-items:center}.text-link span{font-size:21px}.hero-foot{display:flex;align-items:center;gap:18px;margin-top:39px}.hero-foot>span:first-child{font-size:21px;font-weight:700;letter-spacing:2px}.hero-foot>span:last-child{font-size:10px;letter-spacing:1px;color:var(--muted)}.hero-art{position:relative;overflow:hidden;background:#1a39f0;border-radius:10px;min-width:0;margin-bottom:24px;isolation:isolate}.signal-art{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.art-topline{display:flex;justify-content:space-between;position:relative;color:white;font-size:11px;letter-spacing:1.2px;padding:28px 27px;gap:20px}.signal-caption{position:relative;font-family:var(--display);font-size:clamp(29px,3vw,48px);line-height:1.03;letter-spacing:-1.7px;color:white;margin:5px 30px}.floating-result{position:absolute;bottom:88px;left:28px;right:50px;max-width:330px;display:flex;align-items:center;padding:18px;gap:15px;background:var(--lime);border-radius:8px;box-shadow:0 18px 45px #0002;transform:rotate(-5deg);color:var(--ink)}.result-logo{width:46px;height:46px;border:1px solid #1114;border-radius:50%;display:grid;place-items:center;font-size:28px}.floating-result strong{display:block;font-family:var(--display);font-size:36px;line-height:1.1;font-weight:500;letter-spacing:-2px}.floating-result div>span{font-size:12px}.result-trend{margin-left:auto;font-size:24px}.art-bottom{position:absolute;bottom:25px;left:28px;color:white;display:flex;align-items:center;gap:8px;font-size:9px;letter-spacing:.8px}.art-bottom .status-dot{background:var(--lime)}.trust-strip{padding:34px 4.3% 40px;border-bottom:1px solid var(--line)}.trust-strip>p{font-size:10px;letter-spacing:1.6px;color:var(--muted);text-align:center;margin:0 0 25px}.trust-strip>div{display:flex;align-items:center;justify-content:space-around;gap:26px;flex-wrap:wrap}.trust-strip strong{font-size:25px;font-family:var(--display);font-weight:500;letter-spacing:-1px}.trust-strip strong:nth-child(2){font-weight:700}.trust-strip strong span{font-weight:400;margin-left:4px}@media(min-width:1600px){.header,.hero,.trust-strip{padding-left:max(4.3%,calc((100vw - 1500px)/2));padding-right:max(26px,calc((100vw - 1540px)/2))}.hero{min-height:810px}}@media(max-width:1100px){.hero{min-height:650px}.header nav{gap:20px}h1{font-size:7.2vw;letter-spacing:-4px}.hero-copy{padding-top:30px}.eyebrow{font-size:10px;margin-bottom:26px}.hero-desc{font-size:19px}.hero-foot>span:last-child{font-size:9px}.hero-actions{gap:18px}.hero-actions .button{padding:13px 20px;gap:20px}.art-topline{padding:25px 20px;font-size:9px}.signal-caption{margin-left:22px}.floating-result{left:22px;right:22px}.hero-detail{font-size:14px}}@media(max-width:760px){.header{height:80px;padding:0 22px;gap:14px}.brand{font-size:21px}.header nav{display:none}.header-cta{min-height:43px;padding:10px 17px;gap:15px;font-size:12px}.hero{grid-template-columns:1fr;padding:0 18px;gap:15px;min-height:0}.hero-copy{padding:36px 5px 12px}h1{font-size:clamp(56px,12vw,86px);letter-spacing:-3.5px;margin-bottom:25px}.eyebrow{font-size:10px;margin-bottom:25px}.hero-desc{font-size:20px}.hero-art{height:470px;margin-bottom:6px}.signal-art{object-position:50% 60%}.signal-caption{font-size:40px;margin-top:10px}.hero-foot{margin:28px 0 10px}.hero-detail{font-size:15px}.floating-result{max-width:270px;bottom:75px}.art-topline{font-size:10px}.art-bottom{font-size:9px;left:20px}.trust-strip{padding:26px 22px 35px}.trust-strip>div{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;gap:22px 12px}.trust-strip strong{font-size:20px}.trust-strip strong span{display:block;line-height:.7;margin:0}.hero-actions{gap:22px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
/* Shared visual system */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[hidden]{display:none!important}.section{padding:100px 4.3%}.section-top{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:48px}.section-top .eyebrow{margin-bottom:22px}h2,h3,h4{font-family:var(--display);font-weight:500}h2{font-size:clamp(40px,4.6vw,72px);letter-spacing:-3.2px;line-height:1.08;margin:0}h3{font-size:30px;letter-spacing:-1px;line-height:1.2;margin:0}p{margin-top:0}.blue-text{color:var(--blue)}.muted,.subtle{color:var(--muted)}.section-description{font-size:16px;max-width:360px;color:var(--muted);margin:0}.section-description p:last-child{margin-bottom:0}.button-lime{background:var(--lime);color:var(--ink)}.button-outline{border-color:#1117;background:transparent;color:var(--ink)}.button-outline:hover{background:var(--ink);color:white}.eyebrow{font-size:12px}.header{position:sticky;top:0}.header-actions{display:flex;align-items:center;gap:12px}.header-actions .button{min-height:48px;padding:12px 22px}.menu-toggle{display:none;width:44px;height:44px;background:none;border:1px solid var(--line);border-radius:50%;padding:11px}.menu-toggle span{display:block;height:1.5px;background:var(--ink);margin:6px 0;transition:transform .3s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.75px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.75px) rotate(-45deg)}.header nav a[aria-current]{color:var(--blue)}.hero-detail{font-size:16px}.hero-foot{gap:14px}.hero-foot>span:last-child{font-size:12px;letter-spacing:.7px}.art-topline,.art-bottom{font-size:12px;letter-spacing:.5px}.art-bottom{right:22px;line-height:1.5}.hero-art{--tilt-x:0deg;--tilt-y:0deg}.signal-art{transform:scale(1.03) translate3d(var(--move-x,0px),var(--move-y,0px),0);transition:transform .7s cubic-bezier(.2,.7,.2,1);will-change:transform}.floating-result{animation:float-card 6s ease-in-out infinite}.art-topline,.signal-caption,.floating-result,.art-bottom{z-index:1}.hero-copy h1{animation:hero-enter .9s both cubic-bezier(.2,.8,.2,1)}.hero-copy .hero-desc{animation:hero-enter .9s .1s both cubic-bezier(.2,.8,.2,1)}.trust-strip>p{font-size:12px;letter-spacing:1px}.trust-strip .client-logo{display:flex;align-items:center;gap:10px;font-family:var(--display);font-size:23px;font-weight:500;letter-spacing:-.7px}.client-logo img{width:35px;height:35px;object-fit:cover;border-radius:7px;filter:grayscale(1);transition:filter .3s}.client-logo:hover img{filter:none}.trust-strip .client-more{font-size:12px;margin:32px 0 0;letter-spacing:.2px}.intro{display:grid;grid-template-columns:1.2fr 1fr;gap:45px 70px}.intro .eyebrow{margin-bottom:25px}.intro h2{font-size:clamp(38px,4.1vw,62px)}.intro-copy{padding-top:48px;max-width:490px}.intro-copy>p:first-child{font-size:22px;letter-spacing:-.6px;line-height:1.5}.intro-copy .muted{font-size:16px}.stats{display:grid;grid-template-columns:repeat(3,1fr);grid-column:1/-1;border-top:1px solid var(--line);padding-top:40px}.stats>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding-left:12%}.stats>div+div{border-left:1px solid var(--line)}.stats>div:first-child{padding-left:0}.stats strong{font-family:var(--display);font-weight:500;font-size:72px;letter-spacing:-4px;line-height:1.2;font-variant-numeric:tabular-nums}.stats span{font-size:14px;color:var(--muted)}.feature-wrap{padding:0 26px}.feature-campaign{display:grid;grid-template-columns:1fr 1fr;min-height:630px;border-radius:12px;overflow:hidden;background:var(--dark);color:white}.feature-visual{position:relative;overflow:hidden;min-width:0;background:#98b9a3}.feature-visual>img{height:100%;width:100%;object-fit:cover;filter:brightness(.78);transition:transform .8s}.feature-visual:hover>img{transform:scale(1.04)}.feature-tag{position:absolute;top:30px;left:32px;font-size:12px;letter-spacing:1px}.feature-brand{position:absolute;bottom:42px;left:32px;font-size:52px;font-weight:500;letter-spacing:-2.8px;line-height:1;font-family:var(--display)}.feature-brand span{display:block}.circle-link{position:absolute;bottom:35px;right:32px;width:65px;height:65px;display:grid;place-items:center;background:var(--lime);color:var(--ink);border-radius:50%;font-size:30px;transition:transform .3s}.circle-link:hover{transform:rotate(45deg)}.feature-content{padding:48px 8% 46px}.feature-content .eyebrow{color:var(--lime);margin-bottom:28px}.feature-content h2{font-size:clamp(40px,4.5vw,68px);letter-spacing:-2.5px}.feature-content>p:not(.eyebrow){font-size:16px;color:#c2c9c3;margin:25px 0}.feature-results{display:flex;gap:55px;margin:34px 0}.feature-results strong{display:block;font-family:var(--display);font-size:51px;letter-spacing:-2px;color:var(--lime);font-weight:500;line-height:1.2}.feature-results span{font-size:12px;color:#c2c9c3}.tags{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 30px}.tags>span{font-size:12px;padding:5px 11px;border:1px solid #ffffff35;border-radius:100px}.feature-content .text-link{border-bottom:1px solid #fff5;padding-bottom:6px}.filter-bar{display:flex;border-bottom:1px solid var(--line);gap:20px;margin-top:28px}.filter-bar button{background:none;border:0;color:var(--muted);font-size:14px;padding:12px 0;position:relative;white-space:nowrap}.filter-bar button.active{color:var(--ink);font-weight:700}.filter-bar button.active:after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--blue)}.work-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:45px 25px}.work-visual{height:420px;position:relative;border-radius:10px;overflow:hidden;isolation:isolate}.purple{background:#dbd4ff}.green{background:#e0e9c7}.peach{background:#f6d4be}.blue{background:#c8ddfa}.stone{background:#d6ddd7}.pink{background:#efcee2}.work-overline{position:absolute;inset:24px 26px auto;display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:600;letter-spacing:-.5px;z-index:2}.work-overline>span:last-child{font-size:23px}.post-window{position:absolute;top:85px;left:28%;width:58%;height:100%;transform:rotate(-6deg);border-radius:12px;background:#000;overflow:hidden;box-shadow:0 25px 40px #0002;transition:transform .65s cubic-bezier(.2,.8,.2,1)}.post-window img{width:100%;height:auto}.work-card:hover .post-window{transform:rotate(-2deg) translateY(-10px)}.work-metric{position:absolute;bottom:28px;left:27px;z-index:2;background:var(--paper);padding:13px 22px 15px;border-radius:7px;box-shadow:0 10px 35px #0001;transform:rotate(-3deg)}.work-metric strong{display:block;font-family:var(--display);font-size:48px;font-weight:500;letter-spacing:-2.5px;line-height:1.1}.work-metric span{font-size:12px;color:var(--muted)}.work-open{position:absolute;right:23px;bottom:23px;width:44px;height:44px;border-radius:50%;background:var(--ink);color:white;display:grid;place-items:center;font-size:24px;transition:background .25s,transform .25s}.work-card:hover .work-open{background:var(--blue);transform:rotate(45deg)}.work-caption{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 0 0}.work-caption h3{font-size:24px;letter-spacing:-.7px;margin-bottom:5px}.work-caption p{font-size:14px;color:var(--muted);margin:0}.work-caption>span{font-size:12px;color:var(--muted);white-space:nowrap}.work-engagement{font-size:12px;color:var(--muted);margin:10px 0 0}.work-more{display:flex;align-items:center;justify-content:space-between;margin-top:40px;border-top:1px solid var(--line);padding-top:25px}.work-count{font-size:14px;color:var(--muted);margin:0}.hunt-proof{margin-top:54px;padding:25px 30px;border:1px solid var(--line);border-radius:10px;display:flex;gap:20px;align-items:center}.hunt-symbol{background:#eb613b;color:white;border-radius:50%;width:50px;height:50px;display:grid;place-items:center;font-size:30px;font-weight:700;flex-shrink:0}.hunt-proof strong{font-size:18px;letter-spacing:-.3px}.hunt-proof p{font-size:14px;color:var(--muted);margin:3px 0 0}.hunt-proof .text-link{margin-left:auto;white-space:nowrap}.services-section{padding:90px 4.3%;background:var(--dark);color:var(--paper)}.services-section .eyebrow{color:#adb8ad}.services-section h2>span{color:#a9bca9}.services-section .section-description{color:#b1bcb4}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid #ffffff2b;border-left:1px solid #ffffff2b}.service-card{padding:32px 30px 30px;border-right:1px solid #ffffff2b;border-bottom:1px solid #ffffff2b;position:relative;transition:background .3s}.service-card:hover{background:#243028}.service-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:44px}.service-top>span:first-child{font-size:12px;color:#a9b4ad}.service-icon{font-size:37px;font-family:var(--display);line-height:1;color:var(--lime);height:42px}.service-card h3{font-size:29px;margin-bottom:12px}.service-card h4{font-size:16px;letter-spacing:-.3px;margin:0 0 8px;font-family:var(--body);font-weight:500}.service-card p{color:#adb8b0;font-size:15px;line-height:1.8;margin-bottom:30px}.service-platform{font-size:12px;letter-spacing:1px;color:#bdc9bf}.service-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:35px;gap:30px}.service-bottom>p{font-size:16px;color:#c0cbc2;margin:0}.marquee{background:var(--lime);overflow:hidden;padding:24px 0;border-top:1px solid var(--dark);border-bottom:1px solid var(--dark)}.marquee>div{display:flex;align-items:center;width:max-content;gap:48px;animation:marquee 32s linear infinite}.marquee span{white-space:nowrap;font-family:var(--display);font-size:43px;font-weight:500;letter-spacing:-2px;line-height:1.2}.marquee .marquee-star{font-size:55px}.network-section{display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:center}.network-visual{position:relative;aspect-ratio:1;background:#eaeee7;overflow:hidden;border-radius:50%;isolation:isolate}.network-orbit{position:absolute;border:1px solid #b8c3b4;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-one{width:44%;height:44%}.orbit-two{width:72%;height:72%;border-style:dashed;animation:orbit-spin 60s linear infinite}.orbit-three{width:94%;height:94%}.network-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-family:var(--display);font-size:clamp(50px,5vw,80px);letter-spacing:-5px;line-height:1.1;white-space:nowrap}.network-core>span{color:var(--blue)}.network-core small{display:block;font-family:var(--body);font-size:12px;letter-spacing:1px;text-align:center;margin-top:8px}.network-node{position:absolute;width:62px;height:62px;border-radius:17px;background:var(--paper);border:1px solid var(--line);display:grid;place-items:center;font-size:30px;font-weight:700;box-shadow:0 7px 20px #0001;z-index:2}.node-x{left:19%;top:15%;transform:rotate(-12deg);animation:node-float 7s infinite ease-in-out}.node-in{right:8%;top:41%;background:var(--blue);color:white;transform:rotate(10deg);animation:node-float 7s -3s infinite ease-in-out}.node-ig{left:23%;bottom:10%;background:var(--lime);transform:rotate(-7deg);animation:node-float 7s -5s infinite ease-in-out}.network-tag{position:absolute;background:var(--paper);padding:6px 13px;font-size:12px;border:1px solid var(--line);border-radius:40px;white-space:nowrap}.tag-ai{right:10%;top:20%;transform:rotate(8deg)}.tag-saas{left:4%;top:55%;transform:rotate(-6deg)}.tag-b2b{right:13%;bottom:20%;transform:rotate(-8deg)}.network-copy .eyebrow{margin-bottom:24px}.network-copy h2{margin-bottom:28px}.network-copy>p:not(.eyebrow){max-width:400px;color:var(--muted);font-size:16px}.check-list{padding:0;list-style:none;margin:26px 0}.check-list li{position:relative;padding-left:24px;font-size:14px;margin-bottom:13px;line-height:1.6}.check-list li:before{content:'✓';position:absolute;left:0;color:var(--blue);font-size:14px}.process-section{display:grid;grid-template-columns:1fr 1fr;gap:9%;border-top:1px solid var(--line);align-items:start}.process-intro{position:sticky;top:140px}.process-intro .eyebrow{margin-bottom:25px}.process-intro h2{font-size:clamp(39px,4.2vw,64px);letter-spacing:-2.8px}.process-intro>p:not(.eyebrow){color:var(--muted);margin:28px 0}.process-step{padding:30px 0 38px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:48px 1fr;gap:18px}.process-step:first-child{border-top:1px solid var(--line)}.step-number{font-family:var(--display);font-size:24px;color:var(--blue);line-height:1.2}.step-label{font-size:12px;text-transform:uppercase;letter-spacing:1.4px;color:var(--muted)}.process-step h3{font-size:30px;margin:12px 0 16px;letter-spacing:-1px}.process-step p{color:var(--muted);font-size:16px;max-width:420px;margin:0 0 18px}.step-meta{font-size:12px;letter-spacing:.6px;color:var(--blue)}
.packages-section{background:#edf0e9;border-top:1px solid var(--line)}.package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}.package-card{background:var(--paper);border:1px solid #ccd2c9;border-radius:10px;padding:28px;display:flex;flex-direction:column}.package-meta{display:flex;justify-content:space-between;font-size:12px;letter-spacing:.7px;margin-bottom:45px;color:var(--muted)}.package-card .eyebrow{font-size:12px;letter-spacing:.6px;margin-bottom:16px}.package-card h3{font-size:32px;letter-spacing:-1px;margin-bottom:16px}.package-card>p:not(.eyebrow){color:var(--muted);font-size:15px;margin-bottom:0;max-width:260px}.package-card .check-list{margin-bottom:40px;flex:1}.package-card .button{width:100%;margin-top:auto}.recommended{background:var(--blue)!important;color:white!important;border-color:var(--blue)!important}.recommended .package-meta,.recommended>p,.recommended .eyebrow{color:#e0e6ff!important}.recommended .check-list li:before{color:var(--lime)}.package-note{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:30px}.package-note p{font-size:14px;color:var(--muted);margin:0}.quotes-section{padding-bottom:95px}.quote-decoration{font-family:Georgia,serif;color:var(--blue);font-size:200px;line-height:.4;align-self:center;transform:translateY(40px);margin-right:30px}.quotes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.quote-card{margin:0;padding:30px;border:1px solid var(--line);border-radius:9px;display:flex;flex-direction:column}.quote-mark{font-family:Georgia,serif;font-size:65px;line-height:.8;color:var(--blue);margin:10px 0 7px}.quote-card blockquote{font-size:20px;letter-spacing:-.5px;line-height:1.65;margin:0 0 32px;flex:1}.quote-card figcaption a{display:flex;gap:12px;align-items:center}.quote-card figcaption img{width:43px;height:43px;border-radius:50%;object-fit:cover}.quote-card figcaption strong{display:block;font-size:14px}.quote-card figcaption small{display:block;color:var(--muted);font-size:12px}.quote-arrow{margin-left:auto;font-size:20px}.faq-section{display:grid;grid-template-columns:1fr 1.2fr;gap:8%;border-top:1px solid var(--line)}.faq-intro .eyebrow{margin-bottom:25px}.faq-intro h2{font-size:clamp(38px,4vw,60px);margin-bottom:25px}.faq-intro>p:last-child{font-size:16px;color:var(--muted)}.faq-intro a{color:var(--ink);text-decoration:underline;text-underline-offset:4px}.faq-item{border-bottom:1px solid var(--line)}.faq-item:first-child{border-top:1px solid var(--line)}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:22px;list-style:none;padding:22px 0;cursor:pointer;font-size:16px;font-weight:600}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary>span{font-size:24px;font-weight:400;line-height:1;transition:transform .25s}.faq-item[open] summary>span{transform:rotate(45deg);color:var(--blue)}.faq-item[open] summary{color:var(--blue)}.faq-answer{padding:0 40px 22px 0}.faq-answer p{margin:0;color:var(--muted);font-size:16px;line-height:1.8}.closing{margin:0 26px 26px;background:var(--lime);border-radius:12px;padding:45px 4% 52px;overflow:hidden}.closing-top{display:flex;align-items:center;justify-content:space-between;gap:25px}.closing .eyebrow{margin:0;font-size:12px}.closing .status-dot{background:var(--ink)}.closing-star{font-size:84px;font-family:var(--display);line-height:1}.closing h2{font-size:clamp(70px,10.8vw,168px);letter-spacing:-8px;line-height:.98;margin:22px 0 43px}.closing h2>span{color:var(--blue)}.closing-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:35px}.closing-bottom p{font-size:17px;line-height:1.6;letter-spacing:-.3px;margin:0}.closing .button{min-height:62px;padding:18px 29px}.footer{padding:50px 4.3% 20px;background:var(--dark);color:var(--paper);overflow:hidden}.footer-top{display:grid;grid-template-columns:1.2fr .65fr 1fr;gap:50px}.footer .brand{font-size:25px}.footer .brand img{width:34px;height:34px}.footer-top>div:first-child>p{font-size:21px;line-height:1.4;margin:22px 0;color:#bac5bb;letter-spacing:-.4px}.footer-label{font-size:12px;color:#aeb9af;letter-spacing:1px;margin:0 0 20px}.footer-top>div:not(:first-child)>a{display:block;font-size:14px;margin-bottom:9px;overflow-wrap:anywhere}.footer-top a:hover{text-decoration:underline;text-underline-offset:4px}.footer-wordmark{font-size:clamp(60px,12.2vw,210px);font-family:var(--display);line-height:1.2;letter-spacing:-.065em;padding:55px 0 30px;border-bottom:1px solid #fff3;display:flex;align-items:baseline;justify-content:space-between;color:#d9e3d8}.footer-wordmark>span{font-size:.8em;color:var(--lime)}.footer-bottom{display:flex;gap:25px;justify-content:space-between;align-items:center;padding-top:24px;font-size:12px;color:#b2bdb4}.motion-toggle{border:0;background:none;color:inherit;font-size:12px;padding:10px 0;display:flex;gap:12px;align-items:center}.sticky-book{position:fixed;bottom:20px;left:50%;z-index:35;transform:translate(-50%,120px);transition:transform .35s;display:flex;align-items:center;gap:4px;background:var(--dark);padding:5px;border-radius:100px;box-shadow:0 8px 25px #0003}.sticky-book.show{transform:translate(-50%,0)}.sticky-book .button{min-height:44px;padding:10px 18px;white-space:nowrap;gap:20px}.dismiss-book{background:none;border:0;color:white;width:34px;height:38px;font-size:22px}.reading-progress{position:fixed;top:0;left:0;height:3px;width:100%;transform:scaleX(0);transform-origin:left;background:var(--blue);z-index:50}.motion-ready .reveal{opacity:0;transform:translateY(24px);transition:opacity .8s,transform .8s cubic-bezier(.2,.75,.2,1)}.motion-ready .reveal.in{opacity:1;transform:none}.motion-paused *,.motion-paused *:before,.motion-paused *:after{animation-play-state:paused!important;transition:none!important}.motion-paused .reveal{opacity:1;transform:none}.motion-paused .signal-art{transform:none!important}.motion-paused{scroll-behavior:auto}.print-deck{border:0;background:none;padding:10px 0}.pricing-hero{padding-top:70px;padding-bottom:65px}.pricing-hero h1{font-size:clamp(60px,8.2vw,128px);letter-spacing:-6px;line-height:1.02}.pricing-hero h1 span{white-space:normal}.pricing-hero-bottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:35px;gap:30px}.pricing-hero-bottom p{font-size:18px;color:var(--muted);margin:0}.lineup-panel{padding:28px 4.3%;display:flex;justify-content:space-between;align-items:center;gap:35px;background:#e9eee4;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.lineup-panel h2{font-size:23px;letter-spacing:-.6px;margin-bottom:7px}.lineup-panel p{font-size:14px;margin:0;color:var(--muted)}.lineup-switch{display:flex;padding:5px;border:1px solid #cbd2c5;border-radius:100px;background:var(--paper)}.lineup-switch button{padding:12px 28px;border:0;border-radius:100px;background:none;color:var(--muted);text-align:left;transition:background .25s,color .25s}.lineup-switch button.active{background:var(--ink);color:white}.lineup-switch strong{font-size:14px;display:block}.lineup-switch span{font-size:12px;display:block}.rate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.rate-card{border:1px solid var(--line);padding:25px;border-radius:9px}.rate-header{display:flex;align-items:center;gap:12px}.platform-icon{font-size:22px;font-weight:600;width:37px}.rate-card h3{font-size:21px;letter-spacing:-.6px}.rate-price{margin:27px 0 15px;display:flex;gap:10px;align-items:baseline}.price-value{font-family:var(--display);font-size:43px;font-weight:500;line-height:1.15;letter-spacing:-2px;font-variant-numeric:tabular-nums}.rate-price>span:last-child{font-size:12px;color:var(--muted)}.rate-card p{font-size:15px;color:var(--muted);margin:0}.rate-note{font-size:14px;color:var(--muted);margin:25px 0 0}.pricing-waves{padding-top:75px;border-top:1px solid var(--line)}.lineup-chip{display:inline-block;padding:7px 13px;border-radius:100px;background:#e8ecdf;font-size:12px;color:var(--ink);margin-top:15px}.wave-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.wave-card{border:1px solid var(--line);padding:27px 22px;border-radius:9px;display:flex;flex-direction:column;min-width:0}.wave-badge{font-size:12px;letter-spacing:.6px;color:var(--muted);margin-bottom:28px}.wave-card h3{font-size:29px;margin-bottom:23px}.wave-price .price-value{font-size:clamp(30px,3.1vw,46px);letter-spacing:-1.8px;white-space:nowrap}.wave-price small{display:block;font-size:12px;color:var(--muted);margin-top:8px}.wave-guarantee{font-size:12px;background:#edf0e8;padding:10px;border-radius:5px;margin:23px 0 0;color:#234615}.wave-card .check-list{margin:25px 0 32px;flex:1}.wave-card .check-list li{font-size:14px}.wave-card .button{font-size:13px;padding:12px 18px;gap:10px;width:100%;margin-top:auto}.wave-card.recommended .wave-badge,.wave-card.recommended .wave-price small{color:#e1e7ff}.wave-card.recommended .wave-guarantee{background:var(--lime);color:var(--ink)}.pricing-bottom-note{background:#edf0e8;padding-top:30px;padding-bottom:30px;display:flex;justify-content:space-between;align-items:center;gap:50px}.pricing-bottom-note p{margin:0;max-width:700px;font-size:14px;color:var(--muted)}.pricing-bottom-note .text-link{white-space:nowrap}.price-value.changed{animation:price-update .35s}.deck-hero{display:grid;grid-template-columns:1.15fr 1fr;gap:50px;align-items:center;padding-top:65px}.deck-hero h1{font-size:clamp(60px,7.4vw,112px)}.deck-hero h1 span{white-space:normal}.deck-hero p:not(.eyebrow){color:var(--muted);margin-bottom:30px}.deck-art{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:.85}.deck-art img{position:absolute;width:100%;height:100%;object-fit:cover}.deck-art>span{position:absolute;top:30px;left:28px;color:white;font-family:var(--display);font-size:35px;line-height:1.05;letter-spacing:-1.4px}.deck-facts{display:grid;grid-template-columns:1fr 1fr;gap:80px;border-top:1px solid var(--line)}.deck-facts>p{font-size:21px;letter-spacing:-.5px;line-height:1.6;padding-top:44px;color:var(--muted)}.deck-results{background:var(--lime);padding-top:50px;padding-bottom:50px}.deck-result-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:25px}.deck-result-grid strong{font-size:64px;letter-spacing:-3px;font-family:var(--display);font-weight:500}.deck-result-grid p{font-size:14px}.deck-final h2{margin-bottom:30px}.deck-final p:not(.eyebrow){color:var(--muted)}.deck-final .text-link{margin-left:30px}@keyframes hero-enter{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes float-card{0%,100%{transform:rotate(-5deg) translateY(0)}50%{transform:rotate(-2deg) translateY(-12px)}}@keyframes node-float{0%,100%{translate:0 0}50%{translate:0 -9px}}@keyframes marquee{to{transform:translateX(-50%)}}@keyframes orbit-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes price-update{from{opacity:.3;filter:blur(3px);transform:translateY(5px)}to{opacity:1;filter:none;transform:none}}
@media(min-width:1600px){.section,.services-section,.footer,.lineup-panel{padding-left:max(4.3%,calc((100vw - 1440px)/2));padding-right:max(4.3%,calc((100vw - 1440px)/2))}.hero-art{max-height:850px}.work-visual{height:490px}}@media(max-width:1200px){.section{padding-top:80px;padding-bottom:80px}.header nav{gap:23px}.header{gap:20px}.header .brand{font-size:22px}.hero-actions{gap:20px}.hero-actions .text-link{font-size:13px}.hero .eyebrow{font-size:12px;letter-spacing:.5px}.hero-foot>span:last-child{font-size:12px;letter-spacing:0}.art-topline{font-size:12px;gap:12px}.feature-content{padding:40px 7%}.feature-campaign{min-height:580px}.feature-results{gap:35px}.work-visual{height:360px}.service-card{padding:26px 23px}.service-card h3{font-size:25px}.service-card p{font-size:16px}.package-card{padding:24px}.package-card h3{font-size:27px}.wave-grid{grid-template-columns:repeat(2,1fr);gap:20px}.wave-card{padding:30px}.wave-price .price-value{font-size:46px}.wave-card .check-list{min-height:170px}.footer-top{gap:30px}.footer-top>div:last-child>a:first-of-type{font-size:13px}.process-section{gap:6%}.hero-copy{padding-top:30px}.hero h1{font-size:7.1vw;letter-spacing:-4.8px}.hero-art .signal-caption{font-size:3.5vw}.closing h2{letter-spacing:-5px}}
@media(max-width:950px){.header{padding:0 24px}.header nav{gap:17px;font-size:13px}.header .brand{font-size:20px}.header .brand img{width:29px;height:29px}.header-actions .button{font-size:13px;gap:17px;padding:12px 18px}.section-top{gap:28px}.hero-actions{flex-wrap:wrap;gap:17px}.hero-desc{font-size:21px}.hero-detail br{display:none}.hero-foot{flex-wrap:wrap;gap:5px 15px}.hero{min-height:680px}.hero .eyebrow{max-width:330px;line-height:1.6}.hero-art .art-topline{padding:24px 18px;align-items:flex-start}.art-topline>span:last-child{white-space:nowrap}.hero-art .signal-caption{margin-left:18px}.floating-result{max-width:290px}.art-bottom{left:18px}.intro{gap:30px}.intro-copy{padding-top:40px}.intro-copy>p:first-child{font-size:19px}.intro h2{font-size:40px}.stats strong{font-size:62px}.stats span{font-size:13px}.feature-wrap{padding:0 18px}.feature-campaign{min-height:560px}.feature-content h2{font-size:45px}.feature-results strong{font-size:40px}.feature-results{gap:22px}.feature-content .eyebrow{font-size:12px;letter-spacing:.5px}.feature-brand{font-size:42px;left:24px}.feature-content>p:not(.eyebrow){font-size:15px}.feature-tag{left:24px;font-size:12px}.work-visual{height:325px}.work-overline{top:20px;left:22px;right:22px}.post-window{width:62%;left:25%;top:73px}.work-caption>span{display:none}.work-metric{padding:12px 17px}.work-metric strong{font-size:40px}.network-section{gap:5%}.network-core{font-size:56px}.network-copy h2{font-size:44px}.network-copy .eyebrow{font-size:12px;letter-spacing:.5px}.network-node{width:50px;height:50px;font-size:26px;border-radius:12px}.network-tag{font-size:12px;padding:4px 10px}.network-core small{font-size:12px;letter-spacing:0}.package-grid{gap:12px}.package-card{padding:23px 20px}.package-card .eyebrow{font-size:12px;letter-spacing:0}.package-card h3{font-size:26px}.package-card>p:not(.eyebrow){font-size:16px}.package-meta{font-size:12px;letter-spacing:0}.package-card .button{padding:12px 16px;gap:15px}.quote-card blockquote{font-size:18px}.faq-section{gap:6%;grid-template-columns:.85fr 1.2fr}.closing-top .eyebrow{font-size:12px;letter-spacing:.4px}.rate-grid{grid-template-columns:repeat(2,1fr)}.lineup-panel{gap:25px}.lineup-switch button{padding:12px 20px}.lineup-panel p{max-width:230px}.pricing-hero h1{font-size:9vw;letter-spacing:-4px}.deck-hero{gap:35px}.deck-hero h1{font-size:8vw;letter-spacing:-4px}.deck-hero .hero-actions{align-items:flex-start}.deck-art>span{font-size:27px}.deck-facts{gap:45px}.deck-facts h2{font-size:40px}.deck-result-grid strong{font-size:52px}.deck-result-grid{gap:20px}.footer-top{grid-template-columns:1fr 1fr}.footer-top>div:first-child{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center}.footer-top>div:first-child>p{margin:0}.footer-top>div:last-child>a:first-of-type{font-size:14px}}
@media(max-width:760px){html{scroll-padding-top:95px}.section,.services-section{padding:62px 22px}.header{height:78px;padding:0 20px}.header-actions .button{min-height:42px;padding:10px 16px;font-size:12px;gap:14px}.header .brand{font-size:20px}.header .brand img{width:28px;height:28px}.menu-toggle{display:block}.header nav{position:absolute;left:0;right:0;top:78px;background:var(--paper);padding:18px 24px 26px;flex-direction:column;gap:0;border-bottom:1px solid var(--line);box-shadow:0 25px 30px #0001;font-size:20px}.header nav.open{display:flex}.header nav a{padding:12px 0}.header nav a:after{display:none}.hero{padding:0 18px;min-height:0}.hero-copy{padding:36px 4px 8px}.hero h1{font-size:clamp(51px,11.9vw,88px);letter-spacing:-3.5px;line-height:1.02}.hero .eyebrow{font-size:12px;letter-spacing:.4px;max-width:none;margin-bottom:26px}.hero-desc{font-size:22px}.hero-detail{font-size:16px;max-width:360px}.hero-actions{flex-wrap:nowrap;gap:20px}.hero-actions .text-link{font-size:14px;gap:14px}.hero-actions .button{padding:14px 20px;min-height:52px;font-size:14px;gap:20px}.hero-foot{margin:27px 0 12px;gap:14px}.hero-foot>span:last-child{font-size:12px}.hero-art{height:440px}.hero-art .signal-caption{font-size:40px;margin-left:23px;margin-top:0}.hero-art .art-topline{padding:23px;font-size:12px}.floating-result{left:26px;bottom:74px;max-width:275px}.art-bottom{font-size:12px;left:23px;bottom:20px;max-width:300px;letter-spacing:.1px;line-height:1.6}.trust-strip{padding:30px 22px}.trust-strip>p{font-size:12px;letter-spacing:.4px;line-height:1.7;max-width:340px;margin:0 auto 24px}.trust-strip>div{grid-template-columns:repeat(2,1fr);gap:20px}.trust-strip .client-logo{justify-content:center;font-size:20px;gap:9px}.client-logo img{width:28px;height:28px}.trust-strip .client-more{font-size:12px;line-height:1.8;max-width:340px;margin:25px auto 0}.section-top{display:block;margin-bottom:30px}.section-description{max-width:none;margin-top:22px;font-size:16px}.section-top .eyebrow,.eyebrow{font-size:12px;letter-spacing:.7px;margin-bottom:20px}h2{font-size:43px;letter-spacing:-2px;line-height:1.1}.intro{grid-template-columns:1fr;gap:22px}.intro h2{font-size:40px}.intro-copy{padding:0;max-width:none}.intro-copy>p:first-child{font-size:20px;margin-bottom:16px}.stats{padding-top:28px;gap:18px}.stats>div{padding-left:13px;gap:8px}.stats strong{font-size:42px;letter-spacing:-2.6px}.stats span{font-size:12px;line-height:1.6;max-width:92px}.feature-campaign{grid-template-columns:1fr;border-radius:9px}.feature-visual{height:340px}.feature-brand{font-size:44px;bottom:28px}.feature-content{padding:34px 24px}.feature-content h2{font-size:45px;letter-spacing:-2px}.feature-content>p:not(.eyebrow){font-size:16px}.feature-results{gap:44px;margin:30px 0}.feature-results strong{font-size:47px}.feature-content .eyebrow{font-size:12px}.feature-tag{top:24px}.circle-link{width:53px;height:53px;right:25px;bottom:25px;font-size:25px}.work-grid{grid-template-columns:1fr;gap:33px}.work-visual{height:360px}.work-caption h3{font-size:24px}.work-caption p{font-size:14px}.work-caption>span{display:block;font-size:12px}.work-metric strong{font-size:47px}.work-overline{font-size:19px}.work-metric{left:23px;bottom:24px}.post-window{top:78px;width:59%;left:27%}.filter-bar{gap:24px;margin-top:20px}.filter-bar button{font-size:14px}.work-more{gap:15px;flex-wrap:wrap;margin-top:25px}.work-more .button{font-size:13px;gap:20px}.hunt-proof{padding:23px 20px;flex-wrap:wrap;gap:15px;margin-top:35px}.hunt-proof>div{flex:1;min-width:190px}.hunt-proof strong{font-size:16px}.hunt-proof p{font-size:13px}.hunt-proof .text-link{margin-left:65px;font-size:14px}.hunt-symbol{width:48px;height:48px}.services-grid{grid-template-columns:1fr 1fr}.service-card{padding:23px 19px}.service-top{margin-bottom:27px}.service-icon{font-size:30px;height:34px}.service-card h3{font-size:23px}.service-card h4{font-size:16px;line-height:1.5}.service-card p{font-size:16px;line-height:1.65;margin-bottom:24px}.service-platform{font-size:12px;letter-spacing:.2px}.service-bottom{display:block;margin-top:28px}.service-bottom p{font-size:16px;margin-bottom:25px}.marquee{padding:19px 0}.marquee>div{gap:28px}.marquee span{font-size:32px;letter-spacing:-1.3px}.marquee .marquee-star{font-size:36px}.network-section{grid-template-columns:1fr;gap:35px}.network-visual{width:100%;max-width:430px;justify-self:center}.network-copy h2{font-size:46px;margin-bottom:24px}.network-core{font-size:65px}.network-copy>p:not(.eyebrow){max-width:none;font-size:16px}.check-list li{font-size:14px}.process-section{grid-template-columns:1fr;gap:40px}.process-intro{position:static}.process-intro h2{font-size:42px;letter-spacing:-1.8px}.process-intro>p:not(.eyebrow){margin:24px 0}.process-step{padding:25px 0 30px;grid-template-columns:35px 1fr;gap:12px}.process-step h3{font-size:27px}.process-step p{font-size:16px}.step-meta{font-size:12px}.package-grid{grid-template-columns:1fr;gap:18px}.package-card{padding:28px}.package-meta{margin-bottom:28px}.package-card h3{font-size:33px}.package-card .eyebrow{font-size:12px;letter-spacing:.5px}.package-card>p:not(.eyebrow){max-width:none;font-size:16px}.package-card .check-list{margin-bottom:25px}.package-card .button{padding:15px 22px}.package-note{display:block;margin-top:24px}.package-note p{font-size:14px;margin-bottom:20px}.quote-decoration{display:none}.quotes-grid{grid-template-columns:1fr;gap:18px}.quote-card{padding:26px}.quote-card blockquote{font-size:20px}.faq-section{grid-template-columns:1fr;gap:30px}.faq-intro h2{font-size:42px;margin-bottom:20px}.faq-intro p:last-child{margin-bottom:0}.faq-item summary{font-size:16px;padding:22px 0}.faq-answer{padding-right:25px}.closing{margin:0 18px 18px;padding:30px 23px}.closing-top .eyebrow{font-size:12px;max-width:260px;line-height:1.7}.closing-star{font-size:54px}.closing h2{font-size:clamp(53px,12.5vw,88px);letter-spacing:-3px;margin:30px 0}.closing-bottom{display:block}.closing-bottom p{font-size:16px;margin-bottom:25px}.closing .button{min-height:56px;font-size:14px;padding:16px 22px}.footer{padding:40px 22px 20px}.footer-top{grid-template-columns:1fr;gap:35px}.footer-top>div:first-child{grid-column:auto;display:block}.footer-top>div:first-child>p{margin-top:20px}.footer .brand{font-size:25px}.footer-top>div:not(:first-child)>a{font-size:14px}.footer-label{font-size:12px;margin-bottom:14px}.footer-wordmark{font-size:12.2vw;padding:35px 0 25px}.footer-bottom{flex-wrap:wrap;gap:10px 25px;font-size:12px}.footer-bottom>span{width:100%}.footer-bottom>a{margin-left:auto}.motion-toggle{font-size:12px}.sticky-book{bottom:15px}.sticky-book .button{font-size:13px;padding:9px 15px;gap:15px}.pricing-hero{padding-top:46px;padding-bottom:38px}.pricing-hero h1{font-size:clamp(47px,10.2vw,77px);letter-spacing:-2.5px;line-height:1.08}.pricing-hero-bottom{display:block;margin-top:25px}.pricing-hero-bottom p{font-size:16px;margin-bottom:20px}.lineup-panel{padding:25px 22px;display:block}.lineup-panel p{max-width:none;font-size:14px}.lineup-switch{margin-top:21px;display:grid;grid-template-columns:1fr 1fr;max-width:500px}.lineup-switch button{padding:11px 15px;min-height:66px}.lineup-switch strong{font-size:14px}.lineup-switch span{font-size:12px}.rate-grid{grid-template-columns:1fr;gap:15px}.rate-card{padding:25px}.rate-price{margin-top:22px}.rate-price .price-value{font-size:43px}.rate-header h3{font-size:23px}.rate-card p{font-size:16px}.rate-note{font-size:14px;line-height:1.8}.wave-grid{grid-template-columns:1fr}.wave-card{padding:28px}.wave-card h3{font-size:33px}.wave-badge{font-size:12px;margin-bottom:20px}.wave-price .price-value{font-size:47px}.wave-card .check-list{min-height:0;margin-bottom:28px}.wave-card .button{font-size:14px;padding:14px 20px}.wave-guarantee{font-size:14px}.pricing-bottom-note{display:block;padding:28px 22px}.pricing-bottom-note p{font-size:14px;margin-bottom:20px}.lineup-chip{font-size:12px}.deck-hero{grid-template-columns:1fr;gap:32px}.deck-hero h1{font-size:12vw;letter-spacing:-3px}.deck-hero p:not(.eyebrow){font-size:16px}.deck-hero .hero-actions{flex-wrap:wrap;gap:10px 22px}.deck-hero .hero-actions .button{font-size:14px}.deck-art{aspect-ratio:1.1}.deck-art>span{font-size:31px;left:25px;top:25px}.deck-facts{grid-template-columns:1fr;gap:26px}.deck-facts>p{padding:0;font-size:20px;margin:0}.deck-facts h2{font-size:39px}.deck-result-grid{grid-template-columns:repeat(2,1fr);gap:22px}.deck-result-grid strong{font-size:51px}.deck-result-grid p{font-size:14px}.deck-final .text-link{margin-left:20px}}
@media(max-width:390px){.header{padding:0 15px;gap:8px}.header .brand{font-size:18px;gap:5px}.header-actions{gap:7px}.header-actions .button{padding:10px 12px;gap:10px}.menu-toggle{width:40px;height:40px}.hero-actions{gap:15px}.hero-actions .button{padding:13px 17px;gap:15px}.hero-actions .text-link{font-size:13px;gap:10px}.services-grid{grid-template-columns:1fr}.service-card{padding:27px}.service-card h3{font-size:28px}.service-top{margin-bottom:25px}.hero .eyebrow{font-size:12px;letter-spacing:0}.hero-art .art-topline{gap:10px;font-size:12px}.art-topline>span:last-child{font-size:12px}.trust-strip .client-logo{font-size:18px}.stats{gap:9px}.stats strong{font-size:38px}.stats>div{padding-left:10px}.work-visual{height:330px}.work-caption>span{display:none}.closing-top .eyebrow{font-size:12px;max-width:210px}.lineup-switch button{padding:10px}.lineup-switch strong{font-size:13px}.closing h2{font-size:12.5vw}.footer-top>div:last-child>a:first-of-type{font-size:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion-ready .reveal{opacity:1;transform:none}.signal-art{transform:none!important}}
@media print{.header,.footer,.sticky-book,.reading-progress,.hero-actions,.deck-final .button,.deck-final .text-link{display:none!important}body{background:white;color:black;font-size:11pt}.section,.services-section{padding:28px 0;background:white!important;color:black!important;break-inside:avoid}.deck-hero{display:block;padding-top:0}.deck-hero h1{font-size:48pt;letter-spacing:-2px}.deck-art{display:none}.deck-facts{display:block}.deck-facts>p{padding-top:20px}.deck-results{padding:25px 0}.deck-result-grid strong{font-size:32pt}.services-section{break-before:page}.services-section h2,.service-card h3,.process-intro h2{color:black}.services-section .eyebrow,.services-section .section-description,.service-card p,.service-platform,.service-top span{color:#444}.services-grid{grid-template-columns:repeat(2,1fr);border-color:#bbb}.service-card{padding:20px;border-color:#bbb;break-inside:avoid}.service-top{margin-bottom:15px}.service-bottom{display:none}.process-section{display:block;break-before:page}.process-intro{position:static}.process-intro .button{display:none}.process-steps{display:grid;grid-template-columns:1fr 1fr;gap:20px}.process-step{break-inside:avoid}.reveal,.motion-ready .reveal{opacity:1!important;transform:none!important}.deck-final{break-before:page}h2{font-size:31pt}a{color:inherit}a[href^=http]:after{content:none}.deck-result-grid{grid-template-columns:repeat(4,1fr)}@page{size:A4;margin:18mm}}
.page-inactive *,.page-inactive *:before,.page-inactive *:after{animation-play-state:paused!important}
@media(max-width:760px){.hero h1{font-size:clamp(43px,13.6vw,88px)}}
@media(max-width:390px){.header-actions>.button{display:none}}
