:host {
  --primary-color: #ff4338;
  --primary-hover: #e0352b;
  --success-color: #3f9b68;
  --success-soft: rgba(63, 155, 104, 0.14);
  --accent-color: #8c6a4b;
  --accent-soft: #fffaf5;
  --blue-soft: #fafcf9;
  --ink: #241d19;
  --muted: #6f625b;
  --soft: #fffdf9;
  --line: #eaded4;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(92, 63, 44, 0.1);
}

html {
  direction: rtl;
}

body {
  margin: 0;
  background: #fffefc;
  color: var(--ink);
  font-family: "Noto Sans Arabic", Inter, "Noto Sans", Arial, sans-serif;
  text-align: right;
}

a {
  color: inherit;
}

.arabic-lp {
  direction: rtl;
  overflow: hidden;
}

.lp-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: clamp(68px, 8vw, 104px) 0;
}

.section-soft {
  background: var(--soft);
}

.hero-section {
  position: relative;
  height: min(800px, 82svh);
  min-height: min(680px, 72svh);
  display: flex;
  align-items: center;
  color: #ffffff;
  background:
    linear-gradient(270deg, rgba(44, 29, 20, 0.72) 0%, rgba(63, 42, 30, 0.5) 38%, rgba(90, 60, 42, 0.12) 58%, rgba(90, 60, 42, 0) 74%),
    url("https://filemanager-static01.italki.com/260514113052arabic-hero-webflow.jpg") center 28% / cover;
  background-position: center 28%;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(690px, 50vw);
  max-width: 690px;
  margin-right: clamp(24px, 5vw, 82px);
  margin-left: auto;
  padding: 34px 0 36px clamp(18px, 3vw, 34px);
  text-align: right;
}

.hero-logo {
  width: 92px;
  height: auto;
  margin-bottom: 20px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--primary-color);
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.35;
}

.hero-section .eyebrow {
  color: #b9fff4;
  font-size: 0.95rem;
}

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

h1 {
  max-width: none;
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 3.65vw, 3.55rem);
  font-weight: 950;
  line-height: 1.06;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 2.55vw, 2.45rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

p {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.85;
}

.hero-section p {
  color: rgba(255, 255, 255, 0.9);
}

.hero-lead {
  max-width: 660px;
  margin-bottom: 30px;
  font-size: clamp(1.06rem, 1.42vw, 1.2rem);
  font-weight: 800;
  line-height: 1.58;
}

.hero-context {
  display: grid;
  gap: 8px;
  max-width: 650px;
  margin-bottom: 16px;
}

.hero-context p {
  margin: 0;
  font-size: clamp(0.94rem, 1.2vw, 1.02rem);
  line-height: 1.62;
}

.hero-loss-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.hero-loss-list li {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  padding: 9px 14px;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1.2;
}

.hero-close {
  max-width: 650px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.96rem, 1.22vw, 1.04rem);
  font-weight: 800;
  line-height: 1.6;
}

.pill-row,
.button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.pill-row {
  margin: 28px 0 36px;
}

.hero-pill-row {
  margin-top: 24px;
  margin-bottom: 34px;
}

.hero-content .button-row {
  margin-top: 0;
  direction: rtl;
  justify-content: flex-start;
}

.pill-row span,
.truth-grid span {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 800;
}

.lp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 32px;
  border-radius: 999px;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  font-weight: 900;
  text-decoration: none;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.lp-button:hover {
  transform: translateY(-2px);
}

.lp-button-primary {
  background: var(--primary-color);
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(255, 67, 56, 0.32);
}

.lp-button-primary:hover {
  background: var(--primary-hover);
}

.lp-button-secondary {
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(255, 67, 56, 0.26);
}

.lp-button-secondary:hover {
  background: var(--primary-hover);
}

.hero-secondary-cta {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 12px 34px rgba(92, 63, 44, 0.2);
}

.hero-secondary-cta:hover {
  background: #fff3f1;
  color: var(--primary-color);
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.problem-section {
  background: linear-gradient(180deg, #fffefc 0%, #fffaf5 100%);
  padding-top: clamp(46px, 6vw, 74px);
}

.problem-module {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.problem-header {
  max-width: 920px;
  margin: 0 auto 46px;
  text-align: center;
}

.problem-header .eyebrow,
.differentiator-heading .eyebrow,
.truth-heading .eyebrow,
.final-content .eyebrow {
  margin-bottom: 12px;
}

.problem-header h2 {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(1.75rem, 2.85vw, 2.5rem);
}

.problem-header p {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.problem-content {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 52px);
  align-items: stretch;
}

.problem-copy-card {
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid var(--line);
  padding: clamp(22px, 4vw, 36px);
}

.problem-image-card {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(92, 63, 44, 0.14);
  background: #f4e8dd;
}

.problem-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.problem-results {
  margin-top: clamp(30px, 5vw, 52px);
}

.problem-results h3 {
  text-align: center;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.result-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 88px;
  border: 2px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  padding: 16px 18px;
  text-align: right;
}

.result-item strong {
  font-size: clamp(1rem, 1.7vw, 1.22rem);
}

.generated-icon {
  width: 38px;
  height: 38px;
  order: 0;
  fill: none;
  stroke: var(--primary-color);
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.problem-cta-row {
  margin-top: clamp(34px, 5vw, 46px);
  justify-content: flex-end;
}

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

.bullet-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
}

.bullet-list span {
  flex: 0 0 auto;
  color: var(--primary-color);
  font-weight: 900;
}

.bullet-list-check .bullet-symbol {
  color: var(--success-color);
}

.bullet-symbol {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  margin-top: 0.22em;
}

.bullet-svg-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bullet-svg-dot {
  fill: currentColor;
  stroke: none;
}

.bullet-list strong {
  font-size: 1rem;
  line-height: 1.7;
}

.result-card,
.bonus-card,
.info-card,
.split-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.result-card {
  padding: clamp(28px, 5vw, 46px);
}

.result-card p {
  margin-bottom: 12px;
  font-weight: 800;
}

.result-card .lp-button {
  margin-top: 18px;
}

.split-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 5vw, 48px);
  background: #3a2a22;
  color: #ffffff;
}

.split-card p {
  color: rgba(255, 255, 255, 0.82);
}

.guidance-section {
  background:
    linear-gradient(135deg, rgba(255, 190, 122, 0.05), transparent 34%),
    linear-gradient(180deg, #fffaf5 0%, #fffefc 100%);
}

.guidance-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: stretch;
}

.guidance-media {
  grid-column: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(92, 63, 44, 0.1);
}

.guidance-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 42% center;
}

.guidance-copy {
  grid-column: 2;
  border: 1px solid rgba(234, 222, 212, 0.95);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 238, 212, 0.26), transparent 56%),
    #ffffff;
  padding: clamp(28px, 5vw, 48px);
}

.guidance-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(1.75rem, 2.8vw, 2.45rem);
  line-height: 1.12;
}

.guidance-copy > p {
  max-width: 520px;
  margin-bottom: 10px;
  font-size: clamp(1.06rem, 1.7vw, 1.22rem);
  font-weight: 700;
  line-height: 1.7;
}

.guidance-copy .lp-button {
  margin-top: 24px;
  min-height: 60px;
  padding-inline: 34px;
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
}

.guidance-copy .lp-button-secondary {
  background: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
  box-shadow: 0 14px 30px rgba(255, 67, 56, 0.28);
}

.guidance-copy .lp-button-secondary:hover {
  background: var(--primary-hover);
  color: #ffffff;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 44px;
}

.system-steps-heading {
  max-width: none;
  text-align: center;
}

.system-steps-flow {
  display: grid;
  grid-template-columns: auto minmax(64px, 1fr) auto minmax(64px, 1fr) auto;
  align-items: center;
  width: min(760px, 78%);
  margin: 0 auto clamp(28px, 4vw, 42px);
}

.system-steps-flow span {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: #fffdf9;
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(92, 63, 44, 0.08);
}

.system-steps-flow span:nth-of-type(2) {
  color: var(--primary-color);
}

.system-steps-flow span:nth-of-type(3) {
  color: #c4942d;
}

.system-steps-flow i {
  display: block;
  height: 2px;
  background:
    linear-gradient(90deg, currentColor 50%, transparent 0) 0 50% / 12px 2px repeat-x;
  color: rgba(140, 106, 75, 0.36);
}

.system-steps-flow i::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: -3px 0 0 auto;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
}

.system-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 32px);
  align-items: stretch;
}

.system-step-card {
  position: relative;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(92, 63, 44, 0.07);
}

.steps-section {
  background:
    linear-gradient(180deg, #fffefc 0%, #fffaf6 100%);
}

.step-header-bar {
  height: 6px;
  width: 100%;
}

.step-card-1 .step-header-bar {
  background: #7f5f45;
}

.step-card-2 .step-header-bar {
  background: var(--accent-color);
}

.step-card-3 .step-header-bar {
  background: #ffc857;
}

.system-step-content {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(22px, 3vw, 32px);
}

.system-step-icon-shell {
  display: inline-grid;
  width: 76px;
  height: 76px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 20px;
  background: var(--blue-soft);
  box-shadow: inset 0 0 0 1px rgba(234, 222, 212, 0.9);
}

.step-card-1 .system-step-icon-shell {
  color: #7f5f45;
}

.step-card-2 .system-step-icon-shell {
  color: var(--primary-color);
}

.step-card-3 .system-step-icon-shell {
  color: #c4942d;
}

.system-step-icon {
  width: 48px;
  height: 48px;
}

.system-step-svg-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.system-step-content h3 {
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  line-height: 1.35;
}

.system-step-content p {
  margin-bottom: 14px;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.system-step-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.system-step-list li {
  display: flex;
  align-items: flex-start;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.65;
}

.system-step-list li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  margin-left: 12px;
  margin-top: 0.62em;
  border-radius: 999px;
  background: currentColor;
  color: var(--primary-color);
}

.step-card-1 .system-step-list li::before {
  color: #7f5f45;
}

.step-card-3 .system-step-list li::before {
  color: #c4942d;
}

.system-step-highlight {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255, 220, 140, 0.14);
  color: var(--ink);
  font-weight: 900;
}

.system-steps-cta {
  justify-content: flex-end;
  margin-top: clamp(34px, 5vw, 48px);
}

.note,
.strong-line {
  color: var(--ink);
  font-weight: 900;
}

.image-band {
  background:
    linear-gradient(135deg, rgba(63, 155, 104, 0.04), transparent 32%),
    #fbfdfb;
  color: var(--ink);
}

.image-band h2 {
  max-width: 680px;
  font-size: clamp(1.75rem, 2.85vw, 2.5rem);
}

.image-band p {
  color: var(--muted);
}

.image-band .bullet-list strong {
  color: var(--ink);
}

.image-band .bullet-list li {
  background: #ffffff;
}

.image-band .lp-button {
  margin-top: 8px;
}

.key-line {
  margin: 4px 0 24px;
  color: var(--ink);
  font-weight: 800;
}

.key-line strong {
  display: inline-block;
  color: var(--ink);
  font-weight: 950;
}

.goals-image {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.goals-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.truth-section {
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 67, 56, 0.2), transparent 28%),
    linear-gradient(135deg, #111827 0%, #1f2937 58%, #111111 100%);
  color: #ffffff;
}

.truth-module {
  display: grid;
  justify-items: end;
  text-align: right;
}

.truth-heading {
  max-width: 920px;
  margin-bottom: clamp(28px, 4vw, 46px);
}

.truth-heading p {
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.truth-heading .eyebrow {
  color: #ff6a60;
  opacity: 0.9;
}

.truth-heading h2 {
  color: #ffffff;
  font-size: clamp(1.95rem, 3.2vw, 2.85rem);
}

.truth-card {
  width: min(100%, 980px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  padding: clamp(28px, 5vw, 58px);
  backdrop-filter: blur(10px);
}

.truth-card h3 {
  margin-bottom: 28px;
  color: #ffffff;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
}

.truth-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
  margin: 0 auto 34px;
}

.truth-grid span {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  min-height: 118px;
  border: 1px solid rgba(255, 67, 56, 0.34);
  border-radius: 16px;
  background: rgba(255, 67, 56, 0.1);
  color: #ffffff;
  padding: 26px 28px;
  text-align: right;
}

.truth-grid .truth-x-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  min-height: auto;
  flex: 0 0 24px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--primary-color);
}

.truth-x-icon .comparison-svg-icon {
  width: 21px;
  height: 21px;
}

.truth-grid strong {
  color: #ffffff;
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  line-height: 1.5;
}

.truth-card .strong-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  box-shadow: none;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.5;
}

.truth-check-icon {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: var(--success-soft);
  color: var(--success-color);
}

.truth-check-icon .comparison-svg-icon {
  width: 22px;
  height: 22px;
}

.bonus-card {
  padding: clamp(26px, 4vw, 38px);
  background: #ffffff;
}

.differentiator-section {
  background:
    linear-gradient(180deg, #fffaf6 0%, #fffefc 100%);
}

.differentiator-showcase {
  display: grid;
  justify-items: center;
  text-align: center;
}

.differentiator-heading {
  max-width: 900px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.differentiator-heading h2 {
  font-size: clamp(1.75rem, 2.85vw, 2.5rem);
}

.differentiator-heading p {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  font-size: clamp(1.05rem, 1.7vw, 1.2rem);
}

.differentiator-showcase .note {
  margin: clamp(34px, 5vw, 52px) 0 0;
  font-size: clamp(1.08rem, 1.9vw, 1.35rem);
}

.bonus-section {
  background:
    linear-gradient(180deg, #fffefc 0%, #fffaf5 100%);
  padding-top: clamp(64px, 8vw, 96px);
}

.bonus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 56px);
  align-items: stretch;
}

.payment-card,
.promo-card {
  min-height: 560px;
  border: 1px solid rgba(240, 216, 212, 0.9);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(92, 63, 44, 0.07);
}

.payment-card h2,
.promo-offer-title {
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  line-height: 1.2;
}

.payment-card > p,
.promo-card > p {
  margin-bottom: 34px;
}

.payment-list,
.promo-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.promo-list {
  gap: 22px;
}

.payment-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  min-height: 78px;
  border: 1px solid rgba(240, 216, 212, 0.75);
  border-radius: 16px;
  background: #ffffff;
  padding: 18px 22px;
}

.payment-icon {
  display: inline-grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 999px;
  background: #fff6f3;
  color: var(--primary-color);
}

.payment-svg-icon {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.payment-list strong {
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.55;
}

.promo-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(229, 126, 108, 0.24);
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 206, 0, 0.05), transparent 24%),
    linear-gradient(180deg, #fffaf6 0%, #fffefc 58%, #fffbf4 100%);
}

.promo-ticket {
  position: relative;
  display: grid;
  justify-items: center;
  margin-bottom: clamp(34px, 5vw, 46px);
  padding: clamp(34px, 5vw, 50px) clamp(22px, 4vw, 36px);
  border: 2px dashed rgba(237, 132, 116, 0.42);
  border-radius: 24px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 18px 42px rgba(140, 106, 75, 0.1);
}

.promo-ticket::before,
.promo-ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 34px;
  height: 58px;
  border: 2px dashed rgba(237, 132, 116, 0.34);
  border-radius: 999px;
  background: #fffaf6;
  transform: translateY(-50%);
}

.promo-ticket::before {
  left: -19px;
}

.promo-ticket::after {
  right: -19px;
}

.promo-kicker {
  margin-bottom: clamp(22px, 3.2vw, 32px);
  color: #de6255;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: clamp(1.02rem, 1.8vw, 1.28rem);
  line-height: 1.2;
}

.promo-offer {
  display: grid;
  justify-items: center;
  gap: 10px;
  width: min(100%, 420px);
  padding: clamp(18px, 3vw, 26px) clamp(16px, 3vw, 24px);
  border-radius: 22px;
  background: rgba(255, 250, 245, 0.78);
  box-shadow: inset 0 0 0 1px rgba(237, 132, 116, 0.14);
}

.promo-code {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 380px;
  margin-top: clamp(24px, 4vw, 34px);
  margin-bottom: 0;
  padding: 15px 18px;
  border: 2px dashed rgba(237, 132, 116, 0.48);
  border-radius: 18px;
  background: #ffffff;
  color: #de6255;
  box-shadow: 0 12px 28px rgba(140, 106, 75, 0.08);
  font-size: clamp(1.08rem, 1.8vw, 1.38rem);
}

.promo-code span {
  display: inline-grid;
  min-height: 36px;
  place-items: center;
  border-radius: 999px;
  background: #6a4a3a;
  color: #ffffff;
  padding: 8px 14px;
  font-size: 0.82rem;
  font-weight: 850;
}

.promo-offer-title {
  display: grid;
  justify-items: center;
  gap: 6px;
  margin-bottom: 0;
  color: #ef6f61;
  font-size: clamp(3.3rem, 6.2vw, 5.1rem);
  font-weight: 850;
  line-height: 0.92;
  letter-spacing: 0;
}

.promo-offer-title span {
  display: block;
}

.promo-offer-title span:last-child {
  font-size: clamp(2.25rem, 4.6vw, 3.65rem);
  font-weight: 850;
  line-height: 0.98;
}

.promo-ticket-note {
  margin: 0;
  color: #7a675c;
  font-size: clamp(1.04rem, 1.65vw, 1.22rem);
  font-weight: 780;
}

.bonus-code {
  margin: 26px 0 14px;
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--primary-color);
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 900;
}

.promo-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: var(--ink);
}

.promo-list li > span {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  margin-top: 0.72em;
  border-radius: 999px;
  background: var(--primary-color);
}

.promo-list strong {
  font-size: clamp(0.98rem, 1.45vw, 1.1rem);
  font-weight: 720;
  line-height: 1.65;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 14px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(234, 222, 212, 0.9);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(255, 248, 240, 0.96));
  box-shadow: 0 18px 44px rgba(92, 63, 44, 0.07);
  text-align: right;
}

.feature-list strong {
  color: var(--ink);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.28;
  letter-spacing: 0;
}

.feature-list p {
  margin: 0;
  color: #786b62;
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.55;
}

.feature-icon-shell {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border-radius: 20px;
  background: #eef6f1;
  color: var(--primary-color);
  box-shadow: inset 0 0 0 1px rgba(224, 236, 226, 0.9);
}

.feature-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.support-section {
  background:
    linear-gradient(180deg, #fffaf5 0%, #fffefc 100%);
}

.trial-module {
  position: relative;
  padding: 0;
}

.trial-module::before {
  content: none;
}

.trial-circle {
  display: none;
}

.trial-circle-1 {
  width: 220px;
  height: 220px;
  top: -78px;
  right: -72px;
}

.trial-circle-2 {
  width: 150px;
  height: 150px;
  bottom: -48px;
  left: -44px;
}

.trial-title {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0 0 clamp(28px, 5vw, 48px);
  text-align: center;
}

.trial-title h2 {
  margin: 0;
  font-size: clamp(1.75rem, 2.8vw, 2.45rem);
}

.trial-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(28px, 5vw, 48px);
  justify-items: center;
}

.trial-image {
  width: min(100%, 960px);
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(92, 63, 44, 0.08);
}

.trial-image img {
  display: block;
  width: 100%;
  height: auto;
}

.trial-benefits {
  width: min(100%, 960px);
  border-radius: 22px;
  background: #fffaf2;
  padding: clamp(24px, 4vw, 42px);
}

.trial-benefit-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trial-benefit-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  color: var(--ink);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  font-weight: 900;
  line-height: 1.5;
  text-align: right;
}

.trial-benefit-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  margin-top: 0.32em;
  border-radius: 999px;
  background: var(--primary-color);
}

.trial-conclusion {
  margin: 30px 0 0;
  padding-top: 26px;
  border-top: 2px dashed rgba(255, 67, 56, 0.22);
  color: var(--primary-color);
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  font-weight: 900;
  text-align: center;
}

.trial-cta {
  position: relative;
  z-index: 1;
  justify-content: flex-end;
  margin-top: clamp(32px, 5vw, 48px);
}

.trust-fit-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 42px);
  margin-top: clamp(48px, 7vw, 78px);
  align-items: stretch;
}

.trust-module-card,
.not-fit-module-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(232, 224, 220, 0.95);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(92, 63, 44, 0.06);
  padding: clamp(28px, 4.5vw, 46px);
}

.trust-module-card::before,
.not-fit-module-card::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 6px;
  height: auto;
}

.trust-module-card::before {
  background: var(--primary-color);
}

.not-fit-module-card::before {
  background: #cab9aa;
}

.trust-module-header,
.not-fit-module-header {
  margin-bottom: clamp(28px, 4vw, 42px);
  text-align: center;
}

.trust-module-header h2,
.not-fit-module-header h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  line-height: 1.25;
}

.trust-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.trust-proof-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 102px;
  border: 1px solid rgba(255, 67, 56, 0.22);
  border-radius: 16px;
  background: #ffffff;
  padding: 18px 20px;
  text-align: right;
}

.trust-proof-card:first-child {
  grid-column: 1 / -1;
}

.comparison-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 999px;
}

.comparison-icon-positive {
  background: var(--success-color);
  color: #ffffff;
}

.comparison-icon-negative {
  background: #f0e6dd;
  color: #8a7667;
}

.comparison-svg-icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-proof-card strong {
  color: var(--ink);
  font-size: clamp(1rem, 1.55vw, 1.15rem);
  line-height: 1.5;
}

.not-fit-module-card {
  background:
    radial-gradient(circle at 18% 12%, rgba(140, 106, 75, 0.08), transparent 24%),
    #ffffff;
}

.not-fit-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.not-fit-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(140, 106, 75, 0.14);
  border-radius: 16px;
  background: #ffffff;
  padding: 20px 22px;
}

.not-fit-list strong {
  color: var(--ink);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.6;
}

.info-card {
  padding: clamp(24px, 4vw, 34px);
}

.info-card h3 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.faq-section {
  background:
    linear-gradient(180deg, #fffdf9 0%, #fffefc 100%);
}

.faq-container {
  width: min(1280px, calc(100% - 40px));
}

.faq-heading {
  margin-bottom: clamp(36px, 5vw, 62px);
  text-align: center;
}

.faq-heading h2 {
  margin-bottom: 0;
}

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

.faq-item {
  border: 1px solid rgba(140, 106, 75, 0.12);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(92, 63, 44, 0.04);
  padding: 22px 28px;
}

.faq-item-open {
  padding: clamp(24px, 4vw, 34px) 28px clamp(28px, 4vw, 42px);
}

.faq-question-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  font: inherit;
  text-align: right;
  cursor: pointer;
}

.faq-item h3 {
  margin: 0;
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.45;
}

.faq-question-row span {
  flex: 0 0 auto;
  color: var(--ink);
}

.faq-toggle-icon {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: #fff1dc;
}

.faq-toggle-svg-icon {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-item-open h3,
.faq-item-open .faq-question-row span {
  color: var(--primary-color);
}

.faq-item p {
  max-width: 820px;
  margin: 24px 0 0;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.75;
}

.final-section {
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background:
    linear-gradient(270deg, rgba(57, 36, 25, 0.18), rgba(57, 36, 25, 0.72)),
    url("https://filemanager-static01.italki.com/260514113053arabic-footer-webflow.jpg") center/cover;
}

.final-content {
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  gap: 22px;
  justify-items: end;
  text-align: right;
}

.final-content .eyebrow,
.final-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.final-content .eyebrow {
  opacity: 0.72;
}

.final-content h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 2.9vw, 2.55rem);
  line-height: 1.12;
}

.final-content p {
  max-width: 640px;
}

@media (max-width: 860px) {
  .hero-section {
    min-height: auto;
    background-position: 44% 28%;
  }

  .hero-content,
  .final-content {
    width: auto;
    max-width: none;
    margin-inline-start: auto;
  }

  .hero-content {
    width: min(100% - 40px, 680px);
    padding-block: 82px 76px;
  }

  h1 {
    max-width: none;
  }

  .two-column,
  .problem-content,
  .guidance-card,
  .system-steps-grid,
  .cards-grid,
  .truth-grid,
  .result-grid,
  .feature-list,
  .bonus-grid,
  .trial-benefit-list,
  .trust-fit-grid,
  .trust-proof-grid,
  .split-card {
    grid-template-columns: 1fr;
  }

  .feature-list li {
    min-height: 220px;
  }

  .payment-card,
  .promo-card {
    min-height: auto;
  }

  .promo-offer-title {
    font-size: clamp(3.6rem, 13vw, 4.8rem);
  }

  .system-steps-flow {
    grid-template-columns: 52px;
    grid-template-rows: auto 42px auto 42px auto;
    justify-content: center;
    width: auto;
    margin-bottom: 28px;
  }

  .system-steps-flow i {
    width: 2px;
    height: 100%;
    justify-self: center;
    background:
      linear-gradient(180deg, currentColor 50%, transparent 0) 50% 0 / 2px 12px repeat-y;
  }

  .system-steps-flow i::after {
    width: 8px;
    height: 8px;
    margin: auto 0 0 -3px;
    transform: rotate(135deg);
  }

  .goals-image {
    max-width: 520px;
    margin: 0 auto;
  }

  .guidance-media img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .guidance-media,
  .guidance-copy {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .lp-container {
    width: min(100% - 28px, 1120px);
  }

  .section {
    padding: 42px 0;
  }

  .hero-section {
    align-items: center;
    min-height: 590px;
    height: 590px;
    background:
      linear-gradient(270deg, rgba(44, 29, 20, 0.82) 0%, rgba(63, 42, 30, 0.66) 58%, rgba(90, 60, 42, 0.24) 100%),
      url("https://filemanager-static01.italki.com/260514113052arabic-hero-webflow.jpg") 66% 28% / cover;
  }

  .hero-content {
    padding: 54px 0 38px;
  }

  .hero-logo {
    width: 82px;
    margin-bottom: 16px;
  }

  h1 {
    margin-bottom: 16px;
    font-size: clamp(1.9rem, 8.5vw, 2.38rem);
    line-height: 1.08;
  }

  h2 {
    font-size: clamp(1.55rem, 7.2vw, 2.05rem);
  }

  p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .hero-lead,
  .hero-context p,
  .hero-close {
    max-width: none;
  }

  .hero-lead {
    font-size: 1rem;
    line-height: 1.58;
  }

  .hero-loss-list {
    gap: 8px;
  }

  .hero-loss-list li {
    padding: 8px 11px;
    font-size: 0.88rem;
  }

  .button-row {
    flex-direction: column;
    align-items: center;
  }

  .lp-button {
    display: flex;
    width: auto;
    min-width: min(280px, 100%);
    max-width: 100%;
    margin-inline-start: auto;
    min-height: 50px;
    padding: 13px 22px;
    font-size: 0.96rem;
    line-height: 1.28;
  }

  .hero-content .button-row {
    align-items: flex-start;
  }

  .problem-results {
    margin-top: 26px;
  }

  .problem-results h3 {
    margin-bottom: 14px;
    font-size: 1.42rem;
  }

  .result-grid {
    gap: 12px;
    margin-top: 14px;
  }

  .result-item {
    min-height: 64px;
    gap: 10px;
    padding: 13px 16px;
    border-radius: 16px;
  }

  .generated-icon {
    width: 30px;
    height: 30px;
  }

  .guidance-card {
    gap: 22px;
  }

  .guidance-copy {
    padding: 28px 24px 30px;
  }

  .guidance-copy h2 {
    margin-bottom: 14px;
    font-size: 1.92rem;
  }

  .guidance-copy > p {
    margin-bottom: 8px;
    font-size: 1.02rem;
    line-height: 1.58;
  }

  .guidance-copy .lp-button {
    margin: 20px 0 0 auto;
    min-height: 50px;
    padding-inline: 22px;
    font-size: 0.98rem;
  }

  .section-heading {
    margin-bottom: 26px;
  }

  .system-steps-flow {
    display: none;
  }

  .system-steps-grid {
    gap: 16px;
  }

  .system-step-content {
    padding: 22px;
  }

  .system-step-content h3 {
    font-size: 1.12rem;
    line-height: 1.32;
  }

  .system-step-content p,
  .system-step-list li {
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .system-step-icon-shell {
    width: 58px;
    height: 58px;
    margin-bottom: 12px;
    border-radius: 16px;
  }

  .system-step-icon {
    width: 36px;
    height: 36px;
  }

  .system-steps-cta {
    margin-top: 24px;
  }

  .image-band .lp-button,
  .trial-cta .lp-button,
  .final-content .lp-button {
    margin-inline-start: auto;
  }

  .truth-card {
    padding: 22px 20px;
  }

  .truth-grid {
    gap: 12px;
    margin-bottom: 22px;
  }

  .truth-grid span {
    min-height: auto;
    justify-content: flex-end;
    gap: 10px;
    padding: 16px 18px;
    border-radius: 14px;
  }

  .truth-grid .truth-x-icon {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
  }

  .truth-x-icon .comparison-svg-icon {
    width: 18px;
    height: 18px;
  }

  .truth-grid strong {
    font-size: 0.98rem;
    line-height: 1.38;
  }

  .differentiator-showcase {
    gap: 22px;
  }

  .feature-list {
    gap: 14px;
  }

  .feature-list li {
    min-height: auto;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
  }

  .feature-icon-shell {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 15px;
  }

  .feature-icon {
    width: 34px;
    height: 34px;
  }

  .feature-list strong {
    font-size: 0.98rem;
    line-height: 1.32;
  }

  .trial-cta {
    margin-top: 24px;
  }

  .promo-ticket {
    padding: 30px 20px;
  }

  .promo-code {
    gap: 12px;
    padding: 13px 14px;
  }

  .promo-code strong {
    font-size: 1.12rem;
  }

  .trust-fit-grid {
    margin-top: 34px;
  }

  .final-section {
    min-height: 470px;
  }

  .final-content {
    gap: 18px;
    padding-block: 42px;
  }

  .feature-list li {
    min-height: auto;
  }

  .hero-title-line {
    white-space: normal;
  }
}


/* Arabic RTL alignment overrides */
html[dir="rtl"],
body,
.arabic-lp {
  direction: rtl;
  text-align: right;
}

.arabic-lp .hero-content,
.arabic-lp .problem-header,
.arabic-lp .section-heading,
.arabic-lp .system-steps-heading,
.arabic-lp .truth-module,
.arabic-lp .truth-heading,
.arabic-lp .differentiator-showcase,
.arabic-lp .differentiator-heading,
.arabic-lp .trial-title,
.arabic-lp .trust-module-header,
.arabic-lp .not-fit-module-header,
.arabic-lp .faq-heading,
.arabic-lp .final-content,
.arabic-lp .promo-ticket,
.arabic-lp .promo-offer,
.arabic-lp .trial-conclusion {
  text-align: right;
}

.arabic-lp .button-row,
.arabic-lp .problem-cta-row,
.arabic-lp .system-steps-cta,
.arabic-lp .trial-cta,

.arabic-lp .final-content {
  margin-right: auto !important;
  margin-left: 0 !important;
  text-align: right !important;
  justify-items: end !important;
}

@media (max-width: 860px) {
  .arabic-lp .final-content {
    width: min(100% - 40px, 680px);
    margin-right: auto !important;
    margin-left: 0 !important;
  }
}

/* Cool, light page background palette; keep the dark truth section unchanged */
body {
  background: #f7f9fc;
}

.arabic-lp {
  background: #f7f9fc;
}

.arabic-lp .section-soft-section {
  background: #f7f9fc !important;
}

.arabic-lp .problem-section,
.arabic-lp .guidance-section,
.arabic-lp .steps-section,
.arabic-lp .support-section,
.arabic-lp .faq-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%) !important;
}

.arabic-lp .differentiator-section,
.arabic-lp .bonus-section {
  background:
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%) !important;
}

.arabic-lp .problem-copy-card,
.arabic-lp .guidance-copy,
.arabic-lp .system-step-card,
.arabic-lp .bonus-card,
.arabic-lp .trust-module-card,
.arabic-lp .not-fit-module-card,
.arabic-lp .faq-item {
  border-color: rgba(205, 215, 226, 0.78) !important;
  background: #ffffff !important;
}

.arabic-lp .result-item,
.arabic-lp .payment-list li,
.arabic-lp .trust-proof-card,
.arabic-lp .not-fit-list li {
  border-color: rgba(205, 215, 226, 0.72) !important;
  background: #ffffff !important;
}

.arabic-lp .trial-benefits,
.arabic-lp .promo-offer {
  background: #f8fafc !important;
}

.arabic-lp .feature-list li {
  border-color: rgba(205, 215, 226, 0.78) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96)) !important;
}

.arabic-lp .promo-card {
  border-color: rgba(205, 215, 226, 0.78) !important;
  background:
    radial-gradient(circle at 16% 10%, rgba(90, 120, 160, 0.05), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}

.arabic-lp .promo-ticket {
  background: #ffffff !important;
  box-shadow: 0 18px 42px rgba(72, 88, 110, 0.08);
}

.arabic-lp .promo-ticket::before,
.arabic-lp .promo-ticket::after {
  background: #f7f9fc !important;
}

.arabic-lp .payment-icon,
.arabic-lp .faq-toggle-icon {
  background: #eef3f8 !important;
}

.arabic-lp .not-fit-module-card::before {
  background: #c8d2de !important;
}

/* Final spacing and alignment polish */
.arabic-lp .section {
  padding-top: clamp(76px, 8vw, 104px);
  padding-bottom: clamp(76px, 8vw, 104px);
}


.arabic-lp .final-section {
  min-height: 560px;
  padding-top: clamp(76px, 8vw, 104px);
  padding-bottom: clamp(76px, 8vw, 104px);
}

.arabic-lp .final-content {
  width: min(1280px, calc(100% - 40px)) !important;
  max-width: 1280px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  justify-items: end !important;
  text-align: right !important;
}

.arabic-lp .final-content h2,
.arabic-lp .final-content p,
.arabic-lp .final-content .lp-button {
  max-width: 780px;
}

@media (min-width: 861px) {
  .arabic-lp .hero-content {
    margin-right: clamp(92px, 12vw, 188px) !important;
    margin-left: auto !important;
  }
}

@media (max-width: 860px) {
  .arabic-lp .section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

    .arabic-lp .final-section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .arabic-lp .final-content {
    width: min(100% - 40px, 1280px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (max-width: 560px) {
  .arabic-lp .section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

    .arabic-lp .final-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }
}

/* Final requested alignment and trial spacing */
.arabic-lp .final-content {
  width: min(1280px, calc(100% - 40px)) !important;
  max-width: 1280px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: right !important;
  justify-items: end !important;
}

.arabic-lp .faq-heading {
  width: auto !important;
  max-width: 820px !important;
  margin-right: 0 !important;
  margin-left: auto !important;
  text-align: right !important;
}

.arabic-lp .final-content h2,
.arabic-lp .final-content p,
.arabic-lp .final-content .lp-button {
  justify-self: end !important;
}

.arabic-lp .trial-conclusion {
  margin-top: 34px !important;
  padding-top: 34px !important;
}

.arabic-lp .trial-module .trial-cta {
  margin-top: clamp(8px, 1.4vw, 14px) !important;
}

@media (max-width: 560px) {
  .arabic-lp .final-content {
    width: min(100% - 40px, 1280px) !important;
  }

  .arabic-lp .trial-conclusion {
    margin-top: 28px !important;
    padding-top: 28px !important;
  }

  .arabic-lp .trial-module .trial-cta {
    margin-top: 12px !important;
  }
}

/* Hero headline emphasis */
.arabic-lp .hero-content h1 {
  font-size: clamp(2.78rem, 3.95vw, 4.18rem) !important;
  line-height: 1.24 !important;
}

@media (max-width: 860px) {
  .arabic-lp .hero-content h1 {
    font-size: clamp(2.36rem, 7vw, 3.28rem) !important;
    line-height: 1.24 !important;
  }
}

@media (max-width: 560px) {
  .arabic-lp .hero-content h1 {
    font-size: clamp(2.08rem, 9.2vw, 2.62rem) !important;
    line-height: 1.26 !important;
  }
}

/* Pre-publish mobile containment */
@media (max-width: 560px) {
  html,
  body,
  .arabic-lp {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .arabic-lp .lp-container,
  .arabic-lp .faq-container,
  .arabic-lp .final-content {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .arabic-lp .hero-content {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .arabic-lp .hero-content h1 {
    max-width: 100% !important;
    font-size: clamp(1.92rem, 8.2vw, 2.22rem) !important;
    line-height: 1.3 !important;
  }

  .arabic-lp .hero-title-line {
    display: inline !important;
    white-space: normal !important;
  }

  .arabic-lp h2 {
    max-width: 100% !important;
    font-size: clamp(1.5rem, 6.4vw, 1.92rem) !important;
    line-height: 1.34 !important;
  }

  .arabic-lp .problem-copy-card,
  .arabic-lp .guidance-copy,
  .arabic-lp .truth-card,
  .arabic-lp .bonus-card,
  .arabic-lp .trial-benefits,
  .arabic-lp .trust-module-card,
  .arabic-lp .not-fit-module-card,
  .arabic-lp .faq-item {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Mobile RTL reading polish */
@media (max-width: 560px) {
  .arabic-lp .hero-section {
    background:
      linear-gradient(270deg, rgba(44, 29, 20, 0.78) 0%, rgba(63, 42, 30, 0.64) 56%, rgba(90, 60, 42, 0.24) 100%),
      url("https://filemanager-static01.italki.com/260514113052arabic-hero-webflow.jpg") 34% 28% / cover !important;
  }

  .arabic-lp .button-row,
  .arabic-lp .problem-cta-row,
  .arabic-lp .system-steps-cta,
  .arabic-lp .trial-cta,
  .arabic-lp .hero-content .button-row {
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  .arabic-lp .lp-button,
  .arabic-lp .guidance-copy .lp-button,
  .arabic-lp .image-band .lp-button,
  .arabic-lp .trial-cta .lp-button,
  .arabic-lp .final-content .lp-button {
    margin-right: auto !important;
    margin-left: auto !important;
    justify-self: center !important;
  }

  .arabic-lp .problem-results,
  .arabic-lp .problem-results h3,
  .arabic-lp .result-item,
  .arabic-lp .result-item strong,
  .arabic-lp .guidance-copy,
  .arabic-lp .guidance-copy h2,
  .arabic-lp .guidance-copy p,
  .arabic-lp .system-step-card,
  .arabic-lp .system-step-content,
  .arabic-lp .system-step-content h3,
  .arabic-lp .system-step-content p,
  .arabic-lp .system-step-list,
  .arabic-lp .system-step-list li,
  .arabic-lp .system-step-highlight,
  .arabic-lp .differentiator-showcase .note,
  .arabic-lp .truth-card .strong-line,
  .arabic-lp .trial-conclusion,
  .arabic-lp .trial-benefit-list,
  .arabic-lp .trial-benefit-list li,
  .arabic-lp .payment-list,
  .arabic-lp .payment-list li,
  .arabic-lp .payment-list strong,
  .arabic-lp .faq-heading,
  .arabic-lp .faq-list,
  .arabic-lp .faq-item,
  .arabic-lp .faq-question-row,
  .arabic-lp .faq-item h3,
  .arabic-lp .faq-item p,
  .arabic-lp .promo-list,
  .arabic-lp .promo-list li,
  .arabic-lp .promo-list strong {
    text-align: right !important;
  }

  .arabic-lp .result-item,
  .arabic-lp .truth-grid span,
  .arabic-lp .trial-benefit-list li,
  .arabic-lp .payment-list li,
  .arabic-lp .promo-list li,
  .arabic-lp .faq-question-row {
    direction: rtl !important;
    justify-content: flex-start !important;
  }

  .arabic-lp .result-item strong,
  .arabic-lp .trial-benefit-list li,
  .arabic-lp .payment-list strong,
  .arabic-lp .promo-list strong,
  .arabic-lp .faq-question-row h3 {
    flex: 1 1 auto !important;
  }

  .arabic-lp .truth-card .strong-line {
    display: flex !important;
    justify-content: flex-start !important;
  }

  .arabic-lp .truth-card,
  .arabic-lp .truth-grid,
  .arabic-lp .truth-grid span {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .arabic-lp .truth-grid span {
    min-height: auto !important;
    padding: 16px 18px !important;
  }

  .arabic-lp .truth-grid strong {
    flex: 1 1 auto !important;
    text-align: right !important;
  }

  .arabic-lp .faq-question-row {
    gap: 12px !important;
    justify-content: flex-start !important;
  }

  .arabic-lp .faq-toggle-icon {
    order: -1 !important;
  }

  .arabic-lp .feature-list li {
    justify-content: flex-start !important;
    text-align: right !important;
  }

  .arabic-lp .feature-list strong {
    flex: 1 1 auto;
    text-align: right !important;
  }

  .arabic-lp .promo-ticket {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    justify-items: stretch !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 28px 14px !important;
    overflow: visible !important;
  }

  .arabic-lp .promo-card {
    overflow: hidden !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .arabic-lp .promo-ticket::before,
  .arabic-lp .promo-ticket::after {
    width: 26px !important;
    height: 48px !important;
  }

  .arabic-lp .promo-ticket::before {
    left: -13px !important;
  }

  .arabic-lp .promo-ticket::after {
    right: -13px !important;
  }

  .arabic-lp .promo-kicker,
  .arabic-lp .promo-ticket-note {
    text-align: right !important;
  }

  .arabic-lp .promo-kicker {
    display: grid !important;
    justify-items: end !important;
    gap: 4px !important;
    line-height: 1.25 !important;
  }

  .arabic-lp .promo-offer,
  .arabic-lp .promo-code {
    width: 100% !important;
    max-width: 100% !important;
  }

  .arabic-lp .promo-offer {
    justify-items: end !important;
    text-align: right !important;
  }

  .arabic-lp .promo-offer-title {
    justify-items: end !important;
    text-align: right !important;
  }

  .arabic-lp .promo-code {
    box-sizing: border-box;
  }
}

/* Mobile overflow guard for Webflow 479px previews */
@media (max-width: 560px) {
  .arabic-lp,
  .arabic-lp * {
    box-sizing: border-box;
  }

  .arabic-lp .problem-copy-card,
  .arabic-lp .bonus-card,
  .arabic-lp .promo-card,
  .arabic-lp .truth-card,
  .arabic-lp .faq-item,
  .arabic-lp .trial-benefits {
    max-width: 100% !important;
  }

  .arabic-lp .bullet-list li,
  .arabic-lp .payment-list li,
  .arabic-lp .result-item,
  .arabic-lp .truth-grid span,
  .arabic-lp .faq-question-row {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .arabic-lp .bullet-list strong,
  .arabic-lp .payment-list strong,
  .arabic-lp .result-item strong,
  .arabic-lp .truth-grid strong,
  .arabic-lp .faq-question-row h3,
  .arabic-lp .faq-item p,
  .arabic-lp .promo-list strong,
  .arabic-lp .trial-benefit-list li {
    min-width: 0 !important;
    overflow-wrap: anywhere;
  }

  .arabic-lp .faq-item {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .arabic-lp .faq-question-row,
  .arabic-lp .payment-list li,
  .arabic-lp .truth-grid span {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 12px !important;
  }

  .arabic-lp .faq-toggle-icon,
  .arabic-lp .payment-icon,
  .arabic-lp .truth-x-icon {
    grid-column: 1 !important;
    order: 0 !important;
  }

  .arabic-lp .faq-question-row h3,
  .arabic-lp .payment-list strong,
  .arabic-lp .truth-grid strong {
    grid-column: 2 !important;
  }

  .arabic-lp .promo-card {
    overflow: hidden !important;
  }

  .arabic-lp .promo-ticket {
    width: 100% !important;
    min-width: 0 !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  .arabic-lp .promo-offer,
  .arabic-lp .promo-code {
    min-width: 0 !important;
    justify-self: stretch !important;
    overflow: hidden !important;
  }

  .arabic-lp .promo-offer-title {
    width: 100% !important;
    font-size: clamp(2.75rem, 14vw, 3.7rem) !important;
  }

  .arabic-lp .promo-offer-title span:last-child {
    font-size: clamp(1.85rem, 9vw, 2.55rem) !important;
  }

  .arabic-lp .promo-ticket-note,
  .arabic-lp .promo-code strong {
    min-width: 0 !important;
    overflow-wrap: anywhere;
  }

  .arabic-lp .truth-card {
    overflow: hidden !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .arabic-lp .truth-card .strong-line {
    width: 100% !important;
    min-width: 0 !important;
  }
}

