.delivery-page {
  --delivery-black: #090a0c;
  --delivery-black-soft: #15171b;
  --delivery-yellow: #ffc400;
  --delivery-yellow-dark: #e4a900;
  --delivery-ink: #071b4a;
  --delivery-muted: #565c69;
  --delivery-line: #d9dde4;
  --delivery-soft: #f3f4f6;
  padding-bottom: 0;
  background: #fff;
  color: var(--delivery-ink);
}

.delivery-page :is(h1, h2, h3, p) {
  margin-top: 0;
}

.delivery-page :is(h1, h2, h3) {
  text-wrap: balance;
}

.delivery-page p {
  text-wrap: pretty;
}

.delivery-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 46%, rgba(255, 196, 0, 0.18), transparent 27%),
    linear-gradient(118deg, #060708 0%, #101114 64%, #050506 100%);
  color: #fff;
}

.delivery-hero::before,
.delivery-hero::after {
  position: absolute;
  width: 420px;
  height: 140%;
  background: var(--delivery-yellow);
  content: "";
  opacity: 0.92;
  transform: skewX(-26deg);
}

.delivery-hero::before {
  top: -55%;
  right: -340px;
}

.delivery-hero::after {
  bottom: -118%;
  left: -405px;
}

.delivery-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  min-height: 600px;
  align-items: center;
  gap: 64px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.delivery-hero-copy {
  max-width: 690px;
}

.delivery-campaign-name {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--delivery-yellow);
  font-size: 0.92rem;
  font-weight: 800;
}

.delivery-campaign-name::after {
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.delivery-hero h1 {
  max-width: 680px;
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(3rem, 6.1vw, 5.9rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.delivery-hero h1 span {
  display: block;
  color: var(--delivery-yellow);
}

.delivery-hero-lead {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 700;
  line-height: 1.25;
}

.delivery-hero-description {
  max-width: 54ch;
  margin-bottom: 28px;
  color: #d8dbe0;
  font-size: 1.05rem;
  line-height: 1.65;
}

.delivery-hero-description strong {
  color: #fff;
}

.delivery-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.delivery-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 180ms ease-out, border-color 180ms ease-out, color 180ms ease-out, transform 180ms ease-out;
}

.delivery-button svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
}

.delivery-button--primary {
  border: 2px solid var(--delivery-yellow);
  background: var(--delivery-yellow);
  color: #171300;
}

.delivery-button--primary:hover {
  border-color: #ffd43d;
  background: #ffd43d;
  color: #171300;
  transform: translateY(-1px);
}

.delivery-hero .delivery-button--primary {
  border-color: #fff;
  background: #fff;
  color: var(--delivery-black);
}

.delivery-hero .delivery-button--primary:hover {
  border-color: #eceef1;
  background: #eceef1;
  color: var(--delivery-black);
}

.delivery-button--secondary {
  border: 2px solid rgba(255, 255, 255, 0.62);
  background: transparent;
  color: #fff;
}

.delivery-button--secondary:hover {
  border-color: #fff;
  background: #fff;
  color: var(--delivery-black);
}

.delivery-button:focus-visible,
.delivery-text-link:focus-visible,
.delivery-faq summary:focus-visible {
  outline: 3px solid rgba(255, 196, 0, 0.48);
  outline-offset: 3px;
}

.delivery-hero-note {
  max-width: 68ch;
  margin: 18px 0 0;
  color: #e5e7eb;
  font-size: 0.82rem;
  line-height: 1.6;
}

.delivery-hero-visual {
  position: relative;
  min-height: 430px;
}

.delivery-stopwatch {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 300px;
  height: 300px;
  place-items: center;
  border: 18px solid var(--delivery-yellow);
  border-radius: 50%;
  color: var(--delivery-yellow);
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.46));
  transform: translate(-50%, -46%) rotate(-7deg);
}

.delivery-stopwatch::before {
  position: absolute;
  inset: 14px;
  border: 3px solid rgba(255, 196, 0, 0.25);
  border-radius: 50%;
  content: "";
}

.delivery-stopwatch::after {
  position: absolute;
  top: -49px;
  width: 76px;
  height: 34px;
  border-radius: 8px 8px 3px 3px;
  background: var(--delivery-yellow);
  content: "";
}

.delivery-stopwatch-button {
  position: absolute;
  top: -28px;
  right: 18px;
  width: 52px;
  height: 18px;
  border-radius: 5px;
  background: var(--delivery-yellow);
  transform: rotate(37deg);
}

.delivery-stopwatch-ring {
  position: absolute;
  inset: -34px;
  border: 2px solid rgba(255, 196, 0, 0.12);
  border-radius: 50%;
}

.delivery-stopwatch svg {
  width: 108px;
  height: 145px;
  filter: drop-shadow(0 0 18px rgba(255, 196, 0, 0.24));
}

.delivery-time-lockup {
  position: absolute;
  right: 2%;
  bottom: 25px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  transform: rotate(-4deg);
}

.delivery-time-lockup strong {
  color: var(--delivery-yellow);
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.04em;
}

.delivery-time-lockup span {
  max-width: 62px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.05;
}

.delivery-speed-line {
  position: absolute;
  right: 39%;
  height: 5px;
  border-radius: 999px;
  background: var(--delivery-yellow);
  box-shadow: -70px 0 0 rgba(255, 196, 0, 0.52), -122px 0 0 rgba(255, 196, 0, 0.2);
}

.delivery-speed-line--one {
  top: 24%;
  width: 92px;
}

.delivery-speed-line--two {
  top: 50%;
  width: 126px;
}

.delivery-speed-line--three {
  top: 73%;
  width: 74px;
}

.delivery-assurance {
  background: var(--delivery-yellow);
  color: #171300;
}

.delivery-assurance-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 112px;
  align-items: center;
}

.delivery-assurance-list > div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 30px;
  border-left: 1px solid rgba(23, 19, 0, 0.23);
}

.delivery-assurance-list > div:first-child {
  border-left: 0;
}

.delivery-assurance svg {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
}

.delivery-assurance span {
  font-size: 0.78rem;
  line-height: 1.4;
}

.delivery-assurance strong {
  display: block;
  margin-bottom: 2px;
  font-size: 0.96rem;
}

.delivery-process {
  padding: 76px 0;
  background: #fff;
}

.delivery-process-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.72fr);
  gap: 68px;
  align-items: start;
}

.delivery-section-heading > p,
.delivery-conditions-copy > p:first-child,
.delivery-closing p {
  margin-bottom: 10px;
  color: #8a6200;
  font-size: 0.9rem;
  font-weight: 800;
}

.delivery-section-heading h2,
.delivery-conditions h2,
.delivery-closing h2 {
  margin-bottom: 12px;
  color: var(--delivery-ink);
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.delivery-section-heading > span {
  display: block;
  color: var(--delivery-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.delivery-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.delivery-steps li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid var(--delivery-line);
}

.delivery-steps li:first-child {
  padding-top: 0;
  border-top: 0;
}

.delivery-step-number {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  background: var(--delivery-yellow);
  color: #171300;
  font-size: 1.2rem;
  font-weight: 900;
}

.delivery-steps h3 {
  margin-bottom: 5px;
  color: var(--delivery-ink);
  font-size: 1.08rem;
  line-height: 1.3;
}

.delivery-steps p {
  max-width: 58ch;
  margin-bottom: 0;
  color: var(--delivery-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.delivery-conditions {
  padding: 76px 0;
  background: var(--delivery-soft);
}

.delivery-conditions-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.8fr) minmax(0, 1.2fr);
  gap: 84px;
}

.delivery-conditions-copy {
  align-self: start;
}

.delivery-conditions-intro {
  max-width: 48ch;
  margin-bottom: 22px;
  color: var(--delivery-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.delivery-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--delivery-ink);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration-color: var(--delivery-yellow-dark);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.delivery-text-link svg {
  width: 19px;
  height: 19px;
  transition: transform 180ms ease-out;
}

.delivery-text-link:hover svg {
  transform: translateX(3px);
}

.delivery-faq {
  border-top: 1px solid #cbd0d8;
}

.delivery-faq details {
  border-bottom: 1px solid #cbd0d8;
}

.delivery-faq summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 2px;
  color: var(--delivery-ink);
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.delivery-faq summary::-webkit-details-marker {
  display: none;
}

.delivery-faq summary svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  color: #8a6200;
  transition: transform 180ms ease-out;
}

.delivery-faq details[open] summary svg {
  transform: rotate(180deg);
}

.delivery-faq details > div {
  max-width: 70ch;
  padding: 0 34px 18px 2px;
}

.delivery-faq details p {
  margin-bottom: 0;
  color: var(--delivery-muted);
  font-size: 0.85rem;
  line-height: 1.65;
}

.delivery-closing {
  padding: 48px 0;
  background: var(--delivery-black-soft);
  color: #fff;
}

.delivery-closing-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

.delivery-closing h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

:root[data-theme="dark"] .delivery-process {
  background: var(--theme-bg);
}

:root[data-theme="dark"] .delivery-process :is(h2, h3) {
  color: var(--theme-text);
}

:root[data-theme="dark"] .delivery-process :is(.delivery-section-heading > span, .delivery-steps p) {
  color: var(--theme-text-muted);
}

:root[data-theme="dark"] .delivery-steps li {
  border-color: var(--theme-border);
}

:root[data-theme="dark"] .delivery-conditions {
  background: var(--theme-surface);
}

:root[data-theme="dark"] .delivery-conditions :is(h2, summary, .delivery-text-link) {
  color: var(--theme-text);
}

:root[data-theme="dark"] .delivery-conditions :is(.delivery-conditions-intro, .delivery-faq details p) {
  color: var(--theme-text-muted);
}

:root[data-theme="dark"] .delivery-faq,
:root[data-theme="dark"] .delivery-faq details {
  border-color: var(--theme-border);
}

@media (max-width: 1050px) {
  .delivery-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
    gap: 24px;
  }

  .delivery-stopwatch {
    width: 245px;
    height: 245px;
    border-width: 15px;
  }

  .delivery-time-lockup {
    right: 0;
  }

  .delivery-process-layout,
  .delivery-conditions-layout {
    gap: 48px;
  }
}

@media (max-width: 820px) {
  .delivery-hero-layout {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 18px;
    padding-top: 54px;
    padding-bottom: 40px;
  }

  .delivery-hero-copy {
    max-width: 720px;
  }

  .delivery-hero-visual {
    min-height: 330px;
  }

  .delivery-stopwatch {
    width: 230px;
    height: 230px;
  }

  .delivery-time-lockup {
    right: 13%;
  }

  .delivery-process-layout,
  .delivery-conditions-layout {
    grid-template-columns: 1fr;
  }

  .delivery-section-heading,
  .delivery-conditions-copy {
    max-width: 640px;
  }
}

@media (max-width: 767px) {
  .delivery-hero h1 {
    font-size: clamp(2.75rem, 13vw, 4.35rem);
  }

  .delivery-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .delivery-button {
    width: 100%;
  }

  .delivery-hero-visual {
    min-height: 280px;
  }

  .delivery-stopwatch {
    width: 190px;
    height: 190px;
    border-width: 12px;
  }

  .delivery-stopwatch::after {
    top: -42px;
    width: 64px;
    height: 28px;
  }

  .delivery-stopwatch svg {
    width: 76px;
    height: 104px;
  }

  .delivery-time-lockup {
    right: 3%;
    bottom: 13px;
  }

  .delivery-time-lockup strong {
    font-size: 3.5rem;
  }

  .delivery-assurance-list {
    grid-template-columns: 1fr;
    padding: 12px 0;
  }

  .delivery-assurance-list > div,
  .delivery-assurance-list > div:first-child {
    padding: 15px 0;
    border-top: 1px solid rgba(23, 19, 0, 0.2);
    border-left: 0;
  }

  .delivery-assurance-list > div:first-child {
    border-top: 0;
  }

  .delivery-process,
  .delivery-conditions {
    padding: 56px 0;
  }

  .delivery-process-layout,
  .delivery-conditions-layout {
    gap: 34px;
  }

  .delivery-closing-layout {
    align-items: stretch;
    flex-direction: column;
    gap: 26px;
  }
}

@media (max-width: 390px) {
  .delivery-hero h1 {
    font-size: 2.65rem;
  }

  .delivery-hero-visual {
    min-height: 250px;
  }

  .delivery-stopwatch {
    left: 45%;
    width: 165px;
    height: 165px;
  }

  .delivery-time-lockup {
    right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .delivery-button,
  .delivery-text-link svg,
  .delivery-faq summary svg {
    transition: none;
  }
}
