:root {
  --bg: #101014;
  --bg-soft: #18181d;
  --panel: #202028;
  --panel-strong: #272730;
  --text: #f7f3ea;
  --muted: #b9b3a8;
  --line: rgba(226, 180, 74, 0.22);
  --gold: #e8b846;
  --gold-strong: #ffd15b;
  --black: #08080a;
  --danger: #ff6b6b;
  --success: #6ee7a7;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 72px);
  background: rgba(16, 16, 20, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  font-size: 24px;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 18px;
}

.brand small {
  color: var(--muted);
  font-size: 13px;
}

.nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
}

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

.header-call {
  flex: 0 0 auto;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--black);
  font-weight: 800;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 720px;
  padding: clamp(84px, 10vw, 140px) clamp(20px, 5vw, 72px) 72px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(16, 16, 20, 0.94), rgba(16, 16, 20, 0.74)),
    url("https://images.unsplash.com/photo-1601597111158-2fceff292cdc?auto=format&fit=crop&w=1800&q=80") center/cover;
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 220px;
  background: linear-gradient(180deg, transparent, var(--bg));
  z-index: -1;
}

.hero-content {
  max-width: 840px;
  min-width: 0;
}

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

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

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(42px, 7vw, 84px);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(18px, 2.2vw, 22px);
}

.hero-actions,
.map-details {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 8px;
  font-weight: 800;
}

.button.primary {
  background: var(--gold);
  color: var(--black);
}

.button.secondary {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.rate-panel {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(20, 20, 25, 0.86);
  box-shadow: var(--shadow);
}

.status-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--muted);
  font-weight: 700;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--muted);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.08);
}

.status-dot.open {
  background: var(--success);
  box-shadow: 0 0 0 5px rgba(110, 231, 167, 0.13);
}

.status-dot.closed {
  background: var(--danger);
  box-shadow: 0 0 0 5px rgba(255, 107, 107, 0.13);
}

.rate-panel h2 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.1;
}

.rate-panel p {
  color: var(--muted);
}

.rate-panel a {
  display: inline-block;
  margin-top: 10px;
  color: var(--gold-strong);
  font-size: 26px;
  font-weight: 900;
}

.stars {
  --rating: 0;
  display: inline-block;
  font-family: "Segoe UI Symbol", "Apple Color Emoji", "Times New Roman", serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 3px;
}

.stars::before {
  content: "★★★★★";
  background: linear-gradient(
    90deg,
    var(--gold-strong) calc(var(--rating) / 5 * 100%),
    rgba(255, 255, 255, 0.26) calc(var(--rating) / 5 * 100%)
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.google-rating {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  padding: 14px 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(20, 20, 25, 0.72);
  box-shadow: var(--shadow);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.google-rating:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}

.google-g {
  flex: 0 0 auto;
}

.google-rating-main {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.google-rating-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.google-rating-score {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  color: var(--gold-strong);
}

.google-rating-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.google-rating--wide {
  display: flex;
  width: fit-content;
  margin: 34px auto 0;
  padding: 18px 30px;
  gap: 18px;
}

.google-rating--wide .stars {
  font-size: 24px;
}

.google-rating--wide .google-rating-score {
  font-size: 36px;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 clamp(20px, 5vw, 72px);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
  transform: translateY(-32px);
}

.trust-band div {
  padding: 24px;
  background: var(--bg-soft);
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band span {
  margin-top: 6px;
  color: var(--muted);
}

.section {
  padding: 84px clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.section h2 {
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.06;
}

.currency-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1040px;
  margin: 0 auto;
}

.currency-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, var(--panel), var(--panel-strong));
}

.flag {
  display: block;
  margin-bottom: 22px;
}

.flag svg {
  display: block;
  width: 66px;
  height: 44px;
}

.currency-card strong,
.currency-card small {
  display: block;
}

.currency-card strong {
  color: var(--gold-strong);
  font-size: 28px;
}

.currency-card small {
  color: var(--muted);
}

.notice {
  max-width: 880px;
  margin: 28px auto 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(232, 184, 70, 0.1);
}

.notice strong {
  color: var(--gold-strong);
}

.notice p {
  margin: 8px 0 0;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.75fr);
  gap: clamp(28px, 5vw, 72px);
  background: var(--bg-soft);
}

.split p {
  color: var(--muted);
  font-size: 18px;
}

.info-stack {
  display: grid;
  gap: 16px;
}

.info-stack article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.info-stack span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--gold);
  font-weight: 900;
}

.info-stack strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}

.location {
  background: var(--bg);
}

.map-shell {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.map-shell iframe {
  width: 100%;
  height: 430px;
  border: 0;
  display: block;
}

.map-details {
  align-items: center;
  justify-content: space-between;
  padding: 24px;
}

.map-details strong,
.map-details span {
  display: block;
}

.map-details span {
  margin-top: 4px;
  color: var(--muted);
}

.faq-section {
  background: var(--bg-soft);
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 880px;
  margin: 0 auto;
}

.faq-item {
  padding: 22px 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-size: 19px;
  font-weight: 800;
  color: var(--gold-strong);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  margin-left: 16px;
  color: var(--gold);
  font-weight: 900;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 14px 0 0;
  color: var(--muted);
}

.contact-section {
  background: linear-gradient(180deg, var(--bg-soft), var(--bg));
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.contact-grid > * {
  min-width: 0;
}

.contact-card,
.hours-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.phone-card {
  background: var(--gold);
  color: var(--black);
}

.contact-card span,
.contact-card strong,
.contact-card small {
  display: block;
}

.contact-card span {
  margin-bottom: 16px;
  font-weight: 800;
  opacity: 0.76;
}

.contact-card strong {
  font-size: 25px;
}

.contact-card small {
  margin-top: 10px;
  color: inherit;
  opacity: 0.72;
}

.hours-card h3 {
  margin-bottom: 18px;
  font-size: 24px;
}

dl,
dt,
dd {
  margin: 0;
}

.hours-card dl {
  display: grid;
  gap: 10px;
}

.hours-card div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hours-card dt {
  color: var(--muted);
}

.hours-card dd {
  color: var(--gold-strong);
  font-weight: 900;
}

.hours-card .closed {
  color: var(--danger);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 32px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: var(--black);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer span {
  margin-top: 4px;
  color: var(--muted);
}

.site-footer a {
  color: var(--gold-strong);
  font-weight: 900;
}

@media (max-width: 920px) {
  .site-header > * {
    min-width: 0;
  }

  .site-header {
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }

  .brand {
    justify-content: center;
  }

  .nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    order: 3;
    flex: 1 1 100%;
    gap: 12px;
  }

  .nav a {
    text-align: center;
  }

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

  .hero {
    min-height: 0;
    text-align: center;
  }

  .hero-content {
    max-width: 100%;
    margin: 0 auto;
  }

  .hero h1,
  .hero-copy {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .google-rating {
    align-self: center;
  }

  .trust-band,
  .currency-grid {
    grid-template-columns: 1fr;
  }

  .trust-band {
    transform: none;
    margin-top: 20px;
  }

  .trust-band div,
  .currency-card {
    text-align: center;
  }

  .currency-card .flag svg {
    margin: 0 auto;
  }

  .split {
    text-align: center;
  }

  .split .info-stack article {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 14px 18px;
    overflow: hidden;
  }

  .brand strong {
    font-size: 16px;
  }

  .header-call {
    width: 100%;
    text-align: center;
  }

  .nav {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    padding: 56px 18px 42px;
  }

  h1 {
    max-width: 100%;
    font-size: 36px;
    line-height: 1.08;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .hero-actions .button {
    width: 100%;
  }

  .rate-panel {
    width: 100%;
    text-align: center;
  }

  .rate-panel h2 {
    font-size: 25px;
  }

  .rate-panel .status-row {
    justify-content: center;
  }

  .section {
    padding: 62px 18px;
  }

  .rate-panel,
  .currency-card,
  .notice,
  .contact-card,
  .hours-card {
    padding: 22px;
  }

  .notice,
  .contact-card {
    text-align: center;
  }

  .map-details {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .map-details .button {
    width: 100%;
  }

  .map-shell iframe {
    height: 330px;
  }

  .google-rating,
  .google-rating--wide {
    width: 100%;
    justify-content: center;
    text-align: left;
  }

  .site-footer {
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
}
