:root{--rust:#631300;--carrot:#ea492a;--carrot-accessible:#c2390f;--carrot-dark:#d13d20;--gold:#eda94f;--camel:#9e4d14;--birch:#faf3e3;--white:#fff;--warm-white:#fdf8f0;--rust-10:#6313001a;--rust-50:#63130080;--gold-20:#eda94f33;--gold-30:#eda94f4d;--surface-page:var(--birch);--surface-card:var(--white);--surface-elevated-warm:var(--warm-white);--text-ink:var(--rust);--text-display:var(--carrot);--text-display-accessible:var(--carrot-accessible);--text-muted:var(--camel);--border-hairline:var(--rust-10);--border-gold:var(--gold-30);--success:#2d7d32;--error:#c62828}
:root{--font-headline:"Quicksand", "Georgia", "Times New Roman", serif;--font-body:"Nunito Sans", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;--text-h1:56px;--text-h2:40px;--text-h3:28px;--text-h4:22px;--text-body-size:18px;--text-body-mobile:16px;--text-label:14px;--text-nav:15px;--text-button:19px;--tracking-display:-.03em;--tracking-label:.1em;--leading-display:1.1;--leading-body:1.4;--leading-editorial:1.8}
:root{--space-xs:8px;--space-sm:16px;--space-md:24px;--space-lg:32px;--space-xl:48px;--space-2xl:64px;--space-3xl:96px;--space-4xl:128px;--max-width:1200px;--max-narrow:800px;--gutter-desktop:64px;--gutter-tablet:32px;--gutter-mobile:24px}
:root{--border-radius:16px;--border-radius-sm:12px;--border-radius-lg:20px;--border-radius-pill:100px}
:root{--shadow-sm:0 2px 12px #6313000f;--shadow-md:0 4px 24px #63130014;--shadow-lg:0 8px 32px #6313001f;--shadow-nav:0 1px 8px #63130014}
:root{--transition-fast:.2s ease-in-out;--transition-med:.3s ease;--transition-reveal:.6s cubic-bezier(.16, 1, .3, 1);--transition-card:.35s cubic-bezier(.25, .46, .45, .94)}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-padding-top:90px}.skip-link{left:var(--space-sm);z-index:1100;background:var(--rust);color:var(--white);font-family:var(--font-body);border-radius:var(--border-radius-sm);transition:top var(--transition-fast);padding:12px 20px;font-weight:600;text-decoration:none;position:fixed;top:-120px}.skip-link:focus{top:var(--space-sm);outline:3px solid var(--gold);outline-offset:2px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}#main-content:focus{outline:none}body{font-family:var(--font-body);letter-spacing:0;color:var(--rust);background-color:var(--birch);font-size:18px;font-weight:400;line-height:1.4;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--carrot-accessible);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--carrot-dark);text-decoration:underline}h1,h2,h3,h4,h5{font-family:var(--font-headline);letter-spacing:-.03em;color:var(--carrot);font-weight:400;line-height:1.1}h4,h5{color:var(--carrot-accessible)}h1{font-size:56px;line-height:1.1}h2{font-size:40px;line-height:1.1}h3{font-size:28px;line-height:1.1}h4{font-size:22px;line-height:1.1}p{margin-bottom:var(--space-sm);color:var(--rust)}.text-birch{color:var(--birch)}.text-camel{color:var(--camel)}.text-rust{color:var(--rust)}.text-carrot{color:var(--carrot-accessible)}.text-gold{color:var(--gold)}.text-center{text-align:center}
.container{max-width:var(--max-width);padding:0 var(--space-2xl);margin:0 auto}.container-narrow{max-width:var(--max-narrow);padding:0 var(--space-2xl);margin:0 auto}.section{padding:var(--space-3xl) 0}.section-sm{padding:var(--space-xl) 0}.bg-birch{background-color:var(--birch)}.bg-white{background-color:var(--white)}.bg-rust{background-color:var(--rust)}.bg-warm-white{background-color:var(--warm-white)}.grid-2{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}.grid-3{gap:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}.grid-4{gap:var(--space-md);grid-template-columns:repeat(4,1fr);display:grid}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}
.btn{align-items:center;gap:var(--space-xs);font-family:var(--font-body);border-radius:var(--border-radius-pill);cursor:pointer;transition:all var(--transition-fast);border:2px solid #0000;padding:16px 32px;font-size:19px;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.btn:hover{text-decoration:none}.btn-primary{background-color:var(--carrot);color:var(--white);border-color:var(--carrot)}.btn-primary:hover{background-color:var(--carrot-dark);border-color:var(--carrot-dark);color:var(--white);box-shadow:0 4px 16px #ea492a4d}.btn-secondary{color:var(--carrot);border-color:var(--carrot);background-color:#0000}.btn-secondary:hover{background-color:var(--carrot);color:var(--white)}.btn-gold{background-color:var(--gold);color:var(--rust);border-color:var(--gold)}.btn-gold:hover{color:var(--rust);background-color:#e09d3e;border-color:#e09d3e}.btn-sm{padding:10px 22px;font-size:19px}.nav-links a.btn{font-size:15px;font-weight:600}.nav-links a.btn-primary,.nav-links a.btn-primary:hover,.mobile-menu a.btn-primary,.mobile-menu a.btn-primary:hover{color:var(--white)}.nav-links a.btn-primary{background-color:var(--carrot-dark);border-color:var(--carrot-dark)}.nav-links a.btn-primary:hover{background-color:var(--carrot-accessible);border-color:var(--carrot-accessible)}.btn-full{justify-content:center;width:100%}.btn-group{gap:var(--space-md);flex-wrap:wrap;display:flex}.card{background:var(--white);border-radius:var(--border-radius);padding:var(--space-lg);box-shadow:var(--shadow-sm);transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s cubic-bezier(.25,.46,.45,.94)}.card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001a}.card-elevated{box-shadow:var(--shadow-md)}.card-elevated:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.card-birch{background:var(--birch);box-shadow:none}.card-bordered{border:2px solid var(--carrot)}.card-lg{padding:var(--space-xl);border-radius:20px}.tag{background:var(--gold-20);color:var(--camel);border-radius:var(--border-radius-pill);padding:4px 12px;font-size:13px;font-weight:500;display:inline-block}.tag-gold{background:var(--gold-20);color:var(--camel)}.label{letter-spacing:.1em;text-transform:uppercase;color:var(--camel);margin-bottom:var(--space-sm);font-size:14px;font-weight:600;display:block}.label-gold{color:var(--gold)}.section-header{text-align:center;max-width:640px;margin:0 auto var(--space-xl)}.section-header h2{margin-bottom:var(--space-sm)}.section-header p{opacity:.85;font-size:18px}.accent-line{background:var(--gold);width:60px;height:3px;margin:var(--space-md) 0;border-radius:2px}.accent-line-center{margin-left:auto;margin-right:auto}.divider{background:var(--rust-10);width:100%;height:1px;margin:var(--space-lg) 0}.divider-gold{background:var(--gold-30)}.icon-circle{width:56px;height:56px;margin-bottom:var(--space-sm);background:#ea492a1a;border-radius:50%;justify-content:center;align-items:center;font-size:24px;display:flex}.icon-circle-no-bg{background:0 0}.twirl-icon{width:28px;height:28px;display:block}.twirl-icon-carrot{color:var(--carrot)}.twirl-icon-camel{color:var(--camel)}.twirl-icon-gold{color:var(--gold)}.icon-circle-sm{width:40px;height:40px;font-size:18px}.feature-card{text-align:left;cursor:pointer;transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s cubic-bezier(.25,.46,.45,.94);position:relative}.feature-card:has(.feature-card-inner){perspective:800px;box-shadow:none;background:0 0;transition:none}.feature-card:not(:has(.feature-card-inner)):hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001a}.feature-card-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.25,.46,.45,.94);position:relative}.feature-card:hover .feature-card-inner,.feature-card.flipped .feature-card-inner{transform:rotateY(180deg)}.feature-card-front,.feature-card-back{backface-visibility:hidden;border-radius:var(--border-radius);padding:var(--space-lg);box-shadow:var(--shadow-sm)}.feature-card-front{background:var(--white)}.feature-card-back{background:var(--carrot);color:var(--white);flex-direction:column;justify-content:center;display:flex;position:absolute;inset:0;transform:rotateY(180deg)}.feature-card-back h4{color:var(--white);margin-bottom:var(--space-sm);font-size:20px;font-weight:600}.feature-card-back p{color:var(--white);opacity:.95;margin:0;font-size:16px;line-height:1.6}.feature-card>a:last-of-type:after{content:"";z-index:1;position:absolute;inset:0}.feature-card h4{color:var(--rust);margin-bottom:var(--space-xs);font-size:20px;font-weight:600}.feature-card p{opacity:.8;margin:0;font-size:16px}.blog-article-content{color:#1a1a1a;font-size:19px;line-height:1.8}.blog-article-content p{color:#1a1a1a}.blog-article-content h2{margin-top:var(--space-2xl);margin-bottom:var(--space-md)}.blog-article-content blockquote{border-left:4px solid var(--carrot);margin:var(--space-xl) 0;padding:var(--space-md) var(--space-lg);background:var(--birch);border-radius:0 var(--border-radius) var(--border-radius) 0}.blog-article-content blockquote p{color:var(--rust);margin:0;font-size:20px;font-style:italic;line-height:1.6}.blog-article-content .pullquote{margin:var(--space-xl) 0;padding:var(--space-xs) 0 var(--space-xs) var(--space-lg);color:#1a1a1a;border-left:3px solid #d8d8d8;font-size:24px;font-weight:700;line-height:1.45}.blog-share-bar{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);display:flex}.blog-share-bar span{color:var(--camel);letter-spacing:.03em;font-size:14px}.blog-share-bar a{background:var(--birch);width:36px;height:36px;color:var(--rust);border-radius:999px;justify-content:center;align-items:center;transition:background .2s,color .2s;display:inline-flex}.blog-share-bar a:hover{background:var(--carrot);color:#fff}.blog-share-bar a svg{fill:currentColor;width:18px;height:18px}.blog-card{cursor:pointer;transition:transform .15s,box-shadow .15s;position:relative}.blog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.blog-card>a:last-of-type:after{content:"";z-index:1;position:absolute;inset:0}.getting-started-section{padding-top:var(--space-2xl);padding-bottom:var(--space-2xl)}.getting-started-section .section-header{margin-bottom:var(--space-lg)}.getting-started-section .section-header p{font-size:16px}.getting-started-flow{align-items:center;gap:var(--space-sm);flex-direction:column;max-width:1120px;margin:0 auto;display:flex}.getting-started-options{align-items:stretch;gap:var(--space-sm);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);width:100%;display:grid}.flow-card{border-radius:14px;height:100%;padding:20px}.flow-card .icon-circle{margin:0 auto var(--space-xs)}.flow-card .twirl-icon{width:32px;height:32px}.flow-card h4{margin-bottom:10px}.flow-card p{max-width:30ch;margin:0 auto;font-size:15px;line-height:1.34}.flow-or{background:var(--birch);min-width:56px;min-height:56px;color:var(--rust);font-family:var(--font-headline);letter-spacing:.06em;border:2px solid #dda75673;border-radius:999px;justify-content:center;place-self:center;align-items:center;padding:8px 12px;font-size:18px;font-weight:700;display:inline-flex}.flow-arrow{color:var(--gold);font-size:40px;font-weight:700;line-height:1}.getting-started-outcome{width:min(500px,100%)}.flow-outcome{box-shadow:var(--shadow-md);border:2px solid #dda75659}.stats-row{justify-content:center;align-items:center;gap:var(--space-xl);flex-wrap:wrap;display:flex}.stat-item{text-align:center}.stat-number{font-family:var(--font-headline);color:var(--carrot);margin-bottom:var(--space-xs);font-size:48px;font-weight:700;line-height:1}.stat-label{color:var(--camel);max-width:180px;font-size:14px}.stat-divider{background:var(--gold-30);width:1px;height:40px}.navbar{z-index:1000;height:72px;transition:all var(--transition-med);align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.navbar.transparent{background:0 0}.navbar.scrolled{background:var(--white);box-shadow:var(--shadow-nav)}.navbar.nav-solid,.navbar.nav-solid.transparent,.navbar.nav-solid.scrolled{background:var(--birch);box-shadow:var(--shadow-nav)}.navbar .container{justify-content:space-between;align-items:center;width:100%;display:flex}.nav-logo{align-items:center;text-decoration:none;display:flex}.nav-logo:hover{text-decoration:none}.nav-logo img{width:auto;height:36px}.nav-logo .logo-mark{gap:-4px;display:inline-flex}.logo-shape-1{background:var(--carrot);border-radius:50% 50% 50% 10%;width:16px;height:16px;display:inline-block}.logo-shape-2{background:var(--gold);border-radius:50% 50% 10%;width:16px;height:16px;margin-left:-6px;display:inline-block}.nav-links{align-items:center;gap:var(--space-lg);list-style:none;display:flex}.nav-links a{color:var(--rust);transition:color var(--transition-fast);font-size:15px;font-weight:400;text-decoration:none;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--carrot-accessible)}.nav-links a.active:after{content:"";background:var(--gold);border-radius:2px;height:3px;position:absolute;bottom:-6px;left:0;right:0}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.hamburger span{background:var(--rust);width:24px;height:2px;transition:all var(--transition-fast);border-radius:2px;display:block}.mobile-menu{background:var(--birch);z-index:999;justify-content:center;align-items:center;gap:var(--space-lg);flex-direction:column;display:none;position:fixed;inset:0}.mobile-menu.open{display:flex}.mobile-menu a{font-family:var(--font-headline);color:var(--rust);font-size:28px;text-decoration:none}.mobile-menu a:hover{color:var(--carrot-accessible)}.mobile-close{color:var(--rust);cursor:pointer;background:0 0;border:none;font-size:32px;position:absolute;top:20px;right:24px}.hero{align-items:center;min-height:100vh;padding-top:72px;display:flex}.hero-home{min-height:calc(100vh + var(--hero-overlap-offset,64px));padding-top:calc(72px + var(--space-xl));padding-bottom:var(--space-2xl);align-items:flex-end;display:flex;position:relative;overflow:hidden}.hero-home:before{content:"";z-index:1;background:linear-gradient(90deg,#faf3e3f5 0%,#faf3e3e6 30%,#faf3e38c 56%,#faf3e32e 78%,#faf3e314 100%);position:absolute;inset:0}.hero-home-bg{z-index:0;position:absolute;inset:0}.hero-home-bg img{object-fit:cover;object-position:center center;width:100%;height:100%}.hero-home .container{z-index:2;width:100%;max-width:none;padding-left:clamp(24px,7vw,120px);padding-right:clamp(24px,6vw,96px);position:relative}.hero-home-content{text-align:left;max-width:760px;margin-bottom:0}.hero-home-content p{max-width:760px}.home-deco-burst{opacity:.9;z-index:1;pointer-events:none;width:clamp(90px,9vw,110px);height:auto;position:absolute;top:28%;left:-20px}.home-deco-ellipse{display:none}.home-deco-arrow{opacity:.9;z-index:1;pointer-events:none;width:clamp(180px,18vw,260px);height:auto;position:absolute;top:28%;left:140px;transform:rotate(180deg)}.hero-short{min-height:calc(100vh + var(--hero-overlap-offset,64px));padding-top:72px;padding-bottom:var(--space-3xl);flex-direction:column;justify-content:center;display:flex;overflow:hidden}.hero-content{max-width:600px}.hero-content h1{margin-bottom:var(--space-md)}.hero-content p{margin-bottom:var(--space-lg);max-width:540px;font-size:20px}.hero-trust{color:var(--camel);margin-top:var(--space-md);font-size:14px}.hero-split{gap:var(--space-2xl);grid-template-columns:1.2fr 1fr;align-items:center;display:grid}.hero-image{border-radius:var(--border-radius);position:relative;overflow:hidden}.hero-image img{object-fit:cover;width:100%;height:400px}.hero-individuals{min-height:calc(100vh + var(--hero-overlap-offset,64px));background:linear-gradient(to right, var(--birch) 56.5%, var(--carrot) 56.5%);grid-template-columns:1.3fr 1fr;padding-top:72px;display:grid;overflow:hidden}.hero-individuals-left{background:var(--birch);padding:var(--space-3xl) clamp(var(--space-lg), 6vw, 96px);flex-direction:column;justify-content:center;display:flex}.hero-individuals-left h1{margin-bottom:var(--space-md);font-size:clamp(32px,4vw,52px);line-height:1.08}.hero-individuals-desc{max-width:480px;margin-bottom:var(--space-lg);font-size:17px;line-height:1.6}.hero-individuals-features{gap:var(--space-sm);flex-direction:column;list-style:none;display:flex}.hero-individuals-features li{color:var(--rust);align-items:center;gap:12px;font-size:16px;font-weight:500;display:flex}.hero-feature-icon{width:32px;height:32px;color:var(--rust);opacity:.7;flex-shrink:0}.hero-individuals-right{background:var(--carrot);padding:var(--space-xl);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-individuals-right .phone-mockup{z-index:2;filter:drop-shadow(0 16px 48px #6313004d);width:min(340px,70%);margin:0 auto;position:relative}.hero-deco-burst{opacity:.35;z-index:1;width:clamp(100px,14vw,180px);height:auto;position:absolute;top:-20px;right:-20px}.hero-deco-ellipse{z-index:1;width:clamp(100px,14vw,180px);height:clamp(50px,7vw,90px);position:absolute;bottom:60px;left:-20px;transform:rotate(-113deg)}.hero-deco-arrow{z-index:1;width:clamp(120px,18vw,240px);height:auto;position:absolute;bottom:120px;right:10px;transform:rotate(270deg)scaleY(-1)}.page-overlap{--hero-overlap-offset:clamp(28px, 5vw, 64px)}.page-overlap .sticky-hero{z-index:0;will-change:transform;position:sticky;top:0}.page-overlap .sticky-hero.unstuck{will-change:auto;position:relative}.page-overlap .sticky-hero~section,.page-overlap .sticky-hero~footer{z-index:1;backface-visibility:hidden;position:relative;transform:translateZ(0)}.page-overlap .sticky-hero~section:not([class*=bg-]){background-color:var(--white)}.page-overlap .sticky-hero~section.bg-birch{background-color:var(--birch)}.page-overlap .sticky-hero~section.bg-rust{background-color:var(--rust)}.page-overlap .sticky-hero.hero-home{padding-bottom:calc(var(--space-2xl) + var(--hero-overlap-offset))}.page-overlap .sticky-hero.hero-short{padding-bottom:calc(var(--space-3xl) + var(--hero-overlap-offset))}.page-overlap .sticky-hero-cover{z-index:2;margin-top:calc(var(--hero-overlap-offset) * -1);padding-top:calc(var(--space-3xl) + var(--hero-overlap-offset));position:relative;box-shadow:0 -18px 42px #63130014}.page-overlap .sticky-hero-cover .container,.page-overlap .sticky-hero-cover .container-narrow{z-index:1;position:relative}.img-placeholder{background:linear-gradient(135deg, var(--gold-20) 0%, #ea492a14 100%);border-radius:var(--border-radius);width:100%;height:400px;color:var(--camel);text-align:center;padding:var(--space-lg);justify-content:center;align-items:center;font-size:14px;display:flex}.img-placeholder-sm{height:240px}.tab-photo,.approach-photo{width:100%;height:240px;box-shadow:var(--shadow-sm);border-radius:12px;position:relative;overflow:hidden}.tab-photo img,.approach-photo img{object-fit:cover;width:100%;height:100%;display:block}.tab-photo:after,.approach-photo:after{content:"";pointer-events:none;position:absolute;inset:0}.tab-photo:after{background:linear-gradient(140deg,#faf3e357 0%,#faf3e31a 56%,#faf3e342 100%)}.approach-photo:after{background:linear-gradient(130deg,#faf3e36b 0%,#faf3e324 58%,#faf3e347 100%)}.audience-cards{gap:var(--space-lg);grid-template-columns:1fr 1fr;display:grid}.audience-card{padding:var(--space-xl);transition:all var(--transition-med);border-radius:20px}.audience-card:hover{transform:translateY(-4px)}.audience-card .tag,.audience-card h3{margin-bottom:var(--space-sm)}.audience-card p{margin-bottom:var(--space-md);font-size:16px}.timeline{padding:var(--space-xl) 0;position:relative}.timeline:before{content:"";background:var(--gold);border-radius:2px;width:3px;position:absolute;top:0;bottom:0;left:23px}.timeline-item{margin-bottom:var(--space-xl);padding-left:72px;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-dot{background:var(--white);border:3px solid var(--gold);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:0;left:4px}.timeline-dot svg{width:22px;height:22px;color:var(--carrot)}.timeline-item.in-view .timeline-dot svg{animation:1.2s ease-out timeline-spin}@keyframes timeline-spin{0%{transform:rotate(0)}to{transform:rotate(720deg)}}.timeline-week{color:var(--carrot-accessible);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:13px;font-weight:700}.timeline-title{font-family:var(--font-headline);color:var(--rust);margin-bottom:var(--space-xs);font-size:20px;font-weight:600}.timeline-desc{color:var(--rust);opacity:.8;max-width:500px;font-size:16px}.score-visual{background:conic-gradient(var(--carrot) 0deg, var(--gold) 260deg, #eda94f33 260deg, #eda94f33 360deg);border-radius:50%;justify-content:center;align-items:center;width:280px;height:280px;margin:0 auto;display:flex;position:relative}.score-inner{background:var(--birch);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:220px;height:220px;display:flex}.score-number{font-family:var(--font-headline);color:var(--carrot);font-size:64px;font-weight:700;line-height:1}.score-label{color:var(--camel);margin-top:4px;font-size:14px}.score-card-image{width:100%;max-width:420px;height:auto;display:block}.pricing-card{background:var(--white);max-width:480px;padding:var(--space-xl);box-shadow:var(--shadow-md);border-radius:20px;margin:0 auto}.pricing-card h3{margin-bottom:var(--space-sm)}.check-list{padding:0;list-style:none}.check-list li{padding:var(--space-xs) 0;align-items:center;gap:var(--space-sm);font-size:16px;display:flex}.check-list li:before{content:"✓";color:var(--carrot-accessible);font-size:18px;font-weight:700}.faq-item{border-bottom:1px solid var(--rust-10);padding:var(--space-md) 0}.faq-question{cursor:pointer;color:var(--rust);text-align:left;width:100%;font-size:18px;font-weight:500;font-family:var(--font-body);padding:var(--space-xs) 0;background:0 0;border:none;justify-content:space-between;align-items:center;display:flex}.faq-question:hover{color:var(--carrot-accessible)}.faq-toggle{color:var(--carrot);transition:transform var(--transition-fast);margin-left:var(--space-md);flex-shrink:0;font-size:24px;font-weight:300}.faq-item.open .faq-toggle{transform:rotate(45deg)}.faq-answer{max-height:0;color:var(--rust);opacity:.85;font-size:16px;line-height:1.6;transition:max-height .4s;overflow:hidden}.faq-item.open .faq-answer{max-height:500px;padding-top:var(--space-sm);padding-bottom:var(--space-xs)}@keyframes ds-spin{to{transform:rotate(360deg)}}.tabs{gap:var(--space-lg);border-bottom:2px solid var(--rust-10);margin-bottom:var(--space-xl);-webkit-overflow-scrolling:touch;display:flex;overflow-x:auto}.tab-btn{font-family:var(--font-body);color:var(--camel);padding:var(--space-sm) 0;cursor:pointer;white-space:nowrap;transition:color var(--transition-fast);background:0 0;border:none;font-size:16px;font-weight:400;position:relative}.tab-btn:hover,.tab-btn.active{color:var(--carrot-accessible)}.tab-btn.active:after{content:"";background:var(--gold);border-radius:2px;height:3px;position:absolute;bottom:-2px;left:0;right:0}.tab-content{display:none}.tab-content.active{display:block}.tab-panel{gap:var(--space-xl);grid-template-columns:1fr 1fr;align-items:start;display:grid}.tab-panel h3{color:var(--rust);margin-bottom:var(--space-sm);font-weight:600}.tab-panel ul{margin:var(--space-sm) 0;padding:0;list-style:none}.tab-panel li{padding:6px 0 6px 20px;font-size:15px;position:relative}.tab-panel li:before{content:"·";color:var(--carrot-accessible);font-size:20px;font-weight:700;line-height:1.2;position:absolute;left:0}.tab-result{margin-top:var(--space-md);color:var(--carrot-accessible);font-size:15px;font-weight:500}.diff-item{gap:var(--space-sm);align-items:flex-start;display:flex}.diff-icon{background:#ea492a1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:2px;font-size:16px;display:flex}.diff-content h4{color:var(--rust);margin-bottom:4px;font-size:18px;font-weight:600}.diff-content p{opacity:.8;margin:0;font-size:15px}.form-group{margin-bottom:var(--space-md)}.form-label{color:var(--rust);margin-bottom:6px;font-size:14px;font-weight:500;display:block}.form-input,.form-select,.form-textarea{width:100%;font-family:var(--font-body);color:var(--rust);background:var(--white);border-radius:var(--border-radius-sm);transition:border-color var(--transition-fast);border:1.5px solid #9e4d14e6;outline:none;padding:14px 18px;font-size:16px}.form-input::placeholder,.form-textarea::placeholder{color:#9e4d14f2}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--carrot);box-shadow:0 0 0 3px #c2390f59}.form-textarea{resize:vertical;min-height:120px}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23631300' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:44px}.phone-row{background:var(--white);border-radius:var(--border-radius-sm);border:1.5px solid #9e4d14e6;align-items:stretch;display:flex;overflow:hidden}.country-select-wrap{align-items:stretch;display:flex;position:relative}.country-select-wrap:after{content:"▾";pointer-events:none;color:#ba5b18b3;font-size:12px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.country-select{cursor:pointer;appearance:none;min-width:98px;font-size:16px;line-height:1;font-family:var(--font-body);color:var(--rust);text-align:left;background:0 0;border:none;border-right:1px solid #ba5b184d;padding:0 28px 0 10px}.country-select:disabled{opacity:1;cursor:default}.dial-prefix{color:#ba5b18b3;pointer-events:none;white-space:nowrap;-webkit-user-select:none;user-select:none;align-items:center;padding:0 0 0 12px;font-size:18px;display:flex}.phone-row input{flex:1;min-width:0;padding:13px 12px 13px 6px;box-shadow:none!important;border:none!important;border-radius:0!important}.phone-row:focus-within{border-color:var(--carrot);box-shadow:0 0 0 3px #c2390f59}.phone-resolved{color:var(--camel);opacity:.8;margin-top:6px;font-size:13px}.country-modal{z-index:1000;position:fixed;inset:0}.country-modal-backdrop{background:0 0;position:absolute;inset:0}.country-modal-card{background:#fff;border:1px solid #6313002e;border-radius:12px;flex-direction:column;display:flex;position:fixed;overflow:hidden;box-shadow:0 10px 24px #6313001f}.country-modal-header{border-bottom:1px solid #63130014;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.country-modal-title{color:var(--rust);font-size:14px;font-weight:400}.country-modal-close{appearance:none;cursor:pointer;color:var(--rust);background:0 0;border:none;padding:2px 6px;font-size:22px;line-height:1}.country-modal-search{width:calc(100% - 24px);color:var(--rust);background:0 0;border:1px solid #ba5b1866;border-radius:0;margin:10px 12px;padding:10px 12px;font-size:14px}.country-modal-list{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:2px;padding:4px 0 10px;display:flex;overflow:auto}.country-option{appearance:none;text-align:left;cursor:pointer;width:100%;color:var(--rust);background:0 0;border:none;padding:9px 12px;font-size:14px}.country-option:hover,.country-option:focus-visible{background:#eda94f24;outline:none}.country-option.selected{background:#eda94f38;font-weight:400}.hidden{display:none!important}.form-radio-group{gap:var(--space-md);flex-wrap:wrap;display:flex}.form-radio{cursor:pointer;align-items:center;gap:8px;font-size:15px;display:flex}.form-radio input[type=radio]{accent-color:var(--carrot);width:18px;height:18px}.form-hint{color:var(--camel);margin-top:var(--space-sm);font-size:13px}.form-status{min-height:20px}.form-status.is-success{color:#2d7d32}.form-status.is-error{color:#c62828}.form-status.is-loading{color:var(--camel)}section.waitlist-hero{min-height:calc(100dvh + 8px);padding-top:calc(72px + var(--space-xl));padding-bottom:var(--space-xl);flex-direction:column;justify-content:center;display:flex}@media (max-width:767px){section.waitlist-hero,section.waitlist-hero+.hero-individuals{min-height:auto}section.waitlist-hero+.hero-individuals .hero-individuals-left{padding-top:var(--space-md);padding-bottom:var(--space-md)}}.waitlist-hero-title{margin-bottom:var(--space-md);font-size:clamp(28px,4vw,38px);line-height:1.2}.location-toggle{background:var(--white);border:1px solid var(--camel);margin:var(--space-lg) auto;border-radius:999px;justify-content:stretch;gap:4px;width:100%;max-width:360px;padding:4px;display:flex}.location-toggle-btn{appearance:none;color:var(--camel);cursor:pointer;background:0 0;border:0;border-radius:999px;flex:1;padding:10px 16px;font-family:inherit;font-size:15px;font-weight:500;transition:background .2s,color .2s}.location-toggle-btn:hover{color:var(--rust)}.location-toggle-btn.is-active{background:var(--carrot);color:var(--white)}.location-form.is-hidden{display:none}section.blog-landing{padding-top:calc(72px + var(--space-xl));padding-bottom:var(--space-2xl)}.blog-featured-grid{margin-top:var(--space-2xl)}@media (max-width:767px){section.blog-landing{padding-top:calc(72px + var(--space-md));padding-bottom:var(--space-xl)}.blog-featured-grid{margin-top:var(--space-xl)}}.blog-newsletter{max-width:480px;margin:var(--space-lg) auto 0;text-align:center}.blog-newsletter-heading{margin:0 0 var(--space-sm);font-family:var(--font-headline);color:var(--rust);font-size:clamp(22px,3vw,28px)}.blog-newsletter .newsletter-form{margin-bottom:0}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.newsletter-section{padding:var(--space-2xl) 0;background:var(--birch);position:relative;overflow:hidden}.newsletter-section:before{content:"";z-index:0;background-image:url(/assets/intheloopbanner.webp);background-position:50%;background-size:cover;position:absolute;inset:0}.newsletter-section:after{content:"";z-index:1;background:linear-gradient(95deg,#faf3e3f5 0%,#faf3e3e6 32%,#faf3e38f 56%,#faf3e35c 76%,#faf3e342 100%);position:absolute;inset:0}.newsletter-section .container{z-index:2;position:relative}.newsletter-content{text-align:center;max-width:560px;margin:0 auto}.newsletter-content .accent-line{margin-left:auto;margin-right:auto}.newsletter-form{gap:var(--space-sm);max-width:500px;margin:0 auto;display:flex}.newsletter-form .form-input{flex:1}.newsletter-status,.newsletter-note{text-align:center}.newsletter-note{margin-top:var(--space-sm)}.phone-mockup{width:min(360px,100%);margin:var(--space-xl) auto 0}.phone-image{width:100%;height:auto;display:block}.trust-badges{justify-content:center;gap:var(--space-xl);margin-bottom:var(--space-lg);flex-wrap:wrap;display:flex}.trust-badge{width:80px;height:80px;color:var(--camel);text-align:center;background:#ea492a0f;border-radius:12px;justify-content:center;align-items:center;padding:8px;font-size:12px;font-weight:600;display:flex}.flag-emoji{font-size:28px;line-height:1;display:inline-block}.sponsor-logos{gap:var(--space-md) var(--space-lg);grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;width:min(100%,980px);margin:0 auto;display:grid}.sponsor-logo-card{background:0 0;border-radius:12px;justify-content:center;align-items:center;width:100%;padding:16px 24px;display:flex}.sponsor-logo-card img{object-fit:contain;width:auto;max-width:212px;max-height:52px;display:block}.footer{background:var(--rust);color:var(--birch);padding:var(--space-2xl) 0 var(--space-lg)}.footer-grid{gap:var(--space-xl);margin-bottom:var(--space-xl);grid-template-columns:1.5fr 1fr 1fr 1fr;display:grid}.footer-brand p{color:var(--birch);opacity:.7;margin-top:var(--space-sm);max-width:260px;font-size:15px}.footer-col h5{color:var(--birch);margin-bottom:var(--space-sm);font-size:16px;font-weight:600}.footer-col h5 a{color:inherit;text-decoration:none}.footer-col h5 a:hover{text-decoration:underline}.footer-col a{color:var(--birch);opacity:.7;transition:opacity var(--transition-fast);padding:4px 0;font-size:14px;text-decoration:none;display:block}.footer-col a:hover{opacity:1;color:var(--birch)}.footer-made-in-canada{margin-top:var(--space-sm);width:min(230px,100%);height:auto;display:block}.footer-social{gap:var(--space-sm);margin-top:var(--space-sm);display:flex}.footer-social a{color:var(--birch);opacity:.6;transition:opacity var(--transition)}.footer-social a:hover{opacity:1}.footer-social svg{display:block}.footer-bottom{border-top:1px solid var(--gold-30);padding-top:var(--space-md);justify-content:space-between;align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.footer-bottom p{color:var(--birch);opacity:.7;margin:0;font-size:13px}.footer-bottom-links{gap:var(--space-md);display:flex}.footer-bottom-links a{color:var(--birch);opacity:.7;font-size:13px;text-decoration:none}.footer-bottom-links a:hover{opacity:1;color:var(--birch)}.footer-logo{align-items:center;gap:var(--space-xs);font-family:var(--font-headline);color:var(--birch);font-size:22px;font-weight:700;display:flex}.footer-logo img{width:auto;height:32px}.contact-split{gap:var(--space-xl);grid-template-columns:1fr 1.2fr;align-items:start;display:grid}.contact-split .form-card{background:var(--white);border-radius:var(--border-radius);padding:var(--space-lg)}.content-block{gap:var(--space-2xl);margin-bottom:var(--space-2xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.content-block:nth-child(2n){direction:rtl}.content-block:nth-child(2n)>*{direction:ltr}.content-block h3{margin-bottom:var(--space-sm)}.content-block p{font-size:17px;line-height:1.6}.team-grid{gap:var(--space-lg);grid-template-columns:repeat(6,1fr);display:grid}.team-grid>.team-member{grid-column:span 2}.team-grid>.team-member:nth-child(4){grid-column:2/span 2}.team-grid>.team-member:nth-child(5){grid-column:4/span 2}.team-member{text-align:center}.team-photo{width:140px;height:140px;margin:0 auto var(--space-sm);background:linear-gradient(135deg, var(--gold-20), #ea492a1a);border:3px solid var(--gold);color:var(--camel);border-radius:50%;justify-content:center;align-items:center;font-size:13px;display:flex;overflow:hidden}.team-photo img{object-fit:cover;width:100%;height:100%;display:block}.team-member h4{color:var(--rust);margin-bottom:2px;font-size:18px;font-weight:600}.team-member .team-title{color:var(--camel);margin:0;font-size:14px}.legal-content{max-width:960px;margin:0 auto}.legal-meta{color:var(--camel);margin-bottom:var(--space-md);font-size:15px}.legal-section{margin-bottom:var(--space-xl)}.legal-section h2{margin-bottom:var(--space-xs);font-size:32px}.legal-section h3{color:var(--rust);margin:var(--space-md) 0 var(--space-xs);font-size:24px}.legal-section p{font-size:17px;line-height:1.6}.legal-list{margin:0 0 var(--space-sm) 20px;color:var(--rust)}.legal-list li{margin-bottom:8px;line-height:1.5}.legal-table-wrap{overflow-x:auto}.legal-table{border-collapse:collapse;width:100%;margin-top:var(--space-sm)}.legal-table th,.legal-table td{text-align:left;vertical-align:top;border:1px solid #63130024;padding:12px;font-size:15px}.legal-table th{background:var(--birch);font-weight:600}.reveal,.reveal.visible{opacity:1}@media (max-width:1023px){h1{font-size:42px}h2{font-size:32px}h3{font-size:24px}.container{padding:0 var(--space-lg)}.section{padding:var(--space-2xl) 0}.hero-split{grid-template-columns:1fr}.hero-home{min-height:min(92vh,840px)}.hero-home .container{padding-left:var(--space-lg);padding-right:var(--space-lg)}.hero-content p{font-size:18px}.grid-4,.team-grid{grid-template-columns:repeat(2,1fr)}.team-grid>.team-member,.team-grid>.team-member:nth-child(4),.team-grid>.team-member:nth-child(5){grid-column:auto}.footer-grid{grid-template-columns:repeat(2,1fr)}.contact-split,.content-block{grid-template-columns:1fr}.content-block:nth-child(2n){direction:ltr}.tab-panel,.audience-cards{grid-template-columns:1fr}.getting-started-section{padding-top:var(--space-xl);padding-bottom:var(--space-xl)}.getting-started-flow{gap:12px}.getting-started-options{grid-template-columns:1fr;justify-items:center;gap:12px}.getting-started-options .flow-card{width:min(520px,100%)}.flow-or{min-width:52px;min-height:52px;font-size:17px}.flow-arrow{font-size:34px}.page-overlap{--hero-overlap-offset:40px}}@media (max-width:767px){h1{font-size:36px}h2{font-size:28px}h3{font-size:22px}body{font-size:16px}.container{padding:0 var(--space-md)}.section{padding:var(--space-xl) 0}.hero{min-height:calc(100vh + var(--hero-overlap-offset,24px));padding-top:calc(64px + var(--space-xl));padding-bottom:var(--space-xl)}.hero-home{min-height:calc(100vh + var(--hero-overlap-offset,24px));min-height:calc(100svh + var(--hero-overlap-offset,24px));padding-top:calc(64px + var(--space-lg));padding-bottom:var(--space-lg)}@supports (-webkit-touch-callout:none) and (not (height:100svh)){.hero-home{min-height:-webkit-fill-available}}.hero-home:before{background:linear-gradient(#faf3e3b8 0%,#faf3e3c7 28%,#faf3e3e6 58%,#faf3e3f7 100%)}.hero-home-bg img{object-position:64% center;filter:brightness()saturate(.92)}.hero-home .label{color:var(--rust)}.hero-home h1{color:var(--carrot-dark)}.hero-home .hero-content p{color:var(--rust);font-weight:500}.hero-home .btn-secondary{color:var(--rust);border-color:var(--carrot-dark);background:#faf3e3f0;font-weight:600}.hero-home .container{padding-left:var(--space-md);padding-right:var(--space-md)}.hero-home-content{margin-bottom:0}.home-deco-burst{width:70px;top:10%;left:-25px}.home-deco-arrow{width:200px;top:auto;bottom:40%;left:-20px}.hero-short{min-height:calc(100vh + var(--hero-overlap-offset,24px));padding-top:calc(64px + var(--space-xl))}.hero-short .hero-split .approach-photo{display:none}.hero-content p{font-size:16px}.btn-group{flex-direction:row;gap:10px}.btn-group .btn{flex:1 1 0;justify-content:center;min-width:0;padding:10px 12px;font-size:13px;line-height:1.2}.btn-group .btn span{display:none}.sponsor-logos{gap:var(--space-sm) var(--space-md);grid-template-columns:repeat(2,minmax(0,1fr))}.newsletter-section{padding:var(--space-xl) 0}.newsletter-section:before{background-position:58%}.newsletter-section:after{background:linear-gradient(#faf3e3c7 0%,#faf3e3a8 34%,#faf3e3d1 68%,#faf3e3f0 100%)}.newsletter-content{max-width:none}.newsletter-form{flex-direction:column;max-width:none}.newsletter-form .btn{justify-content:center;width:100%}.getting-started-section .section-header{margin-bottom:var(--space-md)}.flow-card{padding:var(--space-sm)}.flow-card p{max-width:36ch;font-size:14px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.stats-row{gap:var(--space-lg);flex-direction:column}.stat-divider{width:40px;height:1px}.stat-number{font-size:40px}.nav-links{display:none}.hamburger{display:flex}.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column}.tabs{gap:var(--space-md)}.team-grid{gap:var(--space-md);grid-template-columns:1fr 1fr}.phone-mockup{width:min(300px,100%)}.score-visual{width:220px;height:220px}.score-inner{width:170px;height:170px}.score-number{font-size:48px}.hero-individuals{background:var(--birch);grid-template-columns:1fr;min-height:auto;padding-top:64px;position:relative!important}.page-overlap .sticky-hero.hero-individuals~section,.page-overlap .sticky-hero.hero-individuals~footer{margin-top:0}.page-overlap .sticky-hero.hero-individuals+.sticky-hero-cover{padding-top:var(--space-xl);margin-top:0}.hero-individuals-left{padding:var(--space-xl) var(--space-md);text-align:center;align-items:center}.hero-individuals-left h1{font-size:32px}.hero-individuals-desc{max-width:none}.hero-individuals-features{text-align:left;align-items:flex-start}.hero-individuals-right{min-height:420px}.hero-individuals-right .phone-mockup{width:min(280px,70%);box-shadow:none;filter:none;background:0 0;border:none;outline:none}.page-overlap{--hero-overlap-offset:24px}.page-overlap .sticky-hero.hero-home{padding-bottom:calc(var(--space-lg) + var(--hero-overlap-offset))}.page-overlap .sticky-hero.hero-short{padding-bottom:calc(var(--space-xl) + var(--hero-overlap-offset))}.page-overlap .sticky-hero-cover{padding-top:calc(var(--space-xl) + var(--hero-overlap-offset));box-shadow:0 -12px 28px #63130014}}@media (max-width:767px) and (max-height:700px){.hero-home h1{font-size:28px}.hero-home .hero-content p{margin-bottom:var(--space-sm);font-size:14px}.hero-home .label{margin-bottom:var(--space-xs);font-size:12px}.btn-group{gap:8px}.btn-group .btn{padding:8px 10px;font-size:12px}}.cookie-banner{left:50%;bottom:var(--space-md);z-index:1000;width:calc(100% - 2 * var(--space-md));max-width:var(--max-width);align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-lg);background-color:var(--warm-white);border:1px solid var(--gold-30);border-radius:var(--border-radius);box-shadow:var(--shadow-lg);display:flex;position:fixed;transform:translate(-50%)}.cookie-banner__text{font-family:var(--font-body);color:var(--rust);flex:1;margin:0;font-size:15px;line-height:1.5}.cookie-banner__text a{color:var(--carrot-accessible);text-decoration:underline}.cookie-banner__actions{gap:var(--space-sm);flex-shrink:0;display:flex}.cookie-banner__btn{font-family:var(--font-body);border-radius:var(--border-radius-pill);border:2px solid var(--carrot-accessible);cursor:pointer;transition:all var(--transition-fast);padding:12px 28px;font-size:15px;font-weight:600}.cookie-banner__btn--accept{background-color:var(--carrot-accessible);color:var(--white)}.cookie-banner__btn--accept:hover{background-color:var(--carrot-dark);border-color:var(--carrot-dark)}.cookie-banner__btn--reject{color:var(--carrot-accessible);background-color:#0000}.cookie-banner__btn--reject:hover{background-color:var(--carrot-accessible);color:var(--white)}@media (max-width:768px){.cookie-banner{align-items:stretch;gap:var(--space-sm);padding:var(--space-md);bottom:var(--space-sm);width:calc(100% - 2 * var(--space-sm));flex-direction:column}.cookie-banner__actions{justify-content:stretch}.cookie-banner__btn{flex:1}}


