:root {
  --forest-950: #112217;
  --forest-800: #203d28;
  --forest-700: #35593a;
  --olive-500: #68824f;
  --cream-50: #f6f0e4;
  --cream-100: #efe3cc;
  --cream-200: #e3d4b2;
  --white-strong: rgba(255, 251, 244, 0.94);
  --white-soft: rgba(255, 248, 238, 0.74);
  --line-soft: rgba(255, 245, 228, 0.22);
  --shadow-soft: 0 24px 60px rgba(14, 24, 16, 0.34);
  --shadow-deep: 0 40px 100px rgba(6, 14, 8, 0.48);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-width: 320px;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  font-family: "Segoe UI Variable Text", "Trebuchet MS", sans-serif;
  color: var(--cream-50);
  background:
    radial-gradient(circle at top right, rgba(246, 235, 205, 0.2), transparent 26%),
    linear-gradient(180deg, #27462d 0%, #112217 100%);
}

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

.promo-screen {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(13, 22, 14, 0.04), rgba(13, 22, 14, 0.2)),
    url("../img/alpine-goat.jpg") center center / cover no-repeat;
}

.promo-screen__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 231, 186, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(10, 20, 12, 0.08) 0%, rgba(10, 20, 12, 0.26) 54%, rgba(10, 20, 12, 0.54) 100%);
  z-index: -1;
}

.promo-card {
  width: min(100%, 560px);
  padding: 20px;
  border: 2px solid rgba(255, 245, 228, 0.26);
  border-radius: var(--radius-xl);
  background: rgba(12, 22, 14, 0.08);
  box-shadow: var(--shadow-deep);
  animation: card-rise 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.promo-card__topline,
.promo-card__footer,
.benefit-item {
  display: flex;
  align-items: center;
}

.promo-card__topline {
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 245, 228, 0.2);
  border-radius: 18px;
  background: rgba(10, 20, 12, 0.24);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(6, 14, 8, 0.16);
  flex-wrap: wrap;
}

.promo-card__domain,
.promo-card__label,
.promo-card__eyebrow {
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.promo-card__domain,
.promo-card__label {
  font-size: 0.68rem;
  font-weight: 700;
}

.promo-card__domain {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cream-50);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.32);
}

.promo-card__domain::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f7daa1, #b6d279);
  box-shadow: 0 0 0 6px rgba(246, 235, 205, 0.08);
}

.promo-card__label {
  padding: 7px 10px;
  border: 2px solid rgba(246, 235, 205, 0.18);
  border-radius: 999px;
  color: #fbefcf;
  background: rgba(246, 235, 205, 0.06);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.32);
}

.promo-card__content {
  display: grid;
  gap: 14px;
}

.promo-card__eyebrow {
  margin: 0;
  color: #f0d899;
  font-size: 0.67rem;
  font-weight: 800;
}

.promo-card h1 {
  margin: 0;
  font-family: Georgia, "Palatino Linotype", serif;
  font-size: clamp(1.55rem, 4vw, 3.2rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
  width: 100%;
  max-width: none;
  text-align: center;
  text-wrap: pretty;
  color: #f0d899;
  text-shadow: 0 2px 12px rgba(22, 18, 8, 0.34);
}

.promo-card__lead,
.promo-card__note,
.benefit-item p,
.promo-card__footer span {
  margin: 0;
  color: var(--white-soft);
}

.promo-card__lead {
  width: 100%;
  max-width: none;
  font-size: 0.96rem;
  line-height: 1.35;
  text-align: center;
  color: rgba(255, 247, 232, 0.96);
  text-shadow: 0 1px 8px rgba(8, 14, 9, 0.34);
}

.promo-card__recommendation {
  margin: 0;
  width: 100%;
  max-width: none;
  padding: 12px 14px;
  border: 2px solid rgba(240, 216, 153, 0.22);
  border-left: 3px solid rgba(240, 216, 153, 0.72);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: transparent;
  color: #fff3d0;
  font-size: 0.88rem;
  line-height: 1.35;
  text-align: center;
}

.promo-card__benefits {
  display: grid;
  gap: 10px;
}

.benefit-item {
  align-items: flex-start;
  gap: 10px;
  padding: 11px 12px;
  border-radius: var(--radius-md);
  border: 2px solid rgba(255, 248, 232, 0.14);
  background: transparent;
  box-shadow: none;
}

.benefit-item__mark {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f1d583, #7ca86c);
}

.benefit-item p {
  font-size: 0.89rem;
  line-height: 1.34;
  color: rgba(255, 247, 232, 0.96);
  text-shadow: 0 1px 8px rgba(8, 14, 9, 0.34);
}

.promo-card__note {
  width: 100%;
  max-width: none;
  font-size: 0.87rem;
  line-height: 1.34;
  text-align: center;
}

.promo-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f3d790 0%, #d7a94d 48%, #b97426 100%);
  color: #203116;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    0 18px 40px rgba(14, 24, 16, 0.34),
    inset 0 1px 0 rgba(255, 248, 225, 0.72);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease;
}

.promo-card__button:hover,
.promo-card__button:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 22px 46px rgba(14, 24, 16, 0.4),
    inset 0 1px 0 rgba(255, 248, 225, 0.82);
  filter: saturate(1.05) brightness(1.02);
}

.promo-card__button:focus-visible {
  outline: 2px solid rgba(255, 242, 204, 0.9);
  outline-offset: 3px;
}

.promo-card__button:active {
  transform: translateY(0);
}

.promo-card__footer {
  margin-top: 16px;
  padding-top: 14px;
  gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid rgba(246, 235, 205, 0.08);
}

.promo-card__footer strong {
  font-size: 0.92rem;
  color: #fff4d7;
  width: 100%;
  text-align: center;
}

.promo-card__footer span {
  font-size: 0.84rem;
  line-height: 1.3;
}

@keyframes card-rise {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (min-width: 900px) {
  .promo-screen {
    justify-content: center;
    align-items: center;
    padding: 40px clamp(32px, 5vw, 72px);
    background-position: center center;
  }

  .promo-card {
    width: min(78vw, 1180px);
    padding: 30px 34px;
  }

  .promo-card__topline {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .promo-card__domain,
  .promo-card__label {
    text-align: center;
  }

  .promo-card__content {
    gap: 18px;
    width: 100%;
    justify-items: stretch;
  }

  .promo-card h1 {
    font-size: clamp(1.45rem, 1.7vw, 2rem);
  }

  .promo-card__eyebrow,
  .promo-card__lead,
  .promo-card__recommendation,
  .promo-card__note,
  .promo-card__footer strong {
    width: 100%;
    max-width: none;
    margin-inline: auto;
    text-align: center;
  }

  .promo-card__benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    align-items: stretch;
  }

  .benefit-item {
    min-height: 100%;
    align-items: center;
    text-align: center;
  }

  .benefit-item__mark {
    margin-top: 0;
  }

  .benefit-item p {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .promo-screen {
    padding: 14px;
    background-position: 56% center;
  }

  .promo-card {
    padding: 16px;
    border-radius: 28px;
  }

  .promo-card__topline {
    gap: 8px;
    margin-bottom: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }

  .promo-card__domain,
  .promo-card__label {
    width: 100%;
    font-size: 0.61rem;
    text-align: center;
  }

  .promo-card__domain {
    justify-content: center;
  }

  .promo-card__label {
    margin-inline: auto;
  }

  .promo-card__content {
    gap: 11px;
  }

  .promo-card h1,
  .promo-card__lead,
  .promo-card__recommendation,
  .promo-card__note,
  .promo-card__footer strong {
    text-align: center;
  }

  .promo-card__eyebrow {
    width: 100%;
    text-align: center;
  }

  .promo-card h1 {
    font-size: clamp(0.88rem, 2.1vw, 1.18rem);
    line-height: 1.02;
    letter-spacing: -0.02em;
  }

  .promo-card__lead,
  .promo-card__recommendation,
  .promo-card__note,
  .promo-card__footer strong {
    width: 100%;
    max-width: none;
    margin-inline: auto;
  }

  .promo-card__recommendation {
    border-left-width: 2px;
    border-radius: var(--radius-md);
  }

  .benefit-item {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .benefit-item__mark {
    margin-top: 0;
  }

  .promo-card__lead,
  .promo-card__recommendation,
  .benefit-item p,
  .promo-card__note,
  .promo-card__footer strong,
  .promo-card__footer span {
    font-size: 0.82rem;
  }

  .benefit-item p {
    width: 100%;
    text-align: center;
  }

  .promo-card__button {
    min-height: 50px;
    padding: 13px 20px;
    font-size: 0.85rem;
  }

  .benefit-item,
  .promo-card__recommendation {
    padding: 10px 11px;
  }

  .promo-card__footer {
    margin-top: 12px;
    padding-top: 12px;
  }
}

@media (max-height: 760px) {
  .promo-screen {
    padding: 10px;
  }

  .promo-card {
    padding: 14px;
  }

  .promo-card__content {
    gap: 9px;
  }

  .promo-card h1 {
    font-size: clamp(1.7rem, 4vw, 3.2rem);
  }

  .promo-card__lead,
  .promo-card__recommendation,
  .benefit-item p,
  .promo-card__note,
  .promo-card__footer strong,
  .promo-card__footer span {
    font-size: 0.78rem;
    line-height: 1.28;
  }

  .promo-card__button {
    min-height: 46px;
    padding: 11px 18px;
    font-size: 0.8rem;
  }

  .benefit-item {
    padding: 9px 10px;
  }

  .promo-card__footer {
    margin-top: 10px;
    padding-top: 10px;
  }
}
