:root {
  --navy: #16335f;
  --gold: #f3b11a;
  --sand: #f5f2ec;
  --text: #24303f;
  --muted: #5d6b7a;
  --line: #dfe5eb;
  --white: #ffffff;
  --teal: #0e8ab0;
  --orange: #d86f39;
  --error: #a33a32;
  --success: #2b6b43;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--text); background: var(--sand); }
a { text-decoration: none; color: var(--navy); }
.page-shell { min-height: 100vh; display: flex; flex-direction: column; }
.container { width: min(1100px, calc(100% - 32px)); margin: 0 auto; }
.narrow { width: min(800px, 100%); }
.site-header { background: var(--white); border-bottom: 1px solid var(--line); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-weight: 700; font-size: 26px; }
.brand img { height: 58px; width: auto; }
.nav-links { display: flex; gap: 20px; align-items:center; flex-wrap: wrap; }
.nav-links a { color: var(--navy); font-weight: 600; }
.contact-mini { display:flex; gap:10px; flex-wrap:wrap; align-items:center; font-size:14px; color: var(--muted); margin-top:6px; }
.hero { padding: 66px 0 58px; background: linear-gradient(180deg, #fff 0%, #f5f2ec 100%); }
.hero-grid { display: grid; grid-template-columns: 1.25fr 0.95fr; gap: 28px; align-items: start; }
.eyebrow { display: inline-block; margin-bottom: 12px; color: var(--orange); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; font-size: 12px; }
h1 { margin: 0 0 16px; color: var(--navy); font-size: 44px; line-height: 1.08; }
h2 { margin: 0 0 12px; color: var(--navy); font-size: 28px; }
h3 { margin: 0 0 10px; color: var(--navy); font-size: 21px; }
.lead { margin: 0 0 24px; color: var(--muted); font-size: 19px; line-height: 1.6; }
p, li { font-size: 17px; line-height: 1.68; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 10px; font-weight: 700; }
.btn-primary { background: var(--navy); color: var(--white); }
.btn-secondary { background: transparent; color: var(--navy); border: 1px solid var(--navy); }
.hero-card, .card, .form-card, .notice, .stats-panel { background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.hero-card { padding: 24px; }
.hero-card ul { margin: 0; padding-left: 20px; }
.section { padding: 42px 0 52px; }
.compact-top { padding-top: 28px; }
.simple-grid, .stack-grid { display: grid; gap: 18px; }
.simple-grid { grid-template-columns: repeat(3, 1fr); }
.two-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.card { padding: 22px; }
.notice { margin-top: 18px; padding: 18px 20px; }
.form-card { padding: 24px; }
.field-row { margin-bottom: 16px; }
label { display: block; margin-bottom: 8px; font-weight: 700; color: var(--navy); }
.text-input { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #c9d2dc; border-radius: 10px; font-size: 16px; background: #fff; }
.text-area { min-height: 130px; resize: vertical; }
.validation-summary { margin-bottom: 14px; color: var(--error); }
.status-label { display: block; margin-top: 14px; font-weight: 700; }
.status-label.success { color: var(--success); }
.status-label.error { color: var(--error); }
.site-footer { margin-top: auto; background: var(--navy); color: #dce6f4; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 18px 0; font-size: 15px; }
.stats-panel { background: linear-gradient(180deg, #fff 0%, #fbf7ef 100%); padding: 28px; }
.stats-head { margin-bottom: 18px; }
.stats-copy { margin: 0; color: var(--muted); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stat-box { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 18px; min-height: 110px; display: flex; flex-direction: column; justify-content: center; }
.stat-box strong { color: var(--navy); font-size: 26px; line-height: 1.1; margin-bottom: 8px; }
.stat-box span { color: var(--muted); font-size: 15px; line-height: 1.45; }
.invest-card { border-left: 5px solid var(--gold); }
.roi-card { border-left: 5px solid var(--teal); }
.price { color: var(--orange); font-weight: 800; }
.email-img { display:block; height:22px; width:auto; margin-bottom:4px; }
.map-img { width:100%; border-radius:14px; border:1px solid var(--line); background:#fff; }
.map-embed { border-radius:14px; overflow:hidden; border:1px solid var(--line); }
.map-embed iframe { width:100%; height:420px; display:block; }
.small { color: var(--muted); font-size:14px; }
.nav-contact { color: var(--muted); font-size: 13px; font-weight: 400; white-space: nowrap; }
.nav-contact:hover { color: var(--navy); text-decoration: underline; }
.nav-divider { display: inline-block; width: 1px; height: 20px; background: var(--line); }
.site-footer a { color: #ffffff; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; opacity: 0.85; }
.fa-whatsapp { color: #25d366; }
.contact-layout { display: grid; grid-template-columns: 250px 1fr; gap: 24px; margin-top: 28px; align-items: start; }
.contact-details { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 24px; }
.contact-details h3, .form-card h3 { margin-top: 0; color: var(--navy); }
.contact-list { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 16px; line-height: 1.5; }
.contact-list i { color: var(--teal); margin-top: 3px; flex-shrink: 0; }
.contact-list a { color: var(--navy); }
.contact-list a:hover { text-decoration: underline; }
@media (max-width: 860px) {
  .hero-grid, .simple-grid, .two-grid, .contact-layout { grid-template-columns: 1fr; }
  .brand { font-size: 22px; }
  .brand img { height: 46px; }
  h1 { font-size: 34px; }
  .lead { font-size: 18px; }
  .nav-wrap { flex-direction: column; align-items: flex-start; }
  .nav-links { gap: 14px; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 860px) { .stats-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .stats-grid { grid-template-columns: 1fr; } .stat-box strong { font-size: 24px; } }
