:root {
  --navy-950: #06101d;
  --navy-900: #081827;
  --navy-850: #0b2034;
  --navy-800: #0f2940;
  --navy-700: #173a58;
  --gold-500: #d6ad63;
  --gold-400: #e7c57d;
  --gold-300: #f3d99a;
  --cream: #f7f2e8;
  --white: #ffffff;
  --muted: #aeb9c7;
  --text: #172033;
  --line: rgba(214, 173, 99, 0.28);
  --shadow: 0 24px 80px rgba(3, 10, 20, 0.22);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #f8f7f3;
}

body.menu-open { overflow: hidden; }

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

p { line-height: 1.75; }

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  background: linear-gradient(90deg, var(--navy-950), var(--navy-850));
  color: rgba(255,255,255,.78);
  font-size: 13px;
  border-bottom: 1px solid rgba(214,173,99,.18);
}

.topbar .container {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topbar strong { color: var(--gold-300); font-weight: 700; }

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(6, 16, 29, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(214,173,99,.22);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  min-width: fit-content;
}

.brand-logo {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid rgba(214,173,99,.7);
  object-fit: cover;
  box-shadow: 0 12px 32px rgba(0,0,0,.26);
}

.brand-title {
  display: flex;
  flex-direction: column;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.brand-title span:first-child {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  color: var(--gold-300);
}

.brand-title span:last-child {
  font-size: 11px;
  color: rgba(255,255,255,.74);
  letter-spacing: .28em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  color: rgba(255,255,255,.78);
  padding: 12px 12px;
  border-radius: 999px;
  font-size: 14px;
  transition: .2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--gold-300);
  background: rgba(214,173,99,.11);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-400), #b98637);
  color: #121212;
  font-weight: 800;
  box-shadow: 0 12px 34px rgba(214,173,99,.28);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(214,173,99,.34);
  background: rgba(255,255,255,.06);
  border-radius: 14px;
  color: white;
  font-size: 24px;
}

.hero {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 74% 20%, rgba(214,173,99,.20), transparent 30%),
    radial-gradient(circle at 18% 12%, rgba(38,103,159,.34), transparent 36%),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,16,29,.96) 0%, rgba(6,16,29,.78) 48%, rgba(6,16,29,.34) 100%),
    url('assets/vision-lege-baner-facebook.png') center right / cover no-repeat;
  opacity: .92;
}

.hero-inner {
  position: relative;
  z-index: 1;
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 48px;
  padding: 86px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-300);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 800;
}

.eyebrow::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--gold-400);
}

h1, h2, h3 {
  margin: 0;
  line-height: 1.08;
}

h1, h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
}

.hero h1 {
  margin-top: 22px;
  font-size: clamp(44px, 6vw, 76px);
  letter-spacing: -.04em;
  max-width: 780px;
}

.hero h1 span { color: var(--gold-300); }

.hero-lead {
  margin: 24px 0 0;
  max-width: 650px;
  color: rgba(255,255,255,.84);
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  transition: .2s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-300), #b98637);
  color: #101521;
  box-shadow: 0 20px 48px rgba(214,173,99,.30);
}

.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 26px 60px rgba(214,173,99,.42); }

.btn-ghost {
  color: white;
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.06);
}

.btn-ghost:hover { border-color: rgba(214,173,99,.55); color: var(--gold-300); }

.hero-card {
  align-self: end;
  border: 1px solid rgba(214,173,99,.28);
  border-radius: var(--radius-xl);
  padding: 28px;
  background: rgba(6, 16, 29, .62);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-card img {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  border: 2px solid var(--gold-400);
  margin-bottom: 22px;
}

.hero-card h3 { color: var(--gold-300); font-size: 24px; font-family: Georgia, 'Times New Roman', serif; }
.hero-card p { color: rgba(255,255,255,.78); margin-bottom: 0; }

.hero-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.badge {
  border: 1px solid rgba(214,173,99,.24);
  border-radius: 16px;
  padding: 16px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.84);
}

.badge strong {
  display: block;
  color: var(--gold-300);
  margin-bottom: 6px;
  font-size: 14px;
}

.section {
  padding: 92px 0;
}

.section-dark {
  color: white;
  background:
    radial-gradient(circle at 20% 10%, rgba(214,173,99,.14), transparent 28%),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}

.section-head.center {
  text-align: center;
  display: block;
  max-width: 850px;
  margin: 0 auto 42px;
}

.section-title {
  font-size: clamp(34px, 4.4vw, 56px);
  color: #101521;
  letter-spacing: -.03em;
}

.section-dark .section-title { color: white; }

.section-desc {
  max-width: 640px;
  color: #667085;
  margin: 16px 0 0;
}
.section-dark .section-desc { color: rgba(255,255,255,.72); }

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.card {
  border: 1px solid rgba(12, 31, 50, .10);
  border-radius: var(--radius-xl);
  background: white;
  padding: 30px;
  box-shadow: 0 18px 60px rgba(16, 24, 40, .08);
}

.section-dark .card {
  background: rgba(255,255,255,.06);
  border-color: rgba(214,173,99,.24);
  color: white;
}

.card-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #1a1d24;
  background: linear-gradient(135deg, var(--gold-300), #bd8e42);
  font-size: 25px;
  margin-bottom: 22px;
}

.card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #101521;
}
.section-dark .card h3 { color: var(--gold-300); }
.card p { margin: 0; color: #667085; }
.section-dark .card p { color: rgba(255,255,255,.76); }

.card-link {
  display: inline-flex;
  margin-top: 20px;
  color: #9b6b25;
  font-weight: 800;
}
.section-dark .card-link { color: var(--gold-300); }

.split {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 44px;
  align-items: center;
}

.panel {
  border-radius: var(--radius-xl);
  padding: 36px;
  background: white;
  box-shadow: var(--shadow);
  border: 1px solid rgba(12, 31, 50, .08);
}

.gold-panel {
  background:
    linear-gradient(135deg, rgba(214,173,99,.92), rgba(183,132,53,.96)),
    linear-gradient(135deg, #fff, #eee);
  color: #101521;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 14px;
}

.check-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.check-list li::before {
  content: "✓";
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--gold-300);
  font-weight: 900;
  font-size: 13px;
  margin-top: 2px;
}

.steps {
  counter-reset: step;
  display: grid;
  gap: 18px;
}

.step {
  counter-increment: step;
  position: relative;
  padding: 26px 26px 26px 86px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(214,173,99,.22);
  background: rgba(255,255,255,.055);
}

.step::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 24px;
  top: 24px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold-400);
  color: #101521;
  font-weight: 900;
}

.step h3 { color: var(--gold-300); margin-bottom: 6px; }
.step p { margin: 0; color: rgba(255,255,255,.74); }

.cta-strip {
  padding: 42px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(90deg, rgba(6,16,29,.94), rgba(6,16,29,.72)),
    url('assets/vision-lege-baner-wide.png') center / cover no-repeat;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  box-shadow: var(--shadow);
}

.cta-strip h2 { font-size: clamp(30px, 4vw, 48px); }
.cta-strip p { color: rgba(255,255,255,.75); max-width: 650px; }

.page-hero {
  color: white;
  background:
    linear-gradient(90deg, rgba(6,16,29,.95), rgba(6,16,29,.74)),
    url('assets/vision-lege-baner-facebook.png') center / cover no-repeat;
  padding: 96px 0 76px;
}

.page-hero h1 {
  font-size: clamp(42px, 5vw, 68px);
  max-width: 860px;
}

.page-hero p {
  color: rgba(255,255,255,.78);
  max-width: 760px;
  font-size: 18px;
}

.breadcrumbs {
  display: flex;
  gap: 8px;
  color: var(--gold-300);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 800;
  margin-bottom: 22px;
}

.content {
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 40px;
  box-shadow: 0 18px 64px rgba(16, 24, 40, .08);
}

.content h2 {
  font-size: 36px;
  color: #101521;
  margin: 12px 0 16px;
}

.content h3 { margin-top: 28px; }

.form-wrap {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.form-card {
  border-radius: var(--radius-xl);
  background: white;
  padding: 34px;
  border: 1px solid rgba(12, 31, 50, .10);
  box-shadow: 0 18px 60px rgba(16, 24, 40, .08);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.field { display: grid; gap: 8px; margin-bottom: 16px; }

.field.full { grid-column: 1 / -1; }

label { font-size: 14px; font-weight: 800; color: #172033; }

input, select, textarea {
  width: 100%;
  border: 1px solid rgba(12, 31, 50, .15);
  border-radius: 14px;
  min-height: 52px;
  padding: 14px 15px;
  font: inherit;
  background: #fbfaf7;
  color: #172033;
  outline: none;
  transition: .2s ease;
}

textarea { min-height: 150px; resize: vertical; }

input:focus, select:focus, textarea:focus {
  border-color: var(--gold-500);
  box-shadow: 0 0 0 4px rgba(214,173,99,.18);
  background: white;
}

.checkbox {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #667085;
  font-size: 13px;
  line-height: 1.55;
}

.checkbox input { width: 18px; height: 18px; min-height: auto; margin-top: 2px; }

.form-note {
  display: none;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #edf8f0;
  color: #166534;
  font-weight: 700;
}

.form-note.show { display: block; }

.info-box {
  border-radius: var(--radius-xl);
  padding: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(214,173,99,.22), transparent 34%),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
  color: white;
  box-shadow: var(--shadow);
}

.info-box h3 { color: var(--gold-300); margin-bottom: 14px; }
.info-box p, .info-box li { color: rgba(255,255,255,.76); }

.footer {
  padding: 62px 0 28px;
  background: var(--navy-950);
  color: rgba(255,255,255,.70);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr 1fr;
  gap: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(214,173,99,.18);
}

.footer h3, .footer h4 { color: white; margin: 0 0 16px; }
.footer a { display: block; color: rgba(255,255,255,.70); margin: 10px 0; }
.footer a:hover { color: var(--gold-300); }
.footer-bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
}

.notice {
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(214,173,99,.12);
  border: 1px solid rgba(214,173,99,.28);
  color: #6e4a16;
  margin-top: 24px;
  font-size: 14px;
}

@media (max-width: 980px) {
  .topbar { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .nav-links {
    position: fixed;
    inset: 78px 0 auto 0;
    min-height: calc(100vh - 78px);
    padding: 24px 20px;
    background: rgba(6,16,29,.98);
    flex-direction: column;
    align-items: stretch;
    transform: translateX(100%);
    transition: .25s ease;
  }
  body.menu-open .nav-links { transform: translateX(0); }
  .nav-links a, .nav-cta { border-radius: 16px; justify-content: flex-start; }
  .hero-inner, .split, .form-wrap { grid-template-columns: 1fr; }
  .hero-inner { min-height: auto; padding: 68px 0; }
  .hero-card { max-width: 540px; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .section-head { display: block; }
  .cta-strip { display: block; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 26px, var(--container)); }
  .brand-title span:first-child { font-size: 18px; }
  .brand-title span:last-child { font-size: 9px; }
  .brand-logo { width: 48px; height: 48px; }
  .hero-badges, .grid-3, .grid-2, .form-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 39px; }
  .section { padding: 64px 0; }
  .card, .panel, .content, .form-card, .info-box, .cta-strip { padding: 24px; border-radius: 22px; }
  .footer-grid, .footer-bottom { grid-template-columns: 1fr; display: grid; }
}
