:root {
  --blue: #0984e3;
  --red: #d63031;
  --green: #00b894;
  --ink: #2d3436;
  --muted: #636e72;
  --soft-blue: #eef9ff;
  --soft-red: #fff7f7;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
  text-align: center;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

p,
h1,
h2,
figure,
ul {
  margin: 0;
}

.hero {
  margin: 24px 40px 0;
  background: var(--soft-blue);
}

.hero__inner {
  width: min(1000px, calc(100vw - 80px));
  margin: 0 auto;
  padding: 110px 0 63px;
}

.hero__badge {
  display: none;
}

.eyebrow {
  display: grid;
  gap: 0;
  color: var(--blue);
  font-size: 14.4px;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 3px;
}

h1 {
  display: grid;
  gap: 0;
  margin-top: 26px;
  color: var(--ink);
  font-size: 36.8px;
  font-weight: 700;
  line-height: 1.5;
}

.hero__copy {
  margin-top: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 42px;
  border-radius: 999px;
  background: var(--red);
  color: #0099ff;
  font-size: 17.6px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, filter 180ms ease;
}

.button:hover,
.button:focus-visible {
  filter: brightness(0.97);
  transform: translateY(-1px);
}

.button:focus-visible {
  outline: 3px solid rgba(9, 132, 227, 0.35);
  outline-offset: 4px;
}

.hero__button {
  margin-top: 39px;
  min-width: 370px;
}

.hero__image {
  width: 100%;
  height: auto;
  margin-top: 36px;
  border-radius: 12px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.section-inner {
  width: min(1180px, calc(100vw - 100px));
  margin: 0 auto;
}

.menu {
  padding: 126px 0 0;
}

.menu h2 {
  color: var(--ink);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.menu__image {
  width: 451px;
  height: 300px;
  margin: 34px auto 36px;
  border-radius: 12px;
  object-fit: cover;
}

.benefits {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: 48px 50px 48px 48px;
  border-left: 4px solid var(--red);
  background: var(--soft-red);
  box-shadow: 0 10px 26px rgba(214, 48, 49, 0.08);
  text-align: left;
}

.benefits__title {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.benefits ul {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.benefits li {
  position: relative;
  min-height: 26px;
  padding-left: 34px;
  font-size: 17.6px;
  line-height: 1.5;
}

.benefits li::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--red);
  border-radius: 2px;
  color: var(--red);
  content: "!";
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.catering {
  padding: 98px 0 0;
}

.section-lead {
  color: var(--muted);
  font-size: 19.2px;
  line-height: 1.5;
}

.catering__figure {
  width: 500px;
  margin: 37px auto 33px;
  padding: 10px;
  border-radius: 16px;
  background: #f4f8fc;
  box-shadow: 0 4px 12px rgba(45, 52, 54, 0.08);
}

.catering__figure img {
  width: 480px;
  height: 480px;
  border-radius: 12px;
  object-fit: cover;
}

.catering__copy {
  width: min(700px, 100%);
  margin: 0 auto;
  color: var(--ink);
  font-size: 17.6px;
  line-height: 1.5;
}

.order {
  padding: 185px 0 0;
}

.order__eyebrow {
  margin-bottom: 22px;
  color: var(--red);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.order h2 {
  color: var(--blue);
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.order-card {
  width: min(650px, 100%);
  margin: 31px auto 0;
  padding: 39px 32px 36px;
  border: 2px solid var(--blue);
  border-radius: 16px;
}

.order-card__normal {
  width: min(580px, 100%);
  margin: 0 auto;
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(45, 52, 54, 0.08);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  text-decoration: line-through;
}

.order-card__app {
  width: min(580px, 100%);
  margin: 0 auto;
  padding: 4px 0 15px;
  border-bottom: 1px solid rgba(45, 52, 54, 0.08);
  color: var(--green);
  font-size: 17.6px;
  font-weight: 800;
  line-height: 1.5;
}

.order-card__actions {
  display: grid;
  gap: 24px;
  justify-content: center;
  margin-top: 26px;
}

.order-card__actions .button {
  width: 270px;
  min-height: 56px;
  padding-right: 24px;
  padding-left: 24px;
  box-shadow: 0 0 0 12px rgba(214, 48, 49, 0.07);
  text-transform: none;
}

.order-card__actions .button:first-child {
  text-transform: uppercase;
}

address {
  display: grid;
  gap: 0;
  margin-top: 28px;
  color: #7f8c8d;
  font-size: 13.6px;
  font-style: normal;
  line-height: 1.5;
}

.site-footer {
  width: min(750px, calc(100vw - 80px));
  margin: 160px auto 70px;
  color: #a4b0be;
  font-size: 15.2px;
  line-height: 1.5;
}

.site-footer p + p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12.8px;
}

@media (max-width: 700px) {
  .hero {
    margin: 0;
  }

  .hero__inner {
    width: 100%;
    padding: 27px 25px 25px;
  }

  .hero__badge {
    display: block;
    width: 125px;
    height: 94px;
    margin: 0 auto 35px;
    object-fit: fill;
  }

  .eyebrow {
    font-size: 14.4px;
    line-height: 1.5;
    letter-spacing: 3px;
  }

  h1 {
    margin-top: 18px;
    font-size: 22px;
    line-height: 1.5;
  }

  .hero__copy {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.5;
  }

  .hero__button {
    width: 100%;
    min-width: 0;
    min-height: 64px;
    margin-top: 31px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 16px;
    line-height: 1.2;
  }

  .hero__image {
    margin-top: 31px;
    aspect-ratio: 3 / 2;
  }

  .section-inner {
    width: calc(100vw - 50px);
  }

  .menu {
    padding-top: 58px;
  }

  .menu h2 {
    font-size: 24px;
  }

  .menu__image {
    width: 100%;
    height: auto;
    margin: 38px auto 35px;
    aspect-ratio: 2 / 3;
  }

  .benefits {
    padding: 25px 25px 27px 22px;
    border-left-width: 4px;
  }

  .benefits__title {
    margin-bottom: 22px;
    font-size: 16px;
  }

  .benefits ul {
    gap: 17px;
  }

  .benefits li {
    padding-left: 35px;
    font-size: 18px;
    line-height: 1.35;
  }

  .benefits li::before {
    top: 3px;
  }

  .catering {
    padding-top: 57px;
  }

  .section-lead {
    width: 300px;
    margin: 0 auto;
    font-size: 20px;
  }

  .catering__figure {
    width: 100%;
    margin: 40px auto 35px;
    padding: 10px;
  }

  .catering__figure img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .catering__copy {
    font-size: 18px;
    line-height: 1.5;
  }

  .order {
    padding-top: 92px;
  }

  .order__eyebrow {
    margin-bottom: 26px;
  }

  .order h2 {
    width: 290px;
    margin: 0 auto;
    font-size: 21px;
    line-height: 1;
  }

  .order-card {
    width: 290px;
    margin-top: 27px;
    padding: 37px 10px 35px;
  }

  .order-card__normal {
    width: 230px;
    padding-bottom: 23px;
    font-size: 14px;
  }

  .order-card__app {
    width: 230px;
    padding-top: 6px;
    padding-bottom: 16px;
    font-size: 17.6px;
  }

  .order-card__actions {
    gap: 26px;
    margin-top: 26px;
  }

  .order-card__actions .button {
    width: 250px;
    min-height: 56px;
    box-shadow: 0 0 0 10px rgba(214, 48, 49, 0.07);
    font-size: 16px;
  }

  address {
    margin-top: 30px;
    font-size: 13.6px;
  }

  .site-footer {
    display: none;
  }
}
