:root {
  --navy: #050505;
  --navy-2: #101010;
  --navy-3: #1a1a1a;
  --gold: #d9b75d;
  --gold-bright: #f5dc8b;
  --gold-soft: #fff2bd;
  --forest: #18382f;
  --white: #ffffff;
  --text: #07111f;
  --muted: #4b5b6d;
  --bg: #f5f6f3;
  --line: #e5dcc0;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  overflow-x: hidden;
}

a { color: inherit; }
.container { width: min(1120px, 92%); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(5, 5, 5, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(245, 220, 139, 0.18);
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: .72rem 0;
}

.logo {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  min-width: 0;
}

.logo img {
  width: 78px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .34));
}

nav {
  display: flex;
  align-items: center;
  gap: .95rem;
  margin-left: auto;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}

nav a:hover { color: var(--gold-bright); }

.hero {
  position: relative;
  color: white;
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 220, 139, .14) 0, transparent 36%),
    linear-gradient(135deg, #030303 0%, #0f0f0f 58%, #1a1a1a 100%);
  overflow: hidden;
  border-bottom: 1px solid rgba(245, 220, 139, .18);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(245, 220, 139, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 220, 139, .035) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(90deg, transparent, black 12%, black 88%, transparent);
}

.hero-inner {
  position: relative;
  padding: 4rem 0 3.7rem;
  text-align: center;
}

.kicker {
  display: inline-block;
  max-width: 100%;
  border: 1px solid rgba(245, 220, 139, .54);
  padding: .34rem .8rem;
  border-radius: 999px;
  color: var(--gold-bright);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .12em;
  background: rgba(245, 220, 139, .1);
  text-transform: uppercase;
  white-space: normal;
}

.hero h1 {
  margin: .82rem 0;
  color: var(--gold-soft);
  font-size: clamp(2.2rem, 5vw, 3.65rem);
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero-copy {
  max-width: 760px;
  font-size: 1.08rem;
  margin: 0 auto;
  color: #d8dee7;
}

.hero-brand-image {
  display: block;
  width: min(520px, 100%);
  margin: 1rem auto 1.2rem;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, .38));
}

.hero-brand-image-large { width: min(680px, 100%); }
.hero-actions { margin-top: 1.25rem; display: flex; gap: .8rem; flex-wrap: wrap; justify-content: center; }

.section { padding: 3.6rem 0; }
.section-alt {
  background: #eef1ec;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

h2 {
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
  margin: 0 0 .35rem;
  color: var(--navy);
  letter-spacing: 0;
}

h3 { margin-top: 0; color: var(--navy); }
.section-intro { color: var(--muted); margin-bottom: 1rem; }

.cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.card {
  background: white;
  border-radius: 6px;
  padding: 1.08rem;
  border: 1px solid var(--line);
  border-top: 5px solid var(--gold);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
}

.section-medical {
  background:
    linear-gradient(135deg, rgba(5, 5, 5, .97), rgba(26, 26, 26, .96)),
    #050505;
  color: white;
}

.section-medical h2,
.section-medical h3 {
  color: var(--gold-soft);
}

.section-medical p,
.section-medical .checks {
  color: #dfe7e9;
}

.medical-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: 1.2rem;
  align-items: stretch;
}

.response-panel {
  border: 1px solid rgba(245, 220, 139, .32);
  border-radius: 6px;
  padding: 1.2rem;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .18);
}

.panel-label {
  color: var(--gold-bright);
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .12em;
  margin: 0 0 .45rem;
  text-transform: uppercase;
}

.split {
  display: grid;
  grid-template-columns: 1.3fr .9fr;
  gap: 1rem;
}

.checks { padding-left: 1.1rem; }
.checks li { margin: .35rem 0; }
.checks li::marker { color: var(--gold); }

.contact-box {
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1.1rem;
  box-shadow: 0 8px 18px rgba(15,23,42,.05);
}

.contact-box a { color: var(--navy-3); text-decoration: none; font-weight: 700; }
.muted { color: var(--muted); }

.form {
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1rem;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .05);
}

.row {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

label { display: grid; gap: .35rem; margin-bottom: .75rem; font-weight: 700; }
input, textarea {
  font: inherit;
  border: 1px solid #cbd5d0;
  border-radius: 6px;
  padding: .68rem;
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(217, 183, 93, .24);
  border-color: var(--gold);
}

.form-note { font-size: .86rem; color: var(--muted); margin-top: .65rem; }

.btn {
  border: 1px solid rgba(245, 220, 139, .52);
  border-radius: 4px;
  padding: .72rem 1rem;
  text-decoration: none;
  color: #07111f;
  background: linear-gradient(180deg, var(--gold-soft), var(--gold));
  font-weight: 800;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}

.btn:hover { filter: brightness(1.04); }
.btn-sm { padding: .45rem .85rem; box-shadow: none; }
.btn-ghost {
  background: transparent;
  color: white;
  border: 1px solid rgba(245, 220, 139, .46);
  box-shadow: none;
}

.site-footer {
  background: #07111f;
  color: white;
  padding: 1rem 0;
  border-top: 1px solid rgba(245, 220, 139, .16);
}

.footer-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer-copy {
  display: grid;
  gap: .15rem;
  min-width: 0;
}

.footer-copy p { margin: 0; }
.site-footer a { color: var(--gold-soft); text-decoration: none; }

@media (max-width: 800px) {
  .nav {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .65rem;
  }
  nav {
    grid-column: 1 / -1;
    order: 3;
    justify-content: center;
    margin-left: 0;
  }
  nav { flex-wrap: wrap; gap: .65rem .85rem; }
  .medical-grid,
  .split { grid-template-columns: 1fr; }
  .hero-inner { padding: 2.2rem 0 3rem; }
  .hero h1 { font-size: 2.45rem; }
}

@media (max-width: 520px) {
  .logo img { width: 64px; height: 40px; }
  .container { width: min(100% - 1.5rem, 1120px); }
  .kicker { font-size: .66rem; line-height: 1.35; padding-inline: .6rem; }
  .hero-inner { padding: 1.65rem 0 2.4rem; }
  .hero h1 { font-size: 1.9rem; }
  .hero-copy { font-size: 1rem; }
  .hero-brand-image-large { width: min(280px, 100%); }
  .hero-actions .btn { width: 100%; text-align: center; }
  .site-footer { padding-bottom: calc(1rem + env(safe-area-inset-bottom)); }
}
