:root {
  --blue: #06449d;
  --blue-dark: #00317f;
  --blue-deep: #002668;
  --green: #21b753;
  --ink: #262936;
  --muted: #5d6272;
  --line: #d6e5fb;
  --soft: #f4f9ff;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  background: var(--white);
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 8px clamp(22px, 5vw, 72px);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 2px 18px rgba(11, 45, 95, .08);
}

.brand img {
  display: block;
  width: clamp(88px, 8vw, 108px);
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 34px);
  color: #202532;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 2px solid var(--blue);
  border-radius: 8px;
  background: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--blue);
}

.nav a {
  position: relative;
  padding: 13px 0;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: 9px;
  left: 0;
  height: 3px;
  content: "";
  background: transparent;
}

.nav .active,
.nav a:hover {
  color: var(--blue);
}

.nav .active::after,
.nav a:hover::after {
  background: var(--blue);
}

.location {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.pin {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 50% 50% 50% 0;
  background: var(--blue);
  transform: rotate(-45deg);
}

.pin::after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: var(--white);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 62%) minmax(330px, 38%);
  height: 100%;
  min-height: 0;
  max-height: none;
  overflow: hidden;
  background: var(--blue);
}

.hero::after {
  position: absolute;
  right: -5vw;
  bottom: -37px;
  left: -5vw;
  height: 68px;
  border-radius: 0 0 50% 50%;
  content: "";
  background: var(--white);
  z-index: 0;
}

.hero-photo {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 0;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  min-height: 0;
  height: 100%;
  padding: 28px clamp(24px, 3.5vw, 58px) 44px;
  color: var(--white);
  text-align: center;
  background:
    radial-gradient(circle at 54% 24%, rgba(255, 255, 255, .12), transparent 24%),
    linear-gradient(135deg, var(--blue), var(--blue-deep));
}

.hero-panel::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -68px;
  width: 140px;
  border-radius: 0 0 0 56px;
  content: "";
  background: inherit;
}

.hero-logo {
  width: min(132px, 42%);
  filter: brightness(0) invert(1);
}

.daily {
  margin: 0;
  font-size: clamp(23px, 2.35vw, 34px);
  font-weight: 500;
  line-height: 1.05;
  text-transform: uppercase;
}

.daily strong {
  font-weight: 900;
}

.daily::after,
.footer-brand p::after {
  display: block;
  width: 112px;
  height: 8px;
  margin: 8px auto 0;
  border-top: 3px solid currentColor;
  border-radius: 50%;
  content: "";
  transform: rotate(-4deg);
}

.hero-copy {
  max-width: 340px;
  margin: 4px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  line-height: 1.45;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 4px;
  padding: 0 20px;
  color: var(--blue);
  border-radius: 999px;
  background: var(--white);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 14px 22px rgba(0, 24, 76, .2);
  position: relative;
  z-index: 2;
}

.phone-card {
  width: 150px;
  min-height: 238px;
  padding: 42px 13px 18px;
  color: #d4ffd7;
  border: 9px solid #111;
  border-radius: 22px;
  background:
    radial-gradient(circle at 70% 10%, rgba(255, 255, 255, .25), transparent 18%),
    linear-gradient(165deg, #063f14, #118b2b);
  box-shadow: 0 24px 30px rgba(0, 0, 0, .26);
  transform: rotate(-7deg);
}

.phone-card span {
  display: block;
  font-size: 23px;
  font-weight: 800;
  line-height: .95;
}

.phone-card strong,
.phone-card em {
  display: block;
  margin-top: 12px;
  padding: 6px;
  color: #073916;
  border-radius: 9px;
  background: #47f251;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.download-label,
.cards-strip span {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  min-height: 38px;
  padding: 8px 12px;
  color: var(--white);
  border-radius: 6px;
  background: #060606;
  font-size: 14px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .25);
}

.cards-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: min(520px, 100%);
  gap: 8px;
  padding: 10px 14px;
  color: var(--blue);
  border-radius: 15px;
  background: var(--white);
}

.cards-strip span {
  flex-basis: 100%;
  color: var(--white);
  transform: translateY(-20px);
}

.cards-strip b {
  padding: 4px 9px;
  color: var(--blue);
  border-radius: 12px;
  background: #eef5ff;
  font-size: 11px;
}

.section-shell {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
}

.about {
  display: grid;
  grid-template-columns: minmax(280px, .96fr) minmax(320px, 1.04fr);
  gap: clamp(40px, 7vw, 88px);
  padding: 58px 0 30px;
}

.eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.copy h1 {
  margin: 0 0 28px;
  color: #2d303b;
  font-size: clamp(30px, 3.5vw, 46px);
  line-height: 1.17;
}

.copy h1 strong {
  color: var(--blue);
}

.copy p {
  max-width: 500px;
  margin: 0 0 19px;
  color: #424756;
  font-size: 17px;
  line-height: 1.65;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 56px;
  align-self: center;
}

.benefits article {
  display: grid;
  grid-template-columns: 74px 1fr;
  column-gap: 18px;
  row-gap: 8px;
  align-items: start;
}

.benefits .icon {
  grid-row: 1 / span 2;
}

.benefits h2 {
  grid-column: 2;
  margin: 4px 0 9px;
  color: var(--blue);
  font-size: 18px;
  line-height: 1.14;
  text-transform: uppercase;
}

.benefits p {
  grid-column: 2;
  margin: 0;
  color: #424756;
  font-size: 15px;
  line-height: 1.5;
}

.icon {
  position: relative;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 3px solid var(--blue);
  border-radius: 15px;
}

.icon::before {
  color: var(--blue);
  font-size: 34px;
  font-weight: 900;
}

.cart::before { content: "🛒"; }
.users::before { content: "👥"; }
.tag::before { content: "%"; }
.heart::before { content: "♡"; font-size: 42px; }

.sectors {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(670px, calc(100% - 44px));
  min-height: 68px;
  margin: 28px auto 32px;
  padding: 12px 30px;
  gap: 17px;
  color: var(--white);
  border-radius: 12px;
  background: linear-gradient(90deg, var(--blue), #0863c4);
  box-shadow: 0 14px 26px rgba(6, 68, 157, .22);
}

.sectors strong {
  font-size: 16px;
  text-transform: uppercase;
}

.sectors em {
  font-family: "Comic Sans MS", cursive;
  font-size: 21px;
  font-style: normal;
}

.sector-line {
  width: 42px;
  height: 1px;
  background: rgba(255, 255, 255, .7);
}

.sector-icon {
  font-size: 30px;
  line-height: 1;
}

.basket::before { content: "🧺"; }
.meat::before { content: "🥩"; }
.bread::before { content: "🥖"; }
.fruit::before { content: "🍒"; }

.app-card {
  display: grid;
  grid-template-columns: minmax(170px, .8fr) minmax(120px, 180px) minmax(230px, 1fr) minmax(240px, .95fr);
  align-items: center;
  gap: 28px;
  margin-bottom: 22px;
  padding: 24px 42px;
  border: 1px solid #abd2ff;
  border-radius: 12px;
  background:
    radial-gradient(circle at 27% 50%, rgba(4, 76, 170, .09), transparent 24%),
    linear-gradient(180deg, #f7fbff, #eef7ff);
}

.app-card h2 {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 18px;
  text-transform: uppercase;
}

.app-card p {
  margin: 0 0 20px;
  color: #333847;
  font-size: 15px;
  line-height: 1.5;
}

.mock-phone {
  position: relative;
  width: 112px;
  height: 218px;
  margin-inline: auto;
  padding: 52px 13px;
  border: 8px solid #0a101f;
  border-radius: 24px;
  background: linear-gradient(160deg, #06449d, #001f5c);
  box-shadow: 0 18px 28px rgba(14, 45, 90, .26);
}

.mock-phone span {
  position: absolute;
  top: 12px;
  left: 39px;
  width: 34px;
  height: 6px;
  border-radius: 10px;
  background: #111a2d;
}

.mock-phone img {
  width: 100%;
  filter: brightness(0) invert(1);
}

.whatsapp-offers {
  padding-left: 34px;
  border-left: 1px solid #bad7fb;
}

.whats-button,
.map-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 26px;
  color: var(--white);
  border-radius: 999px;
  background: #19a742;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.whats-button::before {
  margin-right: 9px;
  content: "☎";
}

.basket-img {
  width: min(100%, 320px);
  justify-self: end;
  filter: drop-shadow(0 24px 24px rgba(6, 31, 76, .18));
}

.map-section {
  display: grid;
  grid-template-columns: 280px 1fr;
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto 30px;
  padding: 18px;
  gap: 22px;
  color: var(--white);
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue), #005cc2);
  box-shadow: 0 16px 30px rgba(6, 68, 157, .15);
}

.reviews {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  align-items: center;
  gap: 24px;
  margin-bottom: 30px;
  padding: 24px 30px;
  border: 1px solid #d3e6ff;
  border-radius: 8px;
  background: #f7fbff;
}

.reviews h2 {
  margin: 0;
  color: var(--blue);
  font-size: 24px;
  line-height: 1.18;
}

.reviews p {
  margin: 0;
  color: #424756;
  font-size: 15px;
  line-height: 1.5;
}

.reviews a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  color: var(--white);
  border-radius: 999px;
  background: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.map-info {
  padding: 24px 16px;
}

.map-info h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font-size: 18px;
  text-transform: uppercase;
}

.pin.small {
  width: 16px;
  height: 16px;
  background: var(--white);
}

.pin.small::after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  background: var(--blue);
}

.map-info p {
  margin: 0 0 34px;
  font-size: 15px;
  line-height: 1.55;
}

.map-button {
  color: var(--blue);
  background: var(--white);
}

.map-button::before {
  margin-right: 10px;
  content: "⌖";
  font-size: 18px;
}

.google-map {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border-radius: 8px;
  background: #edf3f2;
}

.google-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 210px;
  border: 0;
}

.map-card {
  position: absolute;
  top: 20px;
  left: 24px;
  z-index: 1;
  width: 255px;
  padding: 14px 18px;
  color: #263046;
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .12);
  font-size: 13px;
  line-height: 1.45;
}

.route {
  position: absolute;
  height: 12px;
  border-radius: 16px;
  background: rgba(245, 245, 245, .9);
  box-shadow: inset 0 0 0 1px rgba(173, 183, 197, .45);
}

.route.one {
  right: -30px;
  bottom: 72px;
  width: 76%;
  transform: rotate(-4deg);
}

.route.two {
  left: 120px;
  bottom: 42px;
  width: 52%;
  transform: rotate(12deg);
}

.route.three {
  top: 84px;
  right: 50px;
  width: 42%;
  transform: rotate(23deg);
}

.map-pin {
  position: absolute;
  top: 93px;
  left: 49%;
  width: 24px;
  height: 24px;
  border-radius: 50% 50% 50% 0;
  background: #e74d3d;
  transform: rotate(-45deg);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .22);
}

.map-pin::after {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: #a4261a;
}

.map-label {
  position: absolute;
  top: 96px;
  left: calc(49% + 34px);
  color: #d83c2e;
  font-size: 14px;
  font-weight: 700;
}

.footer {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-deep), #075cbb);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.25fr .7fr 1fr 1.05fr;
  gap: 36px;
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  padding: 42px 0 34px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, .28);
}

.footer-brand img {
  width: 160px;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  margin: 0;
  font-size: 19px;
  line-height: 1.12;
  text-transform: uppercase;
}

.footer h2 {
  margin: 0 0 16px;
  font-size: 14px;
  text-transform: uppercase;
}

.footer a,
.footer p {
  display: block;
  margin: 0 0 9px;
  font-size: 14px;
  line-height: 1.45;
}

.footer strong {
  float: right;
}

.phone {
  margin-top: 16px !important;
  font-size: 19px !important;
  font-weight: 900;
}

.legal {
  margin-top: 16px !important;
  color: rgba(255, 255, 255, .82);
  font-size: 12px !important;
}

.phone::before {
  margin-right: 9px;
  content: "☎";
}

.copyright {
  margin: 0;
  padding: 18px 22px;
  text-align: center;
  background: rgba(0, 0, 0, .12);
  font-size: 13px;
}

@media (max-width: 980px) {
  .topbar {
    flex-wrap: wrap;
    justify-content: center;
    min-height: auto;
    gap: 8px 26px;
    padding-block: 12px;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: center;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .about,
  .map-section,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    grid-template-columns: minmax(0, 58%) minmax(300px, 42%);
    min-height: 330px;
  }

  .hero-photo,
  .hero-panel {
    min-height: 330px;
  }

  .hero-panel {
    padding: 28px 26px 48px;
  }

  .hero-panel::before {
    left: -44px;
    width: 92px;
  }

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

  .reviews {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .basket-img {
    justify-self: center;
  }

  .footer-brand {
    border-right: 0;
    padding-right: 0;
  }
}

@media (max-width: 680px) {
  .topbar {
    position: static;
    justify-content: space-between;
    padding: 14px 18px 12px;
  }

  .brand img {
    width: 104px;
  }

  .nav {
    display: none;
    order: 4;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    overflow-x: visible;
    font-size: 12px;
    padding-top: 8px;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .topbar.menu-open .nav {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nav a {
    padding: 12px 0;
    border-top: 1px solid #e4eefb;
    text-align: center;
  }

  .location {
    display: none;
    justify-content: center;
    font-size: 11px;
  }

  .hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .hero-photo {
    min-height: 180px;
    height: 100%;
  }

  .hero-photo img {
    object-position: center top;
  }

  .hero-panel {
    height: auto;
    min-height: 0;
    padding: 24px 26px 34px;
    gap: 11px;
  }

  .hero-panel::before {
    display: none;
  }

  .hero-logo {
    width: min(104px, 46%);
  }

  .daily {
    font-size: 24px;
  }

  .daily::after {
    width: 90px;
    margin-top: 6px;
  }

  .hero-copy {
    font-size: 14px;
  }

  .hero-cta {
    min-height: 38px;
    padding-inline: 18px;
    font-size: 12px;
  }

  .benefits,
  .app-card {
    grid-template-columns: 1fr;
  }

  .benefits article {
    grid-template-columns: 64px 1fr;
    column-gap: 14px;
  }

  .icon {
    width: 60px;
    height: 60px;
  }

  .sectors {
    flex-wrap: wrap;
    padding-inline: 18px;
    text-align: center;
  }

  .whatsapp-offers {
    padding-left: 0;
    border-left: 0;
  }

  .map-section,
  .app-card,
  .reviews {
    padding: 18px;
  }

  .reviews h2 {
    font-size: 21px;
  }

  .map-card {
    width: 220px;
    font-size: 12px;
  }

  .footer-brand {
    flex-direction: column;
    align-items: flex-start;
  }
}
