.landing-page{position:relative;overflow-x:clip;padding:var(--space-7) var(--space-6) var(--space-10);background:var(--bg-muted, #f1f5f9);--text-base: 1rem;--sp-bg: #f6f7fb;--sp-surface-1: #ffffff;--sp-surface-2: #f0f2fa;--sp-text: #151a2b;--sp-text-muted: #4c587f;--sp-text-subtle: #7b86ad;--sp-border: #d7dced;--sp-border-strong: #c7cde3}.landing-page:before,.landing-page:after{content:"";position:absolute;z-index:var(--z-base);pointer-events:none}.landing-page:before{width:520px;height:520px;right:-120px;top:-180px;border-radius:50%;background:radial-gradient(circle,rgba(34,211,238,.15),rgba(99,102,241,.08),transparent 70%)}.landing-page:after{width:420px;height:420px;left:-140px;top:420px;border-radius:50%;background:radial-gradient(circle,rgba(168,85,247,.15),rgba(99,102,241,.08),transparent 70%)}.landing-container{max-width:1120px;margin:0 auto;position:relative;z-index:var(--z-base)}.landing-banner-horiz{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.55rem 1rem;background:linear-gradient(90deg,#f97316,#ea580c);color:#fff;font-size:.85rem;font-weight:500;text-align:center;flex-wrap:wrap}.landing-banner-horiz-icon{font-size:1rem;line-height:1}.landing-banner-horiz-text strong{font-weight:700}.landing-banner-horiz-cta{background:#ffffff2e;color:#fff;padding:.25rem .7rem;border-radius:var(--radius-pill);font-weight:600;text-decoration:none;font-size:.8rem;transition:background .15s;white-space:nowrap}.landing-banner-horiz-cta:hover{background:#ffffff4d}@media (max-width: 640px){.landing-banner-horiz{font-size:.78rem;padding:.45rem .75rem}}.landing-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-5);padding-bottom:var(--space-6);position:relative;z-index:var(--z-header)}.landing-logo{font-family:var(--font-display);font-weight:var(--weight-semibold);font-size:1.2rem;letter-spacing:.02em;display:inline-flex;align-items:center;gap:.6rem;min-height:var(--tap-target, 44px)}.landing-logo svg{flex-shrink:0}.sparto-wordmark{font-size:1.5rem;font-weight:var(--weight-bold);color:var(--text);letter-spacing:-.02em}.sparto-wordmark--light{color:#f5f5f0}.sparto-o{background:linear-gradient(135deg,var(--accent) 0%,var(--purple) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sparto-tagline{font-size:.72rem;color:var(--muted);letter-spacing:.02em}.sparto-tagline--light{color:#ffffff8c}.landing-logo-mark{width:28px;height:28px;-o-object-fit:contain;object-fit:contain;display:block}.landing-logo-img{height:22px;width:auto;display:block}.landing-actions{display:flex;gap:var(--space-3)}.landing-nav{display:none}@media (min-width: 900px){.landing-nav{display:flex;align-items:center;gap:var(--space-2);margin-left:auto}.landing-nav a{display:inline-flex;align-items:center;min-height:var(--tap-target, 44px);padding:.35rem .8rem;border-radius:var(--radius-pill);font-size:.92rem;font-weight:var(--weight-medium);color:var(--muted);text-decoration:none;transition:background .15s,color .15s}.landing-nav a{position:relative;isolation:isolate}.landing-nav a:before{content:"";position:absolute;left:0;right:0;top:50%;height:40px;transform:translateY(-50%);border-radius:var(--radius-pill);background:transparent;z-index:-1;transition:background .15s}.landing-nav a:hover:before{background:#6366f117}.landing-nav a:hover{color:var(--accent)}}@media (prefers-reduced-motion: reduce){.landing-nav a{transition:none}}.landing-burger{display:none;position:relative;width:44px;height:44px;border:none;background:transparent;cursor:pointer;padding:0;border-radius:var(--radius-md);flex-shrink:0}.landing-burger:hover{background:#0f172a0f}.landing-burger span{position:absolute;left:9px;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .25s ease,opacity .2s ease,top .25s ease}.landing-burger span:nth-child(1){top:13px}.landing-burger span:nth-child(2){top:19px}.landing-burger span:nth-child(3){top:25px}.landing-burger.is-open span:nth-child(1){top:19px;transform:rotate(45deg)}.landing-burger.is-open span:nth-child(2){opacity:0}.landing-burger.is-open span:nth-child(3){top:19px;transform:rotate(-45deg)}.landing-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .25s ease}.landing-mobile-menu.is-open{opacity:1;pointer-events:auto}.landing-mobile-menu-panel{position:absolute;top:0;right:0;bottom:0;width:min(320px,85vw);background:#fff;box-shadow:-20px 0 60px -20px #0f172a40;padding:5rem 1.5rem 2rem;display:flex;flex-direction:column;gap:var(--space-5);transform:translate(100%);transition:transform .3s cubic-bezier(.32,.72,0,1)}.landing-mobile-menu.is-open .landing-mobile-menu-panel{transform:translate(0)}.landing-mobile-nav{display:flex;flex-direction:column;gap:.25rem}.landing-mobile-nav a{padding:.85rem .75rem;font-size:1rem;font-weight:500;color:var(--text);border-radius:var(--radius-md);transition:background .2s ease}.landing-mobile-nav a:hover,.landing-mobile-nav a:active{background:#6366f114;color:var(--accent-strong)}.landing-mobile-actions{display:flex;flex-direction:column;gap:var(--space-2);margin-top:auto;padding-top:var(--space-4);border-top:1px solid rgba(15,23,42,.08)}.landing-mobile-actions .landing-button{width:100%;justify-content:center;padding:.85rem 1.2rem;font-size:.95rem}.landing-button{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.4rem;border-radius:var(--radius-pill);border:1px solid transparent;font-weight:var(--weight-semibold);font-size:var(--text-sm);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.landing-button--primary{background:linear-gradient(135deg,var(--accent) 0%,#4338ca 100%);color:#fff;box-shadow:0 18px 32px -18px #6366f1b3}.landing-button--primary:hover{transform:translateY(-2px);background:linear-gradient(135deg,var(--accent-strong) 0%,#3730a3 100%);box-shadow:0 22px 40px -18px #6366f1cc}.landing-account-avatar{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border-radius:50%;background:linear-gradient(135deg,var(--accent) 0%,#4338ca 100%);color:#fff;font-size:.85rem;font-weight:700;letter-spacing:.02em;text-decoration:none;box-shadow:0 6px 16px -8px #6366f1b3;transition:transform .2s ease,box-shadow .2s ease}.landing-account-avatar:hover{transform:translateY(-2px);box-shadow:0 10px 22px -8px #6366f1cc}.landing-button--secondary{background:#ffffffe6;border-color:var(--border);color:var(--text)}.landing-button--ghost{background:transparent;border-color:#0f172a1f;color:var(--text)}.landing-hero{display:grid;grid-template-columns:1.1fr .9fr;grid-template-areas:"content card" "trust   card";-moz-column-gap:var(--space-10);column-gap:var(--space-10);row-gap:var(--space-5);align-items:start;align-content:center;padding:var(--space-8) 0 var(--space-12);min-height:56vh;z-index:20}.landing-hero-content{grid-area:content}.landing-hero>.hero-estimator-card{grid-area:card;align-self:center}.landing-hero>.hero-proof-strip{grid-area:proof}.landing-hero>.hero-trust-inline{grid-area:trust}.landing-hero-content{animation:landing-rise .7s var(--ease-out) both}.landing-hero-content .landing-lead{animation:landing-rise .5s var(--ease-out) 1.5s both}@media (min-width: 560px) and (max-width: 1099px){.landing-hero{align-items:center}.landing-hero-content{width:100%;text-align:center}}.landing-hero-content h1{font-size:clamp(2.8rem,5.5vw,4.2rem);margin:var(--space-4) 0 var(--space-5);line-height:1.08;letter-spacing:-.035em;font-weight:var(--weight-bold)}.landing-hero-content h1 strong{position:relative;display:inline-block}.landing-hero-content h1 strong:after{content:"";position:absolute;bottom:.08em;left:0;right:0;height:.35em;background:linear-gradient(90deg,#6366f140,#a855f740);z-index:-1;border-radius:2px}.landing-lead{font-size:1.15rem;color:var(--muted);max-width:520px;line-height:1.75;font-weight:var(--weight-normal)}.landing-pill{display:inline-flex;align-items:center;padding:.3rem .75rem;border-radius:var(--radius-pill);background:#6366f11f;color:var(--accent-strong);font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.08em}.landing-cta-row{margin-top:var(--space-5);display:flex;gap:var(--space-3);flex-wrap:wrap}.landing-metrics{margin-top:var(--space-6);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4);font-size:var(--text-sm);color:var(--muted)}.landing-metrics strong{display:block;font-size:1.15rem;color:var(--text)}.landing-hero-visual{animation:landing-rise .7s var(--ease-out) both;animation-delay:.1s}.hero-card{border-radius:var(--radius-xl);padding:var(--space-6);background:linear-gradient(165deg,#fff,#f8fafa);box-shadow:0 30px 60px -30px #0f172a40,0 15px 30px -15px #0f172a1a;border:1px solid rgba(15,23,42,.06)}.hero-card-header{display:flex;gap:6px;margin-bottom:var(--space-4)}.hero-dot{width:10px;height:10px;border-radius:50%;background:#0f172a33}.hero-card-body{display:grid;gap:var(--space-4)}.hero-kpi{background:#fff;border-radius:var(--radius-lg);padding:var(--space-4);border:1px solid rgba(15,23,42,.08)}.hero-kpi span{display:block;color:var(--muted);font-size:var(--text-xs)}.hero-kpi strong{font-size:1.4rem}.hero-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3)}.hero-cell{height:46px;border-radius:var(--radius-md);background:#6366f11a}.hero-bars{display:flex;gap:var(--space-2);align-items:flex-end}.hero-bars span{width:20%;height:48px;border-radius:var(--radius-sm);background:#a855f799}.hero-bars span:nth-child(2){height:68px;background:#6366f180}.hero-bars span:nth-child(3){height:36px}.landing-section{padding:var(--space-10) 0;scroll-margin-top:100px}.landing-section-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-3);margin-bottom:var(--space-8);max-width:700px;margin-left:auto;margin-right:auto}.landing-section-header h2{font-size:clamp(1.9rem,3.5vw,2.6rem);letter-spacing:-.025em;margin:0;font-weight:var(--weight-bold);line-height:1.15}.landing-section-header p{color:var(--muted);max-width:560px;font-size:var(--text-base);line-height:1.6;margin:0}.landing-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-5)}.landing-feature-card{padding:var(--space-5);border-radius:var(--radius-lg);background:#fff;border:1px solid rgba(15,23,42,.06);box-shadow:0 8px 30px -12px #0f172a1a;animation:landing-rise .6s var(--ease-out) both;animation-delay:var(--delay, 0ms);transition:transform .25s ease,box-shadow .25s ease}.landing-feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px -15px #0f172a26}.landing-icon{width:48px;height:48px;border-radius:var(--radius-md);background:linear-gradient(135deg,#6366f124,#6366f114);color:var(--accent-strong);display:grid;place-items:center;margin-bottom:var(--space-3);box-shadow:0 4px 12px -4px #6366f11f}.landing-icon svg{width:24px;height:24px}.landing-workflow{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-7);align-items:center}.workflow-visual{display:grid;place-items:center}.workflow-card{width:100%;max-width:380px;border-radius:var(--radius-xl);padding:var(--space-6);background:#0f172ad9;color:#fff;display:grid;gap:var(--space-3);box-shadow:0 24px 46px -34px #0f172ab3}.workflow-card-line{height:10px;border-radius:var(--radius-pill);background:#fff3}.workflow-card-chart{height:120px;border-radius:var(--radius-lg);background:linear-gradient(120deg,#a855f7cc,#6366f1e6)}.workflow-steps ol{list-style:none;padding:0;margin:var(--space-5) 0 0;display:grid;gap:var(--space-4)}.workflow-steps li{display:flex;gap:var(--space-4);align-items:flex-start;animation:landing-rise .6s var(--ease-out) both;animation-delay:var(--delay, 0ms)}.step-index{width:36px;height:36px;border-radius:var(--radius-md);background:#6366f11f;color:var(--accent-strong);font-weight:var(--weight-semibold);display:grid;place-items:center;flex-shrink:0}.landing-testimonials{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-5)}.testimonial-card{padding:var(--space-5);border-radius:var(--radius-lg);background:#ffffffe6;border:1px solid rgba(15,23,42,.08);animation:landing-rise .6s var(--ease-out) both;animation-delay:var(--delay, 0ms)}.testimonial-card blockquote{margin:0 0 var(--space-4);color:var(--text)}.testimonial-card figcaption span{display:block;color:var(--muted);font-size:var(--text-sm)}.landing-feature-matrix{max-width:800px;margin:0 auto 2rem}.landing-feature-table-simple-row--header{background:#0f1129!important;color:#fff}.landing-feature-table-simple-row--header .landing-feature-table-simple-cell{font-size:.85rem;font-weight:700;color:#fff}.landing-feature-table-simple{display:flex;flex-direction:column;background:#fff;border-radius:var(--radius-md);overflow:hidden;box-shadow:0 2px 12px -4px #0f172a14;border:1px solid rgba(15,23,42,.06)}.landing-feature-table-simple-row{display:grid;grid-template-columns:2fr 1fr 1fr;align-items:center;border-bottom:1px solid rgba(15,23,42,.05)}.landing-feature-table-simple-row:last-child{border-bottom:none}.landing-feature-table-simple-row:nth-child(2n){background:#0f172a05}.landing-feature-table-simple-label{padding:.7rem 1.1rem;font-size:.85rem;font-weight:500;color:var(--text)}.landing-feature-table-simple-cell{padding:.7rem .5rem;text-align:center;display:flex;align-items:center;justify-content:center}.landing-feature-table-text{font-size:.78rem;font-weight:700;color:var(--text)}@media (max-width: 768px){.landing-feature-table-simple-row{grid-template-columns:1.6fr 1fr 1fr}.landing-feature-table-simple-label{padding:.55rem .7rem;font-size:.72rem}.landing-feature-table-simple-cell{padding:.55rem .3rem}.landing-feature-table-text{font-size:.7rem}}.landing-pricing{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-6);width:100%;margin:0 auto;align-items:stretch}.pricing-card{padding:2.5rem 2.25rem;border-radius:var(--radius-xl);border:1px solid rgba(15,23,42,.1);background:#fff;display:flex;flex-direction:column;gap:var(--space-4);animation:landing-rise .6s var(--ease-out) both;animation-delay:var(--delay, 0ms);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;box-shadow:0 4px 20px -8px #0f172a14}.pricing-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px -15px #0f172a2e;border-color:#6366f133}.pricing-card.is-featured{border-color:var(--accent);border-width:2px;box-shadow:0 30px 60px -25px #6366f166;background:linear-gradient(165deg,#fff,#6366f114);transform:scale(1.04);z-index:1}.pricing-card.is-featured:hover{transform:scale(1.04) translateY(-6px);box-shadow:0 35px 70px -30px #6366f173}.pricing-card ul{margin:0;padding:0 0 0 1.1rem;color:var(--muted)}.pricing-card li{margin-bottom:.4rem}.landing-dots{display:flex;justify-content:center;align-items:center;gap:.35rem;margin-bottom:.6rem}.landing-dot{position:relative;width:24px;height:24px;padding:0;border:0;background:none;cursor:pointer}.landing-dot:before{content:"";position:absolute;inset:50% auto auto 50%;width:7px;height:7px;transform:translate(-50%,-50%);border-radius:50%;background:var(--border-strong, #cbd5e1);transition:background .2s ease,width .2s ease}.landing-dot.is-active:before{width:18px;border-radius:999px;background:var(--accent, #6366f1)}.landing-resources{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-5)}.resource-card{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-5);border-radius:var(--radius-lg);background:#fffc;border:1px solid rgba(15,23,42,.08);animation:landing-rise .6s var(--ease-out) both;animation-delay:var(--delay, 0ms);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.resource-card:hover{transform:translateY(-3px);border-color:var(--accent);box-shadow:0 14px 32px -14px #6366f159}.resource-link{display:inline-flex;margin-top:var(--space-3);color:var(--accent-strong);font-weight:var(--weight-semibold)}.landing-faq{display:grid;gap:var(--space-3);max-width:780px;margin:0 auto}.landing-faq details{border-radius:var(--radius-lg);background:#fffc;border:1px solid rgba(15,23,42,.08);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.landing-faq details[open]{border-color:var(--accent);box-shadow:0 14px 32px -14px #6366f140}.landing-faq summary{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-4) var(--space-5);cursor:pointer;font-weight:var(--weight-semibold);list-style:none}.landing-faq summary::-webkit-details-marker{display:none}.landing-faq summary:after{content:"+";flex:0 0 auto;font-size:1.5rem;font-weight:400;line-height:1;color:var(--accent-strong);transition:transform .25s ease}.landing-faq details[open] summary:after{transform:rotate(45deg)}.landing-faq p{margin:0;padding:0 var(--space-5) var(--space-4);color:var(--muted);line-height:1.65;animation:faq-reveal .25s ease}@keyframes faq-reveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.faq-contact{margin:var(--space-5) auto 0;max-width:780px;text-align:center;color:var(--muted);font-size:var(--text-sm)}.faq-contact a{color:var(--accent-strong);font-weight:var(--weight-semibold)}@media (prefers-reduced-motion: reduce){.landing-faq p{animation:none}}.resource-logo{height:36px;width:auto;align-self:flex-start;-o-object-fit:contain;object-fit:contain;margin-bottom:var(--space-2);opacity:.92;transition:opacity .2s ease,transform .2s ease}.resource-logo--tall{height:46px}.resource-card:hover .resource-logo{opacity:1}.resource-card h3{margin:0;font-size:var(--text-base)}.resource-card p{margin:0;color:var(--muted);font-size:.875rem}.resource-org{display:block;margin-top:auto;padding-top:var(--space-3);font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.06em;color:var(--accent-strong)}.hero-gradient{display:block;background:linear-gradient(135deg,var(--accent) 0%,var(--purple) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-button--large{padding:1rem 2.2rem;font-size:var(--text-base);display:inline-flex;align-items:center;gap:.5rem}.landing-button--large svg{transition:transform .2s ease}.landing-button--large:hover svg{transform:translate(4px)}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;padding:0;font-size:var(--text-sm);color:var(--accent-strong);font-weight:var(--weight-medium);margin-bottom:var(--space-4)}.hero-badge-live{width:8px;height:8px;border-radius:50%;background:#16a34a;animation:pulse-live 2s infinite}@keyframes pulse-live{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.hero-cta-group{display:flex;flex-direction:column;gap:var(--space-3);align-items:flex-start}.hero-cta-note{display:flex;align-items:center;gap:.5rem;font-size:var(--text-sm);color:var(--muted);margin:0}.hero-cta-note svg{color:var(--accent)}.hero-stats-card{background:#fff;border-radius:var(--radius-xl);padding:var(--space-6);border:1px solid rgba(15,23,42,.06);box-shadow:0 30px 60px -25px #0f172a33,0 10px 20px -10px #0f172a14;animation:landing-rise .8s var(--ease-out) both;animation-delay:.2s}.hero-stats-header{margin-bottom:var(--space-4)}.hero-stats-badge{display:inline-block;padding:.3rem .7rem;border-radius:var(--radius-pill);background:#22c55e1a;color:#15803d;font-size:var(--text-xs);font-weight:var(--weight-semibold)}.hero-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4);padding-bottom:var(--space-4);border-bottom:1px solid rgba(15,23,42,.06)}.hero-stat{text-align:center}.hero-stat strong{display:block;font-size:1.8rem;font-weight:var(--weight-bold);color:var(--text);line-height:1.2}.hero-stat span{font-size:var(--text-xs);color:var(--muted)}.hero-stats-footer{display:flex;align-items:center;gap:var(--space-3);padding-top:var(--space-4)}.hero-mini-avatars{display:flex}.hero-mini-avatars span{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--accent) 0%,#4338ca 100%);color:#fff;font-size:.65rem;font-weight:var(--weight-semibold);display:flex;align-items:center;justify-content:center;margin-left:-8px;border:2px solid #fff}.hero-mini-avatars span:first-child{margin-left:0}.hero-mini-avatars span:last-child{background:#0f172a14;color:var(--muted)}.hero-stats-footer p{margin:0;font-size:var(--text-sm);color:var(--muted)}.landing-trust-bar{padding:var(--space-5) 0;background:#fff9;border-top:1px solid rgba(15,23,42,.04);border-bottom:1px solid rgba(15,23,42,.04)}.landing-trust-bar .landing-container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-4)}.trust-badges{display:flex;gap:var(--space-5);justify-content:center;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:.4rem;font-size:var(--text-sm);color:var(--muted)}.trust-badge svg{width:18px;height:18px;color:var(--accent)}.trust-logos{display:flex;align-items:center;gap:var(--space-4)}.trust-logos-label{font-size:var(--text-xs);color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.trust-logo{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:#0f172a66}.hero-demo-card{background:#fffffff2;border-radius:var(--radius-xl);padding:var(--space-5);border:1px solid rgba(15,23,42,.08);box-shadow:0 20px 50px -15px #0f172a26;animation:landing-rise .8s var(--ease-out) both;animation-delay:.2s;max-width:340px}.hero-demo-header{margin-bottom:var(--space-4)}.hero-demo-badge{display:inline-block;padding:.3rem .7rem;border-radius:var(--radius-pill);background:#6366f11a;color:var(--accent-strong);font-size:var(--text-xs);font-weight:var(--weight-semibold)}.hero-demo-input{display:flex;align-items:center;gap:.6rem;padding:.8rem 1rem;border-radius:var(--radius-md);background:#0f172a0a;border:1px solid rgba(15,23,42,.08);margin-bottom:var(--space-4)}.hero-demo-input svg{color:var(--accent);flex-shrink:0}.hero-demo-input span{font-size:var(--text-sm);color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-demo-result{padding:var(--space-4);border-radius:var(--radius-md);background:linear-gradient(135deg,#6366f114,#22c55e14);border:1px solid rgba(99,102,241,.15)}.hero-demo-price{text-align:center;padding-bottom:var(--space-3);border-bottom:1px solid rgba(99,102,241,.1);margin-bottom:var(--space-3)}.hero-demo-label{display:block;font-size:var(--text-xs);color:var(--muted);margin-bottom:.25rem}.hero-demo-price strong{display:block;font-size:2rem;font-weight:var(--weight-bold);color:var(--accent-strong);line-height:1.2}.hero-demo-range{font-size:var(--text-xs);color:var(--muted)}.hero-demo-metrics{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3)}.hero-demo-metric{text-align:center}.hero-demo-metric span{display:block;font-size:.7rem;color:var(--muted);margin-bottom:.15rem}.hero-demo-metric strong{font-size:var(--text-base);font-weight:var(--weight-semibold)}.hero-demo-positive{color:#15803d}.hero-demo-footer{margin-top:var(--space-3);text-align:center}.hero-demo-source{font-size:.65rem;color:var(--muted)}.hero-badge-free{display:inline-block;padding:.2rem .6rem;border-radius:var(--radius-pill);background:#22c55e26;color:#15803d;font-size:var(--text-xs);font-weight:var(--weight-semibold)}.funnel-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4);max-width:1000px;margin:0 auto;align-items:stretch}.funnel-step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;animation:landing-rise .6s var(--ease-out) both;animation-delay:var(--delay, 0ms)}.funnel-step-number{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--accent) 0%,#4338ca 100%);color:#fff;font-size:1.25rem;font-weight:var(--weight-bold);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-4);box-shadow:0 8px 20px -8px #6366f180}.funnel-step-content{flex:1;padding:var(--space-5);border-radius:var(--radius-lg);background:#fff;border:1px solid rgba(15,23,42,.06);box-shadow:0 8px 25px -10px #0f172a1a;transition:transform .25s ease,box-shadow .25s ease}.funnel-step:hover .funnel-step-content{transform:translateY(-4px);box-shadow:0 14px 35px -12px #0f172a26}.funnel-step-header{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);text-align:center}.funnel-step-header h3{margin:0;font-size:var(--text-base);font-weight:var(--weight-semibold);order:2}.funnel-tag{padding:.3rem .75rem;border-radius:var(--radius-pill);font-size:var(--text-xs);font-weight:var(--weight-bold);order:1}.funnel-tag--free{background:#22c55e26;color:#15803d}.funnel-tag--paid{background:#3b82f626;color:#2563eb}.funnel-tag--premium{background:linear-gradient(135deg,#a855f733,#f59e0b33);color:#b45309}.funnel-step-content p{margin:0;font-size:var(--text-sm);color:var(--muted);line-height:1.5;text-align:center}.funnel-arrow{position:absolute;right:-18px;top:50%;transform:translateY(-50%);z-index:1}.funnel-arrow svg{width:20px;height:20px;color:var(--muted);opacity:.4}.landing-pricing--4cols{grid-template-columns:repeat(4,1fr)}.landing-pricing--3cols{grid-template-columns:repeat(3,1fr)}.pricing-card.is-popular{border-color:#3b82f64d;box-shadow:0 12px 30px -15px #3b82f666}.pricing-card--subscription{background:linear-gradient(160deg,#fff,#a855f70a)}.pricing-card--subscription.is-popular{border-color:#a855f766;background:linear-gradient(160deg,#fff,#a855f71a);box-shadow:0 12px 30px -15px #a855f780}.pricing-limitations{list-style:none;padding:0;margin:0 0 var(--space-3);border-top:1px dashed rgba(15,23,42,.1);padding-top:var(--space-3)}.pricing-limitations li{display:flex;align-items:flex-start;gap:.5rem;font-size:var(--text-xs);color:var(--muted);margin-bottom:.4rem}.pricing-limitations svg{width:14px;height:14px;color:#b45309;flex-shrink:0;margin-top:1px}.pricing-sub-note{text-align:center;margin-top:var(--space-5);display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:var(--text-sm);color:var(--muted)}.pricing-sub-note svg{color:var(--accent)}.pain-points-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5);align-items:stretch}.pain-point-card{padding:var(--space-5);border-radius:var(--radius-lg);background:#ffffffe6;border:1px solid rgba(239,68,68,.15);animation:landing-rise .6s var(--ease-out) both;animation-delay:var(--delay, 0ms);display:flex;flex-direction:column}.pain-point-icon{width:48px;height:48px;border-radius:var(--radius-md);background:#ef44441a;display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-3);margin-left:auto;margin-right:auto}.pain-point-icon svg{width:24px;height:24px;color:#dc2626}.pain-point-card h3{margin:0 0 .5rem;font-size:var(--text-base);font-weight:var(--weight-semibold);text-align:center}.pain-point-card p{margin:0;font-size:var(--text-sm);color:var(--muted);line-height:1.6;flex:1;text-align:center}.section-label--warning{background:#ef44441a;color:#dc2626}.section-label--gold{background:#a855f726;color:#7c3aed}.before-after-wrapper{display:grid;grid-template-columns:1fr auto 1fr;gap:var(--space-6);align-items:stretch;padding:var(--space-6);border-radius:var(--radius-xl);background:#fffffff2;border:1px solid rgba(15,23,42,.08);max-width:900px;margin:0 auto}.before-after-col{padding:var(--space-4);display:flex;flex-direction:column}.before-after-header{margin-bottom:var(--space-4);text-align:center}.before-after-badge{display:inline-block;padding:.5rem 1.2rem;border-radius:var(--radius-pill);font-size:var(--text-sm);font-weight:var(--weight-bold)}.before-after-badge--before{background:#ef44441a;color:#dc2626}.before-after-badge--after{background:#22c55e1a;color:#15803d}.before-after-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.before-after-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:var(--text-sm);line-height:1.5}.before-after-col--before .before-after-list li svg{width:20px;height:20px;color:#dc2626;flex-shrink:0;margin-top:1px}.before-after-col--after .before-after-list li svg{width:20px;height:20px;color:#15803d;flex-shrink:0;margin-top:1px}.before-after-divider{display:flex;align-items:center;justify-content:center}.before-after-divider span{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--accent) 0%,var(--purple) 100%);color:#fff;font-size:var(--text-sm);font-weight:var(--weight-bold);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px -8px #6366f166}.app-result{display:inline-block;padding:.25rem .6rem;border-radius:var(--radius-pill);background:#22c55e1a;color:#15803d;font-size:.7rem;font-weight:var(--weight-semibold)}.app-result--pro{background:#a855f726;color:#7c3aed}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5);align-items:stretch}.testimonial-card{padding:var(--space-6);border-radius:var(--radius-xl);background:#fff;border:1px solid rgba(15,23,42,.06);display:flex;flex-direction:column;animation:landing-rise .6s var(--ease-out) both;animation-delay:var(--delay, 0ms);box-shadow:0 8px 30px -12px #0f172a1a;transition:transform .25s ease,box-shadow .25s ease}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px -15px #0f172a26}.testimonial-result{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4)}.testimonial-result-badge{padding:.35rem .8rem;border-radius:var(--radius-pill);background:#22c55e1a;color:#15803d;font-size:var(--text-xs);font-weight:var(--weight-semibold)}.testimonial-amount{font-size:var(--text-sm);color:var(--muted);font-weight:var(--weight-medium)}.testimonial-card blockquote{margin:0 0 var(--space-4);color:var(--text);font-size:var(--text-sm);line-height:1.6;flex:1}.testimonial-card figcaption{display:flex;align-items:center;gap:var(--space-3);padding-top:var(--space-4);border-top:1px solid rgba(15,23,42,.06)}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--accent) 0%,#4338ca 100%);color:#fff;font-size:var(--text-xs);font-weight:var(--weight-semibold);display:flex;align-items:center;justify-content:center}.testimonial-info strong{display:block;font-size:var(--text-sm)}.testimonial-info span{font-size:var(--text-xs);color:var(--muted)}.pricing-old-price{text-decoration:line-through;color:var(--muted);font-size:var(--text-sm);margin-right:.5rem}.pricing-guarantee{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:var(--space-2);font-size:var(--text-xs);color:var(--accent-strong);font-weight:var(--weight-medium)}.pricing-guarantee svg{color:var(--accent)}.pricing-note{text-align:center;margin-top:var(--space-2);font-size:var(--text-xs);color:var(--muted)}.pricing-comparison{margin-top:var(--space-8);padding:var(--space-5);border-radius:var(--radius-lg);background:#fffc;border:1px solid rgba(15,23,42,.08);text-align:center}.pricing-comparison h4{margin:0 0 var(--space-4);font-size:var(--text-base);color:var(--muted)}.comparison-grid{display:flex;justify-content:center;gap:var(--space-6);flex-wrap:wrap}.comparison-item{display:flex;flex-direction:column;gap:.3rem}.comparison-label{font-size:var(--text-sm);color:var(--muted)}.comparison-price{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--text)}.comparison-item--highlight{padding:.5rem 1rem;border-radius:var(--radius-md);background:#6366f114}.comparison-item--highlight .comparison-label,.comparison-item--highlight .comparison-price{color:var(--accent-strong)}.footer-trust{display:flex;gap:var(--space-4);margin-top:var(--space-4)}.footer-trust-badge{display:flex;align-items:center;gap:.3rem;font-size:var(--text-xs);color:var(--muted)}.footer-trust-badge svg{color:var(--accent)}.section-label{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;border-radius:var(--radius-pill);background:#6366f11a;color:var(--accent-strong);font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-4);border:1px solid rgba(99,102,241,.15)}.section-label--light{background:#fff3;color:#fff}.landing-section-header h2{margin:0}.feature-badge{position:absolute;top:var(--space-4);right:var(--space-4);padding:.25rem .6rem;border-radius:var(--radius-pill);background:var(--accent);color:#fff;font-size:var(--text-xs);font-weight:var(--weight-semibold)}.landing-feature-card{position:relative}.landing-section--alt{background:linear-gradient(180deg,#f8faff,#f0f4ff);margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding-left:calc(50vw - 50%);padding-right:calc(50vw - 50%);border-top:1px solid rgba(99,102,241,.06);border-bottom:1px solid rgba(99,102,241,.06)}.landing-process{display:grid;gap:var(--space-5);max-width:700px;margin:0 auto}.process-step{display:flex;gap:var(--space-5);align-items:flex-start;animation:landing-rise .6s var(--ease-out) both;animation-delay:var(--delay, 0ms)}.process-number{position:relative;width:64px;height:64px;border-radius:var(--radius-lg);background:#6366f11a;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.5rem;font-weight:var(--weight-bold);color:var(--accent-strong)}.process-badge{position:absolute;top:-8px;right:-8px;padding:.2rem .5rem;border-radius:var(--radius-pill);font-size:.65rem;font-weight:var(--weight-semibold);background:var(--accent);color:#fff}.process-badge--price{background:#a855f7}.process-badge--success{background:#16a34a}.process-content h3{margin:0 0 .5rem}.process-content p{color:var(--muted);margin:0}.testimonial-metric{display:inline-block;padding:.3rem .7rem;border-radius:var(--radius-pill);background:#22c55e1f;color:#15803d;font-size:var(--text-xs);font-weight:var(--weight-semibold);margin-bottom:var(--space-3)}.pricing-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);padding:.45rem 1.2rem;border-radius:var(--radius-pill);background:linear-gradient(135deg,var(--accent) 0%,#4338ca 100%);color:#fff;font-size:var(--text-xs);font-weight:var(--weight-bold);white-space:nowrap;box-shadow:0 4px 12px -4px #6366f180;letter-spacing:.02em}.pricing-card .landing-button{width:100%;margin-top:auto}.pricing-card{position:relative}.pricing-header{text-align:center;padding-bottom:var(--space-4);border-bottom:1px solid rgba(15,23,42,.08)}.pricing-header h3{margin:0 0 var(--space-2);font-size:1.25rem;font-weight:var(--weight-bold);color:var(--text)}.pricing-header p{margin:0;font-size:var(--text-sm);color:var(--muted);line-height:1.5}.pricing-price{margin:var(--space-4) 0;text-align:center}.pricing-price strong{font-size:3rem;line-height:1;font-weight:var(--weight-bold);letter-spacing:-.03em;background:linear-gradient(135deg,var(--text) 0%,rgba(15,23,42,.8) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-card.is-featured .pricing-price strong{background:linear-gradient(135deg,var(--accent-strong) 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-price span{display:block;color:var(--muted);font-size:var(--text-sm);margin-top:.3rem}.pricing-features{list-style:none;padding:0;margin:0;display:grid;gap:.75rem;flex:1}.pricing-features li{display:flex;align-items:flex-start;gap:.6rem;color:var(--text);font-size:var(--text-sm);line-height:1.4}.pricing-features svg{width:18px;height:18px;color:var(--accent);flex-shrink:0;margin-top:1px}.institution-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-8);padding:var(--space-8);border-radius:var(--radius-xl);background:linear-gradient(135deg,#0f172af2,#1f3750f2);color:#fff}.institution-content{display:flex;flex-direction:column;justify-content:center}.institution-content h2{color:#fff;margin:0 0 var(--space-3)}.institution-lead{color:#ffffffbf;margin:0 0 var(--space-5)}.institution-price{display:flex;align-items:baseline;gap:var(--space-2);flex-wrap:wrap;margin-bottom:var(--space-5)}.institution-price-label{color:#fff9;font-size:var(--text-sm)}.institution-price strong{font-size:3rem;line-height:1;background:linear-gradient(135deg,#a855f7 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.institution-price-detail{color:#fff9;font-size:var(--text-sm)}.institution-cta{display:flex;gap:var(--space-3);flex-wrap:wrap}.institution-benefits{display:grid;gap:var(--space-4)}.institution-benefit{display:flex;gap:var(--space-3);align-items:flex-start}.benefit-icon{width:44px;height:44px;border-radius:var(--radius-md);background:#ffffff1a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.benefit-icon svg{width:22px;height:22px;color:#a855f7}.institution-benefit h4{margin:0 0 .25rem;font-size:var(--text-base);color:#fff}.institution-benefit p{margin:0;font-size:var(--text-sm);color:#ffffffa6}.institution-logos{margin-top:var(--space-6);text-align:center}.institution-logos p{color:var(--muted);font-size:var(--text-sm);margin-bottom:var(--space-3)}.logos-grid{display:flex;justify-content:center;gap:var(--space-5);flex-wrap:wrap}.logo-placeholder{padding:.6rem 1.2rem;border-radius:var(--radius-sm);background:#0f172a0d;border:1px solid rgba(15,23,42,.08);color:var(--muted);font-size:var(--text-sm)}.faq-item{padding:var(--space-4) var(--space-5);border-radius:var(--radius-md);background:#ffffffe6;border:1px solid rgba(15,23,42,.08)}.faq-item summary{cursor:pointer;font-weight:var(--weight-semibold);list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-item summary:after{content:"+";font-size:1.2rem;color:var(--muted)}.faq-item[open] summary:after{content:"−"}.faq-item p{margin:var(--space-3) 0 0;color:var(--muted);line-height:1.6}.apps-showcase{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--space-4);align-items:stretch}.apps-showcase--pro{grid-template-columns:repeat(4,1fr)}.app-card{padding:var(--space-5);border-radius:var(--radius-lg);background:#fff;border:1px solid rgba(15,23,42,.08);display:flex;flex-direction:column;gap:var(--space-3);animation:landing-rise .6s var(--ease-out) both;animation-delay:var(--delay, 0ms);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;box-shadow:0 4px 16px -6px #0f172a0f;height:100%}.app-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px -15px #0f172a2e;border-color:#6366f133}.app-card--pro{background:linear-gradient(160deg,#fff,#a855f70f);border-color:#a855f733}.app-card-header{display:flex;align-items:flex-start;justify-content:space-between}.app-icon{width:52px;height:52px;border-radius:var(--radius-lg);background:linear-gradient(135deg,#6366f11f,#6366f114);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px -4px #6366f126}.app-icon svg{width:26px;height:26px;color:var(--accent-strong)}.app-icon--pro{background:linear-gradient(135deg,#a855f72e,#a855f71a);box-shadow:0 4px 12px -4px #a855f733}.app-icon--pro svg{color:#c78b0a}.app-number{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--muted);opacity:.6}.app-card h3{margin:0;font-size:var(--text-base);font-weight:var(--weight-semibold)}.app-card p{margin:0;font-size:var(--text-sm);color:var(--muted);line-height:1.5;flex:1}.app-features{list-style:none;padding:0;margin:auto 0 0;display:flex;flex-wrap:wrap;gap:.4rem}.app-features li{font-size:.7rem;padding:.2rem .5rem;border-radius:var(--radius-pill);background:#6366f114;color:var(--accent-strong);font-weight:var(--weight-medium)}.app-card--pro .app-features li{background:#a855f71f;color:#7c3aed}.apps-cta{margin-top:var(--space-6);text-align:center}.apps-cta-note{display:inline-flex;align-items:center;gap:.5rem;margin-top:var(--space-3);color:var(--muted);font-size:var(--text-sm)}.apps-cta-note svg{color:var(--accent)}.pricing-apps{display:flex;flex-wrap:wrap;gap:.4rem;padding:var(--space-3) 0;border-bottom:1px solid rgba(15,23,42,.06)}.pricing-app-tag{font-size:.7rem;padding:.25rem .6rem;border-radius:var(--radius-pill);background:#6366f11a;color:var(--accent-strong);font-weight:var(--weight-medium)}.pricing-card.is-featured .pricing-app-tag{background:#6366f126}.landing-cta-final{text-align:center;flex-direction:column;align-items:center}.cta-final-content{max-width:600px}.cta-final-content h2{margin:0 0 var(--space-3)}.cta-final-content>p{color:var(--muted);margin:0 0 var(--space-5)}.cta-final-buttons{display:flex;gap:var(--space-3);justify-content:center;flex-wrap:wrap}.cta-guarantee{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:var(--space-4);color:var(--muted);font-size:var(--text-sm)}.cta-guarantee svg{width:18px;height:18px;color:var(--accent)}.footer-main{display:grid;grid-template-columns:1.2fr 2fr;gap:var(--space-8);padding-bottom:var(--space-6);border-bottom:1px solid rgba(15,23,42,.08)}.footer-links-group{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-5)}.footer-links h4{font-size:var(--text-sm);margin:0 0 var(--space-3);color:var(--text)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:var(--space-5)}.footer-bottom p{margin:0}.footer-social{display:flex;gap:var(--space-4)}.footer-social a{color:var(--muted);transition:color .2s ease}.footer-social a:hover{color:var(--accent)}.landing-footer{display:block}@media (max-width: 1200px){.apps-showcase{grid-template-columns:repeat(3,1fr)}.apps-showcase--pro,.pain-points-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.hero-stats-grid{gap:var(--space-3)}.hero-stat strong{font-size:1.5rem}.landing-trust-bar .landing-container{flex-direction:column;gap:var(--space-3)}.trust-badges{flex-wrap:wrap;justify-content:center}.landing-pricing--4cols,.funnel-steps{grid-template-columns:repeat(2,1fr)}.funnel-arrow{display:none}}@media (max-width: 1024px){.institution-wrapper,.footer-main{grid-template-columns:1fr}.footer-links-group,.apps-showcase,.apps-showcase--pro{grid-template-columns:repeat(2,1fr)}.pain-points-grid,.testimonials-grid,.before-after-wrapper{grid-template-columns:1fr}.before-after-divider{display:none}.landing-hero{display:flex;flex-direction:column;gap:var(--space-5);min-height:0}.landing-hero-content{order:1}.landing-hero>.hero-estimator-card{order:2;max-width:480px;width:100%}.landing-hero>.hero-proof-strip{order:3}.landing-hero>.hero-trust-inline{order:4}.hero-stats-card,.hero-demo-card{max-width:400px;margin:0 auto}}@media (max-width: 768px){.hero-kpi-row{grid-template-columns:1fr}.institution-wrapper{padding:var(--space-5)}.institution-price strong{font-size:2rem}.footer-links-group{grid-template-columns:1fr 1fr}.apps-showcase,.apps-showcase--pro{grid-template-columns:1fr}.app-card{padding:var(--space-4)}.landing-pricing,.landing-pricing--4cols,.landing-pricing--3cols{grid-template-columns:1fr}.hero-stats-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-2)}.hero-stat strong{font-size:1.3rem}.comparison-grid{flex-direction:column;gap:var(--space-3)}.trust-logos{flex-wrap:wrap;justify-content:center}.footer-trust{flex-direction:column;gap:var(--space-2)}.funnel-steps{grid-template-columns:1fr}.hero-demo-card{max-width:100%}.hero-demo-price strong{font-size:1.6rem}}@media (max-width: 560px){.process-step{flex-direction:column;align-items:center;text-align:center}.institution-cta{flex-direction:column}.cta-final-buttons{flex-direction:column;width:100%}.footer-links-group{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:var(--space-3);text-align:center}.landing-button--large{width:100%;justify-content:center}.hero-eyebrow{font-size:var(--text-xs)}.trust-badges{gap:var(--space-3)}.trust-badge span{display:none}.before-after-wrapper{padding:var(--space-4)}}.landing-cta-final{margin-top:var(--space-10);padding:var(--space-8);border-radius:var(--radius-xl);background:linear-gradient(135deg,#6366f11f,#a855f726,#6366f11a);border:1px solid rgba(99,102,241,.15);display:flex;align-items:center;justify-content:space-between;gap:var(--space-6);box-shadow:0 20px 60px -25px #6366f140;position:relative;overflow:hidden}.landing-cta-final:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(168,85,247,.15) 0%,transparent 70%);pointer-events:none}.landing-footer{margin-top:var(--space-10);padding-top:var(--space-6);border-top:1px solid rgba(15,23,42,.08);color:var(--muted);font-size:var(--text-sm)}.footer-brand p{margin-top:var(--space-3);max-width:240px}.footer-links{display:grid;gap:.5rem}.footer-links>summary{list-style:none;cursor:default;display:block}.footer-links>summary::-webkit-details-marker{display:none}.footer-links>summary h4{margin:0}.footer-links:not([open])>*:not(summary){display:none}@media (min-width: 769px){.footer-links:not([open])>*:not(summary){display:revert}}.footer-social{display:grid;gap:.5rem}@keyframes landing-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.landing-hero,.landing-workflow{grid-template-columns:1fr}.landing-feature-grid,.landing-testimonials,.landing-pricing,.landing-resources,.landing-footer{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.landing-header{flex-wrap:nowrap;gap:var(--space-3);padding-bottom:var(--space-4);align-items:center}.landing-actions{margin-left:auto}.landing-button{padding:.55rem 1rem;font-size:.85rem}.landing-metrics,.landing-feature-grid,.landing-testimonials,.landing-pricing,.landing-resources{grid-template-columns:1fr}.landing-cta-final{flex-direction:column;align-items:flex-start}.landing-footer{margin-top:var(--space-8);padding-top:var(--space-5);padding-bottom:calc(var(--space-5) + var(--safe-bottom))}.footer-main{grid-template-columns:1fr;gap:var(--space-5);text-align:center;padding-bottom:var(--space-4)}.footer-brand p{margin-left:auto;margin-right:auto}.footer-brand .landing-logo{justify-content:center}.footer-trust{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:var(--space-3)}.footer-links-group{grid-template-columns:1fr;gap:0;text-align:left;border-top:1px solid rgba(15,23,42,.08)}.footer-links{border-bottom:1px solid rgba(15,23,42,.08);gap:0}.footer-links>summary{cursor:pointer;padding:.95rem .25rem;display:flex;align-items:center;justify-content:space-between;min-height:var(--tap-target);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.footer-links>summary:after{content:"";width:12px;height:12px;margin-left:.5rem;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg);transition:transform .2s ease;flex-shrink:0}.footer-links[open]>summary:after{transform:rotate(-135deg)}.footer-links>summary h4{font-size:var(--text-base);font-weight:var(--weight-semibold)}.footer-links>a{display:block;padding:.55rem .25rem;min-height:var(--tap-target);line-height:var(--leading-snug)}.footer-bottom{flex-direction:column;gap:var(--space-3);text-align:center;padding-top:var(--space-4)}.footer-social{justify-content:center;flex-wrap:wrap}}@media (max-width: 560px){.landing-page{padding:var(--space-5) var(--space-4) var(--space-8)}.landing-logo .sparto-wordmark{font-size:1.2rem}.landing-logo .sparto-tagline{display:none}.footer-links-group{grid-template-columns:1fr;gap:var(--space-3);text-align:center}}@media (max-width: 768px){.landing-pricing,.landing-pricing--3cols,.landing-pricing--4cols{display:flex;grid-template-columns:none;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:1rem;padding:.75rem 1rem 1.5rem;margin:0 -1rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}.landing-pricing::-webkit-scrollbar,.landing-pricing--3cols::-webkit-scrollbar,.landing-pricing--4cols::-webkit-scrollbar{display:none}.landing-pricing .pricing-card,.landing-pricing--3cols .pricing-card,.landing-pricing--4cols .pricing-card{flex:0 0 85%;max-width:360px;scroll-snap-align:center;padding:2rem 1.5rem}.landing-pricing .pricing-card.is-featured,.landing-pricing--3cols .pricing-card.is-featured,.landing-pricing--4cols .pricing-card.is-featured{transform:none}.landing-pricing .pricing-card.is-featured:hover,.landing-pricing--3cols .pricing-card.is-featured:hover,.landing-pricing--4cols .pricing-card.is-featured:hover{transform:translateY(-3px)}.pain-points-grid,.funnel-steps,.landing-feature-grid,.landing-resources{display:flex;grid-template-columns:none;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:1rem;padding:.5rem 1rem 1.25rem;margin:0 -1rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}.pain-points-grid::-webkit-scrollbar,.funnel-steps::-webkit-scrollbar,.landing-feature-grid::-webkit-scrollbar,.landing-resources::-webkit-scrollbar{display:none}.pain-points-grid>*,.funnel-steps>*,.landing-feature-grid>*,.landing-resources>*{flex:0 0 85%;max-width:320px;scroll-snap-align:center}.hero-proof-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;padding:.25rem 0 .5rem;margin:0;overflow:visible}.hero-proof-stat{min-width:0;text-align:center}.hero-proof-stat strong{font-size:1.15rem}.hero-proof-stat span{font-size:.68rem}.trust-badges{flex-wrap:nowrap;overflow-x:auto;gap:.75rem;padding:.25rem 0;scrollbar-width:none}.trust-badges::-webkit-scrollbar{display:none}.trust-badge{flex:0 0 auto;white-space:nowrap}}@media (prefers-reduced-motion: reduce){.landing-hero-content,.landing-hero-visual,.landing-feature-card,.workflow-steps li,.testimonial-card,.pricing-card,.resource-card{animation:none}}.apps-carousel{position:relative;margin:2rem 0}.apps-carousel-track{display:flex;align-items:stretch;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:1rem 4rem;scrollbar-width:none}.apps-carousel-track::-webkit-scrollbar{display:none}.apps-carousel-track .app-card{flex:0 0 calc(33.333% - .85rem);scroll-snap-align:center;min-width:280px;max-width:360px;min-height:430px;display:flex;flex-direction:column}.apps-carousel-track .app-card .app-visual{flex-shrink:0;height:150px;min-height:150px}.apps-carousel-track .app-card h3{margin-top:0}.apps-carousel-track .app-card p{flex:0 0 auto}.apps-carousel-track .app-card .app-features{margin-top:auto}@media (max-width: 1024px){.apps-carousel-track .app-card{flex-basis:calc(50% - .625rem)}}@media (max-width: 640px){.apps-carousel-track{padding:1rem 1.5rem}.apps-carousel-track .app-card{flex-basis:calc(100% - .5rem);min-width:0}}.apps-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid rgba(15,23,42,.1);box-shadow:0 4px 14px -4px #0f172a26;display:flex;align-items:center;justify-content:center;color:var(--text);cursor:pointer;transition:all .2s}.apps-carousel-arrow:hover:not(:disabled){background:var(--accent, #6366f1);color:#fff;transform:translateY(-50%) scale(1.08)}.apps-carousel-arrow:disabled{opacity:.35;cursor:not-allowed}.apps-carousel-arrow--prev{left:0}.apps-carousel-arrow--next{right:0}@media (max-width: 640px){.apps-carousel-arrow{display:none}}.apps-carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem}.apps-carousel-dot{width:9px;height:9px;border-radius:50%;border:none;background:#0f172a2e;cursor:pointer;padding:0;transition:all .2s}.apps-carousel-dot.is-active{background:var(--accent, #6366f1);width:28px;border-radius:var(--radius-pill)}.app-visual{height:150px;margin:-1.25rem -1.25rem 1rem;padding:1rem 1.25rem;border-radius:var(--radius-lg) var(--radius-lg) 0 0;background:linear-gradient(135deg,#6366f10f,#a855f70a);border-bottom:1px solid rgba(15,23,42,.06);display:flex;align-items:center;justify-content:center;overflow:hidden}.app-visual .sub-card.kpi-card{padding:.5rem .6rem;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:var(--radius-md);box-shadow:0 2px 6px -2px #0f172a14}.app-visual .kpi-label{font-size:.62rem;color:var(--muted, #64748b);margin:0;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.app-visual .kpi-value{font-size:.95rem;font-weight:700;color:var(--text);line-height:1.1}.app-visual .kpi-meta{font-size:.6rem;color:var(--muted, #64748b);margin-top:2px}.app-visual-kpi-grid{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;width:100%}.app-visual-kpi-grid--3{grid-template-columns:repeat(3,1fr)}.app-visual--map svg{width:100%;max-width:200px;height:auto}.app-visual--chart{flex-direction:column;gap:.4rem}.chart-bars{display:flex;align-items:flex-end;gap:2px;height:70px;width:100%}.chart-bar{flex:1;background:linear-gradient(180deg,var(--accent, #6366f1) 0%,#a855f7 100%);border-radius:2px 2px 0 0;min-height:4px;transition:opacity .3s}.chart-foot{font-size:.7rem;color:var(--muted, #64748b);font-weight:600}.ba-track{flex:1;height:12px;background:#0f172a14;border-radius:var(--radius-pill);overflow:hidden}.ba-fill{height:100%;border-radius:var(--radius-pill)}.ba-fill--gray{background:#0f172a4d}.ba-fill--accent{background:linear-gradient(90deg,var(--accent, #6366f1),#a855f7)}.app-visual--dpe{flex-direction:column;gap:.4rem;width:100%;align-items:stretch}.dpe-scale{display:flex;gap:2px;justify-content:center}.dpe-letter{width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;border-radius:4px}.dpe-letter--a{background:#16a34a}.dpe-letter--b{background:#65a30d}.dpe-letter--c{background:#84cc16;box-shadow:0 0 0 2px #84cc164d}.dpe-letter--d{background:#eab308}.dpe-letter--e{background:#f59e0b}.dpe-letter--f{background:#ea580c}.dpe-letter--g{background:#dc2626}.dpe-arrow{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.85rem;font-weight:700;color:var(--text)}.dpe-arrow span{font-size:.75rem;background:#0f172a14;padding:.1rem .4rem;border-radius:4px}.dpe-target{background:#84cc16!important;color:#fff!important}.dpe-aids{text-align:center;font-size:.7rem;color:#15803d;font-weight:700}.parc-pill{font-size:.55rem;font-weight:700;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.03em}.parc-pill--ok{background:#f0fdf4;color:#15803d}.parc-pill--warn{background:#fef2f2;color:#dc2626}.parc-cf{font-weight:800;font-size:.7rem;text-align:right}.parc-cf--good{color:#15803d}.parc-cf--bad{color:#dc2626}.charges-bal{display:flex;flex-direction:column;gap:1px;padding:4px 6px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:5px}.charges-bal-row{display:flex;justify-content:space-between;font-size:.55rem;color:var(--muted, #64748b)}.charges-bal-row strong{color:var(--text);font-weight:700}.charges-bal-row--diff{color:#ea580c;font-weight:700;padding-top:2px;border-top:1px dashed rgba(15,23,42,.1);margin-top:1px}.charges-bal-row--diff strong{color:#ea580c}.pricing-items{list-style:none;padding:0;margin:1.5rem 0;display:flex;flex-direction:column;gap:.5rem}.pricing-item{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:.8rem;padding:.85rem 0;border-bottom:1px solid rgba(15,23,42,.06);min-height:56px}.pricing-item:last-child{border-bottom:none}.pricing-item-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.pricing-item-icon svg{width:20px;height:20px}.pricing-item-label{font-size:.98rem;font-weight:500;color:var(--text);line-height:1.35}.pricing-item.is-excluded .pricing-item-label{color:var(--muted, #94a3b8);text-decoration:line-through}.pricing-item-detail{font-size:.82rem;font-weight:700;color:var(--accent, #6366f1);background:#6366f11a;padding:.3rem .7rem;border-radius:var(--radius-pill);white-space:nowrap}.pricing-item.is-excluded .pricing-item-detail{color:var(--muted, #94a3b8);background:#0f172a0a}@media (max-width: 640px){.pricing-item{grid-template-columns:22px 1fr;grid-template-rows:auto auto;row-gap:.2rem}.pricing-item-detail{grid-column:2 / -1;justify-self:start}}.apps-carousel-track .testimonial-card{flex:0 0 calc(33.333% - .85rem);scroll-snap-align:center;min-width:280px;max-width:360px;display:flex;flex-direction:column}@media (max-width: 1024px){.apps-carousel-track .testimonial-card{flex-basis:calc(50% - .625rem)}}@media (max-width: 640px){.apps-carousel-track .testimonial-card{flex-basis:calc(100% - .5rem);min-width:0}}.hero-cta-row{display:flex;gap:var(--space-3);flex-wrap:wrap;align-items:center}.hero-proof-strip{margin-top:var(--space-6);display:flex;gap:var(--space-5);padding:var(--space-4) 0;border-top:1px solid rgba(15,23,42,.08);flex-wrap:wrap}.hero-proof-stat{display:flex;flex-direction:column;gap:2px}.hero-proof-stat strong{font-size:1.6rem;line-height:1;font-weight:var(--weight-bold);color:var(--text);letter-spacing:-.02em}.hero-proof-stat span{font-size:.78rem;color:var(--muted);font-weight:var(--weight-medium)}.hero-pdf-card{position:relative;animation:landing-rise .8s var(--ease-out) both;animation-delay:.2s;display:flex;align-items:center;justify-content:center;min-height:480px}.hero-pdf-stack{position:relative;width:100%;max-width:380px;height:480px;perspective:1200px}.hero-pdf-doc{position:absolute;background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:var(--radius-md);box-shadow:0 30px 60px -25px #0f172a40,0 12px 24px -12px #0f172a1f}.hero-pdf-doc--back{width:86%;height:90%;top:4%;right:4%}.hero-pdf-doc--back-2{background:#f8fafc;transform:rotate(5deg);top:2%;right:0}.hero-pdf-doc--back-1{background:#fbfcfe;transform:rotate(2.5deg);top:4%;right:3%}.hero-pdf-doc--front{width:92%;height:96%;top:2%;left:4%;transform:rotate(-1.5deg);padding:1.5rem 1.4rem 1.2rem;display:flex;flex-direction:column;gap:.9rem;overflow:hidden}.hero-pdf-band{position:absolute;top:0;left:0;right:0;height:8px;background:linear-gradient(90deg,var(--accent, #6366f1) 0%,#a855f7 100%);border-radius:var(--radius-md) var(--radius-md) 0 0}.hero-pdf-header{display:flex;justify-content:space-between;align-items:flex-start;padding-top:.25rem}.hero-pdf-label{font-size:.65rem;font-weight:var(--weight-bold);color:var(--accent-strong);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.2rem}.hero-pdf-title{font-size:.95rem;font-weight:var(--weight-bold);color:var(--text);line-height:1.2}.hero-pdf-logo{opacity:.85}.hero-pdf-kpi-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem;padding:.6rem;background:linear-gradient(135deg,#6366f10f,#22c55e0d);border-radius:var(--radius-md);border:1px solid rgba(99,102,241,.1)}.hero-pdf-kpi{display:flex;flex-direction:column;gap:2px;text-align:center}.hero-pdf-kpi span{font-size:.6rem;color:var(--muted);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.04em}.hero-pdf-kpi strong{font-size:.95rem;font-weight:var(--weight-bold);color:var(--text);line-height:1.1}.hero-pdf-kpi strong.positive{color:#15803d}.hero-pdf-lines{display:flex;flex-direction:column;gap:.4rem;padding:.2rem 0}.hero-pdf-lines span{display:block;height:4px;border-radius:var(--radius-pill);background:#0f172a14}.hero-pdf-chart{flex:1;display:flex;align-items:center;justify-content:center;padding:.4rem 0;border-top:1px dashed rgba(15,23,42,.08);border-bottom:1px dashed rgba(15,23,42,.08)}.hero-pdf-chart svg{width:100%;height:60px}.hero-pdf-foot{display:flex;align-items:center;gap:.5rem;font-size:.7rem;color:var(--muted)}.hero-pdf-foot-tag{padding:.2rem .55rem;border-radius:var(--radius-pill);background:#6366f11f;color:var(--accent-strong);font-weight:var(--weight-bold);font-size:.65rem;text-transform:uppercase;letter-spacing:.04em}.hero-pdf-foot-text{font-weight:var(--weight-medium)}.hero-pdf-badge-floating{position:absolute;display:flex;align-items:center;gap:.4rem;padding:.55rem .85rem;border-radius:var(--radius-md);background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 12px 28px -10px #0f172a2e;font-size:.78rem;font-weight:var(--weight-bold);animation:landing-rise .7s var(--ease-out) both}.hero-pdf-badge-floating--check{top:8%;left:-8%;color:#15803d;animation-delay:.6s}.hero-pdf-badge-floating--check svg{color:#15803d}.hero-pdf-badge-floating--gain{bottom:8%;right:-6%;flex-direction:column;align-items:flex-start;gap:0;padding:.6rem .9rem;animation-delay:.8s}.hero-pdf-badge-floating--gain strong{font-size:1.05rem;color:#15803d;line-height:1}.hero-pdf-badge-floating--gain span{font-size:.65rem;color:var(--muted);font-weight:var(--weight-medium);text-transform:uppercase;letter-spacing:.04em;margin-top:2px}@media (max-width: 1024px){.hero-pdf-card{min-height:420px}.hero-pdf-stack{max-width:340px;height:420px}.hero-pdf-badge-floating--check{left:2%}.hero-pdf-badge-floating--gain{right:2%}}@media (max-width: 560px){.hero-pdf-card{min-height:360px}.hero-pdf-stack{max-width:280px;height:360px}.hero-pdf-doc--front{padding:1rem 1rem .9rem}.hero-pdf-title,.hero-pdf-kpi strong{font-size:.85rem}.hero-proof-stat strong{font-size:1.3rem}}.comparison-table-wrapper{overflow-x:auto;border-radius:var(--radius-lg);background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 8px 30px -12px #0f172a1a}.comparison-table{width:100%;border-collapse:collapse;min-width:720px}.comparison-table th,.comparison-table td{padding:1rem 1.1rem;text-align:center;font-size:var(--text-sm);border-bottom:1px solid rgba(15,23,42,.05)}.comparison-table thead th{background:#0f172a08;font-weight:var(--weight-bold);color:var(--text);font-size:.85rem;text-transform:none;letter-spacing:0;padding:1.1rem}.comparison-table thead th.is-highlight{background:linear-gradient(135deg,var(--accent) 0%,#4338ca 100%);color:#fff;border-radius:0}.comparison-table thead th:first-child{text-align:left;background:transparent}.comparison-table .comparison-row-label{text-align:left;font-weight:var(--weight-medium);color:var(--text);background:#0f172a04}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table td.is-highlight{background:#6366f10f;font-weight:var(--weight-bold);color:var(--accent-strong);position:relative}.comparison-table tbody tr:hover td:not(.comparison-row-label){background:#0f172a05}.comparison-table tbody tr:hover td.is-highlight{background:#6366f11a}@media (max-width: 768px){.comparison-table th,.comparison-table td{padding:.7rem .6rem;font-size:.78rem}}.pricing-anchor{text-align:center;margin-top:var(--space-6);font-size:var(--text-sm);color:var(--muted);max-width:640px;margin-left:auto;margin-right:auto;line-height:1.6}.pricing-anchor strong{color:var(--text);font-weight:var(--weight-semibold)}.post-purchase-card{padding:var(--space-7);border-radius:var(--radius-xl);background:linear-gradient(165deg,#fff,#a855f70d);border:1px solid rgba(168,85,247,.15);box-shadow:0 12px 40px -18px #a855f740}.post-purchase-intro{text-align:center;max-width:640px;margin:0 auto}.post-purchase-intro h2{margin:var(--space-3) 0;font-size:clamp(1.6rem,3vw,2.1rem)}.post-purchase-intro p{color:var(--muted);margin:0 auto var(--space-5);line-height:1.6}.post-purchase-intro .landing-button{display:inline-flex;align-items:center}.post-purchase-carousel{margin-top:var(--space-6);animation:landing-rise .5s var(--ease-out) both}.funnel-step{display:flex;flex-direction:column;align-items:center;text-align:center;height:100%}.funnel-step-content{width:100%}.hero-estimator-card{background:linear-gradient(90deg,var(--accent, #6366f1) 0%,var(--purple, #a855f7) 100%) top center / 100% 6px no-repeat,#fff;border-radius:var(--radius-xl);padding:var(--space-5);border:1px solid rgba(15,23,42,.08);box-shadow:0 30px 60px -25px #0f172a38,0 12px 24px -12px #0f172a1a;animation:landing-rise .8s var(--ease-out) both;animation-delay:.2s;width:100%;max-width:420px;margin:0 auto;position:relative}.hero-estimator-header{margin-bottom:var(--space-4)}.hero-estimator-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .7rem;border-radius:var(--radius-pill);background:#22c55e1a;color:#15803d;font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.04em}.hero-estimator-pulse{width:8px;height:8px;border-radius:50%;background:#16a34a;animation:pulse-live 2s infinite}.hero-estimator-input{display:flex;align-items:center;gap:.6rem;padding:.9rem 1rem;border-radius:var(--radius-md);background:#0f172a08;border:1px solid rgba(15,23,42,.08);margin-bottom:var(--space-4);cursor:text}.hero-estimator-input svg{color:var(--accent, #6366f1);flex-shrink:0}.hero-estimator-input span{font-size:var(--text-sm);color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:var(--weight-medium)}.hero-estimator-result{padding:var(--space-4);border-radius:var(--radius-lg);background:linear-gradient(135deg,#6366f10f,#22c55e0f);border:1px solid rgba(99,102,241,.1)}.hero-estimator-price-block{text-align:center;padding-bottom:var(--space-3);border-bottom:1px solid rgba(99,102,241,.1);margin-bottom:var(--space-3)}.hero-estimator-price-label{display:block;font-size:var(--text-xs);color:var(--muted);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.3rem}.hero-estimator-price-row{display:flex;align-items:baseline;justify-content:center;gap:.6rem;flex-wrap:wrap;margin-bottom:.3rem}.hero-estimator-price-row strong{font-size:2.1rem;font-weight:var(--weight-bold);color:var(--accent-strong);line-height:1;letter-spacing:-.02em}.hero-estimator-price-delta{display:inline-flex;align-items:center;gap:.2rem;padding:.2rem .55rem;border-radius:var(--radius-pill);background:#16a34a1f;color:#15803d;font-size:.7rem;font-weight:var(--weight-bold);white-space:nowrap}.hero-estimator-price-range{display:block;font-size:var(--text-xs);color:var(--muted)}.hero-estimator-factors{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.hero-estimator-factor{text-align:center;padding:.4rem .2rem}.hero-estimator-factor-label{display:block;font-size:.62rem;color:var(--muted);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem}.hero-estimator-factor strong{display:inline-flex;align-items:center;gap:.25rem;font-size:.9rem;font-weight:var(--weight-bold);color:var(--text);line-height:1.15}.hero-estimator-factor-dpe .dpe-letter{width:18px;height:18px;font-size:.6rem}.hero-estimator-factor-rendement{color:#15803d!important}.hero-estimator-factor-meta{display:block;font-size:.6rem;color:var(--muted);margin-top:.15rem;font-weight:var(--weight-medium)}.hero-estimator-footer{display:flex;justify-content:space-between;align-items:center;margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px dashed rgba(15,23,42,.08)}.hero-estimator-sources{font-size:.65rem;color:var(--muted);font-weight:var(--weight-medium)}.hero-estimator-time{font-size:.7rem;color:var(--accent-strong);font-weight:var(--weight-bold)}@media (max-width: 560px){.hero-estimator-card{padding:var(--space-4)}.hero-estimator-price-row strong{font-size:1.75rem}.hero-estimator-factor strong{font-size:.8rem}}.differentiators-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5);align-items:stretch}.differentiator-card{position:relative;padding:var(--space-5);border-radius:var(--radius-lg);background:#fff;border:1px solid rgba(99,102,241,.12);box-shadow:0 8px 30px -12px #0f172a1a;animation:landing-rise .6s var(--ease-out) both;animation-delay:var(--delay, 0ms);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;display:flex;flex-direction:column;gap:var(--space-2)}.differentiator-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px -15px #6366f140;border-color:#6366f140}.differentiator-icon{width:48px;height:48px;border-radius:var(--radius-md);background:linear-gradient(135deg,#6366f124,#a855f714);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-2)}.differentiator-icon svg{width:24px;height:24px;color:var(--accent-strong)}.differentiator-metric{display:inline-block;padding:.25rem .65rem;border-radius:var(--radius-pill);background:#6366f11a;color:var(--accent-strong);font-size:.7rem;font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.05em;align-self:flex-start}.differentiator-card h3{margin:0;font-size:var(--text-lg, 1.05rem);font-weight:var(--weight-bold);line-height:1.3;color:var(--text)}.differentiator-card p{margin:0;font-size:var(--text-sm);color:var(--muted);line-height:1.6;flex:1}@media (max-width: 1024px){.differentiators-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.differentiators-grid{grid-template-columns:1fr}}.solution-stage{margin-top:var(--space-3)}@keyframes solution-arrow-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.solution-plans-strip{margin-top:var(--space-7);padding-top:var(--space-5);border-top:1px dashed rgba(99,102,241,.18);display:flex;flex-direction:column;align-items:center;gap:var(--space-4)}.solution-plans-label{font-size:var(--text-sm);color:var(--muted);font-weight:var(--weight-medium);letter-spacing:.01em}.solution-plans-buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3);width:100%;max-width:760px}.solution-plan-btn{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:.7rem;padding:.9rem 1.2rem;border-radius:var(--radius-md);background:#fff;border:1.5px solid rgba(15,23,42,.1);color:var(--text);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease;box-shadow:0 4px 14px -8px #0f172a1a}.solution-plan-btn:hover{transform:translateY(-3px);border-color:var(--accent, #6366f1);box-shadow:0 14px 32px -12px #6366f14d}.solution-plan-btn:hover svg{transform:translate(3px)}.solution-plan-btn svg{color:var(--accent, #6366f1);transition:transform .2s ease;flex-shrink:0}.solution-plan-btn-name{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--text);letter-spacing:-.005em}.solution-plan-btn-price{display:flex;flex-direction:column;align-items:flex-end;line-height:1.1}.solution-plan-btn-price strong{font-size:1.05rem;font-weight:var(--weight-bold);color:var(--accent-strong);letter-spacing:-.01em}.solution-plan-btn-price span{font-size:.66rem;color:var(--muted);font-weight:var(--weight-medium);margin-top:1px}.solution-plan-btn--featured{background:linear-gradient(160deg,#fff,#6366f114);border-color:#6366f166;box-shadow:0 12px 28px -10px #6366f14d}.solution-plan-btn--featured:hover{border-color:var(--accent-strong, #4338ca);box-shadow:0 20px 40px -14px #6366f173}.solution-plan-btn--featured .solution-plan-btn-price strong{background:linear-gradient(135deg,var(--accent, #6366f1) 0%,#7c3aed 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.solution-plans-buttons{grid-template-columns:1fr;max-width:420px}.solution-plan-btn{padding:.8rem 1rem}}.solution-stage-cta{display:flex;justify-content:center;margin-top:var(--space-4)}.solution-stage-cta--pro{background:linear-gradient(135deg,#a855f7,#7c3aed);box-shadow:0 18px 32px -18px #a855f7b3}.solution-stage-cta--pro:hover{background:linear-gradient(135deg,#9333ea,#6d28d9);box-shadow:0 22px 40px -18px #a855f7cc}.hero-estimator-form{display:flex;flex-direction:column;gap:.6rem}.hero-estimator-field{position:relative}.hero-estimator-input--live{cursor:text}.hero-estimator-input--live input{flex:1;border:none;outline:none;background:transparent;color:inherit;font-size:16px;font-weight:500;min-width:0}.hero-estimator-input--live input::-moz-placeholder{color:var(--muted, #94a3b8)}.hero-estimator-input--live input::placeholder{color:var(--muted, #94a3b8)}.hero-estimator-spinner{width:16px;height:16px;flex-shrink:0;border:2px solid rgba(99,102,241,.25);border-top-color:#6366f1;border-radius:50%;animation:hero-estimator-spin .6s linear infinite}@keyframes hero-estimator-spin{to{transform:rotate(360deg)}}.hero-estimator-suggestions{position:absolute;top:calc(100% + .4rem);left:0;right:0;z-index:40;margin:0;padding:.3rem;list-style:none;background:#fff;border:1px solid rgba(99,102,241,.4);border-radius:var(--radius-md);box-shadow:0 1px 2px #0f172a14,0 8px 16px -6px #0f172a29,0 24px 48px -18px #0f172a66;max-height:320px;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}@media (max-width: 640px){.hero-estimator-suggestions{z-index:1200}}.hero-estimator-suggestions li{margin:0}.hero-estimator-suggestion{display:flex;align-items:center;gap:.6rem;width:100%;padding:.55rem .7rem;border:none;border-radius:var(--radius-md);background:transparent;cursor:pointer;text-align:left}.hero-estimator-suggestion.is-active,.hero-estimator-suggestion:hover{background:#6366f11a}.hero-estimator-suggestion-pin{flex-shrink:0;color:#6366f1}.hero-estimator-suggestion-text{display:flex;flex-direction:column;gap:1px;min-width:0}.hero-estimator-suggestion-label{font-size:.85rem;font-weight:600;color:#0f172a}.hero-estimator-suggestion-context{font-size:.72rem;color:#64748b}.hero-estimator-submit{width:100%;justify-content:center}.hero-estimator-benefits{list-style:none;margin:.9rem 0 0;padding:0;display:flex;flex-direction:column;gap:.4rem}.hero-estimator-benefits li{position:relative;padding-left:1.4rem;font-size:.82rem;color:var(--muted, #475569)}.hero-estimator-benefits li:before{content:"✓";position:absolute;left:0;color:#15803d;font-weight:700}.landing-page--focused{display:flex;flex-direction:column;min-height:100vh}.landing-page--focused main{flex:1;display:flex;align-items:center}.landing-page--focused .landing-hero{padding-top:2.5rem;padding-bottom:3.5rem;width:100%}.hero-trust-inline{display:flex;flex-wrap:wrap;gap:.5rem 1.1rem;margin-top:1.5rem}.hero-trust-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:500;color:var(--muted, #64748b)}.hero-trust-badge svg{color:#15803d}.landing-footer--slim{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding-top:1.5rem;padding-bottom:1.5rem;border-top:1px solid rgba(15,23,42,.08);margin-top:auto}.landing-footer-legal{display:flex;flex-wrap:wrap;gap:1.1rem}.landing-footer-legal a,.landing-footer-linkbtn{font-size:.82rem;color:var(--muted, #64748b);text-decoration:none}.landing-footer-linkbtn{padding:0;font-family:inherit;background:none;border:0;cursor:pointer}.landing-footer-linkbtn:hover,.landing-footer-legal a:hover{color:var(--accent, #6366f1)}.landing-footer-copy{font-size:.82rem;color:var(--muted, #94a3b8)}@media (max-width: 860px){.landing-page--focused main{align-items:flex-start}}@media (hover: hover){.price-card.price-card:hover{transform:translateY(-3px);border-color:var(--accent);box-shadow:0 14px 32px -14px #6366f159}}@media (max-width: 640px){.landing-footer--slim{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"liens liens" "logo  copie";align-items:center;gap:.4rem .75rem;padding-top:1.1rem;padding-bottom:1.1rem}.landing-footer--slim>.landing-logo{grid-area:logo}.landing-footer-copy{grid-area:copie;text-align:right}.landing-footer-legal{grid-area:liens;display:flex;flex-wrap:wrap;justify-content:space-between;gap:0 .5rem}.landing-footer-legal a,.landing-footer-linkbtn{font-size:.72rem;white-space:nowrap;padding-left:0;padding-right:0;flex-shrink:0}.landing-footer--slim{padding-left:.75rem;padding-right:.75rem}}@media (max-width: 359px){.landing-footer-legal{flex-wrap:wrap;justify-content:flex-start;gap:0 .75rem}}.apercu-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:2.5rem;align-items:stretch}.apercu-left{display:flex;flex-direction:column;gap:1.25rem}.apercu-right{display:flex;flex-direction:column;height:100%}.apercu-right .diag-points{gap:1.2rem}.apercu-cta{align-self:flex-start}@media (max-width: 860px){.apercu-cta{margin-top:.25rem}}@media (max-width: 860px){.apercu-layout{grid-template-columns:1fr;gap:1.75rem}}.result-preview{border-radius:var(--radius-lg);overflow:hidden;background:#fff;border:1px solid rgba(15,23,42,.1);box-shadow:0 30px 60px -28px #0f172a66}.result-preview-bar{display:flex;align-items:center;gap:6px;padding:.6rem .9rem;background:#f1f5f9;border-bottom:1px solid rgba(15,23,42,.08)}.result-preview-dot{width:9px;height:9px;border-radius:50%;background:#cbd5e1}.result-preview-dot:nth-child(1){background:#f87171}.result-preview-dot:nth-child(2){background:#fbbf24}.result-preview-dot:nth-child(3){background:#34d399}.result-preview-url{margin-left:.7rem;font-size:.7rem;color:#64748b;background:#fff;padding:2px 10px;border-radius:var(--radius-pill);border:1px solid rgba(15,23,42,.08)}.result-preview-badge{margin-left:auto;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#64748b;background:#ffffffe6;border:1px solid rgba(15,23,42,.12);padding:.12rem .5rem;border-radius:var(--radius-pill)}.result-preview-body{padding:1.25rem 1.35rem 1.4rem}.result-preview-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.result-preview-eyebrow{display:block;font-size:.66rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6366f1}.result-preview-address{font-size:.9rem;font-weight:600;color:#0f172a}.result-preview-tag{flex-shrink:0;font-size:.7rem;font-weight:600;color:#475569;background:#f1f5f9;padding:.25rem .6rem;border-radius:var(--radius-pill)}.result-preview-price{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;background:linear-gradient(135deg,#6366f114,#6366f105);border:1px solid rgba(99,102,241,.2);border-radius:var(--radius-md);margin-bottom:1rem}.result-preview-price-label{display:block;font-size:.72rem;color:#64748b;margin-bottom:2px}.result-preview-price-main strong{font-size:1.9rem;font-weight:800;color:#0f172a;line-height:1}.result-preview-price-m2{display:block;font-size:.72rem;color:#64748b;margin-top:4px}.result-preview-gap{flex-shrink:0;font-size:.85rem;font-weight:700;color:#15803d;background:#16a34a1f;padding:.35rem .7rem;border-radius:var(--radius-pill)}.result-preview-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;margin-bottom:1rem}.result-preview-metric{padding:.7rem .6rem;background:#f8fafc;border:1px solid rgba(15,23,42,.07);border-radius:var(--radius-md);text-align:center}.result-preview-metric-label{display:block;font-size:.66rem;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin-bottom:4px}.result-preview-metric-value{display:flex;align-items:center;justify-content:center;gap:4px;font-size:.95rem;font-weight:800;color:#0f172a}.result-preview-metric-value--good{color:#15803d}.result-preview-metric-value--warn{color:#ea580c}.result-preview-metric-note{display:block;font-size:.64rem;color:#94a3b8;margin-top:3px}.result-preview-metric .dpe-letter{font-size:.7rem;padding:1px 6px}.result-preview-scan{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column}.scan-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem 0;border-bottom:1px solid rgba(15,23,42,.06)}.scan-row:last-child{border-bottom:none}.scan-fam{font-size:.78rem;font-weight:600;color:#475569}.scan-val{display:flex;align-items:center;gap:5px;font-size:.78rem;font-weight:700;color:#0f172a;text-align:right}.scan-val--good{color:#15803d}.scan-val--warn{color:#ea580c}.result-preview-scan .dpe-letter{font-size:.68rem;padding:1px 6px}.result-preview-verdict{display:flex;align-items:center;gap:.6rem;padding:.75rem .9rem;background:#16a34a14;border:1px solid rgba(22,163,74,.2);border-radius:var(--radius-md);font-size:.82rem;color:#14532d}.result-preview-verdict-icon{flex-shrink:0;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#16a34a;color:#fff;font-size:.75rem;font-weight:700}.diag-tabs{display:flex;align-items:center;gap:.35rem;margin-bottom:.9rem}.diag-tab{font-size:.72rem;font-weight:700;color:#64748b;padding:.28rem .7rem;border-radius:var(--radius-pill);background:#f1f5f9}.diag-tab.is-active{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 6px 14px -6px #6366f1b3}.diag-addr{margin-left:auto;font-size:.72rem;font-weight:600;color:#94a3b8}.diag-price{padding:.85rem 1rem;border-radius:var(--radius-md);margin-bottom:.85rem;background:linear-gradient(135deg,#6366f117,#8b5cf60a);border:1px solid rgba(99,102,241,.18)}.diag-price-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.diag-price-label{font-size:.72rem;color:#64748b;font-weight:600}.diag-gap{font-size:.74rem;font-weight:800;color:var(--score-good, #27ae60);background:#27ae6026;padding:.2rem .55rem;border-radius:var(--radius-pill)}.diag-price-value{display:block;font-size:2rem;font-weight:800;color:#0f172a;line-height:1.05;margin:.2rem 0 2px;letter-spacing:-.02em}.diag-price-sub{display:block;font-size:.72rem;color:#64748b;margin-bottom:.6rem}.diag-bar{position:relative;height:8px;border-radius:var(--radius-pill);background:#6366f124;overflow:hidden}.diag-bar-fill{position:absolute;left:0;top:0;bottom:0;border-radius:var(--radius-pill);background:linear-gradient(90deg,#6366f1,#8b5cf6)}.diag-bar-legend{display:flex;justify-content:space-between;margin-top:5px;font-size:.64rem;color:#94a3b8;font-weight:600}.diag-dpe{margin-bottom:.85rem}.diag-dpe-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.4rem}.diag-fam{font-size:.74rem;font-weight:700;color:#475569}.diag-dpe-note{font-size:.72rem;font-weight:700;color:#ea580c}.diag-dpe-scale{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.diag-dpe-seg{text-align:center;font-size:.6rem;font-weight:800;color:#fff;padding:4px 0;border-radius:5px;opacity:.4;transform:scale(.92);transition:opacity .2s ease,transform .2s ease}.diag-dpe-seg.is-active{opacity:1;transform:scale(1.14);box-shadow:0 4px 10px -3px #0f172a66}.diag-dpe-seg--a{background:#16a34a}.diag-dpe-seg--b{background:#65a30d}.diag-dpe-seg--c{background:#84cc16}.diag-dpe-seg--d{background:#eab308}.diag-dpe-seg--e{background:#f59e0b}.diag-dpe-seg--f{background:#ea580c}.diag-dpe-seg--g{background:#dc2626}.diag-pills{display:flex;gap:.4rem;margin-top:.65rem}.diag-pill{font-size:.64rem;font-weight:700;color:#475569;background:#eef2f7;padding:.18rem .5rem;border-radius:var(--radius-pill)}.diag-pill--good{color:#15803d;background:#16a34a1f}.diag-cols{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin-bottom:.85rem;align-items:start}.diag-mini{display:flex;flex-direction:column;gap:.4rem}.diag-mini-head{display:flex;align-items:baseline;justify-content:space-between;gap:.4rem}.diag-mini-foot{font-size:.62rem;color:#94a3b8}.diag-quartier{margin-bottom:.85rem}.diag-map{border-radius:var(--radius-md);overflow:hidden;line-height:0;margin-top:.4rem;border:1px solid rgba(15,23,42,.08)}.diag-map svg{width:100%;height:auto;display:block}.diag-scan{list-style:none;margin:0 0 .85rem;padding:0;display:flex;flex-direction:column}.diag-scan li{display:flex;align-items:center;gap:.55rem;padding:.42rem 0;border-bottom:1px solid rgba(15,23,42,.06)}.diag-scan li:last-child{border-bottom:none}.diag-dot{width:7px;height:7px;border-radius:50%;background:#cbd5e1;flex-shrink:0}.diag-dot--good{background:var(--score-good, #27ae60)}.diag-dot--warn{background:var(--score-medium, #f39c12)}.diag-scan-fam{font-size:.76rem;font-weight:600;color:#475569}.diag-scan-val{margin-left:auto;font-size:.76rem;font-weight:700;color:#0f172a;text-align:right}.diag-verdict{display:flex;align-items:center;gap:.7rem;padding:.7rem .85rem;border-radius:var(--radius-md);background:#16a34a14;border:1px solid rgba(22,163,74,.22)}.diag-ring{flex-shrink:0}.diag-ring-bg{fill:none;stroke:#16a34a2e;stroke-width:3.5}.diag-ring-fg{fill:none;stroke:#16a34a;stroke-width:3.5;stroke-linecap:round;stroke-dasharray:97.4;stroke-dashoffset:17.5;transform:rotate(-90deg);transform-origin:50% 50%}.diag-ring-text{fill:#16a34a;font-size:9px;font-weight:800;text-anchor:middle}.diag-verdict-text{font-size:.8rem;color:#14532d;line-height:1.35}.diag-verdict-text strong{color:#14532d}.diag-points{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.diag-point{display:flex;gap:.8rem;align-items:flex-start}.diag-point-ico{flex-shrink:0;width:38px;height:38px;border-radius:var(--radius-md);color:#4f46e5;display:grid;place-items:center;background:linear-gradient(135deg,#6366f124,#8b5cf614);border:1px solid rgba(99,102,241,.14)}.diag-point-ico svg{width:19px;height:19px}.diag-point-body{display:flex;flex-direction:column;gap:2px}.diag-point-body strong{font-size:.95rem;color:#0f172a;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;line-height:1.2}.diag-point-chip{font-size:.66rem;font-weight:700;color:#4f46e5;background:#6366f11a;padding:.12rem .45rem;border-radius:var(--radius-pill)}.diag-point-body span{font-size:.85rem;color:#64748b;line-height:1.45}@media (prefers-reduced-motion: no-preference){.diag-bar-fill{animation:diag-grow 1s var(--ease-out) both}.diag-ring-fg{animation:diag-ring 1.1s ease both}}@keyframes diag-grow{0%{width:0}}@keyframes diag-ring{0%{stroke-dashoffset:97.4}}@media (max-width: 420px){.diag-price-value{font-size:1.7rem}.diag-scan-fam,.diag-scan-val{font-size:.72rem}.diag-tab{padding:.24rem .55rem;font-size:.68rem}}.apercu-points{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.1rem}.apercu-points li{display:flex;flex-direction:column;gap:2px;padding-left:1.6rem;position:relative}.apercu-points li:before{content:"";position:absolute;left:0;top:4px;width:18px;height:18px;border-radius:50%;background:#6366f11f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='3'%3E%3Cpath d='M5 13l4 4L19 7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px no-repeat}.apercu-points strong{font-size:.95rem;color:var(--text, #0f172a)}.apercu-points span{font-size:.85rem;color:var(--muted, #64748b)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem}@media (max-width: 760px){.steps-grid{grid-template-columns:1fr}}.step-card{position:relative;padding:1.75rem 1.4rem 1.4rem;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:var(--radius-lg);box-shadow:0 12px 30px -24px #0f172a4d}.step-num{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--radius-md);background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:800;font-size:1.05rem;margin-bottom:.9rem}.step-card h3{font-size:1.05rem;margin:0 0 .4rem}.step-card p{font-size:.88rem;color:var(--muted, #64748b);margin:0;line-height:1.5}.steps-cta{display:flex;justify-content:center}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media (max-width: 860px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card-v2{display:flex;flex-direction:column;gap:.9rem;padding:1.5rem 1.4rem;margin:0;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:var(--radius-lg);box-shadow:0 12px 30px -24px #0f172a4d}.testimonial-result-v2{align-self:flex-start;font-size:.78rem;font-weight:700;color:#15803d;background:#16a34a1a;padding:.3rem .7rem;border-radius:var(--radius-pill)}.testimonial-card-v2 blockquote{margin:0;font-size:.9rem;line-height:1.55;color:var(--text, #1e293b)}.testimonial-card-v2 figcaption{display:flex;align-items:center;gap:.65rem;margin-top:auto}.testimonial-avatar-v2{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:700;font-size:.8rem;flex-shrink:0}.testimonial-info-v2{display:flex;flex-direction:column}.testimonial-info-v2 strong{font-size:.88rem;color:var(--text, #0f172a)}.testimonial-info-v2 span{font-size:.76rem;color:var(--muted, #94a3b8)}.hero-estimator-reassure{margin:.55rem 0 0;text-align:center;font-size:.75rem;color:var(--muted, #64748b)}.hero-estimator-note{margin:.4rem auto 0;max-width:34rem;text-align:center;font-size:.75rem;line-height:1.4;color:var(--muted, #94a3b8)}.hero-estimator-demo{display:block;margin:.5rem auto 0;padding:0;border:none;background:none;font-size:.8rem;font-weight:600;color:var(--accent, #6366f1);cursor:pointer}.hero-estimator-demo:hover{text-decoration:underline}@media (max-width: 768px){.landing-hero-content h1{font-size:2.1rem;margin:.75rem 0}.landing-hero-content .landing-lead{font-size:.95rem}.landing-hero-content h1 br{display:none}}.result-preview{position:relative}.result-preview-example{position:absolute;top:.55rem;right:.7rem;z-index:2;font-size:.62rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#64748b;background:#ffffffeb;border:1px solid rgba(15,23,42,.12);padding:.15rem .5rem;border-radius:var(--radius-pill)}.apercu-layout--reverse .result-preview{order:2}@media (max-width: 860px){.apercu-layout--reverse{display:flex;flex-direction:column}.apercu-layout--reverse .result-preview{order:-1}}.sim-row{display:flex;align-items:center;justify-content:space-between;padding:.7rem .9rem;border-radius:var(--radius-md);font-size:.9rem}.sim-row span{color:#64748b}.sim-row strong{color:#0f172a;font-weight:800}.sim-row--base{background:#f1f5f9;margin-bottom:.6rem}.sim-row--base strong{font-size:1.15rem}.sim-row--total{background:linear-gradient(135deg,#6366f11a,#6366f108);border:1px solid rgba(99,102,241,.2);margin-top:.6rem}.sim-row--total span{color:#475569;font-weight:600}.sim-row--total strong{font-size:1.35rem;color:#4f46e5}.sim-adjust{display:flex;flex-direction:column;gap:.4rem}.sim-line{display:flex;align-items:center;gap:.6rem;padding:.5rem .9rem;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:var(--radius-md)}.sim-line-toggle{flex-shrink:0;width:30px;height:17px;border-radius:var(--radius-pill);background:#6366f1;position:relative}.sim-line-toggle:after{content:"";position:absolute;top:2px;right:2px;width:13px;height:13px;border-radius:50%;background:#fff}.sim-line--down .sim-line-toggle{background:#cbd5e1}.sim-line--down .sim-line-toggle:after{left:2px;right:auto}.sim-line-label{flex:1;font-size:.82rem;color:#334155}.sim-line-impact{font-size:.85rem;font-weight:700}.sim-line--up .sim-line-impact{color:#15803d}.sim-line--down .sim-line-impact{color:#ea580c}.offers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;align-items:stretch;max-width:720px;margin:0 auto}.offer-card{position:relative;display:flex;flex-direction:column;padding:1.75rem 1.5rem 1.5rem;background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:var(--radius-lg);box-shadow:0 12px 30px -24px #0f172a4d}.offer-card.is-featured{border-color:#6366f180;box-shadow:0 0 0 3px #6366f11f,0 24px 50px -28px #6366f180}.offer-badge{position:absolute;top:-.7rem;left:50%;transform:translate(-50%);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);padding:.2rem .7rem;border-radius:var(--radius-pill)}.offer-name{font-size:1rem;margin:0 0 .5rem;color:var(--muted, #64748b);font-weight:700}.offer-price{display:flex;align-items:baseline;gap:.4rem;margin-bottom:.3rem}.offer-price strong{font-size:2rem;font-weight:800;color:var(--text, #0f172a)}.offer-price span{font-size:.82rem;color:var(--muted, #94a3b8)}.offer-price-old{font-size:1.05rem;font-weight:700;color:#94a3b8;text-decoration:line-through}.offer-tagline{font-size:.85rem;color:var(--muted, #64748b);margin:0 0 1.1rem}.offer-features{list-style:none;margin:0 0 1.4rem;padding:0;display:flex;flex-direction:column;gap:.55rem;flex:1}.offer-features li{position:relative;padding-left:1.5rem;font-size:.85rem;color:var(--text, #334155)}.offer-features li:before{content:"";position:absolute;left:0;top:3px;width:16px;height:16px;border-radius:50%;background:#16a34a1f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='3'%3E%3Cpath d='M5 13l4 4L19 7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 11px no-repeat}.offer-cta{width:100%;justify-content:center}.offers-note{text-align:center;font-size:.78rem;color:var(--muted, #94a3b8);margin:1.5rem 0 0}.offers-note--legal{font-size:.72rem;margin-top:1rem;max-width:40rem;margin-left:auto;margin-right:auto}.persona-band{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch}.persona-card{display:flex;flex-direction:column;gap:.55rem;text-align:left;padding:1.6rem 1.4rem 1.4rem;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:var(--radius-lg);box-shadow:0 12px 30px -24px #0f172a4d;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.persona-card:hover{transform:translateY(-4px);border-color:#6366f166;box-shadow:0 20px 44px -26px #6366f180}.persona-card:focus-visible{outline:2px solid var(--accent, #6366f1);outline-offset:2px}.persona-card-kicker{font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--accent-strong, #4f46e5)}.persona-card-title{font-size:1.15rem;font-weight:800;color:var(--text, #0f172a);line-height:1.2}.persona-card-body{margin:0;font-size:.86rem;color:var(--muted, #64748b);line-height:1.5}.persona-card-points{list-style:none;margin:.2rem 0 0;padding:0;display:flex;flex-direction:column;gap:.4rem}.persona-card-points li{position:relative;padding-left:1.4rem;font-size:.82rem;color:var(--text, #334155)}.persona-card-points li:before{content:"";position:absolute;left:0;top:2px;width:16px;height:16px;border-radius:50%;background:#6366f11f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='3'%3E%3Cpath d='M5 13l4 4L19 7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 11px no-repeat}.persona-card-foot{margin-top:auto;padding-top:.7rem;display:flex;flex-direction:column;align-items:flex-start;gap:.55rem}.persona-card-metric{align-self:flex-start;font-size:.76rem;font-weight:700;color:#166534;background:#16a34a1a;padding:.3rem .7rem;border-radius:var(--radius-pill)}.persona-card-cta{font-size:.85rem;font-weight:700;color:var(--accent-strong, #4f46e5)}.persona-card:hover .persona-card-cta{text-decoration:underline}.persona-band-note{text-align:center;font-size:.74rem;color:var(--muted, #94a3b8);line-height:1.5;max-width:640px;margin:1.25rem auto 0}@media (max-width: 768px),(pointer: coarse){.landing-footer-legal{gap:.35rem .5rem}.landing-footer-legal a{display:inline-flex;align-items:center;min-height:44px;padding:0 .55rem;margin:0 -.25rem}}@media (max-width: 768px),(pointer: coarse){.landing-button,.hero-estimator-demo{min-height:44px}.hero-estimator-sources,.result-preview-example,.result-preview-eyebrow,.result-preview-metric-label{font-size:.7rem}}.hero-estimator-personas{display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem;margin:0 0 .75rem;padding:3px;background:#0f172a0a;border:1px solid rgba(15,23,42,.07);border-radius:var(--radius-pill)}.hero-estimator-persona{min-height:44px;padding:.4rem .5rem;border:0;border-radius:var(--radius-pill);background:transparent;color:#475569;font:inherit;font-size:.82rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.hero-estimator-persona:hover:not(.is-active){color:var(--text, #0f172a)}.hero-estimator-persona.is-active{background:#fff;color:var(--accent-strong, #4f46e5);box-shadow:0 1px 3px #0f172a1f}.hero-estimator-persona:focus-visible{outline:2px solid var(--accent, #6366f1);outline-offset:1px}.result-preview-body--shot{padding:0;background:var(--panel, #fff)}.result-preview-body--shot picture,.result-shot{display:block;width:100%;height:auto}.result-shot{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.shot-carousel{display:flex;flex-direction:column;background:var(--panel, #fff)}.shot-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.shot-track::-webkit-scrollbar{display:none}.shot-slide{flex:0 0 100%;scroll-snap-align:center;margin:0;min-width:0;display:flex;flex-direction:column}.shot-slide picture{display:block;aspect-ratio:1588 / 920;background:var(--bg, #f8fafc)}.shot-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none}.shot-caption{padding:.6rem .9rem;font-size:.78rem;line-height:1.35;color:var(--muted, #64748b);border-top:1px solid var(--border-subtle, #e2e8f0);background:var(--panel, #fff)}.shot-caption strong{color:var(--text, #0f172a)}.shot-nav{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem;border-top:1px solid var(--border-subtle, #e2e8f0);background:var(--panel, #fff)}.shot-arrow{width:44px;height:44px;border:1px solid var(--border-subtle, #e2e8f0);border-radius:50%;background:transparent;color:var(--muted, #64748b);font-size:1.1rem;line-height:1;cursor:pointer}.shot-arrow:hover{color:var(--accent-strong, #4f46e5);border-color:var(--accent, #6366f1)}.shot-dots{display:flex;gap:2px}.shot-dot{width:24px;height:44px;padding:0;border:0;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.shot-dot:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--border-strong, #cbd5e1);transition:background .2s ease,transform .2s ease}.shot-dot.is-active:before{background:var(--accent, #6366f1);transform:scale(1.35)}.shot-arrow:focus-visible,.shot-dot:focus-visible{outline:2px solid var(--accent, #6366f1);outline-offset:2px}@media (max-width: 720px){.shot-slide picture{aspect-ratio:537 / 690}.shot-arrow{width:44px;height:44px}.shot-dot{width:24px;height:44px}.shot-dot:before{width:9px;height:9px}}.apercu-left,.apercu-left>.result-preview,.shot-carousel,.shot-track{min-width:0}.benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem;margin-top:1.25rem}@media (max-width: 560px){.benefit-grid{grid-template-columns:1fr;gap:.5rem}}.benefit-card{position:relative;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-md);padding:.85rem .8rem .75rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}@media (hover: hover){.benefit-card.benefit-card:hover{transform:translateY(-3px);border-color:var(--accent);box-shadow:0 14px 32px -14px #6366f159}}.benefit-card.is-star{border-color:var(--accent);background:linear-gradient(180deg,var(--accent-soft),transparent 75%);padding-top:1.7rem}.benefit-tag{position:absolute;top:-.5rem;left:.65rem;font-size:.58rem;font-weight:var(--weight-bold);letter-spacing:.04em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-strong));border-radius:var(--radius-pill);padding:.15rem .5rem;white-space:nowrap}.benefit-card h3{margin:0;font-size:.87rem;line-height:1.25}.benefit-viz{display:block;width:100%;max-width:320px;height:auto;margin:.55rem auto .15rem;overflow:visible}.benefit-viz .viz-t{font-size:8.5px;font-family:inherit;fill:var(--muted)}.benefit-viz .viz-t--fin{text-anchor:end}.benefit-viz .viz-t--centre{text-anchor:middle}.benefit-viz .viz-l{font-size:10px;font-weight:var(--weight-bold);fill:#fff;text-anchor:middle;font-family:inherit}.benefit-note{margin:.35rem 0 0;font-size:.72rem;color:var(--muted)}.benefit-card p{margin:.2rem 0 0;font-size:.875rem;line-height:1.45;color:var(--muted)}.price-cycle{display:inline-flex;align-self:center;margin:1.1rem auto 0;padding:.25rem;gap:.2rem;border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--panel)}.price-cycle-choix{display:inline-flex;align-items:center;gap:.4rem;min-height:40px;padding:.45rem 1rem;border:0;border-radius:var(--radius-pill);background:transparent;color:var(--muted);font:inherit;font-size:.84rem;font-weight:var(--weight-semibold);cursor:pointer;transition:background .18s ease,color .18s ease}.price-cycle-choix.is-active{background:var(--text);color:var(--panel)}.price-cycle-remise{padding:.1rem .4rem;border-radius:var(--radius-pill);background:#05966924;color:#047857;font-size:.7rem;font-weight:var(--weight-semibold);white-space:nowrap}.price-cycle-choix.is-active .price-cycle-remise{background:#ffffff2e;color:#fff}.landing-section .price-cycle{display:flex;width:-moz-max-content;width:max-content}.price-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;align-items:stretch;margin-top:1.35rem}.price-card{position:relative;display:flex;flex-direction:column;gap:.35rem;padding:1.35rem 1.15rem 1.25rem;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;box-shadow:var(--shadow-sm, 0 10px 30px -18px rgba(15, 23, 42, .35))}.price-card.is-featured{border-color:var(--accent);box-shadow:0 18px 40px -22px #6366f18c}.price-card-badge{position:absolute;top:-.65rem;left:1.15rem;padding:.2rem .6rem;border-radius:var(--radius-pill);background:var(--accent);color:#fff;font-size:.66rem;font-weight:var(--weight-semibold);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.price-card-title{font-size:.78rem;font-weight:var(--weight-semibold);letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.price-card-amount{font-family:var(--font-display);font-size:1.75rem;line-height:1.1;color:var(--text)}.price-card-amount small{margin-left:.25rem;font-family:var(--font-sans);font-size:.78rem;font-weight:var(--weight-regular);color:var(--muted)}.price-card-note{font-size:.74rem;line-height:1.35;color:var(--muted)}.price-card-for{font-size:.84rem;line-height:1.45;color:var(--muted);min-height:2.4em}.price-card-list{list-style:none;margin:auto 0 0;padding:.75rem 0 0;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.45rem}.price-card-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.84rem;line-height:1.4;color:var(--text);min-height:2.35em}.price-card-list li.is-off{color:var(--muted)}.price-dot{flex:0 0 auto;width:.6rem;height:.6rem;margin-top:.32em;border:1.5px solid var(--border);border-radius:50%;background:transparent}.price-dot.is-on{border-color:#059669;background:#059669}.price-card-mention{margin-top:.7rem;font-size:.76rem;line-height:1.35;color:var(--muted)}@media (max-width: 860px){.price-cards{grid-template-columns:1fr;gap:.75rem}.price-card-for{min-height:0}.price-card-list li.is-off{display:none}.price-card-list li{min-height:0}}.price-fine{margin:.6rem 0 0;text-align:center;font-size:.8125rem;line-height:1.45;color:var(--muted)}.price-cta{margin-top:.9rem;width:100%;justify-content:center}.landing-sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem calc(.6rem + env(safe-area-inset-bottom));background:var(--panel);border-top:1px solid var(--border);box-shadow:0 -8px 24px -18px #0f172a66;transform:translateY(110%);transition:transform .22s ease}.landing-sticky-cta.is-visible{transform:translateY(0)}@media (max-width: 768px){.landing-page{padding-bottom:72px}}.landing-sticky-text{flex:1;min-width:0}.landing-sticky-text b{display:block;font-family:var(--font-display);font-size:.82rem}.landing-sticky-text small{font-size:.7rem;color:var(--muted)}.landing-sticky-cta .landing-button{flex:none}@media (min-width: 769px){.landing-sticky-cta{display:none}}@media (prefers-reduced-motion: reduce){.landing-sticky-cta{transition:none}}@media (max-width: 560px){.landing-hero h1{font-size:1.72rem;line-height:1.12}.landing-lead{font-size:.92rem;margin-top:.4rem}.hero-estimator-card{margin-top:.75rem;padding:.75rem}.hero-estimator-header{margin-bottom:.5rem}}.hero-estimator-reassure a{color:inherit;text-decoration:underline}.apercu-layout--single{grid-template-columns:1fr;max-width:560px;margin-inline:auto}.landing-section--showcase{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding-left:calc(50vw - 50%);padding-right:calc(50vw - 50%);background:radial-gradient(120% 85% at 50% -15%,rgba(129,140,248,.38),transparent 58%),linear-gradient(165deg,#1e1b4b,#312e81 46%,#4c1d95);color:#fff;position:relative;overflow:hidden}.landing-section-header--light h2{color:#fff}.landing-section-header--light p{color:#ffffffb8}.showcase-stage{position:relative;display:flex;justify-content:center;max-width:820px;margin:0 auto;padding:1.5rem 0 .5rem}.showcase-devices{position:relative;width:100%;display:flex;justify-content:center}.showcase-glow{position:absolute;top:-6%;left:50%;transform:translate(-50%);width:62%;height:70%;background:radial-gradient(circle,rgba(167,139,250,.5),transparent 68%);filter:blur(46px);z-index:0;pointer-events:none}.showcase-macbook{position:relative;z-index:1;width:min(600px,84%);display:flex;flex-direction:column;align-items:center}.showcase-macbook-screen{position:relative;width:100%;padding:13px 13px 15px;border-radius:var(--radius-lg);background:linear-gradient(160deg,#3a3a3f,#212125);box-shadow:inset 0 0 0 1px #ffffff14,0 50px 90px -42px #000000d9}.showcase-macbook-camera{position:absolute;top:6px;left:50%;transform:translate(-50%);width:6px;height:6px;border-radius:50%;background:#0b0b0d;box-shadow:inset 0 0 0 1px #ffffff2e}.showcase-macbook-display{position:relative;border-radius:5px;overflow:hidden;background:#fff}.showcase-macbook-display img,.showcase-phone-shot{display:block;width:100%;height:auto}.showcase-macbook-base{position:relative;width:116%;height:15px;background:linear-gradient(#cfd2d8,#a9adb7 55%,#82868f);border-radius:0 0 var(--radius-md) var(--radius-md);box-shadow:0 22px 30px -22px #000000a6}.showcase-macbook-base:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:108px;height:8px;background:linear-gradient(#9498a2,#7e828c);border-radius:0 0 var(--radius-sm) var(--radius-sm)}.showcase-phone{--phone-w: min(300px, 76vw);--phone-rail: calc(var(--phone-w) * .045);--phone-radius: calc(var(--phone-w) * .17);position:relative;z-index:2;width:var(--phone-w);padding:var(--phone-rail);border-radius:var(--phone-radius);background:#0b0c10;box-shadow:inset 0 0 0 1px #ffffff24,0 2px #ffffff0f,0 40px 90px -30px #000000d9}.showcase-phone-btn{position:absolute;width:calc(var(--phone-w) * .012);background:#2b2d36;z-index:1}.showcase-phone-btn--action,.showcase-phone-btn--vol-up,.showcase-phone-btn--vol-down{left:calc(var(--phone-w) * -.008);border-radius:2px 0 0 2px}.showcase-phone-btn--power{right:calc(var(--phone-w) * -.008);border-radius:0 2px 2px 0}.showcase-phone-btn--action{top:16%;height:3.6%}.showcase-phone-btn--vol-up{top:22%;height:6%}.showcase-phone-btn--vol-down{top:30%;height:6%}.showcase-phone-btn--power{top:23%;height:9%}.showcase-phone-screen{position:relative;border-radius:calc(var(--phone-radius) - var(--phone-rail));overflow:hidden;background:#fff;padding-top:calc(var(--phone-w) * .07)}.showcase-phone-island{position:absolute;top:calc(var(--phone-w) * .032);left:50%;transform:translate(-50%);width:calc(var(--phone-w) * .3);height:calc(var(--phone-w) * .088);background:#0b0c10;border-radius:var(--radius-pill);z-index:5}.shot-carousel--phone{position:relative;background:#fff}.shot-carousel--phone .shot-slide picture{aspect-ratio:537 / 1164}.shot-carousel--phone .shot-caption,.shot-carousel--phone .shot-arrow{display:none}.shot-carousel--phone .shot-nav{position:absolute;left:0;right:0;bottom:4px;border:0;padding:4px;background:linear-gradient(to top,rgba(15,23,42,.28),transparent)}.shot-carousel--phone .shot-dot:before{background:#ffffff8c}.shot-carousel--phone .shot-dot.is-active:before{background:#fff;transform:scale(1.4)}.showcase-floats{display:contents}.showcase-float{position:absolute;z-index:3;display:flex;flex-direction:column;gap:2px;padding:.8rem .95rem;border-radius:var(--radius-lg);background:#fffffff7;border:1px solid rgba(255,255,255,.6);box-shadow:0 22px 45px -20px #08061ed9;color:#0f172a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.showcase-float-label{display:inline-flex;align-items:center;gap:6px;font-size:.68rem;font-weight:600;color:#64748b}.showcase-float-value{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.05;color:#0f172a}.showcase-float-value--good{color:#15803d}.showcase-float-sub{display:inline-flex;align-items:center;gap:4px;font-size:.68rem;color:#94a3b8}.showcase-float-sub svg{color:#15803d}.showcase-float-dot{width:7px;height:7px;border-radius:50%;background:#22c55e}.showcase-float--price{top:2%;left:-1%;width:200px}.showcase-float--yield{bottom:4%;left:-1%;width:194px}.showcase-float--rent{top:38%;left:-4%;width:176px}.showcase-float--works{bottom:-6%;right:22%;width:180px}.showcase-chip{position:absolute;z-index:3;display:inline-flex;align-items:center;gap:.4rem;padding:.42rem .75rem;border-radius:var(--radius-pill);background:#ffffff1f;border:1px solid rgba(255,255,255,.24);color:#fff;font-size:.72rem;font-weight:600;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 12px 26px -16px #000000b3}.showcase-chip-dot{width:7px;height:7px;border-radius:50%;background:#34d399;box-shadow:0 0 0 3px #34d39940}.showcase-chip--dpe{top:14%;right:-5%}.showcase-chip--risk{top:44%;right:-7%}.showcase-chip-warn{width:7px;height:7px;border-radius:50%;background:#f59e0b}.showcase-dpe-letter{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;border-radius:5px;font-size:.72rem;font-weight:800;background:#f59e0b;color:#1a1200}.showcase-awards{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem .75rem;margin:-.5rem auto .5rem;max-width:720px}.showcase-award{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .85rem .4rem .6rem;border-radius:var(--radius-pill);background:#ffffff14;border:1px solid rgba(245,196,81,.35);color:#fff;font-size:.78rem;line-height:1.15;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.showcase-award-rosette{width:26px;height:26px;flex:none;color:#f5c451}.showcase-award-text strong{font-weight:800;color:#ffd873}@media (min-width: 861px){.showcase-stage{padding-bottom:1.5rem}.showcase-phone{position:absolute;right:3%;bottom:-9%;--phone-w: 168px;z-index:2}}@media (max-width: 860px){.showcase-phone{position:absolute;right:1%;bottom:-7%;--phone-w: min(112px, 29vw);z-index:2}.showcase-macbook{width:88%}.showcase-stage{flex-direction:column;align-items:center;gap:1.25rem;padding-top:.5rem}.showcase-floats{display:grid;grid-template-columns:1fr 1fr;justify-content:center;align-items:stretch;gap:.5rem;max-width:420px}.showcase-chip{grid-column:span 1;justify-self:center}.showcase-float,.showcase-chip{position:static;width:auto}.showcase-floats{order:2;margin-top:.25rem}.showcase-float{width:100%;height:100%}.showcase-float-value{font-size:1.25rem}}@media (prefers-reduced-motion: reduce){.showcase-glow{opacity:.85}}.reveal{opacity:0;transform:translateY(14px);transition:opacity .5s var(--ease-out),transform .5s var(--ease-out)}.reveal.is-in{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;transition:none}}.benefit-lead{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.25rem}.benefit-card--lead{padding:1.6rem 1.15rem 1.15rem;border-color:var(--accent);background:linear-gradient(180deg,var(--accent-soft),transparent 70%)}.benefit-card--lead h3{font-size:1.02rem}.benefit-card--lead p{font-size:.88rem}@media (max-width: 700px){.benefit-lead{grid-template-columns:1fr}}.landing-trustbar{width:100%;padding:var(--space-5) 0;border-top:1px solid rgba(15,23,42,.07);border-bottom:1px solid rgba(15,23,42,.07)}.landing-trustbar-label{margin:0 0 var(--space-4);text-align:center;font-size:var(--text-xs);font-weight:var(--weight-medium);letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.landing-trustbar-viewport{max-width:560px;margin-inline:auto;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.landing-trustbar-row{margin:0;padding:0;list-style:none;display:flex;flex-wrap:nowrap;align-items:center;width:-moz-max-content;width:max-content;gap:var(--space-9);animation:trustbar-defile 30s linear infinite}@keyframes trustbar-defile{0%{transform:translate(0)}to{transform:translate(-50%)}}.landing-trustbar-viewport:hover .landing-trustbar-row,.landing-trustbar-row:focus-within{animation-play-state:paused}.landing-trustbar-row.is-hors-ecran,.preuve-piste.is-hors-ecran{animation-play-state:paused}.landing-trustbar-logo{display:block;height:36px;width:auto;-o-object-fit:contain;object-fit:contain;opacity:.92}.landing-trustbar-logo--tall{height:46px}@media (max-width: 560px){.landing-trustbar{padding:var(--space-4) 0}.landing-trustbar-row{gap:var(--space-6)}.landing-trustbar-logo{height:28px}.landing-trustbar-logo--tall{height:36px}}@media (prefers-reduced-motion: reduce){.landing-trustbar-row{animation:none;width:auto;flex-wrap:wrap;justify-content:center}.landing-trustbar-viewport{-webkit-mask-image:none;mask-image:none}.landing-trustbar-row>[aria-hidden=true]{display:none}}.landing-livecount{text-align:center;padding:var(--space-4) var(--space-4)}.landing-livecount strong{display:block;font-size:clamp(2.1rem,5vw,3.4rem);font-weight:var(--weight-bold);line-height:1.1;font-variant-numeric:tabular-nums;letter-spacing:.01em;background:linear-gradient(135deg,var(--accent) 0%,var(--purple) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-livecount span{display:block;margin-top:.4rem;font-size:var(--text-xs);font-weight:var(--weight-medium);letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.landing-closing{background:linear-gradient(180deg,#f0f4ff,#e7edfc);position:relative;z-index:20;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding-left:calc(50vw - 50%);padding-right:calc(50vw - 50%);border-top:1px solid rgba(99,102,241,.06)}.landing-closing-inner{display:flex;flex-direction:column;align-items:center;gap:var(--space-5)}.landing-closing .landing-section-header{margin-bottom:0}.landing-closing .hero-estimator-card{animation:none;margin:0 auto}.landing-opening{min-height:calc(100vh - 96px);min-height:calc(100svh - 96px);display:flex;flex-direction:column;justify-content:space-between}.landing-opening .landing-hero{min-height:0;padding-top:var(--space-9);padding-bottom:var(--space-8)}@media (max-width: 768px){.landing-opening{min-height:calc(100vh - 80px);min-height:calc(100svh - 80px)}.landing-opening .landing-hero{padding-top:var(--space-5);padding-bottom:var(--space-5)}}@media (min-width: 561px) and (max-width: 768px){.landing-opening{min-height:calc(100vh - 88px);min-height:calc(100svh - 88px)}}.landing-section--showcase>.landing-container{width:100%}@media (max-height: 520px){.landing-opening{min-height:0}}.hero-estimator-personas{margin-bottom:var(--space-4)}.hero-estimator-pied{display:grid;margin-top:.5rem;min-height:1.1rem}.hero-estimator-pied>*{grid-area:1 / 1;margin:0}.hero-estimator-pied .hero-estimator-reassure{transition:opacity .15s var(--ease-out)}.hero-estimator-pied .hero-estimator-reassure[aria-hidden=true]{opacity:0;pointer-events:none}.hero-estimator-alerte{color:#b91c1c;font-weight:var(--weight-medium);text-align:center}.hero-estimator-pied .hero-estimator-alerte,.hero-estimator-pied .hero-estimator-reassure{font-size:.75rem;line-height:1.45}.hero-estimator-alerte:empty{display:none}.hero-estimator-alerte--info{margin-top:.5rem;color:var(--accent-strong);text-align:left;font-weight:var(--weight-regular)}.hero-estimator-input:has(input[aria-invalid=true]){border-color:#dc262673}@media (min-height: 640px) and (max-height: 920px){#profils,#apercu{min-height:100vh;min-height:100svh;display:flex;flex-direction:column;justify-content:center}#apercu>.landing-container{width:100%}}.hero-ligne{display:block;-webkit-mask-image:linear-gradient(90deg,#000 42%,transparent 62%);mask-image:linear-gradient(90deg,#000 42%,transparent 62%);-webkit-mask-size:260% 100%;mask-size:260% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;animation:hero-ecrit 1.15s cubic-bezier(.22,1,.36,1) both}.hero-ligne:nth-child(2){animation-delay:.3s}.hero-ligne:nth-child(3){animation-delay:.6s}@keyframes hero-ecrit{0%{-webkit-mask-position:100% 0;mask-position:100% 0;opacity:.2}to{-webkit-mask-position:0 0;mask-position:0 0;opacity:1}}.landing-hero>.hero-estimator-card{animation-delay:1.55s}.hero-estimator-card>*{animation:landing-rise .45s var(--ease-out) both}.hero-estimator-card>:nth-child(1){animation-delay:1.8s}.hero-estimator-card>:nth-child(2){animation-delay:1.88s}.hero-estimator-card>:nth-child(3){animation-delay:1.96s}.hero-estimator-card>:nth-child(4){animation-delay:2.04s}.landing-closing .hero-ligne,.landing-closing .hero-estimator-card>*{animation:none;opacity:1}.landing-closing .hero-ligne{-webkit-mask-image:none;mask-image:none}@media (prefers-reduced-motion: reduce){.hero-ligne,.hero-estimator-card>*{animation:none;opacity:1;transform:none}.hero-ligne{-webkit-mask-image:none;mask-image:none}.hero-estimator-pulse{animation:none}}.landing-preuve{padding:var(--space-8) 0}.landing-preuve .landing-section-header{margin-bottom:var(--space-6)}.preuve-scene{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.82fr) minmax(0,1.08fr);gap:var(--space-5);align-items:stretch}.preuve-scene--solo{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}.preuve-portrait{margin:0;overflow:hidden;border-radius:var(--radius-xl);background:var(--sp-surface-2, #f0f2fa)}.preuve-portrait img{display:block;width:100%;height:100%;min-height:340px;-o-object-fit:cover;object-fit:cover;-o-object-position:46% 42%;object-position:46% 42%}.preuve-propos{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:var(--space-2) 0}.preuve-propos blockquote{margin:0;font-size:1.15rem;line-height:1.55;letter-spacing:-.01em;color:var(--text, #1e293b)}.preuve-accent{font-weight:var(--weight-bold);color:var(--accent-strong)}.preuve-signature{display:flex;flex-direction:column;gap:2px;margin:var(--space-4) 0 0}.preuve-signature strong{font-weight:var(--weight-bold)}.preuve-signature span{font-size:var(--text-sm, .84rem);color:var(--muted)}.preuve-chiffres{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3);margin:var(--space-5) 0 0;padding:var(--space-4) 0 0;border-top:1px solid rgba(15,23,42,.1)}.preuve-chiffres strong{display:block;font-size:1.4rem;line-height:1.1;font-weight:var(--weight-bold);color:var(--accent-strong)}.preuve-chiffres span{display:block;margin-top:2px;font-size:.78rem;line-height:1.3;color:var(--muted)}.preuve-avis{display:flex;flex-direction:column;min-width:0}.preuve-avis-scene{position:relative;display:grid;flex:1;min-height:280px;padding:0 14px 22px;perspective:1200px}.preuve-avis-card{grid-area:1 / 1;margin:0;transform-origin:50% 100%;display:flex;flex-direction:column;justify-content:center;gap:var(--space-3);padding:var(--space-6);background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:var(--radius-xl);box-shadow:0 18px 40px -28px #0f172a59;opacity:0;visibility:hidden;transform:translateY(10px) scale(.9);z-index:0;transition:opacity .5s var(--ease-out, ease),transform .55s cubic-bezier(.22,1,.36,1),visibility .5s,box-shadow .5s}.preuve-avis-card.is-active{opacity:1;visibility:visible;transform:none;z-index:4;box-shadow:0 24px 48px -24px #0f172a66}.preuve-avis-card.is-rang-1,.preuve-avis-card.is-rang-2,.preuve-avis-card.is-rang-3{opacity:1;visibility:visible;cursor:pointer;background:#fbfbfe}.preuve-avis-card.is-rang-1{transform:translate(18px,10px) rotate(4deg) scale(.97);z-index:3}.preuve-avis-card.is-rang-2{transform:translate(-18px,12px) rotate(-4deg) scale(.95);z-index:2}.preuve-avis-card.is-rang-3{transform:translate(34px,16px) rotate(8deg) scale(.93);z-index:1}@media (hover: hover){.preuve-avis-card.is-rang-1:hover{transform:translate(24px,6px) rotate(5deg) scale(.98)}.preuve-avis-card.is-rang-2:hover{transform:translate(-24px,8px) rotate(-5deg) scale(.96)}.preuve-avis-card.is-rang-3:hover{transform:translate(40px,12px) rotate(9deg) scale(.94)}}.preuve-avis-card>*{transition:opacity .3s var(--ease-out, ease)}.preuve-avis-card:not(.is-active)>*{opacity:0}.preuve-avis-guillemet{position:absolute;top:var(--space-3);left:var(--space-5);font-family:Georgia,Times New Roman,serif;font-size:5rem;line-height:1;color:var(--accent-strong);opacity:.14;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.preuve-avis-card blockquote{margin:0;flex:0 0 auto;font-size:1.08rem;line-height:1.6;letter-spacing:-.005em;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical;overflow:hidden}.preuve-avis-card figcaption{display:flex;align-items:center;gap:var(--space-3);margin-top:var(--space-1)}.preuve-avis-avatar{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:#fff;font-size:.86rem;font-weight:var(--weight-bold);letter-spacing:.02em}.preuve-avis-qui{display:flex;flex-direction:column;gap:1px;min-width:0}.preuve-avis-qui strong{font-weight:var(--weight-semibold)}.preuve-avis-qui span{font-size:var(--text-sm, .84rem);color:var(--muted)}.preuve-note{display:inline-flex;gap:2px}.preuve-note svg{fill:#0f172a26}.preuve-note svg.is-plein{fill:#f5a524}.preuve-avis .landing-dots{justify-content:flex-start;margin:var(--space-4) 0 0}.preuve-piste-fenetre{margin-top:var(--space-6);overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.preuve-piste{list-style:none;margin:0;padding:0;display:flex;flex-wrap:nowrap;width:-moz-max-content;width:max-content;gap:var(--space-4);animation:preuve-defile 52s linear infinite}@keyframes preuve-defile{0%{transform:translate(0)}to{transform:translate(-50%)}}.preuve-piste-fenetre:hover .preuve-piste,.preuve-piste:focus-within{animation-play-state:paused}.preuve-piste li{width:234px;display:flex;flex-direction:column;gap:1px}.preuve-piste img{display:block;width:234px;height:132px;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-lg);margin-bottom:var(--space-2)}.preuve-piste strong{font-size:.86rem;font-weight:var(--weight-semibold)}.preuve-piste span{font-size:.78rem;color:var(--muted)}@media (max-width: 1100px){.preuve-scene{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.preuve-avis{grid-column:1 / -1}.preuve-avis-scene{min-height:200px}.preuve-portrait img{min-height:300px}}@media (max-width: 720px){.landing-preuve{padding:var(--space-7) 0}.preuve-scene,.preuve-scene--solo{grid-template-columns:minmax(0,1fr);gap:var(--space-4)}.preuve-portrait img{min-height:0;height:230px;-o-object-position:42% 38%;object-position:42% 38%}.preuve-propos blockquote{font-size:1.02rem}.preuve-chiffres strong{font-size:1.2rem}.preuve-avis-card{padding:var(--space-5)}.preuve-piste li,.preuve-piste img{width:190px}.preuve-piste img{height:112px}}@media (prefers-reduced-motion: reduce){.preuve-avis-card{transition:none}.preuve-piste{animation:none}.preuve-piste-fenetre{overflow-x:auto;-webkit-mask-image:none;mask-image:none}.preuve-piste>[aria-hidden=true]{display:none}}
