:root {
  --bg: #0b0502;
  --bg-soft: #160b04;
  --panel: rgba(42, 20, 8, 0.58);
  --panel-strong: rgba(61, 29, 11, 0.7);
  --line: rgba(225, 151, 80, 0.25);
  --line-bright: rgba(237, 178, 111, 0.52);
  --text: #fffaf2;
  --muted: #d8bda0;
  --gold: #ebb877;
  --coffee: #8f4e23;
  --green: #21d441;
  --green-deep: #05951d;
  --red: #f1443e;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 68% 8%, rgba(120, 61, 19, 0.38), transparent 26rem),
    radial-gradient(circle at 10% 82%, rgba(33, 212, 65, 0.1), transparent 24rem),
    linear-gradient(180deg, #130801 0%, var(--bg) 42%, #080301 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.28), transparent 64%);
}

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

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

.page-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 54px 28px 24px;
}

.hero {
  position: relative;
  min-height: 600px;
  padding-bottom: 8px;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  top: 70px;
  right: -110px;
  z-index: 0;
  width: 620px;
  height: 430px;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 50% 38%, rgba(217, 137, 67, 0.34), transparent 36%),
    radial-gradient(circle at 66% 72%, rgba(92, 44, 15, 0.42), transparent 42%),
    radial-gradient(circle at 28% 52%, rgba(14, 7, 2, 0.8), transparent 58%);
  filter: blur(20px);
}

.hero::after {
  position: absolute;
  right: -6%;
  bottom: 28px;
  width: 620px;
  height: 230px;
  pointer-events: none;
  content: "";
  background: radial-gradient(ellipse, rgba(21, 10, 4, 0.88), transparent 64%);
  filter: blur(18px);
}

.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.brand-mark {
  width: 108px;
  height: 108px;
  border: 1px solid rgba(236, 170, 98, 0.24);
  border-radius: 50%;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.brand-copy {
  display: grid;
  gap: 8px;
}

.brand-name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.7);
}

.brand-name span {
  color: var(--gold);
}

.brand-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
  padding: 10px 19px;
  color: #f3c58e;
  font-weight: 800;
  text-transform: uppercase;
  background: rgba(73, 39, 16, 0.72);
  border: 1px solid rgba(220, 148, 70, 0.31);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.social-proof {
  display: grid;
  place-items: center;
  width: 214px;
  min-height: 96px;
  padding: 16px 18px;
  color: #fff6eb;
  text-align: center;
  background: rgba(44, 22, 9, 0.6);
  border: 2px solid rgba(232, 166, 96, 0.66);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
}

.social-proof strong {
  display: block;
  font-size: 21px;
  line-height: 1.25;
}

.proof-copy {
  display: grid;
  justify-items: center;
  gap: 5px;
  max-width: 160px;
}

.proof-copy span {
  color: #f0e3d4;
  line-height: 1.38;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 1040px);
  margin-top: 78px;
}

.hero h1 {
  max-width: 660px;
  margin: 0;
  font-size: 80px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: 0 5px 26px rgba(0, 0, 0, 0.84);
}

.hero h1 span {
  color: var(--gold);
}

.benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin: 32px 0 46px;
  padding: 0;
  list-style: none;
  color: #fff6ed;
  font-size: 18px;
  font-weight: 600;
}

.benefits li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.whatsapp-cta {
  position: relative;
  display: grid;
  grid-template-columns: 78px 1fr 44px;
  align-items: center;
  width: min(100%, 990px);
  min-height: 104px;
  padding: 16px 34px 16px 74px;
  overflow: hidden;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
  background:
    linear-gradient(180deg, rgba(76, 255, 103, 0.18), rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, var(--green), var(--green-deep));
  border: 3px solid #25ef4b;
  border-radius: 8px;
  box-shadow:
    0 0 34px rgba(22, 224, 64, 0.42),
    inset 0 -12px 20px rgba(2, 93, 21, 0.22);
  isolation: isolate;
}

.whatsapp-cta::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(100deg, transparent 0 22%, rgba(255, 255, 255, 0.22) 33%, transparent 47%);
  transform: translateX(-110%);
  transition: transform 0.7s ease;
}

.whatsapp-cta:hover::after,
.whatsapp-cta:focus-visible::after {
  transform: translateX(120%);
}

.whatsapp-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
}

.cta-arrow {
  font-size: 58px;
  font-weight: 500;
  line-height: 1;
  opacity: 0.76;
  transform: translateY(-2px);
}

.trust-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: min(100%, 990px);
  margin: 28px 0 0;
  color: #dec0a4;
  font-size: 18px;
  font-weight: 600;
}

.offers {
  position: relative;
  z-index: 3;
  padding: 34px 26px 24px;
  background:
    linear-gradient(180deg, rgba(35, 17, 6, 0.42), rgba(13, 6, 2, 0.3)),
    rgba(18, 8, 2, 0.25);
  border: 1px solid rgba(184, 109, 43, 0.28);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.section-heading h2 {
  margin: 0 0 26px;
  color: #f4bf82;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.offer-card {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 18px 26px 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 14%, rgba(229, 156, 84, 0.24), transparent 42%),
    linear-gradient(180deg, rgba(73, 34, 12, 0.76), rgba(32, 14, 5, 0.86));
  border: 1px solid rgba(225, 151, 80, 0.35);
  border-radius: 8px;
  box-shadow: 0 22px 38px rgba(141, 64, 64, 0.21);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.offer-card:hover,
.offer-card:focus-within {
  border-color: rgba(240, 183, 118, 0.7);
  box-shadow: 0 28px 48px rgba(0, 0, 0, 0.34);
  transform: translateY(-4px);
}

.deal-badge {
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 2;
  padding: 8px 11px;
  color: white;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.deal-badge.hot {
  background: linear-gradient(135deg, #ff7a28, var(--red));
}

.deal-badge.coupon {
  background: linear-gradient(135deg, #ffb038, #ff6a1d);
}

.offer-card figure {
  display: grid;
  place-items: center;
  height: 154px;
  margin: 0 0 14px;
}

.offer-card img {
  max-height: 150px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.36));
}

.offer-card h3 {
  margin: auto 0 8px;
  font-size: 22px;
  line-height: 1.15;
}

.offer-card p {
  min-height: 42px;
  margin: 0 0 18px;
  color: #e4d6c8;
  font-size: 16px;
  line-height: 1.35;
}

.offer-card del {
  color: rgba(228, 214, 200, 0.78);
  font-size: 16px;
}

.offer-card strong {
  display: block;
  margin: 5px 0 18px;
  color: #4cf14e;
  font-size: 22px;
  line-height: 1.12;
}

.discount {
  width: fit-content;
  min-width: 86px;
  padding: 10px 18px;
  color: #281101;
  font-weight: 900;
  text-align: center;
  background: linear-gradient(180deg, #ffd59d, #efad62);
  border-radius: 8px;
}

.offers-footnote {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 26px 0 0;
  color: #d9bf9f;
  font-size: 18px;
}

.offers-footnote span {
  color: #d88c3d;
}

.telegram-band {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 28px;
  margin-top: 32px;
  padding: 34px 52px;
  color: #140906;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.55), transparent 22rem),
    linear-gradient(135deg, #fff1dc, #ecd0b2);
  border-radius: 8px;
  box-shadow: 0 26px 60px rgba(80, 46, 10, 0.24);
}

.telegram-symbol {
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  background: linear-gradient(135deg, #b86d33, #7d3c19);
  border-radius: 50%;
}

.telegram-symbol img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.telegram-copy h2 {
  margin: 0 0 12px;
  color: #24120a;
  font-size: 32px;
  line-height: 1.08;
}

.telegram-copy p {
  margin: 0;
  max-width: 310px;
  color: #24120a;
  font-size: 19px;
  line-height: 1.35;
}

.telegram-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 350px;
  min-height: 76px;
  padding: 16px 28px;
  color: #7a4224;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  border: 2px solid #a96842;
  border-radius: 8px;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.telegram-cta:hover,
.telegram-cta:focus-visible {
  color: white;
  background: #8d4c27;
  transform: translateY(-2px);
}

.telegram-cta img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.footer {
  margin-top: 32px;
  padding: 28px 0 0;
  color: #d6b896;
  text-align: center;
  border-top: 1px solid rgba(222, 142, 63, 0.22);
}

.footer p {
  margin: 0;
}

.footer-brand {
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 800;
}

.footer p:last-child {
  margin-top: 5px;
  font-size: 14px;
}

@media (max-width: 940px) {
  .page-shell {
    padding: 34px 18px 24px;
  }

  .hero {
    min-height: 560px;
  }

  .topbar {
    align-items: center;
  }

  .brand-mark {
    width: 86px;
    height: 86px;
  }

  .brand-name {
    font-size: 34px;
  }

  .social-proof {
    width: 198px;
    min-height: 88px;
    padding: 14px;
  }

  .hero-content {
    margin-top: 82px;
  }

  .hero h1 {
    font-size: 64px;
  }

  .whatsapp-cta {
    font-size: 28px;
  }

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

  .telegram-band {
    grid-template-columns: 116px 1fr;
    padding: 28px;
  }

  .telegram-symbol {
    width: 108px;
    height: 108px;
    font-size: 50px;
  }

  .telegram-cta {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 680px) {
  .page-shell {
    padding: 18px 10px 18px;
  }

  .hero {
    min-height: 0;
    padding-bottom: 18px;
  }

  .hero::before {
    top: 118px;
    right: -180px;
    width: 430px;
    height: 360px;
    background:
      radial-gradient(circle at 44% 34%, rgba(222, 143, 76, 0.28), transparent 34%),
      radial-gradient(circle at 58% 70%, rgba(48, 22, 7, 0.78), transparent 56%);
    filter: blur(24px);
  }

  .topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 112px;
    align-items: start;
    gap: 10px;
    margin-bottom: 34px;
  }

  .social-proof {
    width: 112px;
    min-height: 72px;
    padding: 9px 8px;
    flex: 0 0 112px;
  }

  .social-proof strong {
    font-size: 16px;
  }

  .proof-copy {
    gap: 2px;
    max-width: 92px;
  }

  .proof-copy span {
    font-size: 12px;
    line-height: 1.25;
  }

  .brand {
    min-width: 0;
    gap: 8px;
  }

  .brand-mark {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
  }

  .brand-name {
    font-size: 24px;
    white-space: nowrap;
  }

  .brand-tag {
    padding: 6px 10px;
    font-size: 11px;
    white-space: nowrap;
  }

  .hero-content {
    margin-top: 0;
  }

  .hero h1 {
    max-width: 370px;
    font-size: 43px;
  }

  .benefits {
    display: flex;
    gap: 9px 13px;
    margin: 22px 0 28px;
    font-size: 13px;
  }

  .whatsapp-cta {
    grid-template-columns: 42px 1fr 22px;
    min-height: 78px;
    padding: 12px 14px;
    font-size: 19px;
  }

  .whatsapp-icon {
    width: 42px;
    height: 42px;
  }

  .cta-arrow {
    font-size: 42px;
  }

  .trust-line {
    justify-content: center;
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
  }

  .offers {
    padding: 22px 12px 18px;
  }

  .section-heading h2 {
    font-size: 18px;
  }

  .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .offer-card {
    min-height: 286px;
    padding: 12px 12px 14px;
  }

  .deal-badge {
    top: 9px;
    right: 8px;
    padding: 6px 8px;
    font-size: 10px;
  }

  .offer-card figure {
    height: 98px;
    margin-bottom: 12px;
  }

  .offer-card img {
    max-height: 96px;
  }

  .offer-card h3 {
    font-size: 16px;
  }

  .offer-card p,
  .offer-card del {
    font-size: 12px;
  }

  .offer-card p {
    min-height: 34px;
    margin-bottom: 10px;
  }

  .offer-card strong {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .discount {
    min-width: 64px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .offers-footnote {
    font-size: 14px;
  }

  .telegram-band {
    grid-template-columns: 68px 1fr;
    gap: 14px;
    padding: 18px 16px;
    text-align: left;
  }

  .telegram-symbol {
    width: 62px;
    height: 62px;
    margin: 0;
  }

  .telegram-symbol img {
    width: 38px;
    height: 38px;
  }

  .telegram-copy h2 {
    font-size: 22px;
  }

  .telegram-copy p {
    max-width: none;
    margin: 0;
    font-size: 14px;
  }

  .telegram-cta {
    grid-column: 1 / -1;
    min-height: 58px;
    min-width: 0;
    font-size: 15px;
  }

  .telegram-cta img {
    width: 24px;
    height: 24px;
  }

  .footer-brand {
    font-size: 21px;
  }
}

@media (max-width: 380px) {
  .topbar {
    grid-template-columns: minmax(0, 1fr) 98px;
    gap: 8px;
    margin-bottom: 30px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .brand-name {
    font-size: 20px;
  }

  .brand-tag {
    padding: 5px 8px;
    font-size: 9px;
  }

  .social-proof {
    width: 98px;
    min-height: 66px;
    padding: 8px 6px;
  }

  .social-proof strong {
    font-size: 14px;
  }

  .proof-copy span {
    font-size: 11px;
  }

  .hero h1 {
    font-size: 37px;
  }

  .whatsapp-cta {
    font-size: 17px;
  }
}
