:root {
  --orange: #f45905;
  --orange-light: #fb9224;
  --orange-soft: #fff4ec;
  --navy: #0b192c;
  --grey: #5f5e5a;
  --grey-light: #888780;
  --white: #fff;
  --radius: 12px;
  --max-width: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--white); font-family: "Avenir Next", "Trebuchet MS", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: var(--max-width); margin: 0 auto; padding-right: 24px; padding-left: 24px; }
.wave { line-height: 0; }
.wave svg { display: block; width: 100%; height: 90px; }

.hero { padding-top: 56px; text-align: center; }
.hero__inner { padding-bottom: 8px; }
.logo { display: inline-block; margin-bottom: 32px; }
.logo img { width: auto; height: 48px; margin: 0 auto; }
.hero__title { margin: 0 0 16px; font-size: clamp(28px, 5vw, 44px); font-weight: 700; line-height: 1.15; }
.hero__title span { display: block; }
.hero__title--accent { color: var(--orange); }
.hero__sub { max-width: 480px; margin: 0 auto 28px; color: var(--grey); }
.wave--hero { position: relative; z-index: 1; margin-bottom: -2px; }
.wave--hero svg { height: 112px; }

.storebuttons { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.storebtn { display: inline-flex; align-items: center; gap: 10px; min-height: 46px; padding: 9px 18px; border-radius: 10px; background: var(--navy); color: var(--white); font-size: 14px; font-weight: 600; transition: transform .15s ease, opacity .15s ease; }
.storebtn:hover { transform: translateY(-2px); opacity: .92; }
.storebtn__icon { width: 22px; height: 22px; flex: 0 0 auto; }
.storebtn__text { display: flex; flex-direction: column; line-height: 1.1; text-align: left; }
.storebtn__text small { font-size: 10px; font-weight: 400; opacity: .85; }
.storebtn__text strong { font-size: 15px; }
.btn-ghost { display: inline-flex; align-items: center; min-height: 46px; padding: 9px 20px; border: 2px solid var(--orange); border-radius: 10px; color: var(--orange); font-size: 14px; font-weight: 600; transition: background .15s ease, color .15s ease; }
.btn-ghost:hover { background: var(--orange); color: var(--white); }

.mission { background: var(--orange-light); color: var(--white); }
.mission .container { padding-top: 40px; padding-bottom: 56px; }
.mission__title { margin: 0 0 12px; font-size: clamp(22px, 3vw, 28px); }
.mission__text { max-width: 680px; margin: 0; color: #fff3e6; }
.wave--mission svg { background: var(--orange-light); }
.section__title { margin: 0 0 4px; font-size: clamp(22px, 3vw, 28px); text-align: center; }
.section__sub { margin: 0 0 28px; color: var(--grey-light); font-size: 15px; text-align: center; }

.categories .container { padding-top: 48px; padding-bottom: 48px; }
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.cat { position: relative; overflow: hidden; aspect-ratio: 4 / 3; border-radius: var(--radius); background: #fde3d1; }
.cat img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.cat:hover img { transform: scale(1.05); }
.cat__label { position: absolute; right: 0; bottom: 0; left: 0; padding: 9px 14px; background: rgba(244, 89, 5, .9); color: var(--white); font-size: 14px; font-weight: 600; }

.how { background: var(--orange-soft); }
.how .container { padding-top: 48px; padding-bottom: 56px; }
.how__grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 36px; align-items: center; }
.wave--how svg { background: var(--orange-soft); }
.map-preview { position: relative; display: block; overflow: hidden; border: 4px solid var(--white); border-radius: var(--radius); background: var(--white); box-shadow: 0 4px 20px rgba(11,25,44,.14); }
.map-preview img { width: 100%; height: auto; }
.map-preview__cta { position: absolute; z-index: 3; right: 18px; bottom: 18px; padding: 9px 14px; border-radius: 999px; background: var(--navy); color: var(--white); font-size: 13px; font-weight: 700; }
.steps { margin: 0; padding: 0; list-style: none; }
.step { display: flex; gap: 14px; margin-bottom: 20px; }
.step:last-child { margin-bottom: 0; }
.step__num { display: flex; width: 34px; height: 34px; flex: 0 0 34px; align-items: center; justify-content: center; border-radius: 50%; background: var(--orange); color: var(--white); font-weight: 700; }
.step__title { margin: 4px 0 3px; font-size: 16px; }
.step__text { margin: 0; color: var(--grey); font-size: 14px; }

.sellers { background: var(--orange); color: var(--white); text-align: center; }
.sellers .container { padding-top: 24px; padding-bottom: 56px; }
.sellers__title { margin: 0 0 8px; font-size: clamp(24px, 3.4vw, 32px); }
.sellers__sub { max-width: 500px; margin: 0 auto 28px; color: #fff3e6; font-size: 15px; }
.sellers__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 28px; }
.scard { padding: 24px 18px; border-radius: var(--radius); background: var(--white); }
.scard__icon { display: flex; width: 46px; height: 46px; align-items: center; justify-content: center; margin: 0 auto 12px; border-radius: 50%; background: #fff0e6; color: var(--orange); }
.scard__icon svg { width: 22px; height: 22px; }
.scard__title { margin: 0 0 5px; color: var(--navy); font-size: 15px; }
.scard__text { margin: 0; color: var(--grey-light); font-size: 13px; }

.footer { background: var(--navy); color: #aeb9c9; }
.footer__inner { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; justify-content: space-between; padding-top: 20px; padding-bottom: 20px; font-size: 13px; }
.footer__nav { display: flex; flex-wrap: wrap; gap: 18px; }
.footer__nav a:hover { color: var(--white); }
a:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; }
.footer a:focus-visible, .sellers a:focus-visible { outline-color: var(--white); }

@media (max-width: 860px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .how__grid { grid-template-columns: 1fr; }
  .map-preview { width: 100%; max-width: 520px; margin: 0 auto; }
  .sellers__steps { grid-template-columns: 1fr; max-width: 440px; margin-right: auto; margin-left: auto; }
}

@media (max-width: 520px) {
  .hero { padding-top: 38px; }
  .logo { margin-bottom: 24px; }
  .cat-grid { gap: 10px; }
  .cat__label { padding: 7px 9px; font-size: 12px; }
  .footer__inner { flex-direction: column; text-align: center; }
  .footer__nav { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
