:root{--navy:#071b33;--navy2:#0d2a4a;--ink:#10233b;--muted:#64748b;--line:#dce5ee;--soft:#f4f7fa;--white:#fff;--orange:#ed7d22;--green:#1e9b67;--shadow:0 24px 70px rgba(7,27,51,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:auto}.navbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(220,229,238,.85)}.nav-container{height:76px;display:flex;align-items:center;gap:30px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:21px;letter-spacing:-.03em}.brand-icon{width:38px;height:38px;border-radius:10px;object-fit:cover}.nav-links{display:flex;align-items:center;gap:28px;margin-left:auto;font-size:14px;font-weight:600;color:#526274}.nav-links a:hover{color:var(--navy)}.nav-actions{display:flex;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:9px;padding:11px 18px;font-weight:700;font-size:14px;transition:.2s ease}.btn-primary{background:var(--navy);color:#fff;box-shadow:0 7px 20px rgba(7,27,51,.16)}.btn-primary:hover{transform:translateY(-1px);background:#0c2949}.btn-secondary{border:1px solid var(--line);background:#fff;color:var(--navy)}.btn-secondary:hover{border-color:#b8c8d8}.btn-ghost{color:var(--navy);padding-left:4px}.btn-light{background:#fff;color:var(--navy)}.btn-large{padding:14px 21px}.menu-button{display:none;border:0;background:none;font-size:25px;color:var(--navy)}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#071b33 0%,#0a2948 58%,#123c5c 100%);color:#fff;padding:92px 0 105px}.hero-container{display:grid;grid-template-columns:1fr 1.08fr;align-items:center;gap:70px;position:relative;z-index:2}.hero-glow{position:absolute;border-radius:50%;filter:blur(5px);opacity:.28}.hero-glow-one{width:420px;height:420px;background:var(--green);right:-180px;top:-200px}.hero-glow-two{width:300px;height:300px;background:var(--orange);left:-170px;bottom:-180px}.eyebrow,.section-label{font-size:12px;letter-spacing:.16em;font-weight:800}.eyebrow{display:flex;align-items:center;gap:10px;color:#c9d7e5;margin-bottom:20px}.eyebrow span{width:28px;height:2px;background:var(--orange)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(44px,5vw,70px);line-height:1.02;letter-spacing:-.055em;margin-bottom:25px}h1 em{font-style:normal;color:#aee2cc}.hero-description{font-size:18px;line-height:1.7;color:#d7e1eb;max-width:580px;margin-bottom:32px}.hero-actions{display:flex;align-items:center;gap:16px}.hero .btn-primary{background:#fff;color:var(--navy)}.hero .btn-primary:hover{background:#f2f6f9}.hero .btn-ghost{color:#fff}.hero-note{display:flex;align-items:center;gap:10px;margin-top:25px;color:#b8c9d8;font-size:13px}.pulse{width:8px;height:8px;border-radius:50%;background:#6bd39e;box-shadow:0 0 0 5px rgba(107,211,158,.12)}.hero-visual{position:relative}.dashboard-window{overflow:hidden;background:#fff;border:1px solid rgba(255,255,255,.65);border-radius:16px;box-shadow:var(--shadow)}.window-bar{height:38px;background:#f5f7fa;border-bottom:1px solid #e6ebf0;display:flex;align-items:center;gap:6px;padding:0 13px;color:#6b7a8a}.window-bar span{width:7px;height:7px;border-radius:50%;background:#b6c1cc}.window-bar b{font-size:11px;margin-left:8px;font-weight:700}.dashboard-window img{display:block;width:100%;height:auto}.hero-dashboard{transform:perspective(1400px) rotateY(-3deg) rotateX(1deg);box-shadow:0 35px 90px rgba(0,0,0,.32)}.hero-badge{position:absolute;left:-25px;bottom:-22px;background:#fff;color:var(--navy);padding:15px 19px;border-radius:12px;box-shadow:0 15px 35px rgba(0,0,0,.2);display:flex;flex-direction:column;gap:2px}.hero-badge strong{font-size:14px}.hero-badge span{font-size:11px;color:var(--muted)}
.journey-strip{background:#fff;border-bottom:1px solid var(--line);border-top:1px solid var(--line)}.journey-container{min-height:110px;display:flex;align-items:center;justify-content:space-between;gap:30px}.journey-label{font-size:11px;letter-spacing:.14em;font-weight:800;color:#738294}.journey-steps{display:flex;align-items:center;gap:28px;font-size:17px;letter-spacing:.08em}.journey-steps i{font-style:normal;color:var(--orange);font-size:22px}
.section{padding:105px 0}.section-alt{background:var(--soft)}.section-header{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:end;margin-bottom:50px}.section-header.centered{display:block;text-align:center;max-width:760px;margin:0 auto 52px}.section-label{color:var(--orange);display:block;margin-bottom:14px}.section-header h2{font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.045em;margin-bottom:0}.section-header p{font-size:16px;color:var(--muted);margin:0;line-height:1.8}.product-section{background:#fff}.product-dashboard{border:1px solid #dce5ee;box-shadow:0 28px 80px rgba(7,27,51,.13)}.product-dashboard .window-bar{height:42px}.features-section{background:var(--soft)}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.feature-card{position:relative;display:grid;grid-template-columns:50px 1fr 30px;gap:20px;padding:34px 30px;min-height:190px;background:#fff;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.2s ease}.feature-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(7,27,51,.08);z-index:2}.feature-number{font-size:12px;font-weight:800;color:var(--orange)}.feature-card h3{font-size:24px;margin:0 0 9px;letter-spacing:-.025em}.feature-card p{font-size:14px;color:var(--muted);margin:0;max-width:390px}.feature-arrow{color:#9aa8b7;font-size:20px}.workflow-section{background:#fff}.workflow-line{display:grid;grid-template-columns:repeat(4,1fr);position:relative}.workflow-line:before{content:"";position:absolute;top:23px;left:8%;right:8%;height:1px;background:#ccd7e1}.workflow-line article{position:relative;text-align:center;padding:0 22px}.workflow-line article span{display:inline-flex;width:48px;height:48px;border-radius:50%;align-items:center;justify-content:center;background:#fff;border:1px solid #cbd7e2;color:var(--navy);font-size:12px;font-weight:800;position:relative;z-index:1}.workflow-line article:nth-child(2) span{border-color:#9dcdb8}.workflow-line article:nth-child(3) span{border-color:#e6ba96}.workflow-line h3{font-size:24px;margin:22px 0 8px}.workflow-line p{font-size:14px;color:var(--muted);margin:0}.crew-section{padding:105px 0;background:var(--navy);color:#fff}.crew-container{display:grid;grid-template-columns:180px 1fr;gap:75px;align-items:center}.crew-mark img{width:145px;height:145px;border-radius:30px;box-shadow:0 18px 45px rgba(0,0,0,.25)}.crew-content .section-label{color:#f2a15f}.crew-content h2{font-size:clamp(34px,4vw,54px);line-height:1.08;letter-spacing:-.045em;margin-bottom:25px}.crew-content p{max-width:760px;color:#b9c9d8;font-size:16px;line-height:1.8;margin-bottom:10px}.cta-section{background:linear-gradient(120deg,#0d704c,#18885f);color:#fff;padding:72px 0}.cta-container{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-container .section-label{color:#bde7d4}.cta-container h2{font-size:clamp(42px,5vw,66px);letter-spacing:-.05em;line-height:1;margin:0 0 12px}.cta-container p{margin:0;color:#d5eee3}.footer{background:#06182d;color:#aebdcc}.footer-main{display:flex;align-items:center;gap:25px;min-height:100px}.footer-brand{color:#fff}.footer-brand img{width:35px;height:35px;border-radius:9px}.footer-tagline{font-size:13px}.footer-links{margin-left:auto;display:flex;gap:24px;font-size:13px}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);min-height:58px;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#7f91a4}
@media(max-width:980px){.nav-links{display:none}.nav-github{display:none}.menu-button{display:block;margin-left:auto}.hero-container{grid-template-columns:1fr;gap:55px}.hero{padding-top:70px}.hero-content{max-width:720px}.hero-visual{max-width:850px;margin:auto;width:100%}.hero-badge{left:12px}.section-header{grid-template-columns:1fr;gap:20px}.feature-grid{grid-template-columns:1fr}.workflow-line{grid-template-columns:1fr 1fr;gap:55px 20px}.workflow-line:before{display:none}.crew-container{grid-template-columns:1fr;gap:30px}.crew-mark img{width:105px;height:105px}.footer-main{flex-wrap:wrap;padding:25px 0}.footer-links{width:100%;margin-left:0;flex-wrap:wrap}.journey-container{flex-direction:column;justify-content:center;padding:22px 0}}
@media(max-width:620px){.container{width:min(100% - 28px,1180px)}.nav-container{height:66px}.brand-icon{width:34px;height:34px}.hero{padding:58px 0 80px}.hero h1{font-size:43px}.hero-description{font-size:16px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .btn{width:100%}.hero-dashboard{transform:none}.hero-badge{position:relative;left:auto;bottom:auto;margin:-8px 12px 0;width:fit-content}.journey-steps{font-size:15px;gap:17px}.section{padding:75px 0}.section-header h2,.crew-content h2{font-size:35px}.feature-card{grid-template-columns:36px 1fr 20px;padding:26px 20px;min-height:0}.feature-card h3{font-size:21px}.workflow-line{grid-template-columns:1fr;gap:30px}.workflow-line article{text-align:left;padding:0 0 0 68px}.workflow-line article span{position:absolute;left:0;top:0}.workflow-line h3{margin:0 0 6px}.cta-container{flex-direction:column;align-items:flex-start}.cta-container .btn{width:100%}.footer-main{display:grid;grid-template-columns:1fr}.footer-links{gap:15px 22px}.footer-bottom{padding:15px 0;gap:15px;align-items:flex-start;flex-direction:column}}
