:root {
  --side: #0a1836;
  --navy: #08285d;
  --blue: #0d4aa2;
  --deep-blue: #061c44;
  --gold: #dcb24f;
  --cream: #fff5dd;
  --wood: #b9854f;
  --wood-dark: #6c3f22;
  --paper: #fbfff8;
  --field: #f1f1f1;
  --ink: #172033;
  --muted: #667085;
  --red: #c40018;
  --teal: #0d8a88;
  --shadow: 0 22px 48px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--side);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.page-shell {
  width: min(100%, 967px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.poster-stack {
  display: none;
}

.image-poster-stack {
  order: 1;
  background: #010711;
  line-height: 0;
}

.image-poster {
  display: block;
  line-height: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(220, 178, 79, 0.24);
}

.image-poster img {
  width: 100%;
  height: auto;
  display: block;
}

.image-poster + .image-poster {
  margin-top: -1px;
}

.promo-poster {
  position: relative;
  min-height: 1280px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 38px 38px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 38px 38px,
    linear-gradient(135deg, #06162f 0%, #0c3e86 54%, #071b3c 100%);
}

.promo-poster::before {
  content: "";
  position: absolute;
  inset: 70px 0 0;
  background:
    radial-gradient(circle at 78% 24%, rgba(255, 224, 135, 0.42), transparent 18rem),
    radial-gradient(circle at 22% 42%, rgba(14, 138, 136, 0.24), transparent 19rem);
  pointer-events: none;
}

.poster-hero {
  min-height: 1370px;
}

.poster-menu {
  position: relative;
  z-index: 10;
  height: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 12px;
  padding-left: 160px;
  background: #fff;
  color: #202020;
}

.mini-logo {
  position: absolute;
  left: 28px;
  top: 13px;
  width: 128px;
  min-height: 66px;
  display: grid;
  place-items: center;
  padding: 8px;
  background: linear-gradient(135deg, #063172, #0e55b6);
  color: #fff;
  text-align: center;
  transform: rotate(-7deg);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.28);
}

.mini-logo small,
.mini-logo strong {
  display: block;
  line-height: 0.95;
  text-transform: uppercase;
}

.mini-logo small {
  font-size: 13px;
  font-weight: 800;
  color: var(--gold);
}

.mini-logo strong {
  font-size: 28px;
  font-weight: 900;
}

.poster-menu nav {
  display: flex;
  height: 100%;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 15px;
}

.poster-menu nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  padding: 0 14px;
  white-space: nowrap;
}

.poster-menu .order-link {
  background: var(--red);
  color: #fff;
}

.poster-copy {
  position: relative;
  z-index: 3;
  width: 620px;
  padding: 108px 42px 0;
}

.poster-copy.compact {
  width: 545px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-weight: 900;
  font-size: 24px;
  line-height: 1.05;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.poster-copy h1,
.poster-copy h2 {
  margin: 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.14), 0 2px 16px rgba(0, 0, 0, 0.42);
}

.poster-copy h1 {
  font-size: 70px;
  line-height: 1.02;
}

.poster-copy h2 {
  font-size: 62px;
  line-height: 1.02;
}

.subtitle {
  max-width: 500px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.28;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.45);
}

.poster-hero .subtitle {
  max-width: 360px;
}

.product-visual {
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 398px;
  width: 480px;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.poster-hero .product-visual {
  right: 35px;
  top: 520px;
  width: 470px;
}

.feature-pills {
  position: absolute;
  z-index: 4;
  right: 42px;
  top: 430px;
  display: grid;
  gap: 12px;
  width: 300px;
}

.feature-pills span {
  display: block;
  padding: 15px 18px;
  border-radius: 999px;
  background: rgba(79, 45, 21, 0.72);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.round-price {
  position: absolute;
  z-index: 5;
  left: 46px;
  top: 735px;
  width: 185px;
  height: 185px;
  display: grid;
  align-content: center;
  justify-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 24%, #fff4cc, var(--gold) 45%, #a66a18);
  color: #271b08;
  text-align: center;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.36);
}

.round-price span {
  font-weight: 900;
  font-size: 22px;
}

.round-price strong {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 52px;
  line-height: 0.95;
}

.poster-bullets {
  position: absolute;
  z-index: 5;
  left: 58px;
  right: 38px;
  bottom: 72px;
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.58);
}

.poster-bullets li {
  position: relative;
  padding-left: 40px;
}

.poster-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, var(--gold), #fff0b8);
  transform: rotate(45deg);
}

.poster-formula {
  background:
    linear-gradient(90deg, rgba(92, 53, 24, 0.2) 1px, transparent 1px) 0 70px / 44px 44px,
    linear-gradient(0deg, rgba(92, 53, 24, 0.16) 1px, transparent 1px) 0 70px / 44px 44px,
    linear-gradient(110deg, #d7a66f 0%, #a66d3d 45%, #6a3e25 100%);
}

.poster-syndrome {
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 67, 67, 0.32), transparent 14rem),
    radial-gradient(circle at 20% 22%, rgba(255, 212, 112, 0.22), transparent 18rem),
    linear-gradient(135deg, #070d1d 0%, #111f44 48%, #03142f 100%);
}

.poster-syndrome::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 34px 34px,
    radial-gradient(circle at 50% 52%, rgba(196, 0, 24, 0.24), transparent 20rem);
}

.syndrome-copy {
  width: 700px;
}

.syndrome-copy h2 {
  max-width: 670px;
  font-size: 64px;
}

.syndrome-copy .subtitle {
  max-width: 560px;
}

.leg-scene {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 260px;
  width: 650px;
  height: 460px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 78% 18%, rgba(250, 250, 255, 0.18), transparent 5rem),
    linear-gradient(180deg, rgba(4, 11, 31, 0.75), rgba(8, 20, 48, 0.88));
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.08), var(--shadow);
}

.nerve-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.moon {
  position: absolute;
  right: 48px;
  top: 42px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 34%, #fff, #f8d887 62%, rgba(248, 216, 135, 0.12) 64%);
  box-shadow: 0 0 34px rgba(248, 216, 135, 0.48);
}

.bed {
  position: absolute;
  left: 44px;
  right: 44px;
  bottom: 56px;
  height: 112px;
  border-radius: 22px 22px 12px 12px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 22%),
    linear-gradient(180deg, #d8e7ff, #7894c2);
  transform: skewX(-9deg);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.28);
}

.leg {
  position: absolute;
  height: 82px;
  border-radius: 999px;
  transform-origin: 18% 50%;
  background:
    radial-gradient(circle at 70% 48%, rgba(255, 255, 255, 0.34), transparent 14%),
    linear-gradient(90deg, #d7efff, #79c9ff 52%, #0b66b1);
  box-shadow: 0 0 34px rgba(99, 202, 255, 0.38), inset 0 -12px 18px rgba(5, 47, 94, 0.42);
}

.leg::after {
  content: "";
  position: absolute;
  right: -54px;
  top: 30px;
  width: 92px;
  height: 42px;
  border-radius: 70% 50% 50% 70%;
  background: linear-gradient(90deg, #5fb8ed, #c9efff);
  transform: rotate(8deg);
}

.leg-front {
  left: 168px;
  bottom: 170px;
  width: 365px;
  transform: rotate(-23deg);
  animation: restless-leg 1.2s ease-in-out infinite;
}

.leg-back {
  left: 120px;
  bottom: 118px;
  width: 350px;
  opacity: 0.66;
  transform: rotate(12deg);
  animation: restless-leg-back 1.35s ease-in-out infinite;
}

.pain-node {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 12%, #ffec80 26%, #ff3b2f 52%, rgba(255, 59, 47, 0) 72%);
  box-shadow: 0 0 22px rgba(255, 71, 56, 0.9);
  animation: pain-pulse 0.9s ease-out infinite;
}

.pain-node.knee {
  left: 82px;
  top: 21px;
}

.pain-node.calf {
  left: 184px;
  top: 12px;
  animation-delay: 0.18s;
}

.pain-node.ankle {
  right: 28px;
  top: 25px;
  animation-delay: 0.34s;
}

.motion-lines {
  position: absolute;
  left: 64px;
  top: 160px;
  display: grid;
  gap: 18px;
  width: 210px;
}

.motion-lines span {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 212, 112, 0.92), rgba(255, 255, 255, 0));
  animation: motion-swipe 0.72s linear infinite;
}

.motion-lines span:nth-child(2) {
  width: 150px;
  animation-delay: 0.14s;
}

.motion-lines span:nth-child(3) {
  width: 180px;
  animation-delay: 0.28s;
}

.symptom-cards {
  position: absolute;
  z-index: 5;
  left: 42px;
  right: 42px;
  bottom: 92px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.symptom-cards div {
  min-height: 135px;
  padding: 17px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: #172033;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.2);
}

.symptom-cards strong,
.symptom-cards small {
  display: block;
}

.symptom-cards strong {
  margin-bottom: 8px;
  color: var(--red);
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
}

.symptom-cards small {
  color: #3f4858;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.38;
}

.solution-ribbon {
  position: absolute;
  z-index: 6;
  right: 44px;
  bottom: 40px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 14px 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold), #fff1b7);
  color: #211706;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.solution-ribbon span,
.solution-ribbon small {
  font-weight: 900;
  text-transform: uppercase;
}

.solution-ribbon strong {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}

@keyframes restless-leg {
  0%,
  100% {
    transform: rotate(-23deg) translateY(0);
  }
  50% {
    transform: rotate(-16deg) translateY(-14px);
  }
}

@keyframes restless-leg-back {
  0%,
  100% {
    transform: rotate(12deg) translateY(0);
  }
  50% {
    transform: rotate(7deg) translateY(10px);
  }
}

@keyframes pain-pulse {
  0% {
    transform: scale(0.84);
    opacity: 0.68;
  }
  55% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(1.85);
    opacity: 0;
  }
}

@keyframes motion-swipe {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateX(80px);
    opacity: 0;
  }
}

.poster-formula::before {
  background:
    radial-gradient(circle at 18% 32%, rgba(255, 250, 220, 0.42), transparent 16rem),
    radial-gradient(circle at 78% 38%, rgba(7, 31, 70, 0.24), transparent 17rem);
}

.ingredient-board {
  position: relative;
  z-index: 4;
  width: 350px;
  display: grid;
  gap: 14px;
  margin: 36px 0 0 42px;
}

.ingredient-board div {
  display: grid;
  grid-template-columns: 46px 1fr;
  column-gap: 12px;
  align-items: center;
  padding: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #1b2436;
  box-shadow: 0 14px 28px rgba(69, 42, 22, 0.24);
}

.ingredient-board .root-icon {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-size: 24px;
}

.ingredient-board strong,
.ingredient-board small {
  display: block;
}

.ingredient-board strong {
  font-size: 19px;
  font-weight: 900;
}

.ingredient-board small {
  color: #625849;
  font-weight: 700;
}

.formula-product {
  right: -95px;
  top: 445px;
  width: 500px;
  transform: rotate(3deg);
}

.pack-shot {
  position: absolute;
  z-index: 5;
  right: 74px;
  bottom: 90px;
  width: 210px;
  height: 190px;
}

.pack-shot span {
  position: absolute;
  width: 130px;
  height: 160px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 55%, #c7a986 0 28px, transparent 29px),
    linear-gradient(#f7f0df 0 52%, #cfaf82 52% 100%);
  box-shadow: 0 13px 30px rgba(45, 31, 20, 0.28);
}

.pack-shot span:first-child {
  left: 12px;
  top: 12px;
  transform: rotate(-8deg);
}

.pack-shot span:last-child {
  right: 0;
  top: 0;
  transform: rotate(13deg);
}

.usage-steps {
  position: relative;
  z-index: 4;
  display: grid;
  gap: 18px;
  width: 500px;
  margin: 42px 0 0 42px;
}

.usage-steps div {
  display: grid;
  grid-template-columns: 70px 1fr;
  column-gap: 16px;
  padding: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  color: #172033;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.14);
}

.usage-steps b {
  grid-row: span 2;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 22px;
}

.usage-steps strong {
  font-size: 25px;
  font-weight: 900;
}

.usage-steps p {
  margin: 6px 0 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.large-patch {
  position: absolute;
  right: 58px;
  bottom: 120px;
  width: 260px;
  height: 310px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 56%, #c9a887 0 57px, transparent 58px),
    linear-gradient(#fff4dc 0 52%, #d0ad7a 52% 100%);
  transform: rotate(12deg);
  box-shadow: var(--shadow);
}

.night-badge {
  position: absolute;
  z-index: 5;
  left: 72px;
  bottom: 92px;
  width: 230px;
  min-height: 150px;
  display: grid;
  place-items: center;
  padding: 24px;
  background: linear-gradient(135deg, var(--gold), #fff0b8);
  color: #1d1a10;
  text-align: center;
  transform: rotate(-6deg);
  box-shadow: var(--shadow);
}

.night-badge span,
.night-badge strong {
  display: block;
  font-family: Impact, "Arial Black", sans-serif;
  line-height: 0.95;
  text-transform: uppercase;
}

.night-badge span {
  font-size: 36px;
}

.night-badge strong {
  font-size: 54px;
}

.poster-offers {
  background:
    radial-gradient(circle at 82% 26%, rgba(255, 224, 135, 0.46), transparent 17rem),
    linear-gradient(135deg, #06152d 0%, #0c3f88 58%, #071b3c 100%);
}

.offer-title {
  width: 650px;
}

.offer-cards {
  position: relative;
  z-index: 5;
  display: grid;
  gap: 15px;
  width: 390px;
  margin: 44px 0 0 42px;
}

.offer-card {
  min-height: 126px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 16px 18px;
  border: 3px solid transparent;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  color: #172033;
  text-align: left;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
}

.offer-card.selected {
  border-color: var(--gold);
  background: #fff8e4;
}

.offer-card span,
.offer-card strong,
.offer-card em {
  display: block;
}

.offer-card span {
  grid-column: 1 / -1;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-card strong {
  font-size: 34px;
  font-weight: 900;
}

.offer-card em {
  color: var(--red);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 44px;
  font-style: normal;
}

.offer-product {
  right: -72px;
  top: 460px;
  width: 440px;
}

.poster-cta {
  position: absolute;
  z-index: 6;
  left: 42px;
  bottom: 90px;
  width: 360px;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(196, 0, 24, 0.34);
}

.comments-panel,
.order-panel {
  background: var(--paper);
  padding: 34px 26px;
}

.order-panel {
  order: 3;
}

.comments-panel {
  order: 4;
}

.site-credit {
  order: 5;
  padding: 18px 16px 24px;
  background: #010711;
  color: var(--gold);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}

.comments-panel {
  border-top: 12px solid var(--side);
}

.comments-panel h2,
.order-panel h2 {
  margin: 0 0 16px;
  font-family: Impact, "Arial Black", sans-serif;
  color: var(--navy);
  font-size: 34px;
  text-transform: uppercase;
}

.comments-panel article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 14px;
  margin-bottom: 12px;
  padding: 16px;
  background: var(--field);
}

.comments-panel p {
  grid-column: 1 / -1;
  margin: 0;
  line-height: 1.55;
}

.comments-panel time {
  color: var(--muted);
}

.selected-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  align-items: center;
  margin-bottom: 16px;
  padding: 18px;
  background: #eaf3ff;
  border: 2px solid #cfe1f7;
}

.package-picker {
  display: grid;
  gap: 14px;
  margin: 0 0 18px;
}

.package-choice {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 3px solid transparent;
  border-radius: 12px;
  background: #061426;
  line-height: 0;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.package-choice img {
  width: 100%;
  height: auto;
}

.package-choice.selected {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(220, 178, 79, 0.22), 0 18px 34px rgba(0, 0, 0, 0.24);
}

.package-choice.selected::after {
  content: "SEÇİLDİ";
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), #fff0b8);
  color: #071426;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.package-choice:active {
  transform: scale(0.985);
}

.package-select-field {
  display: none !important;
}

.selected-summary span {
  grid-column: 1 / -1;
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.selected-summary strong {
  color: var(--navy);
  font-size: 32px;
}

.selected-summary em {
  color: var(--red);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 42px;
  font-style: normal;
}

.order-form {
  display: grid;
  gap: 15px;
}

.order-form label,
.order-form fieldset {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 14px;
  border: 0;
  background: var(--field);
}

.order-form fieldset label,
.agreement {
  display: flex !important;
  align-items: flex-start;
  gap: 10px !important;
}

.bank-transfer-card {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 2px solid #d9b95d;
  background: linear-gradient(135deg, #fff9e8, #edf6ff);
  box-shadow: 0 12px 26px rgba(8, 40, 93, 0.08);
}

.bank-transfer-card span,
.bank-transfer-card strong,
.bank-transfer-card p,
.bank-transfer-card dl,
.bank-transfer-card dt,
.bank-transfer-card dd {
  margin: 0;
}

.bank-transfer-card span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.bank-transfer-card strong {
  color: var(--navy);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
}

.bank-transfer-card p {
  color: #364256;
  font-weight: 700;
  line-height: 1.45;
}

.bank-transfer-card dl {
  display: grid;
  gap: 10px;
}

.bank-transfer-card dl div {
  display: grid;
  gap: 5px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(13, 74, 162, 0.12);
}

.bank-transfer-card dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bank-transfer-card dd {
  color: #111827;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.copy-iban {
  min-height: 52px;
  border: 0;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

.order-form span,
.order-form legend {
  font-weight: 900;
  color: #232323;
}

.order-form input,
.order-form select,
.order-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d1d1d1;
  background: #fff;
  padding: 10px 12px;
  outline: none;
}

.order-form input[type="radio"],
.order-form input[type="checkbox"] {
  width: auto;
  min-height: auto;
  margin-top: 3px;
}

.order-form input:focus,
.order-form select:focus,
.order-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(13, 74, 162, 0.15);
}

.submit-order,
.quick-actions a {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: var(--red);
  color: #fff;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}

.quick-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}

.quick-actions a:last-child {
  background: var(--teal);
}

.medical-note {
  margin: 18px 0 0;
  padding: 14px;
  background: #fff3ef;
  color: #63312c;
  line-height: 1.55;
}

.floating-actions {
  position: fixed;
  z-index: 30;
  left: 20px;
  bottom: 20px;
  display: grid;
  gap: 8px;
  width: 220px;
}

.floating-actions a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red);
  color: #fff;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
}

.floating-actions a:last-child {
  background: var(--teal);
}

.toast {
  position: fixed;
  z-index: 40;
  right: 18px;
  bottom: 18px;
  max-width: 340px;
  padding: 14px 16px;
  background: #101828;
  color: #fff;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 781px) {
  .package-picker {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 780px) {
  .page-shell {
    width: 100%;
  }

  .promo-poster {
    min-height: 230vw;
  }

  .poster-hero {
    min-height: 285vw;
  }

  .poster-syndrome {
    min-height: 330vw;
  }

  .poster-menu {
    height: 58px;
    padding-left: 112px;
  }

  .mini-logo {
    left: 12px;
    top: 10px;
    width: 96px;
    min-height: 52px;
  }

  .mini-logo small {
    font-size: 10px;
  }

  .mini-logo strong {
    font-size: 21px;
  }

  .poster-menu nav {
    flex: 1;
    font-size: 12px;
  }

  .poster-menu nav a {
    min-width: 0;
    flex: 1;
    padding: 0 5px;
  }

  .poster-copy,
  .poster-copy.compact,
  .offer-title {
    width: 100%;
    padding: 86px 32px 0;
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.25;
  }

  .poster-copy h1,
  .poster-copy h2 {
    font-size: 36px;
    line-height: 1.08;
  }

  .subtitle {
    max-width: 82%;
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.52;
  }

  .poster-hero .product-visual,
  .product-visual,
  .formula-product,
  .offer-product {
    right: -4vw;
    top: 122vw;
    width: 58vw;
  }

  .feature-pills {
    display: none;
  }

  .round-price {
    left: 32px;
    top: 140vw;
    width: 25vw;
    height: 25vw;
  }

  .round-price span {
    font-size: 14px;
  }

  .round-price strong {
    font-size: 28px;
  }

  .poster-bullets {
    left: 32px;
    right: 32px;
    bottom: 108px;
    gap: 22px;
    font-size: 20px;
    line-height: 1.12;
  }

  .poster-bullets li {
    padding-left: 28px;
  }

  .poster-bullets li::before {
    width: 17px;
    height: 17px;
  }

  .ingredient-board,
  .usage-steps,
  .offer-cards {
    width: calc(100% - 48px);
    margin: 28px 24px 0;
  }

  .syndrome-copy {
    width: 100%;
  }

  .syndrome-copy h2 {
    max-width: 100%;
    font-size: 34px;
    line-height: 1.08;
  }

  .syndrome-copy .subtitle {
    max-width: 88%;
  }

  .leg-scene {
    right: 32px;
    left: 32px;
    bottom: clamp(820px, 176vw, 960px);
    width: auto;
    height: 54vw;
    border-radius: 12px;
  }

  .moon {
    width: 44px;
    height: 44px;
    right: 22px;
    top: 22px;
  }

  .bed {
    left: 20px;
    right: 20px;
    bottom: 26px;
    height: 64px;
  }

  .leg {
    height: 46px;
  }

  .leg::after {
    right: -32px;
    top: 16px;
    width: 55px;
    height: 25px;
  }

  .leg-front {
    left: 24vw;
    bottom: 24vw;
    width: 48vw;
  }

  .leg-back {
    left: 17vw;
    bottom: 16vw;
    width: 47vw;
  }

  .pain-node {
    width: 24px;
    height: 24px;
  }

  .motion-lines {
    left: 24px;
    top: 32%;
    width: 130px;
    gap: 10px;
  }

  .motion-lines span {
    height: 5px;
  }

  .symptom-cards {
    left: 32px;
    right: 32px;
    bottom: clamp(430px, 104vw, 620px);
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .symptom-cards div {
    min-height: auto;
    padding: 17px 18px;
  }

  .symptom-cards strong {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .symptom-cards small {
    font-size: 13px;
    line-height: 1.5;
  }

  .solution-ribbon {
    left: 32px;
    right: 32px;
    bottom: clamp(300px, 78vw, 420px);
    justify-content: center;
    flex-wrap: wrap;
    padding: 16px;
    text-align: center;
  }

  .solution-ribbon strong {
    font-size: 22px;
  }

  .ingredient-board div,
  .usage-steps div {
    padding: 13px;
  }

  .formula-product {
    top: 122vw;
  }

  .pack-shot,
  .large-patch {
    display: none;
  }

  .night-badge {
    left: 24px;
    bottom: 50px;
    width: 180px;
    min-height: 112px;
  }

  .night-badge span {
    font-size: 28px;
  }

  .night-badge strong {
    font-size: 39px;
  }

  .offer-cards {
    gap: 10px;
  }

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

  .offer-card strong {
    font-size: 25px;
  }

  .offer-card em {
    font-size: 32px;
  }

  .poster-cta {
    left: 24px;
    bottom: 56px;
    width: calc(100% - 48px);
    min-height: 56px;
    font-size: 23px;
  }

  .comments-panel,
  .order-panel {
    padding: 26px 18px;
  }

  .package-picker {
    gap: 12px;
  }

  .package-choice {
    border-radius: 10px;
  }

  .comments-panel article {
    padding: 18px;
  }

  .selected-summary {
    padding: 20px;
  }

  .order-form label,
  .order-form fieldset {
    padding: 16px;
  }

  .bank-transfer-card {
    padding: 18px;
  }

  .bank-transfer-card strong {
    font-size: 24px;
  }

  .bank-transfer-card dd {
    font-size: 17px;
  }

  .quick-actions {
    grid-template-columns: 1fr;
  }

  .floating-actions {
    display: none;
  }

  .toast {
    right: 8px;
    bottom: 12px;
    left: 8px;
    max-width: none;
  }
}

@media (max-width: 420px) {
  .poster-menu nav a:first-child {
    display: none;
  }

  .poster-copy,
  .poster-copy.compact,
  .offer-title {
    padding-left: 30px;
    padding-right: 30px;
  }

  .poster-copy h1,
  .poster-copy h2 {
    font-size: 31px;
    line-height: 1.12;
  }

  .subtitle {
    max-width: 90%;
    font-size: 15px;
    line-height: 1.55;
  }

  .promo-poster {
    min-height: 250vw;
  }

  .poster-hero {
    min-height: 320vw;
  }

  .poster-syndrome {
    min-height: 380vw;
  }

  .poster-offers {
    min-height: 260vw;
  }

  .poster-hero .product-visual,
  .product-visual,
  .formula-product,
  .offer-product {
    width: 58vw;
    top: 132vw;
  }

  .round-price {
    top: 154vw;
  }

  .poster-bullets {
    bottom: 120px;
    font-size: 18px;
    gap: 18px;
  }

  .syndrome-copy h2 {
    font-size: 30px;
  }

  .leg-scene {
    left: 30px;
    right: 30px;
    bottom: clamp(730px, 202vw, 850px);
    height: 52vw;
  }

  .symptom-cards {
    left: 30px;
    right: 30px;
    bottom: 430px;
    gap: 16px;
  }

  .solution-ribbon {
    left: 30px;
    right: 30px;
    bottom: 300px;
  }
}
