:root{--primary-color:#0052CC;--secondary-color:#403294;--success-color:#098553;--text-primary:#172B4D;--text-secondary:#5E6C84;--bg-light:#F7F8F9;--bg-white:#FFFFFF;--border-color:#DFE1E6;--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -2px rgba(0, 0, 0, 0.1);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -4px rgba(0, 0, 0, 0.1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:var(--text-primary);background:var(--bg-light);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.navbar{background:rgba(255,255,255,.8);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);padding:1rem 0;position:fixed;width:100%;top:0;z-index:1000;transition:.3s}.navbar.scrolled{box-shadow:var(--shadow-md)}.navbar-brand{font-weight:700;font-size:1.5rem;color:var(--text-primary)!important;display:flex;align-items:center;gap:.5rem}.navbar-brand .logo{height:28px;width:28px}.navbar-toggler{border:none}.navbar-toggler:focus{box-shadow:none}.navbar-nav .nav-link{font-weight:500;color:var(--text-secondary)!important;margin:0 .5rem;transition:color .3s,background-color .3s;padding:.5rem 1rem!important;border-radius:6px}.navbar-nav .nav-link.active,.navbar-nav .nav-link:hover{color:var(--primary-color)!important;background-color:rgba(0,82,204,.05)}.nav-cta{background:var(--primary-color);color:#fff!important;border-radius:6px;padding:.5rem 1.5rem!important;font-weight:600;transition:.2s ease-in-out}.nav-cta:hover{background:#005cd6;transform:translateY(-2px);box-shadow:var(--shadow-md)}.section{padding:6rem 0}.section-title{text-align:center;font-size:2.8rem;font-weight:800;margin-bottom:1rem;color:var(--text-primary);letter-spacing:-1px}.section-subtitle{text-align:center;font-size:1.2rem;color:var(--text-secondary);margin-bottom:4rem;max-width:650px;margin-left:auto;margin-right:auto}.hero-section{min-height:95vh;display:flex;align-items:center;background:var(--bg-white);position:relative;overflow:hidden;padding-top:80px}.hero-content{position:relative;z-index:2;text-align:center}.hero-badge{display:inline-block;background:var(--bg-light);border:1px solid var(--border-color);padding:.6rem 1.5rem;border-radius:50px;font-weight:500;margin-bottom:1.5rem;color:var(--primary-color)}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:-2px;line-height:1.15;color:var(--text-primary)}.hero-subtitle{font-size:1.3rem;font-weight:400;margin-bottom:2.5rem;color:var(--text-secondary);max-width:700px;margin-left:auto;margin-right:auto}.btn-hero-primary{background:var(--primary-color);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:8px;text-decoration:none;display:inline-block;transition:.3s;box-shadow:var(--shadow-md)}.btn-hero-primary:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);background:#005cd6;color:#fff}.hero-note{margin-top:1.5rem;font-size:.95rem;color:var(--text-secondary)}.trust-section{padding:3rem 0;background:var(--bg-light);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.trust-badges{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:.75rem;color:var(--text-secondary);font-size:.95rem}.trust-badge i{font-size:1.5rem;color:var(--success-color)}.feature-card,.use-case-card{background:#fff;border-radius:16px;padding:2.5rem;height:100%;border:1px solid var(--border-color);transition:.3s;text-align:left}.feature-card:hover,.use-case-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.feature-icon,.use-case-icon{font-size:2rem;margin-bottom:1.5rem;color:var(--primary-color);width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:rgba(0,82,204,.05)}.feature-title,.use-case-title{font-size:1.3rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.feature-description,.use-case-description{color:var(--text-secondary);line-height:1.7}.cta-section{padding:6rem 0;background:var(--bg-light)}.cta-card{background:var(--primary-color);border-radius:24px;padding:4rem;text-align:center;color:#fff;box-shadow:var(--shadow-lg)}.cta-card .section-subtitle,.cta-card .section-title{color:#fff}.cta-card .section-subtitle{opacity:.9}.footer{background:var(--text-primary);color:#fff;padding:4rem 0 2rem}.footer-title{font-weight:600;margin-bottom:1rem;font-size:1.1rem;color:#fff}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;margin-top:2rem;text-align:center;color:rgba(255,255,255,.5)}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:.8s ease-out forwards fadeInUp}@media (max-width:992px){.pricing-grid{grid-template-columns:1fr}}@media (max-width:768px){.section{padding:4rem 0}.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2.2rem}.trust-badges{gap:1.5rem;justify-content:flex-start}.cta-card{padding:3rem 1.5rem}}.pricing-hero{padding:140px 0 80px;text-align:center;background-color:var(--bg-white)}.pricing-hero h1{font-size:3.2rem;font-weight:800;margin-bottom:1rem;letter-spacing:-1.5px}.pricing-hero p{font-size:1.25rem;color:var(--text-secondary);max-width:700px;margin:0 auto}.pricing-section{padding:80px 0}.pricing-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px}.card{border:1px solid var(--border-color);border-radius:16px;box-shadow:var(--shadow-md);background:var(--bg-white);transition:.3s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.card h3{font-weight:700;font-size:1.75rem}.price-display{font-size:3.5rem;font-weight:800;color:var(--primary-color);letter-spacing:-2px}.list-feature{list-style:none;padding-left:0}.list-feature li{display:flex;align-items:flex-start;gap:12px;margin-bottom:1rem;color:var(--text-secondary)}.list-feature i{color:var(--success-color);margin-top:5px}.list-feature span{flex:1;color:var(--text-primary)}.btn-primary-solid{background:var(--primary-color);color:#fff;padding:14px 30px;border:none;border-radius:8px;font-weight:600;font-size:1.1rem;text-decoration:none;display:inline-block;transition:.3s;width:100%}.btn-primary-solid:hover{background:#005cd6;transform:translateY(-2px);box-shadow:var(--shadow-md);color:#fff}.btn-secondary-outline{background:0 0;color:var(--primary-color);padding:14px 30px;border:2px solid var(--border-color);border-radius:8px;font-weight:600;font-size:1.1rem;text-decoration:none;display:inline-block;transition:.3s;width:100%}.btn-secondary-outline:hover{border-color:var(--primary-color);background:rgba(0,82,204,.05);color:var(--primary-color)}.faq-section{padding:80px 0;background:var(--bg-white)}.faq-section h2{text-align:center;font-size:2.8rem;font-weight:800;margin-bottom:60px;letter-spacing:-1px}.faq-accordion{max-width:800px;margin:0 auto;border:1px solid var(--border-color);border-radius:16px;overflow:hidden}.faq-item{background:var(--bg-white);border-bottom:1px solid var(--border-color)}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;padding:20px 25px;border:none;background:var(--bg-white);text-align:left;font-weight:600;font-size:1.1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s}.faq-question:hover{background:var(--bg-light)}.faq-question i{transition:transform .3s}.faq-answer{padding:0 25px;max-height:0;overflow:hidden;transition:.4s ease-in-out;color:var(--text-secondary)}.faq-answer p{margin-bottom:0}.faq-answer.active{padding:0 25px 25px;max-height:500px}body.landing-home{background:var(--color-surface-alt);color:var(--color-ink)}.landing-home .navbar{background:0 0;backdrop-filter:none;border-bottom:none;padding:var(--space-4) 0 0}.landing-home .navbar .container{background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border:1px solid var(--color-border-light);border-radius:var(--radius-full);padding:var(--space-3) var(--space-4);box-shadow:var(--shadow-md);transition:box-shadow var(--duration-normal) var(--ease-default),background-color var(--duration-normal) var(--ease-default)}.landing-home .navbar.scrolled .container{background:rgba(255,255,255,.95);box-shadow:var(--shadow-lg)}.landing-home .navbar-brand .logo{height:32px;width:32px}.landing-home .navbar-nav .nav-link{border-radius:var(--radius-full);color:var(--color-muted)!important}.landing-home .navbar-nav .nav-link.active,.landing-home .navbar-nav .nav-link:hover{color:var(--color-brand-600)!important;background:var(--color-brand-50)}.landing-home .navbar-nav .nav-link.nav-cta{background:var(--color-brand-600);box-shadow:var(--shadow-sm);color:#fff!important}.landing-home .navbar-nav .nav-link.nav-cta.active,.landing-home .navbar-nav .nav-link.nav-cta:hover{background:var(--color-brand-700);color:#fff!important}.landing-home .hero-section{min-height:auto;padding:var(--space-24) 0 var(--space-16);background:0 0;position:relative}.landing-home .hero-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--space-8);justify-items:center}.landing-home .hero-content{max-width:52rem;text-align:center;padding-top:var(--space-1);min-height:calc(100vh - var(--space-24) - var(--space-8));display:flex;flex-direction:column;align-items:center;justify-content:center}.landing-home .hero-badge{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-xs);color:var(--color-brand-600)}.landing-home .hero-title{font-family:var(--font-sans);font-size:clamp(var(--text-5xl), 6vw, var(--text-6xl));line-height:1.08;letter-spacing:-.04em;margin-bottom:var(--space-5);color:var(--color-ink);max-width:none;text-wrap:balance}.landing-home .hero-subtitle{color:var(--color-muted);font-size:var(--text-lg);max-width:44rem;margin-left:auto;margin-right:auto}.landing-home .hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-4);align-items:center;justify-content:center}.landing-home .btn-hero-primary,.landing-home .btn-hero-secondary{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-1);border-radius:var(--radius-full);padding:var(--space-4) var(--space-6);font-weight:600;text-decoration:none;transition:transform var(--duration-normal) var(--ease-default),box-shadow var(--duration-normal) var(--ease-default),background-color var(--duration-normal) var(--ease-default)}.landing-home .btn-hero-primary{background:var(--color-brand-600);color:#fff;box-shadow:var(--shadow-md)}.landing-home .btn-hero-primary:hover{background:var(--color-brand-700);transform:translateY(-2px);box-shadow:var(--shadow-lg);color:#fff}.landing-home .btn-hero-secondary{color:var(--color-ink);border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-sm)}.landing-home .btn-hero-secondary:hover{color:var(--color-brand-600);background:var(--color-surface);transform:translateY(-2px);box-shadow:var(--shadow-md)}.landing-home .btn-hero-primary-light{background:var(--color-surface);color:var(--color-brand-600);box-shadow:var(--shadow-lg)}.landing-home .btn-hero-primary-light:hover{color:var(--color-brand-700);background:var(--color-surface-alt);transform:translateY(-2px)}.landing-home .hero-note{margin-top:var(--space-5);display:flex;align-items:center;gap:var(--space-1);flex-wrap:wrap;color:var(--color-muted);justify-content:center}.landing-home .hero-proof-list{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-5);justify-content:center;max-width:52rem;margin-left:auto;margin-right:auto}.landing-home .hero-proof-item{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-radius:var(--radius-full);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-xs);color:var(--color-ink);font-size:var(--text-sm);font-weight:600;white-space:nowrap}.landing-home .hero-proof-item i{color:var(--color-brand-600)}.landing-home .hero-preview{position:relative;width:min(100%,52rem);align-self:center;margin-top:var(--space-8)}.landing-home .hero-preview::after,.landing-home .hero-preview::before{display:none}.landing-home .preview-shell{position:relative;z-index:1;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-4);box-shadow:var(--shadow-xl)}.landing-home .preview-toolbar{display:flex;gap:var(--space-2);margin-bottom:var(--space-4)}.landing-home .preview-toolbar span{width:.7rem;height:.7rem;border-radius:50%;background:var(--color-border)}.landing-home .preview-toolbar span:first-child{background:#ff8a80}.landing-home .preview-toolbar span:nth-child(2){background:#ffd166}.landing-home .preview-toolbar span:last-child{background:#7bd88f}.landing-home .preview-activity-card,.landing-home .preview-main-card,.landing-home .preview-metric-card{background:var(--color-surface-alt);border:1px solid var(--color-border-light);border-radius:var(--radius-lg)}.landing-home .preview-main-card{padding:var(--space-4)}.landing-home .preview-command{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-4);border-radius:var(--radius-md);background:var(--color-brand-50)}.landing-home .preview-command-icon{width:3rem;height:3rem;border-radius:var(--radius-md);background:var(--color-brand-600);color:#fff;display:grid;place-items:center;box-shadow:var(--shadow-sm)}.landing-home .preview-lines{flex:1;display:grid;gap:var(--space-2)}.landing-home .preview-command-kicker{display:inline-flex;width:fit-content;padding:var(--space-1) var(--space-2);border-radius:var(--radius-full);background:var(--color-surface);color:var(--color-brand-600);font-size:var(--text-xs);font-weight:700;letter-spacing:.06em;text-transform:uppercase}.landing-home .preview-command-text{color:var(--color-ink);font-size:var(--text-sm);line-height:1.5}.landing-home .preview-line{display:block;height:.6rem;border-radius:var(--radius-full);background:var(--color-brand-100)}.landing-home .preview-line-lg{width:100%}.landing-home .preview-line-md{width:70%}.landing-home .preview-line-sm{width:48%}.landing-home .preview-results,.landing-home .preview-side-stack,.landing-home .preview-stats{display:grid;gap:var(--space-3)}.landing-home .preview-results,.landing-home .preview-side-stack{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:var(--space-4)}.landing-home .preview-ticket{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);color:var(--color-ink)}.landing-home .preview-ticket-primary{background:var(--color-brand-50);border:1px solid var(--color-brand-100)}.landing-home .preview-ticket-secondary{background:var(--color-surface)}.landing-home .preview-stat strong,.landing-home .preview-ticket-id{font-family:var(--font-sans);font-weight:700}.landing-home .preview-ticket-copy{display:grid;gap:.15rem}.landing-home .preview-ticket-meta{color:var(--color-muted);font-size:var(--text-xs)}.landing-home .preview-ticket-pill{width:2rem;height:2rem;border-radius:var(--radius-full);display:grid;place-items:center;background:var(--color-brand-50);color:var(--color-brand-600)}.landing-home .preview-activity-card,.landing-home .preview-metric-card{padding:var(--space-4)}.landing-home .preview-metric-top{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-4)}.landing-home .preview-dot{width:.55rem;height:.55rem;border-radius:50%;background:var(--color-success)}.landing-home .preview-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-home .preview-stat{background:var(--color-brand-50);border-radius:var(--radius-md);padding:var(--space-3) var(--space-2);text-align:center}.landing-home .preview-stat strong{display:block;color:var(--color-ink);font-size:var(--text-base);margin-bottom:var(--space-1)}.landing-home .preview-stat span{display:block;width:70%;height:.35rem;margin:0 auto;border-radius:var(--radius-full);background:var(--color-brand-100)}.landing-home .preview-activity-card{display:grid;align-content:center;gap:var(--space-3)}.landing-home .preview-activity-line{height:.65rem;border-radius:var(--radius-full);background:var(--color-brand-100)}.landing-home .preview-activity-line-short{width:72%}.landing-home .preview-activity-pill{width:4rem;height:2rem;border-radius:var(--radius-full);background:var(--color-success-bg)}.landing-home .trust-section{background:0 0;border:none;padding:0 0 var(--space-10)}.landing-home .trust-badges{gap:var(--space-3)}.landing-home .trust-badge{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-4) var(--space-5);box-shadow:var(--shadow-xs);color:var(--color-ink)}.landing-home .trust-badge span{white-space:nowrap}.landing-home .trust-badge i{color:var(--color-brand-600)}.landing-home .section{padding:var(--space-24) 0}.landing-home .section-title{font-family:var(--font-sans);font-size:clamp(var(--text-4xl), 4vw, var(--text-5xl));letter-spacing:-.03em;margin-bottom:var(--space-4);color:var(--color-ink)}.landing-home .section-subtitle{font-size:var(--text-lg);color:var(--color-muted);margin-bottom:var(--space-12);max-width:42rem}.landing-home .intro-section{padding-top:var(--space-4)}.landing-home .intro-shell{position:relative;overflow:hidden;padding:var(--space-10);border-radius:var(--radius-xl);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-lg)}.landing-home .intro-shell::before{display:none}.landing-home .intro-copy,.landing-home .intro-grid{position:relative;z-index:1}.landing-home .intro-eyebrow{display:inline-flex;align-items:center;padding:var(--space-2) var(--space-3);margin-bottom:var(--space-4);border-radius:var(--radius-full);background:var(--color-brand-50);color:var(--color-brand-600);font-size:var(--text-xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.landing-home .intro-subtitle,.landing-home .intro-title{text-align:left;margin-left:0;margin-right:0}.landing-home .intro-title{max-width:18ch}.landing-home .intro-subtitle{margin-bottom:0;max-width:45rem}.landing-home .intro-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4);margin-top:var(--space-8)}.landing-home .intro-card{padding:var(--space-6);border-radius:var(--radius-lg);background:var(--color-surface-alt);border:1px solid var(--color-border-light);box-shadow:var(--shadow-xs)}.landing-home .intro-card-icon{width:3rem;height:3rem;margin-bottom:var(--space-4);display:grid;place-items:center;border-radius:var(--radius-md);background:var(--color-brand-50);color:var(--color-brand-600);font-size:1.2rem}.landing-home .intro-card h3{margin-bottom:var(--space-2);color:var(--color-ink);font-family:var(--font-sans);font-size:var(--text-xl);letter-spacing:-.02em}.landing-home .intro-card p{margin:0;color:var(--color-muted);line-height:1.6}.landing-home .difference-section{padding-top:var(--space-4)}.landing-home .difference-stage{position:relative;overflow:hidden;padding:var(--space-8);border-radius:var(--radius-xl);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-lg)}.landing-home .difference-stage::after,.landing-home .difference-stage::before{display:none}.landing-home .difference-grid,.landing-home .difference-top{position:relative;z-index:1}.landing-home .difference-top{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,0.92fr);gap:var(--space-6);align-items:start;margin-bottom:var(--space-6)}.landing-home .difference-copy .section-subtitle,.landing-home .difference-copy .section-title{text-align:left;margin-left:0;margin-right:0}.landing-home .difference-copy .section-subtitle{margin-bottom:0}.landing-home .difference-eyebrow{display:inline-flex;align-items:center;gap:var(--space-1);padding:var(--space-2) var(--space-3);margin-bottom:var(--space-4);border-radius:var(--radius-full);background:var(--color-brand-50);color:var(--color-brand-600);font-size:var(--text-xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.landing-home .difference-title{max-width:20ch;text-wrap:balance}.landing-home .difference-subtitle{max-width:38rem}.landing-home .difference-manifesto{margin-top:var(--space-6);padding:var(--space-5) var(--space-6);border-radius:var(--radius-lg);background:var(--color-brand-50);border:1px solid var(--color-brand-100);color:var(--color-ink)}.landing-home .difference-manifesto-label{display:inline-block;margin-bottom:var(--space-2);color:var(--color-brand-600);font-size:var(--text-xs);font-weight:700;letter-spacing:.1em;text-transform:uppercase}.landing-home .difference-manifesto p{margin:0;font-size:var(--text-base);line-height:1.65}.landing-home .difference-compare{display:grid;gap:var(--space-4)}.landing-home .difference-panel{position:relative;padding:var(--space-6);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.landing-home .difference-panel-native{background:var(--color-surface-alt)}.landing-home .difference-panel-assistant{background:var(--color-brand-50);border-color:var(--color-brand-100)}.landing-home .difference-panel-tag{display:inline-flex;align-items:center;padding:var(--space-1) var(--space-3);margin-bottom:var(--space-3);border-radius:var(--radius-full);background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-brand-600);font-size:var(--text-xs);font-weight:700;letter-spacing:.06em;text-transform:uppercase}.landing-home .difference-panel-assistant .difference-panel-tag{background:var(--color-brand-100);border-color:transparent;color:var(--color-brand-700)}.landing-home .difference-card h3,.landing-home .difference-panel h3{font-family:var(--font-sans);letter-spacing:-.03em}.landing-home .difference-panel h3{margin:0;font-size:var(--text-xl);color:var(--color-ink)}.landing-home .difference-panel-assistant h3{color:var(--color-ink)}.landing-home .difference-list{list-style:none;padding:0;margin:var(--space-4) 0 0;display:grid;gap:var(--space-3)}.landing-home .difference-list li{position:relative;padding-left:var(--space-6);color:var(--color-muted);line-height:1.55}.landing-home .difference-list li::before{content:'';position:absolute;left:0;top:.55rem;width:.45rem;height:.45rem;border-radius:50%;background:var(--color-brand-600)}.landing-home .difference-panel-assistant .difference-list li{color:var(--color-muted)}.landing-home .difference-panel-assistant .difference-list li::before{background:var(--color-brand-600)}.landing-home .difference-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-4)}.landing-home .difference-card{padding:var(--space-6);border-radius:var(--radius-lg);background:var(--color-surface-alt);border:1px solid var(--color-border-light);box-shadow:var(--shadow-xs)}.landing-home .difference-card-icon{width:3rem;height:3rem;margin-bottom:var(--space-4);display:grid;place-items:center;border-radius:var(--radius-md);background:var(--color-brand-50);color:var(--color-brand-600);font-size:1.25rem}.landing-home .difference-card h3{margin-bottom:var(--space-2);font-size:var(--text-xl);color:var(--color-ink)}.landing-home .difference-card p{margin:0;color:var(--color-muted);line-height:1.6}.landing-home #faq,.landing-home #use-cases{background:var(--color-surface)!important;border-top:1px solid var(--color-border-light);border-bottom:1px solid var(--color-border-light)}.landing-home .feature-card,.landing-home .use-case-card{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.landing-home .feature-card::before,.landing-home .use-case-card::before{content:'';position:absolute;inset:0 0 auto;height:3px;background:var(--color-brand-600)}.landing-home .feature-card:hover,.landing-home .use-case-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.landing-home .feature-icon,.landing-home .use-case-icon{width:3.25rem;height:3.25rem;border-radius:var(--radius-md);background:var(--color-brand-50);color:var(--color-brand-600)}.landing-home .feature-title,.landing-home .use-case-title{font-size:var(--text-xl);letter-spacing:-.02em}.landing-home .feature-description,.landing-home .use-case-description{color:var(--color-muted)}.landing-home .pricing-card{padding:var(--space-10)}.landing-home .pricing-card-standard{background:linear-gradient(180deg,#fff 0,#f8fafc 100%)}.landing-home .pricing-plan-badge{display:inline-flex;align-items:center;align-self:flex-start;min-height:2rem;padding:.35rem .75rem;border-radius:var(--radius-full);background:rgba(0,82,204,.1);color:var(--color-brand-700);font-size:var(--text-sm);font-weight:700}.landing-home .pricing-plan-badge-light{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);color:var(--color-on-brand)}.landing-home .pricing-card .btn{border-radius:var(--radius-full);padding:var(--space-4) var(--space-6)}.landing-home .pricing-card .btn-outline-primary{border-color:var(--color-brand-600);color:var(--color-brand-700);font-weight:700}.landing-home .pricing-card .btn-outline-primary:hover{background:var(--color-brand-600);border-color:var(--color-brand-600);color:var(--color-on-brand)}.landing-home .pricing-card-featured{background:linear-gradient(180deg,#0f172a 0,#13223f 100%);border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow-xl)}.landing-home .pricing-card-featured::before{background:var(--color-brand-600)}.landing-home .pricing-card-featured .display-4,.landing-home .pricing-card-featured .feature-title,.landing-home .pricing-card-featured li,.landing-home .pricing-card-featured span,.landing-home .pricing-card-featured strong{color:var(--color-on-brand)}.landing-home .pricing-card-featured .text-secondary{color:var(--color-on-brand-muted)!important}.landing-home .pricing-card-featured .btn.btn-primary{border:none;border-radius:var(--radius-full);padding:var(--space-4) var(--space-6);background:var(--color-brand-600);box-shadow:0 14px 28px rgba(0,82,204,.28)}.landing-home .pricing-card-featured .btn.btn-primary:hover{background:var(--color-brand-700)}.landing-home .pricing-card-guide{background:linear-gradient(180deg,#fff 0,#f8fafc 100%)}.landing-home .pricing-card-guide strong{color:var(--color-ink);display:block;margin-bottom:var(--space-1)}.landing-home .pricing-card-guide .text-secondary{color:var(--color-muted)!important}.landing-home .pricing-card-guide .bi{color:var(--color-brand-600)!important}.landing-home #pricing .list-unstyled li{display:flex;align-items:flex-start;gap:var(--space-1)}.landing-home #pricing .list-unstyled li i{margin-top:.15rem}.landing-home .accordion{display:grid;gap:var(--space-4)}.landing-home .accordion-item{border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface);box-shadow:var(--shadow-xs)}.landing-home .accordion-button{padding:var(--space-5) var(--space-6);font-weight:600;color:var(--color-ink);background:0 0;box-shadow:none}.landing-home .accordion-button:not(.collapsed){color:var(--color-brand-600);background:var(--color-brand-50)}.landing-home .accordion-button:focus{box-shadow:none}.landing-home .accordion-body{color:var(--color-muted);padding:0 var(--space-6) var(--space-6)}.landing-home .cta-section{background:0 0}.landing-home .cta-card{position:relative;overflow:hidden;background:linear-gradient(135deg,#0052cc 0,#1d4ed8 45%,#0f172a 100%);border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow-xl)}.landing-home .cta-card::after,.landing-home .cta-card::before{display:none}.landing-home .cta-card>*{position:relative;z-index:1}.landing-home .cta-card .section-title{color:var(--color-on-brand);max-width:15ch;margin-left:auto;margin-right:auto}.landing-home .cta-card .section-subtitle{color:var(--color-on-brand-muted);max-width:42rem;margin-left:auto;margin-right:auto;margin-bottom:var(--space-6)}.landing-home .footer{background:var(--color-ink)}.landing-home .footer::before{display:none}.landing-home .footer .container{position:relative;z-index:1}.landing-home .footer-links a{color:rgba(255,255,255,.82)}.landing-home .footer-links a:hover{color:#fff}.landing-home .footer .text-white-50{color:rgba(255,255,255,.8)!important}.landing-home .footer-bottom{color:rgba(255,255,255,.72)}@media (max-width:1199px){.landing-home .hero-content{max-width:none;text-align:center}.landing-home .hero-subtitle,.landing-home .hero-title{margin-left:auto;margin-right:auto}.landing-home .hero-actions,.landing-home .hero-note,.landing-home .hero-proof-list{justify-content:center}.landing-home .hero-preview{width:min(100%,46rem);margin:0 auto}.landing-home .intro-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-home .intro-title{max-width:none}.landing-home .difference-top{grid-template-columns:1fr}.landing-home .difference-subtitle,.landing-home .difference-title{max-width:none}.landing-home .difference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:991px){.landing-home .navbar .container{border-radius:var(--radius-xl);padding:var(--space-3)}.landing-home .navbar-collapse{margin-top:var(--space-3);padding:var(--space-3);border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid var(--color-border-light);box-shadow:var(--shadow-md)}.landing-home .navbar-nav .nav-link{margin:0}.landing-home .difference-stage,.landing-home .intro-shell{padding:var(--space-6)}}@media (max-width:767px){.landing-home .hero-section{padding-top:var(--space-24);padding-bottom:var(--space-16)}.landing-home .hero-title{max-width:none}.landing-home .hero-actions a{width:100%}.landing-home .hero-proof-item{width:100%;justify-content:flex-start;white-space:normal}.landing-home .hero-note{text-align:center}.landing-home .preview-shell{padding:var(--space-4)}.landing-home .preview-results,.landing-home .preview-side-stack{grid-template-columns:1fr}.landing-home .trust-badge{width:100%;justify-content:flex-start}.landing-home .intro-subtitle,.landing-home .intro-title{text-align:center;margin-left:auto;margin-right:auto}.landing-home .intro-grid{grid-template-columns:1fr}.landing-home .cta-card,.landing-home .feature-card,.landing-home .intro-shell,.landing-home .pricing-card,.landing-home .use-case-card{padding:var(--space-6)}.landing-home .difference-card,.landing-home .difference-panel,.landing-home .difference-stage,.landing-home .intro-card{padding:var(--space-5)}.landing-home .difference-grid{grid-template-columns:1fr}.landing-home .difference-panel h3{font-size:var(--text-xl)}}@media (prefers-reduced-motion:reduce){.landing-home .btn-hero-primary,.landing-home .btn-hero-secondary,.landing-home .feature-card,.landing-home .intro-card,.landing-home .preview-shell,.landing-home .use-case-card{transition:none;animation:none;transform:none}.landing-home .scroll-reveal{opacity:1!important;transform:none!important;transition:none!important}.landing-home .scroll-nav{display:none}}.landing-home .scroll-reveal{opacity:0;transform:translateY(48px);transition:opacity .7s var(--ease-default),transform .7s var(--ease-default);will-change:opacity,transform}.landing-home .scroll-reveal.is-visible{opacity:1;transform:translateY(0)}.landing-home .scroll-reveal [data-stagger]{opacity:0;transform:translateY(24px);transition:opacity .5s var(--ease-default),transform .5s var(--ease-default)}.landing-home .scroll-reveal.is-visible [data-stagger]{opacity:1;transform:translateY(0)}.landing-home .scroll-reveal.is-visible [data-stagger="1"]{transition-delay:80ms}.landing-home .scroll-reveal.is-visible [data-stagger="2"]{transition-delay:0.16s}.landing-home .scroll-reveal.is-visible [data-stagger="3"]{transition-delay:0.24s}.landing-home .scroll-reveal.is-visible [data-stagger="4"]{transition-delay:0.32s}.landing-home .scroll-reveal.is-visible [data-stagger="5"]{transition-delay:0.40s}.landing-home .scroll-reveal.is-visible [data-stagger="6"]{transition-delay:0.48s}.landing-home .scroll-nav{position:fixed;right:var(--space-6);top:50%;transform:translateY(-50%);z-index:900;display:flex;flex-direction:column;gap:var(--space-3);align-items:center}.landing-home .scroll-nav-dot{width:10px;height:10px;border-radius:50%;background:var(--color-border);border:none;padding:0;cursor:pointer;transition:background var(--duration-normal) var(--ease-default),transform var(--duration-normal) var(--ease-default),box-shadow var(--duration-normal) var(--ease-default)}.landing-home .scroll-nav-dot:hover{background:var(--color-muted);transform:scale(1.3)}.landing-home .scroll-nav-dot.is-active{background:var(--color-brand-600);transform:scale(1.3);box-shadow:0 0 0 3px var(--color-brand-50)}.landing-home .scroll-nav-label{position:absolute;right:calc(100% + var(--space-3));top:50%;transform:translateY(-50%);white-space:nowrap;font-size:var(--text-xs);font-weight:600;color:var(--color-muted);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-1) var(--space-2);box-shadow:var(--shadow-sm);opacity:0;pointer-events:none;transition:opacity var(--duration-fast) var(--ease-default)}.landing-home .scroll-nav-dot:hover .scroll-nav-label{opacity:1}@media (max-width:991px){.landing-home .scroll-nav{display:none}}@media (max-width:767px){.landing-home .scroll-reveal{transform:translateY(32px)}}