/*
 Theme Name:   foodlabriut
 Theme URI:    https://foodlabriut.co.il
 Description:  Доставка еды домой
 Author:       Bricks
 Author URI:   https://sminec.dev
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
.payment_box.payment_method_tranzila, li.wc_payment_method.payment_method_tranzila img {
    display: none!important;
}
.quiz-topbar-end {
    margin-left: auto!important;
}
.brx-popup-backdrop {
    backdrop-filter: blur(5px);
}
.brx-popup.brxe-popup-251 .brx-popup-content::-webkit-scrollbar {
    display: none;
}
:root {
  --ink: #052D23;
  --forest: #0A3C23;
  --moss: #0e4a2c;
  --lime: #E6FF55;
  --lime-bg: rgba(230, 255, 85, 0.08);
  --lime-glow: rgba(230, 255, 85, 0.22);
  --text-light: #FFF;
  --text-dim: rgba(255, 255, 255, 0.72);
  --text-mute: rgba(255, 255, 255, 0.5);
  --border-light: rgba(230, 255, 85, 0.18);
  --border-soft: rgba(255, 255, 255, 0.1);
  --shadow-press: 0 4px 16px rgba(230, 255, 85, 0.4);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --t-fast: 200ms var(--ease);
  --t-base: 400ms var(--ease);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
html {
  background: var(--ink);
  scroll-behavior: smooth;
}
body {
  font-family: "Hanken Grotesk", "Assistant", system-ui, sans-serif;
  color: var(--text-light);
  background: var(--ink);
  line-height: 1.5;
  overflow-x: hidden;
  min-height: 100vh;
}
h1, h2, h3 {
  font-family: "Fraunces", "Rubik", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
}
html[lang="he"], html[dir="rtl"] {
  font-synthesis: none;
  -webkit-font-synthesis: none;
}
html[lang="he"] body, html[dir="rtl"] body {
  font-family: "Assistant", "Hanken Grotesk", system-ui, sans-serif;
}
html[lang="he"] h1, html[lang="he"] h2, html[lang="he"] h3, html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3 {
  font-family: "Rubik", "Fraunces", Georgia, serif;
  letter-spacing: 0;
}
html[lang="he"] .italic, html[dir="rtl"] .italic {
  font-style: normal;
}
.ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
}
.ic svg {
  width: 100%;
  height: 100%;
}
html.lang-pending body {
  opacity: 0;
}
body {
  transition: opacity 200ms ease-out;
}
@media (prefers-reduced-motion: reduce) {
  body {
    transition: none;
  }
}
.trust-marquee {
  display: flex;
  align-items: stretch;
  text-decoration: none;
  cursor: pointer;
  background: var(--lime);
  color: var(--ink);
  padding: 5px 0;
  position: relative;
  z-index: 80!important;
  overflow: hidden;
  white-space: nowrap;
  direction: ltr;
}
.trust-marquee-plain {
  cursor: default;
}
.trust-marquee-home {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  align-self: stretch;
  color: var(--ink);
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, var(--lime) 0%, var(--lime) 80%, rgba(230, 255, 85, 0) 100%);
}
.trust-marquee-home svg {
  width: 22px;
  height: 22px;
  display: block;
}
.trust-marquee:focus-visible {
  outline: 2px solid #0A3C23;
  outline-offset: -3px;
}
@media (hover: hover) {
  .trust-marquee:hover {
    filter: brightness(0.97);
  }
  .trust-marquee:hover .trust-track {
    animation-play-state: paused;
  }
}
.trust-track {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  padding-inline-start: 40px;
  animation: marquee var(--marquee-duration, 10s) linear infinite;
  will-change: transform;
  direction: ltr;
}
.trust-track .trust-stat {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-family: "Hanken Grotesk", "Assistant", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--ink);
  unicode-bidi: isolate;
}
.trust-track .trust-stat strong {
  font-family: inherit;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
}
.trust-track .trust-dot {
  width: 4px;
  height: 4px;
  background: var(--ink);
  border-radius: 50%;
  opacity: 0.4;
  flex-shrink: 0;
}
@keyframes marquee {
  from {
    transform: translateX(0)
    }
  to {
    transform: translateX(-50%)
    }
  }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  background: rgba(5, 45, 35, 0.66);
  border-bottom: none;
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(230, 255, 85, 0.04) 18%, rgba(230, 255, 85, 0.22) 50%, rgba(230, 255, 85, 0.04) 82%, transparent 100%);
  pointer-events: none;
}
.site-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.06) 50%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}
.header-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 14px 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1;
  justify-content: space-evenly;
}
.nav a {
  color: var(--text-dim);
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.005em;
  padding: 8px 2px;
  position: relative;
  transition: color var(--t-fast);
  white-space: nowrap;
  background: none;
  border: none;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  height: 2px;
  background: var(--lime);
  transform: scalex(0);
  transform-origin: left center;
  transition: transform 320ms var(--ease);
  border-radius: 2px;
}
.nav a:hover {
  color: var(--text-light);
}
.nav a:hover::after {
  transform: scalex(1);
}
.nav a .nav-text-full {
  display: inline;
}
.nav a .nav-text-short {
  display: none;
}
.lang-toggle {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  padding: 4px;
  flex-shrink: 0;
  position: relative;
  isolation: isolate;
}
.lang-btn {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  color: var(--text-dim);
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 9px 16px;
  border-radius: 999px;
  cursor: pointer;
  transition: color var(--t-fast), background var(--t-base), box-shadow var(--t-base);
  white-space: nowrap;
  line-height: 1;
}
.lang-btn:hover:not(.active) {
  color: var(--text-light);
}
.lang-btn.active {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 4px 12px -2px rgba(230, 255, 85, 0.32);
}
.lang-btn[lang="he"] {
  font-family: "Hanken Grotesk", "Assistant", system-ui, sans-serif;
  font-size: 14.5px;
  letter-spacing: 0;
}
.icon-btn {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  color: var(--text-light);
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
  transition: var(--t-fast);
}
.icon-btn:hover {
  background: var(--lime);
  color: var(--ink);
  border-color: var(--lime);
  transform: scale(1.05);
}
.landing-intro {
  background: linear-gradient(180deg, #0E4A2C 0%, #0A3D26 30%, #072A1B 65%, #02140D 100%);
  position: relative;
}
.landing-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 220px 220px;
  opacity: 0.045;
  mix-blend-mode: overlay;
}
.landing-intro > * {
  position: relative;
  z-index: 1;
}
.hero {
  position: relative;
  overflow: hidden;
  background: transparent;
  min-height: 560px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.hero-glow-tl {
  display: none;
}
.hero-glow-br {
  display: none;
}
.chef-stage {
  position: absolute;
  top: 0;
  right: 15%;
  bottom: 0;
  width: 46%;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  display: block;
}
.chef-glow {
  display: none;
}
.chef-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center right;
  display: block;
}
.hero-inner {
  position: relative;
  z-index: 3;
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px 40px 80px;
  min-height: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.hero-text {
  max-width: 780px;
  width: 100%;
  position: relative;
  z-index: 5;
  animation: fadeUp 1s var(--ease) both;
}
.hero-title {
  font-size: clamp(46px, 6.6vw, 88px);
  line-height: 0.96;
  margin-top: 10px;
  margin-bottom: 36px;
  animation: fadeUp 1s var(--ease) 0.05s both;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7), 0 0 8px rgba(0, 0, 0, 0.5);
}
.hero-title .italic {
  font-style: italic;
  font-weight: 350;
  color: var(--lime);
}
.explainer {
  position: relative;
  background: transparent;
  padding: 46px 40px 50px;
}
.explainer-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.explainer-inner::before {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background: var(--lime);
  opacity: 0.7;
  border-radius: 2px;
  margin: 0 auto 22px;
}
.explainer-text {
  font-family: "Hanken Grotesk", "Assistant", system-ui, sans-serif;
  font-size: clamp(15.5px, 1.25vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.005em;
  color: rgba(255, 255, 255, 0.86);
  margin: 0;
}
.cta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  animation: fadeUp 1s var(--ease) 0.25s both;
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  background: var(--lime);
  color: var(--ink);
  font: inherit;
  font-size: 22px;
  font-weight: 700;
  padding: 0 28px 0 32px;
  height: 76px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: var(--shadow-press);
  position: relative;
  overflow: hidden;
  transition: transform var(--t-base), box-shadow var(--t-base);
  flex: 0 0 auto;
  width: auto;
  text-decoration: none;
  line-height: 1;
}
.cta-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.4) 50%, transparent 70%);
  transform: translatex(-100%);
  transition: transform 600ms var(--ease);
}
.cta-btn:hover {
  transform: scale(1.04) translatey(-2px);
  box-shadow: 0 0 0 4px var(--lime-glow), 0 18px 36px rgba(230, 255, 85, 0.35);
}
.cta-btn:hover::before {
  transform: translatex(100%);
}
.cta-btn .cta-label {
  flex: 0 0 auto;
  text-align: left;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  font-size: 22px;
  line-height: 1.1;
}
.cta-btn .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--ink);
  color: var(--lime);
  border-radius: 50%;
  font-size: 17px;
  transition: transform var(--t-base);
  flex-shrink: 0;
}
.cta-btn:hover .arrow {
  transform: rotate(-45deg);
}
.cta-btn.cta-secondary {
  background: #0A3C23;
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(230, 255, 85, 0.18);
  border: 1px solid rgba(230, 255, 85, 0.32);
}
.cta-btn.cta-secondary:hover {
  background: #0E4A2C;
  color: #fff;
  border-color: var(--lime);
  transform: scale(1.04) translatey(-2px);
  box-shadow: 0 0 0 4px var(--lime-glow), 0 18px 36px rgba(0, 0, 0, 0.5);
}
.cta-btn.cta-secondary .arrow {
  background: var(--lime);
  color: #0A3C23;
}
.trust-chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  animation: fadeUp 1s var(--ease) 0.35s both;
  width: 100%;
}
.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(5, 45, 35, 0.55);
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 13px;
  color: var(--text-dim);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: var(--t-fast);
  flex: 1 1 0;
  min-width: 0;
  justify-content: center;
  white-space: nowrap;
}
.trust-chip > span {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.trust-chip .ic {
  font-size: 15px;
  color: var(--lime);
  flex-shrink: 0;
}
.trust-chip:hover {
  background: var(--lime-bg);
  border-color: var(--border-light);
  color: var(--text-light);
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px)
    }
  to {
    opacity: 1;
    transform: translateY(0)
    }
  }
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(.96)
    }
  to {
    opacity: 1;
    transform: scale(1)
    }
  }
.trust-section {
  position: relative;
  background: #fff;
  border-top: 1px solid rgba(5, 45, 35, 0.18);
  border-bottom: 1px solid rgba(5, 45, 35, 0.18);
  padding: 22px 40px;
}
.trust-section-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: stretch;
  justify-content: center;
}
.trust-section .trust-chip {
  flex: 1 1 0;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(5, 45, 35, 0.04);
  border: 1px solid rgba(5, 45, 35, 0.18);
  border-radius: 999px;
  padding: 11px 16px;
  font-size: 13.5px;
  font-weight: 600;
  color: #0A3C23;
  white-space: nowrap;
  transition: var(--t-fast);
}
.trust-section .trust-chip > span {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  color: #0A3C23;
}
.trust-section .trust-chip .ic {
  font-size: 16px;
  color: #0A3C23;
  flex-shrink: 0;
}
.trust-section .trust-chip:hover {
  background: rgba(230, 255, 85, 0.25);
  border-color: #0A3C23;
}
@media (min-width: 641px) and (max-width: 1100px) {
  .trust-section {
    padding: 18px 24px;
  }
  .trust-section-inner {
    gap: 8px;
  }
  .trust-section .trust-chip {
    font-size: 11.5px;
    padding: 9px 11px;
    gap: 6px;
  }
  .trust-section .trust-chip .ic {
    font-size: 14px;
  }
}
.trust-section-bottom {
  padding: 38px 40px 42px;
}
.trust-section-inner-stacked {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.trust-section-h {
  font-family: "Fraunces", "Rubik", Georgia, serif;
  font-style: italic;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 350;
  letter-spacing: -0.01em;
  font-variation-settings: "opsz" 36, "wght" 350;
  color: #0A3C23;
  margin: 0;
  text-align: center;
  line-height: 1.15;
}
.trust-section-bottom .trust-section-inner {
  width: 100%;
}
.reviews-head {
  margin: 0 0 30px 0;
}
.reviews-h {
  font-family: "Fraunces", "Rubik", Georgia, serif;
  font-style: italic;
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 350;
  letter-spacing: -0.018em;
  font-variation-settings: "opsz" 60, "wght" 350;
  color: var(--lime);
  margin: 0 0 14px 0;
  text-align: left;
  line-height: 1.05;
}
.reviews-h .reviews-h-line2 {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-style: italic;
  font-weight: 300;
  margin-top: 0.12em;
}
.reviews-sub {
  font-family: "Hanken Grotesk", "Assistant", system-ui, sans-serif;
  font-size: clamp(15px, 1.2vw, 17px);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 680px;
}
.reviews-carousel-wrap {
  position: relative;
}
.reviews-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 8px 4px 24px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.reviews-carousel::-webkit-scrollbar {
  display: none;
}
.reviews-carousel-wrap::before, .reviews-carousel-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 24px;
  width: 160px;
  pointer-events: none;
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 1;
  transition: opacity 280ms var(--ease);
}
.reviews-carousel-wrap::before {
  left: 0;
  -webkit-mask-image: linear-gradient(to right, black 0%, black 32%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 14%, black 86%, transparent 100%);
  mask-image: linear-gradient(to right, black 0%, black 32%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 14%, black 86%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  background: linear-gradient(to right, var(--ink) 0%, rgba(5, 45, 35, 0.45) 38%, transparent 100%);
}
.reviews-carousel-wrap::after {
  right: 0;
  -webkit-mask-image: linear-gradient(to left, black 0%, black 32%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 14%, black 86%, transparent 100%);
  mask-image: linear-gradient(to left, black 0%, black 32%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 14%, black 86%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  background: linear-gradient(to left, var(--ink) 0%, rgba(5, 45, 35, 0.45) 38%, transparent 100%);
}
.reviews-carousel-wrap.at-start::before {
  opacity: 0;
}
.reviews-carousel-wrap.at-end::after {
  opacity: 0;
}
.review-card {
  flex: 0 0 320px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  padding: 18px 18px 20px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform var(--t-base), border-color var(--t-base), box-shadow var(--t-base);
  position: relative;
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: 320px 220px;
}
.review-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 0%, var(--lime-bg) 0%, transparent 60%);
  opacity: 0;
  transition: opacity var(--t-base);
  pointer-events: none;
}
.review-card:hover {
  border-color: var(--border-light);
  transform: translatey(-3px);
  box-shadow: 0 16px 40px -12px rgba(0, 0, 0, 0.5);
}
.review-card:hover::before {
  opacity: 1;
}
.review-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 2;
}
.review-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1.5px solid var(--border-light);
  overflow: hidden;
  flex-shrink: 0;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}
.review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.review-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.2;
  min-width: 0;
  flex: 1;
}
.review-name {
  font-family: "Fraunces", "Rubik", serif;
  font-weight: 600;
  font-size: 16px;
  color: var(--text-light);
  letter-spacing: -0.01em;
  font-variation-settings: "opsz" 16;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-info {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 12px;
  color: var(--text-mute);
  font-weight: 500;
}
.review-info .dot-sep {
  margin: 0 5px;
  opacity: 0.5;
}
.review-quote {
  font-family: "Fraunces", "Rubik", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: -0.005em;
  font-variation-settings: "opsz" 14;
  color: var(--text-light);
  position: relative;
  z-index: 2;
}
.review-quote::before {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: var(--lime);
  opacity: 0.55;
  border-radius: 2px;
  margin-bottom: 10px;
}
.rv-scroll-indicator {
  margin: 6px auto 0;
  width: min(220px, 42%);
  display: flex;
  justify-content: center;
}
.rv-scroll-track {
  position: relative;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  overflow: hidden;
}
.rv-scroll-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30%;
  background: var(--lime);
  border-radius: 999px;
  transition: left 200ms var(--ease);
  box-shadow: 0 0 12px rgba(230, 255, 85, 0.4);
}
.reviews {
  position: relative;
  padding: 50px 0 70px;
  background: linear-gradient(180deg, #063225 0%, var(--forest) 50%, var(--ink) 100%);
  overflow: hidden;
}
.reviews::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(230, 255, 85, 0.06) 0%, transparent 70%);
  pointer-events: none;
}
.reviews-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}
.site-footer {
  background: var(--ink);
  border-top: 1px solid var(--border-soft);
  padding: 48px 40px 24px;
}
.footer-inner {
  max-width: 1080px;
  margin: 0 auto;
}
.footer-top {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border-soft);
  text-align: left;
}
.footer-brand {
  font-family: "Fraunces", "Rubik", serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.01em;
  font-variation-settings: "opsz" 22;
  color: var(--text-light);
}
.footer-tagline {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--text-dim);
  max-width: 680px;
  margin: 0;
}
.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 22px;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--text-mute);
  letter-spacing: 0.02em;
}
.footer-bottom a {
  color: var(--text-mute);
  text-decoration: none;
  transition: color var(--t-fast);
}
.footer-bottom a:hover {
  color: var(--lime);
}
.footer-bottom-dot {
  opacity: 0.45;
  user-select: none;
}
.wa-sticky {
  position: fixed;
  bottom: 24px;
  right: 24px;
  left: auto;
  width: auto;
  max-width: calc(100% - 48px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #FFF;
  color: #0A3C23;
  padding: 14px 18px;
  padding-inline-end: 28px;
  border-radius: 999px;
  box-shadow: 0 18px 44px -8px rgba(0, 0, 0, 0.5), 0 6px 14px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(0, 0, 0, 0.04);
  text-decoration: none;
  z-index: 999;
  animation: fadeUpSticky 0.6s var(--ease) 0.4s both, wa-shake 6s var(--ease) 3s infinite;
  transform-origin: center;
  will-change: transform;
  transition: box-shadow var(--t-base);
}
@keyframes fadeUpSticky {
  from {
    opacity: 0;
    transform: translateY(24px)
    }
  to {
    opacity: 1;
    transform: translateY(0)
    }
  }
@keyframes wa-shake {
  0%, 88%, 100% {
    transform: translateX(0) translateY(0) rotate(0)
    }
  90% {
    transform: translateX(-4px) translateY(0) rotate(-3deg)
    }
  92% {
    transform: translateX(4px) translateY(0) rotate(3deg)
    }
  94% {
    transform: translateX(-3px) translateY(0) rotate(-2deg)
    }
  96% {
    transform: translateX(3px) translateY(0) rotate(2deg)
    }
  98% {
    transform: translateX(0) translateY(0) rotate(0)
    }
  }
.wa-sticky:hover {
  box-shadow: 0 24px 56px -8px rgba(0, 0, 0, 0.62), 0 10px 22px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.wa-sticky-icon {
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #25D366;
  position: relative;
  transition: transform var(--t-base);
}
.wa-sticky:hover .wa-sticky-icon {
  transform: scale(1.08);
}
.wa-sticky-text {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.2;
  text-align: start;
}
.wa-sticky-title {
  font-size: 16.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0A3C23;
}
.wa-sticky-sub {
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(10, 60, 35, 0.62);
  margin-top: 3px;
}
body.quiz-open .wa-sticky {
  display: none;
}
html.quiz-incoming body {
  visibility: hidden;
}
html.quiz-incoming body.quiz-open {
  visibility: visible;
}
body {
  padding-bottom: 0;
}
.quiz-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(5, 45, 35, 0.78);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 24px 24px;
  overflow-y: auto;
  text-align: start;
}
.quiz-overlay.open {
  display: flex;
  animation: fadeIn 400ms var(--ease);
}
.quiz-modal {
  position: relative;
  width: 100%;
  max-width: 920px;
  background: linear-gradient(180deg, var(--forest) 0%, var(--ink) 100%);
  border: 1px solid var(--border-light);
  border-radius: 32px;
  padding: 36px 40px 28px;
  box-shadow: 0 60px 120px -20px rgba(0, 0, 0, 0.6);
  animation: modalIn 500ms var(--ease);
  overflow: hidden;
  margin: auto;
}
.quiz-modal.wide {
  max-width: 1180px;
  padding: 32px 36px 110px;
}
@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(40px) scale(.95)
    }
  to {
    opacity: 1;
    transform: translateY(0) scale(1)
    }
  }
.quiz-step {
  display: none;
  animation: fadeIn 400ms var(--ease);
}
.quiz-step.active {
  display: block;
}
.q-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--lime-bg);
  border: 1px solid var(--border-light);
  color: var(--lime);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.q-title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  line-height: 1.1;
}
.q-title .italic {
  font-style: italic;
  font-weight: 400;
  color: var(--lime);
}
.q-desc {
  font-size: 15px;
  color: var(--text-dim);
  margin-bottom: 22px;
  max-width: 680px;
}
.delivery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 18px;
}
.delivery-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  padding: 18px 20px;
}
.delivery-card.yes {
  border-color: rgba(230, 255, 85, 0.25);
}
.delivery-card.no {
  border-color: rgba(255, 255, 255, 0.08);
}
.delivery-card-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Fraunces", "Rubik", serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 14px;
}
.delivery-card-head .ic {
  font-size: 18px;
}
.delivery-card.yes .delivery-card-head .ic {
  color: var(--lime);
}
.delivery-card.no .delivery-card-head .ic {
  color: #ff8b6a;
}
.delivery-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 14px;
  font-size: 13.5px;
  color: var(--text-dim);
}
.delivery-list li {
  padding: 3px 0;
}
.delivery-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: rgba(230, 255, 85, 0.05);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 13px 16px;
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.5;
  margin-bottom: 18px;
}
.delivery-note .ic {
  font-size: 16px;
  color: var(--lime);
  flex-shrink: 0;
  margin-top: 2px;
}
.goal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  margin-bottom: 24px;
}
.goal-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid var(--border-soft);
  border-radius: 20px;
  padding: 18px 16px;
  text-align: start;
  cursor: pointer;
  transition: var(--t-base);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.goal-card:hover {
  background: var(--lime-bg);
  border-color: var(--border-light);
  transform: translatey(-2px);
}
.goal-card.selected {
  background: var(--lime-bg);
  border-color: var(--lime);
}
.goal-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(230, 255, 85, 0.12);
  border-radius: 12px;
  font-size: 22px;
  color: var(--lime);
}
.goal-title {
  font-family: "Fraunces", "Rubik", serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-light);
  line-height: 1.25;
}
.goal-desc {
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.45;
}
.goal-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  color: var(--lime);
  background: var(--lime-bg);
  border: 1px solid var(--border-light);
  padding: 5px 10px;
  border-radius: 999px;
  width: fit-content;
  margin-top: auto;
  font-weight: 600;
}
.goal-tag .ic {
  font-size: 13px;
}
.param-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
.param-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.param-label {
  font-size: 11.5px;
  color: var(--text-mute);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.gender-grid {
  display: flex;
  gap: 6px;
  width: 100%;
}
.gender-pill {
  flex: 1;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  padding: 11px 8px;
  color: var(--text-dim);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: var(--t-fast);
}
.gender-pill:hover {
  background: var(--lime-bg);
  color: var(--text-light);
}
.gender-pill.selected {
  background: var(--lime);
  color: var(--ink);
  border-color: var(--lime);
}
.gender-pill .ic {
  font-size: 14px;
}
.stepper-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}
.stepper-btn {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-soft);
  border-radius: 50%;
  color: var(--text-light);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--t-fast);
  font-size: 14px;
}
.stepper-btn:hover {
  background: var(--lime);
  color: var(--ink);
  border-color: var(--lime);
}
.stepper-input {
  width: 64px;
  text-align: center;
  background: transparent;
  border: none;
  color: var(--text-light);
  font-size: 24px;
  font-weight: 600;
  font-family: "Fraunces", "Rubik", serif;
  outline: none;
  -moz-appearance: textfield;
}
.stepper-input::-webkit-outer-spin-button, .stepper-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.param-unit {
  font-size: 11px;
  color: var(--text-mute);
  text-transform: lowercase;
}
.menu-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(120deg, var(--lime-bg) 0%, rgba(230, 255, 85, 0.02) 100%);
  border: 1px solid var(--border-light);
  border-radius: 18px;
  padding: 14px 18px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.menu-banner > .ic {
  font-size: 22px;
  color: var(--lime);
  flex-shrink: 0;
}
.menu-banner-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex: 1;
}
.menu-banner-stat {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  font-size: 13.5px;
  color: var(--text-dim);
}
.menu-banner-stat strong {
  font-family: "Fraunces", "Rubik", serif;
  font-size: 18px;
  color: var(--lime);
  font-weight: 600;
}
.checkout-wrap {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 18px;
}
.checkout-main {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.section {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  padding: 18px;
}
.section-label {
  font-size: 11.5px;
  color: var(--text-mute);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-bottom: 12px;
}
.meals-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.meal-opt {
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid var(--border-soft);
  border-radius: 14px;
  padding: 14px 10px;
  text-align: center;
  cursor: pointer;
  transition: var(--t-base);
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  justify-content: center;
}
.meal-opt:hover {
  background: var(--lime-bg);
  border-color: var(--border-light);
}
.meal-opt.active {
  background: var(--lime-bg);
  border-color: var(--lime);
}
.meal-opt-num {
  font-family: "Fraunces", "Rubik", serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--text-light);
  line-height: 1;
  margin-bottom: 2px;
}
.meal-opt-label {
  font-size: 12px;
  color: var(--text-dim);
  font-weight: 500;
}
.meal-opt-tag {
  font-size: 11px;
  color: var(--lime);
  font-weight: 600;
  margin-top: 2px;
}
.meal-opt .badge {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translatex(-50%);
  background: var(--lime);
  color: var(--ink);
  font-size: 9.5px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 999px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.carousel-wrap {
  position: relative;
}
.carousel {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 6px;
  scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.dish {
  flex: 0 0 160px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  overflow: hidden;
  scroll-snap-align: start;
}
.dish-img {
  display: block;
  height: 130px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  background: transparent;
}
.dish-body {
  padding: 10px 12px;
}
.dish-tag {
  font-size: 10.5px;
  color: var(--lime);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 3px;
}
.dish-name {
  font-family: "Fraunces", "Rubik", serif;
  font-size: 13.5px;
  color: var(--text-light);
  line-height: 1.3;
}
.car-arrows {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  justify-content: flex-end;
}
.car-arrow {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-soft);
  border-radius: 50%;
  color: var(--text-light);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--t-fast);
  font-size: 14px;
}
.car-arrow:hover {
  background: var(--lime);
  color: var(--ink);
  border-color: var(--lime);
}
.disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 12.5px;
  color: var(--text-mute);
  line-height: 1.5;
}
.disclaimer .ic {
  font-size: 15px;
  color: var(--text-mute);
  flex-shrink: 0;
  margin-top: 2px;
}
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: sticky;
  top: 80px;
  align-self: start;
}
.sb-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  padding: 14px;
}
.sb-title {
  font-family: "Fraunces", "Rubik", serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 8px;
}
.days-wrap {
  position: relative;
}
.days-sel {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  padding: 11px 32px 11px 12px;
  color: var(--text-light);
  font-size: 13px;
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23E6FF55' stroke-width='2'><path d='M6 9l6 6l6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  cursor: pointer;
  border-bottom: 1px solid var(--border-soft);
}
.toggle-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.toggle-row:first-child {
  padding-top: 0;
}
.toggle-label {
  font-size: 13px;
  color: var(--text-dim);
  font-weight: 500;
}
.toggle-sw {
  position: relative;
  width: 36px;
  height: 20px;
  display: inline-flex;
  flex-shrink: 0;
}
.toggle-sw input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.toggle-sw-track {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  transition: var(--t-fast);
}
.toggle-sw-thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: var(--t-base);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.toggle-sw input:checked ~ .toggle-sw-track {
  background: var(--lime);
}
.toggle-sw input:checked ~ .toggle-sw-thumb {
  transform: translatex(16px);
  background: var(--ink);
}
.sb-summary {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: rgba(230, 255, 85, 0.04);
  border-color: var(--border-light);
}
.sum-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12.5px;
  color: var(--text-dim);
}
.sum-line .val {
  font-family: "Fraunces", "Rubik", serif;
  font-weight: 600;
  color: var(--text-light);
  font-size: 13.5px;
}
.quiz-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}
.quiz-nav.single {
  justify-content: flex-end;
}
.q-next {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--lime);
  color: var(--ink);
  border: none;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 22px;
  border-radius: 999px;
  cursor: pointer;
  transition: transform var(--t-base), box-shadow var(--t-base);
  box-shadow: var(--shadow-press);
  text-decoration: none;
}
.q-next:hover:not(:disabled) {
  transform: scale(1.04) translatey(-2px);
  box-shadow: 0 0 0 4px var(--lime-glow), 0 18px 36px rgba(230, 255, 85, 0.35);
}
.q-next:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.q-next .arrow {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: var(--lime);
  border-radius: 50%;
  font-size: 13px;
  transition: transform var(--t-base);
}
.q-next:hover:not(:disabled) .arrow {
  transform: rotate(-45deg);
}
.sticky-bar {
  position: fixed;
  bottom: 14px;
  left: 50%;
  transform: translatex(-50%);
  width: calc(100% - 40px);
  max-width: 560px;
  background: rgba(5, 45, 35, 0.92);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1px solid var(--border-light);
  border-radius: 22px;
  padding: 12px 14px 12px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 300;
  box-shadow: 0 24px 60px -12px rgba(0, 0, 0, 0.6);
}
.sticky-prices {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.sticky-price-block {
  text-align: left;
}
.sticky-price-num {
  font-family: "Fraunces", "Rubik", serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--text-light);
  line-height: 1;
  letter-spacing: -0.01em;
}
.sticky-price-num .cur {
  font-size: 0.65em;
  margin-right: 1px;
  color: var(--lime);
}
.sticky-price-cap {
  font-size: 10.5px;
  color: var(--text-mute);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
  font-weight: 600;
}
.sticky-divider {
  width: 1px;
  height: 34px;
  background: var(--border-soft);
}
.sticky-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex: 1;
  justify-content: flex-end;
}
.wa-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--text-light);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: var(--t-fast);
}
.wa-link:hover {
  background: #25D366;
  border-color: #25D366;
}
.wa-link .ic {
  font-size: 14px;
  color: #25D366;
}
.wa-link:hover .ic {
  color: #fff;
}
.final-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--lime);
  color: var(--ink);
  border: none;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: var(--t-fast);
  box-shadow: var(--shadow-press);
  white-space: nowrap;
}
.final-btn:hover {
  transform: scale(1.04);
  box-shadow: 0 0 0 4px var(--lime-glow), 0 12px 24px rgba(230, 255, 85, 0.35);
}
.final-btn .arrow {
  width: 24px;
  height: 24px;
  background: var(--ink);
  color: var(--lime);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.final-btn .wa-icon {
  width: 24px;
  height: 24px;
  background: var(--ink);
  color: var(--lime);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
@media (max-width: 1100px) {
  .checkout-wrap {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .sidebar {
    position: relative;
    top: auto;
  }
}
@media (max-width: 980px) {
  .header-inner {
    padding: 14px 24px;
    gap: 24px;
  }
  .nav {
    gap: 22px;
  }
  .nav a {
    font-size: 14.5px;
  }
  .lang-btn {
    padding: 8px 12px;
    font-size: 12.5px;
  }
  .lang-btn[lang="he"] {
    font-size: 13.5px;
  }
  .hero {
    min-height: calc(100svh - 50px);
    min-height: calc(100vh - 50px);
  }
  .chef-stage {
    width: 72%;
    right: -8%;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
  .chef-img {
    max-height: none;
    height: 100%;
    opacity: 1;
  }
  .chef-glow {
    display: none;
  }
  .hero-inner {
    padding: 24px 20px;
    min-height: calc(100svh - 50px);
    min-height: calc(100vh - 50px);
  }
  .hero-text {
    max-width: 100%;
    width: 100%;
    background: transparent;
    padding-right: 0;
  }
  .hero-title {
    font-size: clamp(34px, 9vw, 52px);
    margin-bottom: 18px;
  }
  .cta-row {
    margin-bottom: 18px;
    gap: 12px;
  }
  .cta-btn {
    font-size: 18px;
    height: 60px;
    padding: 0 22px 0 26px;
    gap: 12px;
  }
  .cta-btn .cta-label {
    font-size: 18px;
  }
  .cta-btn .arrow {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .trust-chips {
    gap: 6px;
  }
  .trust-chip {
    font-size: 12px;
    padding: 8px 11px;
    background: rgba(5, 45, 35, 0.7);
  }
  .quiz-modal {
    padding: 24px 22px 22px;
    border-radius: 24px;
  }
  .quiz-modal.wide {
    padding: 22px 18px 120px;
  }
  .delivery-grid, .goal-grid, .param-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .meals-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .meal-opt {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: start;
    padding: 12px 14px;
  }
  .meal-opt-num {
    font-size: 22px;
    margin-bottom: 0;
    flex-shrink: 0;
    width: 32px;
  }
  .meal-opt-label {
    margin-bottom: 0;
    flex: 1;
  }
  .meal-opt-tag {
    flex-shrink: 0;
  }
  .meal-opt .badge {
    left: auto;
    right: 12px;
    top: 50%;
    transform: translatey(-50%);
  }
}
@media (max-width: 640px) {
  .header-inner {
    flex-wrap: nowrap;
    padding: 10px 12px;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .nav {
    display: contents;
  }
  .nav a {
    font-size: 13px;
    padding: 7px 11px;
    flex: 0 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-soft);
    border-radius: 999px;
    white-space: nowrap;
    letter-spacing: -0.005em;
    line-height: 1.1;
  }
  .nav a::after {
    display: none;
  }
  .nav a:hover {
    background: var(--lime-bg);
    border-color: var(--border-light);
    color: var(--text-light);
  }
  .nav a .nav-text-full {
    display: none;
  }
  .nav a .nav-text-short {
    display: inline;
  }
  .lang-toggle {
    order: 99;
    width: 100%;
    margin-top: 2px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-soft);
    border-radius: 14px;
    padding: 5px;
    gap: 4px;
  }
  .lang-btn {
    flex: 1;
    padding: 13px 0;
    font-size: 13.5px;
    border-radius: 10px;
    letter-spacing: 0.08em;
  }
  .lang-btn[lang="he"] {
    font-size: 14.5px;
  }
  .trust-marquee {
    padding: 5px 0;
  }
  .trust-marquee-home {
    width: 48px;
  }
  .trust-marquee-home svg {
    width: 20px;
    height: 20px;
  }
  .trust-track {
    gap: 28px;
    padding-inline-start: 18px;
  }
  .trust-track .trust-stat {
    font-size: 13px;
  }
  .trust-track .trust-stat strong {
    font-size: 13px;
  }
  .hero {
    position: relative;
    min-height: 0;
    overflow: hidden;
  }
  .hero-inner {
    position: relative;
    z-index: 5;
    padding: 24px 18px 28px;
    max-width: 100%;
    margin: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
  }
  .hero-text {
    width: 100%;
    max-width: 100%;
    background: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 auto;
  }
  .hero-title {
    font-size: clamp(42px, 11.5vw, 52px);
    line-height: 1.04;
    margin: 0 0 22px 0;
    padding-right: 24%;
    letter-spacing: -0.02em;
    word-break: normal;
    hyphens: none;
    position: relative;
    z-index: 5;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.4);
  }
  .hero-title br {
    display: inline;
  }
  .hero-title .italic {
    font-size: 0.94em;
  }
  .cta-row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 14px;
    margin-bottom: 0;
    width: auto;
    align-items: flex-start;
    position: relative;
    z-index: 5;
  }
  .cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    height: 72px;
    padding: 0 26px 0 30px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    max-width: none;
    border-radius: 999px;
  }
  .cta-btn .cta-label {
    text-align: left;
    font-size: 22px;
    line-height: 1.1;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
    flex: 0 0 auto;
    min-width: 0;
  }
  .cta-btn .arrow {
    width: 44px;
    height: 44px;
    font-size: 17px;
    flex-shrink: 0;
  }
  .cta-btn.cta-secondary {
    width: auto;
    padding: 0 26px 0 30px;
    font-size: 22px;
    gap: 16px;
    height: 72px;
  }
  .cta-btn.cta-secondary .cta-label {
    font-size: 22px;
  }
  .cta-btn.cta-secondary .arrow {
    width: 44px;
    height: 44px;
    font-size: 17px;
  }
  .chef-stage {
    position: absolute;
    top: 0;
    right: -14%;
    bottom: auto;
    left: auto;
    width: 78%;
    height: auto;
    aspect-ratio: 500/772;
    z-index: 2;
    pointer-events: none;
    overflow: visible;
    display: block;
    animation: none;
  }
  .chef-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: center;
    -webkit-mask-image: none;
    mask-image: none;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.35));
    animation: none;
    display: block;
  }
  .chef-glow {
    display: none;
  }
  html[dir="rtl"] .chef-stage {
    right: auto;
    left: -2%;
    width: 76%;
    top: 1px;
  }
  html[dir="rtl"] .chef-img {
    object-position: center;
  }
  .explainer {
    padding: 30px 18px 32px;
  }
  .explainer-text {
    font-size: 14.5px;
    line-height: 1.55;
  }
  .explainer-inner::before {
    width: 28px;
    margin-bottom: 16px;
  }
  .trust-section {
    padding: 18px 14px;
    background: #fff;
    border-top: 1px solid rgba(5, 45, 35, 0.18);
    border-bottom: 1px solid rgba(5, 45, 35, 0.18);
  }
  .trust-section-inner {
    gap: 6px;
  }
  .trust-section .trust-chip-desktop-only {
    display: none !important;
  }
  .trust-section .trust-chip {
    font-size: 10.5px;
    padding: 9px 7px;
    font-weight: 600;
    gap: 5px;
    background: rgba(5, 45, 35, 0.04);
    border: 1px solid rgba(5, 45, 35, 0.18);
    color: #0A3C23;
  }
  .trust-section .trust-chip > span {
    font-size: 10.5px;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
    color: #0A3C23;
  }
  .trust-section .trust-chip .ic {
    font-size: 13px;
    color: #0A3C23;
  }
  .trust-section .trust-chip:hover {
    background: rgba(230, 255, 85, 0.25);
    border-color: #0A3C23;
  }
  .trust-section-bottom {
    padding: 26px 14px 28px;
  }
  .trust-section-inner-stacked {
    gap: 14px;
  }
  .trust-section-h {
    font-size: 18px;
    line-height: 1.2;
  }
  .reviews-head {
    margin: 0 0 16px 0;
  }
  .reviews-h {
    font-size: 22px;
    margin: 0 0 8px 0;
    line-height: 1.1;
  }
  .reviews-h .reviews-h-line2 {
    font-size: 0.78em;
  }
  .reviews-sub {
    font-size: 13px;
    line-height: 1.45;
  }
  .reviews {
    padding: 26px 0 18px;
  }
  .reviews-inner {
    padding: 0 18px;
  }
  .reviews-carousel-wrap::before, .reviews-carousel-wrap::after {
    display: none;
  }
  .reviews-carousel {
    gap: 12px;
    padding-left: 0;
    padding-bottom: 14px;
    -webkit-mask-image: linear-gradient(to right, transparent 0, black 4%, black 96%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, black 4%, black 96%, transparent 100%);
  }
  .review-card {
    flex: 0 0 285px;
    padding: 16px;
    gap: 11px;
    border-radius: 18px;
  }
  .review-name {
    font-size: 15.5px;
  }
  .review-info {
    font-size: 11.5px;
  }
  .review-quote {
    font-size: 14px;
    line-height: 1.45;
  }
  .review-avatar {
    width: 42px;
    height: 42px;
  }
  .rv-scroll-indicator {
    width: 140px;
    margin-top: 2px;
  }
  .wa-sticky {
    bottom: 14px;
    right: 12px;
    left: auto;
    width: auto;
    max-width: calc(100% - 24px);
    padding: 12px 16px;
    padding-inline-end: 24px;
    gap: 14px;
    border-radius: 999px;
    justify-content: flex-start;
  }
  .wa-sticky-icon {
    width: 56px;
    height: 56px;
    font-size: 46px;
  }
  .wa-sticky-title {
    font-size: 16.5px;
  }
  .wa-sticky-sub {
    font-size: 12.5px;
    margin-top: 2px;
  }
  body {
    padding-bottom: 0;
  }
  .site-footer {
    padding: 28px 18px 110px;
  }
  .footer-top {
    text-align: center;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
  }
  .footer-tagline {
    text-align: center;
    max-width: 100%;
    font-size: 13.5px;
  }
  .footer-bottom {
    font-size: 11.5px;
    gap: 8px;
    padding-top: 18px;
  }
  .sticky-bar {
    width: calc(100% - 16px);
    bottom: 8px;
    padding: 10px 10px 10px 14px;
    gap: 8px;
    border-radius: 18px;
  }
  .sticky-prices {
    gap: 10px;
  }
  .sticky-price-num {
    font-size: 21px;
  }
  .sticky-price-cap {
    font-size: 9.5px;
    margin-top: 3px;
    letter-spacing: 0.08em;
  }
  .sticky-divider {
    height: 28px;
  }
  .wa-link span {
    display: none;
  }
  .wa-link {
    padding: 8px;
  }
  .final-btn {
    font-size: 13px;
    padding: 11px 13px 11px 16px;
    gap: 7px;
  }
  .final-btn .arrow {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  html[dir="rtl"] .cta-row {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    padding-inline: 0;
  }
  html[dir="rtl"] .cta-row .cta-btn.cta-primary {
    flex: 2 1 0;
    height: 68px;
    padding: 0 16px 0 20px;
    font-size: 20px;
    gap: 12px;
    min-width: 0;
  }
  html[dir="rtl"] .cta-row .cta-btn.cta-secondary {
    flex: 1 1 0;
    height: 68px;
    padding: 0 14px;
    font-size: 20px;
    gap: 0;
    justify-content: center;
    min-width: 0;
  }
  html[dir="rtl"] .cta-row .cta-btn.cta-primary .cta-label, html[dir="rtl"] .cta-row .cta-btn.cta-secondary .cta-label {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  html[dir="rtl"] .cta-row .cta-btn.cta-primary .arrow {
    width: 40px;
    height: 40px;
    font-size: 15px;
    flex: 0 0 auto;
  }
  html[dir="rtl"] .cta-row .cta-btn.cta-secondary .arrow {
    display: none;
  }
}
@media (max-width: 380px) {
  .wa-sticky-sub {
    display: none;
  }
  .wa-sticky {
    padding: 11px;
    padding-inline-end: 18px;
    gap: 10px;
  }
  .wa-sticky-icon {
    width: 44px;
    height: 44px;
    font-size: 38px;
  }
  .wa-sticky-title {
    font-size: 14.5px;
  }
  .hero-inner {
    padding: 20px 14px 24px;
  }
  .hero-title {
    font-size: clamp(38px, 11vw, 48px);
    padding-right: 42%;
    margin-bottom: 20px;
    line-height: 1.04;
  }
  .cta-btn {
    height: 64px;
    padding: 0 22px 0 26px;
    font-size: 19px;
    gap: 14px;
  }
  .cta-btn .cta-label {
    font-size: 19px;
  }
  .cta-btn .arrow {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
  .cta-btn.cta-secondary {
    height: 64px;
    padding: 0 22px 0 26px;
    font-size: 19px;
    gap: 14px;
  }
  .cta-btn.cta-secondary .cta-label {
    font-size: 19px;
  }
  .cta-btn.cta-secondary .arrow {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
  .nav a {
    font-size: 12px;
    padding: 6px 10px;
  }
  .trust-section {
    padding: 16px 10px;
  }
  .trust-section-inner {
    gap: 5px;
  }
  .trust-section .trust-chip {
    font-size: 9.5px;
    padding: 8px 6px;
    gap: 4px;
  }
  .trust-section .trust-chip > span {
    font-size: 9.5px;
  }
  .trust-section .trust-chip .ic {
    font-size: 12px;
  }
  .site-footer {
    padding: 24px 14px 100px;
  }
  .footer-tagline {
    font-size: 12.5px;
  }
}
@media (max-width: 380px) {
  html[dir="rtl"] .cta-row {
    gap: 10px;
  }
  html[dir="rtl"] .cta-row .cta-btn.cta-primary {
    height: 62px;
    padding: 0 12px 0 16px;
    font-size: 18px;
    gap: 10px;
  }
  html[dir="rtl"] .cta-row .cta-btn.cta-secondary {
    height: 62px;
    padding: 0 10px;
    font-size: 18px;
  }
  html[dir="rtl"] .cta-row .cta-btn.cta-primary .cta-label, html[dir="rtl"] .cta-row .cta-btn.cta-secondary .cta-label {
    font-size: 18px;
  }
  html[dir="rtl"] .cta-row .cta-btn.cta-primary .arrow {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .quiz-overlay {
    padding: 12px 8px 12px;
  }
  .quiz-modal {
    padding: 22px 14px 16px;
    border-radius: 20px;
  }
  .quiz-modal.wide {
    padding: 20px 12px 110px;
  }
  .q-title {
    font-size: 24px;
  }
  .q-desc {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .stepper-input {
    font-size: 20px;
  }
  .stepper-btn {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.site-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 14px 52px;
}
.site-header .nav {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  gap: 22px;
}
.site-header .lang-pill {
  flex-shrink: 0;
}
.lang-toggle {
  display: none !important;
}
.lang-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-light);
  border: 1px solid rgba(255, 255, 255, 0.14);
  cursor: pointer;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  flex-shrink: 0;
  transition: background var(--t-fast), border-color var(--t-fast), color var(--t-fast), transform var(--t-base);
  overflow: visible;
}
.lang-pill:hover {
  background: rgba(230, 255, 85, 0.1);
  border-color: rgba(230, 255, 85, 0.42);
  color: var(--lime);
}
.lang-pill:active {
  transform: scale(0.97);
}
.lang-pill-glow {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .lang-pill, .lang-pill-glow {
    animation: none;
  }
}
.lang-pill-globe {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0.85;
}
.lang-pill-globe svg {
  width: 100%;
  height: 100%;
}
.lang-pill-label {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}
.lang-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  transition: opacity 240ms var(--ease), visibility 240ms var(--ease);
  pointer-events: none;
}
.lang-modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.lang-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 20, 15, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: none;
  cursor: pointer;
}
.lang-modal-card {
  position: relative;
  width: 100%;
  max-width: 380px;
  background: linear-gradient(180deg, #0e4a2c 0%, #052D23 100%);
  border: 1px solid rgba(230, 255, 85, 0.28);
  border-radius: 22px;
  padding: 30px 24px 24px;
  box-shadow: 0 40px 90px -10px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(230, 255, 85, 0.12);
  transform: translatey(20px) scale(0.96);
  transition: transform 320ms var(--ease);
}
.lang-modal.open .lang-modal-card {
  transform: translatey(0) scale(1);
}
.lang-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-soft);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-light);
  border-radius: 50%;
  cursor: pointer;
  transition: var(--t-fast);
}
.lang-modal-close svg {
  width: 16px;
  height: 16px;
}
.lang-modal-close:hover {
  background: var(--lime);
  color: var(--ink);
  border-color: var(--lime);
}
.lang-modal-title {
  font-family: "Fraunces", "Rubik", Georgia, serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.012em;
  font-variation-settings: "opsz" 24;
  color: var(--text-light);
  text-align: center;
  margin: 0 0 22px;
}
.lang-modal-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lang-opt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid var(--border-soft);
  color: var(--text-light);
  cursor: pointer;
  transition: var(--t-base);
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  text-align: center;
}
.lang-opt:hover {
  background: rgba(230, 255, 85, 0.08);
  border-color: rgba(230, 255, 85, 0.32);
  transform: translatey(-1px);
}
.lang-opt.active {
  background: rgba(230, 255, 85, 0.12);
  border-color: var(--lime);
  box-shadow: 0 0 0 4px rgba(230, 255, 85, 0.1);
}
.lang-opt-native {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.lang-opt[data-lang="he"] .lang-opt-native {
  font-family: "Fraunces", "Rubik", serif;
  font-weight: 500;
  font-variation-settings: "opsz" 22;
}
.lang-opt-meta {
  display: none;
}
.lang-opt.active .lang-opt-meta {
  color: var(--lime);
}
body.lang-modal-open {
  overflow: hidden;
}
body.lang-modal-open .quiz-overlay, body.lang-modal-open .sticky-bar {
  filter: blur(6px);
  transition: filter 240ms var(--ease);
  pointer-events: none;
}
.trust-track .trust-dot {
  display: none !important;
}
.trust-logo-sep {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  height: 50px;
  pointer-events: none;
}
.trust-logo-sep img {
  height: 50px;
  width: auto;
  display: block;
}
@media (max-width: 640px) {
  .trust-logo-sep {
    height: 40px;
  }
  .trust-logo-sep img {
    height: 40px;
  }
}
html[dir="rtl"] body {
  font-feature-settings: "kern", "liga";
}
@media (min-width: 981px) {
  html[dir="rtl"] .chef-stage {
    right: auto;
    left: 15%;
  }
  html[dir="rtl"] .chef-img {
    object-position: center left;
  }
}
html[dir="rtl"] .hero-glow-tl {
  right: auto;
  left: -10%;
}
html[dir="rtl"] .hero-glow-br {
  left: auto;
  right: -10%;
}
html[dir="rtl"] .hero-text {
  text-align: right;
  margin-left: auto;
}
html[dir="rtl"] .hero-title {
  padding-right: 0;
  padding-left: 46%;
}
@media (max-width: 980px) {
  html[dir="rtl"] .hero-title {
    padding-left: 0;
    padding-right: 0;
  }
}
html[dir="rtl"] .cta-row {
  direction: rtl;
}
html[dir="rtl"] .arrow svg, html[dir="rtl"] .mega-cta-arrow svg, html[dir="rtl"] .quiz-cta-btn-arrow svg, html[dir="rtl"] .meals-note-link svg {
  transform: scalex(-1);
}
html[dir="rtl"] .cta-btn:hover .arrow, html[dir="rtl"] .q-next:hover:not(:disabled) .arrow {
  transform: rotate(45deg);
}
html[dir="rtl"] .reviews-h {
  text-align: right;
}
html[dir="rtl"] .reviews-sub {
  text-align: right;
}
html[dir="rtl"] .review-card {
  text-align: right;
}
html[dir="rtl"] .reviews-carousel-wrap.at-start::before {
  opacity: 1;
}
html[dir="rtl"] .reviews-carousel-wrap.at-start::after {
  opacity: 0;
}
html[dir="rtl"] .reviews-carousel-wrap.at-end::before {
  opacity: 0;
}
html[dir="rtl"] .reviews-carousel-wrap.at-end::after {
  opacity: 1;
}
html[dir="rtl"] .footer-top {
  text-align: right;
}
html[dir="rtl"] .trust-section-inner {
  direction: rtl;
}
@media (max-width: 520px) {
  html[dir="rtl"] .hero-title {
    padding-right: 0;
    padding-left: 42%;
  }
}
@media (max-width: 640px) {
  html[lang="ru"] .hero-title {
    font-size: 33px;
    line-height: 1.16;
    padding-right: 46%;
  }
  html[lang="ru"] .chef-stage {
    width: 83%;
    right: -18%;
    top: 5px;
  }
  html[lang="en"] .hero-title {
    font-size: 38px;
    line-height: 0.99;
    padding-right: 21%;
  }
  html[lang="en"] .chef-stage {
    width: 83%;
    right: -13%;
    top: 5px;
  }
}
@media (max-width: 640px) {
  .site-header .header-inner {
    padding: 11px 10px 12px;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 7px;
  }
  .site-header .nav {
    display: contents;
  }
  .site-header .nav a {
    font-size: 13.5px;
    padding: 7.5px 11px;
  }
  .site-header .lang-pill {
    padding: 7.5px 10px;
    gap: 5px;
    font-size: 13px;
    letter-spacing: 0.04em;
  }
  .site-header .lang-pill-globe {
    width: 15px;
    height: 15px;
  }
  .site-header .nav-quiz-btn {
    font-size: 13.5px !important;
    padding: 7.5px 11px !important;
    margin: 0;
  }
}
.menu-card {
  position: relative;
}
.menu-popular {
  border-color: rgba(230, 255, 85, 0.45);
}
.menu-popular .menu-popular-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 12px rgba(230, 255, 85, 0.35);
}
.menu-popular .menu-popular-badge .ic {
  font-size: 11px;
}
.goal-card.slim {
  padding: 14px 14px;
  gap: 4px;
  align-items: flex-start;
}
.goal-card.slim .goal-icon {
  width: 36px;
  height: 36px;
  font-size: 18px;
  margin-bottom: 4px;
}
.goal-card.slim .goal-title {
  font-size: 17px;
  line-height: 1.2;
}
.goal-card.slim .goal-desc {
  font-size: 12.5px;
  color: var(--text-dim);
}
.goal-grid.two-col {
  grid-template-columns: 1fr 1fr;
}
.param-block {
  margin-bottom: 18px;
}
.param-block-label {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 10px;
}
.banner-text {
  font-size: 14.5px;
  color: var(--text-light);
  font-weight: 500;
  flex: 1 1 100%;
}
.banner-text strong {
  color: var(--lime);
  font-weight: 700;
}
.banner-ic {
  font-size: 22px;
  color: var(--lime);
  flex-shrink: 0;
}
.checkout-wrap-v2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.days-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.day-opt {
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid var(--border-soft);
  border-radius: 14px;
  padding: 14px 12px;
  text-align: center;
  cursor: pointer;
  transition: var(--t-base);
  color: var(--text-light);
  position: relative;
}
.day-opt:hover {
  background: var(--lime-bg);
  border-color: var(--border-light);
}
.day-opt.active {
  background: var(--lime-bg);
  border-color: var(--lime);
}
.day-opt .day-num {
  font-family: "Fraunces", "Rubik", serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--lime);
  line-height: 1;
}
.day-opt .day-cap {
  font-size: 12px;
  color: var(--text-dim);
  margin-top: 2px;
}
.day-opt .day-sub {
  font-size: 11px;
  color: var(--text-mute);
  margin-top: 6px;
  line-height: 1.25;
}
.section-label-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.section-label-row .section-label {
  margin-bottom: 0;
}
.section-info {
  background: transparent;
  border: 1px solid var(--border-soft);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  padding: 0;
  cursor: pointer;
  color: var(--text-dim);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: color var(--t-fast), border-color var(--t-fast), background var(--t-fast);
}
.section-info svg {
  width: 14px;
  height: 14px;
  display: block;
}
.section-info:hover, .section-info:focus-visible {
  color: var(--lime);
  border-color: var(--lime);
  background: rgba(230, 255, 85, 0.08);
  outline: none;
}
.addons-grid {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  padding: 6px 14px;
}
.addon-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  cursor: pointer;
  border-bottom: 1px solid var(--border-soft);
}
.addon-row:last-child {
  border-bottom: none;
}
.addon-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-light);
  font-size: 14.5px;
  flex: 1;
}
.addon-help {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-soft);
  border-radius: 50%;
  color: var(--text-dim);
  cursor: pointer;
  font-size: 11px;
  transition: var(--t-fast);
  flex-shrink: 0;
}
.addon-help:hover {
  background: var(--lime);
  color: var(--ink);
  border-color: var(--lime);
}
.summary-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  padding: 14px 16px;
}
.summary-card .sum-line {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: var(--text-dim);
  padding: 5px 0;
}
.summary-card .sum-line .val {
  color: var(--text-light);
  font-weight: 600;
}
.dishes-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 10px;
  font-size: 12.5px;
  color: var(--text-mute);
  line-height: 1.45;
}
.dishes-note .ic {
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 2px;
}
.addon-modal {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 20px;
  animation: addonOverlayIn 200ms var(--ease, ease);
}
.addon-modal.open {
  display: flex;
}
.addon-modal-card {
  position: relative;
  background: linear-gradient(160deg, #0e4a2c 0%, #073929 100%);
  border: 1px solid rgba(230, 255, 85, 0.3);
  border-radius: 20px;
  padding: 28px 24px 22px;
  max-width: 380px;
  width: 100%;
  box-shadow: 0 30px 70px -15px rgba(0, 0, 0, 0.7);
  animation: addonCardIn 240ms cubic-bezier(0.7, 0, 0.3, 1);
}
.addon-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-soft);
  border-radius: 50%;
  color: var(--text-light);
  cursor: pointer;
  font-size: 12px;
  transition: var(--t-fast);
}
.addon-modal-close:hover {
  background: var(--lime);
  color: var(--ink);
  border-color: var(--lime);
}
.addon-modal-title {
  font-family: "Fraunces", "Rubik", serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--lime);
  margin: 0 0 10px 0;
  line-height: 1.2;
}
.addon-modal-text {
  font-size: 14.5px;
  color: var(--text-light);
  line-height: 1.55;
  margin: 0;
}
@keyframes addonOverlayIn {
  from {
    opacity: 0
    }
  to {
    opacity: 1
    }
  }
@keyframes addonCardIn {
  from {
    opacity: 0;
    transform: scale(.92) translateY(8px)
    }
  to {
    opacity: 1;
    transform: scale(1) translateY(0)
    }
  }
.addon-modal-card.bd-modal {
  max-width: 420px;
  padding: 22px 20px 16px;
  max-height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
}
.addon-modal-card.bd-modal .addon-modal-title {
  margin-bottom: 12px;
  padding-inline-end: 32px;
  font-size: 20px;
}
[lang="he"] .addon-modal-card.bd-modal .addon-modal-title {
  text-align: center;
  padding-inline: 32px;
}
.addon-modal-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(230, 255, 85, 0.3) transparent;
}
.addon-modal-body::-webkit-scrollbar {
  width: 4px;
}
.addon-modal-body::-webkit-scrollbar-thumb {
  background: rgba(230, 255, 85, 0.3);
  border-radius: 2px;
}
.bd-section {
  padding: 10px 0 12px;
  border-bottom: 1px solid rgba(230, 255, 85, 0.08);
}
.bd-section:first-child {
  padding-top: 2px;
}
.bd-section:last-of-type {
  border-bottom: none;
  padding-bottom: 8px;
}
.bd-meal-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}
.bd-meal-name {
  font-family: "Fraunces", "Rubik", serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--lime);
  letter-spacing: -0.01em;
}
.bd-meal-pct {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 12px;
  color: var(--text-mute);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}
.bd-meal-kcal {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 13px;
  color: var(--text-dim);
  margin-bottom: 8px;
  font-variant-numeric: tabular-nums;
}
.bd-meal-kcal strong {
  font-family: "Fraunces", "Rubik", serif;
  font-size: 26px;
  line-height: 1;
  color: var(--lime);
  font-weight: 600;
  letter-spacing: -0.015em;
}
.bd-meal-macros {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 18px;
}
.bd-meal-macros li {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 13.5px;
  color: var(--text-dim);
  white-space: nowrap;
}
.bd-mac-name {
  color: var(--text-mute);
  letter-spacing: 0.005em;
}
.bd-mac-val {
  font-variant-numeric: tabular-nums;
  color: var(--text-light);
  font-weight: 600;
  font-size: 14.5px;
}
.bd-notes {
  margin-top: 8px;
  padding: 10px 12px 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-soft);
  border-radius: 10px;
}
.bd-notes-title {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--text-mute);
  font-weight: 700;
  margin: 0 0 4px;
}
.bd-notes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bd-notes-list li {
  position: relative;
  padding-inline-start: 10px;
  padding-block: 2px;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 11.5px;
  line-height: 1.45;
  color: var(--text-dim);
}
.bd-notes-list li::before {
  content: "·";
  position: absolute;
  inset-inline-start: 2px;
  top: 0;
  color: var(--lime);
  opacity: 0.55;
  font-weight: 700;
}
@media (max-width: 480px) {
  .addon-modal-card.bd-modal {
    max-width: calc(100vw - 24px);
    padding: 20px 16px 14px;
    max-height: calc(100vh - 24px);
  }
  .addon-modal-card.bd-modal .addon-modal-title {
    font-size: 18px;
  }
  .bd-meal-name {
    font-size: 18px;
  }
  .bd-meal-kcal strong {
    font-size: 24px;
  }
  .bd-meal-macros {
    gap: 4px 14px;
  }
  .bd-meal-macros li {
    font-size: 13px;
  }
  .bd-mac-val {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .menu-banner {
    flex-wrap: wrap;
  }
  .banner-text {
    flex: 1 1 100%;
    font-size: 13.5px;
  }
  .menu-banner-stats {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding-bottom: 2px;
  }
  .menu-banner-stats::-webkit-scrollbar {
    display: none;
  }
  .menu-banner-stat {
    flex: 0 0 auto;
    font-size: 12.5px;
    white-space: nowrap;
  }
  .menu-banner-stat strong {
    font-size: 16px;
  }
  .days-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .day-opt {
    padding: 12px 10px;
  }
  .day-opt .day-num {
    font-size: 20px;
  }
  .addons-grid {
    padding: 4px 12px;
  }
  .addon-label {
    font-size: 13.5px;
  }
  .goal-grid.two-col {
    grid-template-columns: 1fr 1fr;
  }
}
.menu-card {
  padding-bottom: 50px;
}
.menu-price-pill {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 2;
  background: #fff;
  color: var(--ink);
  padding: 5px 12px;
  border-radius: 999px;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  white-space: nowrap;
}
.age-card {
  padding: 14px 10px !important;
  align-items: center !important;
}
.age-card .age-num {
  font-family: "Fraunces", "Rubik", serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--text-light);
  line-height: 1;
}
.age-card.selected .age-num {
  color: var(--lime);
}
.meal-opt .badge.badge-best {
  background: linear-gradient(120deg, #e6ff55 0%, #c8e63a 100%);
  color: var(--ink);
}
.meal-opt.disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: auto;
  filter: grayscale(0.4);
}
.meal-opt.disabled:hover {
  transform: none;
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--border-soft);
}
.day-best {
  position: relative;
  border-color: rgba(230, 255, 85, 0.45);
}
.day-best.active {
  background: var(--lime-bg);
  border-color: var(--lime);
}
.day-best-badge {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translatex(-50%);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--lime);
  color: var(--ink);
  padding: 3px 10px;
  border-radius: 999px;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(230, 255, 85, 0.5);
  animation: dayBestPulse 2.4s ease-in-out infinite;
}
.day-best-badge .sparkle-l, .day-best-badge .sparkle-r {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  animation: sparkleSpin 2.4s ease-in-out infinite;
}
@keyframes dayBestPulse {
  0%, 100% {
    transform: translateX(-50%) scale(1);
    box-shadow: 0 4px 14px rgba(230, 255, 85, .5)
    }
  50% {
    transform: translateX(-50%) scale(1.04);
    box-shadow: 0 6px 22px rgba(230, 255, 85, .7)
    }
  }
@keyframes sparkleSpin {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 1
    }
  50% {
    transform: scale(1.4) rotate(180deg);
    opacity: .7
    }
  }
.day-best {
  padding-top: 18px;
}
@media (max-width: 760px) {
  .menu-card {
    padding-bottom: 46px;
  }
  .menu-price-pill {
    bottom: 10px;
    right: 10px;
    padding: 4px 10px;
    font-size: 11.5px;
  }
  .day-best-badge {
    font-size: 9.5px;
    padding: 2.5px 8px;
  }
  .age-card .age-num {
    font-size: 19px;
  }
}
.delivery-compact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 18px;
}
.delivery-row {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  padding: 14px 18px;
}
.delivery-row.delivery-yes {
  border-color: rgba(230, 255, 85, 0.28);
}
.delivery-row.delivery-no {
  border-color: rgba(255, 255, 255, 0.08);
  opacity: 0.92;
}
.delivery-row-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 6px;
}
.delivery-row-head .ic {
  font-size: 13px;
}
.delivery-row.delivery-yes .delivery-row-head .ic {
  color: var(--lime);
}
.delivery-row.delivery-no .delivery-row-head .ic {
  color: #ff8b6a;
}
.delivery-primary {
  font-family: "Fraunces", "Rubik", serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--lime);
  line-height: 1.15;
  margin-bottom: 6px;
}
.delivery-cities {
  font-size: 13.5px;
  color: var(--text-dim);
  line-height: 1.55;
}
.delivery-row.delivery-no .delivery-cities {
  color: var(--text-mute);
}
@media (max-width: 760px) {
  .delivery-row {
    padding: 12px 14px;
  }
  .delivery-primary {
    font-size: 19px;
  }
  .delivery-cities {
    font-size: 12.5px;
  }
}
.menu-banner-line {
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 12px 16px;
  gap: 10px;
}
.menu-banner-line::-webkit-scrollbar {
  display: none;
}
.menu-banner-line > * {
  flex-shrink: 0;
}
.banner-text-inline {
  font-size: 14px;
  color: var(--text-dim);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 11.5px;
}
.banner-sep {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}
.meal-best {
  position: relative;
  border-color: rgba(230, 255, 85, 0.45);
  padding-top: 18px;
}
.meal-best.active {
  background: var(--lime-bg);
  border-color: var(--lime);
}
.meal-best-badge {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translatex(-50%);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--lime);
  color: var(--ink);
  padding: 3px 10px;
  border-radius: 999px;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(230, 255, 85, 0.5);
  animation: dayBestPulse 2.4s ease-in-out infinite;
}
.meal-best-badge .sparkle-l, .meal-best-badge .sparkle-r {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  animation: sparkleSpin 2.4s ease-in-out infinite;
}
@media (max-width: 760px) {
  .meals-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 6px !important;
  }
  .meal-opt {
    display: block !important;
    text-align: center !important;
    padding: 14px 6px !important;
  }
  .meal-opt-num {
    font-size: 22px !important;
    margin-bottom: 2px !important;
    width: auto !important;
  }
  .meal-opt-label {
    font-size: 11px !important;
    margin-bottom: 3px !important;
    flex: none !important;
  }
  .meal-opt-tag {
    font-size: 9.5px !important;
    line-height: 1.25;
  }
  .meal-opt .badge {
    position: absolute !important;
    left: auto !important;
    right: 6px !important;
    top: 6px !important;
    transform: none !important;
    font-size: 8.5px !important;
    padding: 2px 6px !important;
  }
  .meal-best {
    padding-top: 18px !important;
  }
  .meal-best-badge {
    font-size: 8.5px;
    padding: 2px 7px;
  }
}
.addon-row {
  position: relative;
}
.addon-price-pill {
  display: none;
  background: #fff;
  color: var(--ink);
  padding: 3px 10px;
  border-radius: 999px;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
}
.addon-row.is-on .addon-price-pill {
  display: inline-flex;
  animation: addonPillIn 220ms cubic-bezier(0.7, 0, 0.3, 1);
}
@keyframes addonPillIn {
  from {
    opacity: 0;
    transform: scale(.8) translateX(8px)
    }
  to {
    opacity: 1;
    transform: scale(1) translateX(0)
    }
  }
.sum-line-addon {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 !important;
  transition: max-height 280ms ease, opacity 220ms ease, padding 280ms ease;
  color: var(--lime) !important;
}
.sum-line-addon.is-on {
  max-height: 30px;
  opacity: 1;
  padding: 5px 0 !important;
}
.sum-line-addon .val {
  color: var(--lime) !important;
  font-weight: 700;
}
.sticky-bar {
  background: #fff !important;
  border: none !important;
  border-radius: 24px !important;
  padding: 14px 14px 14px 22px !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: 0 30px 60px -10px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(5, 45, 35, 0.06), inset 0 1px 0 rgba(255, 255, 255, 1) !important;
  max-width: 620px !important;
  gap: 16px !important;
}
.sticky-bar .sticky-prices {
  flex: 1;
  gap: 18px !important;
}
.sticky-bar .sticky-price-num {
  color: var(--ink) !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  letter-spacing: -0.015em !important;
}
.sticky-bar .sticky-price-num .cur {
  color: #0a4a30 !important;
  font-size: 0.7em !important;
}
.sticky-bar .sticky-price-cap {
  color: #5a8a72 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
}
.sticky-bar .sticky-divider {
  background: rgba(5, 45, 35, 0.12) !important;
  width: 1px;
  height: 36px;
}
.sticky-bar .final-btn {
  background: var(--ink) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 14px 20px !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 20px rgba(5, 45, 35, 0.32) !important;
  flex-shrink: 0;
}
.sticky-bar .final-btn:hover {
  background: #0a4a30 !important;
  transform: scale(1.03) !important;
  box-shadow: 0 12px 28px rgba(5, 45, 35, 0.4) !important;
}
.sticky-bar .final-btn .arrow {
  background: var(--lime) !important;
  color: var(--ink) !important;
  width: 26px !important;
  height: 26px !important;
}
.sticky-bar .final-btn .wa-icon {
  background: var(--lime) !important;
  color: var(--ink) !important;
  width: 26px !important;
  height: 26px !important;
  font-size: 15px !important;
}
@media (max-width: 760px) {
  .sticky-bar {
    padding: 12px 12px 12px 18px !important;
    gap: 12px !important;
  }
  .sticky-bar .sticky-prices {
    gap: 12px !important;
  }
  .sticky-bar .sticky-price-num {
    font-size: 24px !important;
  }
  .sticky-bar .sticky-price-cap {
    font-size: 10px !important;
  }
  .sticky-bar .final-btn {
    font-size: 13.5px !important;
    padding: 12px 14px !important;
  }
  .sticky-bar .final-btn .arrow {
    width: 22px !important;
    height: 22px !important;
  }
  .sticky-bar .final-btn .wa-icon {
    width: 22px !important;
    height: 22px !important;
    font-size: 13px !important;
  }
}
.cookie-tip {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translatex(-50%) translatey(8px);
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(8, 30, 22, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-family: "Hanken Grotesk", "Assistant", system-ui, sans-serif;
  font-size: 11.5px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.68);
  max-width: calc(100vw - 24px);
  opacity: 0;
  pointer-events: auto;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.cookie-tip.cookie-show {
  opacity: 1;
  transform: translatex(-50%) translatey(0);
}
.cookie-tip.cookie-hidden {
  opacity: 0;
  transform: translatex(-50%) translatey(8px);
  pointer-events: none;
}
.cookie-tip a {
  color: var(--lime, #E6FF55);
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
}
.cookie-tip a:hover {
  text-decoration: underline;
}
@media (max-width: 760px) {
  .cookie-tip {
    bottom: 92px;
    font-size: 11px;
    padding: 7px 13px;
  }
}
.delivery-row.delivery-help {
  border-color: rgba(230, 255, 85, 0.18);
  background: rgba(230, 255, 85, 0.04);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.delivery-help-text {
  flex: 1 1 200px;
  min-width: 0;
}
.delivery-help-title {
  font-family: "Fraunces", "Rubik", serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--text-light, #fff);
  margin-bottom: 2px;
  line-height: 1.2;
}
.delivery-help-desc {
  font-size: 12.5px;
  color: var(--text-dim, rgba(255, 255, 255, 0.65));
  line-height: 1.4;
}
.delivery-help-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: var(--lime, #E6FF55);
  color: var(--ink, #052D23);
  border: none;
  border-radius: 999px;
  font-family: "Hanken Grotesk", "Assistant", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  white-space: nowrap;
}
.delivery-help-btn:hover {
  transform: translatey(-1px);
  box-shadow: 0 6px 16px rgba(230, 255, 85, 0.25);
}
.delivery-help-btn .ic {
  font-size: 15px;
}
@media (max-width: 760px) {
  .delivery-row.delivery-help {
    padding: 12px 14px;
    gap: 10px;
  }
  .delivery-help-title {
    font-size: 15.5px;
  }
  .delivery-help-desc {
    font-size: 12px;
  }
  .delivery-help-btn {
    width: 100%;
    justify-content: center;
    padding: 11px 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .trust-track, .chef-glow, .hero-glow-tl, .hero-glow-br, .page-hero-glow, .lang-pill-glow, .wa-sticky {
    animation: none !important;
    transition: none !important;
  }
  .reveal-up {
    opacity: 1 !important;
    transform: none !important;
  }
  .cookie-tip {
    transition: opacity 0.15s !important;
  }
}
html {
  -webkit-tap-highlight-color: transparent;
}
*, *::before, *::after {
  -webkit-tap-highlight-color: transparent;
}
button, a, [role="button"], input, select, textarea, label {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.delivery-help-btn-white {
  background: #fff;
  color: #0A3C23;
}
.delivery-help-btn-white:hover {
  background: #fff;
  box-shadow: 0 6px 16px rgba(255, 255, 255, 0.18);
}
.delivery-help-btn-white .ic {
  color: #25D366;
}
.quiz-step[data-step="2"] .goal-grid, .quiz-step[data-step="3"] .goal-grid {
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 18px;
}
.quiz-step[data-step="2"] .goal-card, .quiz-step[data-step="3"] .goal-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  text-align: start;
  min-height: 64px;
  overflow: visible;
}
.quiz-step[data-step="2"] .goal-card .goal-icon, .quiz-step[data-step="3"] .goal-card .goal-icon {
  width: 38px;
  height: 38px;
  font-size: 19px;
  flex-shrink: 0;
}
.quiz-step[data-step="2"] .goal-card .goal-title, .quiz-step[data-step="3"] .goal-card .goal-title {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}
.quiz-step[data-step="2"] .goal-card .goal-desc, .quiz-step[data-step="3"] .goal-card .goal-desc {
  font-size: 12.5px;
  line-height: 1.35;
  color: var(--text-dim);
  margin: 2px 0 0;
}
.quiz-step[data-step="2"] .goal-card, .quiz-step[data-step="3"] .goal-card {
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr auto;
}
.quiz-step[data-step="2"] .goal-card .goal-icon, .quiz-step[data-step="3"] .goal-card .goal-icon {
  grid-row: 1/span 2;
  grid-column: 1;
}
.quiz-step[data-step="2"] .goal-card .goal-title, .quiz-step[data-step="3"] .goal-card .goal-title {
  grid-row: 1;
  grid-column: 2;
}
.quiz-step[data-step="2"] .goal-card .goal-desc, .quiz-step[data-step="3"] .goal-card .goal-desc {
  grid-row: 2;
  grid-column: 2;
}
.quiz-step[data-step="3"] .menu-card {
  padding-bottom: 12px !important;
}
.quiz-step[data-step="3"] .menu-card .goal-tag {
  display: none;
}
.quiz-step[data-step="3"] .menu-card .menu-price-pill {
  position: static;
  grid-row: 1/span 2;
  grid-column: 3;
  align-self: center;
  padding: 6px 10px;
  font-size: 12px;
  white-space: nowrap;
  background: rgba(230, 255, 85, 0.1);
  border: 1px solid rgba(230, 255, 85, 0.22);
  border-radius: 999px;
  color: var(--lime);
  font-weight: 700;
  box-shadow: none;
}
.menu-popular:not(.selected):not(:hover) {
  border-color: var(--border-soft);
}
.quiz-step[data-step="3"] .menu-popular {
  padding-top: 18px !important;
}
.quiz-step[data-step="3"] .menu-popular .menu-popular-badge {
  top: -10px;
  left: 50%;
  right: auto;
  transform: translatex(-50%);
}
.menu-banner-v3 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  padding: 14px 16px;
  flex-wrap: nowrap;
}
.menu-banner-v3 .mb-head {
  display: flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
  flex-wrap: wrap;
  min-width: 0;
}
.menu-banner-v3 .banner-ic {
  font-size: 22px;
  color: var(--lime);
  flex-shrink: 0;
  align-self: center;
}
.menu-banner-v3 .banner-text-inline {
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-dim);
  font-weight: 700;
}
.menu-banner-v3 .mb-head .menu-banner-stat strong {
  font-family: "Fraunces", "Rubik", serif;
  font-size: 22px;
  color: var(--lime);
  font-weight: 600;
}
.menu-banner-v3 .mb-head .menu-banner-stat {
  font-size: 13px;
}
.mb-info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-inline-start: 4px;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(230, 255, 85, 0.22);
  border-radius: 50%;
  color: var(--text-dim);
  cursor: pointer;
  flex-shrink: 0;
  transition: var(--t-fast);
}
.mb-info-btn .ic {
  font-size: 14px;
}
.mb-info-btn:hover, .mb-info-btn:focus-visible {
  color: var(--lime);
  border-color: var(--lime);
  background: var(--lime-bg);
  outline: none;
}
.mb-macros-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 8px;
  padding-top: 4px;
  border-top: 1px solid var(--border-soft);
}
.mb-macro {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-size: 12.5px;
  color: var(--text-dim);
}
.mb-macro strong {
  font-family: "Fraunces", "Rubik", serif;
  font-size: 17px;
  color: var(--lime);
  font-weight: 600;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}
.mb-macro-unit {
  font-size: 11px;
  color: var(--text-mute);
  font-weight: 500;
  margin-inline-start: 1px;
}
.mb-macro-cap {
  font-size: 12px;
  color: var(--text-dim);
}
.mb-macro-sep {
  color: rgba(255, 255, 255, 0.25);
  font-size: 14px;
  align-self: center;
}
.mb-note {
  font-size: 11.5px;
  line-height: 1.45;
  color: var(--text-mute);
  opacity: 0.85;
  letter-spacing: 0.005em;
}
.dish-scroll-indicator {
  margin-top: 8px;
  margin-bottom: 4px;
}
.meal-best:not(.active), .day-best:not(.active) {
  border-color: var(--border-soft);
}
.meal-opt-num {
  font-size: 30px;
  line-height: 1;
}
.meal-opt-label {
  font-size: 14px;
  white-space: nowrap;
}
.meal-opt-tag {
  font-size: 11.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (max-width: 760px) {
  .meal-opt-num {
    font-size: 26px;
  }
  .meal-opt-label {
    font-size: 14px;
  }
  .meal-opt-tag {
    font-size: 12px;
  }
}
.meals-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 18px;
  background: rgba(230, 255, 85, 0.06);
  border: 1px solid rgba(230, 255, 85, 0.18);
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-light, #fff);
}
.meals-note-text {
  flex: 1 1 auto;
  min-width: 0;
}
.meals-note-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--lime);
  text-decoration: none;
  font-weight: 700;
  font-size: 13.5px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 150ms ease;
}
.meals-note-link:hover {
  opacity: 0.82;
}
.meals-note-link .ic {
  font-size: 14px;
}
@media (max-width: 760px) {
  .meals-note {
    padding: 12px 14px;
    font-size: 13.5px;
  }
  .meals-note-link {
    font-size: 13px;
  }
}
.skip-to-content {
  position: absolute;
  inset-inline-start: -10000px;
  top: 0;
  z-index: 9999;
  background: var(--ink, #052D23);
  color: var(--lime, #E6FF55);
  padding: 12px 18px;
  border-radius: 0 0 12px 12px;
  text-decoration: none;
  font-family: "Hanken Grotesk", "Assistant", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid var(--lime, #E6FF55);
  border-top: none;
  transition: none;
}
.skip-to-content:focus, .skip-to-content:focus-visible {
  inset-inline-start: 12px;
  top: 12px;
  border-radius: 12px;
  outline: 2px solid var(--lime, #E6FF55);
  outline-offset: 2px;
  border-top: 2px solid var(--lime, #E6FF55);
}
:focus {
  outline: none;
}
:focus-visible {
  outline: 2px solid var(--lime, #E6FF55);
  outline-offset: 2px;
  border-radius: 4px;
}
button:focus-visible, a:focus-visible, [role="button"]:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--lime, #E6FF55);
  outline-offset: 2px;
}
.cta-primary:focus-visible, .delivery-help-btn:focus-visible, .mega-cta-btn:focus-visible, .quiz-cta-btn:focus-visible, .wa-sticky:focus-visible {
  outline: 3px solid var(--ink, #052D23);
  outline-offset: 3px;
}
.delivery-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--text-dim);
}
.delivery-note .ic {
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 16px;
  color: var(--lime);
  opacity: 0.85;
}
.q-privacy-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 22px 0 6px;
  padding: 11px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--text-mute);
}
.q-privacy-note .ic {
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 14px;
  color: var(--lime);
  opacity: 0.7;
}
.summary-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--text-mute);
  font-style: italic;
}
.summary-note .ic {
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 14px;
  color: var(--lime);
  opacity: 0.7;
  font-style: normal;
}
@media (max-width: 760px) {
  .delivery-note {
    font-size: 12.5px;
    padding: 10px 12px;
  }
  .q-privacy-note {
    font-size: 11.5px;
    padding: 9px 12px;
  }
  .summary-note {
    font-size: 11.5px;
    padding: 10px 12px;
  }
}
.day-recommended {
  position: relative;
  border-color: rgba(255, 255, 255, 0.2);
}
.day-recommended.active {
  background: var(--lime-bg);
  border-color: var(--lime);
}
.day-rec-badge {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translatex(-50%);
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #052D23;
  padding: 3px 12px;
  border-radius: 999px;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
.day-recommended {
  padding-top: 18px;
}
@media (max-width: 760px) {
  .day-rec-badge {
    font-size: 9.5px;
    padding: 2.5px 10px;
  }
}
.quiz-lang-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 12px 0 10px;
  border-radius: 999px;
  background: #fff;
  color: #052D23;
  border: 1px solid rgba(0, 0, 0, 0.06);
  cursor: pointer;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18), 0 6px 18px -6px rgba(0, 0, 0, 0.3);
  transition: transform var(--t-fast), box-shadow var(--t-fast);
}
.quiz-lang-pill:hover {
  transform: translatey(-1px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.22), 0 10px 24px -8px rgba(0, 0, 0, 0.36);
}
.quiz-lang-pill:active {
  transform: translatey(0);
}
.quiz-lang-globe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #052D23;
  flex-shrink: 0;
}
.quiz-lang-globe svg {
  width: 100%;
  height: 100%;
}
.quiz-lang-label {
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 760px) {
  .quiz-lang-pill {
    height: 32px;
    padding: 0 10px 0 8px;
    font-size: 11.5px;
    gap: 5px;
  }
  .quiz-lang-globe {
    width: 16px;
    height: 16px;
  }
}
[dir="rtl"] .sticky-bar {
  flex-direction: row-reverse;
}
[lang="he"] .italic, [dir="rtl"] .italic, [lang="he"] em, [dir="rtl"] em, [lang="he"] i, [dir="rtl"] i, [lang="he"] .ct-prog-h, [dir="rtl"] .ct-prog-h, [lang="he"] .ct-price, [dir="rtl"] .ct-price, [lang="he"] .prog-back-name, [dir="rtl"] .prog-back-name, [lang="he"] .sd-mark, [dir="rtl"] .sd-mark, [lang="he"] .trust-section-h, [dir="rtl"] .trust-section-h, [lang="he"] .reviews-h, [dir="rtl"] .reviews-h, [lang="he"] .stat-plus, [dir="rtl"] .stat-plus, [lang="he"] .stat-unit, [dir="rtl"] .stat-unit {
  font-style: normal !important;
  font-weight: 700 !important;
}
[lang="he"] .review-quote, [dir="rtl"] .review-quote, [lang="he"] .testimonial-quote, [dir="rtl"] .testimonial-quote {
  font-style: normal !important;
  font-weight: 600 !important;
}
[lang="he"] .summary-note, [dir="rtl"] .summary-note, [lang="he"] .q-privacy-note, [dir="rtl"] .q-privacy-note, [lang="he"] .delivery-note, [dir="rtl"] .delivery-note, [lang="he"] .calc-disclaimer, [dir="rtl"] .calc-disclaimer, [lang="he"] .legal-intro, [dir="rtl"] .legal-intro {
  font-style: normal !important;
}
.nav-quiz-btn {
  display: inline-flex !important;
  align-items: center;
  padding: 7px 16px !important;
  background: #fff !important;
  color: var(--ink) !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  letter-spacing: -0.005em;
  white-space: nowrap;
  text-decoration: none;
  transition: transform var(--t-fast), box-shadow var(--t-fast), background var(--t-fast);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  position: relative;
  overflow: visible;
  margin: 0 6px;
}
.nav-quiz-btn:hover {
  background: var(--lime) !important;
  color: var(--ink) !important;
  transform: translatey(-1px);
  box-shadow: 0 6px 16px rgba(230, 255, 85, 0.35);
}
.nav-quiz-btn::after {
  display: none !important;
}
.nav-quiz-btn .sparkle-tr, .nav-quiz-btn .sparkle-bl {
  position: absolute;
  pointer-events: none;
  line-height: 1;
  color: var(--lime);
  filter: drop-shadow(0 0 4px rgba(230, 255, 85, 0.6));
  animation: sparkleSpin 2.4s ease-in-out infinite;
}
.nav-quiz-btn .sparkle-tr {
  font-size: 18px;
  top: -9px;
  right: -9px;
}
.nav-quiz-btn .sparkle-bl {
  font-size: 13px;
  bottom: -7px;
  left: -7px;
}
.nav-quiz-btn:hover .sparkle-tr, .nav-quiz-btn:hover .sparkle-bl {
  filter: drop-shadow(0 0 8px rgba(230, 255, 85, 0.9));
}
@media (max-width: 1100px) {
  .nav-quiz-btn {
    font-size: 14px !important;
    padding: 6px 14px !important;
  }
  .nav-quiz-btn .sparkle-tr {
    font-size: 16px;
    top: -8px;
    right: -8px;
  }
  .nav-quiz-btn .sparkle-bl {
    font-size: 12px;
    bottom: -6px;
    left: -6px;
  }
}
@media (max-width: 640px) {
  .nav-quiz-btn {
    font-size: 13.5px !important;
    padding: 7.5px 11px !important;
    background: #fff !important;
    border: 1px solid #fff !important;
    color: var(--ink) !important;
    margin: 0;
    line-height: 1.1;
  }
  .nav-quiz-btn:hover {
    background: var(--lime) !important;
    border-color: var(--lime) !important;
  }
  .nav-quiz-btn .sparkle-tr {
    font-size: 14px;
    top: -7px;
    right: -7px;
  }
  .nav-quiz-btn .sparkle-bl {
    font-size: 11px;
    bottom: -6px;
    left: -6px;
  }
}
.quiz-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 18px;
  position: relative;
  z-index: 10;
  gap: 12px;
}
.quiz-topbar-end {
  display: flex;
  align-items: center;
  gap: 10px;
}
.quiz-close-x {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: var(--text-light);
  cursor: pointer;
  border-radius: 50%;
  font-size: 18px;
  padding: 0;
  transition: var(--t-fast);
  flex-shrink: 0;
}
.quiz-close-x:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--lime);
}
.quiz-back-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  color: var(--text-dim);
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  cursor: pointer;
  padding: 8px 6px;
  transition: color var(--t-fast);
  white-space: nowrap;
}
.quiz-back-text:hover:not(:disabled) {
  color: var(--lime);
}
.quiz-back-text:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.q-back-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  transition: transform var(--t-fast);
}
.quiz-back-text:hover:not(:disabled) .q-back-arrow {
  transform: translatex(-2px);
}
[dir="rtl"] .quiz-back-text:hover:not(:disabled) .q-back-arrow {
  transform: translatex(2px);
}
[dir="rtl"] .q-back-arrow svg {
  transform: scalex(-1);
}
.quiz-progress-bar {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  overflow: hidden;
  margin: 0 0 28px;
  position: relative;
  z-index: 1;
}
.quiz-progress-fill {
  height: 100%;
  width: 20%;
  background: var(--lime);
  border-radius: 999px;
  transition: width 400ms cubic-bezier(0.7, 0, 0.3, 1);
  box-shadow: 0 0 12px rgba(230, 255, 85, 0.35);
}
@media (max-width: 760px) {
  .quiz-topbar {
    margin: 0 0 14px;
    gap: 8px;
  }
  .quiz-close-x {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .quiz-back-text {
    font-size: 12.5px;
    padding: 6px 4px;
    gap: 5px;
  }
  .q-back-arrow {
    font-size: 12px;
  }
  .quiz-progress-bar {
    margin: 0 0 22px;
    height: 3px;
  }
}
@media (max-width: 480px) {
  .quiz-topbar {
    margin: 0 0 12px;
  }
  .quiz-back-text {
    font-size: 12px;
    gap: 4px;
    padding: 6px 2px;
  }
  .quiz-progress-bar {
    margin: 0 0 18px;
  }
}
.calc-block {
  isolation: isolate;
}
.calc-block > .calc-head, .calc-block > .calc-table-wrap, .calc-block > .calc-notes, .calc-block > .calc-extra-note, .calc-block > .calc-disclaimer {
  position: relative;
  z-index: 2;
}
.quiz-modal {
  padding: 24px 36px 20px !important;
}
.quiz-modal.wide {
  padding: 22px 32px 110px !important;
}
.quiz-topbar {
  margin: 0 0 10px !important;
}
.quiz-progress-bar {
  margin: 0 0 16px !important;
}
.q-eyebrow {
  font-size: 11px !important;
  padding: 4px 10px !important;
  margin-bottom: 10px !important;
  letter-spacing: 0.04em;
}
.q-title {
  font-size: 26px !important;
  margin-bottom: 6px !important;
  line-height: 1.12 !important;
}
.q-desc {
  font-size: 13.5px !important;
  line-height: 1.45 !important;
  margin-bottom: 14px !important;
  max-width: 620px;
}
.quiz-step .section {
  padding: 14px 16px !important;
}
.quiz-step .section-label {
  margin-bottom: 8px !important;
  font-size: 11px !important;
}
.delivery-grid {
  gap: 10px !important;
  margin-bottom: 12px !important;
}
.goal-grid {
  gap: 10px !important;
  margin-bottom: 16px !important;
}
.delivery-note {
  padding: 10px 14px !important;
  font-size: 12.5px !important;
  margin-bottom: 12px !important;
}
.delivery-card {
  padding: 14px 16px !important;
}
.delivery-card-head {
  margin-bottom: 10px !important;
}
.delivery-list {
  font-size: 13px !important;
}
.q-next {
  padding: 11px 20px !important;
  font-size: 14.5px !important;
}
.quiz-nav {
  margin-top: 14px;
}
.quiz-nav.single {
  margin-top: 14px;
}
@media (max-width: 760px) {
  .quiz-modal {
    padding: 18px 18px 16px !important;
    border-radius: 22px;
  }
  .quiz-modal.wide {
    padding: 16px 14px 110px !important;
  }
  .quiz-topbar {
    margin: 0 0 8px !important;
  }
  .quiz-progress-bar {
    margin: 0 0 12px !important;
  }
  .q-eyebrow {
    font-size: 10.5px !important;
    padding: 3px 9px !important;
    margin-bottom: 8px !important;
  }
  .q-title {
    font-size: 22px !important;
    margin-bottom: 4px !important;
  }
  .q-desc {
    font-size: 13px !important;
    margin-bottom: 12px !important;
  }
  .quiz-step .section {
    padding: 12px 14px !important;
  }
  .quiz-step .section-label {
    font-size: 10.5px !important;
    margin-bottom: 6px !important;
  }
  .delivery-card {
    padding: 12px 14px !important;
  }
  .delivery-card-head {
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }
  .q-next {
    padding: 10px 16px !important;
    font-size: 13.5px !important;
  }
}
@media (max-width: 480px) {
  .quiz-modal {
    padding: 16px 14px 14px !important;
  }
  .quiz-modal.wide {
    padding: 14px 12px 110px !important;
  }
  .q-title {
    font-size: 20px !important;
  }
  .q-desc {
    font-size: 12.5px !important;
    margin-bottom: 10px !important;
  }
}
.about-section {
  padding: 60px 0 50px;
}
.about-section .eyebrow {
  margin-bottom: 18px;
}
.about-section .section-h {
  margin: 8px 0 0;
}
.about-section .section-sub {
  margin: 18px 0 0;
}
.page-hero-about {
  padding-top: 22px !important;
  padding-bottom: 50px !important;
  overflow: visible !important;
}
.page-hero-about .page-hero-glow {
  display: none;
}
.page-hero-about-wrap {
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.page-hero-about .page-hero-inner {
  background: #fff;
  border-radius: 28px;
  padding: 36px 40px !important;
  flex: 1 1 60%;
  min-width: 0;
  margin: 0;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.04);
  text-align: left;
  position: relative;
  overflow: hidden;
}
.page-hero-about .page-hero-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 110%, rgba(14, 74, 44, 0.06), transparent 55%);
  pointer-events: none;
}
.page-hero-about .page-hero-title {
  font-size: clamp(32px, 4.6vw, 48px);
  margin-bottom: 12px;
  color: var(--ink);
  position: relative;
  z-index: 1;
}
.page-hero-about .page-hero-title .italic {
  color: var(--moss);
}
.page-hero-about .page-hero-lead {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(5, 45, 35, 0.75);
  position: relative;
  z-index: 1;
}
.page-hero-about .page-hero-lead:last-child {
  margin-bottom: 0;
}
.page-hero-about-illu {
  flex: 0 0 38%;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.32));
}
.page-hero-about-illu img {
  width: 100%;
  height: auto;
  max-width: 380px;
  display: block;
}
html[dir="rtl"] .page-hero-about-wrap {
  flex-direction: row-reverse;
}
html[dir="rtl"] .page-hero-about .page-hero-inner {
  text-align: right;
}
@media (max-width: 980px) {
  .page-hero-about {
    padding-top: 12px !important;
    padding-bottom: 26px !important;
  }
  .page-hero-about-wrap {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
  }
  html[dir="rtl"] .page-hero-about-wrap {
    flex-direction: row-reverse;
  }
  .page-hero-about .page-hero-inner {
    padding: 18px 16px !important;
    border-radius: 18px;
    flex: 1 1 64%;
    min-width: 0;
    text-align: left;
  }
  html[dir="rtl"] .page-hero-about .page-hero-inner {
    text-align: right;
  }
  .page-hero-about .page-hero-title {
    font-size: clamp(20px, 5.6vw, 28px);
    margin-bottom: 8px;
    line-height: 1.1;
  }
  .page-hero-about .page-hero-lead {
    font-size: 12.5px;
    line-height: 1.45;
    margin-bottom: 6px;
  }
  .page-hero-about-illu {
    flex: 0 0 34%;
    max-width: none;
    width: auto;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
  }
  .page-hero-about-illu img {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 420px) {
  .page-hero-about-wrap {
    gap: 8px;
    padding: 0 10px;
  }
  .page-hero-about .page-hero-inner {
    padding: 14px 12px !important;
  }
  .page-hero-about .page-hero-title {
    font-size: clamp(18px, 5.4vw, 24px);
  }
  .page-hero-about .page-hero-lead {
    font-size: 12px;
  }
  .page-hero-about-illu {
    flex: 0 0 36%;
  }
}
.team-illustration {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 52px;
  text-align: center;
  content-visibility: auto;
  contain-intrinsic-size: 1100px 550px;
}
.team-illustration img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .team-illustration {
    margin-bottom: 28px;
    max-width: 100%;
    padding: 0 8px;
  }
}
.section-head-center {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}
.section-head-center .section-sub {
  margin-left: auto;
  margin-right: auto;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0;
  list-style: none;
  padding: 0;
}
.team-card {
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  padding: 26px 22px 24px;
  transition: transform var(--t-base), border-color var(--t-base), box-shadow var(--t-base), background var(--t-base);
  overflow: hidden;
}
.team-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 0%, var(--lime-bg) 0%, transparent 55%);
  opacity: 0;
  transition: opacity var(--t-base);
  pointer-events: none;
}
.team-card:hover {
  transform: translatey(-4px);
  border-color: var(--border-light);
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.55);
}
.team-card:hover::after {
  opacity: 1;
}
.team-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lime-bg);
  border: 1px solid rgba(230, 255, 85, 0.28);
  color: var(--lime);
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.team-icon .ic {
  font-size: 22px;
}
.team-role {
  position: relative;
  z-index: 1;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 6px;
}
.team-name {
  position: relative;
  z-index: 1;
  font-family: "Fraunces", "Rubik", Georgia, serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.012em;
  font-variation-settings: "opsz" 22;
  color: var(--text-light);
  margin: 0 0 12px;
}
.team-desc {
  position: relative;
  z-index: 1;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text-dim);
  margin: 0;
}
.principles-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin: 0;
}
@media (min-width: 1025px) {
  .principles-grid .step-card {
    min-height: 300px;
    padding: 22px 18px 20px;
  }
  .principles-grid .step-title {
    font-size: 20px;
    line-height: 1.18;
  }
  .principles-grid .step-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
.principles-grid .step-desc strong {
  font-weight: 800;
  color: var(--lime);
  letter-spacing: 0.005em;
}
.stats-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: linear-gradient(180deg, rgba(230, 255, 85, 0.05), rgba(230, 255, 85, 0.015));
  border: 1px solid rgba(230, 255, 85, 0.22);
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}
.stat-cell {
  position: relative;
  padding: 28px 24px 24px;
}
.stat-cell:nth-child(-n+3) {
  border-bottom: 1px solid rgba(230, 255, 85, 0.14);
}
.stat-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(230, 255, 85, 0.1);
  border: 1px solid rgba(230, 255, 85, 0.24);
  color: var(--lime);
  margin-bottom: 14px;
}
.stat-icon .ic {
  font-size: 18px;
}
.stat-value {
  font-family: "Fraunces", "Rubik", Georgia, serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.03em;
  font-variation-settings: "opsz" 48;
  color: var(--text-light);
  font-variant-numeric: tabular-nums;
  margin-bottom: 8px;
}
.stat-value .stat-plus, .stat-value .stat-unit {
  font-size: 26px;
  color: var(--lime);
  font-style: italic;
  font-variation-settings: "opsz" 26;
  margin-left: 2px;
  letter-spacing: -0.01em;
}
.stat-label {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 4px;
  letter-spacing: -0.005em;
}
.stat-meta {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 13px;
  color: var(--text-mute);
  font-weight: 500;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.testimonial-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
  transition: transform var(--t-base), border-color var(--t-base), box-shadow var(--t-base);
  content-visibility: auto;
  contain-intrinsic-size: 1px 200px;
}
.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 0%, var(--lime-bg) 0%, transparent 60%);
  opacity: 0;
  transition: opacity var(--t-base);
  pointer-events: none;
}
.testimonial-card:hover {
  transform: translatey(-3px);
  border-color: var(--border-light);
  box-shadow: 0 16px 40px -12px rgba(0, 0, 0, 0.5);
}
.testimonial-card:hover::before {
  opacity: 1;
}
.testimonial-head {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 2;
}
.testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid var(--border-light);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: blur(3px) saturate(0.92);
  transform: scale(1.05);
}
.testimonial-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.2;
  min-width: 0;
  flex: 1;
}
.testimonial-name {
  font-family: "Fraunces", "Rubik", serif;
  font-weight: 600;
  font-size: 17px;
  color: var(--text-light);
  letter-spacing: -0.01em;
  font-variation-settings: "opsz" 17;
}
.testimonial-info {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 12.5px;
  color: var(--text-mute);
  font-weight: 500;
}
.testimonial-quote {
  font-family: "Fraunces", "Rubik", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16.5px;
  line-height: 1.5;
  letter-spacing: -0.005em;
  font-variation-settings: "opsz" 16;
  color: var(--text-light);
  position: relative;
  z-index: 2;
  margin: 0;
}
.testimonial-quote::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: var(--lime);
  opacity: 0.55;
  border-radius: 2px;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .principles-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .principles-grid .step-card {
    min-height: 280px;
    padding: 22px 20px 20px;
  }
  .principles-grid .step-title {
    font-size: 21px;
  }
  .principles-grid .step-desc {
    font-size: 14.5px;
  }
  .stats-table {
    grid-template-columns: repeat(3, 1fr);
  }
  .stat-value {
    font-size: 42px;
  }
  .stat-value .stat-plus, .stat-value .stat-unit {
    font-size: 22px;
  }
  .stat-cell {
    padding: 24px 18px 20px;
  }
}
@media (max-width: 640px) {
  .about-section {
    padding: 22px 0 22px;
  }
  .about-section .eyebrow {
    margin-bottom: 14px;
  }
  .about-section .section-h {
    margin: 0;
  }
  .about-section .section-sub {
    margin-top: 14px;
    font-size: 14.5px;
    line-height: 1.55;
  }
  .section-head-center {
    margin-bottom: 22px;
  }
  .team-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .team-card {
    padding: 22px 20px 20px;
    border-radius: 18px;
  }
  .team-icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    margin-bottom: 14px;
  }
  .team-icon .ic {
    font-size: 20px;
  }
  .team-name {
    font-size: 20px;
  }
  .principles-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .principles-grid .step-card {
    min-height: 220px;
    padding: 20px 18px 18px;
  }
  .principles-grid .step-title {
    font-size: 19px;
  }
  .principles-grid .step-desc {
    font-size: 14.5px;
  }
  .stats-table {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 18px;
  }
  .stat-cell:nth-child(-n+3) {
    border-bottom: none;
  }
  .stat-cell:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 14%;
    bottom: 14%;
    right: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(230, 255, 85, 0.18), transparent);
  }
  .stat-cell:last-child:nth-child(odd) {
    border-bottom: none;
  }
  .stat-cell {
    padding: 22px 16px 18px;
  }
  .stat-icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    margin-bottom: 10px;
  }
  .stat-icon .ic {
    font-size: 16px;
  }
  .stat-value {
    font-size: 34px;
    margin-bottom: 6px;
  }
  .stat-value .stat-plus, .stat-value .stat-unit {
    font-size: 18px;
  }
  .stat-label {
    font-size: 14px;
  }
  .stat-meta {
    font-size: 12px;
  }
  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .testimonial-card {
    padding: 20px 18px 20px;
    border-radius: 18px;
    gap: 12px;
  }
  .testimonial-avatar {
    width: 46px;
    height: 46px;
  }
  .testimonial-name {
    font-size: 16px;
  }
  .testimonial-info {
    font-size: 12px;
  }
  .testimonial-quote {
    font-size: 15.5px;
    line-height: 1.5;
  }
}
html[dir="rtl"] .about-section {
  text-align: right;
}
html[dir="rtl"] .section-head-center {
  text-align: center;
}
html[dir="rtl"] .team-card, html[dir="rtl"] .testimonial-card, html[dir="rtl"] .stat-cell {
  text-align: right;
}
@media (max-width: 640px) {
  html[dir="rtl"] .stat-cell:nth-child(odd)::after {
    right: auto;
    left: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .team-card, .testimonial-card {
    transition: none;
  }
  .team-card:hover, .testimonial-card:hover {
    transform: none;
  }
}
.bg--principle-1 {
  background-image: url(/wp-content/uploads/2026/06/principle-1.webp);
}
.bg--principle-2 {
  background-image: url(/wp-content/uploads/2026/06/principle-2.webp);
}
.bg--principle-3 {
  background-image: url(/wp-content/uploads/2026/06/principle-3.webp);
}
.bg--principle-4 {
  background-image: url(/wp-content/uploads/2026/06/principle-4.webp);
}
.bg--principle-5 {
  background-image: url(/wp-content/uploads/2026/06/principle-5.webp);
}
.page-hero-faq {
  padding-top: 22px !important;
  padding-bottom: 50px !important;
  overflow: visible !important;
}
.page-hero-faq .page-hero-glow {
  display: none;
}
.page-hero-faq .page-hero-faq-wrap {
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.page-hero-faq .page-hero-inner {
  background: #fff;
  border-radius: 28px;
  padding: 36px 40px !important;
  flex: 1 1 60%;
  min-width: 0;
  margin: 0;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.04);
  text-align: left;
  position: relative;
  overflow: hidden;
}
.page-hero-faq .page-hero-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 110%, rgba(14, 74, 44, 0.06), transparent 55%);
  pointer-events: none;
}
.page-hero-faq .page-hero-title {
  font-size: clamp(32px, 4.6vw, 48px);
  margin-bottom: 12px;
  color: var(--ink);
  position: relative;
  z-index: 1;
}
.page-hero-faq .page-hero-title .italic {
  color: var(--moss);
}
.page-hero-faq .page-hero-lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(5, 45, 35, 0.7);
  position: relative;
  z-index: 1;
}
.page-hero-faq .page-hero-lead strong {
  font-weight: 700;
  color: var(--ink);
}
.page-hero-faq-illu {
  flex: 0 0 38%;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.25));
}
.page-hero-faq-illu img {
  width: 100%;
  height: auto;
  max-width: 420px;
  display: block;
}
html[dir="rtl"] .page-hero-faq .page-hero-faq-wrap {
  flex-direction: row-reverse;
}
html[dir="rtl"] .page-hero-faq .page-hero-inner {
  text-align: right;
}
@media (max-width: 980px) {
  .page-hero-faq {
    padding-top: 12px !important;
    padding-bottom: 26px !important;
  }
  .page-hero-faq .page-hero-faq-wrap {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
  }
  html[dir="rtl"] .page-hero-faq .page-hero-faq-wrap {
    flex-direction: row-reverse;
  }
  .page-hero-faq .page-hero-inner {
    padding: 18px 16px !important;
    border-radius: 18px;
    flex: 1 1 62%;
    min-width: 0;
    text-align: left;
  }
  html[dir="rtl"] .page-hero-faq .page-hero-inner {
    text-align: right;
  }
  .page-hero-faq .page-hero-title {
    font-size: clamp(20px, 5.6vw, 28px);
    margin-bottom: 8px;
    line-height: 1.1;
  }
  .page-hero-faq .page-hero-lead {
    font-size: 13px;
    line-height: 1.45;
  }
  .page-hero-faq-illu {
    flex: 0 0 36%;
    max-width: none;
    width: auto;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.18));
  }
  .page-hero-faq-illu img {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 420px) {
  .page-hero-faq .page-hero-faq-wrap {
    gap: 8px;
    padding: 0 10px;
  }
  .page-hero-faq .page-hero-inner {
    padding: 14px 12px !important;
  }
  .page-hero-faq .page-hero-title {
    font-size: clamp(18px, 5.4vw, 24px);
  }
  .page-hero-faq .page-hero-lead {
    font-size: 12.5px;
  }
  .page-hero-faq-illu {
    flex: 0 0 38%;
  }
}
.popular-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}
.popular-head .eyebrow {
  margin: 0 auto 16px;
}
.popular-head .section-lead {
  margin-top: 14px;
  color: var(--text-dim);
  font-size: 16px;
  line-height: 1.55;
}
.popular-section, .rules-section {
  padding: 60px 0 50px;
}
.wa-chat {
  max-width: 720px;
  margin: 0 auto;
  background: var(--ink);
  border-radius: 28px;
  border: 1px solid var(--border-soft);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.02);
  overflow: hidden;
  position: relative;
}
.wa-chat-header {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  background: var(--forest);
  border-bottom: 1px solid var(--border-soft);
  position: relative;
  z-index: 2;
}
.wa-chat-avatar {
  width: 100px;
  height: 70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wa-chat-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.wa-chat-meta {
  flex: 1;
  min-width: 0;
}
.wa-chat-name {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.01em;
}
.wa-chat-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-dim);
  margin-top: 2px;
}
.wa-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 2px rgba(230, 255, 85, 0.18);
  animation: waPulse 2s var(--ease) infinite;
}
@keyframes waPulse {
  0%, 100% {
    box-shadow: 0 0 0 2px rgba(230, 255, 85, .18);
    }
  50% {
    box-shadow: 0 0 0 5px rgba(230, 255, 85, .05);
    }
  }
.wa-chat-bars {
  color: var(--text-dim);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.wa-chat-bars svg {
  width: 18px;
  height: 18px;
}
.wa-chat-body {
  padding: 22px 16px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: radial-gradient(circle at 12% 18%, rgba(230, 255, 85, 0.04) 0, transparent 60%), radial-gradient(circle at 88% 82%, rgba(230, 255, 85, 0.03) 0, transparent 50%), var(--ink);
  position: relative;
}
.wa-chat-body::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%3E%3Cdefs%3E%3Cg%20id='lf'%3E%3Cpath%20d='M0%20-7%20Q4%20-3%200%207%20Q-4%20-3%200%20-7%20Z'%20fill='%23E6FF55'%20opacity='.55'/%3E%3Cpath%20d='M0%20-7%20L0%207'%20stroke='%23E6FF55'%20stroke-width='.6'%20opacity='.5'/%3E%3C/g%3E%3Cg%20id='ls'%3E%3Cpath%20d='M0%20-4%20Q2.5%20-2%200%204%20Q-2.5%20-2%200%20-4%20Z'%20fill='%23E6FF55'%20opacity='.45'/%3E%3C/g%3E%3Cg%20id='dt'%3E%3Ccircle%20r='1.4'%20fill='%23E6FF55'%20opacity='.5'/%3E%3C/g%3E%3Cg%20id='sp'%3E%3Cpath%20d='M0%20-3%20L0%203%20M-3%200%20L3%200'%20stroke='%23E6FF55'%20stroke-width='.7'%20opacity='.5'%20stroke-linecap='round'/%3E%3C/g%3E%3C/defs%3E%3Cuse%20href='%23lf'%20transform='translate(20%2022)%20rotate(25)'/%3E%3Cuse%20href='%23ls'%20transform='translate(75%2014)%20rotate(-40)'/%3E%3Cuse%20href='%23dt'%20transform='translate(98%2038)'/%3E%3Cuse%20href='%23sp'%20transform='translate(50%2048)%20rotate(15)'/%3E%3Cuse%20href='%23ls'%20transform='translate(12%2070)%20rotate(110)'/%3E%3Cuse%20href='%23lf'%20transform='translate(88%2078)%20rotate(-25)'/%3E%3Cuse%20href='%23dt'%20transform='translate(38%2092)'/%3E%3Cuse%20href='%23ls'%20transform='translate(64%20100)%20rotate(60)'/%3E%3Cuse%20href='%23sp'%20transform='translate(105%20105)%20rotate(45)'/%3E%3Cuse%20href='%23dt'%20transform='translate(7%2035)'/%3E%3C/svg%3E");
  background-size: 120px 120px;
  background-repeat: repeat;
  pointer-events: none;
  opacity: 0.85;
}
.wa-row {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
  animation: waMsgIn 420ms var(--ease) backwards;
}
.wa-row-out {
  justify-content: flex-end;
}
.wa-row-in {
  justify-content: flex-start;
}
.wa-chat-body .wa-row:nth-child(1) {
  animation-delay: 0ms;
}
.wa-chat-body .wa-row:nth-child(2) {
  animation-delay: 50ms;
}
.wa-chat-body .wa-row:nth-child(3) {
  animation-delay: 100ms;
}
.wa-chat-body .wa-row:nth-child(4) {
  animation-delay: 150ms;
}
.wa-chat-body .wa-row:nth-child(5) {
  animation-delay: 200ms;
}
.wa-chat-body .wa-row:nth-child(6) {
  animation-delay: 250ms;
}
.wa-chat-body .wa-row:nth-child(7) {
  animation-delay: 300ms;
}
.wa-chat-body .wa-row:nth-child(8) {
  animation-delay: 350ms;
}
.wa-chat-body .wa-row:nth-child(9) {
  animation-delay: 400ms;
}
.wa-chat-body .wa-row:nth-child(10) {
  animation-delay: 450ms;
}
.wa-chat-body .wa-row:nth-child(11) {
  animation-delay: 500ms;
}
.wa-chat-body .wa-row:nth-child(12) {
  animation-delay: 550ms;
}
.wa-chat-body .wa-row:nth-child(13) {
  animation-delay: 600ms;
}
.wa-chat-body .wa-row:nth-child(14) {
  animation-delay: 650ms;
}
@keyframes waMsgIn {
  from {
    opacity: 0;
    transform: translateY(10px);
    }
  to {
    opacity: 1;
    transform: translateY(0);
    }
  }
.wa-bubble {
  max-width: 78%;
  padding: 10px 14px 8px;
  border-radius: 18px;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 15px;
  line-height: 1.45;
  position: relative;
  word-wrap: break-word;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.wa-bubble .wa-text strong {
  color: var(--lime);
  font-weight: 700;
}
.wa-bubble .wa-text {
  display: block;
}
.wa-bubble-out {
  background: #204629;
  border: 1px solid rgba(230, 255, 85, 0.28);
  color: #fff;
  border-bottom-right-radius: 6px;
}
.wa-bubble-out::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: 0;
  width: 12px;
  height: 14px;
  background: #204629;
  border-right: 1px solid rgba(230, 255, 85, 0.28);
  border-bottom: 1px solid rgba(230, 255, 85, 0.28);
  border-bottom-left-radius: 14px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.wa-bubble-in {
  background: var(--forest);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-dim);
  border-bottom-left-radius: 6px;
}
.wa-bubble-in::after {
  content: "";
  position: absolute;
  left: -6px;
  bottom: 0;
  width: 12px;
  height: 14px;
  background: var(--forest);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom-right-radius: 14px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.wa-bubble-in .wa-text {
  color: rgba(255, 255, 255, 0.88);
}
.wa-link {
  color: var(--lime);
  text-decoration: underline;
  text-decoration-color: rgba(230, 255, 85, 0.35);
  text-underline-offset: 3px;
  transition: text-decoration-color 200ms var(--ease);
}
.wa-link:hover {
  text-decoration-color: var(--lime);
}
.wa-meta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  margin-top: 2px;
  font-size: 11px;
  color: var(--text-mute);
}
.wa-bubble-out .wa-meta {
  color: rgba(230, 255, 85, 0.6);
}
.wa-checks {
  width: 16px;
  height: 11px;
  display: inline-flex;
  color: var(--lime);
}
.wa-checks svg {
  width: 100%;
  height: 100%;
}
.quiz-cta-section {
  padding: 30px 0 50px;
}
.quiz-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 48px 48px;
  background: linear-gradient(135deg, var(--forest), var(--moss));
  border: 1px solid rgba(230, 255, 85, 0.22);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: transform 280ms var(--ease), border-color 280ms var(--ease), box-shadow 280ms var(--ease);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}
.quiz-cta:hover {
  transform: translatey(-3px);
  border-color: rgba(230, 255, 85, 0.4);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(230, 255, 85, 0.25);
}
.quiz-cta-glow {
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 20% 30%, rgba(230, 255, 85, 0.18), transparent 60%);
  pointer-events: none;
  opacity: 0.6;
}
.quiz-cta-content {
  position: relative;
  z-index: 1;
}
.quiz-cta-eyebrow {
  display: inline-block;
  padding: 5px 12px;
  background: rgba(230, 255, 85, 0.12);
  border: 1px solid rgba(230, 255, 85, 0.25);
  border-radius: 100px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.quiz-cta-h {
  font-family: "Fraunces", "Rubik", serif;
  font-weight: 600;
  font-size: 44px;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.05;
}
.quiz-cta-h .italic {
  font-style: italic;
  font-weight: 500;
  color: var(--lime);
}
.quiz-cta-p {
  margin: 0;
  color: var(--text-dim);
  font-size: 16px;
  line-height: 1.55;
  max-width: 480px;
}
.quiz-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 26px 40px;
  background: var(--lime);
  color: var(--ink);
  border-radius: 100px;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.005em;
  position: relative;
  z-index: 1;
  transition: background 200ms var(--ease), transform 200ms var(--ease);
  box-shadow: var(--shadow-press), 0 0 60px rgba(230, 255, 85, 0.25);
  flex-shrink: 0;
  white-space: nowrap;
}
.quiz-cta:hover .quiz-cta-btn {
  background: #f3ff7a;
  transform: scale(1.03);
}
.quiz-cta-btn-arrow {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 200ms var(--ease);
}
.quiz-cta:hover .quiz-cta-btn-arrow {
  transform: translatex(5px);
}
.quiz-cta-btn-arrow .ic {
  width: 22px;
  height: 22px;
}
.rules-cats {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.rules-cat {
  background: rgba(230, 255, 85, 0.04);
  border: 1px solid rgba(230, 255, 85, 0.14);
  border-radius: 22px;
  overflow: hidden;
  transition: border-color 240ms var(--ease), background 240ms var(--ease);
  scroll-margin-top: 80px;
}
.rules-cat[open] {
  border-color: rgba(230, 255, 85, 0.28);
  background: rgba(230, 255, 85, 0.06);
}
.rules-cat-summary {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 26px;
  cursor: pointer;
  list-style: none;
  user-select: none;
  font-family: "Fraunces", "Rubik", serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.005em;
  color: #fff;
  line-height: 1.15;
}
.rules-cat-summary::-webkit-details-marker {
  display: none;
}
.rules-cat-summary::marker {
  content: "";
  display: none;
}
.rules-cat-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(230, 255, 85, 0.1);
  border: 1px solid rgba(230, 255, 85, 0.22);
  color: var(--lime);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.rules-cat-icon .ic {
  width: 22px;
  height: 22px;
}
.rules-cat-h {
  flex: 1;
}
.rules-cat-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(230, 255, 85, 0.1);
  border: 1px solid rgba(230, 255, 85, 0.22);
  color: var(--lime);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 320ms var(--ease), background 240ms var(--ease);
}
.rules-cat-arrow .ic {
  width: 18px;
  height: 18px;
}
.rules-cat[open] > .rules-cat-summary .rules-cat-arrow {
  transform: rotate(180deg);
  background: rgba(230, 255, 85, 0.2);
}
.rules-cat-body {
  padding: 6px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  animation: rulesIn 320ms var(--ease);
}
@keyframes rulesIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
    }
  to {
    opacity: 1;
    transform: translateY(0);
    }
  }
.rules-q {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 220ms var(--ease), background 220ms var(--ease);
  scroll-margin-top: 100px;
}
.rules-q[open] {
  border-color: rgba(230, 255, 85, 0.22);
  background: rgba(230, 255, 85, 0.04);
}
.rules-q-anchor[open] {
  box-shadow: 0 0 0 1px rgba(230, 255, 85, 0.3);
}
.rules-q-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  cursor: pointer;
  list-style: none;
  user-select: none;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  transition: color 180ms var(--ease);
}
.rules-q-summary::-webkit-details-marker {
  display: none;
}
.rules-q-summary::marker {
  content: "";
  display: none;
}
.rules-q-summary:hover {
  color: var(--lime);
}
.rules-q-text {
  flex: 1;
}
.rules-q-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(230, 255, 85, 0.08);
  border: 1px solid rgba(230, 255, 85, 0.18);
  color: var(--lime);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 280ms var(--ease), background 200ms var(--ease);
}
.rules-q-arrow .ic {
  width: 14px;
  height: 14px;
}
.rules-q[open] > .rules-q-summary .rules-q-arrow {
  transform: rotate(180deg);
  background: rgba(230, 255, 85, 0.18);
}
.rules-q-answer {
  padding: 0 20px 18px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  animation: rulesIn 240ms var(--ease);
}
.rules-q-answer p {
  margin: 0 0 10px;
}
.rules-q-answer p:last-child {
  margin-bottom: 0;
}
.rules-q-answer strong {
  color: #fff;
  font-weight: 600;
}
.hl-update {
  display: inline;
  color: #ff7a7a !important;
  font-weight: 700 !important;
  background: rgba(255, 122, 122, 0.08);
  border-bottom: 2px solid rgba(255, 122, 122, 0.4);
  padding: 0 4px;
  border-radius: 4px;
}
.legal-section {
  padding: 50px 0 70px;
}
.legal-stack {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.legal-card {
  background: rgba(230, 255, 85, 0.04);
  border: 1px solid rgba(230, 255, 85, 0.14);
  border-radius: 22px;
  overflow: hidden;
  transition: border-color 240ms var(--ease), background 240ms var(--ease);
  scroll-margin-top: 80px;
  color: var(--text-dim);
  content-visibility: auto;
  contain-intrinsic-size: 1px 120px;
}
.legal-card[open] {
  border-color: rgba(230, 255, 85, 0.28);
  background: rgba(230, 255, 85, 0.06);
}
.legal-card-summary {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 26px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.legal-card-summary::-webkit-details-marker {
  display: none;
}
.legal-card-summary::marker {
  content: "";
  display: none;
}
.legal-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(230, 255, 85, 0.1);
  border: 1px solid rgba(230, 255, 85, 0.22);
  color: var(--lime);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.legal-card-icon .ic {
  width: 22px;
  height: 22px;
}
.legal-card-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.legal-card-h {
  font-family: "Fraunces", "Rubik", serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.005em;
  line-height: 1.15;
  margin: 0;
  color: #fff;
}
.legal-card-sub {
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-dim);
}
.legal-card-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(230, 255, 85, 0.1);
  border: 1px solid rgba(230, 255, 85, 0.22);
  color: var(--lime);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 320ms var(--ease), background 240ms var(--ease);
}
.legal-card-arrow .ic {
  width: 18px;
  height: 18px;
}
.legal-card[open] > .legal-card-summary .legal-card-arrow {
  transform: rotate(180deg);
  background: rgba(230, 255, 85, 0.2);
}
.legal-card-body {
  padding: 6px 26px 28px;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  animation: rulesIn 280ms var(--ease);
}
.legal-card-body p {
  margin: 0 0 10px;
}
.legal-card-body ul, .legal-card-body ol {
  margin: 8px 0 14px;
  padding-left: 24px;
}
.legal-card-body ul li, .legal-card-body ol li {
  margin-bottom: 6px;
  line-height: 1.55;
}
.legal-card-body ol {
  counter-reset: lc;
}
.legal-card-body ol > li {
  padding-left: 4px;
}
.legal-card-body strong {
  color: #fff;
}
.legal-h4 {
  font-family: "Fraunces", "Rubik", serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.005em;
  margin: 22px 0 10px;
  line-height: 1.25;
  color: #fff;
}
.legal-h4:first-child {
  margin-top: 6px;
}
.legal-intro {
  font-style: italic;
  opacity: 0.85;
}
.legal-list {
  margin: 4px 0 0 !important;
  padding-left: 22px !important;
}
.legal-list > li {
  margin-bottom: 10px;
}
.legal-list ul {
  margin: 6px 0 0 !important;
  padding-left: 18px !important;
  list-style: disc;
}
.legal-link {
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mega-cta-section {
  padding: 16px 0 70px;
}
.mega-cta-section .mega-cta-wrap {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  .popular-section, .rules-section {
    padding: 28px 0 28px;
  }
  .popular-head {
    margin-bottom: 22px;
  }
  .popular-head .section-lead {
    font-size: 14.5px;
  }
  .wa-chat {
    border-radius: 22px;
  }
  .wa-chat-header {
    padding: 14px 16px;
    gap: 14px;
  }
  .wa-chat-avatar {
    width: 78px;
    height: 54px;
  }
  .wa-chat-name {
    font-size: 14px;
  }
  .wa-chat-status {
    font-size: 11px;
  }
  .wa-chat-body {
    padding: 18px 12px 22px;
    gap: 8px;
  }
  .wa-bubble {
    max-width: 88%;
    font-size: 14px;
    padding: 9px 12px 7px;
  }
  .quiz-cta-section {
    padding: 16px 0 24px;
  }
  .quiz-cta {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 22px;
  }
  .quiz-cta-h {
    font-size: 26px;
  }
  .quiz-cta-p {
    font-size: 14.5px;
  }
  .quiz-cta-btn {
    width: 100%;
    justify-content: center;
    padding: 16px 24px;
    font-size: 15px;
  }
  .rules-cat-summary {
    padding: 18px 18px;
    gap: 12px;
    font-size: 19px;
  }
  .rules-cat-icon {
    width: 36px;
    height: 36px;
  }
  .rules-cat-icon .ic {
    width: 18px;
    height: 18px;
  }
  .rules-cat-arrow {
    width: 30px;
    height: 30px;
  }
  .rules-cat-arrow .ic {
    width: 14px;
    height: 14px;
  }
  .rules-cat-body {
    padding: 4px 14px 18px;
  }
  .rules-q-summary {
    padding: 14px 16px;
    font-size: 15px;
    gap: 12px;
  }
  .rules-q-arrow {
    width: 26px;
    height: 26px;
  }
  .rules-q-answer {
    padding: 0 16px 16px;
    font-size: 14px;
    line-height: 1.55;
  }
  .legal-section {
    padding: 22px 0 32px;
  }
  .legal-stack {
    gap: 12px;
  }
  .legal-card-summary {
    padding: 20px 18px;
    gap: 14px;
  }
  .legal-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }
  .legal-card-icon .ic {
    width: 20px;
    height: 20px;
  }
  .legal-card-h {
    font-size: 18px;
  }
  .legal-card-sub {
    font-size: 13px;
  }
  .legal-card-arrow {
    width: 32px;
    height: 32px;
  }
  .legal-card-body {
    padding: 4px 18px 22px;
    font-size: 14px;
  }
  .legal-h4 {
    font-size: 16px;
    margin: 18px 0 8px;
  }
  .mega-cta-section {
    padding: 8px 0 32px;
  }
}
@media (max-width: 480px) {
  .quiz-cta-h {
    font-size: 24px;
  }
  .wa-bubble {
    font-size: 13.5px;
    max-width: 92%;
  }
  .rules-cat-summary {
    font-size: 17px;
  }
  .legal-card-h {
    font-size: 17px;
  }
}
html[dir="rtl"] .wa-row-out {
  justify-content: flex-start;
}
html[dir="rtl"] .wa-row-in {
  justify-content: flex-end;
}
html[dir="rtl"] .wa-bubble-out {
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 6px;
}
html[dir="rtl"] .wa-bubble-out::after {
  right: auto;
  left: -6px;
  border-right: none;
  border-left: 1px solid rgba(230, 255, 85, 0.28);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 14px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
html[dir="rtl"] .wa-bubble-in {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 6px;
}
html[dir="rtl"] .wa-bubble-in::after {
  left: auto;
  right: -6px;
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 14px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
html[dir="rtl"] .wa-meta {
  margin-left: 0;
  margin-right: auto;
}
html[dir="rtl"] .rules-cat-summary {
  flex-direction: row-reverse;
  text-align: right;
}
html[dir="rtl"] .rules-q-summary {
  flex-direction: row-reverse;
  text-align: right;
}
html[dir="rtl"] .rules-q-answer {
  text-align: right;
}
html[dir="rtl"] .legal-card-summary {
  flex-direction: row-reverse;
  text-align: right;
}
html[dir="rtl"] .legal-card-body {
  text-align: right;
}
html[dir="rtl"] .legal-card-body ul, html[dir="rtl"] .legal-card-body ol {
  padding-left: 0;
  padding-right: 24px;
}
@media (prefers-reduced-motion: reduce) {
  .wa-row, .wa-status-dot, .rules-cat-arrow, .rules-q-arrow, .legal-card-arrow {
    animation: none !important;
    transition: none !important;
  }
}
body.subpage, body.page-id-60, body.page-id-63, body.page-id-65 {
  background: linear-gradient(180deg, #11522e 0%, #052D23 100%);
}
body.subpage .site-footer, body.page-id-60 .site-footer, body.page-id-63 .site-footer, body.page-id-65 .site-footer  {
  background: var(--ink);
}
html.js .reveal-up {
  opacity: 0;
  transform: translatey(18px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}
html.js .reveal-up.is-visible {
  opacity: 1;
  transform: translatey(0);
}
@media (prefers-reduced-motion: reduce) {
  html.js .reveal-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.section-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.eyebrow.alt {
  background: rgba(230, 255, 85, 0.12);
  color: var(--lime);
  border: 1px solid rgba(230, 255, 85, 0.28);
}
.eyebrow .ic {
  font-size: 14px;
}
.section-h {
  font-family: "Fraunces", "Rubik", Georgia, serif;
  font-weight: 400;
  font-size: clamp(36px, 4.6vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-variation-settings: "opsz" 60;
  color: var(--text-light);
  margin: 14px 0 0;
}
.section-h .italic {
  font-style: italic;
  color: var(--lime);
  font-variation-settings: "opsz" 60, "wght" 400;
}
.section-sub {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 16.5px;
  line-height: 1.55;
  color: var(--text-dim);
  max-width: 720px;
  margin: 16px 0 0;
}
.section-sub strong {
  color: var(--text-light);
  font-weight: 700;
}
.page-hero {
  position: relative;
  padding: 72px 0 40px;
  overflow: hidden;
}
.page-hero-glow {
  display: none;
}
.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}
.page-hero-title {
  font-family: "Fraunces", "Rubik", Georgia, serif;
  font-weight: 400;
  font-size: clamp(46px, 6.4vw, 88px);
  line-height: 1;
  letter-spacing: -0.025em;
  font-variation-settings: "opsz" 88;
  color: var(--text-light);
  margin: 22px 0 0;
}
.page-hero-title .italic {
  font-style: italic;
  color: var(--lime);
  font-variation-settings: "opsz" 88, "wght" 400;
}
.page-hero-lead {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-dim);
  max-width: 620px;
  margin: 26px 0 0;
}
.page-hero-how .page-hero-how-wrap {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.page-hero-how .page-hero-how-wrap .page-hero-inner {
  padding: 0;
  flex: 1 1 62%;
  min-width: 0;
  max-width: none;
}
.page-hero-how-illu {
  flex: 0 0 38%;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.28));
}
.page-hero-how-illu img {
  width: 100%;
  height: auto;
  max-width: 380px;
  display: block;
}
html[dir="rtl"] .page-hero-how .page-hero-how-wrap {
  flex-direction: row-reverse;
}
.concept {
  position: relative;
  padding: 60px 0 90px;
}
.concept-head {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}
.concept-head .section-h {
  margin-top: 4px;
}
.concept-head .section-sub {
  margin-left: auto;
  margin-right: auto;
}
.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 0;
  margin: 0 0 80px;
}
.step-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  isolation: isolate;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px 22px 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-soft);
  transition: transform var(--t-base), border-color var(--t-base), box-shadow var(--t-base);
  content-visibility: auto;
  contain-intrinsic-size: 1px 320px;
}
.step-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(5px) saturate(1.05) brightness(0.74);
  transform: scale(1.08);
  z-index: 0;
}
.step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 45, 35, 0.2) 0%, rgba(5, 45, 35, 0.45) 50%, rgba(5, 45, 35, 0.88) 100%);
  z-index: 1;
  pointer-events: none;
}
.step-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% -10%, rgba(230, 255, 85, 0.14), transparent 55%);
  opacity: 0;
  transition: opacity var(--t-base);
  pointer-events: none;
  z-index: 1;
}
.step-card:hover {
  transform: translatey(-4px);
  border-color: rgba(230, 255, 85, 0.32);
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.6);
}
.step-card:hover::after {
  opacity: 1;
}
.step-card:hover .step-bg {
  filter: blur(4px) saturate(1.1) brightness(0.8);
}
.step-eyebrow, .step-title, .step-desc {
  position: relative;
  z-index: 2;
}
.step-eyebrow {
  display: inline-flex;
  align-items: center;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 10px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}
.step-title {
  font-family: "Fraunces", "Rubik", Georgia, serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.012em;
  font-variation-settings: "opsz" 22;
  color: var(--text-light);
  margin: 0 0 10px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.step-desc {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text-light);
  opacity: 0.92;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}
.concept-text {
  max-width: 820px;
  margin: 0 auto;
}
.concept-text .eyebrow {
  margin-bottom: 18px;
}
.concept-h {
  font-family: "Fraunces", "Rubik", Georgia, serif;
  font-weight: 400;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  font-variation-settings: "opsz" 52;
  color: var(--text-light);
  margin: 0 0 22px;
}
.concept-h .italic {
  font-style: italic;
  color: var(--lime);
  font-variation-settings: "opsz" 52, "wght" 400;
}
.concept-p {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 16px;
  line-height: 1.62;
  color: var(--text-dim);
  margin: 0 0 14px;
}
.concept-p:last-child {
  margin-bottom: 0;
}
.concept-row {
  display: flex;
  align-items: center;
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto;
}
.concept-row .concept-text {
  flex: 1 1 60%;
  min-width: 0;
  max-width: none;
  margin: 0;
}
.concept-illu {
  flex: 0 0 38%;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.28));
}
.concept-illu img {
  width: 100%;
  height: auto;
  max-width: 380px;
  display: block;
}
html[dir="rtl"] .concept-row {
  flex-direction: row-reverse;
}
.soft-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px 6px;
}
.sd-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(230, 255, 85, 0.22), transparent);
}
.sd-mark {
  font-family: "Fraunces", "Rubik", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: var(--lime);
  letter-spacing: 0.02em;
  font-variation-settings: "opsz" 16;
  white-space: nowrap;
  opacity: 0.85;
}
.pricing {
  padding: 24px 0 100px;
  scroll-margin-top: 110px;
}
.pricing-head {
  max-width: 820px;
  margin: 0 auto 36px;
  text-align: center;
}
.pricing-head .section-sub {
  margin-left: auto;
  margin-right: auto;
}
.prog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 48px;
}
.prog-card {
  position: relative;
  border-radius: 24px;
  perspective: 1400px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: transform var(--t-base), box-shadow var(--t-base);
}
.prog-card:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 4px;
}
@media (hover: hover) {
  .prog-card:hover {
    transform: translatey(-4px);
    box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.5);
  }
  .prog-card:hover .prog-card-front {
    border-color: rgba(230, 255, 85, 0.32);
  }
  .prog-card:hover .prog-flip-hint {
    opacity: 1;
    transform: translatex(2px);
  }
  .prog-flip-close:hover {
    background: rgba(230, 255, 85, 0.16);
    transform: rotate(90deg);
  }
}
.prog-card.prog-featured .prog-card-front {
  border-color: rgba(230, 255, 85, 0.45);
  box-shadow: 0 0 0 1px rgba(230, 255, 85, 0.18), 0 24px 60px -24px rgba(0, 0, 0, 0.6);
}
.prog-card-inner {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: transform 750ms cubic-bezier(0.7, 0, 0.3, 1);
}
.prog-card.flipped .prog-card-inner {
  transform: rotatey(180deg);
}
.prog-card-front, .prog-card-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 24px;
}
.prog-card:not(.flipped) .prog-card-back {
  pointer-events: none;
}
.prog-card.flipped .prog-card-front {
  pointer-events: none;
}
.prog-card .prog-num, .prog-card .prog-badge, .prog-card .prog-flip-close, .prog-card .prog-img::after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.prog-num, .prog-badge, .prog-img, .prog-flip-hint {
  transition: opacity 220ms ease 420ms;
}
.prog-card.flipped .prog-num, .prog-card.flipped .prog-badge, .prog-card.flipped .prog-img, .prog-card.flipped .prog-flip-hint {
  opacity: 0;
  transition: opacity 150ms ease 0ms;
}
.prog-card-front {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-soft);
  border-radius: 24px;
  overflow: hidden;
  transition: border-color var(--t-base);
}
.prog-card-back {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #0e4a2c 0%, #073929 100%);
  border: 1px solid rgba(230, 255, 85, 0.3);
  padding: 26px 22px 22px;
  display: flex;
  flex-direction: column;
  transform: rotatey(180deg);
  -webkit-transform: rotatey(180deg);
  overflow: hidden;
}
.prog-card.prog-featured .prog-card-back {
  border-color: rgba(230, 255, 85, 0.45);
  box-shadow: 0 0 0 1px rgba(230, 255, 85, 0.18) inset;
}
.prog-flip-hint {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed rgba(230, 255, 85, 0.22);
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lime);
  opacity: 0.82;
  transition: opacity var(--t-base), transform var(--t-base);
}
.prog-flip-hint svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.prog-flip-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(230, 255, 85, 0.3);
  color: var(--lime);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--t-base), transform var(--t-base);
}
.prog-flip-close svg {
  width: 16px;
  height: 16px;
}
.prog-back-head {
  margin-bottom: 14px;
}
.prog-back-eyebrow {
  display: inline-block;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.prog-back-name {
  font-family: "Fraunces", "Rubik", Georgia, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--text-light);
  font-variation-settings: "opsz" 36;
  margin-bottom: 4px;
}
.prog-back-meal {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 12.5px;
  color: var(--text-dim);
  letter-spacing: 0.02em;
}
.prog-price-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  margin-bottom: 12px;
  flex: 1;
  table-layout: fixed;
}
.prog-price-table th, .prog-price-table td {
  padding: 6px 4px;
  text-align: right;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  border-bottom: 1px solid rgba(230, 255, 85, 0.1);
}
.prog-price-table th {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lime);
  padding: 4px 4px 8px;
  border-bottom: 1px solid rgba(230, 255, 85, 0.28);
  white-space: nowrap;
}
.prog-price-table th:first-child, .prog-price-table td:first-child {
  text-align: left;
  width: 21%;
}
.prog-price-table tbody td {
  color: var(--text-light);
}
.prog-price-table tbody td:first-child {
  color: var(--text-dim);
  font-weight: 500;
}
.prog-price-table tbody tr:last-child td {
  border-bottom: none;
}
.prog-price-table tbody td:last-child {
  font-weight: 700;
  color: var(--lime);
}
.prog-back-note {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 11.5px;
  color: var(--text-dim);
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid rgba(230, 255, 85, 0.1);
  letter-spacing: 0.02em;
}
.prog-back-formula {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 12px;
  color: rgba(230, 255, 85, 0.78);
  text-align: center;
  padding: 10px 6px 4px;
  letter-spacing: 0.015em;
  line-height: 1.45;
  font-variant-numeric: tabular-nums;
}
.prog-num {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 32% 28%, #fff 0%, #f8f8f8 55%, #e6e6e6 100%);
  border-radius: 50%;
  box-shadow: 0 10px 22px -6px rgba(0, 0, 0, 0.5), 0 2px 6px rgba(0, 0, 0, 0.22), inset 0 1px 2px rgba(255, 255, 255, 0.95), inset 0 -1px 2px rgba(0, 0, 0, 0.08);
  font-family: "Fraunces", "Rubik", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  color: var(--ink);
  font-variation-settings: "opsz" 28;
  letter-spacing: 0;
  pointer-events: none;
  user-select: none;
}
.prog-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 6px 18px rgba(230, 255, 85, 0.35);
}
.prog-badge .ic {
  font-size: 13px;
}
.prog-img {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.04);
  position: relative;
}
.prog-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(5, 45, 35, 0.55) 100%);
  pointer-events: none;
}
.prog-body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.prog-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 10px;
}
.prog-eyebrow .ic {
  font-size: 13px;
}
.prog-name {
  font-family: "Fraunces", "Rubik", Georgia, serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.018em;
  font-variation-settings: "opsz" 30;
  color: var(--text-light);
  margin: 0 0 12px;
}
.prog-desc {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text-dim);
  margin: 0 0 18px;
  flex: 1;
}
.prog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 18px;
}
.prog-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-soft);
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 12.5px;
  color: var(--text-dim);
}
.prog-formula {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 11.5px;
  color: var(--text-mute);
  letter-spacing: 0.015em;
  margin: -8px 0 14px;
  line-height: 1.4;
  font-variant-numeric: tabular-nums;
}
.prog-price-line {
  display: flex;
  align-items: baseline;
  gap: 6px;
  border-top: 1px solid var(--border-soft);
  padding-top: 18px;
}
.prog-from {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 13px;
  color: var(--text-mute);
  text-transform: lowercase;
  letter-spacing: 0.02em;
}
.prog-amount {
  font-family: "Fraunces", "Rubik", serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 1;
  color: var(--lime);
  letter-spacing: -0.02em;
  font-variation-settings: "opsz" 42;
  font-variant-numeric: tabular-nums;
  display: inline-flex;
  align-items: baseline;
}
.prog-cur {
  font-size: 22px;
  margin-left: 2px;
  font-weight: 500;
}
.prog-per {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 13.5px;
  color: var(--text-dim);
}
.prog-week {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 13px;
  color: var(--text-mute);
  margin-top: 6px;
}
.calc-block {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-soft);
  border-radius: 26px;
  padding: 36px 36px 32px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.calc-block::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -10%;
  width: 420px;
  height: 420px;
  background: radial-gradient(closest-side, rgba(230, 255, 85, 0.07), transparent 70%);
  pointer-events: none;
}
.calc-head {
  max-width: 720px;
  margin: 0 0 28px;
  position: relative;
  z-index: 1;
}
.calc-h {
  font-family: "Fraunces", "Rubik", Georgia, serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  font-variation-settings: "opsz" 30;
  color: var(--text-light);
  margin: 14px 0 12px;
}
.calc-sub {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-dim);
  margin: 0;
}
.calc-table-wrap {
  overflow-x: auto;
  margin: 0 0 26px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border: 1px solid var(--border-soft);
}
.calc-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-variant-numeric: tabular-nums;
  font-size: 14.5px;
  min-width: 680px;
}
.calc-table thead th {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-dim);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 16px;
  text-align: center;
  border-bottom: 1px solid var(--border-soft);
}
.calc-table thead th.ct-prog {
  text-align: left;
}
.calc-table tbody td {
  padding: 16px;
  text-align: center;
  color: var(--text-light);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-weight: 500;
}
.calc-table tbody tr:last-child td {
  border-bottom: none;
}
.calc-table tbody td.ct-prog {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.calc-table tbody td.ct-prog .ct-prog-name {
  color: var(--lime);
  font-weight: 700;
  font-size: 14.5px;
}
.calc-table tbody td.ct-prog .ct-prog-meal {
  color: var(--text-mute);
  font-size: 12px;
  font-weight: 400;
}
.calc-table tbody td.ct-na {
  color: var(--text-mute);
  font-weight: 400;
}
.calc-table tbody tr:hover td {
  background: rgba(230, 255, 85, 0.04);
}
.calc-notes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  position: relative;
  z-index: 1;
}
.calc-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  background: rgba(230, 255, 85, 0.05);
  border: 1px solid rgba(230, 255, 85, 0.16);
  border-radius: 14px;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--text-dim);
}
.calc-note .ic {
  color: var(--lime);
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}
.calc-note strong {
  color: var(--text-light);
  font-weight: 700;
}
a.calc-note-link {
  text-decoration: none;
  background: rgba(230, 255, 85, 0.1);
  border-color: rgba(230, 255, 85, 0.42);
  color: var(--text-light);
  cursor: pointer;
  transition: background var(--t-fast), border-color var(--t-fast), transform var(--t-base);
}
a.calc-note-link strong {
  text-decoration: underline;
  text-decoration-color: var(--lime);
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}
a.calc-note-link:hover {
  background: rgba(230, 255, 85, 0.18);
  border-color: var(--lime);
  transform: translatey(-1px);
}
a.calc-note-link:hover .ic {
  transform: scale(1.1);
}
.mega-cta-wrap {
  position: relative;
  background: linear-gradient(135deg, #0a3c23 0%, #11522e 100%);
  border: 1px solid rgba(230, 255, 85, 0.24);
  border-radius: 28px;
  padding: 44px 44px 48px;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 22px;
  overflow: hidden;
}
.mega-cta-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0% 100%, rgba(230, 255, 85, 0.18), transparent 50%), radial-gradient(circle at 100% 0%, rgba(230, 255, 85, 0.1), transparent 50%);
  pointer-events: none;
}
.mega-cta-text {
  position: relative;
  z-index: 1;
  max-width: 640px;
}
.mega-cta-h {
  font-family: "Fraunces", "Rubik", Georgia, serif;
  font-weight: 500;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.015em;
  font-variation-settings: "opsz" 36;
  color: var(--text-light);
  margin: 0 0 12px;
}
.mega-cta-p {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--text-dim);
  margin: 0;
}
.mega-cta-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px 32px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  text-decoration: none;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.005em;
  white-space: nowrap;
  align-self: center;
  max-width: 100%;
  box-shadow: 0 12px 32px rgba(230, 255, 85, 0.32), 0 0 0 0 rgba(230, 255, 85, 0);
  transition: transform var(--t-base), box-shadow var(--t-base);
  animation: ctaPulse 2.6s ease-in-out infinite;
}
.mega-cta-btn:hover {
  transform: translatey(-3px) scale(1.02);
  box-shadow: 0 18px 44px rgba(230, 255, 85, 0.45), 0 0 0 6px rgba(230, 255, 85, 0.16);
  animation-play-state: paused;
}
.mega-cta-btn:active {
  transform: translatey(-1px) scale(0.99);
}
.mega-cta-arrow {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: var(--lime);
  border-radius: 50%;
  font-size: 16px;
  flex-shrink: 0;
  transition: transform var(--t-base);
}
.mega-cta-btn:hover .mega-cta-arrow {
  transform: translatex(3px);
}
@keyframes ctaPulse {
  0%, 100% {
    box-shadow: 0 12px 32px rgba(230, 255, 85, .32), 0 0 0 0 rgba(230, 255, 85, 0);
    }
  50% {
    box-shadow: 0 12px 32px rgba(230, 255, 85, .32), 0 0 0 8px rgba(230, 255, 85, .10);
    }
  }
@media (prefers-reduced-motion: reduce) {
  .mega-cta-btn {
    animation: none;
  }
}
@media (max-width: 1024px) {
  .section-inner, .page-hero-inner, .soft-divider {
    padding-left: 28px;
    padding-right: 28px;
  }
  .steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 60px;
  }
  .step-card {
    min-height: 280px;
  }
  .prog-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 36px;
  }
  .prog-img {
    height: auto;
    aspect-ratio: 16/10;
  }
  .prog-num {
    width: 48px;
    height: 48px;
    font-size: 26px;
  }
  .calc-block {
    padding: 28px 24px;
  }
  .calc-notes {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .mega-cta-wrap {
    padding: 36px 32px 40px;
    margin-bottom: 36px;
  }
}
@media (max-width: 640px) {
  .section-inner, .page-hero-inner, .soft-divider {
    padding-left: 18px;
    padding-right: 18px;
  }
  .page-hero {
    padding: 28px 0 16px;
  }
  .page-hero-title {
    font-size: clamp(34px, 10vw, 50px);
  }
  .page-hero-lead {
    font-size: 15.5px;
    line-height: 1.5;
  }
  .page-hero-how .page-hero-how-wrap {
    padding: 0 16px;
    gap: 12px;
    align-items: center;
  }
  .page-hero-how .page-hero-how-wrap .page-hero-inner {
    flex: 1 1 68%;
  }
  .page-hero-how-illu {
    flex: 0 0 34%;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.2));
  }
  .page-hero-how-illu img {
    max-width: 170px;
  }
  .page-hero-how .page-hero-title {
    font-size: clamp(28px, 8.4vw, 42px);
  }
  .page-hero-how .page-hero-lead {
    font-size: 14px;
    line-height: 1.5;
  }
  .concept {
    padding: 24px 0 40px;
  }
  .concept-head {
    margin-bottom: 22px;
  }
  .section-h {
    margin-bottom: 10px;
  }
  .section-sub {
    font-size: 14.5px;
    line-height: 1.5;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 32px;
  }
  .step-card {
    min-height: 220px;
    padding: 20px 18px 18px;
  }
  .step-eyebrow {
    font-size: 10.5px;
  }
  .step-title {
    font-size: 19px;
  }
  .concept-text {
    margin: 0 auto;
  }
  .concept-text .eyebrow {
    margin-bottom: 14px;
  }
  .concept-h {
    font-size: 26px;
    line-height: 1.15;
  }
  .concept-p {
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 14px;
  }
  .concept-row {
    gap: 14px;
    align-items: center;
  }
  .concept-row .concept-text {
    flex: 1 1 66%;
  }
  .concept-illu {
    flex: 0 0 36%;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.2));
  }
  .concept-illu img {
    max-width: 180px;
  }
  .concept-row .concept-h {
    font-size: 22px;
    line-height: 1.12;
    margin-bottom: 14px;
  }
  .concept-row .concept-p {
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .pricing {
    padding: 24px 0 48px;
    scroll-margin-top: 78px;
  }
  .pricing-head {
    margin-bottom: 22px;
  }
  .prog-grid {
    margin-bottom: 24px;
  }
  .prog-img {
    height: auto;
    aspect-ratio: 4/3;
  }
  .prog-body {
    padding: 20px 20px 22px;
  }
  .prog-name {
    font-size: 24px;
  }
  .prog-amount {
    font-size: 38px;
  }
  .prog-num {
    width: 44px;
    height: 44px;
    font-size: 24px;
    top: 10px;
    left: 12px;
  }
  .prog-card-back {
    padding: 22px 16px 18px;
  }
  .prog-back-name {
    font-size: 22px;
  }
  .prog-price-table th, .prog-price-table td {
    padding: 5px 3px;
    font-size: 11.5px;
  }
  .prog-price-table th {
    font-size: 9.5px;
    padding: 4px 3px 7px;
  }
  .prog-flip-close {
    top: 11px;
    right: 11px;
    width: 28px;
    height: 28px;
  }
  .prog-flip-close svg {
    width: 14px;
    height: 14px;
  }
  .calc-block {
    padding: 22px 18px;
    border-radius: 20px;
    margin-bottom: 28px;
  }
  .calc-h {
    font-size: 24px;
  }
  .calc-sub {
    font-size: 14px;
  }
  .calc-table {
    font-size: 13.5px;
  }
  .calc-table thead th {
    padding: 12px 10px;
    font-size: 11.5px;
  }
  .calc-table tbody td {
    padding: 13px 10px;
  }
  .calc-notes {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .mega-cta-wrap {
    padding: 26px 22px;
    border-radius: 22px;
    gap: 16px;
    margin-bottom: 24px;
  }
  .mega-cta-h {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .mega-cta-p {
    font-size: 14.5px;
  }
  .mega-cta-btn {
    padding: 16px 22px;
    font-size: 15.5px;
    gap: 12px;
    width: 100%;
    justify-content: center;
  }
  .mega-cta-arrow {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
}
html[dir="rtl"] .page-hero-inner, html[dir="rtl"] .concept-head, html[dir="rtl"] .pricing-head {
  text-align: center;
}
html[dir="rtl"] .concept-text, html[dir="rtl"] .step-card, html[dir="rtl"] .prog-body, html[dir="rtl"] .calc-head, html[dir="rtl"] .calc-note {
  text-align: right;
}
html[dir="rtl"] .calc-table th, html[dir="rtl"] .calc-table td {
  text-align: right;
}
html[dir="rtl"] .ct-prog {
  text-align: right !important;
}
html[dir="rtl"] .prog-badge {
  right: auto;
  left: 14px;
}
html[dir="rtl"] .prog-num {
  left: auto;
  right: 14px;
}
html[dir="rtl"] .eyebrow, html[dir="rtl"] .prog-eyebrow {
  flex-direction: row-reverse;
}
html[dir="rtl"] .mega-cta-btn .mega-cta-arrow svg {
  transform: scalex(-1);
}
html[dir="rtl"] .prog-flip-close {
  left: 14px;
  right: auto;
}
html[dir="rtl"] .prog-price-table th, html[dir="rtl"] .prog-price-table td {
  text-align: left;
}
html[dir="rtl"] .prog-price-table th:first-child, html[dir="rtl"] .prog-price-table td:first-child {
  text-align: right;
}
html[dir="rtl"] .prog-back-head {
  text-align: right;
}
html[dir="rtl"] .prog-flip-hint {
  flex-direction: row-reverse;
}
html[dir="rtl"] .prog-flip-hint svg {
  transform: scalex(-1);
}
.calc-extra-note {
  margin: 18px 0 0;
  padding: 14px 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(230, 255, 85, 0.04);
  border: 1px solid rgba(230, 255, 85, 0.14);
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-dim, rgba(255, 255, 255, 0.7));
}
.calc-extra-note .ic {
  font-size: 18px;
  color: var(--lime, #E6FF55);
  flex-shrink: 0;
  margin-top: 1px;
}
.calc-extra-note strong {
  color: var(--text-light, #fff);
  font-weight: 600;
  margin-inline-end: 4px;
}
@media (max-width: 760px) {
  .calc-extra-note {
    padding: 12px 14px;
    font-size: 13px;
    gap: 10px;
  }
  .calc-extra-note .ic {
    font-size: 16px;
  }
}
.trust-badge {
  background: #fff;
  color: #052D23;
  border-radius: 28px;
  padding: 36px 44px 38px;
  margin: 56px auto 64px;
  max-width: 940px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 30px 60px -22px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.04);
  position: relative;
}
.trust-badge-lead {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(5, 45, 35, 0.55);
  margin: 0 0 22px;
}
.trust-badge-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  width: 100%;
}
.tb-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-left: 1px solid rgba(5, 45, 35, 0.12);
  padding: 4px 16px;
}
.tb-stat:first-child {
  border-left: none;
  padding-left: 8px;
}
.tb-num {
  font-family: "Fraunces", "Rubik", Georgia, serif;
  font-weight: 500;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1;
  color: #052D23;
  letter-spacing: -0.02em;
  font-variation-settings: "opsz" 44;
}
.tb-label {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(5, 45, 35, 0.7);
  margin-top: 8px;
  font-weight: 500;
}
html[dir="rtl"] .tb-stat {
  border-left: none;
  border-right: 1px solid rgba(5, 45, 35, 0.12);
}
html[dir="rtl"] .tb-stat:first-child {
  border-right: none;
}
@media (max-width: 760px) {
  .trust-badge {
    padding: 26px 22px 28px;
    margin: 40px auto 48px;
    border-radius: 22px;
  }
  .trust-badge-lead {
    font-size: 11px;
    margin-bottom: 18px;
  }
  .trust-badge-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 16px;
  }
  .tb-stat {
    border-left: none;
    padding: 0;
  }
  html[dir="rtl"] .tb-stat {
    border-right: none;
  }
  .tb-num {
    font-size: 30px;
  }
  .tb-label {
    font-size: 12.5px;
    margin-top: 6px;
  }
}
.programs-head {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}
.programs-head .section-h {
  margin-top: 4px;
}
.programs-head .section-sub {
  margin-left: auto;
  margin-right: auto;
}
.concept-row + .programs-head {
  margin-top: 80px;
}
@media (max-width: 760px) {
  .concept-row + .programs-head {
    margin-top: 56px;
  }
}
@keyframes flipHintNudge {
  0%, 70%, 100% {
    transform: translateX(0) rotate(0deg);
    opacity: .82;
    }
  80% {
    transform: translateX(2px) rotate(-12deg);
    opacity: 1;
    }
  90% {
    transform: translateX(-1px) rotate(8deg);
    opacity: 1;
    }
  }
.prog-flip-hint svg {
  animation: flipHintNudge 2.8s ease-in-out infinite;
  will-change: transform;
}
.prog-card.flipped .prog-flip-hint svg {
  animation: none;
}
.prog-card:hover .prog-flip-hint svg {
  animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  .prog-flip-hint svg {
    animation: none;
  }
}
.calc-disclaimer {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  margin: 22px auto 0;
  max-width: 720px;
  font-style: italic;
}
@media (max-width: 760px) {
  .calc-disclaimer {
    font-size: 12.5px;
    margin-top: 18px;
  }
}
.calc-table-v2 {
  min-width: 760px;
}
.calc-table-v2 thead th {
  padding: 18px 16px;
  text-align: center;
  font-size: 12px;
  background: transparent;
}
.calc-table-v2 thead th .ct-prog-h {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16.5px;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--lime);
  display: inline-block;
  line-height: 1.2;
}
.calc-table-v2 thead th:first-child {
  background: transparent;
  border-bottom: 1px solid var(--border-soft);
}
.calc-table-v2 tbody th.ct-attr {
  text-align: left;
  padding: 16px 18px;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-weight: 600;
  font-size: 13.5px;
  color: var(--text-dim);
  background: rgba(255, 255, 255, 0.025);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.04);
  vertical-align: middle;
  width: 30%;
  min-width: 200px;
  line-height: 1.3;
}
.calc-table-v2 tbody td {
  padding: 16px 14px;
  text-align: center;
  vertical-align: middle;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--text-light);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.calc-table-v2 tbody tr:last-child th.ct-attr, .calc-table-v2 tbody tr:last-child td {
  border-bottom: none;
}
.calc-table-v2 tbody tr:hover td, .calc-table-v2 tbody tr:hover th.ct-attr {
  background: rgba(230, 255, 85, 0.05);
}
.calc-table-v2 tbody tr.ct-row-strong th.ct-attr {
  color: var(--lime);
  background: rgba(230, 255, 85, 0.04);
}
.ct-price {
  display: inline-block;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  color: var(--lime);
  letter-spacing: -0.005em;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.ct-tag {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(230, 255, 85, 0.1);
  border: 1px solid rgba(230, 255, 85, 0.28);
  color: var(--lime);
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.ct-tag-max {
  background: linear-gradient(135deg, rgba(230, 255, 85, 0.18), rgba(230, 255, 85, 0.08));
  border-color: rgba(230, 255, 85, 0.55);
  color: #f6ffb8;
  box-shadow: 0 0 0 1px rgba(230, 255, 85, 0.2) inset, 0 4px 14px -4px rgba(230, 255, 85, 0.3);
  white-space: normal;
  max-width: 160px;
  line-height: 1.25;
  padding: 8px 14px;
}
html[dir="rtl"] .calc-table-v2 tbody th.ct-attr {
  text-align: right;
  border-right: none;
  border-left: 1px solid rgba(255, 255, 255, 0.04);
}
@media (max-width: 760px) {
  .calc-table-v2 {
    min-width: 600px;
    font-size: 13px;
  }
  .calc-table-v2 thead th {
    padding: 12px 10px;
  }
  .calc-table-v2 thead th .ct-prog-h {
    font-size: 16px;
  }
  .calc-table-v2 tbody th.ct-attr {
    padding: 12px 10px;
    font-size: 12.5px;
    min-width: 140px;
    width: 36%;
  }
  .calc-table-v2 tbody td {
    padding: 12px 8px;
    font-size: 13px;
  }
  .ct-price {
    font-size: 18px;
  }
  .ct-tag {
    font-size: 11px;
    padding: 5px 10px;
  }
  .ct-tag-max {
    font-size: 11px;
    padding: 6px 10px;
    max-width: 110px;
  }
}
.prog-card {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 14px 30px -10px rgba(0, 0, 0, 0.45);
}
.prog-card.prog-featured {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25), 0 18px 40px -10px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(230, 255, 85, 0.1);
}
@media (hover: hover) {
  .prog-card:hover {
    transform: translatey(-6px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3), 0 28px 56px -12px rgba(0, 0, 0, 0.55);
  }
  .prog-card.prog-featured:hover {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35), 0 32px 64px -12px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(230, 255, 85, 0.2);
  }
}
.prog-card-peek {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@keyframes progPeek {
  0%, 86%, 100% {
    transform: rotateY(0);
    }
  90% {
    transform: rotateY(-14deg);
    }
  94% {
    transform: rotateY(3deg);
    }
  98% {
    transform: rotateY(0);
    }
  }
.prog-card:not(.flipped) .prog-card-peek {
  animation: progPeek 7s ease-in-out infinite;
}
.prog-grid > .prog-card:nth-child(1) .prog-card-peek {
  animation-delay: 0.5s;
}
.prog-grid > .prog-card:nth-child(2) .prog-card-peek {
  animation-delay: 2.8s;
}
.prog-grid > .prog-card:nth-child(3) .prog-card-peek {
  animation-delay: 5.1s;
}
.prog-card:hover .prog-card-peek {
  animation-play-state: paused;
}
.prog-card.flipped .prog-card-peek {
  animation: none;
}
@media (prefers-reduced-motion: reduce) {
  .prog-card:not(.flipped) .prog-card-peek {
    animation: none;
  }
}
.bg--step-1 {
  background-image: url(/wp-content/uploads/2026/06/step-1.webp);
}
.bg--step-2 {
  background-image: url(/wp-content/uploads/2026/06/step-2.webp);
}
.bg--step-3 {
  background-image: url(/wp-content/uploads/2026/06/step-3.webp);
}
.bg--step-4 {
  background-image: url(/wp-content/uploads/2026/06/step-4.webp);
}
.bg--prog-tired {
  background-image: url(/wp-content/uploads/2026/06/prog-tired-v59.webp);
  background-position: center 35%;
}
.bg--prog-keto {
  background-image: url(/wp-content/uploads/2026/06/prog-keto-v59.webp);
  background-position: center 18%;
}
.bg--prog-sport {
  background-image: url(/wp-content/uploads/2026/06/prog-sport-v59.webp);
  background-position: center 35%;
}
body {
  font-family: "Hanken Grotesk", "Assistant", system-ui, sans-serif;
  color: var(--text-light);
  background: var(--ink);
  line-height: 1.5;
  overflow-x: hidden;
  min-height: 100vh;
  padding-bottom: 0;
}
.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.skip-to-content {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 9999;
  padding: 12px 18px;
  background: var(--lime);
  color: var(--ink);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.skip-to-content:focus {
  top: 8px;
  left: 8px;
}
.nav-quiz-btn {
  position: relative;
  background: var(--lime);
  color: var(--ink);
  border-radius: 999px;
  padding: 6px 18px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: 0.02em;
  transition: transform var(--t-base), box-shadow var(--t-base);
  display: inline-flex;
  align-items: center;
}
.nav-quiz-btn:hover {
  transform: translatey(-1px);
  box-shadow: 0 6px 22px rgba(230, 255, 85, 0.35);
}
.nav-quiz-btn::after {
  display: none;
}
.nav-quiz-btn .nav-quiz-text {
  position: relative;
  z-index: 1;
}
.nav-quiz-btn .sparkle-tr, .nav-quiz-btn .sparkle-bl {
  position: absolute;
  font-size: 8px;
  color: var(--lime);
  pointer-events: none;
  opacity: 0.8;
}
.nav-quiz-btn .sparkle-tr {
  top: -3px;
  right: -4px;
}
.nav-quiz-btn .sparkle-bl {
  bottom: -3px;
  left: -4px;
}
.quiz-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.quiz-close-x {
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  color: var(--text-dim);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.quiz-close-x:hover {
  color: var(--text-light);
}
.quiz-topbar-end {
  display: flex;
  align-items: center;
  gap: 12px;
}
.quiz-back-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  color: var(--text-dim);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.quiz-back-text:not(:disabled):hover {
  color: var(--text-light);
}
.q-back-arrow {
  display: inline-flex;
  align-items: center;
}
.quiz-progress-bar {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  margin-bottom: 24px;
  overflow: hidden;
}
.quiz-progress-fill {
  height: 100%;
  width: 0;
  background: var(--lime);
  border-radius: 999px;
  transition: width 400ms var(--ease);
}
.delivery-compact {
  margin-bottom: 18px;
}
.delivery-row {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  padding: 16px 18px;
  margin-bottom: 10px;
}
.delivery-row.delivery-yes {
  border-color: rgba(230, 255, 85, 0.25);
}
.delivery-row.delivery-no {
  border-color: rgba(255, 255, 255, 0.08);
}
.delivery-row-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Fraunces", "Rubik", serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 10px;
}
.delivery-row-head .ic {
  font-size: 17px;
}
.delivery-cities {
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.55;
}
.menu-price-pill {
  display: inline-block;
  background: rgba(230, 255, 85, 0.12);
  border: 1px solid rgba(230, 255, 85, 0.28);
  border-radius: 999px;
  padding: 5px 12px;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--lime);
  width: fit-content;
  margin-top: 8px;
  letter-spacing: 0.02em;
  text-align: center;
}
.q-privacy-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(230, 255, 85, 0.04);
  border: 1px solid rgba(230, 255, 85, 0.14);
  border-radius: 12px;
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.5;
  margin-bottom: 16px;
}
.q-privacy-note .ic {
  font-size: 15px;
  color: var(--text-mute);
  flex-shrink: 0;
  margin-top: 2px;
}
.menu-banner-v3 {
  display: block;
  margin-bottom: 22px;
}
.mb-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}
.mb-head .banner-ic {
  font-size: 22px;
  color: var(--lime);
  flex-shrink: 0;
}
.banner-text-inline {
  font-size: 14.5px;
  color: var(--text-dim);
  font-weight: 500;
}
.menu-banner-stat strong {
  font-family: "Fraunces", "Rubik", serif;
  font-size: 20px;
  color: var(--lime);
  font-weight: 600;
}
.mb-info-btn {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-soft);
  border-radius: 50%;
  color: var(--text-dim);
  cursor: pointer;
  transition: var(--t-fast);
  flex-shrink: 0;
}
.mb-info-btn:hover {
  background: var(--lime);
  color: var(--ink);
  border-color: var(--lime);
}
.mb-macros-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 14px;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 13.5px;
  color: var(--text-light);
}
.mb-macro {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}
.mb-macro strong {
  font-size: 17px;
  font-weight: 700;
  color: var(--lime);
}
.mb-macro-unit {
  font-size: 13px;
  font-weight: 500;
  margin-left: 1px;
}
.mb-macro-cap {
  font-size: 11.5px;
  color: var(--text-mute);
}
.mb-macro-sep {
  color: var(--text-mute);
  opacity: 0.4;
}
.mb-note {
  font-size: 12.5px;
  color: var(--text-mute);
  margin-top: 8px;
  font-style: italic;
}
.meal-best .meal-best-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.meal-best .sparkle-l, .meal-best .sparkle-r {
  font-size: 8px;
  opacity: 0.7;
}
.meals-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.meals-note-text {
  font-size: 14px;
  color: var(--text-dim);
}
.meals-note-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 14px;
  font-weight: 600;
}
.day-recommended .day-rec-badge {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translatex(-50%);
  background: #fff;
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.day-best .day-best-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.day-best .sparkle-l, .day-best .sparkle-r {
  font-size: 8px;
  opacity: 0.7;
}
.addon-price-pill {
  background: rgba(230, 255, 85, 0.12);
  border: 1px solid rgba(230, 255, 85, 0.28);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--lime);
  flex-shrink: 0;
}

.addon-row.is-on .addon-price-pill {
  background: var(--lime);
  color: var(--ink);
  border-color: var(--lime);
}
.sum-line-addon {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 300ms var(--ease), opacity 300ms var(--ease);
  padding: 0 !important;
}
.sum-line-addon.is-on {
  max-height: 30px;
  opacity: 1;
}
.summary-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 12px;
  font-size: 12.5px;
  color: var(--text-mute);
  line-height: 1.45;
}
.summary-note .ic {
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}
.addon-modal-card.bd-modal {
  max-width: 540px;
}
.addon-modal-title {
  font-family: "Fraunces", "Rubik", Georgia, serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.012em;
  font-variation-settings: "opsz" 22;
  color: var(--text-light);
  margin: 0 0 12px;
  padding-right: 28px;
}
.addon-modal-text {
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text-dim);
}
.addon-modal-body {
  padding-top: 6px;
}
.bd-section {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.bd-section:last-child {
  border-bottom: none;
}
.bd-meal-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 6px;
}
.bd-meal-name {
  font-family: "Fraunces", "Rubik", serif;
  font-weight: 600;
  font-size: 17px;
  color: var(--text-light);
}
.bd-meal-pct {
  font-size: 13px;
  color: var(--lime);
}
.bd-meal-kcal {
  font-size: 14.5px;
  color: var(--text-dim);
  margin-bottom: 6px;
}
.bd-meal-kcal strong {
  font-family: "Fraunces", "Rubik", serif;
  font-size: 18px;
  color: var(--text-light);
  font-weight: 600;
}
.bd-meal-macros {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}
.bd-meal-macros li {
  font-size: 13px;
  color: var(--text-dim);
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}
.bd-mac-name {
  color: var(--text-mute);
}
.bd-mac-val {
  color: var(--text-light);
  font-weight: 600;
}
.bd-notes {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.bd-notes-title {
  font-family: "Fraunces", "Rubik", serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-light);
  margin: 0 0 8px;
}
.bd-notes-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.bd-notes-list li {
  font-size: 12.5px;
  color: var(--text-mute);
  position: relative;
  padding-left: 14px;
}
.bd-notes-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--lime);
}
@keyframes addonCardIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(.94)
    }
  to {
    opacity: 1;
    transform: translateY(0) scale(1)
    }
  }
.cookie-tip {
  position: fixed;
  bottom: 100px;
  right: 24px;
  z-index: 998;
  background: rgba(10, 60, 35, 0.94);
  border: 1px solid rgba(230, 255, 85, 0.28);
  border-radius: 16px;
  padding: 12px 16px;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.5;
  max-width: 340px;
  transition: opacity 300ms var(--ease), transform 300ms var(--ease);
}
.cookie-tip a {
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-tip.is-hidden {
  opacity: 0;
  transform: translatey(12px);
  pointer-events: none;
}
@media (max-width: 980px) {
  .trust-marquee-home {
    width: 48px;
  }
  .trust-marquee-home svg {
    width: 20px;
    height: 20px;
  }
  .trust-track {
    gap: 28px;
    padding-inline-start: 18px;
  }
  .trust-track .trust-stat {
    font-size: 13px;
  }
  .trust-track .trust-stat strong {
    font-size: 13px;
  }
  .trust-logo-sep {
    height: 40px;
  }
  .trust-logo-sep img {
    height: 40px;
  }
  .checkout-wrap {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
@media (max-width: 640px) {
  .site-header .nav a {
    font-size: 13.5px;
    padding: 7.5px 11px;
    flex: 0 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-soft);
    border-radius: 999px;
    white-space: nowrap;
    letter-spacing: -0.005em;
    line-height: 1.1;
  }
  .site-header .nav a::after {
    display: none;
  }
  .site-header .nav a:hover {
    background: var(--lime-bg);
    border-color: var(--border-light);
    color: var(--text-light);
  }
  .quiz-overlay {
    padding: 12px 8px 12px;
  }
  .quiz-modal {
    padding: 22px 14px 16px;
    border-radius: 20px;
  }
  .quiz-modal.wide {
    padding: 20px 12px 110px;
  }
  .q-title {
    font-size: 24px;
  }
  .q-desc {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .final-btn .wa-icon {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
}
.section-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}
.prog-card {
  position: relative;
  border-radius: 24px;
  perspective: 1400px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: transform var(--t-base), box-shadow var(--t-base);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 14px 30px -10px rgba(0, 0, 0, 0.45);
}
.cta-primary:focus-visible, .mega-cta-btn:focus-visible, .quiz-cta-btn:focus-visible, .wa-sticky:focus-visible {
  outline: 3px solid var(--ink, #052D23);
  outline-offset: 3px;
}
.trp-shortcode-switcher__wrapper {
  position: relative;
  display: inline-flex;
}
.trp-shortcode-anchor {
  display: none;
}
.trp-shortcode-overlay .trp-current-language-item__wrapper {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.14);
  cursor: pointer;
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  user-select: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.trp-shortcode-overlay .trp-current-language-item__wrapper:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}
.trp-language-item.trp-language-item__default.trp-language-item__current {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex-wrap: nowrap;
}
.trp-language-item__current::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='rgba(255%2C255%2C255%2C0.75)' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3a14 14 0 0 1 0 18M12 3a14 14 0 0 0 0 18'/%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.trp-shortcode-arrow {
  display: none !important;
}
.trp-shortcode-overlay .trp-switcher-dropdown-list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 6px;
  background: rgba(15, 20, 30, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translatey(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}
.trp-shortcode-overlay.is-open .trp-switcher-dropdown-list {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}
.trp-shortcode-overlay .trp-switcher-dropdown-list .trp-language-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Hanken Grotesk", "Assistant", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}
.trp-shortcode-overlay .trp-switcher-dropdown-list .trp-language-item:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
ul#menu-header-menu-not-home {
  justify-content: center;
}



.woocommerce-order-overview.order_details li {
    border: none;
}
.woocommerce-order-details table tfoot {
    background-color: transparent;
}
td.woocommerce-table__product-name.product-name strong.product-quantity {
    display: none;
}





/* ========================================
   WOOCOMMERCE PAGES (checkout + thank-you)
   ======================================== */

.woocommerce {
  margin-bottom: 60px;
  padding: 20px 14px 24px;
}

/* ========================================
   CHECKOUT — VALIDATION ERRORS
   ======================================== */
.woocommerce-NoticeGroup-checkout:empty {
  display: none;
}

form.checkout > .woocommerce-NoticeGroup-checkout {
  grid-column: 1 / -1;
  grid-row: 1;
}

.woocommerce .woocommerce-error {
  list-style: none;
  margin: 0;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: rgba(220, 50, 50, 0.1) !important;
  border: 1px solid rgba(220, 50, 50, 0.25) !important;
  border-left: 3px solid #d43c3c;
  border-radius: 8px;
  box-shadow: none !important;
}

.woocommerce .woocommerce-error li {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--text-light);
  width: auto;
}

.woocommerce .woocommerce-error li a {
  color: inherit;
  text-decoration: none;
}

.woocommerce .woocommerce-error li strong {
  color: #f06060;
  font-weight: 600;
}

.woocommerce .woocommerce-error li::before {
  content: none;
}

/* ========================================
   CHECKOUT — NOTICE (info)
   ======================================== */
.woocommerce-info {
  background: var(--lime-bg);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 14px;
  color: var(--text-light);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.woocommerce-info a {
  color: var(--lime);
  text-decoration: none;
  font-weight: 600;
  transition: opacity var(--t-fast);
}
.woocommerce-info a:hover { opacity: .75; }

/* ========================================
   CHECKOUT — COUPON
   ======================================== */
.checkout_coupon {
  background: rgba(255,255,255,.03);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 14px;
}
.checkout_coupon p { margin: 0; }
.checkout_coupon label {
  display: block;
  font-size: 11.5px;
  color: var(--text-mute);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 600;
  margin-bottom: 6px;
}
.checkout_coupon input[type="text"] {
  width: 220px;
  max-width: 100%;
  background: rgba(0,0,0,.25);
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--text-light);
  font-family: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color var(--t-fast);
}
.checkout_coupon input[type="text"]:focus { border-color: var(--lime); }
.checkout_coupon button {
  display: inline-flex;
  align-items: center;
  background: var(--lime);
  color: var(--ink);
  border: none;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 999px;
  cursor: pointer;
  transition: transform var(--t-base), box-shadow var(--t-base);
  box-shadow: var(--shadow-press);
}
.checkout_coupon button:hover {
  transform: scale(1.04) translateY(-2px);
  box-shadow: 0 0 0 4px var(--lime-glow), 0 18px 36px rgba(230,255,85,.35);
}

/* ========================================
   CHECKOUT — TWO-COLUMN LAYOUT
   ======================================== */
.woocommerce-additional-fields {
  display: none !important;
}

form.checkout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
form.checkout > .col2-set {
  grid-column: 1;
  grid-row: 2;
  margin-bottom: 0;
  display: block;
}
form.checkout > div:not(.col2-set):not(.woocommerce-NoticeGroup-checkout) {
  grid-column: 2;
  grid-row: 2;
}

.col-1, .col-2 {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

/* ========================================
   CHECKOUT — BILLING FIELDS
   ======================================== */
.woocommerce-billing-fields {
  background: rgba(255,255,255,.03);
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  padding: 24px 24px 20px;
}
.woocommerce-billing-fields h3,
#order_review_heading {
  font-weight: 500;
  font-size: clamp(18px,1.8vw,24px);
  letter-spacing: -.01em;
  color: var(--text-light);
  margin: 0 0 20px;
  line-height: 1.15;
}
#order_review_heading {
  margin-bottom: 16px;
}

/* ===== FIELDS WRAPPER ===== */
.woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

h3#order_review_heading {
  display: none;
}
.checkout-inline-error-message {
  display: none;
}
.form-row {
  margin: 0;
  width: 100%;
}
.form-row.notes {
  grid-column: 1 / -1;
}
.form-row label {
  display: block;
  font-size: 12px;
  color: var(--text-dim);
  font-weight: 600;
  letter-spacing: .02em;
  margin-bottom: 6px;
}
.form-row label .required {
  color: var(--lime);
  text-decoration: none;
}
.form-row label .optional {
  color: var(--text-mute);
  font-weight: 400;
  font-size: 11px;
}

/* ===== INPUTS ===== */
.form-row input[type="text"],
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row input[type="number"],
.form-row input[type="password"],
.form-row select,
.form-row textarea,
.select2-container .select2-selection--single {
  width: 100%;
  background: rgba(0,0,0,.2);
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--text-light);
  font-family: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
  line-height: 1.4;
  box-sizing: border-box;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: var(--lime);
  box-shadow: 0 0 0 3px rgba(230,255,85,.1);
}
.form-row textarea {
  resize: vertical;
  min-height: 80px;
}

/* ===== SELECT ===== */
.form-row select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23E6FF55' stroke-width='2.5'><path d='M6 9l6 6l6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
  cursor: pointer;
}

/* ===== SELECT2 ===== */
.select2-container .select2-selection--single {
  height: auto;
  display: flex;
  align-items: center;
  background: rgba(0,0,0,.2);
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  padding: 12px 14px;
}
.select2-container .select2-selection__rendered {
  color: var(--text-light) !important;
  padding: 0 !important;
  line-height: 1.4 !important;
  font-size: 14px;
}
.select2-container .select2-selection__arrow {
  height: 100%;
  right: 12px;
}
.select2-container .select2-selection__arrow b {
  border-top-color: var(--lime) !important;
  border-width: 6px 5px 0 !important;
}
.select2-container--open .select2-selection--single {
  border-color: var(--lime);
  box-shadow: 0 0 0 3px rgba(230,255,85,.1);
}
.select2-dropdown {
  background: var(--forest);
  border: 1px solid var(--border-light);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 48px -12px rgba(0,0,0,.6);
}
.select2-results__option {
  color: var(--text-dim);
  font-size: 14px;
  padding: 10px 14px;
  transition: background var(--t-fast);
}
.select2-results__option--highlighted {
  background: var(--lime-bg) !important;
  color: var(--text-light) !important;
}
.select2-results__option[aria-selected="true"] {
  background: rgba(230,255,85,.06) !important;
  color: var(--lime) !important;
}
.select2-search--dropdown {
  padding: 8px;
  background: rgba(0,0,0,.15);
}
.select2-search__field {
  background: rgba(0,0,0,.25) !important;
  border: 1px solid var(--border-soft) !important;
  border-radius: 8px !important;
  padding: 8px 10px !important;
  color: var(--text-light) !important;
  font-size: 13px !important;
  outline: none !important;
}

/* ========================================
   SHARED — ORDER TABLE (checkout & thank-you)
   ======================================== */
#order_review {
  margin-bottom: 0;
}

.shop_table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255,255,255,.03);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  overflow: hidden;
}

.shop_table thead th {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-mute);
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 14px 18px;
  background: rgba(255,255,255,.04);
  border-bottom: 1px solid var(--border-soft);
  text-align: left;
}
.shop_table thead .product-total,
.shop_table thead .product-table {
  text-align: right;
}

.shop_table tbody td {
  padding: 14px 18px;
  font-size: 14.5px;
  color: var(--text-light);
  border-bottom: 1px solid var(--border-soft);
}
.shop_table tbody .product-total {
  text-align: right;
}

.shop_table tbody td .product-quantity {
  color: var(--text-dim);
  font-weight: 400;
  font-size: 13px;
}

.shop_table tbody a {
  color: var(--text-light);
  text-decoration: none;
  font-weight: 500;
  transition: color var(--t-fast);
}
.shop_table tbody a:hover {
  color: var(--lime);
}

.shop_table tfoot th {
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dim);
  text-align: left;
  border-bottom: 1px solid var(--border-soft);
}
.shop_table tfoot td {
  padding: 12px 18px;
  font-size: 14px;
  color: var(--text-light);
  text-align: right;
  border-bottom: 1px solid var(--border-soft);
}

.shop_table tfoot tr:last-child th,
.shop_table tfoot tr:last-child td {
  border-bottom: none;
}

.shop_table .order-total th,
.shop_table .order-total td {
  padding: 18px;
}
.shop_table .order-total {
  background: rgba(230,255,85,.04);
}
.shop_table .order-total th {
  font-weight: 600;
  font-size: 17px;
  color: var(--text-light);
}
.shop_table .order-total td strong {
  font-size: 24px;
  font-weight: 600;
  color: var(--lime);
  letter-spacing: -.01em;
}

.shop_table .woocommerce-Price-amount {
  font-variant-numeric: tabular-nums;
}

/* ===== ITEM META (thank-you) ===== */
.wc-item-meta {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}
.wc-item-meta li {
  font-size: 12px;
  color: var(--text-dim);
  line-height: 1.4;
}
.wc-item-meta li strong {
  color: var(--text-mute);
  font-weight: 600;
}
.wc-item-meta li p {
  display: inline;
  margin: 0;
}

/* ========================================
   CHECKOUT — PAYMENT
   ======================================== */
#payment {
  margin-top: 20px;
  background: rgba(255,255,255,.03);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  padding: 18px 20px;
}
#payment ul.wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0;
}
#payment .wc_payment_method {
  padding: 10px 0;
}
#payment .wc_payment_method + .wc_payment_method {
  border-top: 1px solid var(--border-soft);
}
#payment .wc_payment_method label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-light);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  padding: 4px 0;
  transition: color var(--t-fast);
  line-height: 1.3;
}
#payment .wc_payment_method label:hover {
  color: var(--lime);
}
#payment .input-radio {
  display: none;
}
#payment .wc_payment_method label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid var(--border-soft);
  border-radius: 50%;
  flex-shrink: 0;
  transition: all var(--t-fast);
  background: transparent;
}
#payment .wc_payment_method input[type="radio"]:checked + label::before {
  border-color: var(--lime);
  background: var(--lime);
  box-shadow: inset 0 0 0 4px var(--ink);
}
#payment .payment_box {
  margin: 10px 0 2px 32px;
  padding: 12px 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-dim);
}
#payment .payment_box p {
  margin: 0;
}

/* ========================================
   CHECKOUT — TERMS
   ======================================== */
.woocommerce-terms-and-conditions-wrapper {
  margin: 18px 0 16px;
  padding: 14px 16px;
  background: rgba(255,255,255,.025);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 10px;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--text-mute);
}
.woocommerce-terms-and-conditions-wrapper a {
  color: var(--lime);
  text-decoration: none;
  font-weight: 600;
  transition: opacity var(--t-fast);
}
.woocommerce-terms-and-conditions-wrapper a:hover {
  opacity: .8;
}
.woocommerce-privacy-policy-text p {
  margin: 0;
}

/* ========================================
   CHECKOUT — PLACE ORDER BUTTON
   ======================================== */
#place_order {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  background: var(--lime);
  color: var(--ink);
  border: none;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 24px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: var(--shadow-press);
  transition: transform var(--t-base), box-shadow var(--t-base);
  position: relative;
  overflow: hidden;
  line-height: 1.2;
  letter-spacing: -.005em;
}
#place_order::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,transparent 30%,rgba(255,255,255,.4) 50%,transparent 70%);
  transform: translateX(-100%);
  transition: transform 600ms var(--ease);
}
#place_order:hover {
  transform: scale(1.02) translateY(-2px);
  box-shadow: 0 0 0 4px var(--lime-glow), 0 18px 36px rgba(230,255,85,.35);
}
#place_order:hover::before {
  transform: translateX(100%);
}
#place_order:disabled {
  opacity: .35;
  cursor: not-allowed;
  transform: none !important;
}
#place_order + noscript {
  display: block;
  margin-top: 16px;
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.5;
}

/* ========================================
   THANK-YOU — SUCCESS NOTICE
   ======================================== */
.woocommerce-notice--success {
  background: var(--lime-bg);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 600;
  color: var(--lime);
  margin-bottom: 28px;
}

/* ========================================
   THANK-YOU — ORDER OVERVIEW
   ======================================== */
.woocommerce-order-overview {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
  background: rgba(255,255,255,.03);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  padding: 20px 22px;
}
.woocommerce-order-overview li {
  font-size: 12.5px;
  color: var(--text-mute);
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 600;
  line-height: 1.5;
}
.woocommerce-order-overview li strong {
  display: block;
  font-size: 15px;
  color: var(--text-light);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 4px;
}
.woocommerce-order-overview .order strong {
  color: var(--lime);
  font-weight: 700;
}

/* ========================================
   THANK-YOU — ORDER DETAILS SECTION
   ======================================== */
.woocommerce-order-details {
  margin-bottom: 32px;
}

.woocommerce-order-details__title {
  font-weight: 500;
  font-size: clamp(18px,1.8vw,24px);
  letter-spacing: -.01em;
  color: var(--text-light);
  margin: 0 0 16px;
  line-height: 1.15;
}

/* ========================================
   THANK-YOU — CUSTOMER DETAILS
   ======================================== */
.woocommerce-customer-details {
  background: rgba(255,255,255,.03);
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  padding: 24px;
}
.woocommerce-column__title {
  font-weight: 500;
  font-size: clamp(16px,1.6vw,20px);
  letter-spacing: -.01em;
  color: var(--text-light);
  margin: 0 0 16px;
  line-height: 1.15;
}
.woocommerce-customer-details address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-dim);
  margin: 0;
}
.woocommerce-customer-details address p {
  margin: 6px 0 0;
}
.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
  color: var(--text-light);
}

/* ========================================
   COMMON — NARROW LAYOUT FOR CHECKOUT
   ======================================== */
form.checkout ~ .woocommerce {
  max-width: 1200px;
}

/* ========================================
   RESPONSIVE
   ======================================== */

/* Tablet */
@media (max-width: 960px) {

  form.checkout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  form.checkout > .col2-set,
  form.checkout > div:not(.col2-set):not(.woocommerce-NoticeGroup-checkout) {
    grid-column: 1;
    grid-row: auto;
  }
  form.checkout > .woocommerce-NoticeGroup-checkout {
    grid-column: 1;
    grid-row: auto;
  }

  .woocommerce-billing-fields {
    padding: 20px 18px 18px;
  }
  .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}

/* Mobile */
@media (max-width: 640px) {

  .woocommerce-billing-fields h3,
  .woocommerce-order-details__title,
  .woocommerce-column__title,
  #order_review_heading {
    font-size: 17px;
    margin-bottom: 16px;
  }

  .woocommerce-billing-fields {
    padding: 16px 14px 14px;
    border-radius: 14px;
  }
  .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .woocommerce-order-overview {
    grid-template-columns: 1fr 1fr;
    padding: 16px;
    gap: 12px;
  }

  .woocommerce-customer-details {
    padding: 18px;
  }

  .wc-item-meta {
    flex-direction: column;
    gap: 2px;
  }

  .shop_table thead th,
  .shop_table tbody td,
  .shop_table tfoot th,
  .shop_table tfoot td {
    padding: 10px 12px;
    font-size: 13px;
  }
  .shop_table .order-total th,
  .shop_table .order-total td {
    padding: 14px 12px;
  }
  .shop_table .order-total td strong {
    font-size: 20px;
  }

  #payment {
    padding: 14px;
  }
  #payment .wc_payment_method label {
    font-size: 14px;
  }

  #place_order {
    font-size: 16px;
    padding: 14px 20px;
  }

  .checkout_coupon {
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
  }
  .checkout_coupon input[type="text"] {
    width: 100%;
  }
  .checkout_coupon button {
    width: 100%;
    justify-content: center;
  }
}

/* Very narrow */
@media (max-width: 380px) {

  .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }

  .shop_table thead th,
  .shop_table tbody td,
  .shop_table tfoot th,
  .shop_table tfoot td {
    padding: 8px 10px;
    font-size: 12px;
  }
  .shop_table .order-total td strong {
    font-size: 17px;
  }
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none !important;
}
.woocommerce-invalid input {
    background: #ff000040 !important;
}


.woocommerce-checkout h1 {
    text-align: center;
}






/* ========================================
   CUSTOM FIELDS TABLE (thank-you)
   ======================================== */
.woocommerce-table--custom-fields {
  border-collapse: collapse;
  background: rgba(255,255,255,.03);
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  overflow: hidden;
  width: 100%;
  margin-top: 16px;
}

.woocommerce-table--custom-fields th {
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-mute);
  text-transform: uppercase;
  letter-spacing: .05em;
  text-align: left;
  background: rgba(255,255,255,.04);
  border-bottom: 1px solid var(--border-soft);
  white-space: nowrap;
  width: 1%;
}

.woocommerce-table--custom-fields td {
  padding: 10px 16px;
  font-size: 14px;
  color: var(--text-light);
  border-bottom: 1px solid var(--border-soft);
  font-weight: 500;
}

.woocommerce-table--custom-fields tbody tr:last-child th,
.woocommerce-table--custom-fields tbody tr:last-child td {
  border-bottom: none;
}

@media (max-width: 640px) {
  .woocommerce-table--custom-fields th,
  .woocommerce-table--custom-fields td {
    padding: 8px 12px;
    font-size: 13px;
  }
}






.accessibility-location-left .aicon_link {
    bottom: 48px ;
}





/* ========================================
   TRP LANGUAGE DETECTION POPUP
   Стилизация под бренд (ink, lime, blur)
   ======================================== */

/* Бэкдроп — полупрозрачный blur */
#trp_ald_modal_container {
  background: rgba(3, 20, 15, .72) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

/* Карточка */
.trp_ald_modal {
  background: linear-gradient(180deg, #0e4a2c 0%, #052D23 100%) !important;
  border: 1px solid rgba(230, 255, 85, .28) !important;
  border-radius: 22px !important;
  padding: 32px 28px 24px !important;
  box-shadow:
    0 40px 90px -10px rgba(0, 0, 0, .7),
    0 0 0 1px rgba(230, 255, 85, .12) !important;
  max-width: 400px !important;
  width: calc(100% - 32px) !important;
}

/* Текст */
#trp_ald_popup_text {
  font-family: "Hanken Grotesk", "Assistant", system-ui, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, .86) !important;
  text-align: center !important;
  margin-bottom: 22px !important;
}

/* Селектор языка */
.trp_ald_ls_container {
  margin-bottom: 14px !important;
}

/* Текущий язык (триггер) */
.trp-ls-shortcode-current-language {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 14px 16px !important;
  background: rgba(255, 255, 255, .04) !important;
  border: 1.5px solid rgba(255, 255, 255, .1) !important;
  border-radius: 14px !important;
  color: #fff !important;
  font-family: "Hanken Grotesk", "Assistant", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: border-color .2s ease, background .2s ease !important;
}
.trp-ls-shortcode-current-language:hover {
  border-color: rgba(230, 255, 85, .32) !important;
  background: rgba(230, 255, 85, .08) !important;
}
.trp-ls-shortcode-current-language .trp-flag-image {
  width: 22px !important;
  height: 16px !important;
  border-radius: 2px !important;
  object-fit: cover !important;
}

/* Выпадающий список языков */
.trp-ls-shortcode-language {
  background: rgba(5, 45, 35, .98) !important;
  border: 1px solid rgba(230, 255, 85, .2) !important;
  border-radius: 14px !important;
  padding: 6px !important;
  margin-top: 4px !important;
  box-shadow: 0 20px 48px -12px rgba(0, 0, 0, .6) !important;
}

/* Опции языка */
.trp-ald-popup-select {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 12px 14px !important;
  border-radius: 10px !important;
  color: rgba(255, 255, 255, .72) !important;
  font-family: "Hanken Grotesk", "Assistant", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: background .2s ease, color .2s ease !important;
}
.trp-ald-popup-select:hover {
  background: rgba(230, 255, 85, .08) !important;
  color: #fff !important;
}
.trp-ald-popup-select .trp-flag-image {
  width: 22px !important;
  height: 16px !important;
  border-radius: 2px !important;
  object-fit: cover !important;
}

/* Кнопка смены языка */
#trp_ald_popup_change_language {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 14px 20px !important;
  background: #E6FF55 !important;
  color: #052D23 !important;
  border: none !important;
  border-radius: 999px !important;
  font-family: "Hanken Grotesk", "Assistant", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
  box-shadow: 0 4px 16px rgba(230, 255, 85, .4) !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
}
#trp_ald_popup_change_language:hover {
  transform: scale(1.03) !important;
  box-shadow:
    0 0 0 4px rgba(230, 255, 85, .22),
    0 18px 36px rgba(230, 255, 85, .35) !important;
}

/* Ряд: селектор + кнопка */
.trp_ald_select_and_button {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

/* Кнопка закрытия (X) */
#trp_ald_x_button_and_textarea {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 18px !important;
  text-decoration: none !important;
  color: rgba(255, 255, 255, .5) !important;
  font-family: "Hanken Grotesk", "Assistant", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  transition: color .2s ease !important;
	width: 100%;
}
#trp_ald_x_button_and_textarea:hover {
  color: #E6FF55 !important;
}

/* Крестик */
/* Крестик — SVG mask, перебивает плагиновый dashicon */
#trp_ald_modal_popup #trp_ald_x_button::before {
  content: "" !important;
  font: unset !important;
  color: transparent !important;
  background: currentColor !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6l-12 12m0-12l12 12'/%3E%3C/svg%3E") center/14px no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6l-12 12m0-12l12 12'/%3E%3C/svg%3E") center/14px no-repeat !important;
  width: 16px !important;
  height: 16px !important;
  position: static !important;
  inset: unset !important;
  border-radius: 0 !important;
  transform: none !important;
}
#trp_ald_x_button {
  position: relative;
}
#trp_ald_x_button:hover {
  background: rgba(230, 255, 85, .12) !important;
  border-color: rgba(230, 255, 85, .3) !important;
  color: #E6FF55 !important;
}

/* Текст "Close and do not switch language" */
#trp_ald_x_button_textarea {
  font-size: 12.5px !important;
  color: inherit !important;
}
.trp_ald_button {
  margin: 0 auto!important;
}




body .accessability_container {
	z-index: 99!important;
}