:root{--brand-deep-blue:#1e3a8a;--brand-slate-gray:#475569;--brand-teal:#14b8a6;--brand-teal-light:#5eead4;--brand-teal-dark:#0f766e;--brand-success:#059669;--brand-warning:#d97706;--brand-danger:#dc2626;--brand-info:#0284c7;--brand-white:#fff;--brand-gray-50:#f8fafc;--brand-gray-100:#f1f5f9;--brand-gray-200:#e2e8f0;--brand-gray-300:#cbd5e1;--brand-gray-400:#94a3b8;--brand-gray-500:#64748b;--brand-gray-600:#475569;--brand-gray-700:#334155;--brand-gray-800:#1e293b;--brand-gray-900:#0f172a;--font-family-primary:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-family-display:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--border-radius:0.5rem;--border-radius-lg:0.75rem;--shadow:0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -1px rgba(0,0,0,.04);--shadow-lg:0 10px 25px -5px rgba(0,0,0,.08),0 4px 10px -3px rgba(0,0,0,.04)}body{font-family:var(--font-family-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;background-color:#fff;color:#213547}.landing-page{width:100%;min-height:100vh;background:linear-gradient(180deg,#f8fafc,#fff);overflow-x:hidden}.landing-nav{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(226,232,240,.6);box-shadow:0 1px 3px rgba(0,0,0,.05)}.landing-nav-content{max-width:1400px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.landing-nav-logo{display:flex;align-items:center;gap:12px;cursor:pointer;transition:transform .2s;background:none;border:none;padding:0;font:inherit;color:inherit}.landing-nav-logo:hover{transform:scale(1.02)}.landing-nav-logo img{height:56px;width:auto;max-width:56px;object-fit:contain}.landing-nav-brand-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.landing-nav-brand{font-family:var(--font-family-display);font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:1.2}.landing-nav-tagline{font-size:.7rem;color:#94a3b8;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.home-text{color:#2c3e50;text-transform:uppercase}.ai-text,.folio-text{color:#14b8a6}.ai-text{font-weight:700}.landing-nav-links{display:flex;align-items:center;gap:4px}.landing-nav-actions{display:flex;align-items:center;gap:8px}.landing-nav-link{padding:8px 16px;color:var(--brand-gray-600);font-size:15px;font-weight:500;text-decoration:none;border-radius:8px;transition:all .2s;touch-action:manipulation;-webkit-tap-highlight-color:transparent;min-height:44px;display:inline-flex;align-items:center}.landing-nav-link:hover{background:var(--brand-gray-100);color:var(--brand-gray-900)}.landing-nav-link:active{transform:scale(.98)}.landing-nav-link:focus-visible{outline:2px solid rgba(20,184,166,.5);outline-offset:2px}.landing-nav-signin{padding:10px 20px;background:#fff;border:1px solid var(--brand-gray-300);color:var(--brand-gray-700);font-size:15px;font-weight:600;cursor:pointer;border-radius:8px;transition:all .2s;touch-action:manipulation;-webkit-tap-highlight-color:transparent;min-height:44px}.landing-nav-signin:hover{border-color:var(--brand-teal);color:var(--brand-teal);background-color:rgba(20,184,166,.05)}.landing-nav-signin:active{transform:scale(.98)}.landing-nav-signin:focus-visible{outline:2px solid rgba(20,184,166,.5);outline-offset:2px}.landing-nav-cta{padding:10px 20px;background:linear-gradient(135deg,#14b8a6,#0f766e);border:none;color:#fff;font-size:15px;font-weight:600;cursor:pointer;border-radius:8px;transition:all .2s;box-shadow:0 2px 8px rgba(20,184,166,.3);touch-action:manipulation;-webkit-tap-highlight-color:transparent;min-height:44px}.landing-nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(20,184,166,.4)}.landing-nav-cta:active{transform:translateY(0) scale(.98)}.landing-nav-cta:focus-visible{outline:2px solid rgba(20,184,166,.5);outline-offset:2px}.landing-nav-cta-dashboard{display:flex;align-items:center;justify-content:center;gap:6px}.landing-nav-cta-dashboard i{flex-shrink:0}.section-container{max-width:1200px;margin:0 auto;padding:0 24px}.section-title{font-family:var(--font-family-display);font-size:clamp(22px,4vw,40px);font-weight:800;line-height:1.2;text-align:center;color:var(--brand-gray-900);margin:0 0 16px;letter-spacing:-.03em}.section-subtitle{font-size:clamp(15px,2vw,20px);text-align:center;color:var(--brand-gray-600);margin-bottom:48px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-section{max-width:1400px;margin:0 auto;padding:60px 24px 80px;display:flex;flex-direction:column;gap:20px;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.hero-section.visible{opacity:1;transform:translateY(0)}.showcase-section{max-width:1400px;margin:0 auto;padding:80px 24px}.showcase-section .section-container{max-width:1200px;margin:0 auto}.showcase-section .section-title{text-align:center;margin-bottom:16px}.showcase-section .section-subtitle{text-align:center;max-width:800px;margin:0 auto 48px}.hero-content{gap:24px;text-align:center;max-width:900px;margin:0 auto}.hero-badge-wrapper,.hero-content{display:flex;flex-direction:column;align-items:center}.hero-badge-wrapper{gap:12px;margin-bottom:0}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#14b8a6,#0f766e);color:#fff;border-radius:100px;font-size:14px;font-weight:600;width:-moz-fit-content;width:fit-content;box-shadow:0 4px 12px rgba(20,184,166,.3);animation:float 3s ease-in-out infinite}.hero-badge-microcopy{font-size:15px;line-height:1.5;color:var(--brand-gray-600);max-width:480px;margin:0;text-align:center}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.badge-icon{font-size:16px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.badge-text{letter-spacing:.5px}.hero-title{font-family:var(--font-family-display);font-size:clamp(26px,6vw,64px);font-weight:800;line-height:1.1;color:var(--brand-gray-900);margin:0;letter-spacing:-.03em}.hero-title-highlight{background:linear-gradient(135deg,#1e3a8a,#14b8a6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.hero-description{font-size:clamp(15px,2vw,20px);line-height:1.6;color:var(--brand-gray-600);margin:0;max-width:540px}.hero-control-line{font-size:clamp(14px,1.6vw,17px);font-weight:700;color:#0284c7;margin:0;letter-spacing:-.01em}.hero-cta{display:flex;gap:16px;margin-top:16px}.hero-trust-builder{margin-top:16px;font-size:14px;color:var(--brand-gray-600);font-style:italic;text-align:center}.btn-hero-primary{padding:16px 32px;background:linear-gradient(135deg,#14b8a6,#0f766e);color:#fff;border:none;border-radius:12px;font-size:clamp(14px,2vw,18px);font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(20,184,166,.3);position:relative;overflow:hidden;white-space:nowrap}.btn-hero-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);transition:left .5s}.btn-hero-primary:hover:before{left:100%}.btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(20,184,166,.4)}.btn-hero-primary:active{transform:translateY(0)}.btn-text-short{display:none}.btn-text-full{display:inline}.btn-hero-secondary{padding:16px 32px;background:#fff;color:var(--brand-gray-700);border:2px solid var(--brand-gray-300);border-radius:12px;font-size:clamp(14px,2vw,18px);font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn-hero-secondary:hover{border-color:var(--brand-teal);color:var(--brand-teal);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.hero-trust{display:flex;gap:24px;margin-top:16px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--brand-gray-600)}.trust-icon{color:var(--brand-teal);font-weight:700;font-size:16px}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.hero-card{background:#fff;border-radius:24px;padding:32px;box-shadow:0 20px 60px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.05);width:100%;max-width:480px;animation:cardFloat 4s ease-in-out infinite}@keyframes cardFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(1deg)}}.hero-card-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--brand-gray-200)}.hero-logo{height:32px;width:auto}.hero-card-title{font-size:18px;font-weight:600;color:var(--brand-gray-800)}.hero-card-content{display:flex;flex-direction:column;gap:24px}.hero-stat{background:linear-gradient(135deg,#14b8a6,#0f766e);border-radius:16px;padding:24px;text-align:center;color:#fff}.hero-stat-value{font-size:56px;font-weight:800;line-height:1;margin-bottom:8px}.hero-stat-label{font-size:16px;opacity:.9}.hero-features-list{display:flex;flex-direction:column;gap:12px}.hero-feature-item{display:flex;align-items:center;gap:12px;padding:12px;background:var(--brand-gray-50);border-radius:12px;transition:all .2s}.hero-feature-item:hover{background:var(--brand-gray-100);transform:translateX(4px)}.hero-feature-icon{font-size:20px}.hero-feature-text{font-size:14px;font-weight:500;color:var(--brand-gray-700)}.features-section{max-width:1400px;margin:0 auto;padding:100px 24px;background:#fff}.section-header{text-align:center;margin-bottom:60px}.landing-page .section-title{font-family:var(--font-family-display);font-size:40px;font-weight:800;line-height:1.15;color:var(--brand-gray-900);margin:0 0 16px;letter-spacing:-.03em}.section-description{font-size:18px;line-height:1.6;color:var(--brand-gray-600);max-width:700px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.feature-card{background:#fff;border:1px solid var(--brand-gray-200);border-radius:16px;padding:32px;transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-card:hover{border-color:var(--brand-teal);box-shadow:0 12px 40px rgba(20,184,166,.15);transform:translateY(-4px)}.feature-icon-wrapper{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0fdfa,#e0f2fe);border-radius:16px;margin-bottom:20px}.feature-icon,.feature-icon-wrapper{transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-icon{font-size:28px;color:#0d9488}.feature-card:hover .feature-icon-wrapper{background:linear-gradient(135deg,#0d9488,#14b8a6);transform:translateY(-4px) scale(1.05);box-shadow:0 12px 24px rgba(13,148,136,.2)}.feature-card:hover .feature-icon{color:#fff;transform:scale(1.1)}.feature-card:focus-within .feature-icon-wrapper{outline:3px solid #0d9488;outline-offset:2px}.feature-title{font-size:20px;font-weight:600;color:var(--brand-gray-900);margin:0 0 12px}.feature-description{font-size:15px;line-height:1.6;color:var(--brand-gray-600);margin:0 0 16px}.feature-highlight{display:inline-block;padding:6px 12px;background:linear-gradient(135deg,rgba(20,184,166,.1),rgba(15,118,110,.1));color:var(--brand-teal-dark);border-radius:6px;font-size:13px;font-weight:600}.how-it-works-section{max-width:1400px;margin:0 auto;padding:100px 24px;background:linear-gradient(180deg,#fff,#f8fafc)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px;position:relative}.step-card{background:#fff;border-radius:20px;padding:40px 32px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.08);position:relative;transition:all .3s}.step-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.12)}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#14b8a6,#0f766e);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;margin:0 auto 24px;box-shadow:0 8px 20px rgba(20,184,166,.3)}.step-image{margin:24px 0;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.12);border:2px solid #e5e7eb}.step-screenshot{width:100%;height:auto;display:block;filter:blur(1.2px);transition:filter .3s ease}.step-card:hover .step-screenshot{filter:blur(.5px)}.step-title{font-size:22px;font-weight:600;color:var(--brand-gray-900);margin:0 0 12px}.step-description{font-size:15px;line-height:1.6;color:var(--brand-gray-600);margin:0}.step-arrow{position:absolute;right:-32px;top:50%;transform:translateY(-50%);font-size:32px;color:var(--brand-teal);opacity:.3}.benefits-section{max-width:1400px;margin:0 auto;padding:100px 24px;background:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px}.benefit-card{display:flex;gap:20px;padding:32px;background:var(--brand-gray-50);border-radius:16px;transition:all .3s}.benefit-card:hover{background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.1);transform:translateX(4px)}.benefit-icon{font-size:40px;flex-shrink:0}.benefit-title{font-size:20px;font-weight:600;color:var(--brand-gray-900);margin:0 0 8px}.benefit-description{font-size:15px;line-height:1.6;color:var(--brand-gray-600);margin:0}.cta-section{max-width:1400px;margin:80px auto;padding:80px 48px;background:linear-gradient(135deg,#1e3a8a,#14b8a6);border-radius:24px}.cta-content{text-align:center;color:#fff}.cta-title{font-family:var(--font-family-display);font-size:48px;font-weight:700;margin:0 0 16px;letter-spacing:-.02em}.cta-description{font-size:20px;line-height:1.6;margin:0 0 12px;opacity:.95}.cta-emotional{font-size:1.1rem;font-weight:600;margin:0 0 28px;opacity:.95}.btn-cta-primary{padding:18px 40px;background:#fff;color:var(--brand-teal-dark);border:none;border-radius:12px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 8px 24px rgba(0,0,0,.15)}.btn-cta-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 12px 32px rgba(0,0,0,.2)}.cta-note{margin-top:20px;font-size:14px;opacity:.9}@media (max-width:1200px){.hero-section{gap:40px;padding:60px 24px 80px}.hero-title{font-size:52px}.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.landing-nav-content{padding:12px 20px}.landing-nav-brand{font-size:1.3rem}.landing-nav-tagline{display:none}.landing-nav-logo img{height:48px;max-width:48px}.landing-nav-link{display:none}.hero-section{grid-template-columns:1fr;gap:60px;padding:40px 20px 60px}.hero-visual{order:-1}.hero-title{font-size:44px}.section-title{font-size:36px}.steps-grid{grid-template-columns:1fr;gap:24px}.step-arrow{display:none}.benefits-grid{grid-template-columns:1fr}}@media (max-width:768px){.hero-title{font-size:38px;line-height:1.15}.hero-title-break{display:none}.hero-description{font-size:16px}.hero-cta{flex-direction:column}.btn-hero-primary,.btn-hero-secondary{width:100%;padding:14px 20px;font-size:15px;white-space:normal;text-align:center}.btn-text-full{display:none}.btn-text-short{display:inline}.trust-item-hide-mobile{display:none}.hero-trust{justify-content:center;gap:12px 20px}.features-grid{grid-template-columns:1fr}.section-title{font-size:26px}.section-subtitle{font-size:15px;margin-bottom:32px}.section-description{font-size:15px}.cta-title{font-size:26px}.cta-description{font-size:16px}.cta-section{border-radius:20px;padding:40px 20px;margin:40px 16px}.showcase-section{padding:48px 16px}.showcase-section .section-subtitle{margin:0 auto 32px}}@media (max-width:480px){.landing-nav-signin{display:none}.landing-nav-cta{padding:8px 14px;font-size:13px}.hero-section{padding:24px 16px 36px}.hero-title{font-size:32px;line-height:1.2}.hero-badge{font-size:12px;padding:6px 12px}.hero-card{padding:20px}.hero-stat-value{font-size:40px}.trust-item{font-size:12px}.hero-trust{gap:8px 14px}.feature-card{padding:20px}.feature-icon{font-size:36px}.step-card{padding:28px 20px}.benefit-card{padding:20px}.section-title{font-size:22px}.section-subtitle{font-size:14px;margin-bottom:28px}.cta-title{font-size:22px}.cta-description{font-size:15px}.showcase-section{padding:40px 16px}.btn-text-full{display:none}.btn-text-short{display:inline}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast:high){.hero-title-highlight{-webkit-text-fill-color:currentColor}.benefit-card,.feature-card,.step-card{border:2px solid}}button:focus-visible{outline:3px solid var(--brand-teal);outline-offset:2px}.benefit-card,.feature-card,.hero-card,.step-card{will-change:transform;contain:layout style paint}.features-grid,.hero-visual,.metrics-grid,.steps-grid{contain:layout}.capabilities-section{padding:100px 24px;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.capabilities-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;max-width:1400px;margin:0 auto}.capability-card{background:#fff;padding:40px;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.capability-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.capability-primary{border-top:4px solid #14b8a6}.capability-secondary{border-top:4px solid #64748b}.capability-icon{font-size:48px;margin-bottom:16px}.capability-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:12px}.capability-description{font-size:1rem;color:#64748b;margin-bottom:16px;line-height:1.6}.capability-list{list-style:none;padding:0;margin:0}.capability-list li{padding:10px 0;font-size:.95rem;line-height:1.6;color:#475569;border-bottom:1px solid #f1f5f9}.capability-list li:last-child{border-bottom:none}.capability-list strong{color:#0d9488;font-weight:600}.capability-badge{margin-top:20px;display:inline-block;padding:8px 16px;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;border-radius:20px;font-size:.85rem;font-weight:600}@media (max-width:1024px){.capabilities-grid{grid-template-columns:1fr}}.ai-creates-card{margin-top:64px;background:linear-gradient(135deg,#1e293b,#334155);border-radius:24px;padding:48px;color:#fff}.ai-creates-header{text-align:center;margin-bottom:40px}.ai-creates-icon{font-size:56px;margin-bottom:16px}.ai-creates-title{font-size:2rem;font-weight:700;color:#fff}.ai-creates-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px}.ai-creates-item{text-align:center;padding:24px;background:hsla(0,0%,100%,.05);border-radius:16px;border:1px solid hsla(0,0%,100%,.1);transition:all .3s ease}.ai-creates-item:hover{background:hsla(0,0%,100%,.08);transform:translateY(-2px)}.ai-creates-number{font-size:3rem;font-weight:700;color:#5eead4;margin-bottom:8px}.ai-creates-icon-small{font-size:2.5rem;margin-bottom:8px}.ai-creates-label{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:8px}.ai-creates-desc{font-size:.85rem;color:#cbd5e1;line-height:1.5}@media (max-width:1024px){.ai-creates-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.ai-creates-grid{grid-template-columns:1fr}.ai-creates-card{padding:32px 24px}}.step-detail{padding:12px;background:rgba(13,148,136,.05);border-left:3px solid #14b8a6;border-radius:6px;line-height:1.6;color:#475569}.step-badge,.step-detail{margin-top:16px;font-size:.85rem}.step-badge{display:inline-block;padding:8px 16px;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;border-radius:20px;font-weight:600}.why-choose-section{padding:100px 24px;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.why-choose-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:48px;gap:48px;max-width:1200px;margin:0 auto}.why-choose-item{text-align:center}.why-icon-wrapper{width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0fdfa,#e0f2fe);border-radius:18px;margin:0 auto 20px}.why-icon,.why-icon-wrapper{transition:all .3s cubic-bezier(.4,0,.2,1)}.why-icon{font-size:32px;color:#0d9488}.why-choose-item:hover .why-icon-wrapper{background:linear-gradient(135deg,#0d9488,#14b8a6);transform:scale(1.08);box-shadow:0 8px 20px rgba(13,148,136,.25)}.why-choose-item:hover .why-icon{color:#fff;transform:scale(1.15)}.why-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:12px}.why-description{font-size:1rem;line-height:1.7;color:#64748b}@media (max-width:768px){.why-choose-grid{grid-template-columns:1fr;gap:40px}}.pain-section{padding:64px 24px;background:#f1f5f9}.pain-section .section-title{color:var(--brand-gray-900)}.pain-section .section-subtitle{color:var(--brand-gray-600);margin-bottom:24px}.pain-resolution{font-size:1.35rem;font-weight:700;color:var(--brand-teal);text-align:center;margin:0;letter-spacing:-.02em}.stats-section{padding:64px 24px;background:linear-gradient(135deg,#0d9488,#14b8a6);color:#fff}.stats-section .section-title{color:#fff;margin-bottom:48px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:48px;gap:48px;max-width:1400px;margin:0 auto;padding:0 24px}.stat-item{text-align:center}.stat-value{font-size:3rem;font-weight:700;color:#fff;margin-bottom:8px}.stat-label{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:4px}.stat-desc{font-size:.9rem;color:hsla(0,0%,100%,.8)}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width:640px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:28px}.stat-value{font-size:2.5rem}}.dashboard-preview{max-width:1400px;margin:20px auto 0;padding:0 24px;width:100%}.dashboard-preview-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;margin-bottom:24px}.dashboard-preview-wrapper{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.12);background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #e0e0e0;transition:transform .3s ease,box-shadow .3s ease}.dashboard-preview-wrapper:hover{transform:translateY(-4px);box-shadow:0 16px 50px rgba(0,0,0,.18)}.preview-label{position:absolute;top:16px;left:16px;background:rgba(13,148,136,.95);color:#fff;padding:8px 16px;border-radius:8px;font-size:.875rem;font-weight:600;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dashboard-screenshot{width:100%;height:auto;display:block;filter:blur(4px);opacity:.92;transition:filter .3s ease,opacity .3s ease}.dashboard-preview-wrapper:hover .dashboard-screenshot{filter:blur(3px);opacity:1}.ai-showcase-screenshot{filter:blur(1.5px)!important}.dashboard-preview-wrapper:hover .ai-showcase-screenshot{filter:blur(.8px)!important}.dashboard-preview-wrapper:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(13,148,136,.03),rgba(20,184,166,.03));pointer-events:none}.preview-note{text-align:center;color:#64748b;font-size:.9rem;font-style:italic;padding:16px;background:rgba(13,148,136,.05);border-radius:12px;border:1px solid rgba(13,148,136,.1)}.preview-note span{display:inline-flex;align-items:center;gap:8px}@media (max-width:768px){.dashboard-preview{margin-top:48px}.dashboard-preview-grid{grid-template-columns:1fr;gap:24px}.dashboard-screenshot{filter:blur(5px)}.ai-showcase-screenshot{filter:blur(2px)!important}.preview-label{font-size:.75rem;padding:6px 12px}}.value-prop{margin-top:64px;display:flex;flex-wrap:wrap;gap:32px;justify-content:center;padding:48px;background:linear-gradient(135deg,#f0fdfa,#ecfeff);border-radius:20px;border:1px solid #5eead4}.value-prop-item{display:flex;align-items:center;gap:16px;max-width:320px}.value-prop-icon{font-size:40px;flex-shrink:0}.value-prop-text{display:flex;flex-direction:column;gap:4px}.value-prop-text strong{font-size:18px;font-weight:600;color:var(--brand-gray-900)}.value-prop-text span{font-size:14px;color:var(--brand-gray-600);line-height:1.4}.metrics-section{margin-top:64px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:32px;gap:32px;padding:48px 0;border-top:1px solid var(--brand-gray-200)}.metric-item{text-align:center}.metric-value{font-size:48px;font-weight:800;background:linear-gradient(135deg,var(--brand-teal) 0,var(--brand-deep-blue) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;margin-bottom:8px}.metric-label{font-size:16px;font-weight:500;color:var(--brand-gray-600)}@media (max-width:768px){.landing-nav-content{padding:12px 16px}.landing-nav-logo img{height:44px;max-width:44px}.landing-nav-brand{font-size:1.2rem}.landing-nav-links{display:none}.landing-nav-actions{gap:4px}.landing-nav-link{padding:6px 12px;font-size:14px}.landing-nav-cta,.landing-nav-signin{padding:8px 16px;font-size:14px}.landing-nav-cta-dashboard{gap:4px;padding:8px 14px}.landing-nav-cta-dashboard i{font-size:14px}.hero-title{font-size:38px;line-height:1.15}.hero-title-break{display:none}.hero-description{font-size:16px}.hero-meta{font-size:.82rem}.hero-cta{flex-direction:column;width:100%}.btn-hero-primary,.btn-hero-secondary{width:100%;padding:14px 20px;font-size:15px;white-space:normal;text-align:center}.btn-text-full{display:none}.btn-text-short{display:inline}.trust-item-hide-mobile{display:none}.hero-trust{justify-content:center;gap:12px 20px}.value-prop{padding:32px 16px;gap:24px}.value-prop-item{max-width:100%}.value-prop-icon{font-size:32px}.metrics-section{grid-template-columns:repeat(2,1fr);gap:24px;padding:32px 0}.metric-value{font-size:36px}.metric-label{font-size:14px}.benefits-grid,.features-grid{grid-template-columns:1fr;gap:20px}.steps-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero-badge{font-size:12px;padding:6px 12px}.hero-title{font-size:28px}.hero-description{font-size:15px}.hero-trust{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:8px 16px}.metrics-section{grid-template-columns:1fr}.section-title{font-size:28px}.section-subtitle{font-size:16px}.value-prop{padding:24px 16px}.cta-title{font-size:24px}}.hero-meta{font-size:.9rem;color:#94a3b8;line-height:1.6;margin:0;letter-spacing:.01em}@media (max-width:768px){.hero-meta{font-size:.82rem}}.btn-hero-primary--sm{font-size:1rem;padding:14px 28px}@media (max-width:992px){.landing-page .section-title{font-size:30px}}@media (max-width:768px){.landing-page .cta-title,.landing-page .section-title{font-size:24px;line-height:1.25}.section-container{padding:0 16px}}@media (max-width:480px){.landing-page .cta-title,.landing-page .section-title{font-size:21px;line-height:1.3}}.landing-footer{background:linear-gradient(135deg,var(--brand-deep-blue) 0,var(--brand-slate-gray) 100%);color:#fff;padding:60px 24px 24px;margin-top:80px}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:48px;gap:48px;padding-bottom:40px;border-bottom:1px solid hsla(0,0%,100%,.1)}.footer-section{display:flex;flex-direction:column;gap:16px}.footer-brand-section{max-width:320px}.footer-brand-text{font-family:var(--font-family-display);font-size:28px;font-weight:700;letter-spacing:-.02em;margin-bottom:8px}.footer-brand-text .home-text{color:#fff;text-transform:uppercase}.footer-brand-text .folio-text{color:hsla(0,0%,100%,.85)}.footer-brand-text .ai-text{color:var(--brand-teal);font-weight:800}.footer-tagline{color:hsla(0,0%,100%,.7);font-size:14px;line-height:1.6;margin:0}.footer-heading{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.5);margin:0 0 12px}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-links button{background:none;border:none;color:hsla(0,0%,100%,.8);font-size:14px;text-align:left;cursor:pointer;transition:color .2s;padding:0}.footer-links button:hover{color:#fff;text-decoration:underline}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:24px;text-align:center}.footer-bottom p{color:hsla(0,0%,100%,.5);font-size:13px;margin:0}@media (max-width:768px){.landing-footer{padding:40px 20px 20px;margin-top:60px}.footer-content{grid-template-columns:1fr;gap:32px}.footer-brand-section{max-width:100%}.footer-brand-text{font-size:24px}.feature-icon-wrapper{width:56px;height:56px;margin-bottom:16px}.feature-icon{font-size:24px}.why-icon-wrapper{width:64px;height:64px}.why-icon{font-size:28px}.pain-split-section{grid-template-columns:1fr!important}.landing-page{padding-bottom:80px}}@media (max-width:360px){.landing-nav-cta,.landing-nav-signin{padding:8px 12px;font-size:13px;min-height:40px}.landing-nav-actions{gap:4px}.landing-nav-brand{font-size:1.25rem}.landing-nav-tagline{display:none}}