:root {
  --navy: #18315f;
  --navy-2: #10254a;
  --gold: #f2a33a;
  --gold-2: #ffbf66;
  --green: #1d7a52;
  --green-2: #9fdc86;
  --ink: #1e2430;
  --muted: #667085;
  --bg: #f7f8fb;
  --card: #ffffff;
  --line: #e7ebf3;
  --shadow: 0 16px 40px rgba(17, 24, 39, 0.12);
  --radius: 24px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #fff;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(24,49,95,0.96); backdrop-filter: blur(10px);
  color: #fff; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 88px; gap: 18px;
}
.brand { display:flex; align-items:center; gap: 14px; min-width: 0; }
.brand-mark {
  width: 54px; height: 54px; border: 3px solid var(--gold); border-radius: 50%;
  display:grid; place-items:center; color: var(--gold); flex: 0 0 auto;
}
.brand-mark svg { width: 28px; height: 28px; }
.brand-text { min-width: 0; }
.brand-title { font-size: 18px; font-weight: 800; letter-spacing: 0.3px; }
.brand-sub { font-size: 11px; opacity: 0.82; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menu { display:flex; align-items:center; gap: 26px; font-weight: 700; }
.menu a { opacity: 0.95; }
.menu a:hover, .menu a.active { color: var(--gold-2); }
.nav-cta { display:flex; align-items:center; gap: 10px; }
.btn {
  display:inline-flex; align-items:center; justify-content:center; gap: 8px;
  padding: 14px 22px; border-radius: 14px; font-weight: 800; border: 0; cursor:pointer;
  transition: 0.25s transform ease, 0.25s box-shadow ease, 0.25s background ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-primary { background: var(--gold); color: #1a2234; }
.btn-secondary { background: #dff2ff; color: var(--navy); }
.btn-outline { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.18); }
.mobile-toggle { display:none; color:#fff; font-size:28px; background:none; border:0; }
.mobile-panel { display:none; background: var(--navy-2); border-top:1px solid rgba(255,255,255,.08); }
.mobile-panel a { display:block; padding:14px 16px; color:#fff; border-bottom:1px solid rgba(255,255,255,.06); }
.hero {
  position: relative; overflow: hidden; color:#fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(255,204,128,0.36), transparent 18%),
    radial-gradient(circle at 20% 25%, rgba(255,255,255,0.08), transparent 16%),
    linear-gradient(125deg, #132b55 0%, #173364 32%, #8f4d28 68%, #f2a33a 100%);
}
.hero::after {
  content:""; position:absolute; inset:auto -5% -80px -5%; height:180px;
  background: linear-gradient(90deg, rgba(255,193,102,0.95), rgba(255,134,55,0.9));
  filter: blur(40px); opacity: 0.5;
}
.hero-grid {
  display:grid; grid-template-columns: 1.15fr 0.95fr; gap: 26px; align-items:center;
  min-height: 760px; padding: 64px 0 96px;
}
.eyebrow {
  display:inline-flex; align-items:center; gap:8px; font-size:14px; font-weight:800;
  letter-spacing: .3px; color: #ffe4bb; text-transform: uppercase;
}
.hero h1 {
  font-size: clamp(42px, 6vw, 78px); line-height: 0.98; margin: 18px 0 18px;
  letter-spacing: -1.8px;
}
.accent { color: var(--gold-2); }
.hero p {
  font-size: clamp(18px, 2vw, 24px); line-height: 1.5; max-width: 760px;
  color: rgba(255,255,255,0.9); margin: 0 0 28px;
}
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-bottom: 20px; }
.hero-points { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 28px; }
.pill {
  background: rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.12);
  padding: 16px 18px; border-radius: 18px; font-weight: 700;
}
.visual-stack { position: relative; min-height: 620px; }
.visual-card {
  position: absolute; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,0.14);
}
.visual-card img { width:100%; height:100%; object-fit: cover; }
.visual-card.main { right: 18px; top: 20px; width: 70%; height: 72%; }
.visual-card.side { left: 0; bottom: 24px; width: 46%; height: 48%; }
.visual-card.note {
  right: 0; bottom: 0; width: 38%; height: auto; background: rgba(255,255,255,0.92);
  color: var(--navy); padding: 22px; border-radius: 24px;
}
.note strong { display:block; font-size: 18px; margin-bottom: 6px; }
.section { padding: 82px 0; }
.section-soft { background: var(--bg); }
.section-head { text-align:center; max-width: 880px; margin: 0 auto 38px; }
.section-head h2 { font-size: clamp(32px, 4.5vw, 52px); line-height:1.03; margin:0 0 12px; color:var(--navy); }
.section-head p { font-size:18px; line-height:1.65; color:var(--muted); margin:0; }
.cards { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow:hidden;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}
.card-media { position:relative; height: 240px; overflow:hidden; }
.card-media img { width:100%; height:100%; object-fit: cover; transform: scale(1.02); }
.card-overlay {
  position:absolute; inset:auto 16px 16px 16px; background: rgba(13,25,50,0.72); color:#fff;
  backdrop-filter: blur(8px); padding:16px 18px; border-radius: 18px;
}
.card-body { padding: 22px 22px 24px; }
.card h3 { font-size: 28px; line-height:1.05; margin:0 0 10px; color:var(--navy); }
.card p { margin:0 0 18px; color:var(--muted); line-height:1.7; }
.metrics {
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,0.08), transparent 16%),
    linear-gradient(120deg, #132b55 0%, #173364 36%, #244f6b 100%);
  color:#fff; overflow:hidden;
}
.metric-grid { display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; margin-top: 28px; }
.metric {
  padding: 22px; border-radius: 22px; box-shadow: var(--shadow); font-weight: 800;
  min-height: 138px; display:flex; flex-direction:column; justify-content:center;
}
.metric:nth-child(1){ background: linear-gradient(135deg,#ef6b46,#8e3566); }
.metric:nth-child(2){ background: linear-gradient(135deg,#149d86,#3f8f7a); }
.metric:nth-child(3){ background: linear-gradient(135deg,#f2a33a,#f17a42); }
.metric:nth-child(4){ background: linear-gradient(135deg,#3990e3,#1f5cb6); }
.metric b { font-size: 48px; line-height:1; margin-bottom: 8px; }
.split { display:grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items:center; }
.list { display:grid; gap: 14px; }
.list-item {
  display:flex; gap: 14px; align-items:flex-start; background:#fff; border:1px solid var(--line);
  border-radius: 18px; padding: 16px 18px;
}
.list-icon {
  width: 44px; height: 44px; flex:0 0 auto; border-radius: 14px; display:grid; place-items:center;
  background: rgba(242,163,58,.14); color: var(--gold);
}
.list-item strong { display:block; color:var(--navy); margin-bottom: 4px; }
.highlight-panel {
  background: linear-gradient(145deg, #fff2df, #fff); border:1px solid #f3dfbf; border-radius: 28px;
  padding: 34px; box-shadow: 0 12px 30px rgba(15,23,42,.08);
}
.highlight-panel h3 { font-size: 34px; margin:0 0 10px; color:var(--navy); }
.highlight-panel p { color:var(--muted); line-height:1.75; margin:0 0 18px; }
.cta-band {
  background: linear-gradient(125deg, #173364, #1a2e53); color:#fff; border-radius: 30px; padding: 34px;
  display:grid; grid-template-columns: 1.2fr auto; gap: 18px; align-items:center;
}
.cta-band h3 { font-size: 32px; margin:0 0 8px; }
.cta-band p { margin:0; color: rgba(255,255,255,.86); line-height:1.7; }
.contact-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.contact-panel {
  border-radius: 32px; padding: 34px; min-height: 560px; overflow:hidden; position:relative;
}
.contact-panel.orange {
  color:#122547; background:
    radial-gradient(circle at 24% 26%, rgba(255,255,255,0.14), transparent 12%),
    radial-gradient(circle at 76% 22%, rgba(255,255,255,0.18), transparent 18%),
    linear-gradient(140deg, #f7b45f 0%, #f1904f 100%);
}
.contact-panel.orange h2 { font-size: clamp(38px, 5vw, 64px); line-height:1.02; margin: 20px 0 16px; color:#0f2146; }
.contact-panel.orange p { font-size:20px; line-height:1.65; max-width: 520px; color:#173364; }
.contact-chip { display:inline-flex; align-items:center; gap:10px; padding: 12px 18px; border-radius: 999px; background: rgba(255,255,255,.32); font-weight: 800; color:#173364; }
.contact-points { display:grid; gap: 12px; margin-top: 26px; }
.contact-points .point { background: rgba(255,255,255,.24); border: 1px solid rgba(255,255,255,.26); border-radius: 18px; padding: 14px 16px; font-weight: 700; }
.people-shapes { position:absolute; right: 24px; bottom: 0; width: 46%; min-width: 240px; max-width: 360px; opacity: 0.92; }
.form-card {
  background:#fff; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 32px; padding: 28px;
}
.form-card h3 { margin:0 0 8px; font-size: 32px; color:var(--navy); }
.form-card p { color:var(--muted); line-height:1.65; margin:0 0 22px; }
.form-row { display:grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display:grid; gap: 8px; margin-bottom: 14px; }
label { font-weight: 700; color: var(--navy); }
input, select, textarea {
  width:100%; padding: 16px 18px; border-radius: 16px; border:1px solid #d7deea; outline:none;
  font: inherit; background:#fbfcff; transition: 0.2s border ease, 0.2s box-shadow ease;
}
input:focus, select:focus, textarea:focus { border-color:#95b4ff; box-shadow: 0 0 0 4px rgba(55,114,255,.08); }
textarea { min-height: 170px; resize: vertical; }
.form-actions { display:flex; flex-wrap:wrap; gap: 12px; align-items:center; }
.note-line { font-size: 14px; color:var(--muted); }
.footer {
  background: #0f2146; color: #fff; padding: 48px 0 24px; margin-top: 0;
}
.footer-grid { display:grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 24px; }
.footer h4 { font-size: 18px; margin: 0 0 12px; }
.footer p, .footer li, .footer a { color: rgba(255,255,255,0.82); line-height: 1.7; }
.footer ul { list-style:none; padding:0; margin:0; display:grid; gap:10px; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); margin-top: 24px; padding-top: 18px; color: rgba(255,255,255,0.7); font-size: 14px; }
.floating-wa {
  position: fixed; right: 18px; bottom: 18px; width: 64px; height:64px; border-radius:50%;
  background:#25D366; color:#fff; display:grid; place-items:center; box-shadow: var(--shadow); z-index: 60; font-size: 30px;
}
.floating-doc {
  position: fixed; right: 18px; bottom: 96px; width: 52px; height:52px; border-radius:50%;
  background:#fff; color:#d14545; display:grid; place-items:center; box-shadow: var(--shadow); z-index: 60; font-size: 20px; border:1px solid #f1d8d8;
}
.reveal { opacity: 0; transform: translateY(18px); transition: .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1100px) {
  .menu, .nav-cta { display:none; }
  .mobile-toggle { display:block; }
  .mobile-panel.open { display:block; }
  .hero-grid, .cards, .metric-grid, .split, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding: 44px 0 64px; }
  .visual-stack { min-height: 520px; }
  .visual-card.main { width: 72%; height: 62%; }
  .visual-card.side { width: 50%; height: 40%; }
  .visual-card.note { width: 44%; }
}
@media (max-width: 760px) {
  .container { width: min(var(--max), calc(100% - 20px)); }
  .nav { min-height: 76px; }
  .brand-title { font-size: 16px; }
  .brand-sub { font-size: 10px; white-space: normal; }
  .hero h1 { font-size: 40px; }
  .hero p { font-size: 18px; }
  .hero-points, .form-row { grid-template-columns: 1fr; }
  .section { padding: 62px 0; }
  .card-media { height: 210px; }
  .metric b { font-size: 38px; }
  .highlight-panel, .form-card, .contact-panel, .cta-band { padding: 24px; }
  .cta-band { grid-template-columns: 1fr; }
  .visual-stack { min-height: 360px; }
  .visual-card.main { position:relative; inset:auto; width:100%; height:260px; }
  .visual-card.side, .visual-card.note { display:none; }
}
