:root { --navy:#13344b; --navy-mid:#1a4260; --teal:#3fd1bf; --teal-dark:#2fb9a7; --orange:#f5a623; --off-white:#f5f6f8; --mid-grey:#e4e7ec; --text:#242c36; --soft:#4a5568; --muted:#8a93a6; --white:#ffffff; --shadow:0 4px 24px rgba(19,52,75,0.10); --shadow-lg:0 10px 40px rgba(19,52,75,0.18); }
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family:'DM Sans',sans-serif; color:var(--text); line-height:1.65; background:var(--white); font-size:18px; }
h1,h2,h3,h4 { font-family:'Sora',sans-serif; }
nav { background:var(--navy); position:sticky; top:0; z-index:1000; padding:0 2rem; box-shadow:0 2px 16px rgba(0,0,0,0.22); }
.nav-inner { max-width:1200px; margin:0 auto; display:flex; justify-content:space-between; align-items:center; height:72px; }
.nav-logo { display:flex; align-items:center; text-decoration:none; }
.nav-links { display:flex; list-style:none; gap:2rem; align-items:center; }
.nav-links a { color:rgba(255,255,255,0.82); text-decoration:none; font-size:0.9rem; font-weight:500; transition:color 0.2s; }
.nav-links a:hover,.nav-links a.active { color:var(--teal); }
.nav-cta { background:var(--teal)!important; color:var(--navy)!important; padding:0.5rem 1.3rem; border-radius:4px; font-weight:600!important; font-family:'Sora',sans-serif; }
.nav-cta:hover { background:var(--teal-dark)!important; }
.sec { padding:5.5rem 2rem; }
.sec-inner { max-width:1200px; margin:0 auto; }
.bg-off { background:var(--off-white); }
.eyebrow { display:inline-flex; align-items:center; gap:0.55rem; font-family:'Sora',sans-serif; font-size:0.72rem; font-weight:700; letter-spacing:0.14em; text-transform:uppercase; color:var(--teal); margin-bottom:1rem; }
.eyebrow-dot { width:7px; height:7px; border-radius:50%; background:var(--orange); flex-shrink:0; }
.sec-label { font-family:'Sora',sans-serif; font-size:0.72rem; font-weight:700; letter-spacing:0.14em; text-transform:uppercase; color:var(--orange); margin-bottom:0.7rem; display:flex; align-items:center; gap:0.55rem; }
.sec-label::before { content:''; width:20px; height:2px; background:var(--orange); border-radius:2px; display:block; }
.sec-label.tl { color:var(--teal); }
.sec-label.tl::before { background:var(--teal); }
.sec-h { font-size:clamp(1.85rem,2.8vw,2.55rem); font-weight:700; color:var(--navy); line-height:1.18; margin-bottom:0.9rem; }
.sec-h.light { color:var(--white); }
.sec-p { font-size:1.05rem; color:var(--soft); max-width:990px; line-height:1.78; margin-bottom:2.5rem; }
.sec-p.light { color:rgba(255,255,255,0.7); }
.btn { font-family:'Sora',sans-serif; font-weight:600; font-size:0.95rem; padding:0.92rem 2rem; border-radius:5px; text-decoration:none; transition:all 0.2s; display:inline-block; }
.btn-teal { background:var(--teal); color:var(--navy); }
.btn-teal:hover { background:var(--teal-dark); transform:translateY(-1px); }
.btn-ghost { border:2px solid rgba(255,255,255,0.35); color:var(--white); }
.btn-ghost:hover { border-color:rgba(255,255,255,0.7); background:rgba(255,255,255,0.07); }
.creds { background:var(--off-white); padding:2.4rem 2rem; text-align:center; }
.creds-label { font-family:'Sora',sans-serif; font-size:0.72rem; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; color:var(--muted); margin-bottom:0.7rem; }
.creds-list { font-size:0.95rem; color:var(--soft); font-weight:500; }
footer { background:var(--navy); padding:2.2rem 2rem; }
.footer-inner { max-width:1200px; margin:0 auto; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:1.2rem; }
.footer-links { display:flex; gap:2rem; flex-wrap:wrap; }
.footer-links a { color:rgba(255,255,255,0.5); text-decoration:none; font-size:0.9rem; transition:color 0.2s; }
.footer-links a:hover { color:var(--teal); }
.footer-right { display:flex; align-items:center; gap:1.4rem; flex-wrap:wrap; }
.footer-copy { color:rgba(255,255,255,0.3); font-size:0.84rem; }
@media (max-width:600px) { .nav-links { display:none; } }
.hero { min-height:480px; position:relative; overflow:hidden; display:flex; align-items:stretch; }
.hero-img { position:absolute; inset:0; background-image:url('./img/hero-earth-at-night.jpg'); background-size:cover; background-position:center; z-index:0; }
.hero-img::after { content:''; position:absolute; inset:0; background:linear-gradient(105deg,rgba(19,52,75,0.97) 0%,rgba(19,52,75,0.92) 45%,rgba(19,52,75,0.55) 75%,rgba(19,52,75,0.2) 100%); }
.hero-inner { max-width:1200px; margin:0 auto; width:100%; padding:5rem 2rem; position:relative; z-index:1; display:grid; grid-template-columns:1fr 1fr; gap:4rem; align-items:center; }
.hero h1 { font-size:clamp(2.1rem,3.2vw,3rem); font-weight:700; line-height:1.13; color:var(--white); margin-bottom:1.2rem; }
.hero h1 .hl { color:var(--teal); }
.hero-sub { font-size:1.05rem; color:rgba(255,255,255,0.72); max-width:480px; line-height:1.78; margin-bottom:2rem; }
.hero-stat-row { display:flex; gap:2rem; flex-wrap:wrap; }
.hero-stat-num { font-family:'Sora',sans-serif; font-size:2rem; font-weight:700; color:var(--teal); line-height:1; }
.hero-stat-lbl { font-size:0.82rem; color:rgba(255,255,255,0.58); margin-top:0.25rem; line-height:1.4; }
.hero-right { display:flex; align-items:center; justify-content:flex-end; }
.hero-card { background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.14); border-radius:12px; padding:2rem; backdrop-filter:blur(6px); max-width:340px; width:100%; }
.hero-card-label { font-family:'Sora',sans-serif; font-size:0.7rem; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; color:var(--orange); margin-bottom:1rem; }
.hero-card-steps { display:flex; flex-direction:column; gap:0.9rem; }
.hcs { display:flex; align-items:flex-start; gap:0.9rem; }
.hcs-num { font-family:'Sora',sans-serif; font-size:1rem; font-weight:700; color:var(--teal); min-width:1.4rem; line-height:1.4; }
.hcs-text h4 { font-family:'Sora',sans-serif; font-size:0.92rem; font-weight:700; color:var(--white); margin-bottom:0.15rem; }
.hcs-text p { font-size:0.83rem; color:rgba(255,255,255,0.58); line-height:1.5; }
.hero-card-cta { margin-top:1.5rem; padding-top:1.4rem; border-top:1px solid rgba(255,255,255,0.1); }
.hero-card-cta a { display:block; text-align:center; background:var(--teal); color:var(--navy); font-family:'Sora',sans-serif; font-weight:700; font-size:0.9rem; padding:0.75rem 1.2rem; border-radius:5px; text-decoration:none; transition:background 0.2s; }
.hero-card-cta a:hover { background:var(--teal-dark); }
.steps3-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.8rem; margin-top:2.5rem; }
.step3 { background:var(--white); border:1px solid var(--mid-grey); border-radius:12px; padding:2.2rem; position:relative; overflow:hidden; transition:box-shadow 0.22s,transform 0.22s; }
.step3:hover { box-shadow:var(--shadow-lg); transform:translateY(-3px); }
.step3-num { font-family:'Sora',sans-serif; font-size:3rem; font-weight:700; color:rgba(63,209,191,0.18); line-height:1; margin-bottom:0.8rem; }
.step3 h3 { font-size:1.12rem; font-weight:700; color:var(--navy); margin-bottom:0.6rem; }
.step3 p { font-size:0.97rem; color:var(--soft); line-height:1.72; }
.step3::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; }
.step3:nth-child(1)::before { background:var(--teal); }
.step3:nth-child(2)::before { background:linear-gradient(to right,var(--teal),var(--orange)); }
.step3:nth-child(3)::before { background:var(--orange); }
.timeline-track { display:grid; grid-template-columns:repeat(6,1fr); gap:0.6rem; margin-top:2.5rem; }
.tl-block { background:var(--white); border:1px solid var(--mid-grey); border-radius:8px; padding:1.2rem 1rem; text-align:center; transition:background 0.2s,box-shadow 0.2s; }
.tl-block:hover { background:rgba(63,209,191,0.06); box-shadow:var(--shadow); }
.tl-wk { font-family:'Sora',sans-serif; font-size:0.68rem; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:var(--orange); margin-bottom:0.4rem; }
.tl-title { font-family:'Sora',sans-serif; font-size:0.88rem; font-weight:700; color:var(--navy); margin-bottom:0.3rem; line-height:1.3; }
.tl-block p { font-size:0.82rem; color:var(--soft); line-height:1.5; }
.why-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1.5rem; margin-top:2.5rem; }
.why-card { background:var(--white); border:1px solid var(--mid-grey); border-radius:10px; padding:1.8rem 1.6rem; position:relative; overflow:hidden; transition:box-shadow 0.22s,transform 0.22s; }
.why-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:var(--teal); }
.why-card:hover { box-shadow:var(--shadow-lg); transform:translateY(-3px); }
.why-icon { width:48px; height:48px; background:rgba(63,209,191,0.1); border-radius:9px; display:flex; align-items:center; justify-content:center; margin-bottom:1rem; }
.why-icon svg { width:24px; height:24px; }
.why-card h3 { font-size:0.97rem; font-weight:700; color:var(--navy); margin-bottom:0.4rem; }
.why-card p { font-size:0.91rem; color:var(--soft); line-height:1.65; }
.deliv-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; margin-top:2.5rem; }
.deliv-card { background:var(--white); border:1px solid var(--mid-grey); border-radius:10px; padding:1.8rem; transition:box-shadow 0.2s; }
.deliv-card:hover { box-shadow:var(--shadow); }
.deliv-num { font-family:'Sora',sans-serif; font-size:0.72rem; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:var(--teal); margin-bottom:0.5rem; }
.deliv-card h3 { font-size:1rem; font-weight:700; color:var(--navy); margin-bottom:0.4rem; }
.deliv-card p { font-size:0.93rem; color:var(--soft); line-height:1.65; }
.criteria-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:1.2rem; margin-top:2.5rem; }
.criteria-card { background:rgba(19,52,75,0.04); border:1px solid rgba(19,52,75,0.1); border-radius:10px; padding:1.6rem 1.4rem; text-align:center; transition:background 0.2s,box-shadow 0.2s; }
.criteria-card:hover { background:rgba(63,209,191,0.08); box-shadow:var(--shadow); }
.criteria-card h3 { font-family:'Sora',sans-serif; font-size:0.92rem; font-weight:700; color:var(--navy); margin-bottom:0.5rem; }
.criteria-card p { font-size:0.88rem; color:var(--soft); line-height:1.6; }
.faq-list { margin-top:2.5rem; display:flex; flex-direction:column; gap:0; border:1px solid var(--mid-grey); border-radius:12px; overflow:hidden; }
.faq-item { border-bottom:1px solid var(--mid-grey); }
.faq-item:last-child { border-bottom:none; }
.faq-q { font-family:'Sora',sans-serif; font-size:1rem; font-weight:700; color:var(--navy); padding:1.5rem 2rem; cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:1rem; transition:background 0.15s; user-select:none; }
.faq-q:hover { background:var(--off-white); }
.faq-q::after { content:'+'; font-size:1.4rem; font-weight:400; color:var(--teal); flex-shrink:0; transition:transform 0.2s; }
.faq-item.open .faq-q::after { transform:rotate(45deg); }
.faq-item.open .faq-q { background:var(--off-white); }
.faq-a { font-size:0.97rem; color:var(--soft); line-height:1.75; padding:0 2rem 1.5rem; display:none; }
.faq-item.open .faq-a { display:block; }
.cta-close { background:var(--navy); padding:5.5rem 2rem; position:relative; overflow:hidden; }
.cta-close::before { content:''; position:absolute; bottom:-120px; left:50%; transform:translateX(-50%); width:700px; height:700px; background:radial-gradient(circle,rgba(63,209,191,0.1) 0%,transparent 65%); pointer-events:none; }
.cta-close-inner { max-width:1000px; margin:0 auto; position:relative; z-index:1; text-align:center; }
.cta-close h2 { font-size:clamp(1.8rem,2.6vw,2.4rem); font-weight:700; color:var(--white); margin-bottom:0.6rem; }
.cta-close-inner > p { font-size:1.05rem; color:rgba(255,255,255,0.65); margin-bottom:3rem; }
.cta-steps { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; margin-bottom:3rem; text-align:left; }
.cta-step { background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.1); border-radius:10px; padding:1.8rem; }
.cta-step-num { font-family:'Sora',sans-serif; font-size:1.5rem; font-weight:700; color:var(--orange); margin-bottom:0.5rem; line-height:1; }
.cta-step h3 { font-family:'Sora',sans-serif; font-size:0.97rem; font-weight:700; color:var(--white); margin-bottom:0.4rem; }
.cta-step p { font-size:0.9rem; color:rgba(255,255,255,0.6); line-height:1.65; }
.cta-btns { display:flex; gap:1rem; justify-content:center; flex-wrap:wrap; }
@media(max-width:1024px){ .hero-inner{grid-template-columns:1fr;} .hero-right{display:none;} .steps3-grid{grid-template-columns:1fr;max-width:560px;margin-left:auto;margin-right:auto;} .why-grid{grid-template-columns:1fr 1fr;} .deliv-grid{grid-template-columns:1fr 1fr;} .criteria-grid{grid-template-columns:1fr 1fr;} .cta-steps{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto;} .timeline-track{grid-template-columns:repeat(3,1fr);} }
@media(max-width:600px){ .why-grid{grid-template-columns:1fr;} .deliv-grid{grid-template-columns:1fr;} .criteria-grid{grid-template-columns:1fr;} .timeline-track{grid-template-columns:1fr 1fr;} .faq-q{padding:1.2rem 1.4rem;font-size:0.92rem;} .faq-a{padding:0 1.4rem 1.2rem;} .cta-btns{flex-direction:column;align-items:center;} }