:root {
  --ink: #101415;
  --midnight: #181d1e;
  --gold: #c7a061;
  --gold-light: #f3d79e;
  --sand: #a47c41;
  --muted: #657080;
  --green: #178c44;
  --line: #e5e7ea;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #e7e7e7;
  color: #10151a;
  font-family: Cairo, "Noto Sans Arabic", Tahoma, sans-serif;
}

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

button {
  cursor: pointer;
}

a {
  color: inherit;
}

button:focus-visible, a:focus-visible, summary:focus-visible {
  outline: 3px solid #d4a862;
  outline-offset: 3px;
}

.svg-sprite {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}

.site {
  width: min(100%, 1024px);
  background: #fff;
  margin-inline: auto;
  box-shadow: 0 14px 55px #0002;
}

.container {
  width: 100%;
  padding-inline: 36px;
  margin-inline: auto;
}

.site-header {
  height: 63px;
  background: #101414;
  color: #fff;
  position: relative;
  z-index: 20;
}

.nav-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 215px 1fr 126px;
  align-items: center;
  column-gap: 22px;
  direction: ltr;
}

.brand {
  text-decoration: none;
  color: #d9b77e;
  direction: ltr;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  white-space: nowrap;
}

.brand-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font: 500 28px/1 Cinzel, Georgia, serif;
  letter-spacing: 1px;
}

.brand-v {
  font: 700 49px/.9 Georgia, serif;
  letter-spacing: -6px;
  transform: scaleX(1.05);
  margin-right: 4px;
}

.brand-caption {
  font: 8px/1.8 Arial, sans-serif;
  color: #ebebeb;
  letter-spacing: 1.65px;
  align-self: center;
  margin-left: 26px;
}

.desktop-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  direction: rtl;
  gap: 11px;
}

.desktop-nav a {
  font-size: 10px;
  text-decoration: none;
  white-space: nowrap;
  color: #f6f5f3;
  transition: color .2s;
}

.desktop-nav a:hover, .desktop-nav a.active {
  color: #eac993;
}

.buy-button {
  border: 0;
  border-radius: 6px;
  color: #191510;
  background: linear-gradient(110deg, #bf9251 0%, #f7ddaa 50%, #c59c5c 100%);
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: inset 0 1px 0 #fff5, 0 5px 13px #0002;
  transition: transform .2s, filter .2s;
}

.buy-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.07);
}

.buy-button svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.buy-header {
  height: 43px;
  width: 126px;
  font-size: 15px;
  direction: rtl;
}

.mobile-toggle, .mobile-nav {
  display: none;
}

/* Hero: 436 px on the desktop reference, with three deliberate visual zones */
.hero {
  height: 436px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(ellipse 460px 370px at 49% 14%, #37302a 0%, transparent 77%), radial-gradient(ellipse 400px 300px at 3% 94%, #70513888 0%, transparent 72%), linear-gradient(90deg, #14191a 0%, #111616 57%, #080b0c 100%);
  color: white;
}

.hero:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: linear-gradient(#ffffff05, #ad855248, #352820b3);
  z-index: 1;
}

.hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 15% 25%, #ffffff24, transparent 38%), radial-gradient(ellipse at 96% 75%, #42312655, transparent 48%);
  z-index: -1;
}

.hero-man {
  position: absolute;
  right: 0;
  top: 15px;
  height: 385px;
  width: 305px;
  object-fit: contain;
  object-position: right top;
  opacity: .30;
  filter: brightness(.85) contrast(1.05);
  mask-image: linear-gradient(90deg, transparent 0%, #000 28%, #000 100%);
  pointer-events: none;
  z-index: 0;
}

.hero-inner {
  height: 100%;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 37% 40% 23%;
  direction: ltr;
}

.hero-visual {
  position: relative;
  grid-column: 1;
  height: 100%;
}

.hero-packshot {
  position: absolute;
  left: -5px;
  bottom: 1px;
  width: 355px;
  height: 417px;
  object-fit: contain;
  filter: drop-shadow(0 18px 14px #0007);
}

.hero-info {
  grid-column: 2;
  direction: rtl;
  text-align: right;
  padding-top: 26px;
  padding-left: 0;
  position: relative;
  z-index: 2;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #c4a16c;
  border-radius: 7px;
  font-size: 10px;
  padding: 4px 8px;
  color: #fff;
  white-space: nowrap;
  background: #1116;
}

.german-flag {
  display: inline-block;
  width: 43px;
  height: 25px;
  flex: none;
  border-radius: 1px;
  background: linear-gradient(to bottom, #101010 0% 33.333%, #e32127 33.333% 66.666%, #ffce00 66.666% 100%);
  box-shadow: 0 1px 3px #0004;
}

.hero-label .german-flag {
  width: 33px;
  height: 16px;
}

.hero-wordmark {
  font: 700 56px/1.06 Cinzel, Georgia, serif;
  letter-spacing: 1.4px;
  color: #e2be83;
  text-align: left;
  margin: 10px 0 3px;
  direction: ltr;
  text-shadow: 0 1px 15px #d5a45a28;
}

.hero h1 {
  font-size: 26px;
  white-space: nowrap;
  line-height: 1.3;
  margin: 0 0 5px;
  font-weight: 800;
}

.hero-promise {
  color: #e2bf86;
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 9px;
  white-space: nowrap;
}

.hero-description {
  margin: 0 0 14px;
  max-width: 369px;
  font-size: 12.5px;
  line-height: 1.7;
}

.buy-hero {
  height: 50px;
  width: 223px;
  font-size: 19px;
  margin-right: 0;
}

.hero-perks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 19px;
  width: 400px;
  gap: 4px;
  direction: rtl;
}

.hero-perks > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.hero-perks svg {
  display: block;
  width: 35px;
  height: 35px;
  stroke: #d3aa68;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  margin-bottom: 7px;
}

.section-heading {
  font-size: 23px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
  text-align: center;
}

.benefits {
  height: 166px;
  overflow: hidden;
  background: linear-gradient(120deg, #fff 0%, #fff 70%, #f7f7f8 100%);
}

.benefits-inner {
  height: 100%;
  display: flex;
  direction: ltr;
  align-items: stretch;
  gap: 8px;
  padding-left: 28px;
  padding-right: 22px;
}

.benefit-copy {
  width: 77%;
  padding-top: 16px;
}

.benefit-copy .section-heading {
  margin-bottom: 12px;
}

.benefit-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  direction: ltr;
  gap: 1px;
}

.benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}

.benefit svg {
  width: 39px;
  height: 39px;
  fill: none;
  stroke: #bd914f;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.german-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 23%;
  position: relative;
  gap: 4px;
  direction: rtl;
  text-align: center;
}

.german-panel:before {
  content: "";
  position: absolute;
  inset: 0 -6px 0 0;
  opacity: .07;
  background: repeating-linear-gradient(115deg, #b8aa88 0 1px, transparent 1px 11px);
  mask-image: linear-gradient(90deg, transparent, #000);
}

.german-panel .flag-large {
  width: 59px;
  height: 35px;
  transform: perspective(80px) rotateY(-14deg) rotateZ(-9deg);
}

.german-panel strong {
  font: 700 19px/1.06 Arial, sans-serif;
  direction: ltr;
  letter-spacing: .2px;
}

.german-panel p {
  font-size: 12px;
  line-height: 1.3;
  margin: 2px 0 0;
  font-weight: 700;
}

.story {
  height: 216px;
  background: linear-gradient(90deg, #192024, #111516 57%, #181c1e);
  color: #fff;
  overflow: hidden;
}

.story-inner {
  display: grid;
  grid-template-columns: 31% 41% 28%;
  height: 100%;
  direction: ltr;
  align-items: center;
  padding-left: 0;
  padding-right: 22px;
}

.story-image {
  height: 216px;
  position: relative;
  overflow: hidden;
}

.story-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 67%, #15191a 99%);
  pointer-events: none;
}

.story-image img {
  height: 295px;
  width: 286px;
  max-width: none;
  object-fit: contain;
  position: absolute;
  bottom: -53px;
  left: 7px;
  filter: brightness(.82) contrast(1.03);
}

.story-words {
  direction: rtl;
  text-align: right;
  padding: 0 14px 0 20px;
}

.story-words h2 {
  font-size: 27px;
  line-height: 1.25;
  margin: 0 0 8px;
}

.story-words p {
  font-size: 12.6px;
  line-height: 1.65;
  margin: 0;
}

.story-words em {
  display: block;
  text-align: center;
  direction: ltr;
  font: italic 19px/1.14 Georgia, serif;
  color: #d9a65d;
  margin-top: 8px;
  transform: rotate(-4deg);
}

.story-highlights {
  height: 170px;
  border-left: 1px solid #b58c50;
  direction: rtl;
  padding-inline: 0 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.story-highlights > div {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  white-space: nowrap;
}

.story-highlights svg {
  width: 29px;
  height: 29px;
  stroke: #d2a65f;
  stroke-width: 1.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}

.ingredients {
  height: 177px;
  background: #fff;
  overflow: hidden;
}

.ingredients-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 73.4% 26.6%;
  direction: ltr;
}

.ingredient-items {
  min-width: 0;
  padding: 8px 20px 0 23px;
}

.ingredient-items .section-heading {
  font-size: 20px;
  margin-bottom: 7px;
}

.ingredient-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px;
  direction: ltr;
  text-align: center;
}

.ingredient {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  line-height: 1.2;
}

.ingredient img {
  display: block;
  height: 71px;
  width: 71px;
  object-fit: contain;
  margin-bottom: 6px;
}

.ingredient strong {
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.ingredient small {
  font-size: 9.5px;
  margin-top: 3px;
  white-space: nowrap;
}

.ingredient-callout {
  background: radial-gradient(ellipse at 0 40%, #262a2b 0%, #15191a 64%, #0e1112 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  color: white;
  text-align: right;
  padding: 7px 25px 9px 9px;
}

.quote-mark {
  font: 700 45px/1 Georgia, serif;
  color: #dbaf6d;
  align-self: flex-end;
}

.ingredient-callout p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 8px;
}

.gold-stroke {
  width: 125px;
  height: 4px;
  background: #d6a962;
}

.usage {
  height: 166px;
  background: linear-gradient(90deg, #fff 0%, #fafafa 65%, #ececed 100%);
  overflow: hidden;
}

.usage-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  direction: ltr;
  height: 100%;
  padding-right: 0;
  align-items: center;
}

.usage-steps {
  padding: 7px 0 7px 16px;
}

.usage-steps .section-heading {
  font-size: 20px;
  margin-bottom: 4px;
}

.step-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  direction: rtl;
  align-items: start;
}

.step {
  position: relative;
  min-width: 0;
  text-align: center;
  padding: 0 10px;
  border-left: 1px solid #e3e1df;
  min-height: 104px;
}

.step:last-child {
  border-left: 0;
}

.step svg {
  width: 43px;
  height: 43px;
  stroke: #b58a4d;
  stroke-width: 1.2;
  fill: none;
  stroke-linejoin: round;
}

.step-number {
  position: absolute;
  right: calc(50% - 28px);
  top: 2px;
  display: grid;
  place-items: center;
  font: 700 11px Arial, sans-serif;
  color: #fff;
  background: #b58d51;
  border-radius: 50%;
  height: 21px;
  width: 21px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ead9bd;
}

.step p {
  font-size: 11px;
  line-height: 1.47;
  margin: 2px 0 0;
}

.usage-product {
  height: 100%;
  position: relative;
  overflow: hidden;
  direction: rtl;
}

.usage-product:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, #d6d6d64d);
}

.usage-product > span {
  position: absolute;
  left: 20px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
  color: #111618;
  white-space: nowrap;
  z-index: 2;
}

.usage-product img {
  position: absolute;
  right: -15px;
  top: -45px;
  height: 256px;
  width: 192px;
  object-fit: contain;
  z-index: 1;
  filter: drop-shadow(0 8px 10px #00000022);
}

.faq-reviews {
  height: auto;
  min-height: 224px;
  background: #fff;
  overflow: visible;
  padding-bottom: 16px;
}

.faq-inner {
  display: grid;
  grid-template-columns: 61% 39%;
  direction: ltr;
  height: auto;
  min-height: 100%;
  padding: 8px 29px 14px 36px;
  gap: 16px;
  align-items: stretch;
}

.review-area {
  border-right: 1px solid #dcdedf;
  padding-right: 17px;
  direction: rtl;
}

.review-area .section-heading, .faq-area .section-heading {
  font-size: 19px;
  margin-bottom: 6px;
}

.review-note {
  font-size: 9px;
  color: #737b83;
  margin: -5px 0 5px;
  text-align: center;
}

.review-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  direction: ltr;
}

.review-card {
  height: 126px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  padding: 7px 7px 4px;
  direction: rtl;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.stars {
  color: #c89437;
  letter-spacing: 2px;
  font-size: 15px;
  white-space: nowrap;
}

.review-card p {
  font-size: 10px;
  line-height: 1.5;
  margin: 3px 0 2px;
}

.review-card small {
  font-size: 9px;
  color: #898989;
  margin-top: auto;
}

.faq-area {
  direction: rtl;
}

.faq-area details {
  border: 1px solid #dadde1;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 6px;
  font-size: 11px;
  transition: border-color .2s, background-color .2s, box-shadow .2s;
  background: #fff;
}

.faq-area details[open] {
  border-color: #d4a862;
  background: #fffdfa;
  box-shadow: 0 2px 8px #00000008;
}

.faq-area summary {
  list-style: none;
  position: relative;
  padding: 8px 12px 8px 26px;
  cursor: pointer;
  min-height: 28px;
  line-height: 1.35;
  font-weight: 700;
  color: #18222d;
  user-select: none;
  transition: color .18s;
}

.faq-area summary:hover {
  color: #b68537;
}

.faq-area details[open] summary {
  color: #9e6f28;
}

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

.faq-area summary:before {
  content: "⌄";
  position: absolute;
  left: 10px;
  top: 6px;
  font-size: 16px;
  line-height: 1;
  transition: transform .2s ease;
  display: inline-block;
}

.faq-area details[open] summary:before {
  transform: rotate(180deg);
  top: 6px;
}

.faq-area details p {
  font-size: 10.5px;
  line-height: 1.65;
  margin: 2px 12px 10px;
  color: #55606e;
  border-top: 1px dashed #ece7dc;
  padding-top: 7px;
}

.footer {
  height: 124px;
  background: #111516;
  color: #fff;
  padding-top: 13px;
}

.footer-top {
  direction: ltr;
  display: grid;
  grid-template-columns: 210px 1fr 1fr 1fr 200px;
  align-items: center;
  gap: 13px;
  padding-bottom: 14px;
}

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

.footer-brand .brand-v {
  font-size: 35px;
  margin-right: 2px;
}

.footer-brand .brand-caption {
  font-size: 7px;
  letter-spacing: 1.4px;
}

.footer-perk {
  display: flex;
  direction: ltr;
  gap: 7px;
  align-items: center;
  font-size: 11px;
  line-height: 1.5;
  white-space: nowrap;
}

.footer-perk svg {
  width: 34px;
  height: 34px;
  stroke: #c89f5e;
  fill: none;
  stroke-width: 1.35;
  flex: none;
}

.footer-perk span {
  text-align: right;
  direction: rtl;
}

.footer-perk small {
  display: block;
  color: #e1e0dc;
  font-size: 9px;
}

.buy-footer {
  height: 48px;
  width: 200px;
  font-size: 16px;
  direction: rtl;
}

.footer-bottom {
  border-top: 1px solid #ffffff26;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 14px;
  color: #aaa;
  font-size: 9px;
  direction: ltr;
}

/* Precision pass: align the reference composition */
@media(min-width:801px){
  .hero-packshot{left:-45px;width:430px;height:437px;bottom:0}
  .hero-info{text-align:left}
  .hero-label{display:flex;width:max-content;margin-right:auto;margin-left:0}
  .hero-wordmark{text-align:left}
  .hero-description{text-align:right;direction:rtl;margin-right:auto;margin-left:0}
  .buy-hero{display:flex;margin-right:auto;margin-left:0}
  .usage-product>span{position:absolute;left:20px;right:auto;top:50%;transform:translateY(-50%);font-size:16px;font-weight:800;line-height:1.45;text-align:center;color:#111618;white-space:nowrap;z-index:2}
  .usage-product img{position:absolute;right:-15px;top:-45px;height:256px;width:192px;object-fit:contain;z-index:1;filter:drop-shadow(0 8px 10px #00000022)}
}

@media(max-width:800px){
  .site{max-width:100%}
  .container{padding-inline:20px}
  .site-header{height:64px}
  .nav-inner{display:flex;direction:ltr;justify-content:space-between;gap:9px}
  .brand-row{font-size:20px}
  .brand-v{font-size:35px}
  .brand-caption{font-size:7px}
  .desktop-nav{display:none}
  .buy-header{margin-left:auto;height:38px;width:115px;font-size:12px}
  .mobile-toggle{display:grid;place-items:center;background:none;border:1px solid #b7945970;color:#e4c086;border-radius:7px;height:36px;width:37px;padding:7px}
  .mobile-toggle svg{height:22px;width:22px;stroke:currentColor;fill:none;stroke-width:2}
  .mobile-nav{display:flex;flex-direction:column;padding:10px 20px 18px;background:#171a1b;box-shadow:0 7px 10px #0003}
  .mobile-nav[hidden]{display:none!important}
  .mobile-nav a,.mobile-nav button{padding:8px 6px;text-decoration:none;color:white;border:0;background:none;text-align:right;font-size:13px}
  .mobile-nav button{color:#e4bf80;font-weight:800}
  .hero{height:auto;min-height:0}
  .hero-man{top:0;right:-30px;height:320px;width:240px;opacity:.10}
  .hero-inner{display:flex;flex-direction:column;direction:rtl;padding-top:27px;padding-bottom:0}
  .hero-info{text-align:center;padding:0;width:100%;order:0}
  .hero-label{font-size:10px;margin-inline:auto}
  .buy-hero{margin-inline:auto}
  .hero-wordmark{text-align:center;font-size:50px;margin-top:10px}
  .hero h1{font-size:clamp(20px,5.8vw,27px);white-space:normal}
  .hero-promise{font-size:clamp(13px,3.7vw,19px);white-space:normal}
  .hero-description{font-size:12px;margin:8px auto 15px;max-width:350px}
  .buy-hero{width:min(100%,260px)}
  .hero-perks{margin:20px auto 0;width:min(100%,410px)}
  .hero-perks>div{font-size:10px}
  .hero-visual{order:1;height:320px;width:100%;margin-top:6px}
  .hero-packshot{left:50%;transform:translateX(-50%);bottom:-1px;height:317px;width:320px}
  .benefits{height:auto}
  .benefits-inner{flex-direction:column;padding:20px 18px}
  .benefit-copy{width:100%;padding:0}
  .benefit-copy .section-heading{font-size:22px}
  .benefit-row{grid-template-columns:repeat(3,1fr);row-gap:17px}
  .german-panel{width:100%;display:flex;flex-direction:row;gap:10px;border-top:1px solid #eee;margin-top:17px;padding-top:13px}
  .german-panel p{font-size:11px;margin:0}
  .german-panel strong{font-size:16px}
  .german-panel .flag-large{height:24px;width:42px}
  .story{height:auto}
  .story-inner{display:grid;grid-template-columns:125px 1fr;direction:ltr;min-height:230px;padding-left:0;padding-right:12px}
  .story-image{height:230px}
  .story-image img{height:239px;width:153px;bottom:-16px;left:-8px}
  .story-words{padding:18px 5px 15px 13px}
  .story-words h2{font-size:20px}
  .story-words p{font-size:10px}
  .story-words em{font-size:17px}
  .story-highlights{display:none}
  .ingredients{height:auto}
  .ingredients-inner{display:flex;flex-direction:column}
  .ingredient-items{padding:16px 12px 18px}
  .ingredient-row{grid-template-columns:repeat(3,1fr);row-gap:13px}
  .ingredient-callout{width:100%;align-items:center;text-align:center;padding:15px}
  .ingredient-callout p{font-size:14px}
  .ingredient-callout p br{display:none}
  .usage{height:auto}
  .usage-inner{display:flex;flex-direction:column;padding:15px 14px 0}
  .usage-steps{padding:0}
  .step-row{gap:5px}
  .step{padding:0 5px}
  .step svg{width:37px;height:37px}
  .step p{font-size:10px}
  .step-number{right:1%;top:2px}
  .usage-product{height:150px;max-width:380px;width:100%;margin:0 auto;position:relative}
  .usage-product img{right:auto;left:10px;top:-46px;height:236px;width:177px;object-fit:contain}
  .usage-product>span{right:24px;left:auto;top:50%;transform:translateY(-50%);font-size:15px;font-weight:800;line-height:1.45;text-align:center;white-space:nowrap}
  .faq-reviews{height:auto}
  .faq-inner{display:flex;flex-direction:column;padding:18px 18px 22px;gap:18px}
  .faq-area{order:0}
  .review-area{order:1;border:0;padding:0}
  .review-cards{gap:6px}
  .review-card{min-height:137px;height:auto}
  .review-card p{font-size:9px}
  .footer{height:auto;padding:15px 0}
  .footer-top{grid-template-columns:1fr 1fr;gap:14px;padding-bottom:15px}
  .footer-brand{grid-column:1/3;justify-self:center}
  .footer-perk{justify-content:center}
  .footer-perk svg{width:27px;height:27px}
  .footer-perk small{font-size:8px}
  .buy-footer{grid-column:1/3;justify-self:center;width:100%}
  .footer-bottom{padding-top:10px;flex-direction:column;text-align:center;align-items:center;gap:6px}
  .modal-overlay{padding:8px}
}

@media(max-width:370px){
  .container{padding-inline:13px}
  .hero-perks svg{height:29px;width:29px}
  .hero-perks>div{font-size:9px}
  .story-inner{grid-template-columns:108px 1fr}
  .story-image img{left:-19px}
  .story-words h2{font-size:18px}
  .ingredient strong{font-size:10px}
  .review-card small{font-size:8px}
  .footer-perk{font-size:10px}
}

/* Reviews slider & star ratings */
.review-area{position:relative;min-width:0;padding-right:12px;overflow:hidden}
.review-area .section-heading{margin-bottom:5px}
.review-note{font-size:9px;line-height:1.35;margin:-3px 0 7px;color:#69727b}
.review-carousel{position:relative;width:100%;direction:ltr;padding:0 21px;isolation:isolate;outline-offset:2px}
.review-viewport{width:100%;overflow:hidden;touch-action:pan-y;cursor:grab;user-select:none}
.review-viewport:active{cursor:grabbing}
.review-cards{display:flex;grid-template-columns:none;align-items:stretch;gap:9px;direction:ltr;will-change:transform;transition:transform .42s cubic-bezier(.22,.71,.18,1)}
.review-card{flex:0 0 calc((100% - 18px)/3);height:138px;min-width:0;min-height:0;max-width:none;border:none;border-radius:12px;background:linear-gradient(180deg,#fff 0%,#fffdfb 100%);padding:10px 8px 8px;box-shadow:0 4px 18px rgba(0,0,0,0.06);direction:rtl;justify-content:flex-start}
.review-card p{font-size:10px;line-height:1.45;margin:7px 0 2px}
.review-card small{font-size:8px;line-height:1.35;color:#737c85;margin-top:auto}
.stars{display:flex;align-items:center;justify-content:center;gap:2px;color:#d69a2a;direction:ltr;white-space:nowrap;width:100%;height:20px;min-height:20px;letter-spacing:normal;font-size:initial}
.stars svg{height:16px;width:16px;flex:none;display:block;fill:#d69a2a;stroke:#bb8120;stroke-width:.65;filter:drop-shadow(0 1px 1px #9c67102a)}
.review-arrow{position:absolute;top:50%;transform:translateY(-50%);width:24px;height:38px;display:grid;place-items:center;border:none;border-radius:7px;background:#fffaf3;color:#a17535;font:700 25px/1 Arial,sans-serif;padding:0;box-shadow:0 2px 8px rgba(0,0,0,0.08);z-index:2;transition:background .18s,color .18s}
.review-arrow:hover{background:#c99e5e;color:#fff}
.review-prev{left:0}.review-next{right:0}
.review-dots{height:18px;display:flex;align-items:center;justify-content:center;gap:6px;direction:ltr;margin-top:4px}
.review-dot{height:6px;width:6px;padding:0;border:0;border-radius:99px;background:#d3d1ce;transition:width .2s,background .2s}
.review-dot[aria-current="true"]{width:18px;background:#c9a063}

@media(max-width:800px){
  .review-viewport{max-width:460px;margin:auto}
  .review-cards{gap:10px}
  .review-card{flex-basis:100%;min-height:140px;height:140px;padding:13px;border:none !important;box-shadow:0 4px 18px rgba(0,0,0,0.06)}
  .review-card p{font-size:12px;line-height:1.65}
  .review-card small{font-size:10px}
  .stars{height:23px;min-height:23px}
  .stars svg{height:18px;width:18px}
  .review-carousel{max-width:525px;margin:0 auto;padding:0 !important}
  .review-arrow{display:none !important}
  .review-note{font-size:10px}
}
@media(min-width:570px) and (max-width:800px){
  .review-card{flex-basis:calc((100% - 10px)/2)}
  .review-card p{font-size:11px}
}
@media(prefers-reduced-motion:reduce){
  .review-cards{transition:none}
  .review-dot{transition:none}
}

/* ===== Exact-style checkout modal ===== */
.modal-overlay{position:fixed;inset:0;background:#0a1624d1;display:none;align-items:flex-start;justify-content:center;overflow:auto;padding:16px;z-index:120}
.modal-overlay.is-open{display:flex}
body.modal-open{overflow:hidden}
.checkout-dialog{width:min(100%,700px);position:relative;margin:auto}
.modal-close{position:absolute;left:14px;top:14px;width:36px;height:36px;border:0;border-radius:50%;background:#eff3f8;color:#17273d;display:grid;place-items:center;z-index:5;box-shadow:0 4px 14px #0002;cursor:pointer;transition:.2s}
.modal-close:hover{filter:brightness(.95);transform:scale(1.04)}
.modal-close svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2.2}
.checkout-topband{background:linear-gradient(90deg,#0f2740,#102843 40%,#0b2239);color:#fff;border-radius:14px 14px 0 0;display:grid;grid-template-columns:repeat(4,1fr);padding:10px 16px;gap:8px}
.topband-item{display:flex;align-items:center;gap:8px;min-width:0}
.topband-item svg{width:28px;height:28px;stroke:#d7b06f;fill:none;stroke-width:1.5;flex:none}
.topband-item strong{display:block;font-size:11.5px;line-height:1.25}
.topband-item small{display:block;color:#e6edf5;font-size:9.5px}
.checkout-shell{background:#f6f8fb;border-radius:0 0 16px 16px;padding:14px}
.checkout-hero-card{background:#fff;border-radius:16px;padding:12px 18px;display:grid;grid-template-columns:150px 1fr;gap:16px;align-items:center;box-shadow:0 4px 16px #0b1d2a0a}
.checkout-hero-image{display:flex;align-items:center;justify-content:center;height:150px}
.checkout-hero-image img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 8px 12px #0002)}
.checkout-hero-content{text-align:right}
.checkout-badge{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(180deg,#f0c874,#d9a441);border-radius:999px;padding:4px 10px;font-weight:800;font-size:11.5px;color:#111}
.checkout-badge .german-flag{width:22px;height:13px}
.checkout-hero-content h2{margin:8px 0 3px;font-size:18px;line-height:1.3;color:#152744;font-weight:800}
.checkout-hero-content h2 span{direction:ltr;display:inline-block;font-size:20px;font-weight:900}
.checkout-subtitle{margin:0;color:#b68434;font-size:13.5px;font-weight:700}
.checkout-bullet-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;direction:rtl;align-items:center}
.bullet-pill{display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#1a2c49;font-weight:700;font-size:12.5px;white-space:nowrap}
.bullet-pill svg{width:18px;height:18px;stroke:#a97728;fill:none;stroke-width:2;flex:none}
.checkout-content-card{background:#fff;border-radius:16px;padding:16px 18px;margin-top:12px;box-shadow:0 4px 16px #0b1d2a0a}
.checkout-title-wrap{text-align:right;padding:0 4px 10px}
.checkout-title-wrap h3{margin:0 0 3px;font-size:19px;color:#102746;line-height:1.2}
.checkout-title-wrap p{margin:0;color:#7f8b9c;font-size:12.5px}
.checkout-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px}
.input-card,.notes-card,.station-note{display:block}
.input-card .label-line,.notes-card .label-line{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:800;color:#17304f;margin:0 4px 5px}
.input-card .label-line svg,.notes-card .label-line svg{width:18px;height:18px;stroke:#637086;fill:none;stroke-width:1.7}
.input-card input,.input-card select,.notes-card textarea,.station-note input{width:100%;height:44px;border-radius:10px;border:1px solid #dce3ed;background:#fff;padding:0 12px;color:#1b2a3d;font-size:13.5px;box-shadow:inset 0 1px 2px #00000004}
.notes-card textarea{height:62px;padding-top:10px;resize:vertical}
.input-card input::placeholder,.notes-card textarea::placeholder{color:#9aa3b0}
.input-card select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#556273 50%),linear-gradient(135deg,#556273 50%,transparent 50%);background-position:calc(14px) calc(50% - 3px),calc(8px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-left:30px}
.input-card input:focus,.input-card select:focus,.notes-card textarea:focus,.station-note input:focus{outline:none;border-color:#3f83f8;box-shadow:0 0 0 3px #3f83f818}
.option-stack{margin-top:12px;display:grid;gap:12px}
.block-heading{display:flex;align-items:end;justify-content:space-between;margin:0 2px 8px}
.block-heading h4{margin:0;font-size:14.5px;color:#18324f}
.block-heading span{color:#7d8999;font-size:11.5px}
.option-grid{display:grid;gap:10px}
.option-grid-delivery,.option-grid-payment{grid-template-columns:1fr 1fr}
.choice-card{position:relative;border:1px solid #dce3ed;border-radius:12px;background:#fff;min-height:64px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px;transition:.2s}
.choice-card input{position:absolute;inset:0;opacity:0;cursor:pointer}
.choice-card.is-selected{border:2px solid #2a78ea;background:#fbfdff;box-shadow:0 0 0 2px #2a78ea10}
.choice-main{display:flex;align-items:center;gap:10px;min-width:0}
.choice-icon{width:38px;height:38px;border-radius:9px;display:grid;place-items:center;flex:none}
.choice-icon svg{width:20px;height:20px;fill:none;stroke-width:1.8}
.choice-icon.blue{background:#edf4ff;color:#266ad7}
.choice-icon.dark{background:#f3f5f8;color:#20344f}
.choice-copy strong{display:block;font-size:13px;color:#102746;line-height:1.25}
.choice-copy small{display:block;color:#6d7889;font-size:11px;margin-top:2px}
.choice-state{display:flex;align-items:center;gap:8px;flex:none}
.radio-mark{width:20px;height:20px;border-radius:50%;border:2px solid #b6bfcb;background:#fff;position:relative}
.choice-card.is-selected .radio-mark{border-color:#2a78ea}
.choice-card.is-selected .radio-mark:after{content:"";position:absolute;inset:4px;border-radius:50%;background:#2a78ea}
.free-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;height:22px;background:#22b14c;color:#fff;border-radius:6px;font-size:11px;font-weight:800}
.notes-card{margin-top:12px}
.station-note{margin-top:12px;background:#f8fbff;border-radius:12px;padding:10px 12px;border:1px solid #d6e4fa}
.station-note span{display:block;margin-bottom:5px;color:#1b3c61;font-weight:800;font-size:13px}
.summary-grid{display:grid;grid-template-columns:1.12fr .98fr;gap:12px;margin-top:12px}
.metro-banner{background:linear-gradient(90deg,#eff9ef,#f9fdf7);border-radius:12px;padding:12px 14px;display:grid;grid-template-columns:44px 1fr 26px;align-items:center;gap:10px;border:1px solid #e0f1e0}
.metro-banner-icon{width:44px;height:44px;border-radius:50%;background:#dff3df;display:grid;place-items:center;color:#28a048}
.metro-banner-icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8}
.metro-banner-copy strong{display:block;font-size:13.5px;color:#139441;line-height:1.3}
.metro-banner-copy span{display:block;font-size:11.5px;color:#31433a;margin-top:2px}
.metro-banner-train{color:#159a46;justify-self:end}
.metro-banner-train svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8}
.summary-card{border:1px solid #eceeef;background:#fff;border-radius:12px;padding:12px 14px}
.summary-card h4{display:flex;align-items:center;justify-content:space-between;margin:0 0 8px;color:#122846;font-size:14.5px}
.summary-card h4 svg{width:18px;height:18px;stroke:#24344d;fill:none;stroke-width:1.6}
.summary-line{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#29354b;padding:6px 0;border-top:1px solid #edf0f4}
.summary-line:first-of-type{border-top:0;padding-top:0}
.summary-line strong{font-size:13px}
.summary-line.total{background:#fff7e7;margin:8px -14px -12px;padding:10px 14px;border-radius:0 0 12px 12px;font-weight:800}
.summary-line.total strong{font-size:15.5px;color:#111}
.submit-order-exact{margin-top:12px;width:100%;height:48px;border:0;border-radius:12px;background:linear-gradient(180deg,#2cb657,#1ea443);color:#fff;font-size:16px;font-weight:800;display:grid;grid-template-columns:38px 1fr 38px;align-items:center;padding:0 14px;box-shadow:0 6px 18px #1ea4432a;cursor:pointer;transition:transform .15s,box-shadow .15s}
.submit-order-exact:hover{transform:translateY(-1px);box-shadow:0 8px 22px #1ea4433d}
.arrow-box,.send-box{display:grid;place-items:center;font-size:20px;opacity:.95}
.privacy-note{display:flex;align-items:center;justify-content:center;gap:6px;color:#5f6b7d;font-size:12px;margin-top:10px}
.privacy-note svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.6}
.checkout-footer-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px;padding-top:10px;border-top:1px solid #edf0f4}
.footer-mini{display:flex;align-items:center;justify-content:center;gap:8px;text-align:center}
.footer-mini svg{width:22px;height:22px;stroke:#20344f;fill:none;stroke-width:1.6;flex:none}
.footer-mini strong{display:block;font-size:11.5px;color:#182e48;line-height:1.2}
.footer-mini small{display:block;font-size:9.5px;color:#6f7a8b}
.checkout-success{margin-top:10px;padding:12px 14px;border-radius:10px;background:#eff8f0;color:#186f35;font-weight:700;font-size:13px;line-height:1.5}
.checkout-error{margin-top:10px;padding:12px 14px;border-radius:10px;background:#fde8e8;color:#c81e1e;font-weight:700;font-size:13px;line-height:1.5}
.payment-option.is-selected,.delivery-option.is-selected{border:2px solid #2a78ea}

@media (max-width:768px){
  .checkout-dialog{width:min(100%,600px)}
  .checkout-topband{grid-template-columns:repeat(2,1fr);gap:8px}
  .checkout-hero-card{grid-template-columns:130px 1fr;gap:12px}
  .summary-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  .modal-overlay{padding:8px}
  .modal-close{left:10px;top:10px;width:30px;height:30px}
  .modal-close svg{width:15px;height:15px}
  .checkout-topband{border-radius:12px 12px 0 0;padding:8px 10px;gap:6px}
  .topband-item{gap:6px}
  .topband-item svg{width:22px;height:22px}
  .topband-item strong{font-size:10.5px}
  .topband-item small{font-size:8.5px}
  .checkout-shell{padding:8px}
  .checkout-hero-card{grid-template-columns:1fr;gap:8px;padding:10px;text-align:center}
  .checkout-hero-image{height:115px}
  .checkout-hero-content{text-align:center}
  .checkout-hero-content h2{font-size:15.5px}
  .checkout-hero-content h2 span{font-size:17.5px}
  .checkout-subtitle{font-size:12.5px}
  .checkout-bullet-row{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin-top:10px;direction:rtl;justify-items:center}
  .bullet-pill{font-size:10.5px;gap:4px;justify-content:center}
  .bullet-pill svg{width:14px;height:14px}
  .checkout-content-card{padding:10px}
  .checkout-title-wrap h3{font-size:16px}
  .checkout-title-wrap p{font-size:11px}
  .checkout-form-grid,.option-grid-delivery,.option-grid-payment,.summary-grid{grid-template-columns:1fr}
  .checkout-footer-strip{grid-template-columns:repeat(2,1fr);gap:8px 6px;margin-top:10px;padding-top:10px}
  .input-card .label-line,.notes-card .label-line{font-size:12px}
  .input-card input,.input-card select,.notes-card textarea,.station-note input{height:38px;font-size:12.5px;border-radius:8px;padding:0 10px}
  .notes-card textarea{height:54px}
  .choice-card{min-height:52px;padding:6px 10px;border-radius:10px}
  .choice-icon{width:32px;height:32px}
  .choice-icon svg{width:17px;height:17px}
  .choice-copy strong{font-size:12px}
  .choice-copy small{font-size:10px}
  .metro-banner{grid-template-columns:36px 1fr 22px;padding:8px 10px}
  .metro-banner-icon{width:36px;height:36px}
  .metro-banner-copy strong{font-size:12px}
  .metro-banner-copy span{font-size:10.5px}
  .summary-card h4{font-size:13px}
  .submit-order-exact{height:42px;font-size:14.5px;grid-template-columns:30px 1fr 30px;border-radius:8px}
  .footer-mini{display:flex;align-items:center;justify-content:flex-start;gap:6px;text-align:right;direction:rtl;padding:2px 0}
  .footer-mini svg{width:20px;height:20px;flex:none}
  .footer-mini strong{font-size:11px;line-height:1.2;white-space:nowrap}
  .footer-mini small{font-size:8.5px;color:#6f7a8b;white-space:nowrap}
}

/* ===== Floating WhatsApp Button ===== */
.virilax-float-wa-wrap {
  position: fixed;
  bottom: 38px;
  right: 28px;
  left: auto;
  z-index: 99;
  display: flex;
  align-items: center;
  pointer-events: none;
  direction: rtl;
}

.virilax-float-wa {
  pointer-events: auto;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.42), 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}

.virilax-float-wa:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.58);
}

.virilax-wa-icon {
  width: 36px;
  height: 36px;
  display: block;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.15));
}

.virilax-wa-pulse {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2.5px solid #25d366;
  animation: virilaxWaPulse 2.2s infinite cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}

@keyframes virilaxWaPulse {
  0% {
    transform: scale(0.95);
    opacity: 0.85;
  }
  70% {
    transform: scale(1.44);
    opacity: 0;
  }
  100% {
    transform: scale(1.44);
    opacity: 0;
  }
}

.virilax-wa-tooltip {
  position: absolute;
  right: calc(100% + 14px);
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  background: #101415;
  color: #fff;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  border: 1px solid #c7a061;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  direction: rtl;
  font-family: Cairo, "Noto Sans Arabic", Tahoma, sans-serif;
}

.virilax-wa-tooltip:before {
  content: "";
  position: absolute;
  left: 100%;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #101415;
}

.virilax-float-wa:hover .virilax-wa-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(-2px);
}

@media (max-width: 640px) {
  .virilax-float-wa-wrap {
    bottom: 28px;
    right: 18px;
    left: auto;
  }
  .virilax-float-wa {
    width: 54px;
    height: 54px;
  }
  .virilax-wa-icon {
    width: 30px;
    height: 30px;
  }
  .virilax-wa-tooltip {
    display: none;
  }
}

