:root {
  --ink: #211821;
  --muted: #67545e;
  --soft: #fff8f7;
  --rose: #bf315e;
  --rose-dark: #8f2144;
  --rose-soft: #f8dbe5;
  --teal: #197783;
  --sage: #e4ecd2;
  --sage-strong: #c9daa9;
  --cream: #fffdf8;
  --line: #ead5dc;
  --success: #19783d;
  --warning: #a15b00;
  --danger: #a32c2c;
  --shadow: 0 18px 45px rgba(65, 30, 46, 0.14);
  --header-h: 76px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--soft);
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 18px);
}

body {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  padding-bottom: 84px;
}

html[dir="rtl"] body {
  font-family: Tahoma, Arial, ui-sans-serif, system-ui, sans-serif;
}

body.has-modal {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

.pixel {
  position: absolute;
  left: -9999px;
}

.container {
  width: min(100% - 32px, 1120px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: var(--header-h);
  padding: 12px 16px;
  background: rgba(255, 248, 247, 0.94);
  border-bottom: 1px solid rgba(234, 213, 220, 0.9);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: var(--rose);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(191, 49, 94, 0.24);
}

.brand strong {
  display: block;
  font-size: 1.02rem;
  line-height: 1.1;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.2;
}

.header-actions {
  display: inline-flex;
  gap: 6px;
  flex: 0 0 auto;
}

.lang-btn {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  border-radius: 8px;
  padding: 8px 10px;
  font-weight: 800;
  font-size: 0.82rem;
}

.lang-btn.is-active {
  border-color: var(--rose);
  background: var(--rose);
  color: #fff;
}

.section-band {
  padding: 48px 0;
}

.blush-band {
  background: linear-gradient(180deg, #fff1f6 0%, #fff8f7 100%);
}

.trust-band {
  padding: 22px 0;
  background: #fff;
  border-block: 1px solid var(--line);
}

.sage-band {
  background: var(--sage);
}

.order-band {
  background: #fff;
}

.testimonial-band {
  background: #fff8f7;
}

.faq-band {
  background: #fbf5ee;
}

.hero {
  padding-top: 28px;
}

.hero-grid {
  display: grid;
  gap: 28px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--teal);
  font-weight: 900;
  font-size: 0.88rem;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  line-height: 1.04;
  font-weight: 950;
}

h1 {
  font-size: 2.25rem;
  max-width: 12ch;
}

h2 {
  font-size: 1.9rem;
}

h3 {
  margin: 0 0 8px;
  font-size: 1.22rem;
  line-height: 1.18;
}

.hero-lede,
.section-lede,
.section-heading p,
.order-intro p,
.testimonial-grid p,
.faq-list p,
.mini-note,
.site-footer {
  color: var(--muted);
  line-height: 1.6;
}

.hero-lede {
  font-size: 1.04rem;
  margin: 16px 0 18px;
  max-width: 36rem;
}

.hero-proof {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
}

.hero-proof span {
  display: flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 9px 12px;
  font-weight: 850;
}

.hero-proof span::before,
.check-list li::before {
  content: "✓";
  display: inline-grid;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-inline-end: 8px;
  place-items: center;
  border-radius: 50%;
  background: var(--sage-strong);
  color: #173214;
  font-weight: 950;
}

.hero-actions {
  display: grid;
  gap: 12px;
}

.primary-cta,
.submit-btn,
.sticky-cta button {
  border: 0;
  border-radius: 8px;
  background: var(--rose);
  color: #fff;
  min-height: 54px;
  padding: 14px 18px;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(191, 49, 94, 0.28);
}

.primary-cta:focus-visible,
.submit-btn:focus-visible,
.sticky-cta button:focus-visible,
.lang-btn:focus-visible,
.soft-link:focus-visible {
  outline: 3px solid rgba(25, 119, 131, 0.38);
  outline-offset: 3px;
}

.soft-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  font-weight: 850;
}

.hero-media {
  position: relative;
  aspect-ratio: 941 / 1185;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: none;
  transform: translateY(-18%);
}

.price-chip {
  position: absolute;
  inset-inline: 12px;
  bottom: 12px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(234, 213, 220, 0.9);
  padding: 10px 12px;
  box-shadow: 0 10px 24px rgba(30, 16, 22, 0.12);
}

.price-chip strong {
  color: var(--rose-dark);
}

.price-chip span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  text-align: end;
}

.trust-grid {
  display: grid;
  gap: 12px;
}

.trust-grid article,
.how-grid article,
.pack-card,
.pay-list label,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.trust-grid article {
  padding: 15px;
}

.trust-grid strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.02rem;
}

.trust-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.split-section {
  display: grid;
  gap: 26px;
  align-items: center;
}

.section-lede {
  margin: 14px 0 18px;
  max-width: 39rem;
}

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

.check-list li {
  display: flex;
  align-items: flex-start;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.45;
}

.image-frame {
  position: relative;
  aspect-ratio: 941 / 1100;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
}

.image-frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: none;
  transform: translateY(-11%);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 22px;
}

.section-heading p {
  margin: 10px 0 0;
}

.how-grid {
  display: grid;
  gap: 12px;
}

.how-grid article {
  min-height: 170px;
  padding: 16px;
}

.how-grid span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 8px;
  background: var(--teal);
  color: #fff;
  font-weight: 950;
}

.how-grid strong {
  display: block;
  font-size: 1.04rem;
  margin-bottom: 6px;
}

.how-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.testimonial-grid {
  display: grid;
  gap: 12px;
}

.testimonial-grid article {
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(65, 30, 46, 0.08);
}

.testimonial-grid p {
  margin: 0;
}

.testimonial-grid strong {
  color: var(--rose-dark);
}

.stars {
  color: #d99b1c;
  font-size: 1rem;
  letter-spacing: 0;
}

.order-layout {
  display: grid;
  gap: 22px;
}

.order-form {
  display: grid;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  padding: 16px;
  box-shadow: var(--shadow);
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 10px;
  font-weight: 950;
}

.pack-list {
  display: grid;
  gap: 10px;
}

.pack-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 78px;
  padding: 12px;
}

.pack-card input {
  width: 20px;
  height: 20px;
  accent-color: var(--rose);
}

.pack-card strong {
  display: block;
  margin-bottom: 3px;
}

.pack-card small {
  display: block;
  color: var(--muted);
  font-weight: 750;
}

.pack-card .price {
  text-align: end;
  font-weight: 950;
  color: var(--rose-dark);
  white-space: nowrap;
}

.pack-card .price del {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.pack-card .price span {
  display: block;
}

.card-saving {
  display: block;
  margin-top: 2px;
  color: var(--success);
  font-size: 0.72rem;
  font-weight: 950;
}

.pack-card.is-selected {
  border-color: var(--rose);
  background: #fff;
}

.pack-card.is-disabled {
  opacity: 0.56;
}

.pay-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.pay-list label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 64px;
  padding: 10px 12px;
  font-weight: 850;
}

.payment-option strong,
.payment-option small,
.communication-option strong,
.communication-option small {
  display: block;
}

.payment-option small,
.communication-option small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.25;
}

.pay-list input {
  width: 18px;
  height: 18px;
  accent-color: var(--rose);
}

.form-grid {
  display: grid;
  gap: 12px;
}

.form-grid label {
  display: grid;
  gap: 7px;
}

.form-grid span {
  font-weight: 900;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  min-height: 50px;
  padding: 12px;
}

textarea {
  resize: vertical;
  min-height: 92px;
}

.whatsapp-note {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 12px;
}

.whatsapp-note strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 950;
}

.whatsapp-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

input:focus,
textarea:focus,
select:focus {
  outline: 3px solid rgba(191, 49, 94, 0.2);
  border-color: var(--rose);
}

#pack-selector,
#fullName {
  scroll-margin-top: calc(var(--header-h) + 20px);
}

.mini-note {
  margin: -4px 0 0;
  font-size: 0.92rem;
}

.submit-btn {
  width: 100%;
}

.submit-btn[disabled] {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  display: none;
  border-radius: 8px;
  padding: 12px;
  line-height: 1.5;
  font-weight: 820;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  background: #e5f6eb;
  color: var(--success);
  border: 1px solid rgba(25, 120, 61, 0.24);
}

.form-status.is-error {
  background: #fff0f0;
  color: var(--danger);
  border: 1px solid rgba(163, 44, 44, 0.24);
}

.form-status.is-info {
  background: #fff7e8;
  color: var(--warning);
  border: 1px solid rgba(161, 91, 0, 0.22);
}

.success-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.success-modal.is-visible {
  display: flex;
}

.success-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(33, 24, 33, 0.48);
  backdrop-filter: blur(5px);
}

.success-modal__panel {
  position: relative;
  width: min(100%, 440px);
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(33, 24, 33, 0.28);
}

.success-modal__panel .eyebrow {
  margin-bottom: 8px;
}

.success-modal__panel h2 {
  margin: 0;
  font-size: clamp(1.45rem, 8vw, 2rem);
  line-height: 1.1;
}

.success-modal__panel p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.success-modal__close {
  position: absolute;
  inset-block-start: 10px;
  inset-inline-end: 10px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1;
}

.success-modal__actions {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.success-modal__actions .soft-link,
.success-modal__actions .primary-cta {
  width: 100%;
  justify-content: center;
  text-align: center;
}

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

.faq-list details {
  padding: 0;
}

.faq-list summary {
  min-height: 58px;
  padding: 16px;
  cursor: pointer;
  font-weight: 950;
}

.faq-list p {
  margin: 0;
  padding: 0 16px 16px;
}

.site-footer {
  padding: 28px 0;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.76);
}

.footer-grid {
  display: grid;
  gap: 10px;
}

.site-footer p {
  margin: 0;
}

.site-footer strong,
.site-footer a {
  color: #fff;
}

.privacy-page h1 {
  max-width: 16ch;
}

.privacy-copy {
  max-width: 820px;
}

.privacy-copy h2 {
  margin-top: 28px;
  font-size: 1.45rem;
}

.privacy-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.privacy-back {
  width: fit-content;
  margin-top: 18px;
  padding-inline: 18px;
}

html[dir="ltr"] .ar-copy,
html[dir="rtl"] .fr-copy {
  display: none;
}

.sticky-cta {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 35;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 248, 247, 0.95);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.sticky-cta button {
  width: min(100%, 560px);
  display: block;
  margin-inline: auto;
}

html[dir="rtl"] .hero-proof span::before,
html[dir="rtl"] .check-list li::before {
  margin-inline-start: 8px;
  margin-inline-end: 0;
}

html[dir="rtl"] .price-chip span,
html[dir="rtl"] .pack-card .price {
  text-align: start;
}

@media (min-width: 680px) {
  body {
    padding-bottom: 0;
  }

  .site-header {
    padding-inline: 32px;
  }

  .hero-actions {
    grid-template-columns: max-content max-content;
    align-items: center;
  }

  .hero-proof,
  .trust-grid,
  .testimonial-grid,
  .how-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .how-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pay-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .form-grid .full {
    grid-column: 1 / -1;
  }

  .sticky-cta {
    display: none;
  }
}

@media (min-width: 900px) {
  .section-band {
    padding: 72px 0;
  }

  .hero {
    padding-top: 44px;
  }

  .hero-grid,
  .split-section,
  .order-layout {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  }

  .hero-grid {
    gap: 54px;
  }

  h1 {
    font-size: 4.15rem;
  }

  h2 {
    font-size: 2.85rem;
  }

  .hero-lede {
    font-size: 1.15rem;
  }

  .order-form {
    padding: 22px;
  }
}

@media (max-width: 374px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .header-actions,
  .lang-btn {
    width: 100%;
  }

  .lang-btn {
    flex: 1;
  }

  h1 {
    font-size: 2rem;
  }

  .pack-card {
    grid-template-columns: auto 1fr;
  }

  .pack-card .price {
    grid-column: 2;
    text-align: start;
  }
}
