:root {
  color-scheme: dark;
  --bg: #08060a;
  --bg-soft: #130f16;
  --panel: #19121c;
  --panel-2: #211725;
  --text: #fff8ec;
  --muted: #cfbdac;
  --gold: #d9a441;
  --gold-deep: #a46a1d;
  --cream: #fff2d8;
  --border: rgba(255, 221, 159, 0.18);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(217, 164, 65, 0.16), transparent 30rem),
    radial-gradient(circle at 75% 15%, rgba(105, 42, 95, 0.24), transparent 26rem),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--border);
  background: rgba(8, 6, 10, 0.82);
  backdrop-filter: blur(18px);
}

.nav-shell,
.section,
.site-footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

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

.brand,
.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 1px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: linear-gradient(135deg, var(--gold), #f8df95 45%, var(--gold-deep));
  color: #1a0d07;
  font-weight: 900;
  letter-spacing: -1px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
}

.nav-links a {
  text-decoration: none;
  font-size: 15px;
}

.nav-links a:hover {
  color: var(--cream);
}

.nav-cta {
  border: 1px solid rgba(217, 164, 65, 0.45);
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--cream) !important;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 10px 14px;
  background: transparent;
  color: var(--text);
}

.section {
  padding: 88px 0;
}

.hero {
  min-height: calc(100svh - 76px);
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.8fr);
  gap: 42px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.hero-text,
.section-heading p,
.about-panel p,
.offer-band p,
.contact-card p,
.policy-shell p {
  color: var(--muted);
}

.hero-text {
  max-width: 680px;
  font-size: 19px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--gold), #ffe8a1);
  color: #1a0d07;
}

.button-soft {
  border: 1px solid var(--border);
  color: var(--cream);
  background: rgba(255, 255, 255, 0.04);
}

.button-dark {
  background: #110c14;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--cream);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 34px 0 0;
}

.trust-strip div,
.collection-card,
.contact-card,
.service-list,
.about-panel,
.hero-card {
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow);
}

.trust-strip div {
  padding: 14px;
  border-radius: 18px;
}

.trust-strip dt {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.trust-strip dd {
  margin: 4px 0 0;
}

.hero-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 34px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), transparent 35%),
    radial-gradient(circle at 50% 10%, rgba(217, 164, 65, 0.28), transparent 14rem),
    linear-gradient(145deg, #24112c, #08060a 70%);
  z-index: -2;
}

.hero-card::after {
  content: "VethiQ";
  position: absolute;
  top: 80px;
  right: -26px;
  color: rgba(255, 255, 255, 0.06);
  font-size: 90px;
  font-weight: 900;
  transform: rotate(90deg);
  z-index: -1;
}

.gold-ring {
  position: absolute;
  inset: 36px;
  border: 1px solid rgba(217, 164, 65, 0.32);
  border-radius: 999px 999px 40px 40px;
}

.card-kicker {
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hero-card h2 {
  font-size: clamp(46px, 6vw, 72px);
  color: #ffe09a;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.42);
}

.mini-address {
  display: flex;
  gap: 12px;
  margin-top: 26px;
  color: var(--cream);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.collection-grid,
.visit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.collection-card,
.contact-card,
.service-list,
.about-panel {
  border-radius: 26px;
  padding: 26px;
}

.card-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: rgba(217, 164, 65, 0.12);
  color: var(--gold);
}

.offer-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid rgba(217, 164, 65, 0.28);
  border-radius: 32px;
  padding: 44px;
  background: linear-gradient(135deg, #d9a441, #fee9a8 44%, #8c5316);
  color: #1b0e07;
}

.offer-band .eyebrow,
.offer-band p {
  color: #3b2109;
}

.offer-band div {
  max-width: 760px;
}

.about {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 22px;
}

.service-list ul {
  padding-left: 20px;
  color: var(--muted);
}

.visit-grid {
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
}

.contact-card a,
.policy-shell a {
  color: #ffe09a;
}

.faq-grid,
.contact-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.faq-card,
.contact-proof-grid .contact-card {
  border: 1px solid var(--border);
  border-radius: 26px;
  padding: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow);
}

.faq-card p,
.contact-proof-grid p {
  color: var(--muted);
}

.contact-proof-grid h2 {
  margin-bottom: 10px;
  font-size: 23px;
  letter-spacing: -0.02em;
}

.contact-shell .map-actions {
  margin: 34px 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 38px 0 92px;
  color: var(--muted);
  border-top: 1px solid var(--border);
}

.site-footer p {
  margin: 6px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
}

.sticky-whatsapp {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 30;
  transform: translateX(-50%);
}

.sticky-whatsapp a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 12px 20px;
  background: #25d366;
  color: #07140b;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.simple-page {
  background: var(--bg);
}

.policy-shell {
  width: min(780px, calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0 80px;
}

.brand-link {
  margin-bottom: 34px;
  color: var(--gold);
  font-weight: 900;
}

.policy-shell h1 {
  font-size: clamp(36px, 5vw, 58px);
}

.policy-shell h2 {
  margin-top: 34px;
  font-size: 24px;
}

.muted {
  color: var(--muted);
}

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    inset: 76px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: #120d15;
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .hero,
  .about {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 48px;
  }

  .hero-card {
    min-height: 420px;
  }

  .collection-grid,
  .visit-grid,
  .faq-grid,
  .contact-proof-grid {
    grid-template-columns: 1fr;
  }

  .offer-band,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .section {
    padding: 58px 0;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .hero-card,
  .offer-band,
  .collection-card,
  .faq-card,
  .contact-card,
  .about-panel,
  .service-list {
    border-radius: 22px;
    padding: 22px;
  }

  .hero-actions,
  .map-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}
