
:root {
  --bg1: #0b2a4a;
  --bg2: #0f3b6b;
  --panel: #123b63;
  --panel-soft: rgba(255,255,255,.075);
  --border: rgba(255,255,255,.16);
  --text: #ffffff;
  --muted: #e2e8f0;
  --muted2: #cbd5e1;
  --blue: #3b82f6;
  --blue2: #93c5fd;
  --green: #34d399;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: linear-gradient(180deg, var(--bg1) 0%, var(--bg2) 100%);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(11,42,74,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav {
  height: 74px; display: flex; align-items: center; justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 12px; }
.logo {
  width: 42px; height: 42px; border-radius: 14px;
  background: var(--blue); display: flex; align-items: center; justify-content: center;
  font-weight: 800; box-shadow: 0 14px 35px rgba(59,130,246,.24);
}
.brand-title { font-weight: 800; letter-spacing: .2px; }
.brand-subtitle { color: var(--muted2); font-size: 12px; margin-top: 2px; }
.links { display: flex; gap: 28px; color: var(--muted); font-size: 14px; }
.links a:hover { color: white; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; padding: 13px 22px; font-weight: 800;
  background: var(--blue); color: white; box-shadow: 0 15px 35px rgba(59,130,246,.22);
}
.btn:hover { background: #60a5fa; }
.btn.secondary { background: transparent; border: 1px solid var(--border); box-shadow: none; }
.btn.secondary:hover { background: rgba(255,255,255,.10); }
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(147,197,253,.30), transparent 35%),
    radial-gradient(circle at bottom left, rgba(14,165,233,.20), transparent 32%);
}
.hero-grid {
  min-height: 720px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 50px; align-items: center;
}
.badge {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px;
  border: 1px solid rgba(147,197,253,.45); background: rgba(255,255,255,.09);
  color: #dbeafe; padding: 10px 15px; border-radius: 999px; font-size: 14px;
}
h1 { font-size: clamp(44px, 6vw, 78px); line-height: .96; margin: 0; letter-spacing: -2.5px; }
.lead { margin: 24px 0 0; color: var(--muted); font-size: 19px; line-height: 1.8; max-width: 720px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.hero-card {
  border: 1px solid var(--border); background: rgba(255,255,255,.08);
  border-radius: 34px; padding: 16px; box-shadow: 0 30px 80px rgba(0,0,0,.20);
}
.hero-card-inner { background: rgba(8,32,60,.82); border-radius: 26px; padding: 26px; }
.card-head { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--border); padding-bottom: 20px; margin-bottom: 18px; }
.small { color: var(--muted2); font-size: 14px; }
.card-title { font-size: 22px; font-weight: 800; margin-top: 4px; }
.status { align-self: start; color: #a7f3d0; background: rgba(52,211,153,.14); border-radius: 999px; padding: 7px 12px; font-weight: 800; font-size: 13px; }
.check { display: flex; gap: 12px; align-items: center; background: rgba(255,255,255,.07); padding: 16px; border-radius: 18px; margin-top: 12px; color: #f8fafc; }
.check span:first-child { color: var(--blue2); font-weight: 900; }
.stats { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(255,255,255,.055); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; padding: 28px 24px; }
.stat { background: rgba(255,255,255,.075); border-radius: 22px; padding: 22px; text-align: center; }
.stat strong { font-size: 34px; display: block; }
.stat span { color: var(--muted2); font-size: 14px; }
section { padding: 96px 0; }
.kicker { color: var(--blue2); text-transform: uppercase; letter-spacing: .24em; font-weight: 900; font-size: 13px; }
h2 { font-size: clamp(36px, 4.5vw, 56px); line-height: 1.04; margin: 15px 0 0; letter-spacing: -1.5px; max-width: 850px; }
.section-text { color: var(--muted); font-size: 18px; line-height: 1.75; max-width: 780px; }
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 44px; }
.service {
  border: 1px solid var(--border); background: var(--panel-soft);
  border-radius: 26px; padding: 26px; min-height: 260px;
}
.service-icon { width: 52px; height: 52px; display: flex; align-items:center; justify-content:center; border-radius: 18px; background: rgba(147,197,253,.18); color: var(--blue2); font-size: 24px; }
.service h3 { font-size: 21px; margin: 22px 0 10px; }
.service p { color: var(--muted2); line-height: 1.65; margin: 0; }
.light { background: white; color: #020617; }
.light .section-text, .light p { color: #475569; }
.exp-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; }
.pills { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 22px; }
.pill { background: #f1f5f9; border-radius: 18px; padding: 16px; font-weight: 800; color: #1e293b; }
.gallery-head { display: flex; justify-content: space-between; gap: 28px; align-items: end; }
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 44px; }
.gallery-card { overflow: hidden; border-radius: 26px; background: var(--panel-soft); border: 1px solid var(--border); }
.gallery-card img { width: 100%; height: 240px; object-fit: cover; display: block; opacity: .92; transition: .35s; }
.gallery-card:hover img { transform: scale(1.04); opacity: 1; }
.gallery-card div { padding: 22px; }
.gallery-card h3 { margin: 0 0 8px; font-size: 21px; }
.gallery-card p { color: var(--muted2); line-height: 1.55; margin: 0; }
.cta { background: #2563eb; padding: 56px 0; }
.cta-grid { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.cta h2 { font-size: 40px; margin: 0; }
.cta p { color: #dbeafe; font-size: 18px; }
.cta .btn { background: white; color: #2563eb; box-shadow: none; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; }
.contact-card { border: 1px solid var(--border); background: var(--panel-soft); border-radius: 34px; padding: 30px; }
.contact-item { display: flex; gap: 16px; align-items: center; padding: 18px; border-radius: 20px; background: rgba(255,255,255,.075); margin-bottom: 14px; }
.contact-item b { display:block; margin-top:4px; }
.contact-icon { font-size: 24px; color: var(--blue2); }
.footer { border-top: 1px solid var(--border); padding: 26px 0; color: var(--muted2); background: rgba(8,32,60,.48); }
.footer .container { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 18px; }
@media (max-width: 900px) {
  .links, .nav > .btn { display:none; }
  .hero-grid, .exp-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding: 80px 0; }
  .stats-grid, .services-grid, .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .gallery-head, .cta-grid { align-items: start; flex-direction: column; }
}
@media (max-width: 620px) {
  .stats-grid, .services-grid, .gallery-grid, .pills { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
}
