.landing-page{--lp-bg:#fafafa;--lp-bg-white:#fff;--lp-bg-dark:#0a0a0a;--lp-bg-card:#fff;--lp-border:#e5e5e5;--lp-border-light:#f5f5f5;--lp-text:#0a0a0a;--lp-text-secondary:#525252;--lp-text-muted:#a3a3a3;--lp-accent:#635bff;--lp-accent-light:#ededff;--lp-accent-dark:#4b45d1;--lp-gradient-start:#635bff;--lp-gradient-end:#8b85ff;font-family:var(--font-space-grotesk),-apple-system,BlinkMacSystemFont,sans-serif;color:var(--lp-text);background:var(--lp-bg);-webkit-font-smoothing:antialiased;line-height:1.6}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4{letter-spacing:-.03em;font-weight:600;line-height:1.2}.landing-page .container{max-width:1200px;margin:0 auto;padding:0 24px}.landing-page .container-sm{max-width:800px;margin:0 auto;padding:0 24px}.landing-page section{padding:120px 0}.landing-page .landing-nav{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--lp-border);z-index:100;background:#fafafacc;padding:16px 0;position:fixed;top:0;left:0;right:0}.landing-page .landing-nav .container{justify-content:space-between;align-items:center;display:flex}.landing-page .logo{color:var(--lp-text);font-size:20px;font-weight:700;text-decoration:none}.landing-page .nav-links{align-items:center;gap:40px;margin:0;padding:0;list-style:none;display:flex}.landing-page .nav-links a{color:var(--lp-text-secondary);font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.landing-page .nav-links a:hover{color:var(--lp-text)}.landing-page .nav-login{color:var(--lp-text);font-weight:500;transition:all .2s}.landing-page .nav-login:hover{color:var(--lp-primary)}.landing-page .nav-cta{background:linear-gradient(135deg,#635bff,#4b45d1);border-radius:8px;padding:10px 20px;font-weight:500;transition:all .2s;color:#fff!important}.landing-page .nav-cta:hover{background:linear-gradient(135deg,#4b45d1,#3d38b0);transform:translateY(-1px)}.landing-page .mobile-menu{background:var(--lp-bg-white);border-bottom:1px solid var(--lp-border);flex-direction:column;gap:16px;padding:20px;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 20px #0000001a}.landing-page .mobile-menu a{color:var(--lp-text);padding:8px 0;font-size:16px;text-decoration:none}.landing-page .mobile-menu .nav-cta{text-align:center;margin-top:8px}@media (max-width:768px){.landing-page .mobile-menu{display:flex}}.landing-page .mobile-menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.landing-page .mobile-menu-btn span{background:var(--lp-text);border-radius:2px;width:24px;height:2px}.landing-page .btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.landing-page .btn-primary{color:#fff;background:linear-gradient(135deg,#635bff,#4b45d1)}.landing-page .btn-primary:hover{background:linear-gradient(135deg,#4b45d1,#3d38b0);transform:translateY(-2px);box-shadow:0 10px 40px #635bff4d}.landing-page .btn-secondary{background:var(--lp-bg-white);color:var(--lp-text);border:1px solid var(--lp-border)}.landing-page .btn-secondary:hover{background:var(--lp-bg);border-color:var(--lp-text-muted)}.landing-page .hero{text-align:center;padding:180px 0 100px;position:relative;overflow:hidden}.landing-page .hero:before{content:"";pointer-events:none;background:radial-gradient(#635bff14 0%,#0000 70%);width:1000px;height:600px;position:absolute;top:0;left:50%;transform:translate(-50%)}.landing-page .hero-badge{background:var(--lp-bg-white);border:1px solid var(--lp-border);color:var(--lp-text-secondary);border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:8px 16px;font-size:13px;font-weight:500;display:inline-flex}.landing-page .hero-badge-dot{background:var(--lp-accent);border-radius:50%;width:8px;height:8px}.landing-page .hero h1{color:var(--lp-text);max-width:900px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:clamp(48px,8vw,72px);font-weight:700}.landing-page .hero h1 span{background:linear-gradient(135deg,var(--lp-gradient-start),var(--lp-gradient-end));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-page .hero-subtitle{color:var(--lp-text-secondary);max-width:600px;margin-bottom:48px;margin-left:auto;margin-right:auto;font-size:20px;line-height:1.7}.landing-page .hero-cta{justify-content:center;gap:16px;margin-bottom:16px;display:flex}.landing-page .hero-note{color:var(--lp-text-muted);font-size:13px}.landing-page .product-preview{margin-top:80px;position:relative}.landing-page .product-preview:before{content:"";background:linear-gradient(135deg,var(--lp-gradient-start),var(--lp-gradient-end));opacity:.1;filter:blur(60px);border-radius:24px;position:absolute;inset:40px}.landing-page .preview-window{background:var(--lp-bg-white);border:1px solid var(--lp-border);border-radius:16px;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 8px 40px #00000014}.landing-page .preview-toolbar{background:var(--lp-bg);border-bottom:1px solid var(--lp-border);align-items:center;gap:12px;padding:14px 20px;display:flex}.landing-page .preview-dots{gap:8px;display:flex}.landing-page .preview-dot{background:var(--lp-border);border-radius:50%;width:12px;height:12px}.landing-page .preview-dot:first-child{background:#ef4444}.landing-page .preview-dot:nth-child(2){background:#f59e0b}.landing-page .preview-dot:nth-child(3){background:#22c55e}.landing-page .preview-url{background:var(--lp-bg-white);border:1px solid var(--lp-border);color:var(--lp-text-muted);border-radius:6px;flex:1;padding:8px 16px;font-size:13px}.landing-page .preview-content{padding:32px}.landing-page .preview-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.landing-page .preview-search{background:var(--lp-bg);border:1px solid var(--lp-border);border-radius:10px;align-items:center;gap:12px;width:400px;padding:12px 20px;display:flex}.landing-page .preview-search input{background:0 0;border:none;outline:none;width:100%;font-size:14px}.landing-page .preview-meta{color:var(--lp-text-muted);font-size:13px}.landing-page .preview-table{border-collapse:collapse;width:100%}.landing-page .preview-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--lp-text-muted);border-bottom:1px solid var(--lp-border);background:var(--lp-bg);padding:14px 16px;font-size:11px;font-weight:600}.landing-page .preview-table td{border-bottom:1px solid var(--lp-border-light);padding:16px;font-size:14px}.landing-page .preview-table tr:last-child td{border-bottom:none}.landing-page .status{border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.landing-page .status-ok{color:#059669;background:#d1fae5}.landing-page .status-warn{color:#d97706;background:#fef3c7}.landing-page .status-error{color:#dc2626;background:#fee2e2}.landing-page .ingredient-name{color:var(--lp-text);font-weight:500}.landing-page .ingredient-inci{color:var(--lp-text-muted);margin-top:2px;font-size:12px}.landing-page .source-link{color:var(--lp-accent-dark);font-size:12px;text-decoration:none}.landing-page .source-link:hover{text-decoration:underline}.landing-page .audience{background:var(--lp-bg-white);border-top:1px solid var(--lp-border);border-bottom:1px solid var(--lp-border)}.landing-page .audience-header{text-align:center;margin-bottom:64px}.landing-page .audience-header p{color:var(--lp-accent-dark);text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px;font-size:12px;font-weight:600}.landing-page .audience-header h2{color:var(--lp-text);font-size:40px}.landing-page .audience-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.landing-page .audience-card{border:1px solid var(--lp-border);background:var(--lp-bg);border-radius:16px;padding:32px;transition:all .2s}.landing-page .audience-card:hover{border-color:var(--lp-accent);box-shadow:0 4px 20px #635bff1a}.landing-page .audience-icon{background:var(--lp-accent-light);width:48px;height:48px;color:var(--lp-accent-dark);border-radius:12px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.landing-page .audience-card h3{margin-bottom:8px;font-size:18px}.landing-page .audience-card p{color:var(--lp-text-secondary);font-size:14px;line-height:1.6}.landing-page .problem{background:#f5f5f5}.landing-page .problem-layout{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.landing-page .problem-heading{position:sticky;top:120px}.landing-page .problem-heading-muted{color:#9ca3af;letter-spacing:-.02em;font-size:clamp(32px,5vw,52px);font-weight:700;line-height:1.2}.landing-page .problem-heading-main{color:#1f2937;letter-spacing:-.02em;margin-top:4px;font-size:clamp(32px,5vw,52px);font-weight:700;line-height:1.2}.landing-page .problem-points{flex-direction:column;gap:36px;padding-top:8px;display:flex}.landing-page .voice-item{align-items:flex-start;gap:16px;display:flex}.landing-page .voice-avatar{color:#635bff;background:linear-gradient(135deg,#ededff 0%,#d4d2ff 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:13px;font-weight:600;display:flex}.landing-page .voice-avatar-icon{color:#635bff;background:linear-gradient(135deg,#ededff 0%,#d4d2ff 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.landing-page .voice-content{flex-direction:column;gap:4px;display:flex}.landing-page .voice-title{color:#1f2937;font-size:17px;font-weight:600;line-height:1.4}.landing-page .voice-desc{color:#6b7280;font-size:15px;line-height:1.6}.landing-page .features{background:var(--lp-bg-white)}.landing-page .features-layout{grid-template-columns:1.2fr 1fr;align-items:center;gap:80px;display:grid}.landing-page .features-mockups{min-height:580px;position:relative}.landing-page .mockup-card{background:var(--lp-bg-white);border:1px solid var(--lp-border);border-radius:12px;box-shadow:0 4px 24px #0000000f}.landing-page .mockup-main{width:380px;padding:20px;position:absolute;top:40px;left:0}.landing-page .mockup-float{z-index:10;position:absolute}.landing-page .mockup-source{width:200px;padding:16px;top:0;right:0}.landing-page .mockup-chart{width:180px;padding:16px;bottom:120px;right:20px}.landing-page .mockup-report{width:200px;padding:14px;bottom:0;left:60px}.landing-page .mockup-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.landing-page .mockup-title{color:var(--lp-text);font-size:14px;font-weight:600}.landing-page .mockup-badge{background:var(--lp-accent-light);color:var(--lp-accent-dark);border-radius:4px;padding:4px 8px;font-size:11px;font-weight:500}.landing-page .mockup-table{border-collapse:collapse;width:100%;font-size:12px}.landing-page .mockup-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--lp-text-muted);border-bottom:1px solid var(--lp-border);padding:8px 6px;font-size:10px;font-weight:600}.landing-page .mockup-table td{border-bottom:1px solid var(--lp-border-light);padding:10px 6px}.landing-page .mockup-table tr:last-child td{border-bottom:none}.landing-page .ingredient-cell{flex-direction:column;gap:2px;display:flex}.landing-page .status-pill{border-radius:4px;padding:3px 8px;font-size:11px;font-weight:500;display:inline-block}.landing-page .mockup-footer{border-top:1px solid var(--lp-border-light);color:var(--lp-text-muted);justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;font-size:11px;display:flex}.landing-page .mockup-footer a{color:var(--lp-accent-dark);font-weight:500;text-decoration:none}.landing-page .source-header{color:var(--lp-text-muted);align-items:center;gap:8px;margin-bottom:8px;font-size:11px;display:flex}.landing-page .source-status{border-radius:50%;width:8px;height:8px}.landing-page .source-status.status-error{background:#dc2626}.landing-page .source-title{color:var(--lp-text);margin-bottom:12px;font-size:14px;font-weight:600}.landing-page .source-detail{flex-direction:column;gap:2px;margin-bottom:8px;display:flex}.landing-page .source-label{color:var(--lp-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:10px}.landing-page .source-value{color:var(--lp-text);font-size:12px}.landing-page .chart-label{color:var(--lp-text-muted);margin-bottom:12px;font-size:11px}.landing-page .chart-comparison{flex-direction:column;gap:10px;display:flex}.landing-page .chart-bar-group{grid-template-columns:45px 1fr 40px;align-items:center;gap:8px;display:grid}.landing-page .chart-bar-label{color:var(--lp-text-secondary);font-size:11px}.landing-page .chart-bar{border-radius:4px;height:8px}.landing-page .chart-bar-before{background:var(--lp-border);width:100%}.landing-page .chart-bar-after{background:linear-gradient(90deg,var(--lp-gradient-start),var(--lp-gradient-end));width:28%}.landing-page .chart-bar-value{color:var(--lp-text);font-size:11px;font-weight:500}.landing-page .chart-savings{border-top:1px solid var(--lp-border-light);color:var(--lp-accent-dark);text-align:center;margin-top:12px;padding-top:10px;font-size:13px;font-weight:600}.landing-page .report-header{align-items:center;gap:8px;margin-bottom:12px;display:flex}.landing-page .report-icon{font-size:14px}.landing-page .report-header span:last-child{color:var(--lp-text);font-size:12px;font-weight:600}.landing-page .report-item{align-items:center;gap:8px;padding:6px 0;font-size:11px;display:flex}.landing-page .report-dot{border-radius:50%;width:6px;height:6px}.landing-page .report-error .report-dot{background:#dc2626}.landing-page .report-error span:last-child{color:#dc2626}.landing-page .report-warn .report-dot{background:#d97706}.landing-page .report-warn span:last-child{color:#d97706}.landing-page .report-action{background:var(--lp-text);color:#fff;text-align:center;border-radius:6px;margin-top:10px;padding:6px 12px;font-size:11px;font-weight:500}.landing-page .features-content{padding:20px 0}.landing-page .features-label{color:var(--lp-accent-dark);text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px;font-size:12px;font-weight:600}.landing-page .features-title{margin-bottom:16px;font-size:42px;line-height:1.1}.landing-page .features-subtitle{color:var(--lp-text-secondary);margin-bottom:40px;font-size:18px;line-height:1.6}.landing-page .features-list{flex-direction:column;gap:24px;display:flex}.landing-page .feature-item{gap:16px;display:flex}.landing-page .feature-check{background:var(--lp-accent-light);width:24px;height:24px;color:var(--lp-accent);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.landing-page .feature-text h4{color:var(--lp-text);margin-bottom:4px;font-size:15px;font-weight:600}.landing-page .feature-text p{color:var(--lp-text-secondary);font-size:14px;line-height:1.5}.landing-page .features-note{background:var(--lp-bg);color:var(--lp-text-muted);border-left:3px solid var(--lp-border);border-radius:8px;margin-top:32px;padding:16px;font-size:13px}.landing-page .deep-dive{background:var(--lp-bg-white);border-top:1px solid var(--lp-border)}.landing-page .deep-dive-header{text-align:center;margin-bottom:48px}.landing-page .deep-dive-header h2{margin-bottom:16px;font-size:40px}.landing-page .deep-dive-header p{color:var(--lp-text-secondary);max-width:600px;margin:0 auto;font-size:18px}.landing-page .deep-dive-cards{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:48px;display:grid}.landing-page .dd-card{background:var(--lp-bg-white);border:1px solid var(--lp-border);border-radius:16px;padding:24px;transition:all .2s}.landing-page .dd-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000014}.landing-page .dd-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;display:flex}.landing-page .dd-card h4{color:var(--lp-text);margin-bottom:8px;font-size:17px}.landing-page .dd-card p{color:var(--lp-text-secondary);font-size:14px;line-height:1.6}.landing-page .deep-dive-box{background:var(--lp-bg);border-radius:24px;padding:40px}.landing-page .dd-box-content{grid-template-columns:1fr 1.4fr;align-items:start;gap:40px;display:grid}.landing-page .dd-accordion{flex-direction:column;gap:4px;display:flex}.landing-page .dd-accordion-item{border-bottom:1px solid var(--lp-border)}.landing-page .dd-accordion-item:last-child{border-bottom:none}.landing-page .dd-accordion-header{cursor:pointer;color:var(--lp-text);justify-content:space-between;align-items:center;padding:16px 0;font-size:18px;font-weight:600;display:flex}.landing-page .dd-accordion-header svg{color:var(--lp-text-muted)}.landing-page .dd-accordion-body{padding-bottom:20px;display:none}.landing-page .dd-accordion-item.active .dd-accordion-body{display:block}.landing-page .dd-accordion-body p{color:var(--lp-text-secondary);margin-bottom:16px;font-size:15px;line-height:1.7}.landing-page .dd-accordion-link{background:var(--lp-bg-white);border:1px solid var(--lp-border);color:var(--lp-text);border-radius:20px;padding:8px 16px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.landing-page .dd-accordion-link:hover{background:var(--lp-bg);border-color:var(--lp-text-muted)}.landing-page .dd-dashboard{background:var(--lp-bg-white);border:1px solid var(--lp-border);border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0000001a}.landing-page .dd-dash-header{border-bottom:1px solid var(--lp-border);background:#fafafa;align-items:center;gap:12px;padding:10px 16px;display:flex}.landing-page .dd-dash-dots{gap:6px;display:flex}.landing-page .dd-dash-dots span{border-radius:50%;width:10px;height:10px}.landing-page .dd-dash-dots span:first-child{background:#ef4444}.landing-page .dd-dash-dots span:nth-child(2){background:#f59e0b}.landing-page .dd-dash-dots span:nth-child(3){background:#22c55e}.landing-page .dd-dash-breadcrumb{color:var(--lp-text-muted);align-items:center;gap:6px;font-size:12px;display:flex}.landing-page .dd-dash-breadcrumb .sep{color:var(--lp-border)}.landing-page .dd-dash-breadcrumb .current{color:var(--lp-text);font-weight:500}.landing-page .dd-dash-body{height:320px;display:flex}.landing-page .dd-tree-sidebar{border-right:1px solid var(--lp-border);background:#f7f7f5;width:180px;padding:12px 8px;overflow-y:auto}.landing-page .dd-tree-header{color:var(--lp-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;padding:4px 8px;font-size:10px;font-weight:600}.landing-page .dd-tree-item{color:var(--lp-text);cursor:pointer;border-radius:4px;align-items:center;gap:6px;padding:5px 8px;font-size:12px;display:flex}.landing-page .dd-tree-item:hover{background:#f1f1ef}.landing-page .dd-tree-item.selected{background:#e8e8e6}.landing-page .dd-tree-item.child{padding-left:20px}.landing-page .dd-tree-item.depth2{color:var(--lp-text-secondary);padding-left:36px;font-size:13px}.landing-page .dd-tree-toggle{color:var(--lp-text-muted);width:12px;font-size:8px}.landing-page .dd-tree-icon{color:var(--lp-text-muted);font-size:10px}.landing-page .dd-tree-icon.small{font-size:9px}.landing-page .dd-tree-badge{color:var(--lp-text-secondary);background:#e8e8e6;border-radius:10px;margin-left:auto;padding:1px 6px;font-size:10px}.landing-page .dd-tree-badge.error{color:#dc2626;background:#fee2e2}.landing-page .dd-tree-badge.warn{color:#d97706;background:#fef3c7}.landing-page .dd-dash-main{flex:1;padding:16px;overflow:hidden}.landing-page .dd-page-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.landing-page .dd-page-title{color:var(--lp-text);font-size:16px;font-weight:600}.landing-page .dd-page-meta{color:var(--lp-text-muted);margin-top:2px;font-size:11px}.landing-page .dd-add-btn{background:var(--lp-accent);color:#fff;border-radius:6px;padding:6px 12px;font-size:11px;font-weight:500}.landing-page .dd-tabs{border-bottom:1px solid var(--lp-border);gap:4px;margin-bottom:12px;padding-bottom:8px;display:flex}.landing-page .dd-tabs span{color:var(--lp-text-secondary);cursor:pointer;border-radius:4px;padding:4px 10px;font-size:11px}.landing-page .dd-tabs span.active{color:var(--lp-text);background:#e8e8e6;font-weight:500}.landing-page .dd-dash-table{flex-direction:column;display:flex}.landing-page .dd-dash-row{border-bottom:1px solid var(--lp-border-light);grid-template-columns:1.5fr 1fr .8fr .7fr;align-items:center;padding:8px 0;font-size:11px;display:grid}.landing-page .dd-dash-row.header{color:var(--lp-text-muted);text-transform:uppercase;letter-spacing:.03em;padding-bottom:8px;font-size:10px;font-weight:600}.landing-page .dd-dash-row .product-name{color:var(--lp-text);font-weight:500}.landing-page .dd-dash-row .markets{gap:4px;display:flex}.landing-page .dd-dash-row .market{color:var(--lp-text-secondary);background:#f3f4f6;border-radius:3px;padding:2px 6px;font-size:9px}.landing-page .dd-dash-row .ok{color:#059669;font-weight:500}.landing-page .dd-dash-row .warn{color:#d97706;font-weight:500}.landing-page .dd-dash-row .error{color:#dc2626;font-weight:500}.landing-page .dd-dash-row .stage{color:#2383e2;background:#e8f4fd;border-radius:3px;width:fit-content;padding:2px 8px;font-size:10px;display:inline-block}.landing-page .dd-dash-row .stage.done{color:#059669;background:#d1fae5}.landing-page .data{background:var(--lp-bg-white);border-top:1px solid var(--lp-border)}.landing-page .data-header{text-align:center;margin-bottom:64px}.landing-page .data-header p.label{color:var(--lp-accent-dark);text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px;font-size:12px;font-weight:600}.landing-page .data-header h2{margin-bottom:16px;font-size:36px}.landing-page .data-header p.subtitle{color:var(--lp-text-secondary);font-size:18px}.landing-page .data-table-wrapper{background:var(--lp-bg);border:1px solid var(--lp-border);border-radius:16px;margin-bottom:40px;overflow:hidden}.landing-page .data-table{border-collapse:collapse;width:100%}.landing-page .data-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--lp-text-muted);background:var(--lp-bg-white);border-bottom:1px solid var(--lp-border);padding:18px 24px;font-size:11px;font-weight:600}.landing-page .data-table td{border-bottom:1px solid var(--lp-border-light);padding:20px 24px;font-size:15px}.landing-page .data-table tr:last-child td{border-bottom:none}.landing-page .data-table strong{color:var(--lp-text)}.landing-page .data-notice{background:var(--lp-bg);border:1px solid var(--lp-border);border-radius:12px;gap:20px;padding:24px;display:flex}.landing-page .data-notice-secondary{background:var(--lp-bg-white);margin-top:16px}.landing-page .data-notice-icon{flex-shrink:0;font-size:24px}.landing-page .data-notice h4{margin-bottom:8px;font-size:15px}.landing-page .data-notice p{color:var(--lp-text-secondary);font-size:14px;line-height:1.7}.landing-page .pricing{background:var(--lp-bg);border-top:1px solid var(--lp-border)}.landing-page .pricing-header{text-align:center;margin-bottom:64px}.landing-page .pricing-header h2{margin-bottom:16px;font-size:40px}.landing-page .pricing-header p{color:var(--lp-text-secondary);font-size:18px}.landing-page .pricing-grid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:900px;margin:0 auto;display:grid}.landing-page .pricing-grid.three-col{grid-template-columns:repeat(3,1fr);max-width:1100px}.landing-page .pricing-card{background:var(--lp-bg-white);border:1px solid var(--lp-border);border-radius:20px;padding:40px}.landing-page .pricing-card.featured{border:2px solid var(--lp-accent);position:relative}.landing-page .pricing-card.featured:before{content:"Most Popular";background:var(--lp-accent);color:#fff;border-radius:100px;padding:4px 16px;font-size:12px;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.landing-page .pricing-card h3{margin-bottom:8px;font-size:20px}.landing-page .pricing-card .description{color:var(--lp-text-secondary);margin-bottom:24px;font-size:14px}.landing-page .pricing-card .price{color:var(--lp-text);letter-spacing:-.03em;margin-bottom:8px;font-size:56px;font-weight:700}.landing-page .pricing-card .price span{color:var(--lp-text-muted);font-size:18px;font-weight:400}.landing-page .pricing-card .period{color:var(--lp-text-muted);margin-bottom:32px;font-size:14px}.landing-page .pricing-card ul{margin-bottom:32px;padding:0;list-style:none}.landing-page .pricing-card li{color:var(--lp-text-secondary);border-bottom:1px solid var(--lp-border-light);align-items:flex-start;gap:12px;padding:12px 0;font-size:15px;display:flex}.landing-page .pricing-card li:last-child{border-bottom:none}.landing-page .pricing-card li svg{width:18px;height:18px;color:var(--lp-accent-dark);flex-shrink:0;margin-top:2px}.landing-page .pricing-card li.not-included,.landing-page .pricing-card li.not-included svg{color:var(--lp-text-muted)}.landing-page .pricing-card .btn{width:100%}.landing-page .pricing-card .note{color:var(--lp-text-muted);text-align:center;margin-top:16px;font-size:12px}.landing-page .pricing-footer{text-align:center;margin-top:48px}.landing-page .pricing-footer p{color:var(--lp-text-secondary);font-size:15px}.landing-page .pricing-footer a{color:var(--lp-accent-dark);font-weight:500;text-decoration:none}.landing-page .pricing-footer a:hover{text-decoration:underline}.landing-page .faq{background:var(--lp-bg-white);border-top:1px solid var(--lp-border)}.landing-page .faq-header{text-align:center;margin-bottom:64px}.landing-page .faq-header h2{font-size:36px}.landing-page .faq-list{max-width:800px;margin:0 auto}.landing-page .faq-item{border-bottom:1px solid var(--lp-border);padding:28px 0}.landing-page .faq-item:first-child{border-top:1px solid var(--lp-border)}.landing-page .faq-question{color:var(--lp-text);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:0;font-family:inherit;font-size:17px;font-weight:600;line-height:1.4;display:flex}.landing-page .faq-question svg{color:var(--lp-text-muted);flex-shrink:0;margin-left:16px}.landing-page .faq-item.open .faq-question{margin-bottom:12px}.landing-page .faq-answer{color:var(--lp-text-secondary);font-size:15px;line-height:1.8}.landing-page .faq-answer strong{color:var(--lp-text)}.landing-page .faq-link{color:var(--lp-accent-dark);text-decoration:none}.landing-page .faq-link:hover{text-decoration:underline}.landing-page .cta{background:var(--lp-bg-dark);color:#fff;text-align:center}.landing-page .cta h2{color:#fff;margin-bottom:20px;font-size:48px}.landing-page .cta p{color:#ffffffb3;margin-bottom:40px;font-size:20px}.landing-page .cta .btn-primary{color:var(--lp-text);background:#fff}.landing-page .cta .btn-primary:hover{background:var(--lp-bg)}.landing-page .cta-note{color:#ffffff80;margin-top:20px;font-size:14px}.landing-page .landing-footer{background:var(--lp-bg-dark);border-top:1px solid #ffffff1a;padding:48px 0}.landing-page .landing-footer .container{justify-content:space-between;align-items:center;display:flex}.landing-page .landing-footer p{color:#ffffff80;font-size:14px}.landing-page .landing-footer a{color:#ffffff80;margin-left:32px;font-size:14px;text-decoration:none;transition:color .2s}.landing-page .landing-footer a:hover{color:#fff}@media (max-width:1024px){.landing-page .pricing-grid.three-col{grid-template-columns:1fr 1fr}.landing-page .pricing-grid.three-col .pricing-card:first-child{grid-column:1/-1}.landing-page .features-layout{grid-template-columns:1fr;gap:60px}.landing-page .features-mockups{order:2;grid-template-columns:1fr 1fr;gap:16px;min-height:auto;display:grid;position:relative}.landing-page .features-content{order:1}.landing-page .features-mockups .mockup-card{width:100%;position:static}.landing-page .features-mockups .mockup-main{grid-column:1/-1;width:100%;position:static}.landing-page .features-mockups .mockup-float{width:100%;position:static}.landing-page .deep-dive-cards{grid-template-columns:repeat(2,1fr)}.landing-page .dd-box-content{grid-template-columns:1fr;gap:32px}}@media (max-width:768px){.landing-page section{padding:80px 0}.landing-page .hero{padding:140px 0 60px}.landing-page .hero h1{font-size:36px}.landing-page .hero-cta{flex-direction:column;align-items:center}.landing-page .product-preview{margin-top:40px}.landing-page .preview-search{width:100%}.landing-page .preview-table{font-size:12px}.landing-page .preview-table th,.landing-page .preview-table td{padding:10px 8px}.landing-page .audience-grid{grid-template-columns:1fr}.landing-page .problem-layout{grid-template-columns:1fr;gap:48px}.landing-page .problem-heading{position:static}.landing-page .problem-heading-muted,.landing-page .problem-heading-main{font-size:28px}.landing-page .problem-points{gap:28px}.landing-page .voice-title{font-size:15px}.landing-page .voice-desc{font-size:14px}.landing-page .features-mockups{display:none}.landing-page .features-title{font-size:32px}.landing-page .deep-dive-cards{grid-template-columns:1fr}.landing-page .deep-dive-header h2{font-size:28px}.landing-page .dd-dashboard{display:none}.landing-page .pricing-grid,.landing-page .pricing-grid.three-col{grid-template-columns:1fr}.landing-page .cta h2{font-size:32px}.landing-page .nav-links{display:none}.landing-page .mobile-menu-btn{display:flex}.landing-page .landing-footer .container{text-align:center;flex-direction:column;gap:20px}.landing-page .landing-footer a{margin:0 16px}}.landing-page a:focus-visible,.landing-page button:focus-visible{outline:2px solid var(--lp-accent-dark);outline-offset:2px;border-radius:4px}.landing-page .btn:focus-visible{outline:2px solid var(--lp-accent-dark);outline-offset:2px;box-shadow:0 0 0 4px #4b45d133}@media (prefers-reduced-motion:reduce){.landing-page .btn-primary:hover,.landing-page .nav-cta:hover,.landing-page .dd-card:hover{transform:none}.landing-page .animate-on-scroll{opacity:1!important;transform:none!important}}.landing-page .animate-on-scroll{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(24px)}.landing-page .animate-on-scroll.visible{opacity:1;transform:translateY(0)}.landing-page .animate-on-scroll.stagger>*{opacity:0;transition:opacity .5s ease-out,transform .5s ease-out;transform:translateY(16px)}.landing-page .animate-on-scroll.stagger.visible>:first-child{opacity:1;transition-delay:0s;transform:translateY(0)}.landing-page .animate-on-scroll.stagger.visible>:nth-child(2){opacity:1;transition-delay:.1s;transform:translateY(0)}.landing-page .animate-on-scroll.stagger.visible>:nth-child(3){opacity:1;transition-delay:.2s;transform:translateY(0)}.landing-page .animate-on-scroll.stagger.visible>:nth-child(4){opacity:1;transition-delay:.3s;transform:translateY(0)}
