:root {
  --gm-home-black: #05080c;
  --gm-home-panel: #0a0e13;
  --gm-home-panel-2: #0f141b;
  --gm-home-gold: #c99b43;
  --gm-home-gold-bright: #e2b85d;
  --gm-home-ivory: #f3efe6;
  --gm-home-muted: #a8a6a1;
  --gm-home-line: rgba(201, 155, 67, .36);
  --gm-home-soft-line: rgba(255,255,255,.09);
  --gm-home-shell: 1480px;
  --gm-home-serif: Georgia, "Times New Roman", serif;
}

body.gm-home-premium {
  background: var(--gm-home-black);
  color: var(--gm-home-ivory);
}

body.gm-home-premium .gm-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.gm-home-premium .gm-pwa-install {
  margin-top: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  max-width: none;
  width: 100%;
}

.gm-home-shell {
  width: min(var(--gm-home-shell), calc(100% - 64px));
  margin: 0 auto;
}

.gm-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

/* Header */
.gm-premium-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(4,7,10,.96);
  border-bottom: 1px solid rgba(201,155,67,.26);
  backdrop-filter: blur(18px);
}

.gm-premium-header .gm-header-inner {
  width: min(var(--gm-home-shell), calc(100% - 64px));
  min-height: 78px;
  gap: 26px;
}

.gm-premium-header .gm-brand-image {
  flex: 0 0 auto;
  width: clamp(220px, 19vw, 330px);
}

.gm-premium-header .gm-brand-image img {
  display: block;
  width: 100%;
  height: auto;
}

.gm-premium-header .gm-nav {
  margin-left: auto;
  gap: 5px;
}

.gm-premium-header .gm-nav a {
  border-radius: 4px;
  padding: 11px 13px;
  color: #d8d5cf;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  white-space: nowrap;
}

.gm-premium-header .gm-nav a:hover,
.gm-premium-header .gm-nav a:focus-visible {
  color: var(--gm-home-gold-bright);
  background: rgba(255,255,255,.04);
}

.gm-premium-header .gm-nav-open-account,
.gm-premium-header .gm-nav-login {
  border: 1px solid var(--gm-home-line);
  min-width: 132px;
  text-align: center;
}

.gm-premium-header .gm-nav-open-account {
  color: var(--gm-home-gold-bright) !important;
  margin-left: 10px;
}

.gm-premium-header .gm-nav-login {
  border-color: rgba(255,255,255,.16);
  color: var(--gm-home-ivory) !important;
}

/* Hero */
.gm-home-hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border-bottom: 1px solid var(--gm-home-line);
  isolation: isolate;
}

.gm-home-hero-picture,
.gm-home-hero-picture img,
.gm-home-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gm-home-hero-picture img {
  object-fit: cover;
  object-position: center;
}

.gm-home-hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3,6,9,.98) 0%, rgba(3,6,9,.93) 22%, rgba(3,6,9,.48) 49%, rgba(3,6,9,.08) 75%, rgba(3,6,9,.32) 100%),
    linear-gradient(180deg, rgba(3,6,9,.06) 0%, rgba(3,6,9,.04) 70%, rgba(3,6,9,.72) 100%);
}

.gm-home-wall-emblem {
  position: absolute;
  z-index: 2;
  right: clamp(30px, 4vw, 84px);
  top: 50%;
  width: clamp(190px, 17vw, 290px);
  height: auto;
  transform: translateY(-50%);
  opacity: .96;
  filter: drop-shadow(0 22px 40px rgba(0,0,0,.6));
  border-radius: 2px;
  mix-blend-mode: screen;
}

.gm-home-hero-content {
  position: relative;
  z-index: 3;
  min-height: 610px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 68px 0 58px;
}

.gm-home-kicker {
  margin: 0 0 10px;
  color: var(--gm-home-gold-bright);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .15em;
}

.gm-home-hero h1 {
  max-width: 680px;
  margin: 0;
  color: #f6f2e9;
  font-family: var(--gm-home-serif);
  font-size: clamp(56px, 5.5vw, 96px);
  font-weight: 400;
  line-height: .97;
  letter-spacing: -.035em;
  text-wrap: balance;
  text-shadow: 0 8px 32px rgba(0,0,0,.55);
}

.gm-home-gold-rule {
  display: block;
  width: 58px;
  height: 2px;
  margin: 20px 0 22px;
  background: var(--gm-home-gold-bright);
}

.gm-home-hero-copy {
  margin: 0 0 28px;
  color: #d6d3cc;
  font-size: clamp(17px, 1.45vw, 23px);
  line-height: 1.45;
}

.gm-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.gm-home-button {
  min-height: 54px;
  min-width: 210px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 22px;
  border: 1px solid var(--gm-home-gold);
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .075em;
  font-size: 12px;
  font-weight: 800;
  transition: transform .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease;
}

.gm-home-button:hover,
.gm-home-button:focus-visible {
  transform: translateY(-2px);
}

.gm-home-button-gold {
  color: #15100a;
  background: linear-gradient(135deg, #efca75, #b67e25);
  box-shadow: 0 12px 35px rgba(190,139,48,.2);
}

.gm-home-button-outline {
  color: #f0ede6;
  background: rgba(2,5,8,.6);
}

.gm-home-button-outline:hover,
.gm-home-button-outline:focus-visible {
  color: var(--gm-home-gold-bright);
  background: rgba(10,14,19,.88);
}

/* Market rail */
.gm-market-rail {
  position: relative;
  z-index: 5;
  background: #080b0f;
  border-bottom: 1px solid rgba(201,155,67,.24);
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(201,155,67,.45) transparent;
}

.gm-market-track {
  width: max-content;
  min-width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 auto;
}

.gm-market-item {
  min-width: 165px;
  padding: 13px 20px 12px;
  border-right: 1px solid rgba(255,255,255,.09);
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 8px;
  row-gap: 1px;
  align-items: center;
}

.gm-market-item span {
  grid-column: 1 / -1;
  color: #d7d4ce;
  font-size: 11px;
  font-weight: 700;
}

.gm-market-item strong {
  color: #f5f1e8;
  font-size: 14px;
  font-weight: 650;
}

.gm-market-item small {
  font-size: 10px;
  font-weight: 800;
}
.gm-market-item small.is-up { color: #63c976; }
.gm-market-item small.is-down { color: #e56a61; }
.gm-market-item small.is-neutral { color: #8e948e; }

/* Generic section */
.gm-home-section {
  padding: 52px 0;
  background: #070a0e;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.gm-section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.gm-section-heading-row h2,
.gm-banking-main h2,
.gm-why-heading h2 {
  margin: 0;
  color: #f2eee6;
  font-family: var(--gm-home-serif);
  font-weight: 400;
  line-height: 1.05;
}

.gm-section-heading-row h2 {
  max-width: 560px;
  font-size: clamp(38px, 4vw, 62px);
}

.gm-news-status-wrap {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #a6a7a6;
  font-size: 12px;
}

.gm-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #59c36d;
  box-shadow: 0 0 0 5px rgba(89,195,109,.11);
  animation: gmPulse 1.9s ease-in-out infinite;
}

@keyframes gmPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(.72); opacity: .62; }
}

.gm-news-region-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.gm-news-region-tabs button {
  appearance: none;
  border: 1px solid rgba(255,255,255,.1);
  background: transparent;
  color: #969a9e;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
}

.gm-news-region-tabs button.is-active,
.gm-news-region-tabs button:hover,
.gm-news-region-tabs button:focus-visible {
  color: var(--gm-home-gold-bright);
  border-color: var(--gm-home-line);
  background: rgba(201,155,67,.08);
}

.gm-intelligence-grid {
  display: grid;
  grid-template-columns: 1.55fr repeat(3, minmax(0, .72fr));
  gap: 14px;
}

.gm-featured-news,
.gm-news-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201,155,67,.25);
  background: #0c1015;
  min-height: 350px;
}

.gm-featured-news img,
.gm-news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.gm-featured-news:hover img,
.gm-news-card:hover img {
  transform: scale(1.035);
}

.gm-news-card-shade,
.gm-news-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,7,10,.03) 15%, rgba(4,7,10,.92) 66%, rgba(4,7,10,.98) 100%);
  pointer-events: none;
}

.gm-featured-news .gm-news-card-shade {
  background: linear-gradient(90deg, rgba(4,7,10,.08) 0%, rgba(4,7,10,.18) 35%, rgba(4,7,10,.92) 100%), linear-gradient(180deg, transparent 45%, rgba(4,7,10,.9) 100%);
}

.gm-news-card-content {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  padding: 22px;
}

.gm-featured-news .gm-news-card-content {
  left: 46%;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(90deg, transparent, rgba(4,7,10,.72) 16%, rgba(4,7,10,.94) 70%);
}

.gm-news-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 9px;
  color: var(--gm-home-gold-bright);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.gm-news-card h3,
.gm-featured-news h3 {
  margin: 0 0 9px;
  color: #f1eee7;
  font-family: var(--gm-home-serif);
  font-weight: 400;
  line-height: 1.13;
}

.gm-featured-news h3 { font-size: clamp(26px, 2vw, 38px); }
.gm-news-card h3 { font-size: 22px; }

.gm-news-card p,
.gm-featured-news p {
  margin: 0 0 13px;
  color: #c1c0bc;
  font-size: 13px;
  line-height: 1.45;
}

.gm-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  color: #929691;
  font-size: 10px;
}

.gm-news-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 14px;
  color: var(--gm-home-gold-bright);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.gm-news-attribution {
  margin: 16px 0 0;
  color: #777c80;
  font-size: 11px;
}

/* Banking */
.gm-banking-section { padding-top: 18px; }
.gm-banking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.gm-banking-card {
  min-height: 210px;
  display: grid;
  grid-template-columns: auto 1fr 220px;
  gap: 24px;
  align-items: center;
  padding: 28px;
  background: linear-gradient(135deg, rgba(16,20,25,.98), rgba(7,10,14,.98));
  border: 1px solid var(--gm-home-line);
}

.gm-banking-icon,
.gm-line-icon {
  color: var(--gm-home-gold-bright);
  border: 1px solid rgba(201,155,67,.5);
  display: grid;
  place-items: center;
}

.gm-banking-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  font-size: 30px;
}

.gm-banking-main h2 {
  font-size: clamp(30px, 2.8vw, 46px);
  margin-bottom: 13px;
}

.gm-banking-main ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gm-banking-main li {
  position: relative;
  padding-left: 17px;
  color: #b9bab8;
  font-size: 12px;
}

.gm-banking-main li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gm-home-gold-bright);
}

.gm-banking-fee {
  align-self: stretch;
  border-left: 1px solid rgba(201,155,67,.28);
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gm-banking-fee span,
.gm-banking-fee small {
  text-transform: uppercase;
  letter-spacing: .1em;
}

.gm-banking-fee span { color: var(--gm-home-gold-bright); font-size: 10px; font-weight: 800; }
.gm-banking-fee small { color: #a3a4a1; font-size: 10px; }
.gm-banking-fee strong {
  margin: 4px 0 15px;
  color: var(--gm-home-gold-bright);
  font-family: var(--gm-home-serif);
  font-size: 34px;
  font-weight: 400;
}

.gm-banking-fee a {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border: 1px solid var(--gm-home-line);
  color: var(--gm-home-gold-bright);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 9px;
  font-weight: 800;
}

/* Why */
.gm-why-section { padding: 34px 0; }
.gm-why-grid {
  display: grid;
  grid-template-columns: 170px repeat(4, 1fr);
  gap: 0;
  align-items: stretch;
}

.gm-why-heading,
.gm-why-grid article {
  padding: 10px 26px;
  border-right: 1px solid rgba(255,255,255,.08);
}

.gm-why-heading { padding-left: 0; }
.gm-why-heading h2 { font-size: 30px; text-transform: uppercase; letter-spacing: .06em; }
.gm-why-heading .gm-home-gold-rule { margin: 12px 0 0; width: 32px; }

.gm-why-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
}

.gm-why-grid article:last-child { border-right: 0; }
.gm-line-icon { width: 48px; height: 48px; border-radius: 50%; font-size: 21px; flex: none; }
.gm-why-grid h3 { margin: 0 0 5px; font-family: var(--gm-home-serif); font-size: 20px; font-weight: 400; }
.gm-why-grid p { margin: 0; color: #9fa2a0; font-size: 12px; line-height: 1.45; }

/* Security and support */
.gm-security-support { padding: 0 0 38px; }
.gm-security-support-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  border: 1px solid var(--gm-home-line);
  background: #0a0e13;
}

.gm-security-block,
.gm-support-block { padding: 22px 26px; }
.gm-security-block { border-right: 1px solid var(--gm-home-line); }
.gm-strip-title { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.gm-strip-title .gm-line-icon { width: 38px; height: 38px; font-size: 16px; }
.gm-strip-title strong { color: var(--gm-home-gold-bright); text-transform: uppercase; letter-spacing: .08em; font-size: 11px; }

.gm-security-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 22px;
}

.gm-security-block li {
  position: relative;
  padding-left: 16px;
  color: #b4b6b4;
  font-size: 11px;
}
.gm-security-block li::before { content: "•"; position: absolute; left: 0; color: var(--gm-home-gold-bright); }

.gm-support-links { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.gm-support-links a {
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 0 15px;
  color: #dedbd4;
  text-decoration: none;
  border-left: 1px solid rgba(255,255,255,.08);
  font-size: 11px;
}
.gm-support-links a:first-child { border-left: 0; }
.gm-support-links a:hover { color: var(--gm-home-gold-bright); background: rgba(201,155,67,.04); }
.gm-support-links small { color: #85898d; font-size: 9px; }

/* Disclosure + footer */
.gm-internal-disclosure {
  background: #05080b;
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(201,155,67,.2);
}
.gm-internal-disclosure .gm-home-shell {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #8f9497;
  font-size: 11px;
}
.gm-internal-disclosure strong { color: var(--gm-home-gold-bright); }
.gm-internal-disclosure a { margin-left: auto; color: var(--gm-home-gold-bright); text-decoration: none; white-space: nowrap; }

.gm-premium-footer { background: #05080b; border-top: 0; }
.gm-premium-footer-inner {
  width: min(var(--gm-home-shell), calc(100% - 64px));
  margin: 0 auto;
  min-height: 110px;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 24px 0;
}
.gm-footer-brand img { display: block; width: 220px; height: auto; }
.gm-premium-footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 22px; }
.gm-premium-footer nav a { color: #9b9fa1; text-decoration: none; font-size: 10px; }
.gm-premium-footer nav a:hover { color: var(--gm-home-gold-bright); }
.gm-premium-footer small { color: #73787c; white-space: nowrap; font-size: 10px; }

/* Responsive */
@media (max-width: 1260px) {
  .gm-premium-header .gm-nav a { padding-inline: 9px; font-size: 10px; }
  .gm-premium-header .gm-brand-image { width: 235px; }
  .gm-intelligence-grid { grid-template-columns: 1.45fr repeat(3, minmax(0, .76fr)); }
  .gm-banking-card { grid-template-columns: auto 1fr 190px; }
  .gm-why-grid { grid-template-columns: 140px repeat(2, 1fr); row-gap: 24px; }
  .gm-why-heading { grid-row: 1 / span 2; }
  .gm-why-grid article:nth-of-type(2) { border-right: 0; }
}

@media (max-width: 1020px) {
  .gm-home-shell,
  .gm-premium-header .gm-header-inner,
  .gm-premium-footer-inner { width: min(100% - 32px, var(--gm-home-shell)); }

  .gm-home-wall-emblem { display: none; }
  .gm-home-hero-shade {
    background:
      linear-gradient(90deg, rgba(3,6,9,.97) 0%, rgba(3,6,9,.86) 42%, rgba(3,6,9,.28) 72%, rgba(3,6,9,.4) 100%),
      linear-gradient(180deg, transparent 55%, rgba(3,6,9,.74) 100%);
  }
  .gm-intelligence-grid { grid-template-columns: 1.25fr 1fr; }
  .gm-featured-news { grid-row: span 2; }
  .gm-news-card { min-height: 260px; }
  .gm-featured-news .gm-news-card-content { left: 30%; }
  .gm-banking-grid { grid-template-columns: 1fr; }
  .gm-banking-card { grid-template-columns: auto 1fr 220px; }
  .gm-security-support-grid { grid-template-columns: 1fr; }
  .gm-security-block { border-right: 0; border-bottom: 1px solid var(--gm-home-line); }
  .gm-premium-footer-inner { grid-template-columns: 210px 1fr; }
  .gm-premium-footer small { grid-column: 1 / -1; text-align: center; }
}

@media (max-width: 860px) {
  .gm-premium-header .gm-header-inner { min-height: 70px; }
  .gm-premium-header .gm-brand-image { width: 230px; }
  .gm-premium-header .gm-nav {
    top: 70px;
    left: 12px;
    right: 12px;
    padding: 14px;
    border-radius: 4px;
    background: rgba(4,7,10,.99);
    border-color: var(--gm-home-line);
  }
  .gm-premium-header .gm-nav a { font-size: 12px; padding: 13px 14px; }
  .gm-premium-header .gm-nav-open-account { margin-left: 0; }
  .gm-premium-header .gm-nav-open-account,
  .gm-premium-header .gm-nav-login { text-align: left; }

  .gm-home-hero,
  .gm-home-hero-content { min-height: 720px; }
  .gm-home-hero-picture img { object-position: 62% center; }
  .gm-home-hero-shade {
    background:
      linear-gradient(180deg, rgba(3,6,9,.48) 0%, rgba(3,6,9,.28) 26%, rgba(3,6,9,.83) 62%, rgba(3,6,9,.98) 100%),
      linear-gradient(90deg, rgba(3,6,9,.72) 0%, rgba(3,6,9,.12) 74%);
  }
  .gm-home-hero-content { justify-content: flex-end; padding-bottom: 52px; }
  .gm-home-hero h1 { max-width: 610px; font-size: clamp(46px, 10vw, 72px); }
  .gm-home-hero-copy { font-size: 17px; }

  .gm-section-heading-row { align-items: flex-start; flex-direction: column; }
  .gm-intelligence-grid { grid-template-columns: 1fr 1fr; }
  .gm-featured-news { grid-column: 1 / -1; grid-row: auto; min-height: 380px; }
  .gm-featured-news .gm-news-card-content { left: 40%; }
  .gm-news-card:last-child { grid-column: 1 / -1; }

  .gm-banking-card { grid-template-columns: auto 1fr; }
  .gm-banking-fee { grid-column: 1 / -1; border-left: 0; border-top: 1px solid rgba(201,155,67,.28); padding: 20px 0 0; align-items: flex-start; text-align: left; }
  .gm-banking-fee a { max-width: 320px; }

  .gm-why-grid { grid-template-columns: 1fr 1fr; }
  .gm-why-heading { grid-column: 1 / -1; grid-row: auto; border-right: 0; padding: 0 0 10px; }
  .gm-why-grid article { padding: 18px 18px 18px 0; }
  .gm-why-grid article:nth-of-type(even) { border-right: 0; }

  .gm-support-links { grid-template-columns: 1fr 1fr; }
  .gm-support-links a:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.08); }
  .gm-support-links a:nth-child(4) { border-top: 1px solid rgba(255,255,255,.08); }

  .gm-internal-disclosure .gm-home-shell { align-items: flex-start; flex-direction: column; padding: 16px 0; gap: 6px; }
  .gm-internal-disclosure a { margin-left: 0; }

  .gm-premium-footer-inner { grid-template-columns: 1fr; text-align: center; }
  .gm-footer-brand { display: flex; justify-content: center; }
  .gm-premium-footer nav { justify-content: center; }
}

@media (max-width: 620px) {
  .gm-home-shell,
  .gm-premium-header .gm-header-inner,
  .gm-premium-footer-inner { width: min(100% - 22px, var(--gm-home-shell)); }
  .gm-premium-header .gm-brand-image { width: 205px; }

  .gm-home-hero,
  .gm-home-hero-content { min-height: 760px; }
  .gm-home-hero-picture img { object-position: 60% center; }
  .gm-home-hero-content { padding-bottom: 34px; }
  .gm-home-hero h1 { font-size: clamp(42px, 12vw, 62px); line-height: 1.02; }
  .gm-home-hero-copy br { display: none; }
  .gm-home-hero-actions { width: 100%; }
  .gm-home-button { width: 100%; min-width: 0; }

  .gm-market-item { min-width: 145px; padding-inline: 14px; }
  .gm-home-section { padding: 38px 0; }
  .gm-section-heading-row h2 { font-size: 40px; }

  .gm-news-region-tabs { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 5px; }
  .gm-news-region-tabs button { flex: none; }
  .gm-intelligence-grid { grid-template-columns: 1fr; }
  .gm-featured-news,
  .gm-news-card,
  .gm-news-card:last-child { grid-column: auto; min-height: 350px; }
  .gm-featured-news .gm-news-card-content { left: 0; top: auto; background: linear-gradient(180deg, transparent, rgba(4,7,10,.96) 40%); }
  .gm-news-card h3 { font-size: 24px; }

  .gm-banking-card { grid-template-columns: 1fr; padding: 22px; }
  .gm-banking-icon { width: 60px; height: 60px; }
  .gm-banking-main ul { grid-template-columns: 1fr; }
  .gm-banking-fee { grid-column: auto; }
  .gm-banking-fee a { max-width: none; }

  .gm-why-grid { grid-template-columns: 1fr; }
  .gm-why-grid article,
  .gm-why-grid article:nth-of-type(even) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.07); padding: 18px 0; }
  .gm-why-grid article:last-child { border-bottom: 0; }

  .gm-security-block,
  .gm-support-block { padding: 20px; }
  .gm-security-block ul { grid-template-columns: 1fr; }
  .gm-support-links { grid-template-columns: 1fr; }
  .gm-support-links a,
  .gm-support-links a:nth-child(3),
  .gm-support-links a:nth-child(4) { border-left: 0; border-top: 1px solid rgba(255,255,255,.08); padding: 14px 0; min-height: auto; }
  .gm-support-links a:first-child { border-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .gm-live-dot { animation: none; }
  .gm-featured-news img,
  .gm-news-card img,
  .gm-home-button { transition: none; }
}
