:root {
  --ink: #18243a;
  --muted: #687080;
  --red: #cf1f2f;
  --deep-red: #8e1422;
  --purple: #562072;
  --rose: #fff4f5;
  --cream: #fffaf1;
  --gold: #ffd86b;
  --line: #eadde0;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(71, 16, 42, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--font-inter), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body,
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}

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

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

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.container {
  width: min(1180px, calc(100% - 42px));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 30;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(100, 39, 57, 0.1);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.brand > span {
  color: var(--red);
  font-family: var(--font-oswald), Impact, sans-serif;
  font-size: 31px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -1.3px;
}

.brand small {
  margin-top: 6px;
  color: #525d70;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 2px;
}

nav {
  display: flex;
  align-items: center;
  gap: 31px;
  margin-left: auto;
}

nav a {
  color: #475166;
  font-size: 13px;
  font-weight: 700;
}

nav a:hover {
  color: var(--red);
}

.header-cta,
.primary-cta,
.secondary-cta,
.light-cta,
.package-card > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-weight: 800;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.header-cta {
  min-height: 46px;
  padding: 0 22px;
  color: #fff;
  background: linear-gradient(135deg, #e22a3c, #a91527);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(190, 26, 46, 0.2);
  font-size: 13px;
}

.header-cta svg,
.primary-cta svg,
.secondary-cta svg,
.light-cta svg,
.package-card > a svg,
.fact-strip a svg,
.footer-support a svg,
.mobile-sticky a svg {
  width: 19px;
  height: 19px;
}

.header-cta:hover,
.primary-cta:hover,
.secondary-cta:hover,
.light-cta:hover,
.package-card > a:hover {
  transform: translateY(-2px);
}

.offer-bar {
  position: relative;
  z-index: 20;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 50%, rgba(255, 233, 132, 0.25), transparent 24%),
    linear-gradient(95deg, #af1324 0%, #e52035 55%, #7f1435 100%);
  box-shadow: 0 14px 30px rgba(177, 24, 47, 0.16);
}

.offer-bar-inner {
  min-height: 73px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.offer-copy {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 17px;
}

.offer-copy strong {
  color: #ffe59b;
  letter-spacing: 0.4px;
}

.offer-copy > span:last-child {
  font-weight: 750;
}

.countdown {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 700;
}

.countdown time {
  min-width: 100px;
  padding: 10px 14px;
  color: #a51629;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(67, 8, 23, 0.2);
  font-size: 25px;
  font-weight: 850;
  letter-spacing: 1px;
  text-align: center;
}

.countdown time i {
  color: #d66a76;
  font-style: normal;
  padding-inline: 2px;
}

.expired-message {
  max-width: 390px;
  padding: 10px 15px;
  color: #8d1021;
  background: #fff;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  padding: 76px 0 68px;
  background:
    radial-gradient(circle at 7% 18%, rgba(255, 206, 214, 0.55), transparent 27%),
    radial-gradient(circle at 78% 12%, rgba(236, 214, 250, 0.65), transparent 31%),
    linear-gradient(128deg, #fffdf9 0%, #fff5f5 48%, #fbf3ff 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -6% -180px 50%;
  width: 720px;
  height: 420px;
  background: radial-gradient(circle, rgba(177, 27, 65, 0.11), transparent 67%);
  pointer-events: none;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(172, 61, 88, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  width: 760px;
  height: 760px;
  top: -250px;
  right: -130px;
}

.orbit-two {
  width: 520px;
  height: 520px;
  left: -230px;
  bottom: -320px;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: 38px;
}

.eyebrow {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 24px;
  padding: 11px 17px;
  color: #9b1b2d;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(172, 42, 69, 0.22);
  border-radius: 999px;
  box-shadow: 0 9px 28px rgba(105, 32, 56, 0.06);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.eyebrow span {
  width: 10px;
  height: 10px;
  background: #15a37f;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(21, 163, 127, 0.12);
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  color: #18263d;
  font-size: clamp(47px, 5.4vw, 78px);
  font-weight: 870;
  letter-spacing: -4.2px;
  line-height: 0.94;
}

.hero h1 span {
  display: block;
  color: var(--red);
}

.hero h1 em {
  display: block;
  margin-top: 12px;
  color: #8a3444;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.58em;
  font-weight: 600;
  letter-spacing: -1.6px;
  line-height: 1.1;
}

.hero-sub {
  max-width: 620px;
  margin: 28px 0;
  color: #626b7a;
  font-size: 17px;
  line-height: 1.72;
}

.trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}

.trust-chips span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 13px;
  color: #3d485a;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(81, 65, 73, 0.14);
  border-radius: 999px;
  box-shadow: 0 7px 22px rgba(55, 33, 48, 0.06);
  font-size: 12px;
  font-weight: 760;
}

.trust-chips svg,
.cta-note svg,
.feature-list svg,
.offer-summary-card li svg,
.assurance-points svg {
  width: 16px;
  height: 16px;
  color: #11906f;
}

.primary-cta {
  min-height: 62px;
  padding: 0 28px;
  color: #fff;
  background: linear-gradient(135deg, #e3273a, #9f1527);
  border-radius: 13px;
  box-shadow: 0 16px 32px rgba(190, 29, 50, 0.25);
  font-size: 17px;
}

.primary-cta:hover {
  box-shadow: 0 20px 38px rgba(190, 29, 50, 0.32);
}

.primary-cta.full {
  width: 100%;
}

.cta-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 0 14px;
  color: #757b87;
  font-size: 11px;
}

.cta-note svg {
  color: #7a7580;
}

.hero-visual {
  position: relative;
  min-height: 590px;
  margin-top: 20px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 50px 10px 55px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.95), rgba(255, 225, 231, 0.72) 48%, rgba(117, 34, 105, 0.13) 70%),
    #fff6f7;
  border: 1px solid rgba(158, 40, 67, 0.12);
  border-radius: 42% 42% 20% 20% / 31% 31% 16% 16%;
  box-shadow: var(--shadow);
}

.bottle {
  position: absolute;
  z-index: 3;
  width: 56%;
  height: 520px;
  top: 6px;
}

.bottle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 25px 20px rgba(67, 23, 47, 0.18));
}

.bottle-centre {
  z-index: 5;
  left: 22%;
}

.bottle-left,
.bottle-right {
  z-index: 3;
  top: 99px;
  width: 43%;
  height: 410px;
  filter: saturate(0.92);
}

.bottle-left {
  left: 2%;
  transform: rotate(-8deg);
}

.bottle-right {
  right: 1%;
  transform: rotate(8deg);
}

.value-badge {
  position: absolute;
  z-index: 8;
  top: 65px;
  right: 4px;
  width: 142px;
  height: 142px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(145deg, #e1293e, #991523);
  border: 8px solid #ffe58b;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(126, 22, 46, 0.25);
  transform: rotate(6deg);
  text-align: center;
}

.value-badge::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.value-badge span,
.value-badge strong,
.value-badge small {
  position: relative;
  z-index: 1;
}

.value-badge span {
  font-size: 10px;
  font-weight: 800;
}

.value-badge strong {
  margin: 2px 0;
  font-size: 25px;
  line-height: 1;
}

.value-badge small {
  color: #ffe59b;
  font-size: 11px;
  font-weight: 850;
}

.bundle-ribbon {
  position: absolute;
  z-index: 10;
  left: 8%;
  right: 8%;
  bottom: 34px;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 20px;
  color: #fff;
  background: linear-gradient(135deg, #801839, #5a1b68);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  box-shadow: 0 15px 35px rgba(67, 14, 54, 0.25);
}

.bundle-ribbon strong {
  font-size: 15px;
}

.bundle-ribbon span {
  color: #ffe291;
  font-size: 11px;
  font-weight: 700;
}

.fact-strip {
  position: relative;
  z-index: 12;
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 15px 40px rgba(67, 27, 43, 0.06);
}

.fact-strip-grid {
  min-height: 116px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.45fr;
  align-items: center;
}

.fact-strip-grid > div {
  min-height: 59px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 26px;
  border-right: 1px solid var(--line);
}

.fact-strip-grid > div:first-child {
  padding-left: 0;
}

.fact-strip-grid strong {
  color: #a31b2b;
  font-size: 21px;
}

.fact-strip-grid span {
  margin-top: 5px;
  color: #777d88;
  font-size: 11px;
}

.fact-strip a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-left: 32px;
  padding: 0 18px;
  color: #fff;
  background: #1c293e;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
}

.section {
  padding: 92px 0;
}

.section-kicker {
  margin: 0 0 13px;
  color: #b11c30;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.section h2 {
  margin: 0;
  color: #17253c;
  font-size: clamp(34px, 4vw, 53px);
  letter-spacing: -2.4px;
  line-height: 1.04;
}

.section-lead,
.section-heading > p:last-child {
  margin: 22px 0 0;
  color: #6d7480;
  font-size: 16px;
  line-height: 1.75;
}

.overview {
  background: #fff;
}

.overview-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 90px;
  align-items: center;
}

.feature-list {
  display: grid;
  gap: 15px;
  margin-top: 30px;
}

.feature-list > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.feature-list > div > span {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  color: #148e72;
  background: #e8f7f2;
  border-radius: 10px;
}

.feature-list p {
  margin: 0;
  color: #465064;
  font-size: 14px;
  font-weight: 650;
}

.offer-summary-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #ead4d8;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.offer-summary-head {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 0 24px;
  color: #fff;
  background: linear-gradient(135deg, #9b172a, #581b66);
}

.offer-summary-head span {
  font-size: 13px;
  font-weight: 750;
}

.offer-summary-head strong {
  color: #ffe48e;
  font-size: 11px;
  letter-spacing: 1.2px;
}

.summary-product {
  min-height: 220px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 23px 28px 9px;
}

.summary-product img {
  width: 120px;
  height: 210px;
  object-fit: contain;
  filter: drop-shadow(0 16px 15px rgba(75, 27, 47, 0.13));
}

.summary-product small {
  color: #b61d31;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.summary-product h3 {
  margin: 9px 0 8px;
  font-size: 23px;
  line-height: 1.06;
}

.summary-product p {
  margin: 0;
  color: #737986;
  font-size: 12px;
}

.offer-summary-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 10px 28px 24px;
  list-style: none;
}

.offer-summary-card li {
  display: flex;
  gap: 10px;
  color: #465064;
  font-size: 12px;
  font-weight: 630;
}

.offer-summary-card li svg {
  flex: 0 0 16px;
}

.offer-summary-card .primary-cta {
  width: calc(100% - 56px);
  margin: 0 28px;
  min-height: 55px;
  font-size: 14px;
}

.microcopy {
  margin: 14px 28px 24px;
  color: #8b8d95;
  font-size: 9px;
  line-height: 1.55;
  text-align: center;
}

.packages {
  background:
    radial-gradient(circle at 80% 15%, rgba(232, 205, 248, 0.42), transparent 30%),
    #fff8f8;
  border-top: 1px solid #f1e0e3;
}

.section-heading.centred {
  max-width: 720px;
  margin: 0 auto 50px;
  text-align: center;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.package-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 500px;
  padding: 27px 22px 22px;
  background: #fff;
  border: 1px solid #eadadd;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(82, 36, 54, 0.08);
  text-align: center;
}

.package-card.best {
  border: 2px solid #c42035;
  box-shadow: 0 26px 60px rgba(168, 31, 57, 0.18);
  transform: translateY(-10px);
}

.package-label {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  color: #972033;
  background: #fff1d0;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 1px;
}

.best .package-label {
  color: #fff;
  background: #b71b30;
}

.mini-bottles {
  position: relative;
  width: 100%;
  height: 220px;
  margin: 10px 0 1px;
}

.mini-bottles img {
  position: absolute;
  bottom: 0;
  width: 102px;
  height: 205px;
  object-fit: contain;
  filter: drop-shadow(0 15px 12px rgba(72, 28, 47, 0.14));
}

.mini-bottles.five img:nth-child(1) {
  left: 5%;
  transform: scale(0.78) rotate(-8deg);
}

.mini-bottles.five img:nth-child(2) {
  left: 22%;
  transform: scale(0.9) rotate(-4deg);
}

.mini-bottles.five img:nth-child(3) {
  z-index: 3;
  left: 37%;
}

.mini-bottles.five img:nth-child(4) {
  right: 21%;
  transform: scale(0.9) rotate(4deg);
}

.mini-bottles.five img:nth-child(5) {
  right: 4%;
  transform: scale(0.78) rotate(8deg);
}

.mini-bottles.three img:nth-child(1) {
  left: 20%;
  transform: scale(0.88) rotate(-6deg);
}

.mini-bottles.three img:nth-child(2) {
  z-index: 3;
  left: 37%;
}

.mini-bottles.three img:nth-child(3) {
  right: 19%;
  transform: scale(0.88) rotate(6deg);
}

.mini-bottles.two img:nth-child(1) {
  left: 28%;
  transform: rotate(-5deg);
}

.mini-bottles.two img:nth-child(2) {
  right: 27%;
  transform: rotate(5deg);
}

.package-card h3 {
  margin: 8px 0 6px;
  font-size: 23px;
}

.package-card > p {
  margin: 0;
  color: #777d89;
  font-size: 12px;
}

.package-save {
  margin: 15px 0 18px;
  color: #b01b2f;
  font-size: 14px;
}

.package-card > a {
  width: 100%;
  min-height: 50px;
  margin-top: auto;
  color: #fff;
  background: #1c293e;
  border-radius: 10px;
  font-size: 13px;
}

.best > a {
  background: linear-gradient(135deg, #e3273a, #9f1527);
}

.assurance {
  color: #fff;
  background:
    radial-gradient(circle at 16% 50%, rgba(235, 119, 148, 0.21), transparent 27%),
    linear-gradient(120deg, #28122f, #591c61 58%, #8f1732);
}

.assurance-grid {
  display: grid;
  grid-template-columns: 0.58fr 1.42fr;
  gap: 60px;
  align-items: center;
}

.guarantee-visual {
  position: relative;
  min-height: 275px;
  display: grid;
  place-items: center;
}

.badge-halo {
  position: absolute;
  width: 270px;
  height: 270px;
  background: radial-gradient(circle, rgba(255, 224, 126, 0.24), transparent 67%);
  border-radius: 50%;
}

.guarantee-visual img {
  position: relative;
  z-index: 1;
  width: 210px;
  height: 210px;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.22));
}

.assurance .section-kicker {
  color: #ffdf88;
}

.assurance h2 {
  color: #fff;
}

.assurance-copy > p:not(.section-kicker) {
  max-width: 680px;
  color: #e5dfe8;
  font-size: 15px;
  line-height: 1.75;
}

.assurance-points {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin: 25px 0;
}

.assurance-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  color: #f7eef8;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
}

.assurance-points svg {
  color: #ffd86b;
}

.secondary-cta {
  min-height: 54px;
  padding: 0 23px;
  color: #63152d;
  background: #fff;
  border-radius: 11px;
  box-shadow: 0 13px 32px rgba(0, 0, 0, 0.18);
  font-size: 14px;
}

.formula {
  background: #fff;
}

.formula-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 85px;
  align-items: center;
}

.formula-visual {
  min-height: 510px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 30%, #fff, transparent 47%),
    linear-gradient(145deg, #fff3f5, #f4ecfa);
  border: 1px solid #efdee4;
  border-radius: 34px;
}

.formula-visual img {
  width: 285px;
  height: 490px;
  object-fit: contain;
  filter: drop-shadow(0 25px 22px rgba(72, 28, 47, 0.17));
}

.label-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 31px;
}

.label-grid > div {
  min-height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 17px 20px;
  background: #fff9f9;
  border: 1px solid #efdee2;
  border-radius: 14px;
}

.label-grid strong {
  color: #a7192e;
  font-size: 16px;
}

.label-grid span {
  margin-top: 7px;
  color: #777d88;
  font-size: 11px;
}

.process {
  background: #f7f8fa;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.process-grid article {
  position: relative;
  min-height: 210px;
  padding: 29px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(34, 42, 56, 0.05);
}

.process-grid article > span {
  display: block;
  margin-bottom: 24px;
  color: #c51f34;
  font-family: var(--font-oswald), sans-serif;
  font-size: 30px;
}

.process-grid h3 {
  margin: 0 0 10px;
  font-size: 19px;
}

.process-grid p {
  margin: 0;
  color: #727986;
  font-size: 12px;
  line-height: 1.7;
}

.faq {
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 85px;
}

.faq-list {
  display: grid;
  gap: 11px;
}

.faq-list details {
  background: #fff;
  border: 1px solid #e8dfe1;
  border-radius: 13px;
  box-shadow: 0 7px 22px rgba(57, 36, 45, 0.04);
}

.faq-list summary {
  position: relative;
  padding: 20px 50px 20px 21px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 780;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  color: #b51e32;
  font-size: 22px;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  margin: 0;
  padding: 0 21px 21px;
  color: #747b87;
  font-size: 12px;
  line-height: 1.7;
}

.final-cta {
  padding: 62px 0;
  color: #fff;
  background:
    radial-gradient(circle at 18% 50%, rgba(255, 215, 105, 0.18), transparent 26%),
    linear-gradient(100deg, #ab172b, #e1283b 50%, #68174a);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.final-cta p {
  margin: 0 0 8px;
  color: #ffe08a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.final-cta h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -1.5px;
}

.light-cta {
  flex: 0 0 auto;
  min-height: 56px;
  padding: 0 26px;
  color: #94172a;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(60, 8, 24, 0.2);
  font-size: 14px;
}

.site-footer {
  color: #d8dce3;
  background: #151d2c;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 0.72fr 0.85fr 1.4fr;
  gap: 48px;
  padding-top: 64px;
  padding-bottom: 45px;
}

.brand-light > span {
  color: #ff5264;
}

.brand-light small {
  color: #c7ccd5;
}

.footer-brand p,
.footer-support p {
  margin: 20px 0 0;
  color: #aeb5c0;
  font-size: 11px;
  line-height: 1.75;
}

.footer-top h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 13px;
}

.footer-top > div:not(.footer-brand) > a {
  display: block;
  width: fit-content;
  margin-top: 12px;
  color: #b7bec8;
  font-size: 11px;
}

.footer-top > div:not(.footer-brand) > a:hover {
  color: #fff;
}

.footer-support > a {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin-top: 17px !important;
  color: #ffd975 !important;
  font-weight: 750;
}

.legal-copy {
  padding-top: 26px;
  padding-bottom: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.legal-copy p {
  margin: 7px 0;
  color: #9199a6;
  font-size: 9px;
  line-height: 1.65;
}

.legal-copy strong {
  color: #bdc4ce;
}

.footer-bottom {
  background: #101722;
}

.footer-bottom .container {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #7f8794;
  font-size: 9px;
}

.mobile-sticky {
  display: none;
}

.legal-page {
  min-height: 100vh;
  color: #283448;
  background: #f8f7f8;
}

.legal-header {
  background: #fff;
  border-bottom: 1px solid #eadfe2;
}

.legal-header .container {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.legal-back {
  color: #a71a2d;
  font-size: 12px;
  font-weight: 780;
}

.legal-card {
  width: min(850px, calc(100% - 40px));
  margin: 54px auto;
  padding: 45px;
  background: #fff;
  border: 1px solid #eadfe2;
  border-radius: 20px;
  box-shadow: 0 18px 55px rgba(66, 34, 49, 0.08);
}

.legal-card h1 {
  margin: 0 0 25px;
  color: #9c172a;
  font-size: 38px;
  letter-spacing: -1.5px;
}

.legal-card h2 {
  margin: 28px 0 10px;
  font-size: 19px;
}

.legal-card p,
.legal-card li {
  color: #626b78;
  font-size: 13px;
  line-height: 1.8;
}

.legal-card a {
  color: #ae1c30;
  font-weight: 700;
}

@media (max-width: 980px) {
  nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 62px;
  }

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

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

  .hero-visual {
    min-height: 520px;
  }

  .bottle {
    height: 450px;
  }

  .bottle-left,
  .bottle-right {
    height: 350px;
  }

  .value-badge {
    width: 120px;
    height: 120px;
    right: -5px;
  }

  .fact-strip-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 18px 0;
  }

  .fact-strip a {
    grid-column: 1 / -1;
    margin: 16px 0 0;
  }

  .overview-grid,
  .formula-grid,
  .faq-grid {
    gap: 45px;
  }

  .footer-top {
    grid-template-columns: 1.4fr 0.8fr 0.9fr;
  }

  .footer-support {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 92px;
  }

  .container {
    width: min(100% - 30px, 580px);
  }

  .site-header {
    display: none;
  }

  .offer-bar-inner {
    min-height: 74px;
    gap: 10px;
  }

  .offer-copy {
    gap: 9px;
    font-size: 11px;
    white-space: nowrap;
  }

  .offer-copy > span:last-child {
    display: none;
  }

  .offer-copy strong {
    font-size: 12px;
  }

  .countdown {
    gap: 8px;
    font-size: 10px;
    white-space: nowrap;
  }

  .countdown time {
    min-width: 79px;
    padding: 8px 8px;
    border-radius: 10px;
    font-size: 21px;
  }

  .expired-message {
    max-width: 220px;
    padding: 8px 10px;
    font-size: 9px;
  }

  .hero {
    padding: 54px 0 34px;
    background:
      radial-gradient(circle at 75% 31%, rgba(229, 202, 245, 0.62), transparent 30%),
      linear-gradient(155deg, #fffdf8, #fff3f4 56%, #fbf4ff);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero-copy {
    text-align: center;
  }

  .eyebrow {
    margin: 0 auto 24px;
    padding: 10px 13px;
    font-size: 9px;
    letter-spacing: 1.2px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(44px, 13.3vw, 63px);
    letter-spacing: -3.3px;
    line-height: 0.94;
  }

  .hero h1 em {
    margin-top: 13px;
    font-size: 0.56em;
    letter-spacing: -1px;
  }

  .hero-sub {
    margin: 25px 0 22px;
    font-size: 14px;
    line-height: 1.67;
  }

  .trust-chips {
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
  }

  .trust-chips span {
    min-height: 38px;
    padding: 0 11px;
    font-size: 10px;
  }

  .primary-cta {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    font-size: 15px;
  }

  .cta-note {
    justify-content: center;
    margin-left: 0;
    font-size: 9px;
  }

  .hero-visual {
    min-height: 475px;
    margin-top: 4px;
  }

  .hero-visual::before {
    inset: 54px 0 45px;
    border-radius: 28px;
  }

  .bottle {
    top: 12px;
    left: 21%;
    width: 58%;
    height: 405px;
  }

  .bottle-left,
  .bottle-right {
    top: 95px;
    width: 42%;
    height: 310px;
  }

  .bottle-left {
    left: 2%;
  }

  .bottle-right {
    right: 2%;
    left: auto;
  }

  .value-badge {
    top: 67px;
    right: -1px;
    width: 112px;
    height: 112px;
    border-width: 6px;
  }

  .value-badge strong {
    font-size: 20px;
  }

  .value-badge small {
    font-size: 9px;
  }

  .bundle-ribbon {
    left: 5%;
    right: 5%;
    bottom: 22px;
    min-height: 58px;
    padding: 10px 12px;
  }

  .bundle-ribbon strong {
    font-size: 11px;
  }

  .bundle-ribbon span {
    max-width: 120px;
    font-size: 9px;
    text-align: right;
  }

  .fact-strip-grid {
    min-height: auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
  }

  .fact-strip-grid > div {
    min-height: 75px;
    padding: 0 8px;
    text-align: center;
  }

  .fact-strip-grid > div:first-child {
    padding-left: 8px;
  }

  .fact-strip-grid strong {
    font-size: 15px;
  }

  .fact-strip-grid span {
    font-size: 8px;
    line-height: 1.35;
  }

  .fact-strip a {
    min-height: 47px;
    margin-top: 10px;
    font-size: 11px;
  }

  .section {
    padding: 66px 0;
  }

  .section h2 {
    font-size: 36px;
    letter-spacing: -1.8px;
  }

  .section-lead,
  .section-heading > p:last-child {
    font-size: 13px;
  }

  .overview-grid,
  .assurance-grid,
  .formula-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .feature-list p {
    font-size: 12px;
  }

  .summary-product {
    padding-inline: 18px;
  }

  .offer-summary-head {
    padding-inline: 18px;
  }

  .offer-summary-card ul {
    padding-inline: 19px;
  }

  .offer-summary-card .primary-cta {
    width: calc(100% - 38px);
    margin-inline: 19px;
  }

  .package-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .package-grid {
    gap: 24px;
  }

  .package-card.best {
    order: -1;
    transform: none;
  }

  .package-card {
    min-height: 490px;
  }

  .assurance {
    text-align: center;
  }

  .assurance-grid {
    gap: 5px;
  }

  .guarantee-visual {
    min-height: 230px;
  }

  .guarantee-visual img {
    width: 190px;
    height: 190px;
  }

  .assurance-points {
    justify-content: center;
  }

  .secondary-cta {
    width: 100%;
  }

  .formula-grid {
    display: flex;
    flex-direction: column;
  }

  .formula-visual {
    width: 100%;
    min-height: 410px;
  }

  .formula-visual img {
    width: 235px;
    height: 390px;
  }

  .label-grid {
    gap: 9px;
  }

  .label-grid > div {
    min-height: 94px;
    padding: 14px;
  }

  .label-grid strong {
    font-size: 13px;
  }

  .label-grid span {
    font-size: 9px;
    line-height: 1.4;
  }

  .process-grid article {
    min-height: auto;
  }

  .final-cta {
    padding: 50px 0;
    text-align: center;
  }

  .final-cta-inner {
    flex-direction: column;
  }

  .light-cta {
    width: 100%;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 38px 25px;
  }

  .footer-brand,
  .footer-support {
    grid-column: 1 / -1;
  }

  .footer-bottom .container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .mobile-sticky {
    position: fixed;
    z-index: 80;
    left: 15px;
    right: 15px;
    bottom: 14px;
    min-height: 79px;
    display: grid;
    grid-template-columns: 1fr 132px;
    align-items: center;
    gap: 11px;
    padding: 10px 11px 10px 17px;
    color: #fff;
    background: linear-gradient(120deg, #7e1636, #421b5e);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 17px;
    box-shadow: 0 18px 45px rgba(45, 11, 40, 0.38);
  }

  .mobile-sticky .countdown {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .mobile-sticky .countdown > span {
    color: #fff;
    font-size: 10px;
  }

  .mobile-sticky .countdown time {
    min-width: 0;
    padding: 0;
    color: #ffe083;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 22px;
    text-align: left;
  }

  .mobile-sticky .expired-message {
    max-width: none;
    padding: 0;
    color: #ffe083;
    background: transparent;
    font-size: 9px;
    line-height: 1.35;
    text-align: left;
  }

  .mobile-sticky > a {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #93172a;
    background: #fff;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 850;
  }

  .legal-card {
    margin: 30px auto;
    padding: 27px 22px;
  }

  .legal-card h1 {
    font-size: 31px;
  }
}

@media (max-width: 390px) {
  .offer-copy > span[aria-hidden="true"] {
    display: none;
  }

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

  .trust-chips span {
    padding: 0 9px;
    font-size: 9px;
  }

  .mobile-sticky {
    grid-template-columns: 1fr 116px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* Arthryon USA product-specific refinements */
.arthryon-theme {
  --brand: #c91d24;
  --brand-dark: #901016;
  --brand-soft: #fff2e9;
  --accent: #f15a31;
}

.arthryon-theme .hero {
  background:
    radial-gradient(circle at 76% 42%, rgba(244, 91, 43, .17), transparent 30%),
    linear-gradient(120deg, #fff 0%, #fff9f4 48%, #ffefe3 100%);
}

.arthryon-theme .hero-visual.jar-visual {
  min-height: 560px;
  overflow: hidden;
}

.arthryon-theme .jar-visual .bottle {
  top: auto;
  bottom: 62px;
  width: 52%;
  height: auto;
}

.arthryon-theme .jar-visual .bottle img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.arthryon-theme .jar-visual .bottle-centre {
  left: 50%;
  width: 60%;
  transform: translateX(-50%);
  z-index: 5;
}

.arthryon-theme .jar-visual .bottle-left {
  left: 1%;
  transform: rotate(-4deg);
  z-index: 4;
}

.arthryon-theme .jar-visual .bottle-right {
  right: 1%;
  left: auto;
  transform: rotate(4deg);
  z-index: 4;
}

.arthryon-theme .jar-visual .jar-left-back {
  left: -5%;
  bottom: 105px;
  width: 43%;
  transform: rotate(-9deg);
  z-index: 2;
}

.arthryon-theme .jar-visual .jar-right-back {
  right: -5%;
  left: auto;
  bottom: 105px;
  width: 43%;
  transform: rotate(9deg);
  z-index: 2;
}

.arthryon-theme .value-badge {
  background: linear-gradient(145deg, #df282b, #8f1116);
  border-color: #ffdc72;
}

.arthryon-theme .bundle-ribbon {
  background: linear-gradient(90deg, #941118, #d72b26);
}

.arthryon-package-grid .package-card > small,
.arthryon-package-grid .package-price {
  display: block;
}

.arthryon-package-grid .package-price {
  margin-top: 12px;
  color: #172439;
  font-size: 26px;
}

.arthryon-package-grid .package-card > small {
  margin: 4px 0 10px;
  color: #68717a;
}

.arthryon-package-grid .mini-bottles img {
  width: 28%;
  height: auto;
  object-fit: contain;
}

.arthryon-theme .package-disclaimer {
  max-width: 850px;
  margin: 32px auto 0;
  color: #6e747b;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.arthryon-theme .arthryon-formula img {
  width: min(92%, 520px);
  height: auto;
}

@media (max-width: 680px) {
  .arthryon-theme .hero-visual.jar-visual {
    min-height: 440px;
  }

  .arthryon-theme .jar-visual .bottle {
    bottom: 64px;
  }

  .arthryon-theme .jar-visual .jar-left-back,
  .arthryon-theme .jar-visual .jar-right-back {
    bottom: 94px;
  }
}

/* UroVita Care Flora Guard USA theme */
.urovita-theme {
  --red: #7b32b7;
  --deep-red: #4b176f;
  --purple: #5a1c81;
  --rose: #fbf4ff;
  --cream: #fbf8ff;
  --gold: #f4d071;
  --line: #e7d9ef;
}

.urovita-theme .offer-bar {
  background:
    radial-gradient(circle at 12% 50%, rgba(255, 232, 149, .22), transparent 24%),
    linear-gradient(95deg, #461464 0%, #792aa7 55%, #ad429c 100%);
}

.urovita-theme .hero {
  background:
    radial-gradient(circle at 76% 42%, rgba(146, 65, 193, .19), transparent 30%),
    linear-gradient(120deg, #fff 0%, #fbf7ff 48%, #f2e7ff 100%);
}

.urovita-theme .header-cta,
.urovita-theme .primary-cta {
  background: linear-gradient(135deg, #9839bd, #50166f);
}

.urovita-theme .hero-visual.bottle-visual {
  min-height: 570px;
  overflow: hidden;
}

.urovita-theme .bottle-visual .bottle {
  top: auto;
  bottom: 62px;
  width: 29%;
  height: auto;
}

.urovita-theme .bottle-visual .bottle img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.urovita-theme .bottle-visual .bottle-centre {
  left: 50%;
  width: 34%;
  transform: translateX(-50%);
  z-index: 5;
}

.urovita-theme .bottle-visual .bottle-left {
  left: 17%;
  transform: rotate(-3deg);
  z-index: 4;
}

.urovita-theme .bottle-visual .bottle-right {
  right: 17%;
  left: auto;
  transform: rotate(3deg);
  z-index: 4;
}

.urovita-theme .bottle-visual .jar-left-back {
  left: 2%;
  bottom: 88px;
  width: 25%;
  transform: rotate(-8deg);
  z-index: 2;
}

.urovita-theme .bottle-visual .jar-right-back {
  right: 2%;
  left: auto;
  bottom: 88px;
  width: 25%;
  transform: rotate(8deg);
  z-index: 2;
}

.urovita-theme .value-badge {
  background: linear-gradient(145deg, #a63eb8, #53156f);
  border-color: #f7d875;
}

.urovita-theme .bundle-ribbon {
  background: linear-gradient(90deg, #4b176f, #9d3daa);
}

.urovita-package-grid .package-card > small,
.urovita-package-grid .package-price {
  display: block;
}

.urovita-package-grid .package-price {
  margin-top: 12px;
  color: #172439;
  font-size: 26px;
}

.urovita-package-grid .package-card > small {
  margin: 4px 0 10px;
  color: #68717a;
}

.urovita-package-grid .mini-bottles img {
  width: 18%;
  height: auto;
  object-fit: contain;
}

.urovita-theme .package-disclaimer {
  max-width: 850px;
  margin: 32px auto 0;
  color: #6e747b;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.urovita-theme .urovita-formula img {
  width: min(58%, 330px);
  height: auto;
}

.urovita-theme .final-cta {
  background: linear-gradient(105deg, #451367, #7e2eaa 55%, #bd4aa4);
}

@media (max-width: 680px) {
  .urovita-theme .hero-visual.bottle-visual {
    min-height: 460px;
  }

  .urovita-theme .bottle-visual .bottle {
    bottom: 62px;
  }
}
