:root {
  --red-950: #4a141b;
  --red-900: #5d1b24;
  --red-800: #792231;
  --red-600: #b9353e;
  --green: #3f9427;
  --green-dark: #2f731d;
  --orange: #f6a31a;
  --yellow: #ffd65a;
  --ink: #24171a;
  --muted: #6d6062;
  --paper: #fffaf1;
  --white: #ffffff;
  --line: rgba(255, 255, 255, 0.22);
  --shadow: 0 24px 60px rgba(33, 9, 12, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

a {
  color: inherit;
}

.page-shell {
  min-height: 100vh;
  overflow-x: hidden;
}

.container {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  height: 78px;
  color: var(--white);
  background: rgba(50, 13, 17, 0.92);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 18px;
  height: 78px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.brand strong {
  color: var(--yellow);
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: var(--red-950);
  background: linear-gradient(135deg, #ffe27a, #ffffff 58%, #9bd26d);
  font-weight: 900;
}

.trust-strip {
  display: flex;
  justify-content: center;
  gap: 18px;
  color: #f4e8d6;
  font-size: 14px;
  line-height: 1.25;
}

.trust-strip span {
  position: relative;
  padding-left: 28px;
}

.trust-strip span::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 50%;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: var(--red-950);
  background: var(--yellow);
  border-radius: 50%;
  transform: translateY(-50%);
  font-weight: 900;
}

.trust-strip strong {
  color: var(--white);
}

.header-button,
.primary-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 6px;
  color: var(--white);
  background: var(--green);
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(47, 115, 29, 0.28);
}

.header-button:hover,
.primary-link:hover,
.lead-form button:hover {
  background: var(--green-dark);
}

.section-dark {
  color: var(--white);
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 222, 118, 0.18), transparent 28%),
    linear-gradient(115deg, #321016 0%, var(--red-950) 48%, #1c161d 100%);
}

.hero {
  min-height: 740px;
  padding: 112px 0 42px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 285px 330px 1fr;
  gap: 24px;
  align-items: start;
}

.hero-copy {
  padding-top: 30px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--yellow);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 16px;
  font-size: 43px;
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 14px;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
}

.lead {
  margin-bottom: 26px;
  color: #f4e2c9;
  font-size: 19px;
  line-height: 1.5;
}

.benefit-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  position: relative;
  min-height: 42px;
  padding: 10px 0 0 50px;
  color: inherit;
  font-size: 16px;
  line-height: 1.35;
}

.benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 34px;
  height: 34px;
  border: 3px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), #a8d84e);
}

.benefit-list li::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 14px;
  width: 11px;
  height: 6px;
  border: solid #fff;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg);
}

.product-stage {
  position: relative;
  display: grid;
  min-height: 750px;
  place-items: end center;
  padding-bottom: 36px;
}

.product-stage::before {
  content: "";
  position: absolute;
  inset: 90px 8px 0;
  border-radius: 50% 50% 22% 22%;
  
}

.discount-badge {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  display: grid;
  width: 126px;
  height: 126px;
  place-items: center;
  border: 5px solid #ffe99c;
  border-radius: 50%;
  color: var(--red-950);
  background: radial-gradient(circle, #fff1a8 0 48%, var(--orange) 49% 100%);
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.22);
  text-transform: uppercase;
}

.discount-badge span {
  align-self: end;
  font-size: 15px;
  font-weight: 900;
}

.discount-badge strong {
  align-self: start;
  font-size: 37px;
  line-height: 1;
  font-weight: 900;
}


.order-panel {
  overflow: hidden;
  border-radius: 8px;
  background: #fff6e7;
  box-shadow: var(--shadow);
}

.timer {
  padding: 20px 18px 14px;
  color: #fff;
  background: linear-gradient(180deg, #7e2330, #45131b);
  text-align: center;
}

.timer p {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.timer-boxes {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 7px;
}

.timer-boxes span {
  display: grid;
  min-height: 48px;
  place-items: center;
  border-radius: 6px;
  color: var(--red-950);
  background: #fff;
  font-size: 28px;
  font-weight: 900;
}

.timer-boxes b {
  color: var(--yellow);
  font-size: 30px;
}

.timer-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 6px;
  color: #f5dfc1;
  font-size: 12px;
}

.stock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  color: #fff;
  background: var(--green);
  font-weight: 900;
  text-transform: uppercase;
}

.stock strong {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  color: var(--green-dark);
  background: #fff;
  font-size: 22px;
}

.price-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 16px 18px 8px;
}

.price-row div {
  min-height: 82px;
  padding: 12px 10px;
  border-radius: 8px;
  text-align: center;
}

.price-row div:first-child {
  color: #7b6b6b;
  background: #efe3d1;
}

.price-row div:last-child {
  color: var(--red-950);
  background: linear-gradient(180deg, #ffdf6a, #f3ad24);
}

.price-row span {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.price-row del {
  font-size: 24px;
  font-weight: 900;
}

.price-row strong {
  font-size: 29px;
  font-weight: 900;
}

.lead-form {
  display: grid;
  gap: 10px;
  padding: 12px 18px 18px;
}

.lead-form label {
  display: grid;
  gap: 5px;
  color: #503d3f;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.lead-form input,
.lead-form select {
  width: 100%;
  height: 46px;
  border: 1px solid #d8c4aa;
  border-radius: 5px;
  padding: 0 12px;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
}

.lead-form button {
  height: 54px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: var(--green);
  cursor: pointer;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
}

.form-note,
.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}

.form-status {
  color: var(--green-dark);
  font-weight: 800;
}

section {
  padding: 64px 0;
}

.section-heading {
  max-width: 790px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.intro-section {
  background: var(--paper);
}

.split-card {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  padding: 34px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, #fff 0 54%, rgba(255, 214, 90, 0.24)),
    #fff;
  box-shadow: 0 16px 40px rgba(78, 28, 28, 0.14);
}

.split-card p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.split-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.split-card li {
  position: relative;
  padding-left: 34px;
  font-weight: 800;
  line-height: 1.35;
}

.split-card li::before,
.check-panel span::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.section-red {
  color: #fff;
  background:
    linear-gradient(120deg, rgba(36, 14, 18, 0.88), rgba(94, 25, 35, 0.94)),
    var(--red-950);
}

.two-column {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 44px;
  align-items: center;
}

.two-column p {
  color: #f3ddcc;
  font-size: 18px;
  line-height: 1.6;
}

.two-column .highlight {
  display: inline-block;
  margin: 8px 0 0;
  padding: 12px 16px;
  border-left: 5px solid var(--orange);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.check-panel {
  display: grid;
  gap: 13px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.check-panel span {
  position: relative;
  padding-left: 30px;
  font-weight: 800;
}

.cta-band {
  padding: 32px 0;
  background: linear-gradient(180deg, #fff7e4, #f0dfca);
}

.cta-grid {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 26px;
}

.compact {
  min-height: 210px;
  padding-bottom: 8px;
  transform: scale(0.72);
  transform-origin: center;
}

.compact .discount-badge {
  top: -16px;
  right: 6px;
}

.mini-prices {
  display: flex;
  align-items: baseline;
  gap: 16px;
  color: var(--red-950);
}

.mini-prices span {
  font-weight: 900;
  text-transform: uppercase;
}

.mini-prices strong {
  font-size: 42px;
  font-weight: 900;
}

.mini-prices del {
  color: var(--muted);
  font-size: 23px;
  font-weight: 800;
}

.expert-section {
  background: #fff;
}

.expert-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 36px;
  align-items: center;
}

.expert-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.expert-copy strong,
.expert-copy span {
  display: block;
}

.expert-copy strong {
  color: var(--red-950);
  font-size: 22px;
  font-weight: 900;
}

.expert-copy span {
  margin-top: 4px;
  color: var(--muted);
}

.expert-card {
  padding: 28px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(160deg, var(--red-950), #201519);
  box-shadow: var(--shadow);
  text-align: center;
}

.expert-avatar {
  display: grid;
  width: 132px;
  height: 132px;
  margin: 0 auto 18px;
  place-items: center;
  border: 6px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  color: var(--red-950);
  background: linear-gradient(135deg, #fff, #ffd65a);
  font-size: 42px;
  font-weight: 900;
}

.expert-card p {
  margin: 0;
  color: #f5ddc5;
  font-size: 18px;
  line-height: 1.45;
  font-style: italic;
}

.stats-section {
  background: var(--paper);
}

.stat-image {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(78, 28, 28, 0.16);
}

.risk-section .section-heading {
  margin-bottom: 28px;
}

.risk-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.risk-grid span {
  position: relative;
  min-height: 64px;
  padding: 20px 18px 18px 54px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 800;
}

.risk-grid span::before {
  content: "+";
  position: absolute;
  left: 18px;
  top: 16px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: var(--red-950);
  background: var(--yellow);
  font-weight: 900;
}

.reviews-section {
  background: #fff;
}

.review-slider {
  position: relative;
  padding: 0 58px;
}

.review-track {
  position: relative;
  min-height: 260px;
}

.review-card {
  display: none;
  grid-template-columns: 208px 1fr;
  gap: 30px;
  align-items: center;
  min-height: 260px;
  padding: 26px;
  border-radius: 8px;
  background: linear-gradient(180deg, #fffaf1, #f2e2cc);
  box-shadow: 0 14px 36px rgba(78, 28, 28, 0.14);
}

.review-card.active {
  display: grid;
}

.review-card img {
  width: 208px;
  height: 208px;
  border: 6px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.review-card p {
  color: #4c3d40;
  font-size: 20px;
  line-height: 1.55;
}

.review-card strong {
  color: var(--red-950);
  font-size: 18px;
  font-weight: 900;
}

.slider-button {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--red-800);
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
}

.slider-button.prev {
  left: 0;
}

.slider-button.next {
  right: 0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.steps div {
  display: grid;
  min-height: 160px;
  align-content: start;
  justify-items: center;
  gap: 14px;
  padding: 20px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
}

.steps strong {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  color: var(--red-950);
  background: var(--yellow);
  font-size: 26px;
  font-weight: 900;
}

.steps span {
  color: #f7e6d6;
  font-weight: 800;
  line-height: 1.35;
}

.bottom-order {
  color: #fff;
  background:
    radial-gradient(circle at 34% 16%, rgba(255, 214, 90, 0.2), transparent 26%),
    linear-gradient(115deg, var(--red-950), #1d1418);
}

.bottom-grid {
  display: grid;
  grid-template-columns: 280px 300px 1fr;
  gap: 28px;
  align-items: center;
}

.footer {
  padding: 26px 0;
  color: #ead5c2;
  background: #211417;
  text-align: center;
}

.footer p {
  margin: 0 0 8px;
  line-height: 1.45;
}

.footer p:last-child {
  margin-bottom: 0;
}

.legal-note {
  color: #bca79b;
  font-size: 13px;
}

@media (max-width: 920px) {
  .site-header {
    position: relative;
    height: auto;
  }

  .header-inner {
    grid-template-columns: 1fr;
    height: auto;
    padding: 14px 0;
    text-align: center;
  }

  .brand,
  .trust-strip {
    justify-content: center;
  }

  .trust-strip {
    flex-wrap: wrap;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-grid,
  .bottom-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-top: 0;
    text-align: center;
  }

  .benefit-list {
    max-width: 520px;
    margin: 0 auto;
    text-align: left;
  }

  .product-stage {
    min-height: 420px;
  }

  .two-column,
  .split-card,
  .expert-grid,
  .cta-grid {
    grid-template-columns: 1fr;
  }

  .cta-grid {
    justify-items: center;
    text-align: center;
  }

  .compact {
    margin: -28px 0;
  }

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

  .bottom-grid > .product-stage {
    display: none;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 22px, 480px);
  }

  section {
    padding: 46px 0;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 27px;
  }

  .lead {
    font-size: 17px;
  }

  .product-stage {
    min-height: 380px;
    transform: scale(0.86);
    transform-origin: top center;
    margin-bottom: -60px;
  }

  .order-panel {
    margin-top: 0;
  }

  .price-row {
    grid-template-columns: 1fr;
  }

  .risk-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .review-slider {
    padding: 0;
  }

  .review-track {
    min-height: 0;
  }

  .review-card,
  .review-card.active {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .review-card img {
    margin: 0 auto;
  }

  .slider-button {
    top: auto;
    bottom: -56px;
  }

  .slider-button.prev {
    left: calc(50% - 54px);
  }

  .slider-button.next {
    right: calc(50% - 54px);
  }

  .reviews-section {
    padding-bottom: 92px;
  }

  .mini-prices {
    display: grid;
    gap: 6px;
  }
}
/* SECTION */
.pain-section{

    position:relative;

    width:100%;
    min-height:100vh;

    overflow:hidden;

    padding:90px 70px;

    /* FULL BACKGROUND IMAGE */
    background:
    linear-gradient(
        rgba(60,0,0,0.70),
        rgba(80,0,0,0.82)
    ),

    url('shoulder-pain.jpg');

    background-size:cover;
    background-position:center right;
    background-repeat:no-repeat;

    font-family:Arial, sans-serif;
}

/* EXTRA OVERLAY */
.overlay{

    position:absolute;
    inset:0;

    background:
    radial-gradient(circle at center,
    rgba(255,0,0,0.18),
    rgba(0,0,0,0.45));

}

/* CONTAINER */
.pain-container{

    position:relative;
    z-index:2;

    max-width:1400px;
    margin:auto;
}

/* LEFT CONTENT */
.pain-content{

    width:55%;
    color:white;
}

/* HEADING */
.pain-content h2{

    font-size:72px;
    line-height:0.95;

    font-weight:900;

    margin-bottom:28px;

    text-transform:uppercase;

    text-shadow:
    0 4px 18px rgba(0,0,0,0.45);
}

/* SUBTITLE */
.pain-subtitle{

    font-size:28px;
    font-weight:700;

    margin-bottom:35px;
}

/* LIST */
.pain-list{

    list-style:none;
    padding:0;
    margin:0;
}

.pain-list li{

    position:relative;

    padding-left:42px;
    margin-bottom:22px;

    font-size:24px;
    font-weight:600;

    line-height:1.5;
}

/* PLUS ICON */
.pain-list li::before{

    content:"+";

    position:absolute;
    left:0;
    top:-3px;

    color:#ffd400;

    font-size:34px;
    font-weight:900;
}

/* PRODUCT IMAGE */
.product-img{

    position:absolute;

    right:-10px;
    bottom:30px;

    width:650px;

    filter:
    drop-shadow(0 0 30px rgba(255,120,0,0.75))
    drop-shadow(0 18px 35px rgba(0,0,0,0.55));

    animation:float 3s ease-in-out infinite;
}

/* FLOAT */
@keyframes float{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-10px);
    }

    100%{
        transform:translateY(0px);
    }
}