@font-face { font-family: "Pepsi Tajik"; src: url("assets/pepsi-tajik-regular.woff?v=20260910-1") format("woff"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Pepsi Tajik"; src: url("assets/pepsi-tajik-bold.woff?v=20260910-1") format("woff"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --blue: #060a66;
  --yellow: #ffe331;
  --ink: #070d57;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
  margin: 0;
  background: var(--blue);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
html[lang="tg"] body { font-family: "Pepsi Tajik", Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.lemon-pattern {
  position: absolute;
  z-index: 1;
  width: 210px;
  height: auto;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 18px 25px rgba(3, 6, 68, .16));
}
.lemon-pattern-hero { left: -66px; bottom: 38px; width: 205px; transform: rotate(20deg); opacity: .72; }
.lemon-pattern-steps-top { right: -68px; top: 34px; width: 230px; transform: rotate(-23deg); }
.lemon-pattern-steps-bottom { left: -82px; bottom: 24px; width: 190px; transform: rotate(28deg) scaleX(-1); }
.lemon-pattern-prizes { right: -60px; bottom: 24px; width: 245px; transform: rotate(-18deg); opacity: .78; }
.lemon-pattern-rules { right: -55px; top: 245px; width: 220px; transform: rotate(24deg); opacity: .82; }
.lemon-pattern-final { right: 7%; bottom: -70px; width: 205px; transform: rotate(-27deg); opacity: .55; }
.hero-visual > img,
.prize-art-stage > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 82px;
  display: flex;
  align-items: center;
  gap: 42px;
  padding: 0 max(28px, calc((100vw - 1240px) / 2));
  background: rgba(3, 6, 68, 0.82);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-orb {
  position: relative;
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.92);
  background: #fff;
}
.brand-logo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-left: auto;
}
.desktop-nav a {
  position: relative;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  font-weight: 700;
  transition: color .25s ease;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--yellow);
  transition: right .25s ease;
}
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: white; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.desktop-nav .nav-rules {
  padding: 10px 15px;
  color: white;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
}
.desktop-nav .nav-rules::after { display: none; }
.language-switch, .mobile-language-switch {
  display: flex;
  align-items: center;
  padding: 3px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
}
.language-button {
  min-width: 38px;
  height: 34px;
  padding: 0 9px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: transparent;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}
.language-button.is-active { color: var(--ink); background: var(--yellow); }
.mobile-language-switch { display: none; }

.header-cta, .primary-button, .instagram-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(255,227,49,.18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.header-cta { min-height: 44px; padding: 0 23px; font-size: 12px; }
.header-cta:hover, .primary-button:hover, .instagram-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(255,227,49,.28);
  background: #ffeb61;
}
.menu-button, .mobile-nav { display: none; }

.hero {
  position: relative;
  min-height: 790px;
  padding: 160px 28px 88px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 50%, rgba(34, 76, 255, .96) 0, rgba(17, 27, 224, .88) 30%, transparent 58%),
    linear-gradient(120deg, #03063e 0%, #080c8a 45%, #111ae2 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .15;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(95px); pointer-events: none; }
.hero-glow-one { width: 290px; height: 290px; left: -100px; top: 200px; background: rgba(34,80,255,.55); }
.hero-glow-two { width: 250px; height: 250px; right: 1%; bottom: -30px; background: rgba(54,189,255,.35); }
.dot-field {
  position: absolute;
  width: 310px;
  height: 310px;
  opacity: .22;
  background-image: radial-gradient(circle, #466cff 0 3px, transparent 3.5px);
  background-size: 18px 18px;
  mask-image: radial-gradient(circle, black 20%, transparent 72%);
  pointer-events: none;
}
.dot-field-one { left: -45px; top: 100px; }
.dot-field-two { right: -70px; bottom: 20px; }

.hero-inner, .section-shell {
  position: relative;
  z-index: 2;
  width: min(1240px, 100%);
  margin: 0 auto;
}
.hero-inner {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  min-height: 540px;
}
.hero-copy { position: relative; z-index: 3; max-width: 600px; }
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}
.eyebrow-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 7px rgba(255,227,49,.13);
}
.hero h1 {
  margin: 25px 0 23px;
  font-size: clamp(66px, 6.6vw, 106px);
  line-height: .84;
  letter-spacing: -.065em;
  font-weight: 1000;
  font-style: italic;
}
.hero h1 span { display: block; margin-top: 13px; color: var(--yellow); }
.hero-copy > p {
  max-width: 520px;
  margin: 0;
  color: #c9ceff;
  font-size: 18px;
  line-height: 1.55;
}
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.countdown {
  width: min(550px, 100%);
  margin-top: 32px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 22px;
  background: rgba(3,6,68,.58);
  box-shadow: 0 18px 42px rgba(0,2,45,.2);
  backdrop-filter: blur(14px);
}
.countdown-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 12px; }
.countdown-heading strong { color: var(--yellow); font-size: 11px; letter-spacing: .13em; }
.countdown-heading > span { color: #c9ceff; font-size: 12px; font-weight: 700; }
.countdown-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.countdown-grid > div { padding: 10px 7px 9px; border-radius: 14px; background: rgba(255,255,255,.09); text-align: center; }
.countdown-grid b { display: block; color: white; font-size: 27px; line-height: 1; font-variant-numeric: tabular-nums; }
.countdown-grid span { display: block; margin-top: 5px; color: #aeb7ff; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.countdown.is-finished .countdown-grid { opacity: .5; }
.primary-button { min-height: 58px; padding: 0 27px; font-size: 13px; }
.primary-button span, .instagram-button span { font-size: 20px; }
.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 14px 0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.32);
}
.hero-visual {
  position: absolute;
  right: -8vw;
  top: -50px;
  width: min(920px, 68vw);
  height: 650px;
  overflow: visible;
}
.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 7% 4% 3%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(60,139,255,.48), rgba(16,34,221,.18) 48%, transparent 72%);
  filter: blur(20px);
  pointer-events: none;
}
.hero-visual img {
  z-index: 1;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 30px 34px rgba(0,3,50,.28));
}
.scroll-hint {
  position: absolute;
  z-index: 3;
  left: max(28px, calc((100vw - 1240px) / 2));
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255,255,255,.54);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
}
.scroll-hint i {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22);
  font-style: normal;
}

.steps-section {
  position: relative;
  padding: 115px 28px 125px;
  color: var(--ink);
  background: #f7f8ff;
  overflow: hidden;
}
.steps-section::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -110px;
  top: -90px;
  border-radius: 50%;
  background: var(--yellow);
  opacity: .9;
}
.section-heading { text-align: center; }
.section-heading .section-kicker, .rules-title .section-kicker { color: #1624d5; }
.section-heading h2, .prizes-heading h2, .rules-title h2, .final-cta h2 {
  margin: 15px 0 12px;
  font-size: clamp(46px, 5vw, 76px);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 1000;
  text-transform: uppercase;
}
.section-heading p { margin: 0; color: #626997; font-size: 17px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.step-card {
  position: relative;
  min-height: 315px;
  padding: 29px;
  border: 1px solid #e0e3ff;
  border-radius: 25px;
  background: white;
  overflow: visible;
  box-shadow: 0 20px 55px rgba(24,29,117,.07);
  transition: transform .25s ease, box-shadow .25s ease;
}
.step-card:hover { transform: translateY(-7px); box-shadow: 0 28px 65px rgba(24,29,117,.12); }
.step-number {
  position: absolute;
  right: 23px;
  top: 20px;
  color: #edf0ff;
  font-size: 53px;
  font-weight: 1000;
  letter-spacing: -.08em;
}
.step-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 83px;
  height: 83px;
  margin: 17px 0 37px;
  border-radius: 50%;
  background: var(--yellow);
  color: #131fc4;
  font-size: 42px;
  font-weight: 1000;
  box-shadow: 0 9px 0 #e6cd21;
}
.step-card h3 { margin: 0 0 10px; font-size: 27px; font-weight: 1000; text-transform: uppercase; }
.step-card p { max-width: 280px; margin: 0; color: #646a93; line-height: 1.5; }
.step-arrow {
  position: absolute;
  z-index: 3;
  top: 137px;
  right: -31px;
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  color: white;
  background: #1825d5;
  border: 6px solid #f7f8ff;
}
.instagram-button {
  min-height: 58px;
  width: max-content;
  margin: 45px auto 0;
  padding: 0 27px;
  font-size: 13px;
  background: #1423d7;
  color: white;
  box-shadow: 0 12px 30px rgba(20,35,215,.2);
}
.instagram-button:hover { background: #2636f0; box-shadow: 0 18px 38px rgba(20,35,215,.3); }

.prizes-section {
  position: relative;
  padding: 120px 28px 130px;
  background:
    radial-gradient(circle at 85% 20%, rgba(49,89,255,.6), transparent 38%),
    linear-gradient(140deg, #04084d, #0e16c1 67%, #1429fa);
  overflow: hidden;
}
.prizes-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: radial-gradient(circle, #5a75ff 0 2.5px, transparent 3px);
  background-size: 22px 22px;
  mask-image: radial-gradient(circle at 95% 60%, black, transparent 50%);
}
.prizes-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 53px; }
.section-kicker.yellow, .prizes-heading h2 em { color: var(--yellow); }
.prizes-heading h2 em { font-style: normal; }
.prizes-heading p { max-width: 370px; margin: 0 0 9px; color: #c1c8ff; font-size: 17px; line-height: 1.6; }
.prize-grid {
  display: grid;
  grid-template-columns: 1.35fr .85fr .85fr;
  grid-template-rows: repeat(2, 270px);
  gap: 16px;
}
.prize-card {
  position: relative;
  min-height: 270px;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  background: linear-gradient(145deg, #1725e8 0%, #0a1098 68%, #050a5f 100%);
  cursor: zoom-in;
}
.prize-card::before {
  content: "";
  position: absolute;
  inset: 8% 7% 26%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(70,159,255,.48), rgba(26,53,238,.12) 48%, transparent 72%);
  filter: blur(7px);
}
.prize-1 { grid-row: 1 / 3; }
.prize-art-stage {
  position: absolute;
  z-index: 1;
  inset: 18px 18px 88px;
  transition: transform .42s cubic-bezier(.2,.8,.2,1), filter .42s ease;
  transform-origin: center;
}
.prize-art {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 22px 22px rgba(0,0,45,.38));
}
.prize-art-stage-1 { inset: 34px 34px 105px; }
.prize-art-stage-2 { inset: 17px 24px 84px; }
.prize-art-stage-3 { inset: 18px 31px 82px; }
.prize-art-stage-4 { inset: 33px 24px 88px; transform: rotate(-5deg); }
.prize-art-stage-5 { inset: 15px 40px 79px; }
.prize-card:hover .prize-art-stage { transform: translateY(-5px) scale(1.14); filter: brightness(1.08); }
.prize-card:hover .prize-art-stage-4 { transform: translateY(-5px) rotate(-5deg) scale(1.14); }
.prize-card:hover .prize-art { filter: drop-shadow(0 32px 30px rgba(0,0,45,.55)); }
.prize-label { position: absolute; z-index: 2; left: 26px; right: 50px; bottom: 24px; }
.prize-label span { color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.prize-label h3 { margin: 7px 0 0; font-size: 27px; font-weight: 1000; text-transform: uppercase; }
.prize-1 .prize-label h3 { font-size: 41px; }
.prize-index { position: absolute; z-index: 3; right: 20px; bottom: 21px; color: rgba(255,255,255,.28); font-size: 15px; font-weight: 900; }

.rules-section { position: relative; padding: 118px 28px; color: var(--ink); background: var(--yellow); overflow: hidden; }
.rules-section::before { content: ""; position: absolute; width: 390px; height: 390px; right: -150px; top: -180px; border: 70px solid rgba(16,26,210,.08); border-radius: 50%; }
.rules-title { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.rules-title h2 { margin-bottom: 0; }
.rules-summary { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-bottom: 18px; }
.rules-summary article { min-height: 185px; padding: 25px; border-radius: 24px; color: white; background: linear-gradient(145deg,#1725e8,#080d82); box-shadow: 0 18px 35px rgba(7,13,87,.13); }
.rules-summary article > span { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 23px; border-radius: 50%; color: var(--ink); background: var(--yellow); font-size: 12px; font-weight: 1000; }
.rules-summary strong { display: block; margin-bottom: 8px; font-size: 23px; }
.rules-summary p { margin: 0; color: #cbd0ff; font-size: 15px; line-height: 1.5; font-weight: 600; }
.rules-groups { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.rule-group { padding: 31px; border-radius: 26px; background: white; box-shadow: 0 18px 45px rgba(7,13,87,.1); }
.rule-group h3 { display: flex; align-items: center; gap: 12px; margin: 0 0 23px; font-size: 25px; }
.rule-group h3 > span, .additional-rules summary b { display: grid; place-items: center; flex: 0 0 auto; width: 41px; height: 41px; border-radius: 50%; color: white; background: #1423d7; font-size: 12px; }
.rule-group h3 b { font-weight: 1000; }
.rule-group ul { margin: 0; padding: 0; list-style: none; }
.rule-group li { position: relative; padding: 12px 0 12px 27px; border-top: 1px solid rgba(7,13,87,.12); font-size: 15px; line-height: 1.52; font-weight: 650; }
.rule-group li::before { content: ""; position: absolute; left: 2px; top: 19px; width: 8px; height: 8px; border-radius: 50%; background: #1423d7; }
.prize-rules { background: #111bd0; color: white; }
.prize-rules h3 > span { color: var(--ink); background: var(--yellow); }
.rule-prize-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.rule-prize-list li { min-height: 76px; display: flex; flex-direction: column; justify-content: center; padding: 15px; border: 0; border-radius: 15px; background: rgba(255,255,255,.09); }
.rule-prize-list li::before { display: none; }
.rule-prize-list li:last-child { grid-column: 1 / -1; }
.rule-prize-list small { margin-top: 4px; color: var(--yellow); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.additional-rules { grid-column: 1 / -1; padding: 0; overflow: hidden; }
.additional-rules summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 27px 31px; cursor: pointer; list-style: none; font-size: 24px; }
.additional-rules summary::-webkit-details-marker { display: none; }
.additional-rules summary > span { display: flex; align-items: center; gap: 12px; }
.additional-rules summary strong { font-weight: 1000; }
.additional-rules summary i { display: grid; place-items: center; flex: 0 0 auto; width: 41px; height: 41px; border-radius: 50%; color: white; background: #1423d7; font-size: 27px; font-style: normal; transition: transform .25s ease; }
.additional-rules[open] summary i { transform: rotate(45deg); }
.additional-rules ul { padding: 0 31px 29px; columns: 2; column-gap: 42px; }
.additional-rules li { break-inside: avoid; }

.final-cta {
  position: relative;
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 42px;
  padding: 80px max(28px, calc((100vw - 1240px) / 2));
  background: #101ad2;
  overflow: hidden;
}
.final-cta::after {
  content: "";
  position: absolute;
  width: 370px;
  height: 370px;
  right: -190px;
  border-radius: 50%;
  border: 70px solid rgba(255,255,255,.04);
}
.final-orb {
  display: grid;
  place-items: center;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid white;
  background: white;
  box-shadow: 0 0 80px rgba(63,114,255,.9);
}
.final-logo-image { display: block; width: 100%; height: 100%; object-fit: cover; }
.final-cta h2 { margin-top: 10px; font-size: clamp(42px, 5vw, 68px); }
.final-cta p { margin: 0; color: #c8ceff; font-size: 17px; }
footer {
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 34px max(28px, calc((100vw - 1240px) / 2));
  color: #9aa4e9;
  background: #03063e;
  font-size: 12px;
}
footer p { margin: 0 auto 0 0; }
footer > a:last-child { color: white; font-weight: 800; }

.back-to-top {
  position: fixed;
  z-index: 45;
  right: 27px;
  bottom: 27px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 19px 0 8px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 999px;
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 16px 38px rgba(1,4,66,.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(18px) scale(.92);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease, box-shadow .2s ease;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.back-to-top:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 20px 44px rgba(1,4,66,.4); }
.back-to-top span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: white;
  background: #1423d7;
  font-size: 20px;
  font-weight: 900;
}
.back-to-top b { font-size: 11px; font-weight: 1000; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 1040px) {
  .desktop-nav { gap: 18px; }
  .site-header { gap: 20px; }
  .hero-inner { grid-template-columns: .95fr 1.05fr; }
  .hero-visual { right: -15vw; width: 79vw; }
  .hero h1 { font-size: clamp(62px, 8vw, 88px); }
  .prize-grid { grid-template-columns: 1.15fr 1fr; grid-template-rows: repeat(3, 240px); }
  .prize-1 { grid-row: 1 / 3; }
  .prize-5 { grid-column: 1 / 3; }
  .rules-grid { gap: 50px; }
  .final-cta { grid-template-columns: 110px 1fr auto; }
  .final-orb { width: 105px; height: 105px; border-width: 7px; }
}

@media (max-width: 820px) {
  .site-header { height: 72px; padding: 0 19px; }
  .desktop-nav, .header-cta, .site-header > .language-switch { display: none; }
  .menu-button {
    display: flex;
    flex-direction: column;
    gap: 7px;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0 9px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
  }
  .menu-button span { display: block; width: 100%; height: 2px; background: white; }
  .mobile-nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 10px 19px 20px;
    background: rgba(3,6,68,.97);
    border-bottom: 1px solid rgba(255,255,255,.12);
    transform: translateY(-130%);
    opacity: 0;
    visibility: hidden;
    transition: transform .28s ease, opacity .28s ease, visibility .28s;
  }
  .mobile-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .mobile-nav a { padding: 15px 5px; border-bottom: 1px solid rgba(255,255,255,.11); font-size: 15px; font-weight: 800; }
  .mobile-nav .mobile-cta {
    margin-top: 12px;
    padding: 15px 20px;
    text-align: center;
    border: 0;
    border-radius: 999px;
    color: var(--ink);
    background: var(--yellow);
    text-transform: uppercase;
  }
  .mobile-language-switch { display: flex; width: max-content; margin: 12px 5px 4px; }
  .mobile-language-switch .language-button { min-width: 49px; height: 39px; }
  .hero { min-height: auto; padding: 125px 19px 72px; }
  .hero-inner { display: flex; flex-direction: column; align-items: stretch; min-height: 0; }
  .hero-copy { max-width: 660px; }
  .hero h1 { font-size: clamp(56px, 14vw, 91px); }
  .hero-copy > p { max-width: 570px; }
  .hero-visual {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 520px;
    margin: 30px 0 -72px;
  }
  .hero-visual::before { inset: 8% 0 4%; }
  .hero-visual img { object-position: center; }
  .scroll-hint { display: none; }
  .steps-grid { grid-template-columns: 1fr; max-width: 620px; margin-left: auto; margin-right: auto; }
  .step-card { min-height: 260px; }
  .step-arrow { top: auto; right: 50%; bottom: -29px; transform: translateX(50%) rotate(90deg); }
  .prizes-heading { align-items: start; flex-direction: column; gap: 15px; }
  .rules-summary, .rules-groups { grid-template-columns: 1fr; }
  .rules-summary article { min-height: 0; }
  .additional-rules ul { columns: 1; }
  .final-cta { grid-template-columns: 90px 1fr; }
  .final-cta .primary-button { grid-column: 2; width: max-content; }
  .final-orb { width: 86px; height: 86px; }
  .lemon-pattern-hero { left: auto; right: -70px; bottom: 5px; width: 170px; opacity: .48; }
  .lemon-pattern-steps-top { width: 180px; right: -76px; top: 22px; }
  .lemon-pattern-steps-bottom { width: 145px; left: -72px; }
  .lemon-pattern-prizes { width: 185px; right: -78px; }
  .lemon-pattern-rules { width: 170px; right: -82px; top: 190px; opacity: .58; }
  .lemon-pattern-final { width: 170px; right: -55px; bottom: -55px; opacity: .35; }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 68px; }
  .brand-orb { width: 34px; height: 34px; border-width: 2.5px; }
  .hero { padding-top: 111px; }
  .eyebrow { font-size: 10px; }
  .hero h1 { margin-top: 20px; font-size: clamp(51px, 17vw, 76px); line-height: .87; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .primary-button { width: 100%; }
  .text-link { align-self: center; }
  .countdown { padding: 14px; }
  .countdown-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .countdown-grid { grid-template-columns: repeat(2,1fr); }
  .hero-visual { height: 390px; }
  .hero-visual img { object-position: center; }
  .steps-section, .prizes-section, .rules-section { padding: 82px 19px; }
  .section-heading h2, .prizes-heading h2, .rules-title h2 { font-size: 45px; }
  .section-heading { text-align: left; }
  .section-heading p { font-size: 15px; }
  .steps-grid { margin-top: 38px; }
  .step-card { padding: 24px; }
  .instagram-button { width: 100%; }
  .prize-grid { display: flex; flex-direction: column; }
  .prize-card { min-height: 320px; }
  .prize-1 { min-height: 440px; }
  .prize-art-stage { inset: 18px 22px 88px; }
  .prize-art-stage-1 { inset: 26px 32px 105px; }
  .prize-art-stage-3 { left: 45px; right: 45px; }
  .prize-art-stage-5 { left: 54px; right: 54px; }
  .prize-label h3, .prize-1 .prize-label h3 { font-size: 29px; }
  .rules-title { align-items: flex-start; flex-direction: column; margin-bottom: 30px; }
  .rules-summary article, .rule-group { padding: 22px; border-radius: 21px; }
  .rule-group h3, .additional-rules summary { font-size: 21px; }
  .rule-prize-list { grid-template-columns: 1fr; }
  .rule-prize-list li:last-child { grid-column: auto; }
  .additional-rules { padding: 0; }
  .additional-rules summary { padding: 22px; }
  .additional-rules ul { padding: 0 22px 24px; }
  .final-cta { grid-template-columns: 1fr; gap: 25px; padding: 75px 19px; }
  .final-orb { width: 75px; height: 75px; }
  .final-cta .primary-button { grid-column: 1; width: 100%; }
  .final-cta h2 { font-size: 45px; }
  footer { align-items: flex-start; flex-direction: column; gap: 22px; padding: 36px 19px; }
  footer p { margin: 0; }
  .back-to-top { right: 16px; bottom: 16px; width: 50px; min-height: 50px; padding: 6px; }
  .back-to-top span { width: 36px; height: 36px; }
  .back-to-top b { display: none; }
  .lemon-pattern-steps-bottom { display: none; }
  .lemon-pattern-hero { width: 135px; right: -58px; bottom: 28px; }
  .lemon-pattern-steps-top, .lemon-pattern-prizes, .lemon-pattern-rules { width: 135px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
