*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:    #0d1f3c;
  --navy2:   #162848;
  --gold:    #c9a84c;
  --gold-lt: #e2c47a;
  --white:   #ffffff;
  --off:     #f5f7fa;
  --text:    #2c3e50;
  --muted:   #6b7a8d;
  --border:  #dde3ec;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(13,31,60,0.97);
  backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 68px;
  border-bottom: 1px solid rgba(201,168,76,0.18);
}
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo {
  width: 38px; height: 38px; background: var(--gold); border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; font-weight: 700; font-size: 18px; color: var(--navy);
}
.nav-name { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 600; color: var(--white); line-height: 1.2; }
.nav-name span { display: block; font-family: 'Inter', sans-serif; font-size: 10px; font-weight: 400; color: var(--gold-lt); letter-spacing: 0.12em; text-transform: uppercase; }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.72); text-decoration: none; font-size: 13.5px; font-weight: 500; letter-spacing: 0.03em; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold-lt); }
.nav-cta { background: var(--gold) !important; color: var(--navy) !important; padding: 8px 20px; border-radius: 4px; font-weight: 600 !important; }
.nav-cta:hover { background: var(--gold-lt) !important; }

/* ── COMING SOON BANNER ── */
.coming-banner {
  background: var(--gold);
  color: var(--navy);
  text-align: center;
  padding: 10px 5%;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.04em;
  position: fixed; top: 68px; left: 0; right: 0; z-index: 99;
}
.coming-banner span { font-weight: 400; opacity: 0.75; margin-left: 8px; }

/* ── HERO ── */
#hero {
  min-height: 100vh;
  background: linear-gradient(140deg, var(--navy) 0%, var(--navy2) 55%, #1a3560 100%);
  display: flex; align-items: center;
  padding: 152px 5% 80px;
  position: relative; overflow: hidden;
}
.hero-bg-lines {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
  background-size: 64px 64px;
}
.hero-circle {
  position: absolute; right: -80px; top: 50%; transform: translateY(-50%);
  width: 600px; height: 600px; border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.1);
}
.hero-circle::before { content: ''; position: absolute; inset: 50px; border-radius: 50%; border: 1px solid rgba(201,168,76,0.07); }
.hero-content { position: relative; z-index: 2; max-width: 680px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 24px;
}
.eyebrow::before { content: ''; width: 28px; height: 1.5px; background: var(--gold); }
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(38px, 5vw, 64px); font-weight: 700; color: var(--white);
  line-height: 1.1; margin-bottom: 20px;
}
.hero-title em { font-style: normal; color: var(--gold); }
.hero-sub {
  font-size: 18px; font-weight: 300; color: rgba(255,255,255,0.65);
  line-height: 1.75; margin-bottom: 40px; max-width: 540px;
}
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 56px; }
.btn-gold {
  background: var(--gold); color: var(--navy); padding: 14px 32px;
  border-radius: 4px; font-weight: 600; font-size: 14px; text-decoration: none;
  letter-spacing: 0.04em; transition: background 0.2s, transform 0.15s; display: inline-block;
}
.btn-gold:hover { background: var(--gold-lt); transform: translateY(-1px); }
.btn-ghost {
  border: 1.5px solid rgba(255,255,255,0.28); color: var(--white);
  padding: 14px 32px; border-radius: 4px; font-weight: 500; font-size: 14px;
  text-decoration: none; letter-spacing: 0.04em;
  transition: border-color 0.2s, background 0.2s; display: inline-block;
}
.btn-ghost:hover { border-color: var(--gold-lt); background: rgba(201,168,76,0.07); }

/* ── HOW IT WORKS ── */
#how { padding: 96px 5%; background: var(--off); }
.section-header { text-align: center; margin-bottom: 64px; }
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.section-eyebrow::before { content: ''; width: 24px; height: 1.5px; background: var(--gold); }
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3.2vw, 40px); font-weight: 700; color: var(--navy); line-height: 1.2; margin-bottom: 14px;
}
.section-sub { font-size: 16px; font-weight: 300; color: var(--muted); line-height: 1.8; }
.flow-track {
  display: flex; align-items: stretch; justify-content: center;
  gap: 0; max-width: 1100px; margin: 0 auto;
}
.flow-step {
  flex: 1;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 36px 28px 32px;
  display: flex; flex-direction: column;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.flow-step:hover { box-shadow: 0 6px 28px rgba(13,31,60,0.08); border-color: rgba(201,168,76,0.35); }
.flow-arrow-wrap {
  display: flex; align-items: center; justify-content: center;
  width: 48px; flex-shrink: 0;
  color: var(--gold); font-size: 22px; font-weight: 300;
}
.step-num {
  font-family: 'Playfair Display', serif;
  font-size: 40px; font-weight: 700;
  color: rgba(201,168,76,0.18); line-height: 1; margin-bottom: 14px;
}
.step-icon { font-size: 28px; margin-bottom: 14px; }
.step-title { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
.step-desc { font-size: 14px; color: var(--muted); line-height: 1.75; flex: 1; }
.step-tag {
  display: inline-block; margin-top: 18px;
  background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.25);
  color: #7a5e1a; font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 100px;
}
.flow-step.adn { background: var(--navy); border-color: var(--gold); }
.flow-step.adn .step-num { color: rgba(201,168,76,0.3); }
.flow-step.adn .step-title { color: var(--white); }
.flow-step.adn .step-desc { color: rgba(255,255,255,0.6); }
.flow-step.adn .step-tag { background: rgba(201,168,76,0.15); border-color: rgba(201,168,76,0.4); color: var(--gold-lt); }

/* ── WHY US ── */
#why { padding: 96px 5%; background: var(--white); }
.why-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: center; }
.why-body { font-size: 15.5px; font-weight: 400; color: var(--text); line-height: 1.85; margin-top: 24px; }
.why-body p + p { margin-top: 14px; }
.why-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 36px; }
.pillar { border: 1px solid var(--border); border-radius: 10px; padding: 22px 20px; transition: border-color 0.2s, box-shadow 0.2s; }
.pillar:hover { border-color: rgba(201,168,76,0.35); box-shadow: 0 4px 18px rgba(13,31,60,0.06); }
.pillar-icon { font-size: 24px; margin-bottom: 10px; }
.pillar-title { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.pillar-desc { font-size: 13px; color: var(--muted); line-height: 1.65; }
.why-visual {
  background: var(--navy); border-radius: 14px;
  padding: 48px 40px; display: flex; flex-direction: column; gap: 0;
  position: relative; overflow: hidden;
}
.why-visual::before {
  content: ''; position: absolute; top: -50px; right: -50px;
  width: 200px; height: 200px; border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.1);
}
.vis-label { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; }
.vis-party { display: flex; align-items: flex-start; gap: 14px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.vis-party:last-of-type { border-bottom: none; padding-bottom: 0; }
.vis-icon { width: 38px; height: 38px; flex-shrink: 0; background: rgba(201,168,76,0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.vis-party-title { font-size: 14px; font-weight: 600; color: var(--white); margin-bottom: 4px; }
.vis-party-sub { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.55; }

/* ── SERVICES ── */
#services { padding: 96px 5%; background: var(--off); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.service-card { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 32px 28px; transition: box-shadow 0.2s, border-color 0.2s, transform 0.15s; }
.service-card:hover { box-shadow: 0 8px 28px rgba(13,31,60,0.08); border-color: rgba(201,168,76,0.35); transform: translateY(-2px); }
.sc-icon { font-size: 28px; margin-bottom: 16px; }
.sc-title { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
.sc-desc { font-size: 14px; color: var(--muted); line-height: 1.75; }

/* ── CATEGORIES ── */
#categories { padding: 96px 5%; background: var(--white); }
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1100px; margin: 0 auto; }
.cat-card { background: var(--off); border: 1px solid var(--border); border-radius: 10px; padding: 28px 22px; text-align: center; transition: border-color 0.2s, background 0.2s; }
.cat-card:hover { border-color: rgba(201,168,76,0.4); background: rgba(201,168,76,0.04); }
.cat-icon { font-size: 32px; margin-bottom: 12px; }
.cat-title { font-size: 15px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.cat-sub { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ── TRUST ── */
#trust { padding: 72px 5%; background: var(--navy); }
.trust-row { display: flex; justify-content: center; gap: 64px; flex-wrap: wrap; max-width: 900px; margin: 0 auto; }
.trust-item { text-align: center; }
.trust-num { font-family: 'Playfair Display', serif; font-size: 38px; font-weight: 700; color: var(--gold); }
.trust-lbl { font-size: 13px; color: rgba(255,255,255,0.45); margin-top: 4px; letter-spacing: 0.06em; text-transform: uppercase; }

/* ── CONTACT ── */
#contact { padding: 96px 5%; background: var(--off); }
.contact-wrap { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 24px; margin-top: 32px; }
.ci { display: flex; gap: 14px; align-items: flex-start; }
.ci-icon { width: 40px; height: 40px; flex-shrink: 0; background: var(--navy); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.ci-label { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.ci-val { font-size: 14px; color: var(--text); line-height: 1.6; }
.ci-val a { color: var(--text); text-decoration: none; }
.ci-val a:hover { color: var(--gold); }
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.fg { display: flex; flex-direction: column; gap: 5px; }
.fg label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.fg input, .fg textarea, .fg select {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: 6px; padding: 11px 13px;
  font-family: 'Inter', sans-serif; font-size: 14px; color: var(--text);
  outline: none; transition: border-color 0.2s;
}
.fg input:focus, .fg textarea:focus, .fg select:focus { border-color: var(--gold); }
.fg textarea { resize: vertical; min-height: 96px; }
.fg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-btn {
  background: var(--navy); color: var(--white);
  border: none; border-radius: 4px; padding: 13px 28px;
  font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600;
  cursor: pointer; letter-spacing: 0.04em;
  transition: background 0.2s; align-self: flex-start;
}
.form-btn:hover { background: var(--navy2); }

/* ── FOOTER ── */
footer {
  background: var(--navy); padding: 36px 5%;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  border-top: 1px solid rgba(201,168,76,0.14);
}
.footer-brand-name { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 600; color: var(--white); }
.footer-tagline { font-size: 12px; color: rgba(255,255,255,0.3); margin-top: 3px; letter-spacing: 0.06em; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.25); }
.footer-reg { font-size: 11px; color: rgba(255,255,255,0.2); text-align: right; line-height: 1.7; }

/* ── RESPONSIVE: TABLET (max 1000px) ── */
@media (max-width: 1000px) {
  .flow-track { flex-direction: column; gap: 0; }
  .flow-arrow-wrap { transform: rotate(90deg); width: 100%; height: 40px; }
  .why-inner { grid-template-columns: 1fr; gap: 48px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .cat-grid { grid-template-columns: 1fr 1fr; }
  .contact-wrap { grid-template-columns: 1fr; gap: 40px; }
}

/* ── RESPONSIVE: MOBILE (max 700px) ── */
@media (max-width: 700px) {

  /* Nav */
  .nav-links { display: none; }
  nav { padding: 0 4%; }

  /* Coming soon banner — wrap text on mobile */
  .coming-banner { font-size: 12px; padding: 8px 4%; line-height: 1.5; }
  .coming-banner span { display: block; margin-left: 0; margin-top: 2px; }

  /* Hero */
  #hero { padding: 160px 4% 64px; }
  .hero-title { font-size: clamp(32px, 9vw, 48px); }
  .hero-sub { font-size: 16px; }
  .hero-btns { flex-direction: column; gap: 12px; }
  .btn-gold, .btn-ghost { width: 100%; text-align: center; padding: 14px 20px; }
  .hero-circle { width: 300px; height: 300px; right: -100px; }

  /* Sections padding */
  #how, #why, #services, #categories, #contact { padding: 64px 4%; }
  #trust { padding: 56px 4%; }

  /* Section headers */
  .section-header { margin-bottom: 40px; }
  .section-sub { font-size: 15px; }

  /* How it works */
  .flow-step { padding: 28px 22px; }
  .step-num { font-size: 32px; }

  /* Why us */
  .why-pillars { grid-template-columns: 1fr; gap: 14px; }
  .why-visual { padding: 32px 24px; }

  /* Services */
  .services-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-card { padding: 26px 22px; }

  /* Categories */
  .cat-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .cat-card { padding: 22px 16px; }
  .cat-icon { font-size: 26px; }

  /* Trust */
  .trust-row { gap: 28px; }
  .trust-num { font-size: 28px; }

  /* Contact */
  .contact-wrap { gap: 32px; }
  .fg-row { grid-template-columns: 1fr; }
  .form-btn { width: 100%; text-align: center; }

  /* Footer */
  footer { flex-direction: column; text-align: center; gap: 12px; padding: 28px 4%; }
  .footer-reg { text-align: center; }
}

/* ── RESPONSIVE: SMALL MOBILE (max 400px) ── */
@media (max-width: 400px) {
  .cat-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: 30px; }
  .nav-name { font-size: 14px; }
  .nav-logo { width: 32px; height: 32px; font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }