:root{--intelligence:#3B82F6;--intelligence-soft:rgba(59, 130, 246, 0.08);--illustration-width:90%;--illustration-max-width:460px}.hero-product{position:relative;width:100%;min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;margin-top:72px;background-color:#111}.hero-bg{position:absolute;top:-15%;left:0;right:0;width:100%;height:130%;background-size:cover;background-position:center;z-index:0;opacity:.9;pointer-events:none}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.3) 0,rgba(0,0,0,.5) 100%);z-index:1}.hero-content{position:relative;z-index:2;max-width:900px;padding:0 24px;color:#fff}.hero-label{font-family:var(--font-sans);font-size:12px;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px;display:inline-block}.hero-product .hero-title{font-family:var(--font-sans);font-size:clamp(48px, 5.5vw, 72px);font-weight:400;line-height:1.05;letter-spacing:-.02em;color:#fff;margin-bottom:24px}.hero-product .hero-subtitle{font-family:var(--font-ui);font-size:18px;font-weight:400;color:rgba(255,255,255,.9);line-height:1.6;max-width:500px;margin:0 auto}@media (max-width:768px){.hero-product{min-height:60vh}.hero-product .hero-subtitle{font-size:16px}}.intro-section{padding:140px 24px 100px;text-align:center;max-width:100%;background:var(--bg)}.intro-container{max-width:760px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:24px}.intro-title{font-family:var(--font-sans);font-size:clamp(32px, 4vw, 48px);font-weight:400;color:var(--text-primary);line-height:1.1;letter-spacing:-.02em}.intro-subtitle{font-family:var(--font-ui);font-size:18px;color:var(--text-secondary);line-height:1.6;max-width:540px}.demo-section{padding:40px 24px 80px;max-width:1400px;margin:0 auto}.demo-container{background:linear-gradient(135deg,#e8e8e8 0,#d9d9d9 100%);border-radius:0;padding:60px 80px 0;height:560px;overflow:hidden;position:relative;display:flex;justify-content:center}@media (max-width:900px){.demo-container{padding:40px 40px 0;height:500px}}.demo-dashboard{background:var(--bg);border:1px solid var(--border-premium);border-bottom:none;box-shadow:var(--shadow-float);width:100%;max-width:900px;transform:translateY(40px);animation:dashboardPopUp .8s var(--ease-out-expo) forwards;animation-delay:.3s;opacity:0;overflow:hidden}.coming-soon-badge{font-family:var(--font-mono);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);background:rgba(249,115,22,.08);padding:6px 12px;border:1px solid var(--accent);border-radius:var(--radius-sm)}@keyframes dashboardPopUp{0%{transform:translateY(100px);opacity:0}100%{transform:translateY(0);opacity:1}}.dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:20px 28px;border-bottom:1px solid var(--border-soft)}.dashboard-title{font-family:var(--font-ui);font-size:14px;font-weight:600;color:var(--text-primary)}.dashboard-period{display:flex;gap:4px}.period-btn{padding:6px 12px;font-family:var(--font-ui);font-size:11px;font-weight:500;border:1px solid var(--border-soft);background:0 0;color:var(--text-muted);cursor:pointer;transition:all .2s ease}.period-btn:first-child{border-radius:var(--radius-sm) 0 0 var(--radius-sm)}.period-btn:last-child{border-radius:0 var(--radius-sm) var(--radius-sm) 0}.period-btn.active{background:var(--text-primary);color:#fff;border-color:var(--text-primary)}.dashboard-content{padding:28px}.chart-container{position:relative;height:280px;margin-bottom:24px;margin-left:48px}.chart-grid{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between}.grid-line{border-top:1px dashed var(--border-soft);position:relative}.grid-label{position:absolute;left:-12px;top:-8px;font-family:var(--font-ui);font-size:10px;color:var(--text-muted);transform:translateX(-100%);white-space:nowrap}.chart-svg{position:absolute;inset:0;width:100%;height:100%}.forecast-area{fill:url(#forecastGradient);opacity:0;animation:fadeInArea 1s ease forwards;animation-delay:1.2s}@keyframes fadeInArea{to{opacity:1}}.actual-line{stroke:var(--text-primary);stroke-width:2.5;fill:none;stroke-dasharray:1000;stroke-dashoffset:1000;animation:drawLine 1.5s ease forwards;animation-delay:.5s}.forecast-line{stroke:var(--intelligence);stroke-width:2;stroke-dasharray:6 4;fill:none;opacity:0;animation:fadeIn .6s ease forwards;animation-delay:1.5s}@keyframes drawLine{to{stroke-dashoffset:0}}@keyframes fadeIn{to{opacity:1}}.today-marker{stroke:var(--intelligence);stroke-width:1;stroke-dasharray:3 3}.chart-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border-soft);border:1px solid var(--border-soft)}.metric-card{background:var(--bg);padding:16px 20px}.metric-label{font-family:var(--font-ui);font-size:11px;color:var(--text-muted);margin-bottom:4px;text-transform:uppercase;letter-spacing:.03em}.metric-value{font-family:var(--font-sans);font-size:22px;font-weight:600;color:var(--text-primary);letter-spacing:-.02em}.metric-value.positive{color:var(--success)}.metric-value.intelligence{color:var(--intelligence)}.how-it-works{padding:180px 24px;max-width:900px;margin:0 auto}.hiw-header{text-align:center;margin-bottom:80px}.hiw-label{font-family:var(--font-sans);font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:16px}.hiw-title{font-family:var(--font-sans);font-size:48px;font-weight:400;letter-spacing:-.02em}.hiw-steps{display:flex;flex-direction:column;gap:48px}.hiw-step{display:flex;flex-direction:column;gap:12px}.hiw-step-header{display:flex;align-items:center;gap:16px}.hiw-step-number{width:40px;height:40px;background:var(--bg-monolith);display:flex;align-items:center;justify-content:center;font-family:var(--font-sans);font-size:18px;font-weight:500;color:var(--text-primary);flex-shrink:0}.hiw-step-title{font-family:var(--font-sans);font-size:20px;font-weight:600;color:var(--text-primary);letter-spacing:-.02em}.hiw-step-desc{font-family:var(--font-ui);font-size:16px;color:var(--text-secondary);line-height:1.7;padding-left:56px}@media (max-width:768px){.hiw-step-desc{padding-left:0}}.features-section{max-width:1200px;margin:0 auto;padding:180px 24px 0 24px;overflow:visible}.feature-coming-soon{font-family:var(--font-mono);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);background:rgba(249,115,22,.08);padding:4px 10px;border:1px solid var(--accent);border-radius:var(--radius-sm)}.feature-title{display:flex;align-items:center;gap:12px;flex-wrap:wrap}@media (max-width:1000px){.feature-item{padding:48px 0}.feature-item:first-child{margin-top:0;padding-top:0}.feature-item:last-child{margin-bottom:0}.feature-item.revealed:not(.active){opacity:1}.step-indicator{display:none!important}}.floating-card{background:#fff;border-radius:0;border:1px solid var(--border-premium);box-shadow:var(--shadow-float);padding:24px;display:flex;flex-direction:column;gap:0;min-height:380px}.fc-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.fc-header-left{display:flex;flex-direction:column;gap:2px}.fc-title{font-family:var(--font-sans);font-size:16px;font-weight:600;color:var(--text-primary);letter-spacing:-.02em}.fc-subtitle{font-family:var(--font-ui);font-size:12px;color:var(--text-muted)}.fc-date{font-family:var(--font-ui);font-size:12px;color:var(--text-muted);text-align:right}.fc-content{flex:1;display:flex;flex-direction:column;justify-content:center}.step-indicator{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.step-dot{width:6px;height:6px;border-radius:50%;background:#d9d9d9;transition:all .3s ease}.step-dot.active{background:var(--text-primary);transform:scale(1.2)}.forecast-legend{display:flex;gap:16px}.legend-item{display:flex;align-items:center;gap:6px;font-family:var(--font-ui);font-size:11px;color:var(--text-muted)}.legend-dot{width:8px;height:8px;border-radius:50%}.legend-dot.actual{background:var(--text-primary)}.legend-dot.forecast{background:var(--intelligence)}.legend-dot.confidence{background:var(--intelligence);opacity:.3;width:16px;border-radius:2px}.mini-chart-container{height:180px;position:relative}.mini-chart-svg{width:100%;height:100%}.forecast-bar-chart{display:flex;align-items:flex-end;gap:6px;height:220px;padding:16px 0;position:relative}.forecast-bar-chart::before{content:'';position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px);background-size:100% 32px}.f-bar{flex:1;background:#e4e4e7;height:0%;transition:height 1.2s cubic-bezier(.19, 1, .22, 1);position:relative}.f-bar.projected{background:repeating-linear-gradient(45deg,rgba(249,115,22,.15),rgba(249,115,22,.15) 8px,rgba(249,115,22,.05) 8px,rgba(249,115,22,.05) 16px);border-top:2px solid var(--accent)}.f-tooltip{position:absolute;top:-32px;left:50%;transform:translateX(-50%);background:var(--text-primary);color:#fff;padding:4px 8px;font-family:var(--font-mono);font-size:9px;border-radius:2px;opacity:0;transition:opacity .3s;white-space:nowrap;font-variant-numeric:tabular-nums}.f-bar:hover .f-tooltip{opacity:1}.forecast-header-row{display:flex;justify-content:space-between;margin-bottom:12px}.forecast-label{font-family:var(--font-mono);font-size:10px;color:var(--text-muted);letter-spacing:.02em}.forecast-live-badge{font-family:var(--font-mono);font-size:10px;color:var(--accent);display:flex;align-items:center;gap:4px}.forecast-live-badge::before{content:'●';font-size:8px}.dso-gauge{position:relative;width:200px;height:120px;margin:20px auto 24px}.gauge-svg{width:100%;height:100%}.gauge-track{fill:none;stroke:var(--border-soft);stroke-width:12;stroke-linecap:round}.gauge-fill{fill:none;stroke:var(--success);stroke-width:12;stroke-linecap:round;stroke-dasharray:157;stroke-dashoffset:47;transition:stroke-dashoffset 1s ease}.gauge-value{position:absolute;bottom:0;left:50%;transform:translateX(-50%);text-align:center}.gauge-number{font-family:var(--font-sans);font-size:48px;font-weight:600;color:var(--text-primary);line-height:1;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.gauge-label{font-family:var(--font-ui);font-size:12px;color:var(--text-muted);margin-top:4px}.dso-breakdown{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border-soft);border:1px solid var(--border-soft);width:100%}.breakdown-item{background:#fff;padding:14px 12px;text-align:center}.breakdown-label{font-family:var(--font-ui);font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:4px}.breakdown-value{font-family:var(--font-sans);font-size:16px;font-weight:600;color:var(--text-primary);font-variant-numeric:tabular-nums}.breakdown-value.improving{color:var(--success)}.prediction-list{display:flex;flex-direction:column;gap:12px}.prediction-row{display:flex;align-items:center;gap:12px;padding:12px;background:var(--bg-monolith);border-radius:var(--radius-sm)}.prediction-confidence{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-ui);font-size:12px;font-weight:700;flex-shrink:0}.confidence-high{background:rgba(16,185,129,.12);color:var(--success)}.confidence-medium{background:rgba(245,158,11,.12);color:var(--warning)}.confidence-low{background:rgba(239,68,68,.12);color:var(--alert)}.prediction-info{flex:1;min-width:0}.prediction-customer{font-family:var(--font-ui);font-size:13px;font-weight:600;color:var(--text-primary);margin-bottom:2px}.prediction-detail{font-family:var(--font-ui);font-size:11px;color:var(--text-muted)}.prediction-meta{text-align:right;flex-shrink:0}.prediction-amount{font-family:var(--font-sans);font-size:14px;font-weight:600;color:var(--text-primary)}.prediction-due{font-family:var(--font-ui);font-size:10px;color:var(--text-muted);margin-top:2px}.aging-bars{display:flex;flex-direction:column;gap:12px}.aging-row{display:grid;grid-template-columns:70px 1fr 70px;gap:12px;align-items:center}.aging-label{font-family:var(--font-ui);font-size:12px;color:var(--text-secondary)}.aging-bar-container{height:20px;background:var(--bg-monolith);position:relative;overflow:hidden}.aging-bar{height:100%;transition:width .8s ease}.aging-bar.current{background:var(--success)}.aging-bar.due-30{background:#10b981;opacity:.7}.aging-bar.due-60{background:var(--warning)}.aging-bar.due-90{background:var(--alert);opacity:.7}.aging-bar.due-90plus{background:var(--alert)}.aging-amount{font-family:var(--font-ui);font-size:12px;font-weight:600;color:var(--text-primary);text-align:right;font-variant-numeric:tabular-nums}.faq-section{padding:180px 24px;max-width:800px;margin:0 auto}.faq-header{text-align:center;margin-bottom:64px}.faq-title{font-family:var(--font-sans);font-size:40px;font-weight:400;letter-spacing:-.02em}.faq-list{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--border-premium)}.faq-item{border-bottom:1px solid var(--border-premium)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:24px 0;background:0 0;border:none;cursor:pointer;text-align:left}.faq-question-text{font-family:var(--font-sans);font-size:18px;font-weight:500;color:var(--text-primary);letter-spacing:-.01em}.faq-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:transform .3s ease;flex-shrink:0}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.faq-item.open .faq-answer{max-height:300px;padding-bottom:24px}.faq-answer-text{font-family:var(--font-ui);font-size:16px;color:var(--text-secondary);line-height:1.7}.cta-section{padding:180px 24px;text-align:center;background:var(--bg)}.cta-container{max-width:600px;margin:0 auto}.cta-title{font-family:var(--font-sans);font-size:48px;font-weight:400;letter-spacing:-.02em;margin-bottom:20px}.cta-subtitle{font-family:var(--font-ui);font-size:18px;color:var(--text-secondary);line-height:1.6;margin-bottom:40px}.cta-buttons{display:flex;gap:16px;justify-content:center}@media (max-width:768px){.nav{padding:0 20px!important;height:64px}.nav-links{display:none!important}.nav-cta{display:block!important;padding:10px 16px;font-size:11px}.mobile-menu-btn{display:flex!important;flex-direction:column;gap:5px;padding:8px;background:0 0;border:none;cursor:pointer}.mobile-menu-btn span{width:24px;height:2px;background:var(--text-primary);transition:all .3s ease}.hero-product{min-height:50vh;margin-top:64px}.hero-product .hero-title{font-size:36px!important;line-height:1.1}.hero-product .hero-subtitle{font-size:15px}.hero-content{padding:0 20px}.hero-label{font-size:11px;margin-bottom:16px}.intro-section{padding:80px 20px 60px}.intro-title{font-size:28px!important}.intro-subtitle{font-size:16px}.demo-section{padding:20px 20px 60px}.demo-container{padding:24px 16px 0;height:420px}.demo-dashboard{max-width:100%}.dashboard-header{padding:16px 16px;flex-wrap:wrap;gap:12px}.dashboard-content{padding:16px}.chart-container{height:200px;margin-left:32px;margin-bottom:16px}.chart-metrics{grid-template-columns:repeat(2,1fr)}.metric-card{padding:12px 14px}.metric-label{font-size:9px}.metric-value{font-size:18px}.how-it-works{padding:80px 20px}.hiw-header{margin-bottom:48px}.hiw-title{font-size:32px!important}.hiw-steps{gap:32px}.hiw-step-number{width:32px;height:32px;font-size:14px}.hiw-step-title{font-size:17px}.hiw-step-desc{font-size:15px;padding-left:48px}.features-section{padding:80px 20px}.section-header{margin-bottom:48px}.section-title{font-size:28px!important}.section-subtitle{font-size:16px}.content-grid{flex-direction:column-reverse;gap:40px}.feature-list{gap:0}.feature-item{padding:32px 0}.feature-item:first-child{margin-top:0;padding-top:0}.feature-item:last-child{margin-bottom:0;padding-bottom:0}.feature-title{font-size:22px;margin-bottom:12px}.feature-description p{font-size:15px}.feature-benefit{padding:10px 12px}.feature-benefit-text{font-size:12px}.feature-coming-soon{font-size:9px;padding:3px 8px}.illustration-panel{position:relative!important;top:0!important;width:100%!important;height:auto!important;min-height:380px;aspect-ratio:1/1.1}.illustration{max-width:90%}.floating-card{padding:20px;min-height:320px}.fc-title{font-size:14px}.fc-date,.fc-subtitle{font-size:11px}.prediction-row{padding:10px;gap:10px}.prediction-confidence{width:36px;height:36px;font-size:11px}.prediction-customer{font-size:12px}.prediction-detail{font-size:10px}.prediction-amount{font-size:12px}.prediction-due{font-size:9px}.aging-row{grid-template-columns:60px 1fr 60px;gap:8px}.aging-label{font-size:11px}.aging-amount{font-size:11px}.dso-gauge{width:160px;height:100px;margin:16px auto 20px}.gauge-number{font-size:40px}.breakdown-item{padding:10px 8px}.breakdown-label{font-size:9px}.breakdown-value{font-size:14px}.forecast-bar-chart{height:180px;gap:4px}.forecast-label,.forecast-live-badge{font-size:9px}.step-indicator{display:none!important}.faq-section{padding:80px 20px}.faq-header{margin-bottom:40px}.faq-title{font-size:28px!important}.faq-question{padding:20px 0}.faq-question-text{font-size:16px;padding-right:16px}.faq-answer-text{font-size:15px}.cta-section{padding:80px 20px}.cta-title{font-size:32px!important}.cta-subtitle{font-size:16px;margin-bottom:32px}.cta-buttons{flex-direction:column;gap:12px}.btn-primary,.btn-secondary{width:100%;text-align:center;padding:14px 24px}.footer{padding:60px 20px 0 20px}.footer-grid{grid-template-columns:1fr!important;gap:32px}.footer-brand h3{font-size:18px}.footer-tagline{font-size:13px}.footer-col h4{margin-bottom:16px}.footer-links{gap:10px}.footer-link{font-size:13px}.footer-bottom{flex-direction:column;gap:16px;text-align:center;margin-top:32px}.footer-copyright{font-size:12px}.footer-badges{justify-content:center}.footer-badge{font-size:11px;padding:5px 10px}.footer-wordmark{display:none}.dropdown-content{display:none!important}}@media (max-width:768px){.mobile-menu{top:64px}}@media (max-width:1000px) and (min-width:769px){.demo-container{padding:40px 32px 0;height:480px}.chart-metrics{grid-template-columns:repeat(2,1fr)}.features-section{padding:120px 24px}.illustration-panel{width:480px;height:520px}}