/* Die Potent premium beauty-style landing */
:root {
  color-scheme: light;
  font-family: 'Inter', system-ui, sans-serif;
  background: transparent;
  color: #1a1a1a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
 /* background: #fff9f3; */
  color: #1a1a1a;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: -12px;
  background: url('../images/mwback.png') center top / cover no-repeat;
 /* filter: saturate(1.04) brightness(0.95) contrast(1.06) blur(6px); */
  z-index: -2;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.06), rgba(255, 247, 237, 0.12));
  z-index: -1;
}

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

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

a.brand-link {
  color: #8b1e1e;
  font-weight: 800;
  text-shadow: 0 0 8px rgba(139, 30, 30, 0.12);
}

a.brand-link:hover,
a.brand-link:focus-visible {
  text-decoration: underline;
}

a.brand-link {
  cursor: pointer;
}

button,
input,
select {
  font: inherit;
}

main {
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
  padding: 0.75rem 0 3rem;
}

section {
  padding: 0 0.75rem 1.5rem;
}

.hero {
  padding-top: 1rem;
    display: grid;
    gap: 1.2rem;
    display: block;
    margin: 0 auto;
}

.hero__panel,
.glass-block,
.order-section {
    background: rgba(255, 255, 255, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.72);
    /* backdrop-filter: blur(28px); */
    border-radius: 32px;
    box-shadow: 0 24px 60px rgba(120, 96, 76, 0.12);
    padding: clamp(1rem, 5vw, 2rem);
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  color: #a03333;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero__title {
  margin: 0.65rem 0 0.65rem;
  font-size: clamp(1.4rem, 5.5vw, 2.2rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 800;
  color: #0d0d0d;
}

.hero__copy {
  margin: 0;
  color: #2d2120;
  font-size: clamp(0.88rem, 3.6vw, 1rem);
  line-height: 1.8;
  max-width: 100%;
}

.hero__preview {
  display: grid;
  gap: clamp(0.45rem, 2vw, 0.75rem);
  margin-top: clamp(0.75rem, 3vw, 1rem);
}

.hero__feature {
  padding: clamp(0.6rem, 2.5vw, 0.85rem) clamp(0.75rem, 3vw, 1rem);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #55423d;
  font-weight: 600;
  font-size: clamp(0.85rem, 3.5vw, 0.95rem);
}

.hero__timer {
  margin-top: clamp(0.9rem, 3.5vw, 1.4rem);
  padding: clamp(0.6rem, 2.5vw, 1.2rem);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.62);
}

.hero__timer-label {
  margin: 0 0 0.9rem;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f80000;
}

.flip-clock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.3rem, 2vw, 1rem);
}

.flip-digit {
  position: relative;
  width: clamp(3rem, 15vw, 3.8rem);
  height: clamp(4.5rem, 22.5vw, 7.5rem);
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  flex-shrink: 0;
}

.flip-digit .digit {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
  color: #111111;
  font-size: clamp(1.5rem, 8vw, 2.5rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  border-radius: 12px;
  box-shadow: inset 0 -8px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.flip-digit .digit.next {
  transform: translateY(100%);
  opacity: 0;
}

.flip-separator {
  font-size: clamp(1.4rem, 6vw, 2.6rem);
  font-weight: 900;
  color: #7a1e1e;
  line-height: 1;
  flex-shrink: 0;
}

.hero__visual {
  display: flex;
  justify-content: center;
  margin: 0 0 0.9rem;
}

.hero__visual img {
  width: clamp(130px, 38vw, 300px);
  height: auto;
  border-radius: 16px;
}

.hero__price-row {
      /* display: flex; */
    align-items: baseline;
    gap: 0.75rem;
    margin: 0.5rem 0 0.25rem;
    text-align: center;
    margin: 0 auto;
}

.hero__price-new {
  font-size: clamp(1.65rem, 6.5vw, 2rem);
  font-weight: 900;
  color: #c72a2a;
  text-shadow: 0 0 12px rgba(199, 42, 42, 0.18);
}

.hero__price-old {
  font-size: 0.9rem;
  color: rgb(255, 255, 255);
  text-decoration: line-through;
}

.hero__bullets {
  display: grid;
  gap: clamp(0.3rem, 1.5vw, 0.45rem);
  margin: 0.5rem 0;
}

.hero__bullet {
  margin: 0;
  font-size: clamp(0.84rem, 3.4vw, 0.92rem);
  font-weight: 700;
  color: #1a0f0d;
  line-height: 1.45;
}

/* Slogan cards */
.hero__slogans {
  display: grid;
  gap: clamp(0.4rem, 1.8vw, 0.55rem);
  margin: 0.75rem 0;
}

.slogan-card {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: clamp(0.5rem, 2.2vw, 0.7rem) clamp(0.65rem, 2.8vw, 0.85rem);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(16px);
}

.slogan-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 10px;
  background: rgba(139, 30, 30, 0.08);
  color: #8b1e1e;
  flex-shrink: 0;
}

.slogan-card__text {
  margin: 0;
  font-size: clamp(0.8rem, 3.2vw, 0.88rem);
  font-weight: 700;
  color: #100b09;
  line-height: 1.4;
}

/* Why / product description block */
.hero__why {
  margin: 0.75rem 0;
  padding: clamp(0.75rem, 3vw, 1rem);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.30);
  border: 1px solid rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(14px);
}

.hero__why-title {
  margin: 0 0 0.55rem;
  font-size: clamp(0.92rem, 3.7vw, 1.05rem);
  font-weight: 800;
  color: #0d0d0d;
  line-height: 1.2;
}

.hero__why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.48rem;
}

.hero__why-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(0.8rem, 3.2vw, 0.88rem);
  font-weight: 700;
  color: #100b09;
}

.why-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b1e1e;
  flex-shrink: 0;
}

/* Scroll CTA in first hero */
.hero__cta {
  display: block;
  margin-top: 0.85rem;
  text-align: center;
  text-decoration: none;
}

/* Final hero (after comments) */
.hero--final {
  padding-top: 0;
}

/* ─── Features grid ──────────────────── */
.features-section {
  padding: 0 0.75rem 1.5rem;
}

.features-title {
  margin: 0 0 1.1rem;
  font-size: clamp(1.2rem, 4.8vw, 1.55rem);
  font-weight: 800;
  color: #0d0d0d;
  text-align: center;
  line-height: 1.2;
  position: relative;
  isolation: isolate;
}

.features-title::before {
  content: '';
  position: absolute;
  inset: -28px -24px;
  background: radial-gradient(ellipse at 50% 50%,
    rgba(255, 248, 244, 0.82) 0%,
    rgba(255, 248, 244, 0.54) 34%,
    transparent 66%);
  pointer-events: none;
  z-index: -1;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.5rem, 2vw, 0.75rem);
}

.feature-card {
      padding: clamp(0.75rem, 3vw, 1rem);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.62);
    /* backdrop-filter: blur(24px); */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition-delay: var(--delay, 0ms);
}

.feature-card.in-view {
  opacity: 1;
  transform: translateY(0);
}

.feature-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: rgba(139, 30, 30, 0.07);
  color: #8b1e1e;
  margin-bottom: 0.5rem;
}

.feature-card__title {
  margin: 0 0 0.22rem;
  font-size: clamp(0.77rem, 3.1vw, 0.85rem);
  font-weight: 800;
  color: #0d0d0d;
}

.feature-card__desc {
  margin: 0;
  font-size: clamp(0.69rem, 2.8vw, 0.77rem);
  color: #2a1a14;
  line-height: 1.55;
}

/* ─── Product description ───────────── */
.product-section {
  padding: 0 0.75rem 1.5rem;
}

.product-section__title {
  margin: 0 0 1.1rem;
  font-size: clamp(1.2rem, 4.8vw, 1.55rem);
  font-weight: 800;
  color: #0d0d0d;
  text-align: center;
  position: relative;
  isolation: isolate;
}

.product-section__title::before {
  content: '';
  position: absolute;
  inset: -28px -24px;
  background: radial-gradient(ellipse at 50% 50%,
    rgba(255, 248, 244, 0.82) 0%,
    rgba(255, 248, 244, 0.54) 34%,
    transparent 66%);
  pointer-events: none;
  z-index: -1;
}

.product-items {
  display: grid;
  gap: 0.7rem;
}

.product-item {
      display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: clamp(0.75rem, 3vw, 1rem);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.62);
    /* backdrop-filter: blur(24px); */
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.product-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 13px;
  background: rgba(139, 30, 30, 0.07);
  color: #8b1e1e;
}

.product-item__body {
  flex: 1;
  min-width: 0;
}

.product-item__title {
  margin: 0 0 0.25rem;
  font-size: clamp(0.85rem, 3.4vw, 0.93rem);
  font-weight: 800;
  color: #0d0d0d;
}

.product-item__text {
  margin: 0;
  font-size: clamp(0.75rem, 3vw, 0.83rem);
  color: #2a1a14;
  line-height: 1.65;
  max-width: 100%;
}

.section {
  margin-top: 1.6rem;
}

h2 {
  margin: 0 0 1.6rem;
  font-size: clamp(1.85rem, 4vw, 2.1rem);
  line-height: 1.1;
  font-weight: 800;
  color: #0d0d0d;
}

p {
  margin: 0;
  color: #181010;
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
  max-width: 42rem;
}

p + p {
  margin-top: 1.2rem;
}

.tile-grid {
  display: grid;
  gap: 0.9rem;
}

.tile-card {
  padding: 1.3rem 1.3rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.30);
  border: 1px solid rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(16px);
}

.tile-title {
  margin: 0 0 0.4rem;
  font-weight: 800;
  font-size: 1rem;
  color: #140e0c;
}

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

.benefit-list li {
  position: relative;
  padding-left: 1.8rem;
  color: #140e0c;
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.9;
}

.benefit-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  top: 0;
  color: #ab3333;
}

.mid-cta {
  margin-top: 1rem;
}

.mid-cta__panel {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.30);
  border: 1px solid rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(16px);
}

.mid-cta__tag,
.final-cta__small {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  color: #9a2e2e;
}

.mid-cta h2,
.final-cta h2 {
  margin: 0;
  font-size: 1.65rem;
  line-height: 1.08;
}

.final-cta {
  margin-top: 1rem;
  padding: 1.2rem;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(16px);
}

.final-cta__panel {
  display: grid;
  gap: 1rem;
}

.final-cta__price {
  margin: 0.8rem 0 0;
  font-size: 2.4rem;
  font-weight: 900;
  color: #c72a2a;
  text-shadow: 0 0 16px rgba(199, 42, 42, 0.22);
}

.final-cta__price span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(82, 82, 82, 0.55);
  text-decoration: line-through;
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.55;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  border-radius: 999px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.btn-primary,
.btn-burgundy {
  width: 100%;
  padding: 1rem 1.25rem;
  font-weight: 700;
  font-size: 1rem;
}

.btn-primary {
  background: #8b1e1e;
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(139, 30, 30, 0.22);
}

.btn-burgundy {
  background: #a13232;
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(161, 50, 50, 0.18);
}

.btn-primary:hover,
.btn-burgundy:hover,
.btn-primary:focus-visible,
.btn-burgundy:focus-visible {
  transform: translateY(-1px) scale(1.01);
}

.btn-large {
  width: 100%;
}

.order-summary {
  display: grid;
  gap: 1rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.order-summary__visual {
  display: flex;
  justify-content: center;
  padding: 1rem 0 0;
}

.order-summary__visual img {
  max-height: 220px;
  width: auto;
  object-fit: contain;
}

.order-summary__pricing {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}

.order-summary__new-price {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 900;
  color: #c72a2a;
  text-shadow: 0 0 14px rgba(199, 42, 42, 0.22);
}

.order-summary__old-price {
  margin: 0;
  color: rgba(82, 82, 82, 0.55);
  font-size: 1rem;
  text-decoration: line-through;
  opacity: 0.55;
}

.order-summary__timer {
  display: flex;
  justify-content: center;
}

.order-summary__note {
  margin: 0;
  color: #4a3934;
  font-size: 0.98rem;
  line-height: 1.85;
}

.order-copy {
  margin: 0 0 1.5rem;
}

.order-form {
  display: grid;
  gap: 1rem;
}

.order-form label {
  display: grid;
  gap: 0.45rem;
}

.field-label {
  font-size: 0.88rem;
  color: #fafafa;
}

.order-form input,
.order-form select {
  width: 100%;
  min-height: 3rem;
  border-radius: 1rem;
  border: 1px solid rgba(141, 111, 102, 0.25);
  background: rgba(255, 255, 255, 0.86);
  color: #2a1f1a;
  padding: 0.95rem 1rem;
}

.order-form select {
  appearance: none;
}

.order-form input::placeholder {
  color: rgba(42, 31, 26, 0.4);
}

.order-form input:focus,
.order-form select:focus {
  outline: 2px solid rgba(171, 51, 51, 0.18);
}

.form-subtitle {
  margin: 0;
  font-size: 0.9rem;
  color: #ffffff;
}

.call-confirmation {
  margin-top: 1rem;
  min-height: 3rem;
  padding: 0.95rem 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #4f3c35;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.32s ease, transform 0.32s ease;
}

.call-confirmation.visible {
  opacity: 1;
  transform: translateY(0);
}

.comment-section {
  padding: 1.5rem 0 2rem;
  background: linear-gradient(180deg, rgba(255, 242, 235, 0.42) 0%, rgba(255, 248, 244, 0.26) 100%);
  border-top: 1px solid rgba(255, 206, 180, 0.28);
  border-bottom: 1px solid rgba(255, 206, 180, 0.28);
  border-radius: 32px;
  margin: 20px;
}

.comments-header {
  text-align: center;
  padding: 0 0.75rem 1.3rem;
  position: relative;
  isolation: isolate;
}

.comments-header::before {
  content: '';
  position: absolute;
  inset: -16px -12px;
  background: radial-gradient(ellipse at 50% 44%,
    rgba(255, 248, 244, 0.82) 0%,
    rgba(255, 248, 244, 0.52) 38%,
    transparent 68%);
  border-radius: 24px;
  pointer-events: none;
  z-index: -1;
}

.comments-header__title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.3rem, 5.2vw, 1.75rem);
  font-weight: 800;
  color: #0d0d0d;
  line-height: 1.15;
}

.comments-header__sub {
  margin: 0 auto;
  color: #2a1a14;
  font-size: clamp(0.82rem, 3.3vw, 0.92rem);
  line-height: 1.65;
  max-width: 30rem;
}

.comments__list {
  display: grid;
  gap: 1rem;
}

/* Comment card */
.comment {
      display: none;
    padding: clamp(1rem, 4vw, 1.5rem);
    border-radius: 28px;
    background: rgb(255 255 255 / 30%);
    border: 1px solid rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.07);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

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

.comment__text {
  margin: 0 0 1rem;
  color: #2a1f1c;
  font-size: clamp(0.88rem, 3.5vw, 1rem);
  line-height: 1.85;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* Gallery: auto-grid based on image count */
.comment__gallery {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 12px;
}

.comment__gallery:has(img:nth-child(2)) {
  grid-template-columns: 1fr 1fr;
}

.comment__gallery:has(img:nth-child(4)) {
  grid-template-columns: 1fr 1fr;
}

/* 3 images: first spans full width */
.comment__gallery:has(img:nth-child(3):last-child) {
  grid-template-columns: 1fr 1fr;
}

.comment__gallery:has(img:nth-child(3):last-child) img:first-child {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
}

.comment__gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.comment__meta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.comment__avatar {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.comment__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.comment__info {
  flex: 1;
  min-width: 0;
}

.comment__name {
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 0.12rem;
}

.comment__foot {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.76rem;
}

.comment__date {
  color: #9a9a9a;
}

.comment__rating {
  color: #c5820a;
  letter-spacing: 0.04em;
}

/* Typing indicator (created by JS, no content knowledge) */
.comment-loader {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: clamp(0.85rem, 3vw, 1.1rem);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.comment-loader__avatar {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(200, 190, 185, 0.25);
}

.comment-loader__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.comment-loader__dots {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.comment-loader__dots span {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(171, 51, 51, 0.8);
  animation: pulseDot 0.95s infinite ease-in-out;
}

.comment-loader__dots span:nth-child(2) { animation-delay: 0.18s; }
.comment-loader__dots span:nth-child(3) { animation-delay: 0.34s; }

@keyframes pulseDot {
  0%, 20%, 100% { opacity: 0.2; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-3px); }
}

@media (max-width: 360px) {
  .hero__panel,
  .glass-block,
  .order-section,
  .mid-cta__panel,
  .final-cta {
    border-radius: 22px;
  }

  h2 {
    font-size: 1.45rem;
  }
}
