.announce-bar{width:100%;background:var(--navy);color:var(--white);position:relative;z-index:1100}.announce-bar__inner{display:flex;align-items:center;justify-content:center;gap:10px;padding:11px 48px;max-width:1180px;margin:0 auto;position:relative}.announce-bar__dot{width:8px;height:8px;border-radius:50%;background:var(--orange);flex-shrink:0;animation:pulse 2s ease-in-out infinite}.announce-bar__text{font-family:var(--font-head);font-size:.82rem;font-weight:500;color:rgba(255,255,255,.85);text-align:center;line-height:1.4}.announce-bar__text strong{color:var(--orange);font-weight:800}.announce-bar__link{color:var(--white);font-weight:700;text-decoration:underline;text-underline-offset:2px;transition:color var(--transition)}.announce-bar__link:hover{color:var(--orange)}.announce-bar__close{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;color:rgba(255,255,255,.5);font-size:1.2rem;line-height:1;cursor:pointer;padding:4px 8px;border-radius:4px;transition:color var(--transition)}.announce-bar__close:hover{color:var(--white)}.announce-bar{overflow:hidden;transition:max-height .35s ease,padding .35s ease,opacity .35s ease;max-height:80px;opacity:1}.announce-bar.hidden{max-height:0;padding-top:0;padding-bottom:0;opacity:0;pointer-events:none}@media (max-width:600px){.announce-bar__inner{padding:10px 60px 10px 20px}.announce-bar__text{font-size:.72rem;line-height:1.35}.announce-bar__close{right:10px}}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--font-head:'Plus Jakarta Sans',sans-serif;--font-body:'Inter',sans-serif;--navy:#000321;--blue:#0038FF;--blue-light:#3362FF;--orange:#FF6240;--orange-light:#FF8066;--lavender:#F6F6FF;--body:#565A7C;--secondary:#5B6478;--border:#E2E6F0;--white:#FFFFFF;--card-shadow:0 4px 24px rgba(0,3,33,.07);--card-shadow-hover:0 16px 48px rgba(0,3,33,.13);--radius:16px;--radius-sm:10px;--transition:.35s cubic-bezier(.4,0,.2,1)}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--navy);background:var(--white);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}ul{list-style:none}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 28px}.section-tag{display:inline-flex;align-items:center;gap:8px;background:rgba(0,56,255,.08);color:var(--blue);font-family:var(--font-head);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:6px 16px;border-radius:100px;margin-bottom:1.25rem}.section-headline{font-family:var(--font-head);font-size:clamp(1.9rem,4vw,3rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--navy);margin-bottom:1rem}.section-sub{font-size:1.1rem;color:var(--body);max-width:600px;margin-bottom:3.5rem}.btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-head);font-weight:700;font-size:.95rem;letter-spacing:.02em;padding:14px 28px;border-radius:100px;border:2px solid transparent;cursor:pointer;transition:all var(--transition);white-space:nowrap}.btn--primary{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn--primary:hover{background:var(--blue);border-color:var(--blue);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,56,255,.3)}.btn--ghost{background:transparent;color:var(--navy);border-color:var(--border)}.btn--ghost:hover{border-color:var(--navy);transform:translateY(-2px)}.btn--large{padding:18px 40px;font-size:1.05rem}.btn--large svg{width:20px;height:20px}.reveal-up,.reveal-left,.reveal-right{opacity:0;transition:opacity .7s ease,transform .7s cubic-bezier(.22,.68,0,1.2)}.reveal-up{transform:translateY(40px)}.reveal-left{transform:translateX(-50px)}.reveal-right{transform:translateX(50px)}.reveal-up.visible,.reveal-left.visible,.reveal-right.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.nav{position:fixed;top:calc(var(--bar-height,0px) + 12px);left:0;right:0;z-index:1000;padding:0 20px;transition:top .3s ease;pointer-events:none}.nav__inner{display:flex;align-items:center;justify-content:space-between;height:64px;max-width:1100px;margin:0 auto;padding:0 20px 0 24px;background:rgba(255,255,255,.96);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:100px;box-shadow:0 2px 24px rgba(0,3,33,.10),0 0 0 1px rgba(0,0,0,.05);transition:box-shadow .3s ease;pointer-events:all}.nav.scrolled .nav__inner{box-shadow:0 4px 32px rgba(0,3,33,.14),0 0 0 1px rgba(0,0,0,.07)}.nav__logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.nav__logo-img{height:24px;width:auto;display:block}.logo-volente{color:var(--navy)}.logo-media{color:var(--blue)}.nav__links{display:flex;align-items:center;gap:1.4rem}.nav__link{font-family:var(--font-head);font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--body);transition:color var(--transition);position:relative}.nav__link::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:1.5px;background:var(--navy);border-radius:2px;transform:scaleX(0);transform-origin:left;transition:transform var(--transition)}.nav__link:hover{color:var(--navy)}.nav__link:hover::after{transform:scaleX(1)}.nav__link.active{color:var(--navy)}.nav__link.active::after{transform:scaleX(1)}.nav__cta{font-family:var(--font-head);font-size:.82rem;font-weight:700;letter-spacing:.03em;color:var(--white);background:var(--navy);padding:10px 22px;border-radius:100px;transition:all var(--transition);white-space:nowrap}.nav__cta:hover{background:var(--blue);box-shadow:0 6px 20px rgba(0,56,255,.3)}.nav__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav__hamburger span{display:block;width:22px;height:2px;background:var(--navy);border-radius:2px;transition:transform .3s,opacity .3s}.nav__mobile{display:none;flex-direction:column;padding:16px 20px 20px;gap:4px;background:rgba(255,255,255,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;margin-top:8px;box-shadow:0 8px 32px rgba(0,3,33,.12),0 0 0 1px rgba(0,0,0,.05);pointer-events:all}.nav__mobile.open{display:flex}.nav__mobile-link{font-family:var(--font-head);font-size:.9rem;font-weight:600;letter-spacing:.04em;color:var(--body);padding:10px 8px;border-radius:12px;transition:background var(--transition),color var(--transition)}.nav__mobile-link:hover{background:var(--lavender);color:var(--navy)}.nav__mobile-cta{font-family:var(--font-head);font-size:.92rem;font-weight:700;color:var(--white);background:var(--navy);padding:14px 24px;border-radius:100px;text-align:center;margin-top:8px;transition:background var(--transition)}.nav__mobile-cta:hover{background:var(--blue)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:calc(120px + var(--bar-height,0px)) 0 80px;overflow:hidden;background:var(--white)}.hero__bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(0,56,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,56,255,.04) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 40%,transparent 100%);pointer-events:none}.hero__orb{position:absolute;border-radius:50%;pointer-events:none;filter:blur(80px);animation:orbFloat 8s ease-in-out infinite}.hero__orb--1{width:480px;height:480px;background:radial-gradient(circle,rgba(0,56,255,.10) 0%,transparent 70%);top:-100px;right:-80px;animation-delay:0s}.hero__orb--2{width:360px;height:360px;background:radial-gradient(circle,rgba(255,98,64,.08) 0%,transparent 70%);bottom:-60px;left:-60px;animation-delay:-4s}@keyframes orbFloat{0%,100%{transform:translate(0,0) scale(1)}33%{transform:translate(20px,-20px) scale(1.05)}66%{transform:translate(-15px,15px) scale(.97)}}.hero__inner{position:relative;z-index:1;max-width:780px}.hero__inner--centered{max-width:860px;margin-left:auto;margin-right:auto;text-align:center;display:flex;flex-direction:column;align-items:center}.hero__inner--centered .hero__sub{margin-left:auto;margin-right:auto}.hero__inner--centered .hero__headline-accent::after{left:0}.hero__actions--centered{justify-content:center}.hero__proof--centered{justify-content:center}.hero__badge{display:inline-flex;align-items:center;gap:10px;background:rgba(0,56,255,.06);border:1px solid rgba(0,56,255,.15);color:var(--blue);font-size:.8rem;font-weight:700;font-family:var(--font-head);letter-spacing:.1em;text-transform:uppercase;padding:8px 18px;border-radius:100px;margin-bottom:1.75rem}.badge__dot{width:8px;height:8px;background:var(--blue);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero__headline{font-family:var(--font-head);font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:900;line-height:1.08;letter-spacing:-.03em;color:var(--navy);margin-bottom:1.5rem}.hero__headline-accent{font-style:normal;color:var(--blue);position:relative;display:inline-block}.hero__headline-accent::after{content:'';position:absolute;left:0;bottom:0;width:100%;height:4px;background:linear-gradient(90deg,var(--blue),var(--orange));border-radius:2px;transform:scaleX(0);transform-origin:left;animation:underlineReveal 1s ease .8s forwards}@keyframes underlineReveal{to{transform:scaleX(1)}}.hero__sub{font-size:1.2rem;color:var(--body);max-width:600px;margin-bottom:2.5rem;line-height:1.7}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3.5rem}.hero__proof{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.proof__item{display:flex;flex-direction:column}.proof__number{font-family:var(--font-head);font-size:2.2rem;font-weight:900;color:var(--navy);line-height:1;display:inline}.proof__plus{font-family:var(--font-head);font-size:1.8rem;font-weight:900;color:var(--orange);display:inline;margin-left:2px}.proof__label{font-size:.8rem;font-weight:600;color:var(--secondary);text-transform:uppercase;letter-spacing:.08em;margin-top:4px}.proof__divider{width:1px;height:48px;background:var(--border)}.hero__scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center}.scroll-dot{width:6px;height:6px;background:var(--secondary);border-radius:50%;animation:scrollBounce 2s ease-in-out infinite}@keyframes scrollBounce{0%,100%{transform:translateY(0);opacity:.5}50%{transform:translateY(10px);opacity:1}}.logos{padding:48px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--lavender);overflow:hidden}.logos__label{text-align:center;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--secondary);margin-bottom:1.5rem}.logos__track{overflow:hidden;mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent)}.logos__inner{display:flex;gap:1.5rem;width:max-content;animation:logoScroll 24s linear infinite}@keyframes logoScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.logo-badge{background:var(--white);border:1.5px solid var(--border);color:var(--navy);font-family:var(--font-head);font-size:.8rem;font-weight:700;letter-spacing:.04em;padding:10px 24px;border-radius:100px;white-space:nowrap}.pain{padding:100px 0;background:var(--white)}.pain__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.pain__card{background:var(--lavender);border:1.5px solid var(--border);border-radius:var(--radius);padding:2rem;transition:all var(--transition);position:relative;overflow:hidden}.pain__card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--orange));transform:scaleX(0);transform-origin:left;transition:transform var(--transition)}.pain__card:hover{border-color:rgba(0,56,255,.25);box-shadow:var(--card-shadow-hover);transform:translateY(-4px)}.pain__card:hover::before{transform:scaleX(1)}.pain__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(0,56,255,.08);border-radius:var(--radius-sm);color:var(--blue);margin-bottom:1.25rem}.pain__icon svg{width:24px;height:24px}.pain__card h3{font-family:var(--font-head);font-size:1.05rem;font-weight:800;color:var(--navy);margin-bottom:.75rem}.pain__card p{font-size:.9rem;color:var(--body);line-height:1.65}.process{padding:80px 0 60px;background:var(--navy);position:relative;overflow:hidden}.process::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;pointer-events:none}.process__header{margin-bottom:3rem;position:relative;z-index:1}.process__header .section-tag{color:var(--orange);background:rgba(255,98,64,.15);border-color:rgba(255,98,64,.3)}.process__header .section-headline{color:var(--white)}.process__header .section-sub{color:rgba(255,255,255,.55)}.channel-tabs{display:inline-flex;gap:.5rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:100px;padding:5px;margin-top:2rem}.channel-tab{display:inline-flex;align-items:center;gap:7px;padding:.5rem 1.25rem;border-radius:100px;border:none;background:transparent;color:rgba(255,255,255,.5);font-family:var(--font-head);font-size:.85rem;font-weight:600;letter-spacing:.03em;cursor:pointer;transition:background var(--transition),color var(--transition)}.channel-tab svg{width:15px;height:15px;flex-shrink:0}.channel-tab:hover{color:rgba(255,255,255,.8)}.channel-tab--active{background:var(--orange);color:#fff}.infra-content{display:none}.infra-content--active{display:contents}.process__scroll-hint{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-head);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-top:1.5rem}.process__scroll-hint svg{width:16px;height:16px;animation:nudgeRight 2s ease-in-out infinite}@keyframes nudgeRight{0%,100%{transform:translateX(0)}50%{transform:translateX(5px)}}.process__rail-wrap{position:relative;padding:0 0 20px}.process__rail-wrap::before,.process__rail-wrap::after{content:'';position:absolute;top:0;bottom:20px;width:80px;z-index:2;pointer-events:none}.process__rail-wrap::before{left:0;background:linear-gradient(90deg,var(--navy),transparent)}.process__rail-wrap::after{right:0;background:linear-gradient(-90deg,var(--navy),transparent)}.process__rail{display:flex;align-items:center;gap:0;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:8px 80px 24px;scrollbar-width:none}.process__rail::-webkit-scrollbar{display:none}.process__card{flex-shrink:0;width:320px;background:linear-gradient(160deg,rgba(255,255,255,.07) 0%,rgba(255,255,255,.03) 100%);border:1.5px solid rgba(255,255,255,.18);border-radius:var(--radius);padding:2.25rem 2rem;scroll-snap-align:center;position:relative;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.25);transition:all .35s ease}.process__card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--blue-light));transform:scaleX(1);transform-origin:left;transition:transform .35s ease}.process__card:hover{background:linear-gradient(160deg,rgba(255,255,255,.10) 0%,rgba(255,255,255,.05) 100%);border-color:rgba(0,56,255,.55);transform:translateY(-6px);box-shadow:0 20px 60px rgba(0,56,255,.18),0 0 0 1px rgba(0,56,255,.3)}.process__card--accent{background:linear-gradient(160deg,rgba(255,98,64,.16) 0%,rgba(255,98,64,.05) 100%);border-color:rgba(255,98,64,.40)}.process__card--accent::before{background:linear-gradient(90deg,var(--orange),var(--orange-light))}.process__card--accent:hover{background:linear-gradient(160deg,rgba(255,98,64,.22) 0%,rgba(255,98,64,.10) 100%);border-color:rgba(255,98,64,.65);box-shadow:0 20px 60px rgba(255,98,64,.22),0 0 0 1px rgba(255,98,64,.35)}.process__card-num{position:absolute;top:1.25rem;right:1.5rem;font-family:var(--font-head);font-size:1.05rem;font-weight:800;letter-spacing:.04em;color:var(--white);background:rgba(0,56,255,.30);border:1px solid rgba(0,56,255,.55);padding:5px 12px;border-radius:100px;line-height:1;z-index:2}.process__card-num--orange{background:rgba(255,98,64,.30) !important;border-color:rgba(255,98,64,.60) !important;color:var(--white) !important}.process__card-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:rgba(0,56,255,.18);border:1px solid rgba(0,56,255,.35);border-radius:var(--radius-sm);color:var(--white);margin-bottom:1.25rem;transition:background .35s,transform .35s}.process__card-icon svg{width:24px;height:24px}.process__card:hover .process__card-icon{background:var(--blue);border-color:var(--blue);transform:scale(1.05)}.process__card-icon--orange{background:rgba(255,98,64,.22);border-color:rgba(255,98,64,.45);color:var(--white)}.process__card--accent:hover .process__card-icon--orange{background:var(--orange);border-color:var(--orange)}.process__card h3{font-family:var(--font-head);font-size:1.15rem;font-weight:800;color:var(--white);line-height:1.25;margin-bottom:.75rem;letter-spacing:-.01em}.process__card p{font-size:.92rem;color:rgba(255,255,255,.78);line-height:1.6;margin-bottom:1.25rem}.process__card-list{display:flex;flex-direction:column;gap:.55rem;list-style:none}.process__card-list li{font-size:.86rem;color:rgba(255,255,255,.72);display:flex;align-items:center;gap:10px;line-height:1.4}.process__card-list li::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--blue-light);flex-shrink:0;box-shadow:0 0 0 2px rgba(0,56,255,.18)}.process__card--accent .process__card-list li::before{background:var(--orange);box-shadow:0 0 0 2px rgba(255,98,64,.22)}.process__arrow{flex-shrink:0;display:flex;align-items:center;padding:0 20px;color:var(--orange);opacity:.85}.process__arrow svg{width:48px;height:24px}.process__nav{position:absolute;top:50%;transform:translateY(-60%);z-index:3;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.08);border:1.5px solid rgba(255,255,255,.15);color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease}.process__nav svg{width:18px;height:18px}.process__nav:hover{background:var(--blue);border-color:var(--blue)}.process__nav:disabled{opacity:.25;pointer-events:none}.process__nav--prev{left:16px}.process__nav--next{right:16px}.process__dots{display:flex;justify-content:center;gap:8px;margin-top:4px;position:relative;z-index:2}.process__dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.2);border:none;cursor:pointer;transition:all .25s ease;padding:0}.process__dot--active{background:var(--blue);width:24px;border-radius:100px}@media (max-width:768px){.process{padding:60px 0 40px}.process__card{width:280px;padding:1.75rem 1.5rem}.process__rail{padding:8px 40px 20px}.process__nav{display:none}.process__rail-wrap::before{width:40px}.process__rail-wrap::after{width:40px}}.services{padding:100px 0;background:var(--white)}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service__card{border:1.5px solid var(--border);border-radius:var(--radius);padding:2rem;background:var(--white);position:relative;overflow:hidden;transition:all var(--transition);cursor:default}.service__card-glow{position:absolute;top:-60px;right:-60px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(0,56,255,.06) 0%,transparent 70%);pointer-events:none;transition:all .5s ease}.service__card:hover{border-color:rgba(0,56,255,.25);box-shadow:var(--card-shadow-hover);transform:translateY(-6px)}.service__card:hover .service__card-glow{background:radial-gradient(circle,rgba(0,56,255,.12) 0%,transparent 70%);transform:scale(1.3)}.service__icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--lavender);border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--navy);margin-bottom:1.25rem;transition:all var(--transition)}.service__icon svg{width:26px;height:26px}.service__card:hover .service__icon{background:rgba(0,56,255,.08);border-color:rgba(0,56,255,.2);color:var(--blue)}.service__card h3{font-family:var(--font-head);font-size:1rem;font-weight:800;color:var(--navy);margin-bottom:.65rem}.service__card p{font-size:.88rem;color:var(--body);line-height:1.65;margin-bottom:1.25rem}.service__tags{display:flex;flex-wrap:wrap;gap:.5rem}.service__tags span{font-size:.72rem;font-weight:700;font-family:var(--font-head);color:var(--blue);background:rgba(0,56,255,.07);border:1px solid rgba(0,56,255,.15);padding:4px 10px;border-radius:100px;letter-spacing:.04em}.qualify{padding:100px 0;background:var(--lavender);position:relative;overflow:hidden}.qualify::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(0,56,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,56,255,.03) 1px,transparent 1px);background-size:50px 50px;pointer-events:none}.qualify__funnel{display:flex;flex-direction:row;align-items:stretch;gap:0;margin:0 auto 3rem;position:relative}.qualify__layer{flex:1;display:flex;flex-direction:column;gap:0;align-items:start;background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius);padding:1.75rem;transition:all var(--transition);position:relative;overflow:hidden}.qualify__layer::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue),rgba(0,56,255,.2));transform:scaleX(0);transform-origin:left;transition:transform var(--transition)}.qualify__layer:hover{border-color:rgba(0,56,255,.25);box-shadow:var(--card-shadow-hover);transform:translateY(-4px)}.qualify__layer:hover::before{transform:scaleX(1)}.qualify__layer-num{width:52px;height:52px;border-radius:50%;background:var(--navy);color:var(--white);font-family:var(--font-head);font-size:1.2rem;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;transition:background var(--transition)}.qualify__layer:hover .qualify__layer-num{background:var(--blue)}.qualify__layer-num{margin-bottom:1rem}.qualify__layer-body{flex:1;width:100%}.qualify__layer-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.9rem}.qualify__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(0,56,255,.07);border-radius:var(--radius-sm);color:var(--blue);flex-shrink:0}.qualify__icon svg{width:20px;height:20px}.qualify__layer-label{display:block;font-family:var(--font-head);font-size:.65rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:2px}.qualify__layer-body h3{font-family:var(--font-head);font-size:1.05rem;font-weight:800;color:var(--navy);line-height:1.2}.qualify__layer-body p{font-size:.9rem;color:var(--body);line-height:1.7;margin-bottom:1.1rem}.qualify__layer-tags{display:flex;flex-wrap:wrap;gap:.5rem}.qualify__layer-tags span{font-size:.72rem;font-weight:700;font-family:var(--font-head);color:var(--blue);background:rgba(0,56,255,.07);border:1px solid rgba(0,56,255,.15);padding:4px 10px;border-radius:100px;letter-spacing:.04em}.qualify__connector{display:flex;flex-direction:row;align-items:center;padding:0 2px;position:relative;z-index:1;flex-shrink:0}.qualify__connector-line{width:20px;height:2px;background:linear-gradient(to right,rgba(0,56,255,.2),rgba(0,56,255,.4))}.qualify__connector-arrow{color:var(--blue);opacity:.5;margin-left:-6px}.qualify__connector-arrow svg{width:20px;height:20px;transform:rotate(-90deg)}.qualify__definition{max-width:860px;margin:0 auto;background:var(--navy);border-radius:var(--radius);padding:2rem 2.25rem;display:flex;align-items:flex-start;gap:1.5rem;position:relative;overflow:hidden}.qualify__definition::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--orange),var(--blue))}.qualify__definition-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(255,98,64,.15);border-radius:var(--radius-sm);color:var(--orange);flex-shrink:0;margin-top:2px}.qualify__definition-icon svg{width:22px;height:22px}.qualify__definition-label{font-family:var(--font-head);font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:.6rem !important}.qualify__definition-text{font-size:.92rem;color:rgba(255,255,255,.7);line-height:1.7;margin-bottom:0 !important}.qualify__definition-text strong{color:var(--white);font-weight:700}@media (max-width:768px){.qualify__funnel{flex-direction:column}.qualify__connector{flex-direction:column;padding:2px 0}.qualify__connector-line{width:2px;height:20px;background:linear-gradient(to bottom,rgba(0,56,255,.2),rgba(0,56,255,.4))}.qualify__connector-arrow svg{transform:rotate(0deg)}.qualify__connector-arrow{margin-left:0;margin-top:-6px}.qualify__layer{gap:1rem}.qualify__layer-num{width:40px;height:40px;font-size:1rem}.qualify__definition{flex-direction:column;gap:1rem}}.testimonials{padding:100px 0;background:var(--lavender)}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial__card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius);padding:2rem;transition:all var(--transition);position:relative;overflow:hidden}.testimonial__card::after{content:'"';position:absolute;top:-10px;right:20px;font-size:8rem;font-family:var(--font-head);font-weight:900;color:rgba(0,56,255,.04);line-height:1;pointer-events:none}.testimonial__card:hover{border-color:rgba(0,56,255,.2);box-shadow:var(--card-shadow-hover);transform:translateY(-5px)}.testimonial__stars{color:var(--orange);font-size:1rem;letter-spacing:2px;margin-bottom:1rem}.testimonial__card blockquote{font-size:.95rem;color:var(--body);line-height:1.7;font-style:italic;margin-bottom:1.5rem}.testimonial__author{display:flex;align-items:center;gap:12px}.testimonial__avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--navy));color:var(--white);font-family:var(--font-head);font-weight:800;font-size:.8rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.testimonial__author strong{display:block;font-size:.9rem;font-weight:800;color:var(--navy);font-family:var(--font-head)}.testimonial__author span{display:block;font-size:.78rem;color:var(--secondary)}.case-studies{padding:100px 0;background:var(--navy);position:relative;overflow:hidden}.case-studies::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:50px 50px;pointer-events:none}.case-studies .section-tag{color:var(--orange);background:rgba(255,98,64,.15);border-color:rgba(255,98,64,.3)}.case-studies .section-headline{color:var(--white)}.case-studies .section-sub{color:rgba(255,255,255,.5)}.case-studies__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.case-study__card{background:rgba(255,255,255,.05);border:1.5px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:all .35s ease;position:relative;overflow:hidden;text-decoration:none;color:inherit;cursor:pointer}.case-study__cta{margin-top:auto;font-family:var(--font-head);font-size:.82rem;font-weight:700;color:var(--orange);letter-spacing:.04em;text-transform:uppercase}.case-study__card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--orange),rgba(255,98,64,.2));transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.case-study__card:hover{background:rgba(255,255,255,.08);border-color:rgba(255,98,64,.35);transform:translateY(-6px);box-shadow:0 20px 60px rgba(0,0,0,.4)}.case-study__card:hover::before{transform:scaleX(1)}.case-study__card--wide{grid-column:1 / -1}.case-study__tag{font-family:var(--font-head);font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);background:rgba(255,98,64,.12);border:1px solid rgba(255,98,64,.2);padding:4px 12px;border-radius:100px;width:fit-content}.case-study__card h3{font-family:var(--font-head);font-size:.98rem;font-weight:800;color:var(--white);line-height:1.4;flex:1}.case-study__client{display:flex;align-items:center;gap:10px}.case-study__client strong{display:block;font-size:.85rem;font-weight:700;color:var(--white);font-family:var(--font-head)}.case-study__client span{display:block;font-size:.75rem;color:rgba(255,255,255,.45)}.case-study__desc{font-size:.83rem;color:rgba(255,255,255,.4);line-height:1.6;margin:0}@media (max-width:768px){.case-studies__grid{grid-template-columns:1fr}.case-study__card--wide{grid-column:auto}}.testimonial__card--wide{max-width:100%}.replies{padding:100px 0;background:var(--lavender);position:relative;overflow:hidden}.replies::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(0,56,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,56,255,.03) 1px,transparent 1px);background-size:50px 50px;pointer-events:none}.replies__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:3rem}.reply__card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;cursor:zoom-in;transition:all var(--transition);position:relative}.reply__card::after{content:'';position:absolute;inset:0;background:rgba(0,56,255,0);transition:background var(--transition);pointer-events:none;border-radius:var(--radius-sm)}.reply__card:hover{border-color:rgba(0,56,255,.3);box-shadow:var(--card-shadow-hover);transform:translateY(-4px) scale(1.02)}.reply__card:hover::after{background:rgba(0,56,255,.03)}.reply__card img{width:100%;height:auto;display:block;transition:transform var(--transition)}.reply__card:hover img{transform:scale(1.02)}.reply__lightbox{position:fixed;inset:0;background:rgba(0,3,33,.92);z-index:9000;display:flex;align-items:center;justify-content:center;padding:24px;cursor:zoom-out;opacity:0;pointer-events:none;transition:opacity .25s ease;backdrop-filter:blur(8px)}.reply__lightbox.open{opacity:1;pointer-events:all}.reply__lightbox img{max-width:min(900px,95vw);max-height:90vh;object-fit:contain;border-radius:var(--radius);box-shadow:0 40px 120px rgba(0,0,0,.6)}.reply__lightbox-close{position:absolute;top:20px;right:24px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:var(--white);font-size:1.4rem;line-height:1;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.reply__lightbox-close:hover{background:rgba(255,255,255,.2)}.replies__cta{display:flex;justify-content:center}@media (max-width:1024px){.replies__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.replies__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.replies__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.resources{padding:100px 0;background:var(--white)}.resources__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.resource__card{border:1.5px solid var(--border);border-radius:var(--radius);padding:2rem;background:var(--white);transition:all var(--transition);display:flex;flex-direction:column;position:relative;overflow:hidden}.resource__card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--orange));transform:scaleX(0);transform-origin:left;transition:transform var(--transition)}.resource__card:hover{border-color:rgba(0,56,255,.2);box-shadow:var(--card-shadow-hover);transform:translateY(-5px)}.resource__card:hover::before{transform:scaleX(1)}.resource__type{font-family:var(--font-head);font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);background:rgba(255,98,64,.08);border:1px solid rgba(255,98,64,.2);padding:4px 12px;border-radius:100px;display:inline-block;width:fit-content;margin-bottom:1.25rem}.resource__card h3{font-family:var(--font-head);font-size:1.05rem;font-weight:800;color:var(--navy);margin-bottom:.75rem}.resource__card p{font-size:.88rem;color:var(--body);line-height:1.65;flex:1;margin-bottom:1.5rem}.resource__link{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-head);font-size:.85rem;font-weight:700;color:var(--blue);transition:gap var(--transition)}.resource__link svg{width:16px;height:16px;transition:transform var(--transition)}.resource__link:hover{gap:12px}.resource__link:hover svg{transform:translateX(3px)}.resources__featured{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.resource__card--featured{background:var(--lavender);border-color:var(--border);padding:2.25rem}.resource__card--featured::before{background:linear-gradient(90deg,var(--blue),rgba(0,56,255,.2))}.resource__card--featured:hover{border-color:rgba(0,56,255,.3)}.resource__card-glow{position:absolute;top:-80px;right:-80px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(0,56,255,.07) 0%,transparent 70%);pointer-events:none;transition:all .5s ease}.resource__card-glow--orange{background:radial-gradient(circle,rgba(255,98,64,.07) 0%,transparent 70%)}.resource__card--featured:hover .resource__card-glow{transform:scale(1.4);background:radial-gradient(circle,rgba(0,56,255,.13) 0%,transparent 70%)}.resource__card--featured:hover .resource__card-glow--orange{background:radial-gradient(circle,rgba(255,98,64,.13) 0%,transparent 70%)}.resource__feature-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.resource__type--blue{color:var(--blue);background:rgba(0,56,255,.08);border-color:rgba(0,56,255,.2);margin-bottom:0}.resource__type--orange{color:var(--orange);background:rgba(255,98,64,.08);border-color:rgba(255,98,64,.2);margin-bottom:0}.resource__live-badge{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-head);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--body);background:var(--white);border:1.5px solid var(--border);padding:4px 10px;border-radius:100px}.resource__live-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;animation:pulse 2s ease-in-out infinite}.resource__live-dot--orange{background:var(--orange)}.resource__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:rgba(0,56,255,.08);border:1.5px solid rgba(0,56,255,.15);border-radius:var(--radius-sm);color:var(--blue);margin-bottom:1.25rem;transition:all var(--transition)}.resource__icon svg{width:28px;height:28px}.resource__icon--orange{background:rgba(255,98,64,.08);border-color:rgba(255,98,64,.2);color:var(--orange)}.resource__card--featured:hover .resource__icon{background:rgba(0,56,255,.13);border-color:rgba(0,56,255,.3)}.resource__card--featured:hover .resource__icon--orange{background:rgba(255,98,64,.14);border-color:rgba(255,98,64,.35)}.resource__card--featured h3{font-size:1.2rem;margin-bottom:.8rem}.resource__card--featured p{font-size:.92rem;margin-bottom:1.25rem}.resource__feature-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.75rem;flex:1}.resource__feature-list li{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--body)}.resource__feature-list li::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--blue);flex-shrink:0}.resource__cta-btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-head);font-size:.9rem;font-weight:700;color:var(--white);background:var(--navy);border:2px solid var(--navy);padding:13px 22px;border-radius:100px;transition:all var(--transition);width:fit-content}.resource__cta-btn svg{width:16px;height:16px;transition:transform var(--transition)}.resource__cta-btn:hover{background:var(--blue);border-color:var(--blue);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,56,255,.28)}.resource__cta-btn:hover svg{transform:translate(2px,-2px)}.resource__cta-btn--orange{background:var(--orange);border-color:var(--orange)}.resource__cta-btn--orange:hover{background:var(--orange-light);border-color:var(--orange-light);box-shadow:0 8px 24px rgba(255,98,64,.32)}.resources__grid--secondary{margin-top:0}@media (max-width:768px){.resources__featured{grid-template-columns:1fr}}.faq{padding:100px 0;background:var(--white)}.faq__header{max-width:680px;margin-bottom:3.5rem}.faq__grid{display:grid;grid-template-columns:1fr 1fr;gap:0 3rem;margin-bottom:3rem}.faq__col{display:flex;flex-direction:column}.faq__item{border-bottom:1px solid var(--border)}.faq__item:first-child{border-top:1px solid var(--border)}.faq__col:last-child .faq__item:first-child{border-top:1px solid var(--border)}.faq__q{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;background:none;border:none;padding:1.4rem 0;cursor:pointer;text-align:left;font-family:var(--font-head);font-size:.95rem;font-weight:800;color:var(--navy);line-height:1.35;transition:color var(--transition)}.faq__q:hover{color:var(--blue)}.faq__q[aria-expanded="true"]{color:var(--blue)}.faq__chevron{flex-shrink:0;color:var(--secondary);transition:transform .3s ease,color .2s}.faq__chevron svg{width:18px;height:18px;display:block}.faq__q[aria-expanded="true"] .faq__chevron{transform:rotate(180deg);color:var(--blue)}.faq__a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s ease;overflow:hidden}.faq__a>p{overflow:hidden;font-size:.9rem;color:var(--body);line-height:1.75;padding-bottom:0;transition:padding-bottom .32s ease}.faq__item.open .faq__a{grid-template-rows:1fr}.faq__item.open .faq__a>p{padding-bottom:1.4rem}.faq__footer{display:flex;align-items:center;gap:1.5rem;background:var(--lavender);border:1.5px solid var(--border);border-radius:var(--radius);padding:1.75rem 2rem}.faq__footer-icon{width:48px;height:48px;background:rgba(0,56,255,.08);border-radius:var(--radius-sm);color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.faq__footer-icon svg{width:22px;height:22px}.faq__footer-body{flex:1}.faq__footer-title{font-family:var(--font-head);font-size:.95rem;font-weight:800;color:var(--navy);margin-bottom:.25rem}.faq__footer-sub{font-size:.85rem;color:var(--body);line-height:1.55}.faq__footer-btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-head);font-size:.88rem;font-weight:700;color:var(--white);background:var(--navy);border:2px solid var(--navy);padding:12px 22px;border-radius:100px;transition:all var(--transition);white-space:nowrap;flex-shrink:0}.faq__footer-btn svg{width:15px;height:15px;transition:transform var(--transition)}.faq__footer-btn:hover{background:var(--blue);border-color:var(--blue);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,56,255,.25)}.faq__footer-btn:hover svg{transform:translateX(3px)}@media (max-width:900px){.faq__grid{grid-template-columns:1fr;gap:0}.faq__col:last-child .faq__item:first-child{border-top:none}}@media (max-width:600px){.faq__footer{flex-direction:column;text-align:center;gap:1.25rem}.faq__footer-icon{display:none}}.cta-section{padding:120px 0;background:var(--navy);position:relative;overflow:hidden}.cta__orb{position:absolute;border-radius:50%;pointer-events:none;filter:blur(80px)}.cta__orb--1{width:500px;height:500px;background:radial-gradient(circle,rgba(0,56,255,.25) 0%,transparent 70%);top:-150px;right:-100px;animation:orbFloat 10s ease-in-out infinite}.cta__orb--2{width:400px;height:400px;background:radial-gradient(circle,rgba(255,98,64,.15) 0%,transparent 70%);bottom:-120px;left:-80px;animation:orbFloat 12s ease-in-out infinite reverse}.cta__header{position:relative;z-index:1;text-align:center;max-width:680px;margin:0 auto 3.5rem}.cta__header .section-tag{background:rgba(255,255,255,.1);color:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.15)}.cta__headline{font-family:var(--font-head);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;line-height:1.15;letter-spacing:-.025em;color:var(--white);margin-bottom:1.25rem}.cta__sub{font-size:1.05rem;color:rgba(255,255,255,.65);line-height:1.7;max-width:520px;margin:0 auto}.cta__calendar{position:relative;z-index:1;width:100%;max-width:680px;margin:0 auto;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:20px;overflow:visible}.cta__calendar iframe{display:block;width:100%;height:0;min-height:0;border:none;border-radius:20px}.cta__spots{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:.65rem;background:rgba(255,107,0,.12);border:1px solid rgba(255,107,0,.3);border-radius:100px;padding:.6rem 1.25rem;margin-bottom:1.5rem;width:fit-content;margin-left:auto;margin-right:auto}.cta__spots-dot{width:8px;height:8px;background:var(--orange);border-radius:50%;flex-shrink:0;box-shadow:0 0 0 0 rgba(255,107,0,.6);animation:pulse 2s ease-in-out infinite}.cta__spots-text{font-size:.85rem;color:rgba(255,255,255,.75);letter-spacing:.02em}.cta__spots-text strong{color:var(--orange);font-weight:700}.cta__note{position:relative;z-index:1;font-size:.82rem;color:rgba(255,255,255,.4);margin-top:1.5rem;letter-spacing:.04em;text-align:center}.trust-badges{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0;margin-top:2.5rem;padding:1.5rem 2rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:20px;backdrop-filter:blur(10px);max-width:860px;margin-left:auto;margin-right:auto}.trust-badge{display:flex;align-items:center;gap:.75rem;padding:.6rem 1.5rem}.trust-badge__icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(255,107,0,.12);border-radius:10px;color:var(--orange);flex-shrink:0}.trust-badge__icon svg{width:18px;height:18px}.trust-badge__body{display:flex;flex-direction:column;gap:2px}.trust-badge__stars{display:flex;gap:2px;color:var(--orange)}.trust-badge__stars svg{width:11px;height:11px}.trust-badge__value{font-family:var(--font-head);font-size:.95rem;font-weight:700;color:#fff;line-height:1}.trust-badge__label{font-size:.72rem;color:rgba(255,255,255,.45);letter-spacing:.04em;text-transform:uppercase;line-height:1}.trust-badge__divider{width:1px;height:36px;background:rgba(255,255,255,.1);flex-shrink:0}@media (max-width:768px){.trust-badges{gap:.5rem;padding:1.25rem 1rem}.trust-badge{padding:.5rem .75rem}.trust-badge__divider{display:none}}.timeline{padding:100px 0;background:var(--white);position:relative;overflow:hidden}.timeline__track{position:relative;display:flex;flex-direction:column;gap:0}.timeline__track::before{content:'';position:absolute;left:119px;top:28px;bottom:28px;width:2px;background:linear-gradient(to bottom,var(--blue),var(--orange));border-radius:2px;opacity:.15;z-index:0}.timeline__item{display:grid;grid-template-columns:120px 1fr;gap:2rem;align-items:start;padding:2rem 0;position:relative}.timeline__item:last-child{padding-bottom:0}.timeline__marker{display:flex;flex-direction:column;align-items:center;gap:10px;position:relative;z-index:1;padding-top:22px}.timeline__week{font-family:var(--font-head);font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);background:rgba(0,56,255,.08);border:1px solid rgba(0,56,255,.2);padding:5px 12px;border-radius:100px;white-space:nowrap}.timeline__dot{width:14px;height:14px;border-radius:50%;background:var(--blue);border:3px solid var(--white);box-shadow:0 0 0 2px var(--blue);flex-shrink:0}.timeline__dot--orange{background:var(--orange);box-shadow:0 0 0 2px var(--orange)}.timeline__card{background:var(--lavender);border:1.5px solid var(--border);border-radius:var(--radius);padding:2rem;transition:all var(--transition);position:relative;overflow:hidden}.timeline__card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue),rgba(0,56,255,.2));border-radius:3px 3px 0 0;transform:scaleX(0);transform-origin:left;transition:transform var(--transition)}.timeline__card:hover{border-color:rgba(0,56,255,.25);box-shadow:var(--card-shadow-hover);transform:translateX(4px)}.timeline__card:hover::before{transform:scaleX(1)}.timeline__card--accent{background:var(--navy);border-color:rgba(255,255,255,.06)}.timeline__card--accent::before{background:linear-gradient(90deg,var(--orange),rgba(255,98,64,.3))}.timeline__card--accent:hover{border-color:rgba(255,98,64,.4);box-shadow:0 16px 48px rgba(0,3,33,.25)}.timeline__card--accent h3{color:var(--white)}.timeline__card--accent p{color:rgba(255,255,255,.65)}.timeline__card--accent .timeline__milestone{color:rgba(255,255,255,.7)}.timeline__card--accent .timeline__milestone svg{color:var(--orange)}.timeline__card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.timeline__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(0,56,255,.08);border-radius:var(--radius-sm);color:var(--blue);flex-shrink:0}.timeline__icon svg{width:22px;height:22px}.timeline__icon--orange{background:rgba(255,98,64,.15);color:var(--orange)}.timeline__card h3{font-family:var(--font-head);font-size:1.1rem;font-weight:800;color:var(--navy);line-height:1.2}.timeline__card p{font-size:.9rem;color:var(--body);line-height:1.7;margin-bottom:1.5rem}.timeline__milestones{display:flex;flex-direction:column;gap:.6rem}.timeline__milestone{display:flex;align-items:flex-start;gap:10px;font-size:.85rem;color:var(--body);line-height:1.4}.timeline__milestone svg{width:16px;height:16px;color:var(--blue);flex-shrink:0;margin-top:1px}@media (max-width:768px){.timeline__track::before{left:16px}.timeline__item{grid-template-columns:1fr;gap:0;padding:1.5rem 0}.timeline__marker{flex-direction:row;padding-top:0;padding-left:0;gap:12px;margin-bottom:1rem}.timeline__dot{display:none}}.footer{background:var(--navy);border-top:1px solid rgba(255,255,255,.06);padding:60px 0 32px}.footer__top{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:32px}.footer__brand .nav__logo{margin-bottom:1rem}.footer__brand .logo-volente{color:var(--white)}.footer__brand .logo-media{color:var(--blue-light)}.footer__logo-img{height:28px;width:auto;display:block;filter:invert(1);opacity:.85}.footer__tagline{font-family:var(--font-head);font-size:.85rem;font-weight:700;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.footer__desc{font-size:.88rem;color:rgba(255,255,255,.4);line-height:1.65;max-width:320px}.footer__links{display:flex;gap:3rem}.footer__col{display:flex;flex-direction:column;gap:.75rem}.footer__col h3{font-family:var(--font-head);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.4);margin-bottom:.25rem}.footer__col a{font-size:.88rem;color:rgba(255,255,255,.55);transition:color var(--transition)}.footer__col a:hover{color:var(--white)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer__bottom p{font-size:.82rem;color:rgba(255,255,255,.3)}.footer__legal{display:flex;gap:1.5rem}.footer__legal a{font-size:.82rem;color:rgba(255,255,255,.3);transition:color var(--transition)}.footer__legal a:hover{color:rgba(255,255,255,.6)}.footer__verse{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);font-family:var(--font-head);font-size:.92rem;font-weight:600;font-style:italic;color:rgba(255,255,255,.55);text-align:center;letter-spacing:.06em;line-height:1.7;position:relative}.footer__verse::before{content:'\201C';position:absolute;top:1.5rem;left:50%;transform:translateX(-50%) translateY(-60%);font-size:5rem;font-family:Georgia,serif;color:var(--orange);opacity:.15;line-height:1;pointer-events:none}@media (max-width:1024px){.pain__grid,.services__grid,.testimonials__grid,.resources__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.nav__links{display:none}.nav__hamburger{display:flex}.hero{padding:120px 0 60px}.hero__headline{font-size:clamp(2rem,8vw,3rem)}.hero__proof{gap:1.25rem}.proof__divider{display:none}.pain__grid,.services__grid,.testimonials__grid,.resources__grid{grid-template-columns:1fr}.process__step{grid-template-columns:60px 1fr;gap:1rem}.process__step-number{font-size:2.5rem}.process__steps::before{left:29px}.footer__top{grid-template-columns:1fr;gap:2.5rem}.footer__links{gap:2rem}section{padding:72px 0}}@media (max-width:480px){.hero__actions{flex-direction:column}.btn{width:100%;justify-content:center}.hero__proof{flex-direction:column;gap:1rem}.footer__links{flex-direction:column;gap:1.5rem}.footer__bottom{flex-direction:column;text-align:center}}.hero__promise{display:inline-flex;align-items:center;gap:8px;margin-top:1.5rem;font-family:var(--font-head);font-size:.85rem;font-weight:500;color:var(--secondary);letter-spacing:.01em}.hero__promise svg{width:16px;height:16px;color:#19C37D;flex-shrink:0}.hero__inner--centered .hero__proof{margin-top:0}.hero__actions .btn svg{width:16px;height:16px;transition:transform .2s ease}.hero__actions .btn:hover svg{transform:translateX(3px)}.pain__fix{display:inline-flex;align-items:center;gap:8px;margin-top:1rem;padding:8px 14px;background:rgba(25,195,125,.08);color:#16A065;border-radius:100px;font-family:var(--font-head);font-size:.82rem;font-weight:700;letter-spacing:.01em}.pain__fix svg{width:14px;height:14px;flex-shrink:0}.setters{padding:100px 0;background:radial-gradient(ellipse 120% 80% at 50% 0%,rgba(0,56,255,.04) 0%,transparent 60%),linear-gradient(180deg,var(--white) 0%,var(--lavender) 100%);position:relative}.setters .section-tag{background:rgba(255,98,64,.10);color:var(--orange)}.setters .section-headline,.setters .section-sub{max-width:760px;margin-left:auto;margin-right:auto;text-align:center}.setters__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1rem}.setter__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--card-shadow);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);position:relative;overflow:hidden}.setter__card:hover{transform:translateY(-4px);box-shadow:var(--card-shadow-hover);border-color:rgba(0,56,255,.18)}.setter__card--accent{background:linear-gradient(160deg,var(--navy) 0%,#0E1252 100%);border-color:var(--navy);color:var(--white)}.setter__card--accent:hover{border-color:var(--orange)}.setter__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:rgba(0,56,255,.10);color:var(--blue);margin-bottom:1.25rem}.setter__icon svg{width:22px;height:22px}.setter__icon--orange{background:rgba(255,98,64,.18);color:var(--orange)}.setter__stat{display:inline-block;font-family:var(--font-head);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);background:rgba(0,56,255,.08);padding:4px 10px;border-radius:100px;margin-bottom:.75rem}.setter__stat--orange{color:var(--orange);background:rgba(255,98,64,.14)}.setter__card--accent .setter__stat{color:var(--orange);background:rgba(255,98,64,.18)}.setter__card h3{font-family:var(--font-head);font-size:1.25rem;font-weight:800;line-height:1.25;margin-bottom:.75rem;color:var(--navy)}.setter__card--accent h3{color:var(--white)}.setter__card p{font-size:.98rem;line-height:1.6;color:var(--body)}.setter__card--accent p{color:rgba(255,255,255,.78)}.setters__bottom{text-align:center;margin-top:3rem;padding:1.5rem 2rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);max-width:760px;margin-left:auto;margin-right:auto}.setters__bottom p{font-size:1.02rem;color:var(--body);line-height:1.55}.setters__bottom strong{color:var(--navy)}.stats{padding:110px 0;background:var(--navy);color:var(--white);position:relative;overflow:hidden}.stats__bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 70% 70% at 50% 50%,black 30%,transparent 100%);pointer-events:none}.stats .container{position:relative;z-index:1}.stats__tag{background:rgba(255,255,255,.10);color:var(--white)}.stats__headline,.stats__sub{max-width:760px;margin-left:auto;margin-right:auto;text-align:center}.stats__headline{color:var(--white)}.stats__sub{color:rgba(255,255,255,.65);margin-bottom:3.5rem}.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.stat__tile{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.10);border-radius:var(--radius);padding:2rem 1.75rem;transition:transform var(--transition),background var(--transition),border-color var(--transition)}.stat__tile:hover{transform:translateY(-4px);background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.18)}.stat__tile--accent{background:linear-gradient(160deg,rgba(255,98,64,.20) 0%,rgba(255,98,64,.06) 100%);border-color:rgba(255,98,64,.40)}.stat__value{display:flex;align-items:baseline;gap:6px;font-family:var(--font-head);font-weight:800;font-size:clamp(1.8rem,3.4vw,2.4rem);line-height:1;color:var(--white);margin-bottom:1rem;letter-spacing:-.02em}.stat__from{color:rgba(255,255,255,.55);font-size:0.78em}.stat__arrow{width:22px;height:22px;color:var(--orange);margin:0 2px;flex-shrink:0}.stat__to{color:var(--orange)}.stat__lt{font-size:.7em;color:rgba(255,255,255,.5);font-weight:600;margin-right:2px}.stat__number{display:inline-flex;align-items:baseline}.stat__plus,.stat__unit{font-size:.55em;margin-left:4px;color:rgba(255,255,255,.55);font-weight:700;letter-spacing:-.01em}.stat__tile--accent .stat__plus,.stat__tile--accent .stat__unit{color:rgba(255,255,255,.7)}.stat__label{font-family:var(--font-head);font-size:.98rem;font-weight:700;color:var(--white);margin-bottom:.5rem;line-height:1.3}.stat__note{font-size:.85rem;color:rgba(255,255,255,.55);line-height:1.5}.offer{padding:110px 0;background:var(--lavender)}.offer .section-headline,.offer .section-sub{max-width:760px;margin-left:auto;margin-right:auto;text-align:center}.offer__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1rem}.offer__col{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2.25rem;box-shadow:var(--card-shadow);position:relative;overflow:hidden}.offer__col--get{background:linear-gradient(160deg,var(--navy) 0%,#0E1252 100%);border-color:var(--navy);color:var(--white)}.offer__col-head{display:flex;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.offer__col--get .offer__col-head{border-bottom-color:rgba(255,255,255,.12)}.offer__col-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:rgba(0,56,255,.10);color:var(--blue);flex-shrink:0}.offer__col-icon svg{width:24px;height:24px}.offer__col-icon--orange{background:rgba(255,98,64,.20);color:var(--orange)}.offer__col-label{font-family:var(--font-head);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:.25rem}.offer__col-label--orange{color:var(--orange)}.offer__col-head h3{font-family:var(--font-head);font-size:1.35rem;font-weight:800;line-height:1.2;color:var(--navy);letter-spacing:-.01em}.offer__col--get h3{color:var(--white)}.offer__list{display:flex;flex-direction:column;gap:.9rem}.offer__list li{display:grid;grid-template-columns:20px 1fr;gap:12px;align-items:flex-start;font-size:.98rem;line-height:1.5;color:var(--body)}.offer__list li svg{width:18px;height:18px;color:#19C37D;margin-top:3px;flex-shrink:0}.offer__col--get .offer__list li{color:rgba(255,255,255,.82)}.offer__col--get .offer__list li svg{color:var(--orange)}.offer__cta{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;flex-wrap:wrap}.tp-strip{display:inline-flex;align-items:center;gap:1.25rem;background:var(--white);border:1px solid var(--border);border-radius:100px;padding:10px 24px 10px 16px;margin-bottom:3rem;box-shadow:var(--card-shadow);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);text-decoration:none}.tp-strip:hover{transform:translateY(-2px);box-shadow:var(--card-shadow-hover);border-color:#00B67A}.tp-strip__brand{display:inline-flex;align-items:center;gap:6px}.tp-strip__logo-mark{width:22px;height:22px}.tp-strip__logo-text{font-family:var(--font-head);font-weight:800;font-size:1.05rem;color:var(--navy);letter-spacing:-.01em}.tp-strip__stars{display:inline-flex;gap:2px}.tp-star{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:#00B67A;border-radius:3px}.tp-star svg{width:16px;height:16px}.tp-strip__copy{display:flex;flex-direction:column;text-align:left}.tp-strip__copy strong{font-family:var(--font-head);font-size:.95rem;font-weight:800;color:var(--navy);line-height:1.1}.tp-strip__copy span{font-size:.78rem;color:var(--secondary);line-height:1.3}.testimonial__tp-stars{display:inline-flex;gap:2px;margin-bottom:1rem}.tp-star-sm{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:#00B67A;border-radius:2px}.tp-star-sm svg{width:12px;height:12px}.testimonial__title{font-family:var(--font-head);font-size:1.08rem;font-weight:800;color:var(--navy);line-height:1.3;margin-bottom:.5rem;letter-spacing:-.01em}.testimonials__grid--two{grid-template-columns:1fr 1fr;margin-top:1.5rem}.testimonials__cta{text-align:center;margin-top:3rem}.testimonials__cta-link{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-head);font-weight:700;color:var(--navy);text-decoration:none;font-size:1rem;padding-bottom:4px;border-bottom:2px solid var(--border);transition:border-color var(--transition),color var(--transition)}.testimonials__cta-link:hover{color:#00B67A;border-color:#00B67A}.testimonials__cta-link svg{width:16px;height:16px;transition:transform .2s ease}.testimonials__cta-link:hover svg{transform:translateX(3px)}.cta__alt{margin-top:1.25rem;display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}.cta__alt-text{font-family:var(--font-head);font-size:.92rem;color:rgba(255,255,255,.6)}.cta__alt-link{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-head);font-size:.92rem;font-weight:700;color:var(--white);text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;transition:color var(--transition)}.cta__alt-link:hover{color:var(--orange)}.cta__alt-link svg{width:14px;height:14px}.founder-sign{display:flex;align-items:center;gap:1.25rem;max-width:640px;margin:3rem auto 0;padding:1.5rem 1.75rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.10);border-radius:var(--radius)}.founder-sign__photo{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(255,255,255,.18)}.founder-sign__body{text-align:left}.founder-sign__text{font-size:.98rem;line-height:1.5;color:rgba(255,255,255,.85);margin-bottom:.25rem}.founder-sign__signature{font-family:var(--font-head);font-style:italic;font-weight:600;font-size:.9rem;color:var(--orange)}.sticky-cta{position:fixed;left:16px;right:16px;bottom:16px;z-index:950;pointer-events:none;opacity:0;transform:translateY(20px);transition:opacity .35s ease,transform .35s ease}.sticky-cta.visible{opacity:1;transform:translateY(0);pointer-events:auto}.sticky-cta.dismissed{display:none}.sticky-cta__inner{max-width:720px;margin:0 auto;display:flex;align-items:center;gap:1rem;padding:10px 12px 10px 20px;background:var(--navy);color:var(--white);border-radius:100px;box-shadow:0 12px 40px rgba(0,3,33,.35),0 0 0 1px rgba(255,255,255,.06)}.sticky-cta__copy{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.sticky-cta__dot{width:10px;height:10px;background:var(--orange);border-radius:50%;flex-shrink:0;animation:pulse 2s ease-in-out infinite}.sticky-cta__text{display:flex;flex-direction:column;min-width:0}.sticky-cta__text strong{font-family:var(--font-head);font-size:.95rem;font-weight:700;line-height:1.2}.sticky-cta__sub{font-size:.75rem;color:rgba(255,255,255,.6);line-height:1.2}.sticky-cta__btn{display:inline-flex;align-items:center;gap:6px;background:var(--orange);color:var(--white);font-family:var(--font-head);font-weight:700;font-size:.9rem;padding:10px 18px;border-radius:100px;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background var(--transition),transform var(--transition)}.sticky-cta__btn:hover{background:#FF7A5C;transform:translateY(-1px)}.sticky-cta__btn svg{width:14px;height:14px}.sticky-cta__close{background:none;border:none;color:rgba(255,255,255,.5);cursor:pointer;font-size:1.2rem;padding:4px 8px;line-height:1;transition:color var(--transition);flex-shrink:0}.sticky-cta__close:hover{color:var(--white)}@media (max-width:900px){.setters__grid{grid-template-columns:1fr;gap:1rem}.stats__grid{grid-template-columns:1fr 1fr}.offer__grid{grid-template-columns:1fr}.testimonials__grid--two{grid-template-columns:1fr}}@media (max-width:600px){.setters{padding:72px 0}.stats{padding:80px 0}.offer{padding:72px 0}.stats__grid{grid-template-columns:1fr}.stat__value{font-size:clamp(1.6rem,6vw,2rem)}.tp-strip{flex-direction:column;gap:.75rem;padding:1rem 1.25rem;border-radius:18px}.tp-strip__copy{text-align:center;align-items:center}.founder-sign{flex-direction:column;text-align:center;padding:1.25rem}.founder-sign__body{text-align:center}.cta__alt{flex-direction:column;gap:4px}.sticky-cta{left:8px;right:8px;bottom:8px}.sticky-cta__inner{padding:8px 8px 8px 16px;border-radius:100px;gap:8px}.sticky-cta__sub{display:none}.sticky-cta__btn{padding:9px 14px;font-size:.82rem}.sticky-cta__close{padding:4px 6px}}.offer__list-addon{margin-top:.5rem;padding-top:.9rem;border-top:1px dashed rgba(0,56,255,.25);opacity:.95}.offer__list-addon svg{color:var(--orange) !important;background:rgba(255,98,64,.15);border-radius:6px;padding:2px;width:18px !important;height:18px !important}.offer__list-addon strong{color:var(--orange);font-weight:800;text-transform:uppercase;font-size:.78rem;letter-spacing:.06em;margin-right:4px}.pain,.setters,.stats,.offer,.testimonials,.case-studies,.replies,.faq,.cta-section{padding-top:72px;padding-bottom:72px}.stats{padding-top:80px;padding-bottom:80px}.hero{min-height:auto;padding-top:calc(100px + var(--bar-height,0px));padding-bottom:64px}.section-sub{margin-bottom:2.5rem}.logos{padding:36px 0}.process{padding-top:72px;padding-bottom:64px}@media (max-width:600px){.pain,.setters,.stats,.offer,.testimonials,.case-studies,.replies,.faq,.cta-section,.process{padding-top:56px;padding-bottom:56px}.hero{padding-top:calc(80px + var(--bar-height,0px));padding-bottom:48px}.logos{padding:28px 0}.section-sub{margin-bottom:2rem}}.testimonial__avatar--photo{width:52px !important;height:52px !important;background:var(--lavender) !important;background-image:none !important;padding:0;overflow:hidden;display:block;border-radius:50%;border:2px solid var(--white);box-shadow:0 2px 8px rgba(0,3,33,.12);position:relative}.testimonial__avatar--photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:50%}@media (max-width:768px){.container{padding:0 20px}.hero{min-height:auto;padding-top:calc(96px + var(--bar-height,0px));padding-bottom:56px}.hero__badge{font-size:.68rem;padding:6px 14px;gap:8px;margin-bottom:1.25rem;letter-spacing:.08em}.hero__headline{font-size:clamp(1.7rem,7vw,2.15rem);line-height:1.22;letter-spacing:-.02em;margin-bottom:1.4rem;max-width:22ch;margin-left:auto;margin-right:auto;text-wrap:balance}.hero__headline-accent{padding-bottom:6px;margin-top:2px}.hero__sub{font-size:1.02rem;line-height:1.6;max-width:36ch;margin:0 auto 2rem;color:var(--body)}.hero__actions{flex-direction:column;gap:.75rem;width:100%;margin-bottom:1.25rem}.hero__actions .btn{width:100%;justify-content:center;padding:14px 22px;font-size:.95rem}.hero__promise{font-size:.78rem;line-height:1.5;max-width:32ch;text-align:left;margin:0 auto;align-items:flex-start}.hero__promise svg{margin-top:2px}.hero__scroll-indicator{display:none}.hero__headline-accent::after{height:3px;bottom:0;border-radius:100px}.hero__orb--1{width:320px;height:320px;top:-80px;right:-120px}.hero__orb--2{width:240px;height:240px;bottom:-40px;left:-80px}.section-tag{font-size:.68rem;padding:5px 12px;letter-spacing:.1em;margin-bottom:1rem}.section-headline{font-size:clamp(1.6rem,5.5vw,2.1rem);line-height:1.2;margin-bottom:.75rem;letter-spacing:-.02em}.section-sub{font-size:1rem;line-height:1.6;max-width:42ch;margin-bottom:2rem}.pain,.setters,.stats,.offer,.testimonials,.case-studies,.replies,.faq,.cta-section,.process{padding-top:56px;padding-bottom:56px}.logos{padding:24px 0}.logos__label{font-size:.72rem;letter-spacing:.12em;margin-bottom:.75rem}.logo-badge{font-size:.72rem;padding:6px 12px}.pain__grid{gap:1rem}.pain__card{padding:1.5rem 1.25rem}.pain__card h3{font-size:1.05rem;line-height:1.3;margin-bottom:.5rem}.pain__card p{font-size:.92rem;line-height:1.55}.pain__fix{font-size:.75rem;padding:6px 11px}.process__card{width:86vw;max-width:320px;padding:1.6rem 1.4rem 1.5rem}.process__card h3{font-size:1.05rem}.process__card p{font-size:.88rem;line-height:1.55}.process__card-list li{font-size:.82rem}.process__card-num{top:1rem;right:1.1rem;font-size:.9rem;padding:4px 10px}.process__rail{padding:8px 12% 24px}.process__nav{display:none}.process__rail-wrap::before,.process__rail-wrap::after{width:36px}.setter__card{padding:1.5rem 1.25rem}.setter__stat{font-size:.72rem}.setter__card h3{font-size:1.1rem}.setter__card p{font-size:.92rem;line-height:1.55}.setters__bottom{margin-top:1.75rem;padding:1.25rem}.setters__bottom p{font-size:.95rem}.stat__tile{padding:1.5rem 1.25rem}.stat__value{font-size:clamp(1.5rem,7vw,1.9rem)}.stat__label{font-size:.92rem;margin-bottom:.35rem}.stat__note{font-size:.82rem;line-height:1.5}.offer__col{padding:1.75rem 1.25rem}.offer__col-head{gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem}.offer__col-icon{width:44px;height:44px;border-radius:12px}.offer__col-icon svg{width:20px;height:20px}.offer__col-label{font-size:.68rem;letter-spacing:.12em}.offer__col-head h3{font-size:1.15rem;line-height:1.25}.offer__list li{font-size:.92rem;line-height:1.5;gap:10px}.offer__list li svg{width:16px;height:16px}.offer__cta{flex-direction:column;gap:.75rem;margin-top:2rem}.offer__cta .btn{width:100%;justify-content:center}.tp-strip{padding:.85rem 1.1rem;gap:.5rem;border-radius:16px}.tp-strip__brand{gap:4px}.tp-strip__logo-text{font-size:.95rem}.tp-star{width:18px;height:18px}.tp-star svg{width:12px;height:12px}.tp-strip__copy strong{font-size:.88rem}.tp-strip__copy span{font-size:.72rem}.testimonial__card{padding:1.5rem 1.25rem}.testimonial__title{font-size:1rem;line-height:1.3}.testimonial__card blockquote{font-size:.92rem;line-height:1.6;margin-bottom:1.25rem}.testimonial__author strong{font-size:.88rem}.testimonial__author span{font-size:.72rem}.faq__q{font-size:.98rem;padding:1.1rem 1.25rem;gap:12px}.faq__a p{font-size:.92rem;line-height:1.65}.faq__footer{flex-direction:column;text-align:center;gap:1rem;padding:1.5rem}.faq__footer-btn{width:100%;justify-content:center}.cta__headline{font-size:clamp(1.8rem,6vw,2.4rem);line-height:1.15}.cta__sub{font-size:.98rem;line-height:1.6}.cta__alt{flex-direction:column;gap:.25rem}.cta__alt-text,.cta__alt-link{font-size:.85rem}.cta__spots{font-size:.82rem;padding:8px 14px}.founder-sign{margin-top:2rem;padding:1.25rem;gap:1rem}.founder-sign__photo{width:56px;height:56px}.founder-sign__text{font-size:.9rem}.founder-sign__signature{font-size:.85rem}.footer{padding:56px 0 28px}.footer__brand{gap:1rem}.footer__tagline{font-size:1rem}.footer__desc{font-size:.9rem;line-height:1.6}.footer__col h3{font-size:.88rem}.footer__col a{font-size:.9rem;padding:4px 0}body{padding-bottom:76px}.process__dot{width:10px;height:10px}.process__dot--active{width:28px}}@media (max-width:400px){.hero__headline{font-size:clamp(1.55rem,7.5vw,1.95rem);line-height:1.25;max-width:19ch}.hero__headline-accent{padding-bottom:5px}.hero__headline-accent::after{height:2.5px}.hero__sub{font-size:.98rem}.hero__promise{font-size:.74rem}.section-headline{font-size:clamp(1.45rem,6vw,1.85rem)}.section-sub{font-size:.95rem}.container{padding:0 16px}.stat__value{font-size:clamp(1.4rem,7vw,1.75rem)}.tp-strip{padding:.75rem 1rem;flex-direction:column;gap:.5rem}.tp-strip__copy{text-align:center;align-items:center}.process__card{width:90vw;padding:1.5rem 1.25rem 1.4rem}}.beyond{padding:80px 0;background:radial-gradient(ellipse 120% 80% at 50% 0%,rgba(255,98,64,.04) 0%,transparent 60%),var(--white);position:relative}.beyond--page{padding:72px 0 88px;background:radial-gradient(ellipse 120% 80% at 50% 0%,rgba(255,98,64,.04) 0%,transparent 60%),var(--lavender)}.beyond__tag{background:rgba(255,98,64,.10);color:var(--orange)}.beyond__headline,.beyond__sub{max-width:760px;margin-left:auto;margin-right:auto;text-align:center}.beyond__sub{margin-bottom:3rem}.beyond__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:1rem}.beyond__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.85rem;box-shadow:var(--card-shadow);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);display:flex;flex-direction:column}.beyond__card:hover{transform:translateY(-4px);box-shadow:var(--card-shadow-hover);border-color:rgba(255,98,64,.35)}.beyond--page .beyond__card{background:var(--white)}.beyond__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:rgba(255,98,64,.12);color:var(--orange);margin-bottom:1.25rem}.beyond__icon svg{width:24px;height:24px}.beyond__card h3{font-family:var(--font-head);font-size:1.25rem;font-weight:800;line-height:1.25;letter-spacing:-.01em;color:var(--navy);margin-bottom:.75rem}.beyond__card p{font-size:.98rem;line-height:1.6;color:var(--body);margin-bottom:1.25rem}.beyond__card-list{display:flex;flex-direction:column;gap:.55rem;padding-top:1rem;border-top:1px solid var(--border);margin-top:auto}.beyond__card-list li{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:flex-start;font-size:.9rem;line-height:1.5;color:var(--body)}.beyond__card-list li svg{width:16px;height:16px;color:var(--orange);margin-top:3px;flex-shrink:0}.beyond__foot{text-align:center;font-size:.92rem;color:var(--secondary);line-height:1.55;max-width:640px;margin:2.5rem auto 0}@media (max-width:768px){.beyond{padding:56px 0}.beyond--page{padding:56px 0}.beyond__grid{grid-template-columns:1fr;gap:1rem}.beyond__card{padding:1.5rem 1.25rem}.beyond__card h3{font-size:1.1rem}.beyond__card p{font-size:.94rem;line-height:1.55}.beyond__card-list li{font-size:.86rem}.beyond__icon{width:44px;height:44px}.beyond__icon svg{width:20px;height:20px}.beyond__foot{font-size:.85rem;margin-top:1.75rem}}.announce-bar__close{width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center}.sticky-cta__close{width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center}.process__nav{width:44px;height:44px}.hero .reveal-up,.hero__badge.reveal-up,.hero__headline.reveal-up,.hero__sub.reveal-up,.hero__actions.reveal-up,.hero__promise.reveal-up,.page-hero .reveal-up,.page-hero__inner.reveal-up,.page-hero__title.reveal-up,.page-hero__sub.reveal-up{opacity:1;transform:none;transition:none}