* { margin:0; padding:0; box-sizing:border-box; }
body { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color:#1a1a1a; background:#fff; -webkit-font-smoothing:antialiased; }
img { max-width:100%; display:block; }
a { text-decoration:none; }

/* Scroll reveal (progressive enhancement — invisible only once .js is present) */
.js .reveal { opacity:0; transform:translateY(18px); transition:opacity .7s ease, transform .7s ease; }
.js .reveal.in-view { opacity:1; transform:none; }
.js .reveal-delay-1.in-view { transition-delay:.1s; }
.js .reveal-delay-2.in-view { transition-delay:.2s; }

/* Nav */
.nav { display:flex; align-items:center; justify-content:space-between; padding:18px 6%; border-bottom:1px solid rgba(10,33,56,0.06); position:sticky; top:0; background:rgba(255,255,255,0.85); backdrop-filter:blur(10px); z-index:100; }
.logo { display:flex; align-items:center; gap:10px; font-weight:700; font-size:18px; color:#1a1a1a; letter-spacing:-0.01em; }
.logo-img { width:32px; height:32px; border-radius:8px; object-fit:cover; }
.nav-links { display:flex; gap:32px; font-size:14px; color:#444; font-weight:500; }
.nav-links a { color:#444; transition:color .2s; position:relative; }
.nav-links a:hover { color:#0C447C; }
.cta-btn { background:#D85A30; color:#fff; border:none; padding:12px 24px; border-radius:8px; font-size:14px; font-weight:600; cursor:pointer; transition:background .2s, transform .2s, box-shadow .2s; box-shadow:0 4px 14px rgba(216,90,48,0.28); }
.cta-btn:hover { background:#b8481f; transform:translateY(-2px); box-shadow:0 8px 20px rgba(216,90,48,0.35); }
.secondary-btn { background:rgba(255,255,255,0.1); color:#fff; border:1.5px solid rgba(255,255,255,0.5); padding:11px 24px; border-radius:8px; font-size:14px; font-weight:600; cursor:pointer; transition:all .2s; }
.secondary-btn:hover { background:#fff; color:#0C447C; border-color:#fff; }

/* Hero — angled navy strip, not a flat white box */
.hero-strip {
  position:relative;
  background:linear-gradient(135deg,#0a2138 0%,#0C447C 55%,#15578f 100%);
  padding:90px 6% 140px;
  overflow:hidden;
}
.hero-strip::after {
  content:"";
  position:absolute; left:0; right:0; bottom:-1px; height:80px;
  background:#fff;
  clip-path: polygon(0 100%, 100% 40%, 100% 100%);
}
.hero-strip::before {
  content:"";
  position:absolute; top:-120px; right:-120px; width:420px; height:420px; border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
}
.hero { display:grid; grid-template-columns:1.1fr 1fr; gap:60px; align-items:center; max-width:1300px; margin:0 auto; position:relative; z-index:1; }
.hero-badge { display:inline-flex; align-items:center; gap:6px; background:rgba(255,255,255,0.12); color:#cfe0f2; font-size:13px; font-weight:600; padding:6px 14px; border-radius:20px; margin-bottom:22px; border:1px solid rgba(255,255,255,0.18); }
.hero h1 { font-size:48px; font-weight:800; line-height:1.18; margin-bottom:20px; letter-spacing:-0.02em; color:#fff; }
.hero h1 span { color:#ffb088; }
.hero p { font-size:18px; color:#cfe0f2; margin-bottom:32px; max-width:480px; line-height:1.65; }
.hero-buttons { display:flex; gap:16px; }
.hero-img { border-radius:16px; overflow:hidden; height:420px; box-shadow:0 30px 70px rgba(0,0,0,0.35); transform:rotate(1deg); border:6px solid rgba(255,255,255,0.08); }
.hero-img img { width:100%; height:100%; object-fit:cover; }

/* Stats — sits over the angled seam, elevated cards */
.stats { display:flex; justify-content:space-around; gap:20px; max-width:1100px; margin:-70px auto 60px; padding:32px 6%; background:#fff; border-radius:18px; box-shadow:0 20px 50px rgba(10,33,56,0.12); position:relative; z-index:2; flex-wrap:wrap; }
.stat { text-align:center; }
.stat-num { font-size:32px; font-weight:800; background:linear-gradient(135deg,#0C447C,#D85A30); -webkit-background-clip:text; background-clip:text; color:transparent; }
.stat-label { font-size:13px; color:#666; margin-top:4px; font-weight:500; }

/* Services */
.services { padding:80px 6% 100px; max-width:1300px; margin:0 auto; }
.section-header { text-align:center; margin-bottom:56px; }
.section-eyebrow { display:inline-block; font-size:13px; font-weight:700; color:#D85A30; text-transform:uppercase; letter-spacing:0.06em; margin-bottom:10px; }
.section-header h2 { font-size:34px; font-weight:800; margin-bottom:12px; letter-spacing:-0.01em; }
.section-header p { color:#666; font-size:16px; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.service-card { padding:32px; background:#fff; border:1px solid #eef0f3; border-radius:16px; transition:box-shadow .3s, transform .3s, border-color .3s; }
.service-card:hover { box-shadow:0 16px 40px rgba(12,68,124,0.1); transform:translateY(-6px); border-color:#dde8f2; }
.service-icon { width:52px; height:52px; border-radius:12px; background:linear-gradient(135deg,#e6f1fb,#cfe4f8); display:flex; align-items:center; justify-content:center; margin-bottom:20px; color:#0C447C; }
.service-icon svg { width:24px; height:24px; }
.service-card h3 { font-size:19px; margin-bottom:10px; font-weight:700; }
.service-card p { font-size:14px; color:#666; line-height:1.6; }

/* Pricing */
.pricing { background:#f6f8fb; padding:100px 6%; position:relative; }
.pricing-inner { max-width:1200px; margin:0 auto; }
.price-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.price-card { background:#fff; border-radius:18px; padding:36px 28px; border:1px solid #eef0f3; position:relative; transition:transform .3s, box-shadow .3s; }
.price-card:hover { transform:translateY(-4px); box-shadow:0 20px 45px rgba(10,33,56,0.08); }
.price-card.featured { border:2px solid #0C447C; box-shadow:0 20px 50px rgba(12,68,124,0.14); }
.featured-badge { position:absolute; top:-13px; left:50%; transform:translateX(-50%); background:linear-gradient(135deg,#0C447C,#15578f); color:#fff; font-size:12px; font-weight:700; padding:5px 16px; border-radius:20px; }
.price-name { font-size:15px; color:#666; margin-bottom:8px; font-weight:600; }
.price-amount { font-size:34px; font-weight:800; margin-bottom:20px; color:#0a2138; letter-spacing:-0.01em; }
.price-amount span { font-size:14px; font-weight:400; color:#888; }
.price-features { list-style:none; margin-bottom:28px; }
.price-features li { font-size:14px; color:#555; padding:9px 0; border-bottom:1px solid #f0f0f0; }
.price-features li:before { content:"✓ "; color:#0F6E56; font-weight:700; }
.price-btn { width:100%; background:#0a2138; color:#fff; border:none; padding:13px; border-radius:9px; font-size:14px; font-weight:600; cursor:pointer; transition:background .2s; }
.price-btn:hover { background:#0C447C; }
.price-card.featured .price-btn { background:#D85A30; }
.price-card.featured .price-btn:hover { background:#b8481f; }

/* CTA band — matching angled treatment */
.cta-section { background:linear-gradient(135deg,#0a2138,#0C447C); color:#fff; padding:90px 6%; text-align:center; position:relative; overflow:hidden; }
.cta-section::before { content:""; position:absolute; bottom:-100px; left:-100px; width:300px; height:300px; border-radius:50%; background:radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%); }
.cta-section h2 { font-size:32px; font-weight:800; margin-bottom:16px; position:relative; }
.cta-section p { color:#b8c8d8; margin-bottom:32px; font-size:16px; position:relative; }

/* Why us */
.why-section { padding:90px 6% 100px; max-width:1300px; margin:0 auto; }
.why-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.why-card { background:#fff; border:1px solid #eef0f3; border-radius:16px; padding:30px; transition:transform .3s, box-shadow .3s; }
.why-card:hover { transform:translateY(-4px); box-shadow:0 16px 36px rgba(12,68,124,0.08); }
.why-num { font-size:13px; font-weight:800; color:#D85A30; margin-bottom:12px; letter-spacing:0.05em; }
.why-card h3 { font-size:17px; font-weight:700; margin-bottom:8px; }
.why-card p { font-size:14px; color:#666; line-height:1.6; }

/* Process */
.process-section { background:#f6f8fb; padding:90px 6%; }
.process-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; max-width:1200px; margin:0 auto; }
.step { text-align:center; }
.step-num { width:44px; height:44px; border-radius:50%; background:linear-gradient(135deg,#0C447C,#15578f); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:17px; margin:0 auto 16px; }
.step h3 { font-size:16px; font-weight:700; margin-bottom:8px; }
.step p { font-size:13px; color:#666; line-height:1.6; }

/* Industries */
.industries-section { padding:80px 6% 100px; max-width:1100px; margin:0 auto; text-align:center; }
.industries-chips { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; }
.industries-chips span { background:#f0f4f9; color:#0a2138; font-size:13px; font-weight:600; padding:9px 16px; border-radius:20px; border:1px solid #e3ebf3; }

/* FAQ (native details/summary — no JS dependency) */
.faq-section { padding:80px 6% 100px; max-width:760px; margin:0 auto; }
.faq-list { display:flex; flex-direction:column; gap:12px; }
.faq-item { border:1px solid #eef0f3; border-radius:14px; padding:6px 22px; background:#fff; }
.faq-item summary { padding:16px 0; font-weight:600; font-size:15px; cursor:pointer; list-style:none; position:relative; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary::after { content:"+"; position:absolute; right:0; top:14px; font-size:20px; color:#0C447C; transition:transform .2s; }
.faq-item[open] summary::after { transform:rotate(45deg); }
.faq-item p { padding-bottom:18px; color:#666; font-size:14px; line-height:1.7; }

/* Footer */
.footer { background:#08192b; color:#cbd9e8; padding:60px 6% 30px; }
.footer-top { display:flex; justify-content:space-between; padding-bottom:40px; border-bottom:1px solid #1e3a54; flex-wrap:wrap; gap:32px; }
.footer-brand { max-width:320px; }
.footer-links { display:flex; gap:60px; }
.footer-col h4 { color:#fff; font-size:14px; margin-bottom:16px; }
.footer-col a { display:block; color:#9db3c8; font-size:14px; margin-bottom:10px; transition:color .2s; }
.footer-col a:hover { color:#fff; }
.footer-bottom { padding-top:24px; font-size:13px; color:#7a91a8; text-align:center; }

/* Contact modal */
.modal-overlay { display:none; position:fixed; inset:0; background:rgba(10,33,56,0.55); align-items:center; justify-content:center; z-index:1000; padding:20px; }
.modal-box { background:#fff; border-radius:16px; padding:32px; max-width:400px; width:100%; }
.modal-header { display:flex; justify-content:space-between; align-items:center; }
.modal-header h3 { font-size:20px; }
.modal-close { background:none; border:none; font-size:24px; cursor:pointer; color:#888; line-height:1; }
.modal-sub { color:#666; font-size:14px; margin:8px 0 20px; }
.contact-options { display:flex; flex-direction:column; gap:10px; }
.contact-option { display:flex; align-items:center; gap:12px; padding:12px 14px; border:1px solid #eee; border-radius:10px; color:#1a1a1a; font-size:14px; font-weight:500; transition:background .2s, border-color .2s; }
.contact-option:hover { background:#f8f9fb; border-color:#0C447C; }
.contact-icon { font-size:18px; }

/* Auth forms (login pages) */
.auth-wrap { max-width:400px; margin:80px auto; padding:0 20px; }
.auth-card { border:1px solid #eee; border-radius:14px; padding:36px; }
.auth-card h2 { font-size:22px; margin-bottom:6px; }
.auth-card p.sub { color:#666; font-size:14px; margin-bottom:24px; }
.form-group { margin-bottom:16px; }
.form-group label { display:block; font-size:13px; font-weight:600; margin-bottom:6px; }
.form-group input { width:100%; padding:11px 14px; border:1px solid #ddd; border-radius:8px; font-size:14px; }
.form-group input:focus { outline:none; border-color:#0C447C; }
.form-error { background:#fdecea; color:#b3261e; padding:10px 14px; border-radius:8px; font-size:13px; margin-bottom:16px; }
.btn-full { width:100%; background:#0C447C; color:#fff; border:none; padding:12px; border-radius:8px; font-size:14px; font-weight:600; cursor:pointer; }

@media (max-width:900px){
  .hero{grid-template-columns:1fr;} .service-grid{grid-template-columns:1fr;}
  .price-grid{grid-template-columns:1fr;} .nav-links{display:none;}
}