/* =====================================================
   Fooda Trading W.L.L. — main stylesheet
   Official brand identity (branding/لوقو فودة-05.jpg):
     Green  #206F51   (primary)
     Cream  #F5EAD6   (background)
     Gray   #545454   (text)
   Fonts: FF Shamel (Arabic headings), Bahnschrift (Latin)
   ===================================================== */

@font-face {
  font-family: 'Shamel';
  src: url('../fonts/shamel-bold.ttf') format('truetype');
  font-weight: 400 800;
  font-display: swap;
}
@font-face {
  font-family: 'Bahnschrift';
  src: url('../fonts/bahnschrift.ttf') format('truetype');
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --green-950: #163F30;
  --green-900: #206F51;   /* official */
  --green-800: #27835F;
  --green-700: #2E9066;
  --green-tint: #E4EEE7;
  --cream: #F5EAD6;       /* official */
  --cream-soft: #FBF6EA;
  --cream-deep: #EBDDBE;
  --ink: #545454;         /* official */
  --ink-soft: #757570;
  --white: #ffffff;
  --wa: #25D366;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 10px 30px rgba(32, 111, 81, .12);
  --shadow-soft: 0 4px 14px rgba(32, 111, 81, .08);
  --font-en: 'Bahnschrift', 'Manrope', sans-serif;
  --font-ar: 'Tajawal', sans-serif;
  --font-head-ar: 'Shamel', 'Tajawal', sans-serif;
  --container: 1180px;
  /* Leaf pattern tile (from the brand letterhead) */
  --leaf-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='30' viewBox='0 0 58 30'%3E%3Cg fill='none' stroke='%23206F51' stroke-width='1.4'%3E%3Cpath d='M3 13C3 7 8 2 15 2c0 6-5 11-12 11Z'/%3E%3Cpath d='M4 12C7 9 10 6 14 3'/%3E%3Cpath d='M55 17c0 6-5 11-12 11 0-6 5-11 12-11Z'/%3E%3Cpath d='M54 18c-3 3-6 6-10 9'/%3E%3C/g%3E%3C/svg%3E");
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-en);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}
body.lang-ar { font-family: var(--font-ar); letter-spacing: 0 !important; }
body.lang-ar * { letter-spacing: 0 !important; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 24px;
}

h1, h2, h3 { line-height: 1.3; color: var(--green-900); font-weight: 700; }
body.lang-ar h1, body.lang-ar h2, body.lang-ar h3 { font-family: var(--font-head-ar); }

.skip-link {
  position: absolute; inset-inline-start: -999px; top: 0;
  background: var(--green-900); color: var(--cream); padding: 10px 18px; z-index: 200;
}
.skip-link:focus { inset-inline-start: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 28px; border-radius: 999px;
  font-weight: 700; font-size: 15.5px; font-family: inherit;
  border: 2px solid transparent; cursor: pointer;
  transition: all .25s ease;
}
.btn-primary { background: var(--green-900); color: var(--cream); }
.btn-primary:hover { background: var(--green-950); transform: translateY(-2px); }
.btn-outline { border-color: var(--green-900); color: var(--green-900); }
.btn-outline:hover { background: var(--green-900); color: var(--cream); }
.btn-cream, .btn-gold { background: var(--cream); color: var(--green-900); }
.btn-cream:hover, .btn-gold:hover { background: var(--white); transform: translateY(-2px); }
.btn-outline-cream { border-color: rgba(245, 234, 214, .6); color: var(--cream); }
.btn-outline-cream:hover { border-color: var(--cream); background: rgba(245, 234, 214, .12); }
.btn-whatsapp { background: var(--wa); color: #fff; padding: 10px 20px; font-size: 14.5px; }
.btn-whatsapp:hover { background: #1fb457; transform: translateY(-2px); }

/* ---------- Header (light, on-brand letterhead style) ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(245, 234, 214, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(32, 111, 81, .16);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; min-height: 76px;
}
.brand { display: flex; align-items: center; }
.brand-logo { height: 46px; width: auto; }

.main-nav { display: flex; align-items: center; gap: 4px; }
.nav-link {
  color: var(--ink); font-weight: 600; font-size: 15px;
  padding: 9px 15px; border-radius: 999px; transition: all .2s;
}
.nav-link:hover { color: var(--green-900); background: rgba(32, 111, 81, .08); }
.nav-link.active { color: var(--cream); background: var(--green-900); }

.header-actions { display: flex; align-items: center; gap: 12px; }
.lang-switch {
  color: var(--green-900); font-weight: 700; font-size: 15px;
  border: 1.5px solid rgba(32, 111, 81, .45); border-radius: 999px;
  padding: 7px 16px; transition: all .2s;
  font-family: var(--font-ar);
}
body.lang-ar .lang-switch { font-family: var(--font-en); }
.lang-switch:hover { background: var(--green-900); color: var(--cream); }

.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer;
  flex-direction: column; gap: 5px; padding: 8px;
}
.nav-toggle span { width: 24px; height: 2.5px; background: var(--green-900); border-radius: 3px; transition: all .3s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero (brand green, like logo colorway 02) ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(46, 144, 102, .5), transparent 60%),
    radial-gradient(700px 500px at 0% 110%, rgba(22, 63, 48, .55), transparent 55%),
    var(--green-900);
  color: var(--cream);
  padding: 90px 0 100px;
}
.hero::after {
  content: ''; position: absolute; inset-inline-end: -120px; top: -120px;
  width: 480px; height: 480px; border-radius: 50%;
  border: 1.5px solid rgba(245, 234, 214, .14);
}
.hero::before {
  content: ''; position: absolute; inset-inline-end: -40px; top: -40px;
  width: 480px; height: 480px; border-radius: 50%;
  border: 1.5px solid rgba(245, 234, 214, .08);
}
.hero-grid {
  display: grid; grid-template-columns: 1.15fr .85fr;
  align-items: center; gap: 50px; position: relative; z-index: 1;
}
.hero-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--cream-deep); font-weight: 700; font-size: 14.5px;
  letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px;
}
body.lang-ar .hero-kicker { letter-spacing: 0; }
.hero-kicker::before { content: ''; width: 34px; height: 2px; background: var(--cream-deep); }
.hero h1 {
  color: var(--cream); font-size: clamp(34px, 4.6vw, 56px);
  margin-bottom: 22px; line-height: 1.22;
}
.hero-sub { color: rgba(245, 234, 214, .85); font-size: 18px; max-width: 560px; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-visual { display: flex; justify-content: center; }
.hero-logo-wrap {
  background: rgba(245, 234, 214, .06);
  border: 1px solid rgba(245, 234, 214, .18);
  border-radius: 32px; padding: 48px 56px;
  box-shadow: 0 30px 60px rgba(22, 63, 48, .3);
}
.hero-logo-wrap img { width: 300px; height: auto; }

/* ---------- Stats strip (light, brand cream) ---------- */
.stats {
  background: var(--cream-soft); color: var(--ink); padding: 38px 0;
  border-bottom: 1px solid rgba(32, 111, 81, .12);
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; padding: 10px; }
.stat-num { font-size: 40px; font-weight: 700; color: var(--green-900); line-height: 1.1; font-family: var(--font-en); }
.stat-label { font-size: 14.5px; color: var(--ink-soft); margin-top: 6px; }

/* ---------- Sections ---------- */
.section { padding: 90px 0; }
.section-alt { background: var(--cream-soft); }
.section-dark { background: var(--green-900); color: var(--cream); }
.section-dark h2, .section-dark h3 { color: var(--cream); }

.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--green-900); font-weight: 700; font-size: 14px;
  letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px;
}
body.lang-ar .kicker { letter-spacing: 0; }
.kicker::before { content: ''; width: 30px; height: 2px; background: var(--green-900); }
.section-dark .kicker { color: var(--cream-deep); }
.section-dark .kicker::before { background: var(--cream-deep); }

.section-title { font-size: clamp(28px, 3.4vw, 40px); margin-bottom: 18px; }
.section-intro { color: var(--ink-soft); max-width: 640px; font-size: 17.5px; }
.section-dark .section-intro { color: rgba(245, 234, 214, .82); }
.section-head { margin-bottom: 48px; }
.section-head.center { text-align: center; }
.section-head.center .section-intro { margin-inline: auto; }
.section-head.center .kicker { justify-content: center; }

/* ---------- About teaser (home) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split-media { position: relative; }
.about-card {
  background: var(--green-900);
  border-radius: var(--radius-lg); padding: 54px 44px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  box-shadow: var(--shadow);
}
.about-card img { width: 220px; margin-bottom: 24px; }
.about-card .since-badge {
  color: var(--cream); font-weight: 700; font-size: 20px;
  border-top: 1px solid rgba(245, 234, 214, .25); padding-top: 18px; width: 100%;
}
.split-body p { color: var(--ink-soft); margin-bottom: 26px; font-size: 17px; }

/* ---------- Cards / services ---------- */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 36px 30px; box-shadow: var(--shadow-soft);
  border: 1px solid rgba(32, 111, 81, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card-icon {
  width: 58px; height: 58px; border-radius: 16px;
  background: var(--green-tint); color: var(--green-900);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.card h3 { font-size: 19.5px; margin-bottom: 10px; }
.card p { color: var(--ink-soft); font-size: 15.5px; }

/* ---------- Why choose us ---------- */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 34px; }
.why-item {
  display: flex; align-items: flex-start; gap: 14px;
  background: rgba(245, 234, 214, .08);
  border: 1px solid rgba(245, 234, 214, .2);
  border-radius: var(--radius); padding: 18px 22px;
  font-weight: 600; font-size: 16px;
}
.why-item .tick {
  flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%;
  background: var(--cream); color: var(--green-900);
  display: flex; align-items: center; justify-content: center; margin-top: 2px;
}

/* ---------- Suwalif feature (home) ---------- */
.suwalif-feature {
  background:
    radial-gradient(700px 420px at 100% 0%, rgba(46, 144, 102, .45), transparent 55%),
    var(--green-950);
}
.tea-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 34px; }
.chip {
  background: rgba(245, 234, 214, .1); border: 1px solid rgba(245, 234, 214, .25);
  color: var(--cream); border-radius: 999px; padding: 8px 18px;
  font-size: 14.5px; font-weight: 600;
}
.chip-gold {
  background: rgba(245, 234, 214, .92); border-color: var(--cream);
  color: var(--green-900);
}
.chip-icon { display: inline-flex; align-items: center; gap: 8px; }
a.chip:hover { background: rgba(245, 234, 214, .22); border-color: var(--cream); }

/* ---------- CTA band ---------- */
.cta-band {
  background:
    radial-gradient(600px 300px at 15% 120%, rgba(46, 144, 102, .4), transparent 60%),
    var(--green-950);
  padding: 70px 0;
}
.cta-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; flex-wrap: wrap;
}
.cta-title { color: var(--cream); font-size: clamp(24px, 3vw, 34px); margin-bottom: 10px; }
.cta-text { color: rgba(245, 234, 214, .8); max-width: 540px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  background:
    radial-gradient(800px 400px at 90% -20%, rgba(46, 144, 102, .5), transparent 60%),
    var(--green-900);
  color: var(--cream); padding: 70px 0; text-align: center;
}
.page-hero h1 { color: var(--cream); font-size: clamp(32px, 4vw, 48px); margin-bottom: 14px; }
.page-hero .kicker { justify-content: center; color: var(--cream-deep); }
.page-hero .kicker::before { background: var(--cream-deep); }
.page-hero .page-sub { color: rgba(245, 234, 214, .82); max-width: 620px; margin-inline: auto; font-size: 17.5px; }

/* ---------- About page ---------- */
.prose p { color: var(--ink-soft); font-size: 17px; margin-bottom: 20px; }
.prose { max-width: 820px; margin-inline: auto; }

/* Timeline */
.timeline { position: relative; max-width: 860px; margin-inline: auto; padding-inline-start: 34px; }
.timeline::before {
  content: ''; position: absolute; inset-inline-start: 8px; top: 6px; bottom: 6px;
  width: 2px; background: linear-gradient(var(--green-700), var(--green-950));
}
.tl-item { position: relative; padding-bottom: 40px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: ''; position: absolute; inset-inline-start: -34px; top: 6px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--green-900); border: 4px solid var(--cream);
  box-shadow: 0 0 0 2px var(--green-900);
}
.section-alt .tl-item::before { border-color: var(--cream-soft); }
.tl-year { color: var(--green-900); font-weight: 700; font-size: 15px; letter-spacing: .08em; }
body.lang-ar .tl-year { letter-spacing: 0; }
.tl-item h3 { font-size: 21px; margin: 4px 0 8px; }
.tl-item p { color: var(--ink-soft); max-width: 640px; }

/* Mission / vision / values */
.mvv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.mvv-card {
  border-radius: var(--radius-lg); padding: 38px 32px;
  background: rgba(245, 234, 214, .08);
  border: 1px solid rgba(245, 234, 214, .22);
}
.mvv-card h3 { color: var(--cream); font-size: 21px; margin-bottom: 14px; }
.mvv-card p { color: rgba(245, 234, 214, .85); }
.mvv-card ul { display: flex; flex-direction: column; gap: 10px; }
.mvv-card li { display: flex; align-items: center; gap: 10px; color: rgba(245, 234, 214, .9); font-weight: 500; }
.mvv-card li::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--cream); flex: 0 0 auto; }

/* CEO quote */
.ceo-block {
  max-width: 860px; margin-inline: auto; text-align: center;
  background: var(--white); border-radius: var(--radius-lg);
  padding: 60px 56px; box-shadow: var(--shadow);
  border-top: 5px solid var(--green-900);
}
.ceo-block .quote-mark { font-size: 70px; color: var(--green-900); line-height: .5; font-family: Georgia, serif; }
.ceo-block p { color: var(--ink-soft); font-size: 17.5px; margin-bottom: 18px; }
.ceo-sign { margin-top: 28px; }
.ceo-sign .name { font-weight: 700; color: var(--green-900); font-size: 19px; }
.ceo-sign .role { color: var(--ink-soft); font-weight: 600; font-size: 14.5px; }

/* ---------- Suwalif page ---------- */
.suwalif-hero {
  background:
    radial-gradient(800px 460px at 85% -10%, rgba(46, 144, 102, .55), transparent 60%),
    var(--green-950);
}
.range-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.range-item {
  display: flex; align-items: center; gap: 14px;
  background: var(--white); border-radius: var(--radius);
  padding: 20px 22px; box-shadow: var(--shadow-soft); font-weight: 700; font-size: 16px;
  border: 1px solid rgba(32, 111, 81, .08); color: var(--green-950);
}
.range-item .leaf {
  width: 40px; height: 40px; border-radius: 12px; flex: 0 0 auto;
  background: var(--green-tint); color: var(--green-900);
  display: flex; align-items: center; justify-content: center;
}
/* Product catalogue cards */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 26px; }
.product-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 18px 18px 26px; box-shadow: var(--shadow-soft);
  border: 1px solid rgba(32, 111, 81, .08);
  display: flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-card .product-img {
  border-radius: 14px; overflow: hidden; background: #0C0C0C;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; height: 240px;
}
.product-card .product-img img { height: 100%; width: auto; object-fit: contain; }
.product-card .product-tag {
  color: var(--green-900); font-weight: 700; font-size: 12.5px;
  text-transform: uppercase; letter-spacing: .08em; margin-bottom: 4px;
}
body.lang-ar .product-card .product-tag { letter-spacing: 0; }
.product-card h3 { font-size: 18.5px; margin-bottom: 8px; }
.product-card p { color: var(--ink-soft); font-size: 14.5px; flex: 1; }
.product-card .product-spec {
  margin-top: 14px; padding-top: 12px;
  border-top: 1px dashed var(--cream-deep);
  font-size: 13.5px; color: var(--green-900); font-weight: 600;
}

/* Awards */
.awards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 900px; margin-inline: auto; }
.award-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 38px 34px; text-align: center;
  box-shadow: var(--shadow-soft); border-top: 5px solid var(--green-900);
}
.award-card .award-icon {
  width: 62px; height: 62px; border-radius: 50%;
  background: var(--green-tint); color: var(--green-900);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
}
.award-card h3 { font-size: 20px; margin-bottom: 4px; }
.award-card .award-org { color: var(--green-900); font-weight: 700; font-size: 14px; margin-bottom: 12px; }
.award-card p { color: var(--ink-soft); font-size: 15px; }

/* Bespoke / catering feature image */
.feature-photo { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.feature-photo img { width: 100%; height: 100%; object-fit: cover; }

.quote-band {
  background: var(--green-900);
  border-radius: var(--radius-lg); padding: 50px 54px;
  color: var(--cream); position: relative; overflow: hidden;
}
.quote-band::before {
  content: '“'; position: absolute; inset-inline-start: 26px; top: -12px;
  font-size: 160px; color: rgba(245, 234, 214, .22); font-family: Georgia, serif; line-height: 1;
}
.quote-band p { font-size: 19px; line-height: 1.85; position: relative; z-index: 1; }

/* ---------- Contact page ---------- */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: start; }
.contact-cards { display: flex; flex-direction: column; gap: 18px; }
.contact-card {
  display: flex; align-items: flex-start; gap: 18px;
  background: var(--white); border-radius: var(--radius-lg);
  padding: 26px 26px; box-shadow: var(--shadow-soft);
  border: 1px solid rgba(32, 111, 81, .08);
}
.contact-card .cc-icon {
  width: 50px; height: 50px; border-radius: 14px; flex: 0 0 auto;
  background: var(--green-tint); color: var(--green-900);
  display: flex; align-items: center; justify-content: center;
}
.contact-card h3 { font-size: 16px; margin-bottom: 4px; }
.contact-card p, .contact-card a { color: var(--ink-soft); font-size: 15.5px; }
.contact-card a:hover { color: var(--green-900); }

.contact-form-wrap {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 42px 40px; box-shadow: var(--shadow);
  border-top: 5px solid var(--green-900);
}
.contact-form-wrap h2 { font-size: 24px; margin-bottom: 26px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 700; font-size: 14.5px; margin-bottom: 7px; color: var(--green-900); }
.form-control {
  width: 100%; padding: 13px 16px; border-radius: 12px;
  border: 1.5px solid var(--cream-deep); background: var(--cream-soft);
  font-family: inherit; font-size: 15.5px; color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
}
.form-control:focus {
  outline: none; border-color: var(--green-900);
  box-shadow: 0 0 0 3px rgba(32, 111, 81, .14); background: var(--white);
}
textarea.form-control { min-height: 140px; resize: vertical; }

.alert { border-radius: 12px; padding: 15px 20px; margin-bottom: 22px; font-weight: 600; font-size: 15px; }
.alert-success { background: #E6F4EA; color: #206F51; border: 1px solid #BFE3CC; }
.alert-error { background: #FBEAEA; color: #A33A3A; border: 1px solid #F0CACA; }

/* ---------- Footer ---------- */
/* Leaf strip above the footer — echoes the brand letterhead */
.leaf-strip {
  height: 52px;
  background-color: var(--cream);
  background-image: var(--leaf-pattern);
  background-repeat: repeat-x;
  background-position: center;
}
.site-footer { background: var(--green-900); color: rgba(245, 234, 214, .85); }
.footer-grid {
  display: grid; grid-template-columns: 1.3fr 1fr 1.2fr;
  gap: 50px; padding: 64px 24px 44px;
}
.footer-logo { width: 190px; margin-bottom: 20px; }
.footer-brand p { font-size: 15px; max-width: 320px; }
.footer-col h3 {
  color: var(--cream); font-size: 16px; margin-bottom: 18px;
  letter-spacing: .06em; text-transform: uppercase;
}
body.lang-ar .footer-col h3 { letter-spacing: 0; }
.footer-links li, .footer-contact li { margin-bottom: 11px; }
.footer-links a { color: rgba(245, 234, 214, .8); transition: color .2s; }
.footer-links a:hover { color: var(--white); }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; }
.footer-contact svg { color: var(--cream-deep); flex: 0 0 auto; margin-top: 5px; }
.footer-contact a:hover { color: var(--white); }
.footer-bottom {
  border-top: 1px solid rgba(245, 234, 214, .18);
  padding: 20px 0; font-size: 14px; text-align: center;
}

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed; inset-inline-end: 22px; bottom: 22px; z-index: 90;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--wa); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .4);
  transition: transform .25s;
}
.wa-float:hover { transform: scale(1.08); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-kicker, .hero-kicker::before { justify-content: center; }
  .hero-actions { justify-content: center; }
  .hero-sub { margin-inline: auto; }
  .hero-visual { order: -1; }
  .hero-logo-wrap { padding: 34px 40px; }
  .hero-logo-wrap img { width: 200px; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .mvv-grid { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; }
  .header-wa span { display: none; }
  .header-wa { padding: 10px 12px; }
}

@media (max-width: 820px) {
  .main-nav {
    position: fixed; top: 76px; inset-inline: 0;
    background: var(--cream); flex-direction: column; align-items: stretch;
    padding: 18px 24px 26px; gap: 6px;
    transform: translateY(-130%); transition: transform .35s ease;
    border-bottom: 1px solid rgba(32, 111, 81, .2);
    box-shadow: 0 16px 30px rgba(32, 111, 81, .12);
    z-index: 99;
  }
  .main-nav.open { transform: translateY(0); }
  .nav-link { padding: 13px 16px; }
  .nav-toggle { display: flex; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .hero { padding: 60px 0 70px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .cta-inner { flex-direction: column; text-align: center; }
  .ceo-block { padding: 44px 28px; }
  .awards-grid { grid-template-columns: 1fr; }
  .quote-band { padding: 40px 28px; }
  .quote-band p { font-size: 17px; }
  .contact-form-wrap { padding: 32px 24px; }
  .brand-logo { height: 40px; }
}
