*{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#000;--color-bg-subtle:#080808;--color-surface:#ffffff08;--color-surface-hover:#ffffff0f;--color-border:#ffffff14;--color-border-hover:#ffffff26;--color-primary:#8b5cf6;--color-primary-dim:#8b5cf626;--color-secondary:#06b6d4;--color-secondary-dim:#06b6d426;--color-text-primary:#fff;--color-text-secondary:#888;--color-text-tertiary:#555;--gradient-primary:linear-gradient(135deg, #8b5cf6, #06b6d4);--gradient-text:linear-gradient(135deg, #fff 0%, #888 100%);--gradient-glow:radial-gradient(ellipse at center, #8b5cf626 0%, transparent 70%);--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:3.75rem;--font-size-7xl:4.5rem;--font-size-8xl:6rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--space-40:10rem;--radius-sm:6px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-2xl:32px;--radius-full:9999px;--shadow-glow-purple:0 0 40px #8b5cf633;--shadow-glow-cyan:0 0 40px #06b6d426;--shadow-card:0 0 0 1px #ffffff0d, 0 20px 40px #00000080;--transition-fast:.15s ease;--transition-normal:.3s ease;--transition-slow:.6s ease;--max-width:1200px;--section-padding:var(--space-32) var(--space-8)}html{scroll-behavior:smooth}body{font-family:var(--font-family);background-color:var(--color-bg);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}.container{max-width:var(--max-width);padding:0 var(--space-8);margin:0 auto}.section{padding:var(--space-40) var(--space-8);position:relative}.text-gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-secondary{color:var(--color-text-secondary)}.glass-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);transition:all var(--transition-normal);position:relative;overflow:hidden}.glass-card:hover{background:var(--color-surface-hover);border-color:var(--color-border-hover);box-shadow:var(--shadow-glow-purple);transform:translateY(-2px)}.btn{align-items:center;gap:var(--space-2);font-family:var(--font-family);font-weight:600;font-size:var(--font-size-base);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);border:none;outline:none;text-decoration:none;display:inline-flex}.btn-primary{background:var(--gradient-primary);color:#fff;padding:var(--space-4) var(--space-8);box-shadow:0 0 30px #8b5cf64d}.btn-primary:hover{transform:scale(1.04);box-shadow:0 0 50px #8b5cf680}.btn-primary:active{transform:scale(.98)}.btn-secondary{color:var(--color-text-secondary);padding:var(--space-3) var(--space-6);border:1px solid var(--color-border);background:0 0}.btn-secondary:hover{color:var(--color-text-primary);border-color:var(--color-border-hover);background:var(--color-surface)}.badge{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:var(--color-primary-dim);border-radius:var(--radius-full);font-size:var(--font-size-sm);color:#c4b5fd;border:1px solid #8b5cf64d;font-weight:500;display:inline-flex}.badge-dot{background:var(--color-primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}.section-label{font-size:var(--font-size-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-tertiary);margin-bottom:var(--space-4);font-weight:600}.divider{background:var(--color-border);height:1px;margin:0 auto}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#8b5cf666}::-webkit-scrollbar-thumb:hover{background:#8b5cf6b3}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@media (width<=768px){:root{--font-size-7xl:3rem;--font-size-6xl:2.5rem;--font-size-5xl:2rem}.container{padding:0 var(--space-4)}.section{padding:var(--space-24) var(--space-4)}}@media (width<=480px){:root{--font-size-7xl:2.25rem;--font-size-6xl:2rem}}::selection{color:#fff;background:#8b5cf64d}.navbar{z-index:100;padding:1.25rem 2rem;transition:all .4s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(20px);background:#000000b3;border-bottom:1px solid #ffffff0f;padding:1rem 2rem}.navbar-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.navbar-logo{font-family:var(--font-family);letter-spacing:.15em;color:var(--color-text-primary);background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.1rem;font-weight:800;text-decoration:none;transition:opacity .2s}.navbar-logo:hover{opacity:.8}.navbar-cta{font-family:var(--font-family);color:var(--color-text-secondary);border:1px solid var(--color-border);border-radius:var(--radius-full);white-space:nowrap;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.navbar-cta:hover{color:var(--color-text-primary);background:#8b5cf614;border-color:#8b5cf680}.navbar-cta-arrow{transition:transform .2s}.navbar-cta:hover .navbar-cta-arrow{transform:translate(3px)}@media (width<=600px){.navbar{padding:1rem}.navbar--scrolled{padding:.75rem 1rem}.navbar-cta{padding:.5rem .9rem;font-size:.72rem}}.hero{justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-canvas{z-index:0;opacity:.7;width:100%;height:100%;position:absolute;inset:0}.hero-orb{filter:blur(120px);z-index:0;pointer-events:none;border-radius:50%;position:absolute}.hero-orb--left{background:radial-gradient(circle,#8b5cf62e 0%,#0000 70%);width:600px;height:600px;top:-100px;left:-200px}.hero-orb--right{background:radial-gradient(circle,#06b6d41f 0%,#0000 70%);width:500px;height:500px;bottom:-50px;right:-150px}.hero-content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1.75rem;max-width:800px;margin:0 auto;display:flex;position:relative}.hero-badge{animation:4s ease-in-out infinite float}.hero-headline{font-family:var(--font-family);letter-spacing:-.04em;color:var(--color-text-primary);font-size:clamp(2.5rem,7vw,5.5rem);font-weight:900;line-height:1.05}.hero-subtext{font-family:var(--font-family);color:var(--color-text-secondary);max-width:560px;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.hero-cta-group{flex-direction:column;align-items:center;gap:1rem;margin-top:.5rem;display:flex}.hero-btn{border-radius:var(--radius-full);padding:1rem 2.25rem;font-size:1rem}.hero-trust{font-family:var(--font-family);color:var(--color-text-tertiary);letter-spacing:.03em;margin-top:-.5rem;font-size:.75rem}@media (width<=600px){.hero{min-height:95vh;padding:7rem 1.25rem 3rem}.hero-subtext br,.hero-trust br{display:none}}.problem{position:relative;overflow:hidden}.problem:before{content:"";background:linear-gradient(to bottom, transparent, var(--color-border));width:1px;height:80px;position:absolute;top:0;left:50%;transform:translate(-50%)}.problem-header{text-align:center;margin-bottom:4rem}.problem-headline{font-family:var(--font-family);letter-spacing:-.03em;color:var(--color-text-primary);margin-bottom:1.25rem;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:800;line-height:1.15}.problem-sub{font-family:var(--font-family);color:var(--color-text-secondary);max-width:500px;margin:0 auto;font-size:1.05rem;line-height:1.7}.problem-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.problem-card{cursor:default;padding:2rem;position:relative;overflow:hidden}.problem-card__glow{border-radius:inherit;opacity:0;background:radial-gradient(300px circle at var(--mouse-x,50%) var(--mouse-y,50%), #8b5cf61a, transparent 60%);pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.problem-card:hover .problem-card__glow{opacity:1}.problem-card__icon{margin-bottom:1rem;font-size:2rem;display:block}.problem-card__title{font-family:var(--font-family);color:var(--color-text-primary);letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.problem-card__body{font-family:var(--font-family);color:var(--color-text-secondary);font-size:.9rem;line-height:1.7}@media (width<=900px){.problem-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}.solution{position:relative}.solution-header{text-align:center;margin-bottom:4rem}.solution-headline{font-family:var(--font-family);letter-spacing:-.03em;color:var(--color-text-primary);margin-bottom:1.25rem;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:800;line-height:1.15}.solution-sub{font-family:var(--font-family);color:var(--color-text-secondary);max-width:500px;margin:0 auto;font-size:1.05rem;line-height:1.7}.solution-cards{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:3rem;display:grid}.solution-card{flex-direction:column;gap:.75rem;padding:2rem;display:flex;position:relative;overflow:hidden}.solution-card__accent{opacity:.7;border-radius:2px 2px 0 0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.solution-card:hover .solution-card__accent{opacity:1}.solution-card__tag{font-family:var(--font-family);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-full);border:1px solid;width:fit-content;padding:.25rem .75rem;font-size:.7rem;font-weight:600;display:inline-block}.solution-card__headline{font-family:var(--font-family);color:var(--color-text-primary);letter-spacing:-.02em;font-size:1.1rem;font-weight:700;line-height:1.35}.solution-card__body{font-family:var(--font-family);color:var(--color-text-secondary);flex:1;font-size:.88rem;line-height:1.7}.solution-card__arrow{opacity:0;margin-top:auto;font-size:1.1rem;font-weight:700;transition:all .2s;transform:translate(-8px)}.solution-card:hover .solution-card__arrow{opacity:1;transform:translate(0)}.solution-stats{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface);justify-content:center;gap:0;display:flex;overflow:hidden}.solution-stat{border-right:1px solid var(--color-border);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.3rem;padding:1.5rem 1rem;transition:background .2s;display:flex}.solution-stat:last-child{border-right:none}.solution-stat:hover{background:var(--color-surface-hover)}.solution-stat__value{font-family:var(--font-family);letter-spacing:-.03em;font-size:1.75rem;font-weight:800;line-height:1}.solution-stat__label{font-family:var(--font-family);color:var(--color-text-tertiary);text-align:center;font-size:.72rem;font-weight:500}@media (width<=900px){.solution-cards{grid-template-columns:1fr;max-width:480px;margin:0 auto 3rem}.solution-stats{flex-wrap:wrap}.solution-stat{border-bottom:1px solid var(--color-border);flex:45%}.solution-stat:nth-child(2n){border-right:none}}.engine{position:relative}.engine-header{text-align:center;margin-bottom:4rem}.engine-headline{font-family:var(--font-family);letter-spacing:-.03em;color:var(--color-text-primary);margin-bottom:1.25rem;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:800;line-height:1.15}.engine-sub{font-family:var(--font-family);color:var(--color-text-secondary);max-width:480px;margin:0 auto;font-size:1.05rem;line-height:1.7}.engine-timeline{flex-direction:column;gap:0;max-width:760px;margin:0 auto;display:flex}.engine-step{grid-template-columns:48px 1fr;gap:1.25rem;display:grid;position:relative}.engine-step__track{flex-direction:column;align-items:center;padding-top:1.5rem;display:flex}.engine-step__node{border:2px solid var(--color-border);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:border-color .4s;display:flex;position:relative}.engine-step__node-fill{border-radius:50%;width:6px;height:6px}.engine-step__line{background:var(--color-border);flex:1;width:2px;min-height:40px;margin-top:4px;margin-bottom:0;position:relative;overflow:hidden}.engine-step__line-fill{transform-origin:top;position:absolute;inset:0}.engine-step__content{margin-bottom:1.25rem;padding:1.5rem;transition:border-color .4s,transform .2s,box-shadow .2s;position:relative;overflow:hidden}.engine-step__content:hover{transform:translate(4px)}.engine-step__glow{pointer-events:none;border-radius:inherit;opacity:0;transition:opacity .3s;position:absolute;inset:0}.engine-step__content:hover .engine-step__glow{opacity:1}.engine-step__header{align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.engine-step__icon{flex-shrink:0;margin-top:.1rem;font-size:1.5rem}.engine-step__tag{font-family:var(--font-family);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.25rem;font-size:.68rem;font-weight:600;display:block}.engine-step__title{font-family:var(--font-family);color:var(--color-text-primary);letter-spacing:-.02em;font-size:1.05rem;font-weight:700;line-height:1.3}.engine-step__number{font-family:var(--font-family);color:var(--color-text-tertiary);letter-spacing:.05em;flex-shrink:0;margin-left:auto;font-size:.72rem;font-weight:700}.engine-step__body{font-family:var(--font-family);color:var(--color-text-secondary);font-size:.875rem;line-height:1.75}@media (width<=600px){.engine-step{grid-template-columns:32px 1fr;gap:.75rem}.engine-step__node{width:12px;height:12px}.engine-step__node-fill{width:4px;height:4px}}.comparison-header{text-align:center;margin-bottom:3rem}.comparison-headline{font-family:var(--font-family);letter-spacing:-.03em;color:var(--color-text-primary);font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;line-height:1.15}.comparison-table{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface);max-width:900px;margin:0 auto;overflow:hidden}.comparison-row{border-bottom:1px solid var(--color-border);grid-template-columns:1fr 1fr 1fr;transition:background .2s;display:grid}.comparison-row:last-child{border-bottom:none}.comparison-row:not(.comparison-row--header):hover{background:var(--color-surface-hover)}.comparison-row--header{background:#ffffff05}.comparison-row--header .comparison-cell{letter-spacing:.08em;text-transform:uppercase;padding:1rem 1.5rem;font-size:.75rem;font-weight:700}.comparison-cell{font-family:var(--font-family);align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.85rem;line-height:1.5;display:flex}.comparison-cell--label{color:var(--color-text-secondary);border-right:1px solid var(--color-border);font-weight:500}.comparison-cell--old{color:var(--color-text-tertiary);border-right:1px solid var(--color-border)}.comparison-cell--new{color:var(--color-text-primary);background:#8b5cf60a;font-weight:500}.comparison-row--header .comparison-cell--new{font-size:.8rem}.comparison-icon{flex-shrink:0}.comparison-icon--x{color:#555}.comparison-icon--check{color:#8b5cf6}@media (width<=700px){.comparison-row{grid-template-columns:1fr}.comparison-cell--label{border-right:none;border-bottom:1px solid var(--color-border);color:var(--color-text-primary);padding-bottom:.5rem;font-size:.8rem;font-weight:700}.comparison-cell--old{border-right:none}.comparison-cell--new{border-top:1px solid #8b5cf633}.comparison-row--header{display:none}}.dashboard{position:relative;overflow:hidden}.dashboard-header{text-align:center;margin-bottom:3.5rem}.dashboard-headline{font-family:var(--font-family);letter-spacing:-.03em;color:var(--color-text-primary);margin-bottom:1.25rem;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:800;line-height:1.15}.dashboard-sub{font-family:var(--font-family);color:var(--color-text-secondary);max-width:520px;margin:0 auto;font-size:1.05rem;line-height:1.7}.dashboard-mockup-wrap{max-width:900px;margin:0 auto;position:relative}.dashboard-glow{pointer-events:none;filter:blur(30px);background:radial-gradient(#8b5cf62e 0%,#0000 65%);position:absolute;inset:-40px}.dashboard-float{z-index:1;animation:6s ease-in-out infinite float;position:relative}.db-mockup{background:#0a0a0f;border:1px solid #ffffff1a;border-radius:16px;overflow:hidden;box-shadow:0 40px 80px #0009,0 0 0 1px #8b5cf626}.db-topbar{background:#ffffff05;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;display:flex}.db-topbar__left{align-items:center;gap:.75rem;display:flex}.db-logo{font-family:var(--font-family);letter-spacing:.15em;background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.75rem;font-weight:800}.db-badge-live{font-family:var(--font-family);color:#10b981;background:#10b9811a;border:1px solid #10b98140;border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .6rem;font-size:.65rem;font-weight:600;display:flex}.db-dot{background:#10b981;border-radius:50%;width:5px;height:5px;animation:2s ease-in-out infinite pulse}.db-avatar{background:var(--gradient-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.6rem;font-weight:700;display:flex}.db-stats{border-bottom:1px solid #ffffff0f;grid-template-columns:repeat(4,1fr);display:grid}.db-stat{border-right:1px solid #ffffff0f;flex-direction:column;gap:.2rem;padding:1rem 1.25rem;display:flex}.db-stat:last-child{border-right:none}.db-stat__label{font-family:var(--font-family);color:#555;text-transform:uppercase;letter-spacing:.06em;font-size:.65rem;font-weight:500}.db-stat__value{font-family:var(--font-family);color:#fff;letter-spacing:-.03em;font-size:1.3rem;font-weight:800;line-height:1}.db-stat__change{font-family:var(--font-family);color:#10b981;font-size:.65rem;font-weight:600}.db-chart{border-bottom:1px solid #ffffff0f;padding:1.25rem}.db-chart__header{font-family:var(--font-family);color:#888;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:flex}.db-chart__period{color:#444}.db-chart__bars{align-items:flex-end;gap:4px;height:70px;display:flex}.db-chart__bar-wrap{flex:1;align-items:flex-end;height:100%;display:flex}.db-chart__bar{transform-origin:bottom;opacity:.8;background:linear-gradient(#06b6d4,#8b5cf6);border-radius:3px 3px 0 0;width:100%}.db-table{padding:0 1.25rem 1.25rem}.db-table__header{font-family:var(--font-family);color:#555;text-transform:uppercase;letter-spacing:.06em;border-top:1px solid #ffffff0a;padding:1rem 0 .75rem;font-size:.7rem;font-weight:600}.db-table__row{border-bottom:1px solid #ffffff0a;align-items:center;gap:.75rem;padding:.6rem 0;display:flex}.db-table__row:last-child{border-bottom:none}.db-table__avatar{width:28px;height:28px;font-family:var(--font-family);color:#c4b5fd;background:#8b5cf633;border:1px solid #8b5cf64d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.55rem;font-weight:700;display:flex}.db-table__info{flex-direction:column;flex:1;display:flex}.db-table__name{font-family:var(--font-family);color:#ddd;font-size:.78rem;font-weight:600}.db-table__company{font-family:var(--font-family);color:#555;font-size:.65rem}.db-table__meta{flex-direction:column;align-items:flex-end;gap:.2rem;display:flex}.db-table__status{font-family:var(--font-family);border:1px solid;border-radius:999px;padding:.15rem .5rem;font-size:.62rem;font-weight:600}.db-table__time{font-family:var(--font-family);color:#444;font-size:.6rem}@media (width<=600px){.db-stats{grid-template-columns:repeat(2,1fr)}.db-stat:nth-child(2){border-right:none}.db-stat:nth-child(3){border-top:1px solid #ffffff0f}.db-stat:nth-child(4){border-top:1px solid #ffffff0f;border-right:none}}.trust-header{text-align:center;margin-bottom:3rem}.trust-headline{font-family:var(--font-family);letter-spacing:-.03em;color:var(--color-text-primary);font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.trust-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.trust-card{flex-direction:column;gap:.6rem;padding:1.75rem 1.5rem;display:flex}.trust-card__icon{font-size:1.5rem}.trust-card__title{font-family:var(--font-family);color:var(--color-text-primary);letter-spacing:-.02em;font-size:.95rem;font-weight:700;line-height:1.3}.trust-card__body{font-family:var(--font-family);color:var(--color-text-secondary);font-size:.82rem;line-height:1.65}.faq-header{text-align:center;margin-bottom:2.5rem}.faq-headline{font-family:var(--font-family);letter-spacing:-.03em;color:var(--color-text-primary);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800}.faq-list{border:1px solid var(--color-border);border-radius:var(--radius-xl);max-width:680px;margin:0 auto;overflow:hidden}.faq-item{border-bottom:1px solid var(--color-border);transition:background .2s}.faq-item:last-child{border-bottom:none}.faq-item--open{background:var(--color-surface)}.faq-question{cursor:pointer;text-align:left;width:100%;font-family:var(--font-family);color:var(--color-text-primary);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:.9rem;font-weight:600;transition:color .2s;display:flex}.faq-question:hover{color:#c4b5fd}.faq-answer{overflow:hidden}.faq-answer p{font-family:var(--font-family);color:var(--color-text-secondary);padding:0 1.5rem 1.25rem;font-size:.875rem;line-height:1.7}.final-cta{overflow:hidden}.final-cta__inner{text-align:center;border:1px solid var(--color-border);border-radius:var(--radius-2xl);background:var(--color-surface);max-width:800px;margin:0 auto;padding:5rem 2rem;position:relative;overflow:hidden}.final-cta__glow{pointer-events:none;background:radial-gradient(at 50% 0,#8b5cf633 0%,#0000 65%);position:absolute;inset:0}.final-cta__headline{font-family:var(--font-family);letter-spacing:-.04em;color:var(--color-text-primary);margin:1rem 0 1.5rem;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:900;line-height:1.1}.final-cta__sub{font-family:var(--font-family);color:var(--color-text-secondary);max-width:480px;margin:0 auto 2rem;font-size:1rem;line-height:1.7}.final-cta__actions{flex-direction:column;align-items:center;gap:.75rem;display:flex}.final-cta__btn{padding:1rem 2.5rem;font-size:1rem}.final-cta__note{font-family:var(--font-family);color:var(--color-text-tertiary);letter-spacing:.03em;font-size:.72rem}.footer{border-top:1px solid var(--color-border);padding:3rem 2rem 2rem}.footer-inner{justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.footer-brand{flex-direction:column;gap:.4rem;display:flex}.footer-logo{font-family:var(--font-family);letter-spacing:.15em;font-size:1rem;font-weight:900}.footer-tagline{font-family:var(--font-family);color:var(--color-text-tertiary);font-size:.75rem}.footer-right{flex-direction:column;align-items:flex-end;gap:.4rem;display:flex}.footer-email{font-family:var(--font-family);color:var(--color-text-secondary);font-size:.85rem;text-decoration:none;transition:color .2s}.footer-email:hover{color:#c4b5fd}.footer-copy{font-family:var(--font-family);color:var(--color-text-tertiary);font-size:.72rem}.footer-divider{background:var(--color-border);max-width:1200px;height:1px;margin:1.5rem auto}.footer-sub{max-width:1200px;font-family:var(--font-family);color:var(--color-text-tertiary);letter-spacing:.05em;text-align:center;margin:0 auto;font-size:.65rem}@media (width<=900px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.trust-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.footer-inner{flex-direction:column;align-items:flex-start}.footer-right{align-items:flex-start}.final-cta__inner{padding:3rem 1.5rem}}
