@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=Outfit:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";.v2-root{--bg-white: #FFFFFF;--bg-cream: #FAF8FC;--bg-tint: #F3EEF8;--bg-deep: #1A0E2E;--bg-deep-mid: #2A1845;--purple-900: #1A0E2E;--purple-800: #2A1845;--purple-700: #3D2066;--purple-600: #5B2D99;--purple-500: #7C3AED;--purple-400: #9461E6;--purple-300: #B490D6;--purple-200: #D4BEF0;--purple-100: #EDE5F7;--purple-50: #F8F5FC;--primary: #5B2D99;--primary-vivid: #7C3AED;--primary-light: #9461E6;--primary-muted: #B490D6;--primary-glow: rgba(124, 58, 237, .12);--primary-glass: rgba(91, 45, 153, .06);--text-heading: #1A0E2E;--text-body: #3D2D52;--text-muted: #7A6B8A;--text-light: #A89BB8;--text-on-dark: #F3EEF8;--text-on-dark-muted: #B490D6;--border-light: rgba(91, 45, 153, .08);--border-medium: rgba(91, 45, 153, .15);--border-on-dark: rgba(180, 144, 214, .15);--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Outfit", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);font-family:var(--font-body);font-weight:400;color:var(--text-body);background:var(--bg-white);line-height:1.7;font-size:16px;overflow-x:hidden;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}.v2-root *,.v2-root *:before,.v2-root *:after{box-sizing:border-box;margin:0;padding:0}.v2-root img{max-width:100%;display:block}.v2-root a{color:inherit;text-decoration:none}.v2-root .container{max-width:1200px;margin:0 auto;padding:0 clamp(1.5rem,5vw,3rem)}.v2-root .btn-primary{position:relative;display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;overflow:hidden;border-radius:100px;background:linear-gradient(135deg,var(--primary),var(--primary-vivid));color:#fff;font-family:var(--font-body);font-weight:600;font-size:.9rem;padding:1rem 2.25rem;transition:transform .4s var(--ease-out-expo),box-shadow .4s var(--ease-out-expo)}.v2-root .btn-primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--primary-vivid),var(--primary));opacity:0;transition:opacity .4s var(--ease-out-expo);z-index:0}.v2-root .btn-primary>*{position:relative;z-index:1}.v2-root .btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px #5b2d9959}.v2-root .btn-primary:hover:before{opacity:1}.v2-root .btn-ghost{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:100px;background:transparent;color:var(--primary);border:1.5px solid var(--border-medium);font-family:var(--font-body);font-weight:600;font-size:.9rem;padding:1rem 2.25rem;transition:background .3s var(--ease-out-expo),border-color .3s var(--ease-out-expo)}.v2-root .btn-ghost:hover{background:var(--primary-glass);border-color:var(--primary)}.v2-root .section-label{display:inline-flex;align-items:center;gap:.75rem;font-family:var(--font-mono);font-size:.65rem;font-weight:500;color:var(--primary-vivid);letter-spacing:.2em;text-transform:uppercase}.v2-root .section-label:before{content:"";width:24px;height:1.5px;background:var(--primary-vivid)}.v2-root .section-heading{font-family:var(--font-display);font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:400;line-height:1.12;color:var(--text-heading);max-width:680px}.v2-root .section-heading em{font-style:italic;font-weight:500;background:linear-gradient(135deg,var(--primary),var(--primary-vivid));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.v2-root .reveal{opacity:0;transform:translateY(48px);transition:opacity 1s var(--ease-out-expo),transform 1s var(--ease-out-expo)}.v2-root .reveal.vis{opacity:1;transform:none}.v2-root .d1{transition-delay:.12s}.v2-root .d2{transition-delay:.24s}.v2-root .d3{transition-delay:.36s}.v2-root .d4{transition-delay:.48s}.v2-root .d5{transition-delay:.6s}.v2-root #butterflyCanvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.v2-root .nav{position:fixed;top:var(--v2-announce-h, 0px);left:0;right:0;z-index:120;padding:1.5rem 0;transition:all .4s ease}.v2-root .nav.scrolled{background:#ffffffeb;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);padding:.75rem 0;box-shadow:0 1px 0 var(--border-light)}.v2-root .nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 clamp(1.5rem,5vw,3rem)}.v2-root .nav-logo{display:inline-flex;align-items:center}.v2-root .nav-logo img{height:64px;width:auto}.v2-root .nav.scrolled .nav-logo img{height:52px}.v2-root .nav-links{display:flex;align-items:center;gap:2.25rem;list-style:none}.v2-root .nav-links a{font-size:.875rem;font-weight:500;color:var(--text-muted);letter-spacing:.01em;transition:color .3s;position:relative}.v2-root .nav-links a:after{content:"";position:absolute;bottom:-6px;left:0;width:0;height:2px;background:var(--primary-vivid);border-radius:1px;transition:width .4s var(--ease-out-expo)}.v2-root .nav-links a:hover{color:var(--text-heading)}.v2-root .nav-links a:hover:after{width:100%}.v2-root .nav-cta{font-size:.8rem!important;font-weight:600!important;color:#fff!important;background:var(--primary);padding:.625rem 1.75rem;border-radius:100px;letter-spacing:.03em;text-transform:uppercase;transition:transform .3s ease,box-shadow .3s ease,background .3s ease!important}.v2-root .nav-cta:after{display:none!important}.v2-root .nav-cta:hover{background:var(--primary-vivid);transform:translateY(-1px);box-shadow:0 8px 30px #7c3aed33}.v2-root .nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;min-width:44px;min-height:44px;align-items:center;justify-content:center;flex-direction:column;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.v2-root .nav-toggle span{display:block;width:22px;height:2px;background:var(--text-heading);margin:5px 0;transition:all .3s;pointer-events:none}.v2-root .hero{min-height:auto;display:flex;align-items:center;position:relative;overflow:hidden;padding:9rem 0 6rem}.v2-root .hero-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;opacity:.5}.v2-root .hero-orb-1{width:600px;height:600px;top:-15%;right:-10%;background:radial-gradient(circle,var(--purple-200),transparent 70%)}.v2-root .hero-orb-2{width:400px;height:400px;bottom:5%;left:-5%;background:radial-gradient(circle,var(--purple-100),transparent 70%)}.v2-root .hero-orb-3{width:250px;height:250px;top:35%;right:25%;background:radial-gradient(circle,rgba(124,58,237,.15),transparent 70%)}.v2-root .hero-content{position:relative;z-index:2;max-width:780px}.v2-root .hero-label{font-family:var(--font-mono);font-size:.7rem;font-weight:500;color:var(--primary-vivid);letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.75rem;display:inline-flex;align-items:center;gap:.75rem;background:var(--primary-glow);padding:.5rem 1.25rem;border-radius:100px;border:1px solid rgba(124,58,237,.1)}.v2-root .hero-label svg{width:14px;height:14px}.v2-root .hero h1{font-family:var(--font-display);font-size:clamp(3.25rem,8vw,7rem);font-weight:300;line-height:1.05;letter-spacing:-.03em;color:var(--text-heading);margin-bottom:2rem}.v2-root .hero h1 em{font-style:italic;font-weight:400;background:linear-gradient(135deg,var(--primary),var(--primary-vivid));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.v2-root .hero-sub{font-size:1.25rem;line-height:1.75;color:var(--text-muted);max-width:580px;margin-bottom:2.75rem;font-weight:300}.v2-root .hero-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.v2-root .v2-trust-bar{position:relative;z-index:2;padding:3rem 0 2.5rem;background:var(--bg-white)}.v2-root .v2-trust-eyebrow{text-align:center;font-family:var(--font-mono);font-size:.7rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--text-light);margin-bottom:1.75rem}.v2-root .v2-trust-logos{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2.75rem 3rem}.v2-root .v2-trust-logo{height:64px;width:auto;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.v2-root .v2-trust-logo-dark{background:#000;padding:6px 10px;border-radius:10px}.v2-root .v2-trust-logo-link{display:inline-flex;cursor:pointer}.v2-root .v2-trust-logo-link:hover .v2-trust-logo{transform:translateY(-2px)}.v2-root .v2-problem{position:relative;z-index:2;padding:6rem 0;background:var(--bg-white)}.v2-root .v2-problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:stretch}.v2-root .v2-problem-card{border-radius:24px;padding:clamp(2rem,4vw,3.25rem);display:flex;flex-direction:column;gap:1.5rem;position:relative;overflow:hidden}.v2-root .v2-problem-card--light{background:var(--bg-tint);border:1px solid var(--border-light)}.v2-root .v2-problem-card--dark{background:radial-gradient(circle at 30% 0%,rgba(124,58,237,.35),transparent 60%),var(--bg-deep);color:var(--text-on-dark);border:1px solid var(--border-on-dark)}.v2-root .section-label--light{color:var(--primary-light)}.v2-root .section-label--light:before{background:var(--primary-light)}.v2-root .v2-problem-headline{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:400;line-height:1.2;color:var(--text-heading)}.v2-root .v2-problem-card--dark .v2-problem-headline{color:var(--text-on-dark)}.v2-root .v2-problem-headline em{font-style:italic;font-weight:500;background:linear-gradient(135deg,var(--primary),var(--primary-vivid));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.v2-root .v2-problem-card--dark .v2-problem-headline em{background:linear-gradient(135deg,var(--primary-light),var(--primary-muted));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.v2-root .v2-problem-sub{font-size:1rem;line-height:1.7;color:var(--text-muted);font-weight:300}.v2-root .v2-problem-sub--light{color:var(--text-on-dark-muted)}.v2-root .v2-problem-list{list-style:none;display:flex;flex-direction:column;gap:.85rem;margin-top:.5rem}.v2-root .v2-problem-list li{position:relative;padding-left:1.5rem;font-size:.95rem;line-height:1.6;color:var(--text-body)}.v2-root .v2-problem-card--dark .v2-problem-list li{color:var(--text-on-dark-muted)}.v2-root .v2-problem-list--dash li:before{content:"—";position:absolute;left:0;top:0;color:var(--primary-muted)}.v2-root .v2-problem-list--diamond li:before{content:"";position:absolute;left:2px;top:.55rem;width:8px;height:8px;transform:rotate(45deg);background:linear-gradient(135deg,var(--primary-light),var(--primary-vivid));border-radius:1px}.v2-root .v2-problem-card--slim{max-width:900px;margin:0 auto;gap:2rem;padding:clamp(2rem,4vw,3rem)}.v2-root .v2-problem-block{display:flex;flex-direction:column;gap:.85rem}.v2-root .v2-problem-divider{height:1px;background:var(--border-on-dark);width:100%}.v2-root .v2-features{position:relative;z-index:2;padding:7rem 0;background:var(--bg-cream)}.v2-root .v2-features-head{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:3.5rem;max-width:760px}.v2-root .v2-features-headline{font-family:var(--font-display);font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:400;line-height:1.12;color:var(--text-heading)}.v2-root .v2-features-headline em{font-style:italic;font-weight:500;background:linear-gradient(135deg,var(--primary),var(--primary-vivid));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.v2-root .v2-features-viewport{overflow:hidden}.v2-root .v2-features-track{display:flex;width:100%;gap:1.5rem;transition:transform .7s var(--ease-out-expo)}.v2-root .v2-features-rotator{display:inline-block;height:1.15em;overflow:hidden;vertical-align:bottom;position:relative}.v2-root .v2-features-rotator-word{display:inline-block;animation:v2-rotate-word 2.8s var(--ease-out-expo);font-style:italic;font-weight:500;background:linear-gradient(135deg,var(--primary),var(--primary-vivid));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}@keyframes v2-rotate-word{0%{transform:translateY(100%);opacity:0}15%{transform:translateY(0);opacity:1}85%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}.v2-root .v2-feature-card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:20px;padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:transform .4s var(--ease-out-expo),box-shadow .4s var(--ease-out-expo),border-color .4s ease}.v2-root .v2-feature-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #5b2d991a;border-color:var(--border-medium)}.v2-root .v2-feature-icon{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:var(--purple-100);color:var(--primary-vivid)}.v2-root .v2-feature-title{font-family:var(--font-display);font-size:1.5rem;font-weight:500;color:var(--text-heading);line-height:1.2}.v2-root .v2-feature-body{font-size:.95rem;line-height:1.65;color:var(--text-muted);font-weight:300}.v2-root .v2-feature-divider{height:1px;background:var(--border-light);margin:.25rem 0}.v2-root .v2-feature-quote{font-family:var(--font-display);font-style:italic;font-size:1.05rem;line-height:1.5;color:var(--text-body)}.v2-root .v2-feature-attr{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light)}.v2-root .v2-feature-learn{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;gap:.4rem;background:none;border:none;padding:0;cursor:pointer;font-family:var(--font-mono);font-size:.7rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--primary-vivid);transition:gap .3s ease,color .3s ease}.v2-root .v2-feature-learn:hover{color:var(--primary);gap:.7rem}.v2-root .v2-features-dots{display:flex;justify-content:center;gap:.75rem;margin-top:3rem}.v2-root .v2-features-dot{width:10px;height:10px;border-radius:50%;border:none;cursor:pointer;background:var(--purple-100);transition:background .3s ease,transform .3s ease}.v2-root .v2-features-dot.is-active{background:var(--primary-vivid);transform:scale(1.2)}.v2-fmodal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0000008c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:v2-fmodal-fade .25s ease-out}.v2-fmodal{position:relative;background:#fff;border-radius:24px;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;padding:2.5rem;box-shadow:0 30px 80px #0000004d;animation:v2-fmodal-slide .35s var(--ease-out-expo)}@keyframes v2-fmodal-fade{0%{opacity:0}to{opacity:1}}@keyframes v2-fmodal-slide{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.v2-fmodal-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;border:1px solid var(--border-light);background:var(--bg-cream);cursor:pointer;font-size:1.25rem;line-height:1;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.v2-fmodal-close:hover{background:var(--purple-100);color:var(--primary-vivid)}.v2-fmodal-title{font-family:var(--font-display);font-size:1.75rem;font-weight:500;color:var(--text-heading);line-height:1.2;margin-bottom:1.5rem;padding-right:2.5rem}.v2-fmodal-section{margin-top:1.25rem}.v2-fmodal-label{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--primary-vivid);margin-bottom:.5rem}.v2-fmodal-body{font-size:.95rem;line-height:1.65;color:var(--text-body);font-weight:300}.v2-root .v2-howit{position:relative;z-index:2;padding:7rem 0;background:var(--bg-white)}.v2-root .v2-howit-head{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:3.5rem}.v2-root .v2-howit-headline{font-family:var(--font-display);font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:400;line-height:1.12;color:var(--text-heading)}.v2-root .v2-howit-headline em{font-style:italic;font-weight:500;background:linear-gradient(135deg,var(--primary),var(--primary-vivid));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.v2-root .v2-howit-sub{font-size:1.05rem;color:var(--text-muted);font-weight:300}.v2-root .v2-howit-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem}.v2-root .v2-howit-card{display:flex;gap:1.5rem;background:var(--bg-tint);border:1px solid var(--border-light);border-radius:18px;padding:2rem;transition:transform .4s var(--ease-out-expo),box-shadow .4s var(--ease-out-expo)}.v2-root .v2-howit-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px #5b2d991a}.v2-root .v2-howit-icon{flex:0 0 56px;height:56px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--primary-vivid));color:#fff}.v2-root .v2-howit-body{display:flex;flex-direction:column;gap:.6rem}.v2-root .v2-howit-step{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--primary-vivid);font-weight:500}.v2-root .v2-howit-title{font-family:var(--font-display);font-size:1.5rem;font-weight:500;line-height:1.2;color:var(--text-heading)}.v2-root .v2-howit-text{font-size:.95rem;line-height:1.65;color:var(--text-muted);font-weight:300}.v2-root .v2-howit-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.v2-root .v2-howit-chip{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.05em;padding:.35rem .75rem;border-radius:100px;border:1px solid var(--border-medium);color:var(--primary);background:var(--bg-white)}.v2-root .v2-pricing{position:relative;z-index:2;padding:7rem 0;background:radial-gradient(circle at 50% 0%,rgba(124,58,237,.18),transparent 60%),var(--bg-deep);color:var(--text-on-dark);overflow:hidden}.v2-root .v2-pricing-orb{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none;opacity:.35}.v2-root .v2-pricing-orb-1{width:500px;height:500px;top:-10%;left:-10%;background:radial-gradient(circle,rgba(124,58,237,.4),transparent 70%)}.v2-root .v2-pricing-orb-2{width:450px;height:450px;bottom:-10%;right:-10%;background:radial-gradient(circle,rgba(148,97,230,.3),transparent 70%)}.v2-root .v2-pricing-head{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:3rem;position:relative}.v2-root .v2-pricing-eyebrow{color:var(--primary-light)}.v2-root .v2-pricing-eyebrow:before{background:var(--primary-light)}.v2-root .v2-pricing-headline{font-family:var(--font-display);font-size:clamp(2.25rem,4.8vw,3.75rem);font-weight:300;line-height:1.1;color:var(--text-on-dark)}.v2-root .v2-pricing-headline em{font-style:italic;font-weight:400;background:linear-gradient(135deg,var(--primary-light),var(--primary-muted));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.v2-root .v2-features-rotator--light .v2-features-rotator-word{background:linear-gradient(135deg,var(--primary-light),#ffffff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.v2-root .v2-pricing-toggle{display:inline-flex;align-items:center;gap:1rem;font-family:var(--font-mono);font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-on-dark-muted);margin-top:.5rem}.v2-root .v2-pricing-toggle span{cursor:pointer;transition:color .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v2-root .v2-pricing-toggle span:hover,.v2-root .v2-pricing-toggle span.is-active{color:var(--text-on-dark)}.v2-root .v2-pricing-switch{position:relative;width:56px;height:28px;border-radius:100px;border:none;cursor:pointer;background:#b490d640;transition:background .3s ease}.v2-root .v2-pricing-switch.is-on{background:var(--primary-vivid)}.v2-root .v2-pricing-knob{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;transition:transform .3s var(--ease-out-expo)}.v2-root .v2-pricing-switch.is-on .v2-pricing-knob{transform:translate(28px)}.v2-root .v2-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;position:relative;margin-top:2.5rem}.v2-root .v2-pricing-card{position:relative;background:#2a18458c;border:1px solid var(--border-on-dark);border-radius:20px;padding:2.25rem 2rem;display:flex;flex-direction:column;gap:.75rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .4s var(--ease-out-expo),border-color .4s ease}.v2-root .v2-pricing-card:hover{transform:translateY(-4px)}.v2-root .v2-pricing-card.is-popular{border-color:#7c3aed99;box-shadow:0 0 0 1px #7c3aed4d,0 20px 60px #7c3aed40}.v2-root .v2-pricing-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--primary),var(--primary-vivid));color:#fff;font-family:var(--font-mono);font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;padding:.5rem 1.25rem;border-radius:100px}.v2-root .v2-pricing-tier{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:var(--text-on-dark-muted);font-weight:500;margin-bottom:.5rem}.v2-root .v2-pricing-price{display:flex;align-items:flex-start;font-family:var(--font-display);color:var(--text-on-dark);line-height:1}.v2-root .v2-pricing-currency{font-size:1.5rem;font-weight:400;margin-top:.5rem;margin-right:.15rem}.v2-root .v2-pricing-amount{font-size:4rem;font-weight:400}.v2-root .v2-pricing-cents{font-size:1.25rem;font-weight:400;margin-top:.5rem;margin-left:.1rem}.v2-root .v2-pricing-period{font-size:.85rem;color:var(--text-on-dark-muted);margin-top:.25rem}.v2-root .v2-pricing-save{display:inline-block;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.05em;color:var(--primary-light);background:#7c3aed26;padding:.4rem .85rem;border-radius:100px;margin-top:.5rem;align-self:flex-start}.v2-root .v2-pricing-blurb{font-size:.92rem;line-height:1.6;color:var(--text-on-dark-muted);font-weight:300;margin-top:.5rem}.v2-root .v2-pricing-divider{height:1px;background:var(--border-on-dark);margin:.75rem 0}.v2-root .v2-pricing-features{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.v2-root .v2-pricing-features li{position:relative;padding-left:1.5rem;font-size:.9rem;line-height:1.5;color:var(--text-on-dark-muted)}.v2-root .v2-pricing-features li:before{content:"";position:absolute;left:0;top:.4rem;width:10px;height:10px;border-radius:50%;border:1.5px solid var(--primary-light)}.v2-root .v2-pricing-cta{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border-radius:100px;font-family:var(--font-body);font-weight:600;font-size:.9rem;color:var(--text-on-dark);background:transparent;border:1.5px solid var(--border-on-dark);transition:background .3s ease,border-color .3s ease,transform .3s ease}.v2-root .v2-pricing-cta:hover{background:#b490d614;border-color:var(--primary-light);transform:translateY(-1px)}.v2-root .v2-pricing-cta.is-primary{background:linear-gradient(135deg,var(--primary),var(--primary-vivid));border-color:transparent;color:#fff}.v2-root .v2-pricing-cta.is-primary:hover{box-shadow:0 12px 30px #7c3aed66}.v2-root .v2-pricing-compare-wrap{display:flex;justify-content:center;margin-top:2.5rem}.v2-root .v2-pricing-compare{display:inline-flex;align-items:center;gap:.65rem;padding:.85rem 1.5rem;border-radius:100px;background:transparent;border:1.5px solid var(--border-on-dark);color:#fff;font-family:var(--font-mono);font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;transition:background .3s ease,border-color .3s ease}.v2-root .v2-pricing-compare:hover{background:#7c3aed1a;border-color:var(--primary-light)}.v2-cmp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a051499;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.5rem;font-family:Outfit,system-ui,sans-serif;animation:v2CmpFade .25s ease}@keyframes v2CmpFade{0%{opacity:0}to{opacity:1}}.v2-cmp-sheet{position:relative;width:100%;max-width:1100px;max-height:88vh;background:#fff;border-radius:24px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 30px 80px #0a051466}.v2-cmp-close{position:absolute;top:18px;right:18px;width:36px;height:36px;border-radius:50%;border:1px solid rgba(91,45,153,.15);background:#fff;color:#3d2d52;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;z-index:2;transition:background .2s ease}.v2-cmp-close:hover{background:#f3eef8}.v2-cmp-head{padding:2rem 2.25rem 1.25rem;border-bottom:1px solid rgba(91,45,153,.08)}.v2-cmp-title{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:500;color:#1a0e2e;margin-bottom:.4rem}.v2-cmp-subtitle{font-size:.95rem;color:#7a6b8a;font-weight:300}.v2-cmp-scroll{overflow:auto;flex:1}.v2-cmp-table{width:100%;min-width:720px;border-collapse:collapse;font-size:.9rem}.v2-cmp-table thead th{position:sticky;top:0;z-index:1;background:#fff;padding:1rem;text-align:center;border-bottom:1px solid rgba(91,45,153,.12)}.v2-cmp-table thead th:first-child{text-align:left}.v2-cmp-tier{font-family:JetBrains Mono,monospace;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:#5b2d99;font-weight:600}.v2-cmp-tier-price{font-size:.75rem;color:#7a6b8a;margin-top:.25rem;font-weight:400}.v2-cmp-table tbody td{padding:.85rem 1rem;text-align:center;color:#3d2d52;border-bottom:1px solid rgba(91,45,153,.06)}.v2-cmp-table tbody td:first-child{text-align:left;color:#1a0e2e;font-weight:400}.v2-cmp-group td{background:#f8f5fc!important;font-family:JetBrains Mono,monospace;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:#5b2d99!important;font-weight:600!important;padding:.75rem 1rem!important;text-align:left!important}.v2-cmp-dash{color:#b490d6}.v2-cmp-label{padding-right:1.5rem!important}.v2-cmp-table tbody td svg{margin:0 auto;display:block}.v2-root .v2-calendar{position:relative;z-index:2;padding:7rem 0;background:var(--bg-tint)}.v2-root .v2-calendar-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:4rem;align-items:center}.v2-root .v2-calendar-sub{margin-top:1.5rem;font-size:1.05rem;line-height:1.7;color:var(--text-muted);font-weight:300;max-width:480px}.v2-root .v2-calendar-features{list-style:none;display:flex;flex-direction:column;gap:1.5rem;margin-top:2.5rem}.v2-root .v2-calendar-features li{display:flex;align-items:flex-start;gap:1rem}.v2-root .v2-calendar-fi{width:44px;height:44px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:var(--purple-100);color:var(--primary-vivid)}.v2-root .v2-calendar-features h3{font-family:var(--font-body);font-size:1.05rem;font-weight:600;color:var(--text-heading);margin-bottom:.25rem}.v2-root .v2-calendar-features p{font-size:.95rem;line-height:1.6;color:var(--text-muted);font-weight:300}.v2-root .v2-calendar-link{display:inline-block;margin-top:2.5rem;font-family:var(--font-body);font-weight:600;font-size:.95rem;color:var(--primary-vivid);border-bottom:1.5px solid transparent;padding-bottom:2px;transition:border-color .3s var(--ease-out-expo)}.v2-root .v2-calendar-link:hover{border-color:var(--primary-vivid)}.v2-root .v2-calendar-card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:20px;padding:2rem;box-shadow:0 20px 50px #5b2d9914}.v2-root .v2-calendar-card-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.25rem;border-bottom:1px solid var(--border-light);margin-bottom:.5rem}.v2-root .v2-calendar-card-head h3{font-family:var(--font-display);font-size:1.5rem;font-weight:500;color:var(--text-heading)}.v2-root .v2-calendar-dots{display:flex;gap:.4rem}.v2-root .v2-calendar-dots span{width:8px;height:8px;border-radius:50%;background:var(--purple-100)}.v2-root .v2-calendar-dots span.active{background:var(--primary-light)}.v2-root .v2-calendar-rows{display:flex;flex-direction:column}.v2-root .v2-calendar-row{display:grid;grid-template-columns:60px 1fr auto;align-items:center;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--border-light)}.v2-root .v2-calendar-row:last-child{border-bottom:none}.v2-root .v2-calendar-date{display:flex;align-items:baseline;gap:.4rem}.v2-root .v2-calendar-day{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-light)}.v2-root .v2-calendar-num{font-family:var(--font-display);font-size:1.4rem;font-weight:500;color:var(--text-heading)}.v2-root .v2-calendar-meta h4{font-family:var(--font-body);font-size:.98rem;font-weight:600;color:var(--text-heading);margin-bottom:.15rem}.v2-root .v2-calendar-meta p{font-size:.85rem;color:var(--text-muted);font-weight:300}.v2-root .v2-calendar-pill{font-family:var(--font-body);font-size:.75rem;font-weight:500;padding:.4rem .9rem;border-radius:100px;border:1px solid transparent}.v2-root .v2-calendar-pill--filled{background:var(--purple-100);color:var(--primary)}.v2-root .v2-calendar-pill--outline{background:transparent;color:var(--primary);border-color:var(--border-medium)}.v2-root .v2-calendar-pill--ghost{background:transparent;color:var(--text-muted);border-color:var(--border-light)}.v2-root .v2-story{position:relative;z-index:2;padding:7rem 0;background:var(--bg-white)}.v2-root .v2-story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:4rem;align-items:center}.v2-root .v2-story-portrait{position:relative;display:flex;align-items:center;justify-content:center}.v2-root .v2-story-bubble{position:absolute;top:-10%;right:-10%;width:60%;height:60%;border-radius:50%;background:var(--purple-100);filter:blur(20px);opacity:.7;z-index:0}.v2-root .v2-story-portrait img{position:relative;z-index:1;width:100%;max-width:420px;max-height:560px;-o-object-fit:contain;object-fit:contain;background:var(--purple-50, #faf7ff);border-radius:24px;box-shadow:0 20px 50px #5b2d9926}.v2-root .v2-story-p{margin-top:1.25rem;font-size:1.02rem;line-height:1.75;color:var(--text-muted);font-weight:300}.v2-root .v2-story-quote{margin-top:2rem;padding:.25rem 0 .25rem 1.5rem;border-left:3px solid var(--primary-vivid);font-family:var(--font-display);font-style:italic;font-size:1.25rem;line-height:1.55;color:var(--text-body);font-weight:400}.v2-root .v2-story-chips{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.6rem}.v2-root .v2-story-chip{display:inline-flex;align-items:center;padding:.55rem 1.1rem;border-radius:100px;border:1px solid var(--border-medium);background:transparent;font-family:var(--font-body);font-size:.85rem;font-weight:500;color:var(--primary)}.v2-root .v2-finalcta{position:relative;z-index:2;padding:7rem 0;background:var(--bg-tint);overflow:hidden}.v2-root .v2-finalcta-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.18),transparent 70%);filter:blur(40px);pointer-events:none}.v2-root .v2-finalcta-inner{position:relative;z-index:1;text-align:center;max-width:760px}.v2-root .v2-finalcta-headline{font-family:var(--font-display);font-size:clamp(2.75rem,6vw,4.5rem);font-weight:300;line-height:1.1;letter-spacing:-.02em;color:var(--text-heading)}.v2-root .v2-finalcta-headline em{font-style:italic;font-weight:400;background:linear-gradient(135deg,var(--primary),var(--primary-vivid));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.v2-root .v2-finalcta-sub{margin-top:1.5rem;font-size:1.1rem;line-height:1.7;color:var(--text-muted);font-weight:300}.v2-root .v2-finalcta-cta{margin-top:2.5rem;padding:1.15rem 2.75rem;font-size:1rem}.v2-root .v2-footer{background:var(--bg-white);border-top:1px solid var(--border-light);padding:2rem 0}.v2-root .v2-footer-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem}.v2-root .v2-footer-logo{justify-self:start}.v2-root .v2-footer-logo img,.v2-root .v2-footer-logo svg{height:32px;width:auto}.v2-root .v2-footer-links{list-style:none;display:flex;gap:2rem;justify-self:center}.v2-root .v2-footer-links a{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:var(--text-muted);transition:color .3s}.v2-root .v2-footer-links a:hover{color:var(--primary-vivid)}.v2-root .v2-footer-copy{justify-self:end;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.05em;color:var(--text-light)}.v2-root .v2-footer-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--border-light)}.v2-root .v2-footer-col-title{font-family:var(--font-body);font-size:.85rem;font-weight:700;color:var(--text-dark);margin-bottom:.85rem;letter-spacing:.02em}.v2-root .v2-footer-col-list{list-style:none;display:flex;flex-direction:column;gap:.55rem;padding:0}.v2-root .v2-footer-col-list a{font-family:var(--font-body);font-size:.85rem;color:var(--text-muted);transition:color .3s}.v2-root .v2-footer-col-list a:hover{color:var(--primary-vivid)}.v2-root .v2-footer-bottom{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border-light);text-align:center}.v2-root .v2-footer-admin{font-family:var(--font-body);font-size:.8rem;color:var(--text-light);transition:color .3s}.v2-root .v2-footer-admin:hover{color:var(--primary-vivid)}@media (max-width: 700px){.v2-root .v2-footer-columns{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (max-width: 480px){.v2-root .v2-footer-columns{grid-template-columns:1fr}}@media (max-width: 700px){.v2-root .nav-links{display:none}.v2-root .nav-links.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fffffff7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1.5rem;gap:1rem;border-bottom:1px solid var(--border-light)}.v2-root .nav-toggle{display:flex}.v2-root .nav-links.open a{min-height:44px;display:flex;align-items:center;justify-content:center;touch-action:manipulation}.v2-root .hero{padding:7rem 0 4rem}.v2-root .v2-trust-logos{gap:1.75rem 1.75rem}.v2-root .v2-trust-logo{height:48px}.v2-root .v2-problem{padding:4rem 0}.v2-root .v2-problem-grid{grid-template-columns:1fr;gap:1.25rem}.v2-root .v2-features{padding:4.5rem 0}.v2-fmodal{padding:1.75rem;border-radius:18px}.v2-fmodal-title{font-size:1.4rem}.v2-root .v2-howit{padding:4.5rem 0}.v2-root .v2-howit-grid{grid-template-columns:1fr;gap:1rem}.v2-root .v2-howit-card{padding:1.5rem}.v2-root .v2-pricing{padding:4.5rem 0}.v2-root .v2-pricing-grid{grid-template-columns:1fr;gap:2rem;margin-top:2rem}.v2-cmp-sheet{max-height:92vh;border-radius:18px}.v2-cmp-head{padding:1.5rem 1.25rem 1rem}.v2-root .v2-calendar{padding:4.5rem 0}.v2-root .v2-calendar-grid{grid-template-columns:1fr;gap:2.5rem}.v2-root .v2-calendar-card{padding:1.5rem}.v2-root .v2-calendar-row{grid-template-columns:50px 1fr auto;gap:.75rem;padding:1rem 0}.v2-root .v2-story{padding:4.5rem 0}.v2-root .v2-story-grid{grid-template-columns:1fr;gap:2.5rem}.v2-root .v2-story-portrait img{max-width:300px;max-height:380px;margin:0 auto;-o-object-fit:contain;object-fit:contain}.v2-root .v2-finalcta{padding:5rem 0}.v2-root .v2-footer-inner{grid-template-columns:1fr;justify-items:center;text-align:center;gap:1rem}.v2-root .v2-footer-logo,.v2-root .v2-footer-copy{justify-self:center}.v2-root .v2-footer-links{flex-wrap:wrap;justify-content:center;gap:1.25rem}}.v2-root .v2-testimonials{background:var(--bg-white);padding:7rem 0}.v2-root .v2-testimonials-header{text-align:center;max-width:720px;margin:0 auto 4rem}.v2-root .v2-testimonials-header .section-label:before{margin-right:.75rem}.v2-root .v2-testimonials-sub{margin-top:1.25rem;font-family:var(--font-body);font-size:1.05rem;color:var(--text-muted);line-height:1.6}.v2-root .v2-testimonial-card{position:relative;background:var(--bg-white);border:1px solid var(--border-light);border-radius:20px;padding:2.25rem 2rem 1.75rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;display:flex;flex-direction:column;gap:1.25rem}.v2-root .v2-testimonial-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px -24px #6335c840;border-color:var(--primary-glow)}.v2-root .v2-testimonial-glyph{font-family:var(--font-display);font-style:italic;font-size:4rem;line-height:.5;color:var(--primary-vivid);opacity:.55;height:1.25rem}.v2-root .v2-testimonial-card blockquote{font-family:var(--font-display);font-style:italic;font-weight:400;font-size:1.15rem;line-height:1.65;color:var(--text-dark);margin:0}.v2-root .v2-testimonial-card footer{display:flex;flex-direction:column;gap:.15rem;margin-top:auto;padding-top:.5rem;border-top:1px solid var(--border-light)}.v2-root .v2-testimonial-name{font-family:var(--font-body);font-weight:600;font-size:.95rem;color:var(--text-dark)}.v2-root .v2-testimonial-role{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text-light)}.v2-root .v2-testimonial-featured{background:linear-gradient(135deg,var(--bg-tint),var(--bg-white));border-color:var(--primary-glow);padding:3rem 3rem 2.25rem;margin-bottom:2.5rem}.v2-root .v2-testimonial-featured blockquote{font-size:1.45rem;line-height:1.6}.v2-root .v2-testimonial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 700px){.v2-root .v2-testimonials{padding:4.5rem 0}.v2-root .v2-testimonials-header{margin-bottom:2.5rem}.v2-root .v2-testimonial-featured{padding:2rem 1.5rem 1.5rem;margin-bottom:1.5rem}.v2-root .v2-testimonial-featured blockquote{font-size:1.15rem}.v2-root .v2-testimonial-grid{grid-template-columns:1fr;gap:1.25rem}.v2-root .v2-testimonial-card{padding:1.75rem 1.5rem 1.5rem}}@media (max-width: 968px){.v2-root .v2-problem-grid{grid-template-columns:1fr;gap:1.25rem}}.v2-root .v2-howto{padding:6rem 0;position:relative}.v2-root .v2-howto-header{text-align:center;max-width:720px;margin:0 auto 3rem}.v2-root .v2-howto-title{font-family:Cormorant Garamond,serif;font-weight:400;font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.05;letter-spacing:-.01em;color:var(--text-heading);margin:0 0 1rem}.v2-root .v2-howto-title em{font-style:italic;background:linear-gradient(135deg,var(--primary-vivid),var(--primary-light));-webkit-background-clip:text;background-clip:text;color:transparent}.v2-root .v2-howto-sub{font-size:1.05rem;color:var(--text-muted);line-height:1.6;margin:0}.v2-root .v2-howto-frame{position:relative;max-width:960px;margin:0 auto}.v2-root .v2-howto-glow{position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;background:radial-gradient(ellipse at center,var(--primary-glow),transparent 70%);filter:blur(40px);z-index:0;pointer-events:none}.v2-root .v2-howto-video{position:relative;z-index:1;border-radius:24px;overflow:hidden;border:1px solid var(--border-light);box-shadow:0 30px 80px -20px #5b2d9940;aspect-ratio:16 / 9;background:var(--bg-deep)}.v2-root .v2-howto-video iframe{width:100%;height:100%;border:0;display:block}@media (max-width: 700px){.v2-root .v2-howto{padding:4rem 0}.v2-root .v2-howto-video{border-radius:18px}}.v2-root img,.v2-root iframe{max-width:100%}.v2-root section{overflow-x:clip}@media (max-width: 968px){.v2-root .nav-links{display:none}.v2-root .nav-links.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--bg-white);padding:1.5rem 2rem;gap:1rem;border-bottom:1px solid var(--border-light);box-shadow:0 20px 40px -20px #5b2d9926}.v2-root .nav-toggle{display:flex}.v2-root .nav-links.open a{min-height:44px;display:flex;align-items:center;justify-content:center;touch-action:manipulation}.v2-root .nav-links.open .nav-cta{justify-content:center}.v2-root .hero{padding:7rem 0 5rem}.v2-root .hero-content h1{font-size:clamp(2.4rem,7vw,3.6rem);line-height:1.05}.v2-root .hero-sub{font-size:1.05rem}.v2-root .hero-actions{flex-wrap:wrap;gap:.75rem}.v2-root .v2-problem-grid{grid-template-columns:1fr;gap:1.5rem}.v2-root .v2-features,.v2-root .v2-howit{padding:5rem 0}.v2-root .v2-howit-grid{grid-template-columns:1fr;gap:1.25rem}.v2-root .v2-pricing{padding:5rem 0}.v2-root .v2-pricing-grid{grid-template-columns:1fr;gap:1.5rem;max-width:480px;margin-left:auto;margin-right:auto}.v2-root .v2-pricing-card,.v2-root .v2-pricing-card.is-popular{transform:none}.v2-root .v2-calendar-grid{grid-template-columns:1fr;gap:2rem}.v2-root .v2-calendar-row{grid-template-columns:50px 1fr auto;gap:.75rem}.v2-root .v2-story{padding:5rem 0}.v2-root .v2-story-grid{grid-template-columns:1fr;gap:2.5rem}.v2-root .v2-story-portrait img{width:100%;max-width:360px;max-height:440px;margin:0 auto;-o-object-fit:contain;object-fit:contain}.v2-root .v2-story-bubble{width:40%;height:40%;top:-5%;right:5%}.v2-root .v2-testimonial-grid{grid-template-columns:1fr;gap:1.25rem}.v2-root .v2-finalcta{padding:5rem 0}.v2-root .v2-finalcta-headline{font-size:clamp(2.2rem,7vw,3.4rem);line-height:1.05}.v2-root .v2-finalcta-sub{font-size:1.05rem}.v2-root .v2-footer-inner{grid-template-columns:1fr;justify-items:center;text-align:center;gap:1rem}}@media (max-width: 640px){.v2-root .hero-actions .btn-primary,.v2-root .hero-actions .btn-ghost{width:100%;text-align:center}}.v2-root .v2-announce{position:fixed;top:0;left:0;right:0;z-index:90;background:linear-gradient(90deg,var(--primary, #7c3aed),var(--primary-vivid, #6d28d9));color:#fff;text-align:center;padding:.55rem 1rem;font-size:.82rem;line-height:1.35}.v2-root .v2-announce-launch{background:linear-gradient(90deg,#0a66c2,#7c3aed)}.v2-root .v2-announce-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:.75rem;position:relative}.v2-root .v2-announce strong{font-weight:700}.v2-root .v2-announce-link{color:#fff;text-decoration:underline;font-weight:600;margin-left:.35rem}.v2-root .v2-announce-link:hover{opacity:.9}.v2-root .v2-announce-close{position:absolute;right:.25rem;top:50%;transform:translateY(-50%);background:transparent;border:0;color:#fff;opacity:.75;cursor:pointer;padding:4px;border-radius:4px;display:inline-flex}.v2-root .v2-announce-close:hover{opacity:1;background:#ffffff1f}.v2-root{padding-top:var(--v2-announce-h, 0px)}.v2-root .v2-whatsnew{padding:5rem 1.25rem;background:linear-gradient(180deg,#fff,#faf7ff)}.v2-root .v2-whatsnew-inner{max-width:1120px;margin:0 auto}.v2-root .v2-whatsnew-head{text-align:center;max-width:720px;margin:0 auto 2.5rem}.v2-root .v2-whatsnew-eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:700;color:#0a66c2;background:#0a66c214;padding:.35rem .7rem;border-radius:999px;margin-bottom:.75rem}.v2-root .v2-whatsnew-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:var(--text-heading);margin:.4rem 0 .75rem}.v2-root .v2-whatsnew-sub{color:var(--text-muted, #64748b);font-size:1.05rem}.v2-root .v2-whatsnew-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.v2-root .v2-whatsnew-card{background:#fff;border:1px solid rgba(124,58,237,.12);border-radius:16px;padding:1.75rem;box-shadow:0 4px 18px #4c1d950f;transition:transform .2s ease,box-shadow .2s ease}.v2-root .v2-whatsnew-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px #4c1d951a}.v2-root .v2-whatsnew-icon{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#fff;margin-bottom:.85rem}.v2-root .v2-whatsnew-icon-linkedin{background:#0a66c2}.v2-root .v2-whatsnew-icon-brand{background:linear-gradient(135deg,#7c3aed,#a855f7)}.v2-root .v2-whatsnew-card-title{font-size:1.3rem;font-weight:700;color:var(--text-heading);margin:0 0 .35rem}.v2-root .v2-whatsnew-card-desc{color:var(--text-muted, #64748b);margin:0 0 1rem}.v2-root .v2-whatsnew-list{list-style:none;padding:0;margin:0 0 1rem}.v2-root .v2-whatsnew-list li{display:flex;align-items:flex-start;gap:.6rem;padding:.4rem 0;color:#334155;font-size:.95rem}.v2-root .v2-whatsnew-list svg{color:#7c3aed;flex-shrink:0;margin-top:2px}.v2-root .v2-whatsnew-tag{display:inline-block;font-size:.78rem;font-weight:600;color:#0a66c2;background:#0a66c214;padding:.3rem .65rem;border-radius:999px;margin:0}@media (max-width: 720px){.v2-root .v2-whatsnew-grid{grid-template-columns:1fr}.v2-root .v2-whatsnew{padding:3.5rem 1rem}.v2-root .v2-announce-close{right:.15rem}}.v2-root .v2-seotools{padding:6rem 0;position:relative}.v2-root .v2-seotools-head{text-align:center;max-width:720px;margin:0 auto 3rem}.v2-root .v2-seotools-headline{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:var(--text-heading);margin:.75rem 0 1rem;letter-spacing:-.02em}.v2-root .v2-seotools-sub{color:var(--text-muted);font-size:1rem;line-height:1.6}.v2-root .v2-seotools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;max-width:1200px;margin:0 auto;padding:0 clamp(1.5rem,5vw,3rem)}.v2-root .v2-seotools-card{display:block;background:#fff9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-light, rgba(0,0,0,.06));border-radius:16px;padding:1.5rem;transition:transform .3s var(--ease-out-expo, ease),box-shadow .3s ease,border-color .3s ease;text-decoration:none;color:inherit}.v2-root .v2-seotools-card:hover{transform:translateY(-4px);border-color:var(--primary-vivid, #7c3aed);box-shadow:0 12px 40px #7c3aed1f}.v2-root .v2-seotools-icon{width:40px;height:40px;border-radius:10px;background:var(--primary-glow, rgba(124, 58, 237, .1));color:var(--primary-vivid, #7c3aed);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.v2-root .v2-seotools-card h3{font-size:1.05rem;font-weight:600;color:var(--text-heading);margin:0 0 .4rem}.v2-root .v2-seotools-card p{font-size:.875rem;color:var(--text-muted);line-height:1.5;margin:0}.v2-root .hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:clamp(2rem,5vw,4.5rem);align-items:center;position:relative;z-index:2}.v2-root .hero-grid .hero-content{max-width:620px}.v2-root .hero-reassure{margin-top:1.25rem;font-size:.875rem;color:var(--text-muted);font-family:var(--font-mono);letter-spacing:.02em}.v2-root .hero-visual{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.v2-root .hero-visual-glow{position:absolute;top:-8%;right:-6%;bottom:-8%;left:-6%;background:radial-gradient(60% 55% at 50% 50%,rgba(124,58,237,.28),transparent 70%);filter:blur(40px);pointer-events:none;z-index:0}.v2-root .hero-visual-img{position:relative;z-index:1;width:100%;height:auto;max-width:560px;border-radius:24px;filter:drop-shadow(0 30px 60px rgba(91,45,153,.18))}.v2-root .hero-visual-caption{position:relative;z-index:1;margin:.9rem auto 0;max-width:480px;text-align:center;font-size:.875rem;line-height:1.4;color:#3c2d5fb8;font-weight:500}@media (max-width: 900px){.v2-root .hero-grid{grid-template-columns:1fr;gap:2.25rem}.v2-root .hero-grid .hero-content{max-width:none}.v2-root .hero-visual{order:2}.v2-root .hero-visual-img{max-width:460px;margin:0 auto}}.v2-root .v2-stat-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;padding:1.75rem;border-radius:24px;background:linear-gradient(180deg,#FFFFFF 0%,var(--bg-tint) 100%);border:1px solid var(--border-light);box-shadow:0 10px 40px -20px #5b2d992e}.v2-root .v2-stat{text-align:center;padding:.5rem .75rem;border-right:1px solid var(--border-light)}.v2-root .v2-stat:last-child{border-right:none}.v2-root .v2-stat-num{font-family:var(--font-display);font-size:clamp(1.75rem,3.2vw,2.5rem);font-weight:500;line-height:1.1;letter-spacing:-.02em;background:linear-gradient(135deg,var(--primary),var(--primary-vivid));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;margin-bottom:.35rem}.v2-root .v2-stat-label{font-size:.95rem;color:var(--text-body);line-height:1.4;margin-bottom:.4rem}.v2-root .v2-stat-source{font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;color:var(--text-muted)}.v2-root .v2-trust-seen{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--border-light)}.v2-root .v2-trust-seen .v2-trust-eyebrow{margin-bottom:1.5rem}@media (max-width: 780px){.v2-root .v2-stat-row{grid-template-columns:1fr;padding:1.25rem;gap:.5rem}.v2-root .v2-stat{border-right:none;border-bottom:1px solid var(--border-light);padding:1rem 0}.v2-root .v2-stat:last-child{border-bottom:none}}.v2-root .v2-testimonial-head{display:flex;align-items:center;gap:.9rem;margin-bottom:1.1rem}.v2-root .v2-testimonial-logo{width:44px;height:44px;border-radius:10px;-o-object-fit:cover;object-fit:cover;border:1px solid var(--border-light);background:#fff;flex-shrink:0}.v2-root .v2-testimonial-monogram{width:44px;height:44px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--primary-vivid);background:linear-gradient(135deg,var(--purple-100),var(--purple-50));border:1px solid var(--border-light);letter-spacing:.02em;flex-shrink:0}.v2-root .v2-testimonial-attrib{display:flex;flex-direction:column;gap:.15rem}.v2-root .v2-testimonial-featured .v2-testimonial-logo,.v2-root .v2-testimonial-featured .v2-testimonial-monogram{width:52px;height:52px}.v2-root .v2-pricing-reassure{text-align:center;margin-top:.75rem;font-size:.78rem;color:var(--text-on-dark-muted);font-family:var(--font-mono);letter-spacing:.02em}.v2-root .v2-finalcta-reassure{margin-top:1rem;font-size:.85rem;color:var(--text-on-dark-muted);font-family:var(--font-mono);letter-spacing:.02em}.hero-capabilities{list-style:none;padding:0;margin:1rem 0 1.75rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.hero-capabilities li{font-size:.8125rem;line-height:1;padding:.4rem .7rem;border-radius:999px;background:hsl(var(--primary) / .06);border:1px solid hsl(var(--primary) / .15);color:hsl(var(--foreground) / .75);font-weight:500;white-space:nowrap}.hero-capabilities .hero-capabilities-label{background:transparent;border:none;padding:.4rem .25rem .4rem 0;color:hsl(var(--foreground) / .55);font-weight:600;letter-spacing:.01em}.hero-publish-note{margin:-1rem 0 1.5rem;font-size:.8125rem;font-weight:600;color:hsl(var(--primary));letter-spacing:.01em}@media (max-width: 640px){.hero-capabilities{gap:.35rem;margin:.75rem 0 1.25rem}.hero-capabilities li{font-size:.75rem;padding:.3rem .55rem}.hero-publish-note{margin:-.75rem 0 1rem;font-size:.75rem}}.v2-root .v2-proof{padding:5rem 0 5.5rem;background:linear-gradient(180deg,transparent 0%,var(--primary-glass) 60%,transparent 100%)}.v2-root .v2-proof-header{max-width:760px;margin:0 auto 2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.v2-root .v2-proof-header .section-label:before{display:none}.v2-root .v2-proof-headline{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.1rem);font-weight:400;line-height:1.15;color:var(--text-heading);margin:0}.v2-root .v2-proof-headline em{font-style:italic;font-weight:500;background:linear-gradient(135deg,var(--primary),var(--primary-vivid));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.v2-root .v2-proof-sub{font-size:1.02rem;line-height:1.55;color:var(--text-body);max-width:620px;margin:0;opacity:.85}.v2-root .v2-proof-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem}.v2-root .v2-proof-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:#fff;border:1.5px solid var(--border-medium);border-radius:14px;padding:.85rem 1.25rem;text-align:left;display:flex;flex-direction:column;gap:.15rem;min-width:200px;transition:border-color .25s var(--ease-out-expo),box-shadow .25s var(--ease-out-expo),transform .25s var(--ease-out-expo)}.v2-root .v2-proof-tab:hover{border-color:var(--primary-light);transform:translateY(-1px)}.v2-root .v2-proof-tab.is-active{border-color:var(--primary-vivid);box-shadow:0 10px 30px -12px #7c3aed59}.v2-root .v2-proof-tab-name{font-family:var(--font-display);font-size:1.15rem;color:var(--text-heading);font-weight:500;line-height:1.1}.v2-root .v2-proof-tab-industry{font-size:.78rem;color:var(--text-body);opacity:.7}.v2-root .v2-proof-panel{background:#fff;border:1px solid var(--border-light);border-radius:24px;padding:1.75rem;box-shadow:0 30px 60px -30px #5b2d992e}.v2-root .v2-proof-topic{display:inline-flex;align-items:center;gap:.75rem;background:var(--primary-glass);border:1px solid var(--border-light);border-radius:999px;padding:.45rem .95rem;margin-bottom:1.25rem;max-width:100%}.v2-root .v2-proof-topic-label{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--primary-vivid);font-weight:600}.v2-root .v2-proof-topic-text{font-size:.95rem;color:var(--text-heading);font-weight:500}.v2-root .v2-proof-columns{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.v2-root .v2-proof-col{border-radius:18px;padding:1.25rem 1.25rem 1.35rem;display:flex;flex-direction:column;gap:.9rem;min-height:100%}.v2-root .v2-proof-col--generic{background:#f4f3f5;border:1px solid rgba(0,0,0,.05)}.v2-root .v2-proof-col--ellifly{background:linear-gradient(155deg,#fbf8ff,#f1e8ff);border:1px solid rgba(124,58,237,.18);position:relative}.v2-root .v2-proof-col-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.v2-root .v2-proof-col-label{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:#7a7086;font-weight:600}.v2-root .v2-proof-col-label--brand{color:var(--primary-vivid)}.v2-root .v2-proof-col-tag{font-size:.72rem;color:#8a8194;font-style:italic}.v2-root .v2-proof-post{font-size:.98rem;line-height:1.6;color:var(--text-body);margin:0}.v2-root .v2-proof-col--generic .v2-proof-post{color:#6b6474}.v2-root .v2-proof-score{display:inline-flex;align-items:baseline;gap:.15rem;background:#fff;border:1px solid rgba(124,58,237,.25);border-radius:12px;padding:.4rem .7rem;position:relative;flex-shrink:0}.v2-root .v2-proof-score-num{font-family:var(--font-display);font-size:1.35rem;font-weight:500;color:var(--primary);line-height:1}.v2-root .v2-proof-score-max{font-size:.7rem;color:var(--primary-vivid);opacity:.7}.v2-root .v2-proof-score-caption{position:absolute;bottom:-1.1rem;right:0;font-family:var(--font-mono);font-size:.55rem;letter-spacing:.18em;text-transform:uppercase;color:var(--primary-vivid);white-space:nowrap}.v2-root .v2-proof-deltas{margin-top:1.5rem;padding-top:1.25rem;border-top:1px dashed var(--border-medium)}.v2-root .v2-proof-deltas-label{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--primary-vivid);font-weight:600;margin:0 0 .65rem}.v2-root .v2-proof-deltas-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.5rem 1.5rem}.v2-root .v2-proof-deltas-list li{position:relative;padding-left:1.4rem;font-size:.9rem;line-height:1.45;color:var(--text-body)}.v2-root .v2-proof-deltas-list li:before{content:"";position:absolute;left:0;top:.55rem;width:8px;height:8px;border-radius:2px;background:linear-gradient(135deg,var(--primary),var(--primary-vivid));transform:rotate(45deg)}@media (max-width: 820px){.v2-root .v2-proof{padding:3.5rem 0 4rem}.v2-root .v2-proof-columns{grid-template-columns:1fr}.v2-root .v2-proof-tab{min-width:0;flex:1 1 45%}.v2-root .v2-proof-panel{padding:1.25rem}.v2-root .v2-proof-topic{flex-wrap:wrap}}.v2-root .vs-section{padding:5rem 0 5.5rem;position:relative}.v2-root .vs-header{text-align:center;max-width:780px;margin:0 auto 3rem}.v2-root .vs-headline{font-family:var(--font-display);font-size:clamp(1.85rem,3.6vw,2.85rem);line-height:1.1;letter-spacing:-.02em;color:hsl(var(--foreground));margin:.75rem 0 1rem}.v2-root .vs-headline em{font-style:italic;background:var(--gradient-primary, linear-gradient(135deg, hsl(var(--primary)), hsl(var(--primary) / .7)));-webkit-background-clip:text;background-clip:text;color:transparent}.v2-root .vs-sub{color:hsl(var(--muted-foreground));font-size:1.05rem;margin:0}.v2-root .vs-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:0;align-items:stretch;max-width:1080px;margin:0 auto;border-radius:20px;overflow:hidden;background:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:0 20px 50px -20px hsl(var(--primary) / .15)}.v2-root .vs-col{padding:1.75rem 1.75rem 2rem;display:flex;flex-direction:column}.v2-root .vs-col--chatgpt{background:hsl(var(--muted) / .4)}.v2-root .vs-col--ellifly{background:linear-gradient(180deg,hsl(var(--primary) / .06),hsl(var(--primary) / .02))}.v2-root .vs-divider{width:1px;background:hsl(var(--border))}.v2-root .vs-col-header{display:flex;flex-direction:column;gap:.25rem;padding-bottom:1rem;margin-bottom:1.25rem;border-bottom:1px solid hsl(var(--border))}.v2-root .vs-col-name{font-family:var(--font-display);font-size:1.35rem;font-weight:700;color:hsl(var(--foreground));letter-spacing:-.01em}.v2-root .vs-col-tag{font-size:.85rem;color:hsl(var(--muted-foreground))}.v2-root .vs-col-tag--brand{color:hsl(var(--primary));font-weight:600}.v2-root .vs-col-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem}.v2-root .vs-row-item{position:relative;padding-left:1.6rem;font-size:.98rem;line-height:1.5;color:hsl(var(--foreground))}.v2-root .vs-row-item:before{content:"";position:absolute;left:0;top:.5em;width:.85rem;height:.85rem;border-radius:999px}.v2-root .vs-row-item--chatgpt{color:hsl(var(--muted-foreground))}.v2-root .vs-row-item--chatgpt:before{background:hsl(var(--muted-foreground) / .35)}.v2-root .vs-row-item--ellifly:before{background:hsl(var(--primary));box-shadow:0 0 0 4px hsl(var(--primary) / .15)}.v2-root .v2-proof-col-caption{margin:.9rem 0 0;font-size:.82rem;color:hsl(var(--muted-foreground));font-style:italic}@media (max-width: 780px){.v2-root .vs-section{padding:3.5rem 0 4rem}.v2-root .vs-grid{grid-template-columns:1fr}.v2-root .vs-divider{width:100%;height:1px}.v2-root .vs-col{padding:1.5rem 1.25rem 1.75rem}}.v2-root .v2-award{padding:clamp(4rem,8vw,7rem) 0;background:linear-gradient(180deg,var(--bg-white) 0%,var(--bg-cream) 100%)}.v2-root .v2-award-grid{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:clamp(2rem,5vw,4rem);align-items:center}.v2-root .v2-award-media{position:relative;border-radius:1.25rem;overflow:hidden;box-shadow:0 30px 60px -30px #1a0e2e59;border:1px solid var(--border-medium);background:var(--bg-cream)}.v2-root .v2-award-img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover;aspect-ratio:4 / 5;-o-object-position:center 30%;object-position:center 30%}.v2-root .v2-award-badge{position:absolute;top:1rem;left:1rem;display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;background:#1a0e2eeb;color:var(--text-on-dark);font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;border-radius:999px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.v2-root .v2-award-headline{font-family:var(--font-display);font-weight:500;font-size:clamp(2rem,4vw,3rem);line-height:1.1;color:var(--text-heading);margin:1.25rem 0 1rem}.v2-root .v2-award-headline em{font-style:italic;color:var(--primary-vivid)}.v2-root .v2-award-body{font-size:1.05rem;color:var(--text-body);line-height:1.7;margin-bottom:1.75rem;max-width:60ch}.v2-root .v2-award-marks{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:1.25rem 0;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);margin-bottom:1.75rem}.v2-root .v2-award-marks li{display:flex;flex-direction:column;gap:.15rem}.v2-root .v2-award-marks strong{font-family:var(--font-display);font-size:1.15rem;color:var(--text-heading);font-weight:600}.v2-root .v2-award-marks span{font-size:.82rem;color:var(--text-muted);line-height:1.4}.v2-root .v2-award-cta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.v2-root .v2-award-reassure{font-size:.85rem;color:var(--text-muted)}@media (max-width: 900px){.v2-root .v2-award-grid{grid-template-columns:1fr}.v2-root .v2-award-media{max-width:480px;margin:0 auto}.v2-root .v2-award-marks{grid-template-columns:1fr;gap:.75rem}}.v2-root .v2-howit-metrics{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(1rem,3vw,2.5rem);margin:1.75rem auto 0;padding:1.25rem 1.5rem;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);max-width:900px}.v2-root .v2-howit-metrics li{display:flex;flex-direction:column;align-items:center;gap:.15rem;text-align:center}.v2-root .v2-howit-metrics strong{font-family:var(--font-display);font-size:1.15rem;color:var(--text-heading);font-weight:600}.v2-root .v2-howit-metrics span{font-size:.82rem;color:var(--text-muted)}.v2-root .vs-cta{margin-top:2.5rem;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.v2-root .vs-cta-reassure{font-size:.85rem;color:var(--text-muted)}.v2-root .v2-finalcta-trust{margin-top:.75rem;font-size:.8rem;color:var(--text-on-dark-muted);letter-spacing:.02em}.v2-root .v2-shots{padding:5rem 0 4.5rem;background:linear-gradient(180deg,var(--surface-1, #fafafa) 0%,transparent 100%)}.v2-root .v2-shots-head{text-align:center;max-width:720px;margin:0 auto 2.75rem}.v2-root .v2-shots-headline{font-family:var(--font-display);font-size:clamp(1.75rem,3.4vw,2.5rem);line-height:1.15;color:var(--text-heading);margin:.5rem 0 .75rem;font-weight:600;letter-spacing:-.02em}.v2-root .v2-shots-sub{font-size:1rem;color:var(--text-muted);margin:0}.v2-root .v2-shots-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;align-items:start}@media (max-width: 968px){.v2-root .v2-shots-grid{grid-template-columns:1fr;gap:2rem}}.v2-root .v2-shot-card{display:flex;flex-direction:column;gap:.85rem}.v2-root .v2-shot-frame{border-radius:14px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 18px 40px -22px #0f0f2838,0 4px 12px -6px #0f0f2814;transition:transform .25s ease,box-shadow .25s ease}.v2-root .v2-shot-card:hover .v2-shot-frame{transform:translateY(-3px);box-shadow:0 26px 50px -22px #0f0f2847,0 6px 14px -6px #0f0f281a}.v2-root .v2-shot-chrome{display:flex;align-items:center;gap:6px;padding:10px 12px;background:#f4f4f6;border-bottom:1px solid rgba(0,0,0,.06)}.v2-root .v2-shot-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.v2-root .v2-shot-dot--r{background:#ff5f57}.v2-root .v2-shot-dot--y{background:#febc2e}.v2-root .v2-shot-dot--g{background:#28c840}.v2-root .v2-shot-image-wrap{aspect-ratio:4 / 3;overflow:hidden;background:#fff}.v2-root .v2-shot-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;display:block}.v2-root .v2-shot-title{font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--text-heading);margin:.25rem 0 0;letter-spacing:-.01em}.v2-root .v2-shot-caption{font-size:.95rem;color:var(--text-muted);margin:0;line-height:1.45}.v2-root .v2-shots-cta{display:flex;justify-content:center;margin-top:3rem}@media (max-width: 640px){.v2-root{overflow-x:hidden}.v2-root .v2-announce{font-size:.72rem;padding:.5rem .85rem;line-height:1.3}.v2-root .nav{padding:.85rem 0}.v2-root .nav-logo img{height:44px}.v2-root .nav.scrolled{padding:.6rem 0}.v2-root .nav.scrolled .nav-logo img{height:40px}.v2-root .section-label,.v2-root h1,.v2-root h2{scroll-margin-top:88px}.v2-root .hero{padding:6rem 0 3.5rem}.v2-root .hero h1{font-size:clamp(2.25rem,9vw,3rem);margin-bottom:1.25rem}.v2-root .hero-label{font-size:.62rem;padding:.4rem .85rem;margin-bottom:1rem}.v2-root .hero-capabilities{gap:.3rem;margin:.5rem 0 1rem}.v2-root .hero-capabilities li{font-size:.72rem;padding:.28rem .5rem}.v2-root .hero-capabilities .hero-capabilities-label{font-size:.72rem}.v2-root .v2-problem{padding:3rem 0}.v2-root .v2-problem-card--slim{padding:1.5rem;gap:1.25rem}.v2-root .v2-problem-headline{font-size:1.35rem;line-height:1.35}.v2-root .v2-award{padding:3.5rem 0}.v2-root .v2-award-media{max-height:420px;max-width:360px}.v2-root .v2-award-img{aspect-ratio:4 / 4.5;max-height:420px}.v2-root .v2-award-badge{top:.6rem;left:.6rem;font-size:.65rem;padding:.35rem .65rem}.v2-root .v2-award-headline{font-size:1.6rem;margin:1rem 0 .75rem}.v2-root .v2-award-body{font-size:.95rem;margin-bottom:1.25rem}.v2-root .v2-award-marks{padding:1rem 0;margin-bottom:1.25rem}.v2-root .v2-shots{padding:3.5rem 0}.v2-root .v2-shot-caption{font-size:.85rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.v2-root .v2-shot-title{font-size:1.05rem}.v2-root .v2-trust-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem 1.5rem}.v2-root .v2-trust-logo{height:36px}.v2-root .v2-trust-logo-dark{height:40px}.v2-root .btn-primary,.v2-root .btn-ghost,.v2-root .btn{min-height:48px}.v2-root .v2-vs,.v2-root .v2-testimonials,.v2-root .v2-story,.v2-root .v2-seotools{padding:3.5rem 0}}
