.app-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--color-nav-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border)}.app-nav__inner{max-width:var(--layout-max-width);margin:0 auto;height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--space-6);padding:0 var(--space-4)}.app-nav__brand{gap:var(--space-2);font-weight:700;color:var(--color-title)}.app-nav__brand,.app-nav__logo{display:inline-flex;align-items:center}.app-nav__logo{width:36px;height:36px;border-radius:12px;overflow:hidden;justify-content:center;background:var(--color-nav-logo-bg)}.app-nav__name{font-size:var(--text-md);letter-spacing:.5px}.app-nav__links{display:flex;align-items:center;gap:var(--space-6);justify-content:center}.app-nav__link{font-size:var(--text-md);color:var(--color-muted);text-decoration:none;transition:color .2s ease}.app-nav__link:hover{color:var(--color-title)}.app-nav__actions{display:flex;align-items:center;gap:var(--space-3)}.app-nav__user{display:flex;align-items:center;gap:var(--space-4);margin-left:auto}.app-nav__user-links{display:flex;gap:var(--space-3);align-items:center}@media(max-width:768px){.app-nav__inner{grid-template-columns:auto auto;grid-template-rows:auto auto;row-gap:var(--space-3)}.app-nav__links{grid-column:1/-1;justify-content:flex-start;gap:var(--space-4);flex-wrap:wrap}}.hero{position:relative;overflow:hidden}.hero .hero__grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:var(--space-12);align-items:center;padding:var(--space-16)}.hero .hero__copy{display:flex;flex-direction:column;gap:var(--space-6);z-index:2}.hero .hero__eyebrow{display:inline-block;padding:6px 12px;border-radius:999px;background:rgba(var(--color-accent-rgb),.1);color:var(--color-accent);font-size:var(--text-sm);font-weight:600;width:-moz-fit-content;width:fit-content;border:1px solid rgba(var(--color-accent-rgb),.2);letter-spacing:.05em;text-transform:uppercase}.hero .hero__title{font-size:3rem;line-height:1.1;font-weight:800;color:var(--color-title);letter-spacing:-.02em}@media(max-width:768px){.hero .hero__title{font-size:2rem}}.hero .hero__highlight{display:block;background:linear-gradient(90deg,var(--color-accent),#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);margin-top:var(--space-2)}.hero .hero__subtitle-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-2)}.hero .hero__subtitle-list li{display:flex;align-items:flex-start;gap:var(--space-2);font-size:var(--text-md);line-height:1.5;color:var(--color-subtitle)}.hero .hero__subtitle-list li .check-icon{color:var(--color-accent);font-weight:700}.hero .hero__actions{display:flex;gap:var(--space-4);margin-top:var(--space-2)}.hero .hero__trust-badges{display:flex;gap:var(--space-4);margin-top:var(--space-4);flex-wrap:wrap}.hero .hero__trust-badges .hero__badge{font-size:var(--text-xs);color:var(--color-text-muted);background:var(--surface-2);padding:4px 10px;border-radius:6px;border:1px solid var(--color-border)}.hero .hero__visual{position:relative;height:400px;display:flex;align-items:center;justify-content:center;perspective:1000px}.hero .hero__data-stream{position:absolute;inset:0;opacity:.5;z-index:1;pointer-events:none}.hero .hero__data-stream .data-point{position:absolute;background:var(--surface-2);padding:6px 12px;border-radius:4px;font-family:monospace;font-size:var(--text-xs);color:var(--color-text-muted);border:1px solid var(--color-border);white-space:nowrap;animation:floatUp 10s linear infinite;opacity:0}.hero .hero__data-stream .data-point.p1{top:80%;left:10%;animation-delay:0s;animation-duration:12s}.hero .hero__data-stream .data-point.p2{top:90%;left:60%;animation-delay:2s;animation-duration:9s}.hero .hero__data-stream .data-point.p3{top:70%;left:80%;animation-delay:4s;animation-duration:14s}.hero .hero__data-stream .data-point.p4{top:85%;left:30%;animation-delay:1s;animation-duration:11s}.hero .hero__data-stream .data-point.p5{top:75%;left:50%;animation-delay:5s;animation-duration:13s}.hero .hero__insight-card{position:relative;z-index:2;width:320px;background:var(--surface-1);border:1px solid var(--color-border-highlight);border-radius:16px;box-shadow:0 20px 50px -10px rgba(0,0,0,.5),0 0 0 1px hsla(0,0%,100%,.05);padding:0;overflow:hidden;transform:rotateY(-10deg) rotateX(5deg);transition:transform .3s ease}.hero .hero__insight-card:hover{transform:rotateY(0) rotateX(0) scale(1.02)}.hero .hero__insight-card .card-header{padding:var(--space-4);background:var(--surface-2);border-bottom:1px solid var(--color-border);display:flex;align-items:center;gap:var(--space-3)}.hero .hero__insight-card .card-header .card-icon{font-size:var(--text-xl)}.hero .hero__insight-card .card-header .card-title{font-weight:700;color:var(--color-title)}.hero .hero__insight-card .card-body{padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-4)}.hero .hero__insight-card .insight-row{display:flex;justify-content:space-between;align-items:center;font-size:var(--text-sm)}.hero .hero__insight-card .insight-row .label{color:var(--color-text-muted)}.hero .hero__insight-card .insight-row .value{font-weight:600;color:var(--color-text)}.hero .hero__insight-card .insight-row .value.highlight{color:var(--color-accent)}.hero .hero__insight-card .insight-row .progress-bar{width:80px;height:6px;background:var(--surface-3);border-radius:3px;overflow:hidden}.hero .hero__insight-card .insight-row .progress-bar .fill{height:100%;background:var(--color-accent)}.hero .hero__insight-card .card-footer{padding:var(--space-3) var(--space-5);background:var(--surface-2);border-top:1px solid var(--color-border);font-size:var(--text-xs);color:var(--color-text-muted);display:flex;align-items:center;gap:var(--space-2)}.hero .hero__insight-card .card-footer .status-dot{width:8px;height:8px;background:#10b981;border-radius:50%}@media(max-width:992px){.hero .hero__grid{grid-template-columns:1fr;padding-left:0;padding-right:0;text-align:center}.hero .hero__copy{align-items:center}.hero .hero__trust-badges{justify-content:center}.hero .hero__visual{display:none}}@keyframes floatUp{0%{transform:translateY(20px);opacity:0}20%{opacity:1}80%{opacity:1}to{transform:translateY(-150px);opacity:0}}.how-it-works{background:var(--surface-1)}.how-it-works .section-header{margin-bottom:var(--space-16)}.how-it-works .section-title{font-size:var(--text-2xl);font-weight:700;color:var(--color-title);margin-bottom:var(--space-4)}.how-it-works .section-subtitle{font-size:var(--text-lg);color:var(--color-subtitle)}.how-it-works .process-funnel{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;position:relative}.how-it-works .process-step{display:flex;align-items:center;gap:var(--space-8);background:var(--surface-2);padding:var(--space-8);border-radius:16px;width:100%;border:1px solid var(--color-border);position:relative;z-index:2;transition:transform .3s ease}.how-it-works .process-step:hover{transform:translateY(-2px);border-color:var(--color-accent);box-shadow:0 10px 30px -10px rgba(var(--color-accent-rgb),.1)}.how-it-works .process-step.step-1 .step-icon{background:rgba(59,130,246,.1);color:#3b82f6}.how-it-works .process-step.step-2 .step-icon{background:rgba(139,92,246,.1);color:#8b5cf6}.how-it-works .process-step.step-3 .step-icon{background:rgba(16,185,129,.1);color:#10b981;border:2px solid #10b981}@media(max-width:600px){.how-it-works .process-step{flex-direction:column;text-align:center;gap:var(--space-4)}}.how-it-works .step-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0}.how-it-works .step-content{flex:1 1}.how-it-works .step-title{font-size:var(--text-xl);font-weight:700;color:var(--color-title);margin-bottom:var(--space-2)}.how-it-works .step-desc{font-size:var(--text-base);color:var(--color-text);line-height:1.6;margin-bottom:var(--space-3)}.how-it-works .step-badge{display:inline-block;padding:4px 10px;background:var(--surface-3);border-radius:6px;font-size:var(--text-xs);color:var(--color-text-muted);font-family:monospace}.how-it-works .step-badge.highlight{background:var(--color-accent);color:#fff}.how-it-works .process-connector{font-size:32px;color:var(--color-border);height:40px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.how-it-works .process-connector:after{content:"";position:absolute;height:100%;width:2px;background:var(--color-border);top:0;left:50%;transform:translateX(-50%);z-index:-1}.comparison .section-header{margin-bottom:var(--space-12)}.comparison .section-title{font-size:var(--text-2xl);font-weight:700;color:var(--color-title);margin-bottom:var(--space-4)}.comparison .section-subtitle{font-size:var(--text-lg);color:var(--color-subtitle)}.comparison .compare-table-wrapper{max-width:1000px;margin:0 auto;border-radius:16px;overflow:hidden;border:1px solid var(--color-border);box-shadow:var(--shadow-card)}.comparison .compare-table{width:100%;border-collapse:collapse}.comparison .compare-table td,.comparison .compare-table th{padding:var(--space-6);text-align:center;border-bottom:1px solid var(--color-border);color:var(--color-text);font-size:var(--text-base)}.comparison .compare-table th{background:var(--surface-2);font-weight:600;color:var(--color-title);text-transform:uppercase;letter-spacing:.05em;font-size:var(--text-sm)}.comparison .compare-table .row-header{text-align:left;font-weight:600;color:var(--color-text-muted);background:var(--surface-2);width:20%}.comparison .compare-table .th-competitor{color:var(--color-text-muted);width:25%}.comparison .compare-table .th-polaris{color:var(--color-accent);background:rgba(var(--color-accent-rgb),.1);border-bottom:2px solid var(--color-accent);width:30%;font-size:var(--text-base)}.comparison .compare-table .cell-polaris{background:rgba(var(--color-accent-rgb),.02);font-weight:600;color:var(--color-title)}.comparison .compare-table .cell-polaris.highlight{color:var(--color-accent)}.comparison .compare-table tr:last-child td{border-bottom:none}@media(max-width:768px){.comparison .compare-table{font-size:var(--text-sm)}.comparison .compare-table td,.comparison .compare-table th{padding:var(--space-3)}.comparison .compare-table .row-header{font-size:var(--text-xs)}}.preview .section-header{text-align:center;margin-bottom:var(--space-12)}.preview .section-title{font-size:var(--text-2xl);font-weight:700;color:var(--color-title);margin-bottom:var(--space-4)}.preview .section-subtitle{font-size:var(--text-lg);color:var(--color-subtitle)}.preview .report-window{max-width:1000px;margin:0 auto;background:var(--surface-1);border-radius:16px;border:1px solid var(--color-border);box-shadow:0 25px 50px -12px rgba(0,0,0,.5);overflow:hidden;display:flex;flex-direction:column;min-height:500px}.preview .report-header{background:var(--surface-2);border-bottom:1px solid var(--color-border);padding:var(--space-3) var(--space-4);display:flex;align-items:center;gap:var(--space-6)}@media(max-width:768px){.preview .report-header{flex-direction:column;align-items:flex-start;gap:var(--space-3)}}.preview .report-header .window-controls{display:flex;gap:8px}.preview .report-header .window-controls .dot{width:12px;height:12px;border-radius:50%}.preview .report-header .window-controls .dot.red{background:#ef4444}.preview .report-header .window-controls .dot.yellow{background:#f59e0b}.preview .report-header .window-controls .dot.green{background:#10b981}.preview .report-header .report-tabs{display:flex;gap:var(--space-1);flex:1 1}@media(max-width:768px){.preview .report-header .report-tabs{width:100%;overflow-x:auto;padding-bottom:4px}.preview .report-header .report-tabs::-webkit-scrollbar{height:0}}.preview .report-header .tab{background:rgba(0,0,0,0);border:none;color:var(--color-text-muted);padding:var(--space-2) var(--space-4);font-size:var(--text-sm);cursor:pointer;border-radius:6px;transition:all .2s;white-space:nowrap}.preview .report-header .tab:hover{background:hsla(0,0%,100%,.05);color:var(--color-text)}.preview .report-header .tab.active{background:var(--surface-1);color:var(--color-accent);font-weight:600;box-shadow:0 1px 2px rgba(0,0,0,.1)}.preview .report-body{padding:var(--space-8);flex:1 1;background:var(--surface-1)}@media(max-width:768px){.preview .report-body{padding:var(--space-4)}}.preview .content-title{font-size:var(--text-xl);margin-bottom:var(--space-6);color:var(--color-title);border-left:4px solid var(--color-accent);padding-left:var(--space-3)}@media(max-width:768px){.preview .content-title{font-size:var(--text-lg)}}.preview .data-table-wrapper{overflow-x:auto;border:1px solid var(--color-border);border-radius:8px;margin-bottom:var(--space-6);-webkit-overflow-scrolling:touch}.preview .data-table{width:100%;border-collapse:collapse;font-size:var(--text-sm);min-width:500px}.preview .data-table td,.preview .data-table th{padding:var(--space-3) var(--space-4);text-align:left;border-bottom:1px solid var(--color-border)}@media(max-width:768px){.preview .data-table{font-size:var(--text-xs)}.preview .data-table td,.preview .data-table th{padding:var(--space-2) var(--space-3)}}.preview .data-table th{background:var(--surface-2);color:var(--color-text-muted);font-weight:600}.preview .data-table td{color:var(--color-text)}.preview .data-table .highlight{font-weight:600;color:var(--color-title)}.preview .data-table .text-red{color:#f87171}.preview .insight-box{background:rgba(var(--color-accent-rgb),.1);border:1px solid rgba(var(--color-accent-rgb),.2);padding:var(--space-4);border-radius:8px;display:flex;gap:var(--space-3);align-items:flex-start}.preview .insight-box .insight-icon{font-size:var(--text-xl)}.preview .insight-box p{margin:0;font-size:var(--text-sm);line-height:1.5;color:var(--color-text)}.preview .needs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--space-4)}.preview .need-card{background:var(--surface-2);padding:var(--space-5);border-radius:12px;border:1px solid var(--color-border)}.preview .need-card .need-header{display:flex;justify-content:space-between;margin-bottom:var(--space-3);font-size:var(--text-sm)}.preview .need-card .need-header .need-name{font-weight:600;color:var(--color-title)}.preview .need-card .need-header .need-score{color:var(--color-accent)}.preview .need-card .need-bar{height:4px;background:var(--surface-3);border-radius:2px;margin-bottom:var(--space-3)}.preview .need-card .need-bar .fill{height:100%;background:var(--color-accent);border-radius:2px}.preview .need-card .need-quote{font-style:italic;color:var(--color-text-muted);font-size:var(--text-xs);margin:0}.preview .strategy-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:var(--space-4)}.preview .strategy-item{display:flex;gap:var(--space-4);background:var(--surface-2);padding:var(--space-4);border-radius:8px;border-left:3px solid #10b981}.preview .strategy-item .check-icon{color:#10b981;font-weight:700}.preview .strategy-item .strategy-text{font-size:var(--text-sm);line-height:1.6;color:var(--color-text)}.preview .fade-in{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.zero-curve{background-color:var(--surface-1)}.zero-curve .section-header{text-align:center;margin-bottom:var(--space-12)}.zero-curve .section-title{font-size:var(--text-2xl);font-weight:700;color:var(--color-title);margin-bottom:var(--space-4)}.zero-curve .section-subtitle{font-size:var(--text-lg);color:var(--color-subtitle)}.zero-curve .compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-8);max-width:1000px;margin:0 auto}@media(max-width:768px){.zero-curve .compare-grid{grid-template-columns:1fr}}.zero-curve .compare-card{padding:var(--space-8);border-radius:20px;position:relative;border:1px solid rgba(0,0,0,0);transition:transform .2s ease}.zero-curve .compare-card.old-way{background:hsla(0,0%,100%,.02);border-color:var(--color-border)}.zero-curve .compare-card.old-way .card-badge{background:var(--surface-3);color:var(--color-text-muted)}.zero-curve .compare-card.old-way .card-title{color:var(--color-text-muted)}.zero-curve .compare-card.new-way{background:linear-gradient(145deg,rgba(var(--color-accent-rgb),.1),rgba(var(--color-accent-rgb),.02));border-color:rgba(var(--color-accent-rgb),.3);box-shadow:0 10px 30px -10px rgba(var(--color-accent-rgb),.2)}.zero-curve .compare-card.new-way .card-badge{background:var(--color-accent);color:#fff}.zero-curve .compare-card.new-way .card-title{color:var(--color-title);text-shadow:0 0 20px rgba(var(--color-accent-rgb),.4)}.zero-curve .compare-card .card-badge{display:inline-block;padding:6px 12px;border-radius:999px;font-size:var(--text-xs);font-weight:700;margin-bottom:var(--space-4)}.zero-curve .compare-card .card-title{font-size:var(--text-xl);font-weight:700;margin-bottom:var(--space-6)}.zero-curve .compare-card .feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-4)}.zero-curve .compare-card .list-item{display:flex;align-items:center;gap:var(--space-3);font-size:var(--text-base);color:var(--color-text)}.zero-curve .compare-card .list-item:before{content:"";width:20px;height:20px;background-size:contain;background-repeat:no-repeat;flex-shrink:0}.zero-curve .compare-card .list-item.cross{color:var(--color-text-muted)}.zero-curve .compare-card .list-item.cross:before{content:"×";display:flex;align-items:center;justify-content:center;font-weight:700;color:#ef4444;font-size:20px}.zero-curve .compare-card .list-item.check:before{content:"✓";display:flex;align-items:center;justify-content:center;font-weight:700;color:#10b981;font-size:20px}.target-audience .section-header{margin-bottom:var(--space-12)}.target-audience .section-title{font-size:var(--text-2xl);font-weight:700;color:var(--color-title);margin-bottom:var(--space-4)}.target-audience .section-subtitle{font-size:var(--text-lg);color:var(--color-subtitle)}.target-audience .audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6);max-width:1100px;margin:0 auto}@media(max-width:900px){.target-audience .audience-grid{grid-template-columns:1fr}}.target-audience .audience-card{background:var(--surface-2);border:1px solid var(--color-border);border-radius:16px;padding:var(--space-8);display:flex;flex-direction:column;transition:all .2s ease}.target-audience .audience-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card)}.target-audience .audience-card.highlight{background:linear-gradient(145deg,var(--surface-2),rgba(var(--color-accent-rgb),.05));border-color:rgba(var(--color-accent-rgb),.3);position:relative}.target-audience .audience-card.highlight:before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;height:4px;background:var(--color-accent);border-radius:16px 16px 0 0}.target-audience .audience-card .card-header{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-6)}.target-audience .audience-card .role-icon{font-size:24px}.target-audience .audience-card .role-title{font-size:var(--text-lg);font-weight:700;color:var(--color-title)}.target-audience .audience-card .card-question{font-size:var(--text-md);font-style:italic;color:var(--color-text);margin-bottom:var(--space-6);padding-bottom:var(--space-6);border-bottom:1px solid var(--color-border);min-height:80px}.target-audience .audience-card .benefit-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:var(--space-3)}.target-audience .audience-card .benefit-list li{font-size:var(--text-sm);color:var(--color-text-muted)}