.hero{min-height:100vh;display:flex;align-items:center;padding:140px 0 100px;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:-1}.hero-bg-gradient{position:absolute;top:-20%;right:-10%;width:60%;height:120%;background:radial-gradient(ellipse at center,rgba(185,42,40,.06) 0%,transparent 60%)}.hero-bg-lines{position:absolute;inset:0;--grid-color: #d0d0d6;--grid-size: 28px;--dash-length: 4px;--dash-gap: 4px;mask-image:linear-gradient(to bottom,transparent 0%,transparent 60px,black 140px),radial-gradient(ellipse 40% 70% at 28% 52%,#0000000d,#00000059,#000),radial-gradient(ellipse 15% 65% at 50% 50%,#00000014,#0006,#000),radial-gradient(ellipse 30% 50% at 72% 50%,#0000000d,#00000059,#000);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,transparent 60px,black 140px),radial-gradient(ellipse 40% 70% at 28% 52%,rgba(0,0,0,.05) 0%,rgba(0,0,0,.35) 50%,black 100%),radial-gradient(ellipse 15% 65% at 50% 50%,rgba(0,0,0,.08) 0%,rgba(0,0,0,.4) 50%,black 100%),radial-gradient(ellipse 30% 50% at 72% 50%,rgba(0,0,0,.05) 0%,rgba(0,0,0,.35) 50%,black 100%);mask-composite:intersect;-webkit-mask-composite:source-in}.hero-bg-lines:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(to bottom,var(--grid-color) 0,var(--grid-color) var(--dash-length),transparent var(--dash-length),transparent calc(var(--dash-length) + var(--dash-gap)));background-size:var(--grid-size) calc(var(--dash-length) + var(--dash-gap));background-position:0 0;-webkit-mask-image:repeating-linear-gradient(to right,black 0,black 1px,transparent 1px,transparent var(--grid-size));mask-image:repeating-linear-gradient(to right,black 0,black 1px,transparent 1px,transparent var(--grid-size));-webkit-mask-size:var(--grid-size) 100%;mask-size:var(--grid-size) 100%;opacity:.4}.hero-bg-lines:after{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(to right,var(--grid-color) 0,var(--grid-color) var(--dash-length),transparent var(--dash-length),transparent calc(var(--dash-length) + var(--dash-gap)));background-size:calc(var(--dash-length) + var(--dash-gap)) var(--grid-size);background-position:0 0;-webkit-mask-image:repeating-linear-gradient(to bottom,black 0,black 1px,transparent 1px,transparent var(--grid-size));mask-image:repeating-linear-gradient(to bottom,black 0,black 1px,transparent 1px,transparent var(--grid-size));-webkit-mask-size:100% var(--grid-size);mask-size:100% var(--grid-size);opacity:.4}.hero-content{display:grid;grid-template-columns:1fr 1.1fr;gap:80px;align-items:center}.hero-text{max-width:560px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--white);border:1px solid var(--border);border-radius:100px;padding:8px 16px 8px 10px;font-size:14px;font-weight:500;color:var(--gray-600);margin-bottom:28px;animation:fadeDown .8s ease forwards}.hero-badge-dot{width:8px;height:8px;background:var(--success);border-radius:50%;animation:pulse 2s ease-in-out infinite}.hero h1{font-size:clamp(44px,5.5vw,68px);line-height:1.05;letter-spacing:-.035em;margin-bottom:24px;animation:fadeUp .8s ease .1s forwards;opacity:0}.hero h1 em{font-style:italic;color:var(--red)}.hero-description{font-size:19px;line-height:1.75;color:var(--gray-600);margin-bottom:36px;max-width:480px;animation:fadeUp .8s ease .2s forwards;opacity:0}.hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;animation:fadeUp .8s ease .3s forwards;opacity:0}.hero-actions-divider{color:var(--gray-400);font-size:15px}.hero-link{font-size:16px;font-weight:500;color:var(--gray-600);text-decoration:none;transition:color .2s}@media(hover:hover){.hero-link:hover{color:var(--charcoal)}.hero-link:hover span{transform:translate(3px)}}.hero-link span{display:inline-block;transition:transform .2s}.hero-demo{position:relative;animation:fadeUp .8s ease .5s forwards;opacity:0}.demo-card{background:var(--white);border-radius:16px;box-shadow:0 0 0 1px #0000000a,0 4px 6px #00000005,0 24px 48px #17171714;overflow:hidden}.demo-header{display:flex;align-items:center;justify-content:space-between;padding:20px 28px;background:var(--charcoal);color:#fff}.demo-header-left{display:flex;align-items:center;gap:12px}.demo-dots{display:flex;gap:6px}.demo-dots span{width:10px;height:10px;border-radius:50%;opacity:.4}.demo-dots span:first-child{background:#ff5f57;opacity:.8}.demo-dots span:nth-child(2){background:#febc2e;opacity:.8}.demo-dots span:last-child{background:#28c840;opacity:.8}.demo-title{font-size:14px;font-weight:500;opacity:.9}.demo-badge{font-size:12px;font-weight:500;padding:5px 12px 5px 10px;background:#16a34a26;border-radius:100px;display:flex;align-items:center;gap:5px;color:#4ade80}.demo-badge svg{flex-shrink:0}.demo-body{padding:32px;overflow:visible}.demo-question{margin-bottom:16px;padding-left:16px;border-left:2px solid var(--charcoal)}.demo-question-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-400);margin-bottom:8px}.demo-question-text{font-family:DM Sans,sans-serif;font-size:16px;color:var(--charcoal);font-weight:400;line-height:1.55;overflow-wrap:break-word;word-break:break-word}.demo-answer{background:var(--cream);border-radius:10px;padding:20px 22px;margin-bottom:24px}.demo-answer-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-400);margin-bottom:10px}.demo-answer-text{font-size:15px;color:var(--gray-600);line-height:1.7;font-style:italic;overflow-wrap:break-word;word-break:break-word}.demo-answer-text .highlight{color:var(--charcoal);font-weight:500;text-decoration:underline;text-decoration-color:#17171740;text-underline-offset:2px}.demo-divider{height:1px;background:var(--border);margin:28px 0}.demo-result{display:flex;gap:0;align-items:stretch;background:var(--cream);border-radius:12px;border:1px solid var(--border);position:relative}.demo-score{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 28px;background:var(--white);border-right:1px solid var(--border);min-width:100px}.demo-score-value{font-family:DM Sans,sans-serif;font-size:42px;font-weight:500;line-height:1;color:var(--charcoal);letter-spacing:-.02em}.demo-score-value span{font-size:22px;color:var(--gray-400);font-weight:400;letter-spacing:0}.demo-score-label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--gray-400);margin-top:4px;font-weight:500}.demo-feedback{flex:1;padding:18px 22px;display:flex;flex-direction:column;justify-content:center}.demo-feedback-header{display:flex;align-items:center;margin-bottom:12px}.demo-style-selector{display:flex;align-items:center;gap:6px;position:relative}.demo-style-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-400)}.demo-style-dropdown{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;background:var(--white);border:1px solid var(--red);border-radius:5px;font-family:inherit;font-size:12px;font-weight:500;color:var(--red);cursor:pointer;transition:all .15s ease}@media(hover:hover){.demo-style-dropdown:hover{background:#b92a280a}}.demo-style-dropdown svg{color:var(--red);opacity:.6;transition:transform .15s ease}.demo-style-selector.open .demo-style-dropdown svg{transform:rotate(180deg)}@keyframes pulse-attention{0%,to{box-shadow:0 0 #b92a2800}50%{box-shadow:0 0 0 4px #b92a2826}}.demo-style-dropdown.attention{animation:pulse-attention .8s ease-in-out 2}.demo-style-menu{position:absolute;top:calc(100% + 4px);left:0;background:var(--white);border:1px solid var(--border);border-radius:6px;box-shadow:0 4px 12px #0000001a;min-width:130px;z-index:10;opacity:0;visibility:hidden;transform:translateY(-4px);transition:all .15s ease}.demo-style-selector.open .demo-style-menu{opacity:1;visibility:visible;transform:translateY(0)}.demo-style-option{display:block;width:100%;padding:10px 14px;background:none;border:none;font-family:inherit;font-size:13px;font-weight:500;color:var(--gray-600);text-align:left;cursor:pointer;transition:all .1s ease}.demo-style-option:first-child{border-radius:5px 5px 0 0}.demo-style-option:last-child{border-radius:0 0 5px 5px}@media(hover:hover){.demo-style-option:hover{background:var(--cream);color:var(--charcoal)}}.demo-style-option.active{color:var(--red);background:#b92a280a}.demo-feedback-text{font-size:15px;color:var(--charcoal);line-height:1.65;transition:opacity .15s ease;overflow-wrap:break-word;word-break:break-word}.demo-feedback-text.fading{opacity:0}.demo-float{position:absolute;background:var(--white);border-radius:12px;padding:14px 18px;box-shadow:0 8px 32px #1717171f;border:1px solid var(--border)}.demo-float-1{top:60px;right:-50px;animation:float 5s ease-in-out infinite}.demo-float-2{bottom:-10px;left:-50px;animation:float 5s ease-in-out infinite 1.5s}@media(max-width:768px){.demo-float-1,.demo-float-2{display:none}}.demo-float-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:6px}.demo-float-icon.green{background:#2d6a4f1a;color:var(--success)}.demo-float-icon.burgundy{background:#b92a281a;color:var(--red)}.demo-float-icon svg{width:18px;height:18px}.demo-float-value{font-family:DM Sans,sans-serif;font-size:22px;font-weight:600;color:var(--charcoal);line-height:1}.demo-float-label{font-size:12px;color:var(--gray-400);margin-top:2px}.stats-strip{padding:36px 24px;background:linear-gradient(to right,var(--cream),var(--white) 50%,var(--cream));border-bottom:1px solid var(--border);box-shadow:0 4px 24px #00000008;position:relative}.stats-strip:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 10%,var(--red) 50%,transparent 90%);opacity:.5}.stats-strip:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.15;pointer-events:none}.stats-strip-inner{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}.stat-item{display:flex;align-items:baseline;gap:10px}.stat-value{font-family:DM Sans,sans-serif;font-size:28px;font-weight:600;color:var(--charcoal);letter-spacing:-.02em}.stat-label{font-size:15px;color:var(--gray-600)}.stat-dot{width:5px;height:5px;border-radius:50%;background:var(--red);flex-shrink:0;opacity:.6}@media(max-width:600px){.stats-strip{padding:28px 20px}.stats-strip-inner{gap:16px 28px}.stat-value{font-size:22px}.stat-label{font-size:14px}.stat-dot{display:none}}.problem{padding:140px 0;position:relative}.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.problem-text p{font-size:18px;line-height:1.8;color:var(--gray-600);margin-bottom:20px}.problem-text p:last-of-type{margin-bottom:0}.problem-visual{position:relative}.problem-cards{display:grid;gap:16px}.problem-card{background:var(--white);border-radius:16px;padding:24px;display:flex;gap:16px;align-items:flex-start;box-shadow:0 2px 8px #0000000a;border:1px solid var(--border);transition:all .3s}@media(hover:hover){.problem-card:hover{transform:translate(8px);border-color:var(--red);box-shadow:0 8px 24px #b92a2814}}.problem-card-icon{width:48px;height:48px;background:var(--cream);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.problem-card-icon svg{width:24px;height:24px;color:var(--red)}.problem-card h4{font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;margin-bottom:4px}.problem-card p{font-size:15px;color:var(--gray-400);line-height:1.55}.features{padding:140px 0;background:var(--charcoal);position:relative;overflow:hidden}.features:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--red),transparent)}.features-header{max-width:700px;margin-bottom:80px}.features .section-eyebrow{color:#fff9}.features .section-eyebrow:before{background:#ffffff4d}.section-title-features{font-family:Heading Numbers,Cormorant Garamond,serif;font-size:clamp(36px,5vw,52px);font-weight:500;line-height:1.1;letter-spacing:-.03em;margin-bottom:20px;color:var(--white)}.section-title-features em{font-style:italic;color:var(--red)}.section-description{font-size:18px;line-height:1.7;color:#fff9}.feature-showcase{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;margin-bottom:24px}.feature-card{position:relative;background:var(--white);border-radius:24px;padding:48px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--red),var(--red-dark));transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}@media(hover:hover){.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 60px #0000001a}.feature-card:hover:before{transform:scaleX(1)}}.feature-card-red:before,.feature-card-dark:before{display:none}.feature-card-large{min-height:400px;display:flex;flex-direction:column}.feature-card-red{background:var(--red);color:#fff}.feature-card-red .feature-eyebrow{color:#ffffffb3}.feature-card-red .feature-description{color:#fffc}.feature-card-dark{background:var(--charcoal-light);color:#fff;border:1px solid rgba(255,255,255,.08)}.feature-card-dark .feature-eyebrow,.feature-card-dark .feature-description{color:var(--gray-400)}.feature-eyebrow{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--red);margin-bottom:16px}.feature-card h3{font-family:Heading Numbers,Cormorant Garamond,serif;font-size:28px;font-weight:500;margin-bottom:12px;line-height:1.2;letter-spacing:-.02em;color:var(--charcoal)}.feature-card-red h3,.feature-card-dark h3{color:#fff}.feature-description{font-size:15px;line-height:1.7;color:var(--gray-600);max-width:400px}.feature-visual{margin-top:auto;padding-top:32px}.feature-visual-feedback{display:flex;flex-direction:column;gap:12px}.feedback-bubble{background:var(--white);border-radius:12px;padding:14px 18px;font-size:14px;box-shadow:0 2px 8px #0000000f;position:relative;animation:slideIn .5s ease backwards}.feedback-bubble:nth-child(1){animation-delay:.1s}.feedback-bubble:nth-child(2){animation-delay:.2s;margin-left:20px}.feedback-bubble:nth-child(3){animation-delay:.3s}.feedback-bubble-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--red);margin-bottom:4px}.feature-visual-types{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.type-tag{background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:8px 16px;font-size:14px;font-weight:500}.feature-card-red .type-tag{background:#fff3;border-color:#ffffff4d}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card-sm{padding:36px;min-height:280px}.feature-icon{width:56px;height:56px;background:var(--white);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 2px 8px #0000000f}.feature-icon svg{width:28px;height:28px;color:var(--red)}.feature-card-sm h3{font-size:22px;margin-bottom:10px}.feature-card-dark .feature-icon{background:#ffffff1a}.feature-card-dark .feature-icon svg{color:var(--red)}.feature-card-red .feature-icon{background:#fff3}.feature-card-red .feature-icon svg{color:#fff}.how-it-works{padding:140px 0;background:var(--white);position:relative}.how-it-works-header{text-align:center;max-width:600px;margin:0 auto 80px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;position:relative}.steps:before{content:"";position:absolute;top:48px;left:20%;right:20%;height:2px;background:linear-gradient(90deg,var(--red),var(--border),var(--red))}.step{text-align:center;position:relative}.step-number{width:96px;height:96px;margin:0 auto 28px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:DM Sans,sans-serif;font-size:42px;font-weight:500;color:var(--red);box-shadow:0 4px 20px #0000000f;border:2px solid var(--border);position:relative;z-index:1;transition:all .3s}@media(hover:hover){.step:hover .step-number{border-color:var(--red);transform:scale(1.05);box-shadow:0 8px 32px #b92a2826}}.step h3{font-size:26px;margin-bottom:12px}.step p{font-size:15px;color:var(--gray-600);line-height:1.65;max-width:280px;margin:0 auto}.testimonials{padding:140px 0;background:var(--cream);position:relative}.testimonials-header{text-align:center;max-width:600px;margin:0 auto 64px}.testimonial-featured{background:var(--white);border-radius:20px;padding:56px;max-width:900px;margin:0 auto 48px;box-shadow:0 4px 24px #0000000a;border:1px solid var(--border);position:relative}.testimonial-featured:before{content:'"';position:absolute;top:32px;left:48px;font-family:Heading Numbers,Cormorant Garamond,serif;font-size:140px;line-height:1;color:var(--white)}.testimonial-quote{font-family:DM Sans,sans-serif;font-size:20px;font-weight:400;line-height:1.7;color:var(--gray-600);margin-bottom:32px;position:relative;z-index:1}.testimonial-author{display:flex;align-items:center;gap:16px}.testimonial-avatar{width:56px;height:56px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Heading Numbers,Cormorant Garamond,serif;font-size:20px;font-weight:600;color:#fff}.testimonial-info h4{font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;color:var(--charcoal);margin-bottom:2px}.testimonial-info p{font-size:15px;color:var(--gray-400)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto}.testimonial-card{background:var(--white);border-radius:16px;padding:32px;box-shadow:0 2px 12px #00000008;border:1px solid var(--border);transition:all .3s}@media(hover:hover){.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000000f}}.testimonial-card .testimonial-quote{font-size:16px;font-family:DM Sans,sans-serif;line-height:1.7;color:var(--gray-600);margin-bottom:24px}.testimonial-card .testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-card .testimonial-avatar{width:44px;height:44px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:#fff}.testimonial-card .testimonial-avatar.v2{background:var(--charcoal)}.testimonial-card .testimonial-avatar.v3{background:var(--gray-600)}.testimonial-card .testimonial-info h4{font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;color:var(--charcoal);margin-bottom:2px}.testimonial-card .testimonial-info p{font-size:14px;color:var(--gray-400)}.privacy{padding:180px 0 140px;background:var(--white);position:relative}.privacy-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.privacy-content .section-title{font-size:clamp(32px,4vw,44px)}.privacy-content>p{font-size:17px;line-height:1.7;color:var(--gray-600);margin-bottom:40px}.privacy-features{display:flex;flex-direction:column;gap:24px}.privacy-feature{display:flex;gap:16px;align-items:flex-start}.privacy-feature-icon{width:48px;height:48px;background:#b92a2814;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.privacy-feature-icon svg{width:24px;height:24px;color:var(--red)}.privacy-feature h4{font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;margin-bottom:4px;color:var(--charcoal)}.privacy-feature p{font-size:15px;color:var(--gray-400);line-height:1.5}.privacy-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:420px;width:100%;max-width:420px;margin:0 auto}.privacy-connectors{position:absolute;inset:0;width:100%;height:100%;color:var(--gray-400);z-index:0;pointer-events:none}.privacy-connectors circle{fill:var(--gray-400)}.privacy-connectors line{stroke:var(--gray-400);stroke-width:1.5}.privacy-shield{width:180px;height:220px;background:var(--charcoal);border-radius:90px 90px 110px 110px;display:flex;align-items:center;justify-content:center;box-shadow:0 24px 64px #17171733,0 0 0 1px #ffffff0d inset;position:relative;z-index:2}.privacy-shield svg{width:72px;height:72px;color:#fff}.privacy-badge{position:absolute;background:var(--white);border-radius:14px;padding:16px 20px;box-shadow:0 4px 16px #0000000f,0 0 0 1px var(--border);text-align:center;min-width:110px;z-index:1;transition:box-shadow .3s ease,transform .3s ease}@media(hover:hover){.privacy-badge:hover{box-shadow:0 8px 24px #0000001a,0 0 0 1px var(--red);transform:translateY(-2px)}}.privacy-badge-1{top:6%;left:0}.privacy-badge-2{top:32%;right:-8%}.privacy-badge-3{bottom:8%;left:0}.privacy-badge-title{font-family:Cormorant Garamond,Georgia,serif;font-size:17px;font-weight:700;color:var(--charcoal);margin-bottom:2px;letter-spacing:-.01em}.privacy-badge-sub{font-size:12px;color:var(--gray-400);font-weight:500}.faq{padding:140px 0;background:var(--cream)}.faq-container{display:grid;grid-template-columns:1fr 1.4fr;gap:80px;align-items:start}.faq-header{position:sticky;top:120px}@media(max-width:768px){.faq-header{top:80px}}.faq-header p{font-size:17px;color:var(--gray-600);line-height:1.7;margin-bottom:24px}.faq-list{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #00000008;border:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;padding:24px 28px;display:flex;justify-content:space-between;align-items:center;background:none;border:none;cursor:pointer;text-align:left;transition:background .3s}@media(hover:hover){.faq-question:hover{background:var(--cream)}}.faq-question h3{font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;color:var(--charcoal);padding-right:16px}.faq-icon{width:28px;height:28px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s}.faq-icon svg{width:14px;height:14px;color:var(--red);transition:transform .3s}.faq-item.active .faq-icon{background:var(--red)}.faq-item.active .faq-icon svg{color:#fff;transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.faq-item.active .faq-answer{max-height:500px}.faq-answer-inner{padding:0 28px 24px}.faq-answer p{font-size:15px;color:var(--gray-600);line-height:1.7}.cta{padding:120px 0;background:var(--red);position:relative;overflow:hidden}.cta:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(255,255,255,.1) 0%,transparent 60%)}.cta-content{text-align:center;max-width:700px;margin:0 auto;padding:0 clamp(20px,5vw,40px);position:relative}.cta .cta-content h2{font-size:clamp(36px,5vw,52px);color:#fff;margin-bottom:20px}.cta .cta-content h2 em{color:#fff;font-style:italic}.cta .cta-content p{font-size:19px;color:#fffc;margin-bottom:36px;line-height:1.7}.cta-actions{display:flex;align-items:center;gap:16px;justify-content:center;flex-wrap:wrap}.cta-divider{color:#ffffff80;font-size:15px}.cta-link{font-size:16px;font-weight:500;color:#ffffffb3;text-decoration:none;transition:color .2s}@media(hover:hover){.cta-link:hover{color:#fff}.cta-link:hover span{transform:translate(3px)}}.cta-link span{display:inline-block;transition:transform .2s}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;gap:60px}.hero-demo{max-width:540px;margin:0 auto}.demo-float-1{right:-10px}.demo-float-2{left:-10px}.problem-grid,.privacy-grid{grid-template-columns:1fr;gap:60px}.feature-showcase{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr 1fr}.testimonials-grid{grid-template-columns:1fr}.faq-container{grid-template-columns:1fr;gap:48px}.faq-header{position:static}}@media(max-width:768px){.hero{padding:120px 0 80px}.hero h1{font-size:38px;letter-spacing:-.025em;line-height:1.08}.hero-description{font-size:17px;line-height:1.7}.section-title-features{font-size:32px;letter-spacing:-.025em}.trust-content{gap:32px}.trust-divider{display:none}.feature-showcase,.feature-grid,.steps{grid-template-columns:1fr}.feature-card-large{min-height:auto}.feature-card h3{font-size:26px}.steps:before{display:none}.step h3{font-size:24px}.testimonial-featured{padding:32px;border-radius:16px;margin-bottom:24px}.testimonial-featured:before{display:none}.testimonial-featured .testimonial-quote{font-size:16px;font-family:DM Sans,sans-serif;line-height:1.7;letter-spacing:normal;color:var(--gray-600);margin-bottom:24px}.testimonial-featured .testimonial-avatar{width:44px;height:44px;font-size:16px}.testimonial-featured .testimonial-info h4{font-size:15px}.testimonial-featured .testimonial-info p{font-size:14px}.privacy-connectors{display:none}.privacy-visual{display:grid;grid-template-columns:repeat(3,auto);justify-content:center;justify-items:center;gap:8px;row-gap:16px;min-height:auto;padding:24px 0;max-width:100%}.privacy-shield{grid-column:1 / -1;width:100px;height:120px;border-radius:50px 50px 60px 60px;margin-bottom:4px}.privacy-shield svg{width:40px;height:40px}.privacy-badge{position:static;display:inline-flex;align-items:center;gap:6px;min-width:auto;padding:8px 12px;border-radius:20px;box-shadow:0 2px 8px #0000000a,0 0 0 1px var(--border)}.privacy-badge-1,.privacy-badge-2,.privacy-badge-3{position:static}.privacy-badge-title{font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;margin-bottom:0}.privacy-badge-sub{font-size:11px;color:var(--gray-400)}}.modal-overlay{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1001;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;padding:1rem}.modal-overlay.active{opacity:1;visibility:visible}.modal-content{background:var(--white);border-radius:16px;max-width:440px;width:100%;max-height:90vh;overflow-y:auto;padding:2.5rem;position:relative;transform:translateY(20px) scale(.95);transition:transform .3s ease;box-shadow:0 25px 50px -12px #00000040}.modal-overlay.active .modal-content{transform:translateY(0) scale(1)}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--gray-400);transition:color .2s ease;border-radius:8px}@media(hover:hover){.modal-close:hover{color:var(--charcoal);background:var(--cream)}}.modal-header{text-align:center;margin-bottom:2rem}.modal-header h2{font-family:Heading Numbers,Cormorant Garamond,Georgia,serif;font-size:1.75rem;font-weight:600;color:var(--charcoal);margin-bottom:.5rem}.modal-header h2 em{color:var(--red);font-style:italic}.modal-header p{color:var(--gray-600);font-size:.95rem}.modal-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:var(--charcoal)}.form-group .required{color:var(--red)}.form-group .optional{color:var(--gray-400);font-weight:400}.form-group input,.form-group select{padding:.875rem 1rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;font-family:inherit;background:var(--white);color:var(--charcoal);transition:border-color .2s ease,box-shadow .2s ease}.form-group input::placeholder{color:var(--gray-400)}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px #b92a281a}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2352525b' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.modal-form .btn{margin-top:.5rem;width:100%;justify-content:center}#signup-btn-loading{display:inline-flex;align-items:center;gap:.5rem}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-success{text-align:center;padding:1rem 0}.success-icon{margin-bottom:1rem}.modal-success h3{font-family:Heading Numbers,Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:600;color:var(--charcoal);margin-bottom:.5rem}.modal-success p{color:var(--gray-600);margin-bottom:1.5rem}.modal-success .btn{margin:0 auto}.modal-error{text-align:center;padding:1rem;background:#fef2f2;border-radius:8px;margin-top:1rem}.modal-error p{color:var(--red);margin:0}.modal-error a{color:var(--red);font-weight:500}.demo-nudge{font-size:.875rem;color:var(--gray-400);margin-bottom:1rem}.link-btn{background:none;border:none;color:var(--red);font-size:inherit;font-family:inherit;cursor:pointer;text-decoration:underline;padding:0}@media(hover:hover){.link-btn:hover{color:var(--red-dark)}}@media(max-width:480px){.modal-content{padding:1.5rem;margin:.5rem}.modal-header h2{font-size:1.5rem}}@media(max-width:360px){.modal-content{padding:1rem}.modal-header h2{font-size:1.25rem}}@media(max-width:480px){.hero-badge{font-size:12px;padding:6px 12px 6px 8px;gap:6px}.demo-body{padding:20px}.demo-header{padding:16px 20px}.demo-result{flex-direction:column}.demo-score{flex-direction:row;justify-content:center;gap:12px;padding:16px 20px;border-right:none;border-bottom:1px solid var(--border);min-width:auto}.demo-score-value{font-size:32px}.demo-score-label{margin-top:0;align-self:center}.demo-feedback{padding:16px 20px}.demo-feedback-text{font-size:14px}.demo-question-text{font-size:15px}.demo-answer-text{font-size:14px}}@media(max-width:420px){.faq-question{padding:20px}.faq-answer-inner{padding:0 20px 20px}.testimonial-card{padding:24px}.problem-card{padding:20px}.feature-card{padding:28px}.feature-card-sm{padding:24px}}@media(max-width:320px){.hero h1{font-size:32px}.hero-description{font-size:15px}.hero-badge{font-size:11px}.demo-score-value{font-size:28px}.privacy-visual{grid-template-columns:1fr}.privacy-badge{justify-self:center}}
