:root {
  --dgv-canvas: #07070a;
  --dgv-gold: #d9b13b;
  --dgv-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

html { background: var(--dgv-canvas); }

body {
  background:
    radial-gradient(circle at 82% 8%, rgba(217, 177, 59, 0.055), transparent 28rem),
    radial-gradient(circle at 12% 45%, rgba(120, 105, 70, 0.035), transparent 34rem),
    var(--dgv-canvas);
}

body, button, input { font-feature-settings: "kern" 1, "liga" 1; }
main { overflow: clip; }
main > section { position: relative; }

main > section:not(#top)::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.012), transparent 34%);
  opacity: 0.7;
}

.font-display { letter-spacing: -0.025em; }
h1.font-display { text-wrap: balance; text-shadow: 0 1px 24px rgba(0, 0, 0, 0.26); }
h2.font-display { text-wrap: balance; }
.kicker { letter-spacing: 0.27em; }

header {
  border-bottom: 1px solid rgba(217, 177, 59, 0.1);
  background: linear-gradient(180deg, rgba(7, 7, 10, 0.92), rgba(7, 7, 10, 0.68)) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  backdrop-filter: blur(18px) saturate(125%);
}

header nav a:not(.btn-gold) { position: relative; }

header nav a:not(.btn-gold)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--dgv-gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 350ms var(--dgv-ease);
}

header nav a:not(.btn-gold):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.btn-gold {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 232, 154, 0.3);
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #f0d778 0%, #d8ad2d 55%, #b98c18 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 12px 30px rgba(180, 131, 20, 0.13);
  transition: transform 320ms var(--dgv-ease), box-shadow 320ms var(--dgv-ease), filter 320ms var(--dgv-ease);
}

.btn-gold::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.26) 48%, transparent 72%);
  transform: translateX(-130%);
  transition: transform 700ms var(--dgv-ease);
}

.btn-gold:hover {
  transform: translateY(-2px);
  filter: saturate(1.05) brightness(1.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    0 18px 42px rgba(180, 131, 20, 0.2);
}

.btn-gold:hover::before { transform: translateX(130%); }
.btn-gold:active { transform: translateY(0) scale(0.985); }

.btn-gold:focus-visible, button:focus-visible, a:focus-visible {
  outline: 2px solid #f1d269;
  outline-offset: 4px;
}

#top {
  background:
    radial-gradient(ellipse 48% 62% at 88% 20%, rgba(217, 177, 59, 0.085), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 42%);
}

#top > .relative.mx-auto { padding-bottom: 7.5rem; }

#top figure > div {
  position: relative;
  overflow: hidden;
  background: #0d0c0d;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.48),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

#top figure > div::after {
  content: "";
  position: absolute;
  inset: 8px;
  pointer-events: none;
  border: 1px solid rgba(255, 231, 153, 0.08);
  box-shadow: inset 0 -90px 90px -90px rgba(0, 0, 0, 0.86);
}

#top figure img {
  filter: saturate(0.88) contrast(1.03);
  transition: transform 900ms var(--dgv-ease), filter 900ms var(--dgv-ease);
}

#top figure:hover img {
  transform: scale(1.018);
  filter: saturate(0.98) contrast(1.05);
}

#top a[href="#why-dubai"] {
  border-color: rgba(217, 177, 59, 0.34);
  background: rgba(217, 177, 59, 0.025);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

section[code-path^="src/sections/StatsBar"] {
  background: linear-gradient(90deg, rgba(217, 177, 59, 0.03), rgba(255, 255, 255, 0.015), rgba(217, 177, 59, 0.03)) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025), inset 0 -1px rgba(255, 255, 255, 0.018);
}

section[code-path^="src/sections/StatsBar"] > div > div { position: relative; }

section[code-path^="src/sections/StatsBar"] > div > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18%;
  right: 0;
  width: 1px;
  height: 64%;
  background: linear-gradient(transparent, rgba(217, 177, 59, 0.28), transparent);
}

section[code-path^="src/sections/StatsBar"] .font-display {
  text-shadow: 0 8px 30px rgba(217, 177, 59, 0.12);
}

#why-dubai figure > div {
  overflow: hidden;
  background: #0b0b0d;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
}

#why-dubai figure img {
  filter: saturate(0.86) contrast(1.035);
  transition: transform 850ms var(--dgv-ease), filter 850ms var(--dgv-ease);
}

#why-dubai figure:hover img {
  transform: scale(1.025);
  filter: saturate(0.98) contrast(1.04);
}

#how {
  background:
    radial-gradient(circle at 80% 35%, rgba(217, 177, 59, 0.045), transparent 30rem),
    rgba(12, 12, 15, 0.72) !important;
}

#how [code-path="src/sections/HowItWorks.tsx:53:15"] {
  margin-bottom: 0.75rem;
  padding-top: 1.45rem;
  padding-right: 1.5rem;
  padding-bottom: 2.2rem;
  background: linear-gradient(90deg, rgba(217, 177, 59, 0.035), transparent 70%);
  transition: background 350ms var(--dgv-ease), transform 350ms var(--dgv-ease);
}

#how [code-path="src/sections/HowItWorks.tsx:53:15"]:hover {
  background: linear-gradient(90deg, rgba(217, 177, 59, 0.075), transparent 75%);
  transform: translateX(4px) !important;
}

#how [code-path="src/sections/HowItWorks.tsx:61:17"] {
  box-shadow: 0 0 0 5px rgba(217, 177, 59, 0.055);
}

#benefits {
  max-width: none;
  padding-right: max(2rem, calc((100vw - 1280px) / 2));
  padding-left: max(2rem, calc((100vw - 1280px) / 2));
  background:
    radial-gradient(circle at 16% 22%, rgba(217, 177, 59, 0.055), transparent 27rem),
    linear-gradient(180deg, #08080b, #07070a);
}

#benefits > .max-w-2xl { max-width: 50rem; }

#benefits > .mt-12 {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
}

#benefits [code-path="src/sections/Benefits.tsx:48:11"] {
  min-height: 184px;
  align-content: start;
  grid-template-columns: 3.25rem 1fr !important;
  gap: 0.7rem 1rem !important;
  padding: 1.8rem;
  border: 1px solid rgba(217, 177, 59, 0.16) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 58%),
    rgba(14, 14, 17, 0.7);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.02);
  transition: transform 400ms var(--dgv-ease), border-color 400ms var(--dgv-ease), background 400ms var(--dgv-ease);
}

#benefits [code-path="src/sections/Benefits.tsx:48:11"]:nth-child(1) { grid-column: span 7; }
#benefits [code-path="src/sections/Benefits.tsx:48:11"]:nth-child(2) { grid-column: span 5; }
#benefits [code-path="src/sections/Benefits.tsx:48:11"]:nth-child(3) { grid-column: span 4; }
#benefits [code-path="src/sections/Benefits.tsx:48:11"]:nth-child(4) { grid-column: span 8; }
#benefits [code-path="src/sections/Benefits.tsx:48:11"]:nth-child(5) { grid-column: span 6; }
#benefits [code-path="src/sections/Benefits.tsx:48:11"]:nth-child(6) { grid-column: span 6; }

#benefits [code-path="src/sections/Benefits.tsx:48:11"]:nth-child(1),
#benefits [code-path="src/sections/Benefits.tsx:48:11"]:nth-child(4) {
  background:
    radial-gradient(circle at 88% 20%, rgba(217, 177, 59, 0.095), transparent 40%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), transparent 58%),
    rgba(17, 16, 17, 0.82);
}

#benefits [code-path="src/sections/Benefits.tsx:48:11"]:hover {
  z-index: 1;
  transform: translateY(-4px) !important;
  border-color: rgba(217, 177, 59, 0.35) !important;
  background-color: rgba(22, 20, 18, 0.9);
}

#benefits [code-path="src/sections/Benefits.tsx:56:13"] {
  grid-column: 1;
  grid-row: 1 / span 2;
  font-size: 1.75rem;
  line-height: 1;
  color: rgba(217, 177, 59, 0.34);
}

#benefits [code-path="src/sections/Benefits.tsx:59:13"] {
  grid-column: 2;
  align-self: start;
  font-family: Playfair Display, Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.25;
}

#benefits [code-path="src/sections/Benefits.tsx:60:13"] {
  grid-column: 2;
  max-width: 40rem;
}

#payment {
  background:
    radial-gradient(circle at 78% 45%, rgba(217, 177, 59, 0.055), transparent 32rem),
    rgba(12, 12, 15, 0.74) !important;
}

#payment [code-path="src/sections/PaymentPlan.tsx:45:13"],
section[code-path^="src/sections/VisaGift"] [code-path="src/sections/VisaGift.tsx:55:13"],
section[code-path^="src/sections/WhoIsBehind"] [code-path="src/sections/WhoIsBehind.tsx:35:13"] {
  position: relative;
  overflow: hidden;
  border-color: rgba(217, 177, 59, 0.25) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 45%),
    rgba(13, 13, 16, 0.82);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.025);
}

#payment [code-path="src/sections/PaymentPlan.tsx:51:17"] {
  transition: background 300ms var(--dgv-ease), padding-left 300ms var(--dgv-ease);
}

#payment [code-path="src/sections/PaymentPlan.tsx:51:17"]:hover {
  padding-left: 1.9rem;
  background: rgba(217, 177, 59, 0.045);
}

section[code-path^="src/sections/VisaGift"] {
  background: radial-gradient(circle at 74% 42%, rgba(217, 177, 59, 0.045), transparent 30rem);
}

section[code-path^="src/sections/WhoIsBehind"] [code-path="src/sections/WhoIsBehind.tsx:35:13"] {
  background:
    radial-gradient(circle at 85% 12%, rgba(217, 177, 59, 0.12), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 48%),
    rgba(22, 20, 16, 0.72);
}

#eligibility {
  background:
    radial-gradient(circle at 50% 32%, rgba(217, 177, 59, 0.07), transparent 34rem),
    linear-gradient(180deg, rgba(13, 13, 16, 0.96), rgba(8, 8, 11, 0.98)) !important;
}

#eligibility > div { max-width: 54rem; }

#eligibility [code-path="src/sections/EligibilityChecker.tsx:98:9"] {
  position: relative;
  overflow: hidden;
  border-color: rgba(217, 177, 59, 0.3) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 35%),
    rgba(9, 9, 12, 0.88) !important;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.32), inset 0 1px rgba(255, 255, 255, 0.035);
}

#eligibility [code-path="src/sections/EligibilityChecker.tsx:98:9"]::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240, 211, 116, 0.7), transparent);
}

#eligibility button {
  border-color: rgba(217, 177, 59, 0.16) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018), transparent),
    rgba(17, 17, 20, 0.72) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.018);
  transition: transform 300ms var(--dgv-ease), border-color 300ms var(--dgv-ease), background 300ms var(--dgv-ease);
}

#eligibility button:hover {
  transform: translateX(4px);
  border-color: rgba(217, 177, 59, 0.42) !important;
  background: rgba(217, 177, 59, 0.065) !important;
}

#faq button {
  transition: color 250ms var(--dgv-ease), padding-left 300ms var(--dgv-ease);
}

#faq button:hover {
  padding-left: 0.45rem;
  color: #f3dc89;
}

section[code-path^="src/sections/FinalCta"]::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 42%, rgba(217, 177, 59, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(7, 7, 10, 0.08), rgba(7, 7, 10, 0.55));
}

section[code-path^="src/sections/FinalCta"] > div:not(.absolute) {
  position: relative;
  z-index: 1;
}

footer {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 40%),
    #07070a !important;
}

@media (max-width: 1023px) {
  #top > .relative.mx-auto { padding-bottom: 5rem; }
  #benefits { padding-right: 1.25rem; padding-left: 1.25rem; }
  #benefits [code-path="src/sections/Benefits.tsx:48:11"] { grid-column: span 6 !important; }
}

@media (max-width: 767px) {
  header { background: rgba(7, 7, 10, 0.9) !important; }
  main > section:not(#top)::before { opacity: 0.4; }
  #top > .relative.mx-auto {
    padding-top: 6.25rem;
    padding-bottom: 4.5rem;
  }
  #top h1 {
    font-size: 2.45rem;
    line-height: 1.08;
  }
  #top [code-path="src/sections/Hero.tsx:34:13"] {
    margin-top: 1.15rem;
    font-size: 1rem;
    line-height: 1.62;
  }
  #top [code-path="src/sections/Hero.tsx:44:13"] {
    margin-top: 0.75rem;
    font-size: 0.825rem;
    line-height: 1.55;
  }
  #top [code-path="src/sections/Hero.tsx:52:13"] { margin-top: 1.5rem; }
  #top [code-path="src/sections/Hero.tsx:65:13"] { margin-top: 0.65rem; }
  #top figure > div { box-shadow: 0 22px 48px rgba(0, 0, 0, 0.42); }
  section[code-path^="src/sections/StatsBar"] > div > div:not(:last-child)::after { display: none; }
  #how [code-path="src/sections/HowItWorks.tsx:53:15"] { padding-right: 0.5rem; }
  #benefits { padding-top: 5rem; padding-bottom: 5rem; }
  #benefits > .mt-12 { grid-template-columns: 1fr; gap: 10px; }
  #benefits [code-path="src/sections/Benefits.tsx:48:11"] {
    grid-column: 1 !important;
    min-height: auto;
    padding: 1.4rem;
  }
  #benefits [code-path="src/sections/Benefits.tsx:56:13"] { font-size: 1.35rem; }
  #eligibility [code-path="src/sections/EligibilityChecker.tsx:98:9"] {
    padding: 1.25rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  }
  #eligibility button { min-height: 3.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
