:root {
  --bg-deep: #220846;
  --bg-mid: #4c0fcf;
  --bg-bright: #7417ff;
  --card: rgba(255, 255, 255, 0.08);
  --card-strong: rgba(255, 255, 255, 0.12);
  --line: rgba(255, 255, 255, 0.14);
  --text: #f8f3ff;
  --muted: #d7c5ff;
  --pink: #ff67c8;
  --orange: #ffb05c;
  --green: #79ec93;
  --shadow: 0 30px 70px rgba(17, 0, 41, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 103, 200, 0.24), transparent 26%),
    radial-gradient(circle at 85% 18%, rgba(151, 91, 255, 0.28), transparent 18%),
    radial-gradient(circle at bottom center, rgba(255, 168, 93, 0.16), transparent 24%),
    linear-gradient(135deg, var(--bg-deep), var(--bg-mid) 55%, var(--bg-bright));
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at center, black 45%, transparent 95%);
  pointer-events: none;
}

.page-shell {
  position: relative;
  width: min(1200px, calc(100% - 32px));
  margin: 20px auto;
  padding: 28px 34px 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  background: rgba(61, 8, 142, 0.42);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
  isolation: isolate;
}

.ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.75;
  pointer-events: none;
}

.ambient-left {
  width: 420px;
  height: 420px;
  top: 70px;
  left: -140px;
  background: radial-gradient(circle, rgba(255, 94, 194, 0.3), transparent 70%);
}

.ambient-right {
  width: 520px;
  height: 520px;
  top: 20px;
  right: -180px;
  background: radial-gradient(circle, rgba(153, 95, 255, 0.34), transparent 70%);
}

.ambient-bottom {
  width: 480px;
  height: 320px;
  bottom: -80px;
  right: 80px;
  background: radial-gradient(circle, rgba(255, 170, 95, 0.2), transparent 70%);
}

.site-header,
.hero,
.benefits-panel,
.section-grid,
.audience-grid,
.stories-panel,
.final-cta {
  position: relative;
  z-index: 1;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 42px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 14px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 0.98rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.language-tag {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #efe4ff;
}

.language-switcher select {
  min-width: 132px;
  border: 0;
  outline: 0;
  padding: 10px 32px 10px 12px;
  border-radius: 12px;
  color: #fff;
  font: inherit;
  background: rgba(255, 255, 255, 0.1);
  appearance: none;
  cursor: pointer;
}

.language-switcher select option {
  color: #1f1136;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.button,
.store-card {
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 18px;
  color: var(--text);
  text-decoration: none;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
}

.button-primary {
  background: linear-gradient(135deg, rgba(160, 105, 255, 0.95), rgba(96, 49, 233, 0.95));
  box-shadow: 0 18px 38px rgba(74, 19, 171, 0.35);
}

.button-small {
  min-height: 48px;
  padding: 0 20px;
}

.button:hover,
.store-card:hover {
  transform: translateY(-2px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  gap: 28px;
  align-items: center;
}

.eyebrow,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  margin: 0 0 20px;
  border-radius: 999px;
  background: rgba(164, 98, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f0e2ff;
}

.hero h1,
.section-heading h2,
.audience-card h2,
.final-cta h2 {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.hero-title-main,
.hero-title-accent {
  display: block;
}

.hero-title-accent {
  color: var(--pink);
}

.hero-text,
.section-heading p,
.benefit-card p,
.step-card p,
.audience-card li,
.story-card p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.hero-copy {
  max-width: 560px;
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.store-card {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 220px;
  padding: 16px 20px;
  border-radius: 18px;
  text-decoration: none;
  color: var(--text);
  background: linear-gradient(135deg, rgba(117, 50, 255, 0.88), rgba(77, 25, 199, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 32px rgba(46, 6, 118, 0.28);
}

.store-card.light {
  background: rgba(255, 255, 255, 0.95);
  color: #29124a;
}

.store-card strong {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.76;
}

.store-card span:last-child {
  font-size: 1.18rem;
  font-weight: 700;
}

.store-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  font-size: 1.3rem;
  background: rgba(255, 255, 255, 0.1);
}

.store-card.light .store-icon {
  background: rgba(84, 42, 150, 0.08);
}

.trust-row {
  margin-top: 28px;
  color: #f2e7ff;
}

.trust-row p {
  margin: 0 0 10px;
  font-size: 1rem;
}

.rating {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rating span {
  color: #ffd76b;
  letter-spacing: 0.18em;
}

.rating small {
  color: var(--muted);
  font-size: 0.96rem;
}

.hero-visual {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-photos {
  position: absolute;
  inset: 0;
}

.hero-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 26px 50px rgba(15, 0, 43, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.08);
  animation: float 5.2s ease-in-out infinite;
}

.hero-photo::after,
.visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 20%),
    linear-gradient(0deg, rgba(32, 5, 71, 0.24), transparent 45%);
  pointer-events: none;
}

.hero-photo img,
.visual-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo-one {
  top: 26px;
  left: 4px;
  width: 238px;
  height: 282px;
  transform: rotate(-8deg);
}

.hero-photo-two {
  right: 6px;
  top: 82px;
  width: 230px;
  height: 312px;
  transform: rotate(7deg);
  animation-delay: -1.4s;
}

.hero-photo-three {
  left: 36px;
  bottom: 42px;
  width: 224px;
  height: 284px;
  transform: rotate(5deg);
  animation-delay: -2.2s;
}

.phone-mockup {
  position: relative;
  z-index: 2;
  width: min(100%, 340px);
  padding: 14px;
  border-radius: 46px;
  background: linear-gradient(160deg, #31214a, #0c0622);
  box-shadow:
    0 40px 80px rgba(14, 0, 39, 0.5),
    0 0 0 3px rgba(255, 255, 255, 0.08);
  transform: rotate(6deg);
}

.phone-notch {
  width: 112px;
  height: 26px;
  margin: 0 auto -8px;
  border-radius: 0 0 18px 18px;
  background: #0d071d;
}

.phone-screen {
  overflow: hidden;
  padding: 22px 18px 18px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 192, 0.12), transparent 32%),
    linear-gradient(180deg, #fff8ff 0%, #fff 100%);
  color: #2d1949;
}

.screen-greeting {
  margin: 0 0 8px;
  font-size: 0.88rem;
  color: #7c6a9f;
}

.phone-screen h2 {
  margin: 0 0 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.search-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
  border-radius: 20px;
  background: #f5f0ff;
}

.search-card span {
  font-size: 0.92rem;
  color: #65567e;
}

.search-card button {
  border: 0;
  border-radius: 14px;
  min-height: 40px;
  font: inherit;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #6c38ff, #a338ff);
}

.category-row {
  display: flex;
  gap: 8px;
  margin: 16px 0;
  overflow: hidden;
}

.chip {
  padding: 9px 12px;
  border-radius: 999px;
  background: #f2ecfb;
  color: #7a6998;
  font-size: 0.78rem;
  font-weight: 700;
}

.chip.active {
  background: #ffe0f2;
  color: #c12b86;
}

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

.meal-card {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 11px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 20px rgba(66, 34, 105, 0.08);
}

.meal-thumb {
  height: 72px;
  border-radius: 16px;
}

.meal-thumb.lasagna {
  background:
    radial-gradient(circle at 72% 20%, rgba(98, 189, 96, 0.95) 0 8%, transparent 9%),
    linear-gradient(135deg, #cf5b27, #f0aa3e 45%, #7c3e21);
}

.meal-thumb.curry {
  background:
    radial-gradient(circle at 30% 38%, rgba(255, 208, 117, 0.9) 0 10%, transparent 11%),
    radial-gradient(circle at 60% 62%, rgba(95, 175, 90, 0.92) 0 8%, transparent 9%),
    linear-gradient(135deg, #9a4720, #d57f33);
}

.meal-card h3,
.benefit-card h3,
.step-card h3 {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.meal-card p {
  margin: 4px 0 0;
  color: #7e6d98;
  font-size: 0.84rem;
}

.meal-card strong {
  color: #46246d;
  font-size: 1rem;
}

.bottom-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  margin-top: 18px;
  color: #856ea2;
  font-size: 0.72rem;
  text-align: center;
}

.plus {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin: 0 auto;
  border-radius: 50%;
  color: #fff;
  font-size: 1.3rem;
  background: linear-gradient(135deg, #6a36ff, #9f39ff);
}

.benefits-panel,
.section-grid,
.stories-panel,
.final-cta,
.audience-card {
  border: 1px solid var(--line);
  background: var(--card);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.benefits-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 22px;
  border-radius: 28px;
  overflow: hidden;
}

.visual-ribbon {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 0.85fr;
  gap: 18px;
  margin-top: 28px;
}

.visual-card {
  position: relative;
  margin: 0;
  min-height: 280px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
}

.visual-card-wide {
  min-height: 320px;
}

.benefit-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px;
}

.benefit-card + .benefit-card {
  border-left: 1px solid var(--line);
}

.benefit-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  font-size: 1.85rem;
  font-weight: 700;
}

.benefit-icon.violet {
  background: rgba(183, 145, 255, 0.18);
  color: #dccaff;
}

.benefit-icon.orange {
  background: rgba(255, 190, 117, 0.18);
  color: #ffd59b;
}

.benefit-icon.green {
  background: rgba(135, 237, 162, 0.18);
  color: #b8ffd1;
}

.section-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 30px;
  margin-top: 34px;
  padding: 34px;
  border-radius: 28px;
}

.section-heading.tight {
  margin-bottom: 20px;
}

.section-heading h2 {
  font-size: clamp(2.2rem, 3.6vw, 3.6rem);
}

.section-heading p {
  max-width: 480px;
  margin-bottom: 0;
}

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

.step-card,
.story-card {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.step-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--pink);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.audience-card {
  padding: 34px;
  border-radius: 28px;
}

.audience-card.warm {
  background:
    radial-gradient(circle at top right, rgba(255, 176, 92, 0.14), transparent 28%),
    rgba(255, 255, 255, 0.08);
}

.audience-card h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 18px;
}

.audience-card ul {
  margin: 0;
  padding-left: 20px;
}

.audience-card li + li {
  margin-top: 12px;
}

.stories-panel {
  margin-top: 34px;
  padding: 34px;
  border-radius: 28px;
}

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

.story-card strong {
  display: block;
  margin-bottom: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  color: #ffd37a;
}

.story-card p {
  margin: 0 0 14px;
}

.story-card span {
  color: #f1d7ff;
  font-size: 0.92rem;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding: 28px 34px;
  border-radius: 28px;
}

.final-cta h2 {
  font-size: clamp(2rem, 3.3vw, 3.4rem);
  max-width: 720px;
}

html[dir="rtl"] body {
  direction: rtl;
}

html[dir="rtl"] .site-header,
html[dir="rtl"] .hero,
html[dir="rtl"] .audience-grid,
html[dir="rtl"] .final-cta {
  direction: rtl;
}

html[dir="rtl"] .brand,
html[dir="rtl"] .phone-screen,
html[dir="rtl"] .meal-card,
html[dir="rtl"] .bottom-nav {
  direction: ltr;
}

html[dir="rtl"] .hero-copy,
html[dir="rtl"] .benefit-card,
html[dir="rtl"] .section-heading,
html[dir="rtl"] .audience-card,
html[dir="rtl"] .story-card,
html[dir="rtl"] .final-cta,
html[dir="rtl"] .trust-row {
  text-align: right;
}

html[dir="rtl"] .audience-card ul {
  padding-right: 20px;
  padding-left: 0;
}

html[dir="rtl"] .benefit-card + .benefit-card {
  border-right: 1px solid var(--line);
  border-left: 0;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-12px);
  }
}

@media (max-width: 1100px) {
  .site-header {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-actions {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero,
  .section-grid,
  .audience-grid,
  .stories-grid,
  .steps,
  .benefits-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 44px;
  }

  .hero-copy {
    max-width: none;
  }

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

  .visual-ribbon {
    grid-template-columns: 1fr;
  }

  .visual-card,
  .visual-card-wide {
    min-height: 260px;
  }

  .benefit-card + .benefit-card {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .final-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 20px, 100%);
    margin: 10px auto;
    padding: 22px 18px 28px;
    border-radius: 24px;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 18px;
  }

  .header-actions {
    width: 100%;
  }

  .language-switcher {
    width: 100%;
    justify-content: space-between;
  }

  .language-switcher select {
    flex: 1;
    min-width: 0;
  }

  .hero h1,
  .section-heading h2,
  .audience-card h2,
  .final-cta h2 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .store-card {
    width: 100%;
    min-width: 0;
  }

  .button-small {
    width: 100%;
  }

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

  .hero-photo {
    border-radius: 22px;
  }

  .hero-photo-one {
    top: 18px;
    left: -2px;
    width: 132px;
    height: 162px;
  }

  .hero-photo-two {
    top: 50px;
    right: -2px;
    width: 136px;
    height: 184px;
  }

  .hero-photo-three {
    left: 10px;
    bottom: 12px;
    width: 142px;
    height: 168px;
  }

  .phone-mockup {
    width: min(100%, 290px);
    transform: rotate(3deg);
  }

  .benefit-card,
  .section-grid,
  .audience-card,
  .stories-panel,
  .final-cta {
    padding: 22px;
  }

  .story-card,
  .step-card {
    padding: 20px;
  }
}
