:root {
  --blue: #123d63;
  --blue-2: #0f2f4b;
  --teal: #1fa6a0;
  --gold: #f0b84c;
  --cream: #f8f4ee;
  --white: #ffffff;
  --text: #243142;
  --muted: #667085;
  --border: #e4e7ec;
  --shadow: 0 18px 50px rgba(15, 47, 75, 0.16);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; color: var(--blue); font-size: 1.05rem; }
.brand-logo { width: 210px; max-width: 28vw; height: auto; object-fit: contain; display: block; }
.brand-name { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.nav { display: flex; gap: 24px; color: var(--muted); font-weight: 600; }
.nav a:hover { color: var(--blue); }
.phone-button, .primary-button, .secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  padding: 13px 20px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.phone-button, .primary-button { background: var(--teal); color: var(--white); box-shadow: 0 10px 24px rgba(31,166,160,.25); }
.secondary-button { background: var(--white); color: var(--blue); border: 1px solid var(--border); }
.phone-button:hover, .primary-button:hover, .secondary-button:hover { transform: translateY(-2px); }

.hero {
  background:
    linear-gradient(120deg, rgba(18,61,99,.95), rgba(15,47,75,.88)),
    radial-gradient(circle at top right, rgba(31,166,160,.32), transparent 40%),
    url('hero-home.svg');
  background-size: cover;
  background-position: center;
  color: var(--white);
  padding: 78px 0 88px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 46px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .8rem;
}
.hero h1 { font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 1.02; margin: 0 0 20px; letter-spacing: -0.055em; }
.hero-text { color: rgba(255,255,255,.88); max-width: 650px; font-size: 1.18rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 30px 0; }
.trust-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.trust-list li { position: relative; padding-left: 30px; color: rgba(255,255,255,.92); font-weight: 700; }
.trust-list li:before { content: '✓'; position: absolute; left: 0; color: var(--gold); }

.lead-card {
  background: var(--white);
  color: var(--text);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
}
.lead-card h2 { margin: 0 0 10px; color: var(--blue); font-size: 1.65rem; }
.lead-card p { color: var(--muted); margin-bottom: 18px; }
.lead-phone { display: block; color: var(--teal); font-size: 1.7rem; font-weight: 900; margin-bottom: 18px; }
.contact-form { display: grid; gap: 14px; }
.contact-form label { font-weight: 700; font-size: .9rem; color: var(--blue); }
.contact-form input, .contact-form textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  color: var(--text);
  background: #fbfcfd;
}
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(31,166,160,.18); border-color: var(--teal); }
.contact-form button {
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  padding: 14px 18px;
  font-weight: 900;
  font-size: 1rem;
}

.section { padding: 82px 0; }
.feature-strip { background: var(--cream); }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section h2 { color: var(--blue); font-size: clamp(2rem, 3vw, 3rem); line-height: 1.12; margin: 0 0 16px; letter-spacing: -0.04em; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 10px 30px rgba(15,47,75,.07);
}
.icon { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; background: rgba(31,166,160,.11); border-radius: 16px; font-size: 1.5rem; }
.feature-card h3 { color: var(--blue); font-size: 1.25rem; margin-bottom: 8px; }
.feature-card p { color: var(--muted); margin: 0; }

.split-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center; }
.split-section p { color: var(--muted); font-size: 1.06rem; }
.quote-card {
  background: var(--blue);
  color: var(--white);
  border-radius: var(--radius);
  padding: 38px;
  box-shadow: var(--shadow);
}
.quote-card p { color: var(--white); font-size: 1.45rem; font-weight: 800; line-height: 1.35; margin: 0 0 16px; }
.quote-card span { color: var(--gold); font-weight: 800; }

.amenities { background: var(--blue-2); color: var(--white); }
.amenities h2 { color: var(--white); }
.amenity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.amenity-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.amenity-grid li { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; padding: 15px 18px 15px 44px; position: relative; }
.amenity-grid li:before { content: '✓'; position: absolute; left: 18px; color: var(--gold); font-weight: 900; }

.contact-details { margin: 26px 0; }
.contact-details p { margin: 10px 0; color: var(--muted); }
.contact-details a { color: var(--teal); font-weight: 900; }
.map-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); min-height: 420px; }
.map-card iframe { width: 100%; height: 420px; border: 0; display: block; }

.site-footer { background: #081d2f; color: rgba(255,255,255,.82); padding: 58px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .6fr; gap: 36px; }
.footer-logo { width: 230px; max-width: 100%; background: white; border-radius: 16px; padding: 10px; }
.footer-grid h3 { color: var(--white); margin-top: 0; }
.footer-grid a { display: block; color: rgba(255,255,255,.84); margin: 8px 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.13); margin-top: 38px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: .9rem; }
.disclaimer { max-width: 520px; color: rgba(255,255,255,.62); }

@media (max-width: 900px) {
  .nav { display: none; }
  .hero-grid, .split-grid, .contact-grid, .feature-grid, .amenity-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero { padding: 58px 0; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1120px); }
  .header-inner { align-items: flex-start; flex-direction: column; padding: 14px 0; gap: 12px; }
  .brand-logo { width: 190px; max-width: 100%; }
  .phone-button { width: 100%; }
  .lead-card { padding: 22px; }
  .hero-actions a { width: 100%; }
  .section { padding: 60px 0; }
}
