:root {
  --green: #91A73B;
  --green-dark: #718629;
  --ink: #111111;
  --cream: #F7F5EC;
  --white: #FFFFFF;
  --muted: #6F7168;
  --line: rgba(17,17,17,.11);
  --radius-lg: 34px;
  --radius-md: 22px;
  --shadow: 0 24px 70px rgba(17,17,17,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Tajawal", "Inter", sans-serif;
  line-height: 1.6;
}
body.en {
  font-family: "Inter", "Tajawal", sans-serif;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247,245,236,.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: baseline;
  letter-spacing: -2px;
  font-size: 34px;
  line-height: 1;
  direction: ltr;
}
.brand-fit { font-weight: 400; }
.brand-fat { font-weight: 800; }
.desktop-nav { display: flex; align-items: center; gap: 28px; font-weight: 600; font-size: 15px; }
.desktop-nav a { opacity: .72; }
.desktop-nav a:hover { opacity: 1; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-btn {
  width: 46px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: transparent;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border-radius: 16px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-small { min-height: 42px; padding: 10px 16px; border-radius: 14px; font-size: 14px; }
.btn-primary { background: var(--green); color: var(--ink); box-shadow: 0 16px 36px rgba(145,167,59,.25); }
.btn-primary:hover { background: #9caf45; }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-ghost { border-color: var(--line); background: rgba(255,255,255,.4); }
.btn-light { background: var(--white); color: var(--ink); }
.hero {
  padding: 76px 0 68px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: 64px;
}
.eyebrow {
  display: inline-block;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .02em;
  color: var(--green-dark);
  margin-bottom: 14px;
}
.eyebrow.light { color: rgba(255,255,255,.72); }
.hero h1 {
  margin: 0;
  font-size: clamp(54px, 7vw, 96px);
  line-height: .95;
  letter-spacing: -4px;
}
.hero h1 span { display: block; }
.hero-accent { color: var(--green); }
.hero-copy > p {
  max-width: 610px;
  margin: 26px 0 0;
  font-size: clamp(18px, 2vw, 22px);
  color: var(--muted);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 24px; color: var(--muted); font-size: 14px; font-weight: 600; }
.hero-points span::before { content: "✓"; margin-inline-end: 6px; color: var(--green-dark); font-weight: 900; }

.hero-visual {
  min-height: 520px;
  position: relative;
  display: grid;
  place-items: center;
}
.hero-visual::before {
  content: "";
  width: 430px;
  height: 430px;
  background: var(--green);
  border-radius: 50%;
  position: absolute;
  filter: saturate(.9);
}
.meal-card {
  position: relative;
  width: min(420px, 90%);
  background: #151515;
  border-radius: 36px;
  padding: 28px;
  box-shadow: var(--shadow);
  transform: rotate(-4deg);
}
.plate {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 42%, #333 0 53%, #111 54% 68%, #2e2e2e 69% 76%, #111 77%);
  overflow: hidden;
}
.rice {
  position: absolute;
  width: 48%;
  height: 44%;
  left: 14%;
  top: 28%;
  border-radius: 48% 52% 58% 42%;
  background:
    radial-gradient(ellipse at center, #fff 0 20%, transparent 21%) 0 0/14px 9px,
    #f3efe3;
  box-shadow: inset -10px -10px 22px rgba(0,0,0,.08);
}
.chicken {
  position: absolute;
  width: 31%;
  height: 12%;
  right: 15%;
  border-radius: 40% 52% 48% 44%;
  background: linear-gradient(180deg, #d89855, #a85f26);
  box-shadow: inset 0 4px 0 rgba(255,255,255,.18), 0 7px 12px rgba(0,0,0,.24);
}
.chicken::after {
  content:"";
  position:absolute;
  inset: 22% 10%;
  background: repeating-linear-gradient(90deg, transparent 0 11px, rgba(70,32,10,.45) 12px 15px);
  border-radius: inherit;
}
.c1 { top: 28%; transform: rotate(-8deg); }
.c2 { top: 43%; right: 11%; transform: rotate(6deg); }
.c3 { top: 58%; right: 17%; transform: rotate(-2deg); }
.greens {
  position: absolute;
  width: 13%;
  aspect-ratio: 1;
  border-radius: 45% 55% 44% 56%;
  background: radial-gradient(circle at 40% 35%, #7dbb47, #3f7422 70%);
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
}
.g1 { bottom: 14%; left: 20%; }
.g2 { bottom: 10%; left: 36%; transform: scale(.8); }
.tomato {
  position: absolute;
  width: 9%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ff8b6f, #d93f2d 70%);
}
.t1 { left: 34%; top: 18%; }
.t2 { left: 24%; top: 18%; transform: scale(.8); }
.meal-label { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-top: 18px; color: white; }
.meal-label strong { font-size: 18px; }
.meal-label span { color: rgba(255,255,255,.58); font-size: 13px; }
.floating-chip {
  position: absolute;
  z-index: 2;
  background: var(--white);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 12px 32px rgba(0,0,0,.1);
  border-radius: 16px;
  padding: 12px 16px;
  font-weight: 800;
}
.chip-one { top: 66px; left: 8px; transform: rotate(5deg); }
.chip-two { bottom: 58px; right: 2px; transform: rotate(-4deg); }

.trust-strip { background: var(--ink); color: white; }
.trust-grid { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 12px; padding: 24px; border-inline-start: 1px solid rgba(255,255,255,.1); }
.trust-grid > div:first-child { border-inline-start: 0; }
.trust-grid strong { color: var(--green); font-size: 24px; }
.trust-grid span { font-weight: 700; }

.section { padding: 108px 0; }
.section-heading { max-width: 700px; margin-bottom: 42px; }
.section-heading.compact { margin-bottom: 34px; }
.section-heading h2, .how-grid h2, .corporate-card h2, .final-card h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.08;
  letter-spacing: -2px;
}
.section-heading p, .how-grid p, .corporate-card p {
  color: var(--muted);
  font-size: 18px;
  margin: 18px 0 0;
}
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.plan-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
}
.plan-card.featured {
  background: var(--ink);
  color: white;
  transform: translateY(-10px);
}
.plan-badge {
  position: absolute;
  top: 22px;
  inset-inline-end: 22px;
  background: var(--green);
  color: var(--ink);
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}
.plan-card h3 { margin: 0 0 8px; font-size: 26px; }
.plan-count { color: var(--muted); font-weight: 700; }
.plan-card.featured .plan-count { color: rgba(255,255,255,.58); }
.plan-price { font-size: 52px; line-height: 1; font-weight: 900; margin: 28px 0 10px; letter-spacing: -2px; }
.plan-price small { font-size: 17px; font-weight: 700; letter-spacing: 0; }
.plan-list { margin: 22px 0 28px; padding: 0; list-style: none; }
.plan-list li { margin-bottom: 10px; }
.plan-list li::before { content: "✓"; color: var(--green-dark); font-weight: 900; margin-inline-end: 8px; }
.plan-card.featured .plan-list li::before { color: var(--green); }
.plan-card .btn { margin-top: auto; width: 100%; }

.why-section { background: #EFEDDF; }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card {
  padding: 26px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 24px;
}
.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: var(--green);
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 22px;
}
.feature-card h3 { margin: 0 0 8px; font-size: 22px; }
.feature-card p { margin: 0; color: var(--muted); }

.how-grid { display: grid; grid-template-columns: 1fr .78fr; gap: 80px; align-items: center; }
.how-grid p { margin-bottom: 26px; max-width: 650px; }
.phone-card {
  max-width: 440px;
  margin-inline: auto;
  background: #E8E6DD;
  border: 10px solid var(--ink);
  border-radius: 38px;
  padding: 22px;
  box-shadow: var(--shadow);
}
.phone-top { display: flex; align-items: center; gap: 11px; padding-bottom: 18px; border-bottom: 1px solid rgba(0,0,0,.1); }
.phone-top div { display: grid; }
.phone-top small { color: var(--muted); }
.status-dot { width: 42px; height: 42px; border-radius: 50%; background: var(--green); box-shadow: inset 0 0 0 5px rgba(255,255,255,.25); }
.chat-bubble {
  max-width: 80%;
  padding: 11px 13px;
  margin-top: 14px;
  border-radius: 15px;
  font-weight: 600;
}
.incoming { background: white; border-bottom-right-radius: 5px; }
.outgoing { background: #DCF7C5; margin-inline-start: auto; border-bottom-left-radius: 5px; }

.corporate-section { padding-top: 0; }
.corporate-card {
  background: var(--green-dark);
  color: white;
  border-radius: var(--radius-lg);
  padding: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.corporate-card p { color: rgba(255,255,255,.7); }
.final-cta { padding-top: 0; }
.final-card {
  text-align: center;
  max-width: 860px;
  margin-inline: auto;
  padding: 38px 20px;
}
.final-card h2 { margin-bottom: 30px; }

footer { border-top: 1px solid var(--line); }
.footer-grid { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); }
.footer-brand { color: var(--ink); font-size: 30px; }
.floating-whatsapp {
  position: fixed;
  inset-inline-end: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--ink);
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
  z-index: 30;
}

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero-grid, .how-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 20px; }
  .hero { padding-top: 54px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-visual { min-height: 470px; }
  .plans-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }
  .plan-card.featured { transform: none; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3) { border-inline-start: 0; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, 1160px); }
  .nav { min-height: 70px; }
  .brand { font-size: 30px; }
  .nav-actions .btn-small { display: none; }
  .hero { padding: 42px 0 48px; }
  .hero h1 { font-size: 56px; letter-spacing: -3px; }
  .hero-copy > p { font-size: 17px; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: 400px; }
  .hero-visual::before { width: 320px; height: 320px; }
  .meal-card { padding: 18px; border-radius: 28px; }
  .meal-label { align-items: start; flex-direction: column; gap: 2px; }
  .floating-chip { font-size: 13px; padding: 9px 12px; }
  .chip-one { top: 44px; }
  .chip-two { bottom: 35px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { padding: 18px 10px; gap: 8px; font-size: 13px; }
  .trust-grid strong { font-size: 18px; }
  .section { padding: 76px 0; }
  .section-heading h2, .how-grid h2, .corporate-card h2, .final-card h2 { font-size: 38px; }
  .features-grid { grid-template-columns: 1fr; }
  .corporate-card { padding: 34px 24px; flex-direction: column; align-items: stretch; text-align: center; }
  .footer-grid { min-height: 150px; flex-direction: column; justify-content: center; gap: 4px; text-align: center; }
}

/* SEO content sections */
.hero h1 { font-size: clamp(44px, 6vw, 82px); }
.hero h1 .hero-accent { margin-top: 10px; }
.lang-btn { display: inline-grid; place-items: center; text-decoration: none; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.faq-item {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 0 22px;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 34px 22px 0;
  font-size: 18px;
  font-weight: 800;
  position: relative;
}
body.en .faq-item summary { padding: 22px 0 22px 34px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  inset-inline-end: 0;
  top: 18px;
  font-size: 26px;
  color: var(--green-dark);
}
.faq-item[open] summary::after { content: "−"; }
.faq-item p { margin: 0; padding: 0 0 22px; color: var(--muted); }

.local-section { padding-top: 0; }
.local-card {
  background: #EFEDDF;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}
.local-card h2 { margin: 0; font-size: clamp(34px, 5vw, 54px); line-height: 1.08; letter-spacing: -2px; }
.local-card p { max-width: 720px; color: var(--muted); font-size: 18px; margin: 16px 0 0; }
.local-actions { display: flex; gap: 10px; flex-shrink: 0; }
.footer-contact { text-align: center; }
.footer-contact p { margin: 2px 0; }
.footer-contact a { text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 800px) {
  .faq-grid { grid-template-columns: 1fr; }
  .local-card { flex-direction: column; align-items: stretch; text-align: center; }
  .local-actions { justify-content: center; }
}
@media (max-width: 640px) {
  .hero h1 { font-size: 44px; }
  .local-card { padding: 30px 20px; }
  .local-actions { display: grid; }
  .local-actions .btn { width: 100%; }
}


/* Official FitFat logo */
.brand {
  letter-spacing: 0;
}
.site-logo {
  display: block;
  width: 104px;
  height: auto;
  object-fit: contain;
}
.footer-brand .site-logo {
  width: 92px;
}

/* Real hero photography */
.hero-photo-visual {
  min-height: 590px;
  margin: 0;
}
.hero-photo-visual::before {
  width: 455px;
  height: 455px;
}
.hero-photo-frame {
  position: relative;
  z-index: 1;
  width: min(435px, 91%);
  transform: rotate(-3deg);
  background: var(--ink);
  border-radius: 34px;
  padding: 12px;
  box-shadow: var(--shadow);
}
.hero-photo-frame img {
  width: 100%;
  height: 510px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
}
.hero-photo-frame figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 10px 5px;
  color: var(--white);
}
.hero-photo-frame figcaption strong {
  font-size: 19px;
}
.hero-photo-frame figcaption span {
  color: rgba(255,255,255,.58);
  font-size: 13px;
}

/* Subscription pricing families */
.pricing-families {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.pricing-family {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
}
.pricing-family:nth-child(2) {
  background: var(--ink);
  color: var(--white);
  transform: translateY(-10px);
}
.pricing-family-header {
  min-height: 138px;
  padding: 26px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}
.pricing-family:nth-child(2) .pricing-family-header {
  border-color: rgba(255,255,255,.12);
}
.pricing-family-number {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--green);
  color: var(--ink);
  font-weight: 900;
}
.pricing-family h3 {
  margin: 0;
  font-size: 27px;
  line-height: 1.15;
}
.pricing-family-header p {
  margin: 7px 0 0;
  color: var(--muted);
  line-height: 1.4;
}
.pricing-family:nth-child(2) .pricing-family-header p {
  color: rgba(255,255,255,.58);
}
.pricing-list {
  display: grid;
}
.pricing-row {
  min-height: 100px;
  padding: 17px 22px;
  display: grid;
  grid-template-columns: 1fr auto 24px;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  transition: background .2s ease, transform .2s ease;
}
.pricing-row:last-child {
  border-bottom: 0;
}
.pricing-family:nth-child(2) .pricing-row {
  border-color: rgba(255,255,255,.1);
}
.pricing-row:hover {
  background: rgba(145,167,59,.11);
}
.pricing-meals,
.pricing-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px;
}
.pricing-meals strong {
  font-size: 28px;
}
.pricing-meals small {
  flex-basis: 100%;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}
.pricing-family:nth-child(2) .pricing-meals small {
  color: rgba(255,255,255,.55);
}
.pricing-price {
  justify-content: flex-end;
  color: var(--green-dark);
}
.pricing-family:nth-child(2) .pricing-price {
  color: var(--green);
}
.pricing-price strong {
  font-size: 36px;
  line-height: 1;
}
.pricing-price small {
  font-size: 13px;
  font-weight: 700;
}
.pricing-arrow {
  font-size: 20px;
  opacity: .45;
}
.pricing-notes {
  margin-top: 20px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 30px;
  align-items: center;
  background: #EFEDDF;
  border: 1px solid var(--line);
  border-radius: 24px;
}
.pricing-notes h3 {
  margin: 0 0 8px;
  font-size: 21px;
}
.pricing-notes p {
  margin: 4px 0;
}
.delivery-note {
  color: var(--muted);
  font-weight: 600;
}

/* Meal gallery */
.gallery-section {
  background: var(--ink);
  color: var(--white);
}
.gallery-section .eyebrow {
  color: var(--green);
}
.gallery-section .section-heading p {
  color: rgba(255,255,255,.62);
}
.meal-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 250px;
  gap: 14px;
}
.gallery-card {
  grid-column: span 4;
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
  background: #222;
}
.gallery-card-wide {
  grid-column: span 8;
}
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.gallery-card:hover img {
  transform: scale(1.035);
}
.gallery-card figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 54px 20px 18px;
  background: linear-gradient(transparent, rgba(0,0,0,.78));
}
.gallery-card figcaption strong {
  font-size: 19px;
}

/* SEO and performance-friendly image handling */
img {
  max-width: 100%;
}

@media (max-width: 980px) {
  .pricing-families {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin-inline: auto;
  }
  .pricing-family:nth-child(2) {
    transform: none;
  }
  .meal-gallery {
    grid-auto-rows: 230px;
  }
  .gallery-card,
  .gallery-card-wide {
    grid-column: span 6;
  }
}

@media (max-width: 640px) {
  .site-logo {
    width: 84px;
  }
  .hero-photo-visual {
    min-height: 480px;
  }
  .hero-photo-frame {
    width: min(350px, 91%);
    padding: 9px;
    border-radius: 27px;
  }
  .hero-photo-frame img {
    height: 390px;
    border-radius: 20px;
  }
  .hero-photo-frame figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
  .pricing-family-header {
    min-height: 120px;
    padding: 22px;
  }
  .pricing-row {
    padding: 15px 17px;
    grid-template-columns: 1fr auto 18px;
  }
  .pricing-price strong {
    font-size: 31px;
  }
  .pricing-notes {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .meal-gallery {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding-bottom: 8px;
  }
  .gallery-card,
  .gallery-card-wide {
    flex: 0 0 84%;
    height: 380px;
    scroll-snap-align: center;
  }
}
