.global-home {
  background: #f7f7f2;
}

.global-home html,
html.global-home-page {
  scroll-padding-top: 88px;
}

.global-home #markets,
.global-home #stores,
.global-home #how-it-works,
.global-home #faq {
  scroll-margin-top: 88px;
}

.home-skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 7px;
  background: #20292c;
  color: #fff;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.home-skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

.home-site-header {
  background: rgba(247, 247, 242, 0.97);
}

.home-nav {
  min-height: 68px;
}

.home-nav-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.home-hero {
  position: relative;
  min-height: 455px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #d9e1dd;
  background:
    linear-gradient(90deg, rgba(247, 247, 242, 0.99) 0%, rgba(247, 247, 242, 0.96) 42%, rgba(247, 247, 242, 0.62) 68%, rgba(247, 247, 242, 0.16) 100%),
    url("promomondo-hero.webp") center right / cover no-repeat;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.34), transparent 45%);
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
}

.home-hero-copy {
  width: min(720px, 62%);
  padding: 62px 0 58px;
}

.home-hero-copy h1 {
  max-width: 690px;
  margin-bottom: 20px;
  font-size: clamp(2.65rem, 4.2vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.home-hero-lead {
  max-width: 650px;
  margin-bottom: 26px;
  color: #435052;
  font-size: 1.08rem;
}

.home-primary-action {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 19px;
  border-radius: 7px;
  background: #17845b;
  box-shadow: 0 12px 28px rgba(23, 132, 91, 0.2);
  color: #fff;
  font-weight: 800;
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.home-primary-action:hover {
  background: #0d5f41;
  box-shadow: 0 16px 30px rgba(13, 95, 65, 0.25);
  color: #fff;
  transform: translateY(-1px);
}

.home-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 22px 0 0;
  padding: 0;
  color: #435052;
  font-size: 0.9rem;
  list-style: none;
}

.home-proof-list li {
  position: relative;
  padding-left: 18px;
}

.home-proof-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #17845b;
  font-weight: 900;
}

.global-home .band {
  padding: 66px 0;
}

.home-section-head {
  margin-bottom: 28px;
}

.home-section-head > div {
  max-width: 780px;
}

.home-section-head .eyebrow,
.country-reason .eyebrow {
  margin-bottom: 7px;
}

.home-section-head h2,
.country-reason h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 3vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.home-section-head p:last-child,
.country-reason > div > p:last-child {
  max-width: 760px;
  color: #647174;
}

.market-grid {
  display: grid;
  max-width: 1040px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.market-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid #d9e1dd;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(29, 37, 40, 0.08);
}

.market-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #17845b, #46b489);
}

.market-card-head {
  display: flex;
  align-items: center;
  gap: 15px;
}

.market-card-head h3 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.15;
}

.market-code {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border-radius: 14px;
  background: #e7f5ee;
  color: #0d5f41;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.market-code-sa {
  background: #eaf1fa;
  color: #2368b4;
}

.market-region {
  margin: 0 0 3px;
  color: #647174;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.market-description {
  min-height: 50px;
  margin: 19px 0 15px;
  color: #435052;
}

.market-store-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 32px;
  margin-bottom: 20px;
}

.market-store-list span {
  padding: 5px 9px;
  border: 1px solid #d9e1dd;
  border-radius: 999px;
  background: #f7f7f2;
  color: #435052;
  font-size: 0.8rem;
  font-weight: 700;
}

.market-language-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.market-language-link {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  border: 1px solid #c9d8d1;
  border-radius: 8px;
  background: #f7fbf9;
  color: #1d2528;
  font-weight: 800;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.market-language-link:hover {
  border-color: #17845b;
  background: #17845b;
  color: #fff;
}

.market-directory-note {
  max-width: 800px;
  margin: 20px 0 0;
  color: #647174;
  font-size: 0.9rem;
}

.covered-store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.covered-store-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid #d9e1dd;
  border-radius: 12px;
  background: #fff;
}

.covered-store-head {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 15px;
}

.covered-store-head img {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  object-fit: contain;
}

.covered-store-head h3 {
  margin: 0;
  font-size: 1.15rem;
}

.store-market-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.store-market-links a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid #d9e1dd;
  border-radius: 7px;
  background: #f7f7f2;
  color: #435052;
  font-size: 0.84rem;
  font-weight: 750;
}

.store-market-links a span {
  color: #0d5f41;
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.store-market-links a:hover {
  border-color: #17845b;
  background: #eef6f1;
  color: #0d5f41;
}

.future-stores {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 28px;
  margin-top: 20px;
  padding: 24px;
  border: 1px dashed #c8d4ce;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.64);
}

.future-stores-label {
  margin: 0 0 5px;
  color: #2368b4;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.future-stores-copy h3 {
  margin-bottom: 7px;
  font-size: 1.25rem;
}

.future-stores-copy p:last-child {
  margin: 0;
  color: #647174;
  font-size: 0.9rem;
}

.future-store-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.future-store-list > span {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #d9e1dd;
  border-radius: 999px;
  background: #fff;
  color: #435052;
  font-size: 0.84rem;
  font-weight: 750;
}


.offer-type-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #d9e1dd;
  border-radius: 14px;
  background: #fff;
}

.offer-type-item {
  min-width: 0;
  padding: 22px;
}

.offer-type-item + .offer-type-item {
  border-left: 1px solid #d9e1dd;
}

.offer-type-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 10px;
  background: #e7f5ee;
  color: #0d5f41;
  font-weight: 900;
}

.offer-type-coral {
  background: #fdece8;
  color: #b63a28;
}

.offer-type-blue {
  background: #eaf1fa;
  color: #2368b4;
}

.offer-type-amber {
  background: #fff3d9;
  color: #8a5d0e;
}

.offer-type-item h3 {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.25;
}

.offer-type-item p {
  margin: 0;
  color: #647174;
  font-size: 0.9rem;
}

.country-reason {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: 46px;
  margin-bottom: 28px;
  padding: 32px;
  border: 1px solid #cfe0d8;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff 0%, #eef6f1 100%);
}

.country-factor-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.country-factor-list li {
  display: grid;
  min-height: 86px;
  align-content: center;
  gap: 3px;
  padding: 13px;
  border: 1px solid rgba(217, 225, 221, 0.9);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  color: #435052;
  font-size: 0.86rem;
  font-weight: 700;
}

.country-factor-list li span {
  color: #17845b;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.home-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.home-steps,
.home-trust {
  padding: 26px;
  border: 1px solid #d9e1dd;
  border-radius: 14px;
  background: #fff;
}

.home-steps > h3,
.home-trust > h3 {
  margin-bottom: 20px;
  font-size: 1.35rem;
}

.home-steps ol,
.home-trust-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-steps li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 13px;
  padding: 16px 0;
  border-top: 1px solid #e7ece9;
}

.home-steps li:first-child,
.home-trust-list li:first-child {
  padding-top: 0;
  border-top: 0;
}

.home-steps li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #17845b;
  color: #fff;
  font-weight: 900;
}

.home-steps strong,
.home-trust-list strong {
  display: block;
  margin-bottom: 4px;
  color: #20292c;
}

.home-steps p,
.home-trust-list span {
  margin: 0;
  color: #647174;
  font-size: 0.93rem;
}

.home-trust-list li {
  position: relative;
  padding: 17px 0 17px 30px;
  border-top: 1px solid #e7ece9;
}

.home-trust-list li::before {
  content: "✓";
  position: absolute;
  left: 2px;
  top: 19px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #e7f5ee;
  color: #0d5f41;
  font-size: 0.75rem;
  font-weight: 900;
}

.home-trust-list li:first-child::before {
  top: 2px;
}

.home-faq-list {
  max-width: 900px;
}

.home-faq-list details {
  border-radius: 10px;
}

.home-faq-list summary {
  min-height: 56px;
}

.home-footer {
  padding: 38px 0;
}

.home-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 0.9fr 1.15fr;
  gap: 26px;
}

.home-footer-brand p,
.home-footer-disclosure p,
.footer-market p {
  margin: 10px 0 0;
  color: #aebcba;
  font-size: 0.9rem;
}

.footer-market strong,
.home-footer-disclosure strong {
  color: #fff;
}

@media (max-width: 1023px) {
  .home-hero {
    min-height: 430px;
    background:
      linear-gradient(90deg, rgba(247, 247, 242, 0.99) 0%, rgba(247, 247, 242, 0.95) 62%, rgba(247, 247, 242, 0.7) 100%),
      url("promomondo-hero.webp") center right / cover no-repeat;
  }

  .home-hero-copy {
    width: min(700px, 82%);
  }

  .covered-store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-type-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-type-item + .offer-type-item {
    border-left: 0;
  }

  .offer-type-item:nth-child(even) {
    border-left: 1px solid #d9e1dd;
  }

  .offer-type-item:nth-child(n + 3) {
    border-top: 1px solid #d9e1dd;
  }

  .country-reason {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .future-stores {
    grid-template-columns: 1fr;
  }

  .home-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  html.global-home-page {
    scroll-padding-top: 12px;
  }

  .global-home #markets,
  .global-home #stores,
  .global-home #how-it-works,
  .global-home #faq {
    scroll-margin-top: 12px;
  }

  .home-site-header {
    position: static;
  }

  .home-nav {
    min-height: 0;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 0 9px;
  }

  .home-nav-links {
    gap: 8px 16px;
  }

  .home-nav-links a {
    min-height: 40px;
  }

  .home-hero {
    min-height: 0;
    background:
      linear-gradient(90deg, rgba(247, 247, 242, 0.96), rgba(247, 247, 242, 0.82)),
      url("promomondo-hero.webp") 62% center / cover no-repeat;
  }

  .home-hero-grid {
    width: min(100% - 28px, 1180px);
  }

  .home-hero-copy {
    width: 100%;
    padding: 42px 0 38px;
  }

  .home-hero-copy h1 {
    font-size: clamp(2.15rem, 9.5vw, 3.15rem);
  }

  .home-hero-lead {
    font-size: 1rem;
  }

  .home-primary-action {
    width: 100%;
  }

  .home-proof-list {
    display: grid;
    gap: 6px;
  }

  .global-home .band {
    padding: 48px 0;
  }

  .market-grid,
  .home-process-grid {
    grid-template-columns: 1fr;
  }

  .market-description {
    min-height: 0;
  }

  .country-reason {
    padding: 24px;
  }
}

@media (max-width: 520px) {
  .home-nav {
    flex-direction: column;
  }

  .home-nav-links {
    width: 100%;
    justify-content: space-between;
    overflow: visible;
  }

  .home-nav-links a {
    font-size: 0.88rem;
  }

  .covered-store-grid {
    grid-template-columns: 1fr;
  }

  .market-card,
  .home-steps,
  .home-trust {
    padding: 21px;
  }

  .market-language-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .offer-type-item:nth-child(even) {
    border-left: 0;
  }

  .offer-type-item:nth-child(n + 2) {
    border-top: 1px solid #d9e1dd;
  }

  .country-factor-list {
    grid-template-columns: 1fr;
  }

  .country-factor-list li {
    min-height: 0;
  }

  .home-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  .market-card-head {
    align-items: flex-start;
  }

  .market-language-links {
    grid-template-columns: 1fr;
  }

  .home-nav-links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.global-home-page {
    scroll-behavior: auto;
  }

  .home-skip-link,
  .home-primary-action,
  .market-language-link {
    transition: none;
  }
}
