/* =========================================================
   Sağlıklı Sofra — Mediterranean Premium
   Anti-inflamatuar beslenme / eklem sağlığı
   ========================================================= */

:root {
  /* Palette */
  --milk: #FAF8F2;
  --warm-white: #FFFDF9;
  --olive: #6B8E4E;
  --olive-dark: #556f3d;
  --sage: #A8C09A;
  --terracotta: #C96C45;
  --terracotta-dark: #b25735;
  --gold: #D8A44C;
  --ink: #33301f;
  --ink-soft: #5c5842;
  --line: rgba(107, 142, 78, 0.16);

  --shadow-sm: 0 4px 14px rgba(51, 48, 31, 0.06);
  --shadow-md: 0 12px 34px rgba(51, 48, 31, 0.10);
  --shadow-lg: 0 24px 60px rgba(51, 48, 31, 0.14);

  --radius: 22px;
  --radius-lg: 30px;
  --maxw: 1200px;

  --font-head: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--milk);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 700; line-height: 1.15; color: var(--ink); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

section { position: relative; }

.section-pad { padding: 96px 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body);
  font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  color: var(--olive);
  background: rgba(107, 142, 78, 0.10);
  padding: 7px 16px; border-radius: 999px;
  margin-bottom: 18px;
}

.section-title { font-size: clamp(28px, 4vw, 46px); margin-bottom: 16px; }
.section-lead { max-width: 640px; color: var(--ink-soft); font-size: 18px; }
.section-head { text-align: center; margin: 0 auto 56px; max-width: 760px; }
.section-head .section-lead { margin: 0 auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 600; font-size: 16px;
  padding: 16px 30px; border-radius: 999px; border: none; cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  text-align: center;
}
.btn-primary { background: linear-gradient(135deg, var(--terracotta), var(--terracotta-dark)); color: #fff; box-shadow: 0 10px 26px rgba(201, 108, 69, 0.34); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(201, 108, 69, 0.44); }
.btn-secondary { background: transparent; color: var(--ink); border: 1.6px solid rgba(107, 142, 78, 0.4); }
.btn-secondary:hover { background: var(--olive); color: #fff; border-color: var(--olive); transform: translateY(-3px); }
.btn-gold { background: linear-gradient(135deg, var(--gold), #c1902f); color: #fff; box-shadow: 0 10px 26px rgba(216, 164, 76, 0.34); }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(216, 164, 76, 0.44); }
.btn-lg { padding: 19px 40px; font-size: 18px; }
.btn-block { width: 100%; }

/* =========================================================
   Ad label bar (Taboola compliance)
   ========================================================= */
.ad-label {
  width: 100%;
  background: #2b2820;
  color: #f2ede0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 12px;
  font-weight: 600;
}
.ad-label span { opacity: .85; }

/* =========================================================
   Header
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: rgba(255, 253, 249, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s ease;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 74px; gap: 20px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 13px;
  background: linear-gradient(135deg, var(--olive), var(--sage));
  display: grid; place-items: center; color: #fff;
  box-shadow: var(--shadow-sm);
}
.brand-svg { width: 26px; height: 26px; }
.brand-svg path, .brand-svg circle { fill: #FFFDF9; }

/* ---------- SVG icon system ---------- */
.ic-svg {
  width: 1em; height: 1em; display: inline-block; vertical-align: -0.125em;
  fill: none; stroke: currentColor; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
  color: var(--olive);
}
.ic-svg.solid { fill: currentColor; stroke: none; }
.card .ic-lg .ic-svg { width: 30px; height: 30px; }
.benefit-mini .ic .ic-svg { color: var(--terracotta); }
.include-card .ic .ic-svg { color: var(--gold); }
.hero-badge .ic-svg { width: 1.15em; height: 1.15em; color: var(--olive-dark); }
.hero-badge .ic-svg.flag { width: 1.25em; height: 1.25em; }
.footer-contact .ic-svg { color: var(--sage); width: 18px; height: 18px; }
.contact-perks .ic-svg { color: #fff; }
.ck-text .ic-svg { color: var(--gold); width: 1.1em; height: 1.1em; }
.ic-svg.flag { stroke: none; }
.brand-name { font-family: var(--font-head); font-size: 21px; font-weight: 700; }
.brand-name small { display: block; font-family: var(--font-body); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--olive); font-weight: 600; }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { font-size: 15px; font-weight: 500; color: var(--ink-soft); transition: color .2s; }
.nav-links a:hover { color: var(--olive); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s; }

/* =========================================================
   Hero
   ========================================================= */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.hero-slides { position: absolute; inset: 0; z-index: 0; }
.hero-slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transform: scale(1.08); transition: opacity 1.4s ease, transform 6s ease;
}
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(105deg, rgba(250, 248, 242, 0.96) 0%, rgba(250, 248, 242, 0.86) 38%, rgba(51, 48, 31, 0.28) 100%);
}
.hero .container { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 60px; }
.hero-content { max-width: 640px; }
.hero-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 22px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255, 253, 249, 0.85); border: 1px solid var(--line);
  padding: 8px 15px; border-radius: 999px; font-size: 13px; font-weight: 600; color: var(--olive-dark);
}
.hero h1 { font-size: clamp(34px, 5.4vw, 62px); margin-bottom: 22px; }
.hero h1 .hl { color: var(--terracotta); font-style: italic; }
.hero-lead { font-size: 19px; color: var(--ink-soft); max-width: 540px; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-note { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink-soft); }
.hero-note .stars { color: var(--gold); letter-spacing: 2px; }

/* trust numbers */
.trust-bar {
  position: relative; z-index: 3; margin-top: -60px;
}
.trust-grid {
  background: var(--warm-white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  display: grid; grid-template-columns: repeat(4, 1fr);
  padding: 30px 20px; text-align: center;
}
.trust-item { padding: 8px 12px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: none; }
.trust-num { font-family: var(--font-head); font-size: clamp(28px, 3.4vw, 40px); color: var(--olive); font-weight: 700; }
.trust-num .suffix { color: var(--terracotta); }
.trust-label { font-size: 14px; color: var(--ink-soft); margin-top: 4px; }

/* =========================================================
   Concept (screen 2)
   ========================================================= */
.concept-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.concept-media { position: relative; }
.concept-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.concept-media .float-card {
  position: absolute; bottom: 26px; left: -26px;
  background: var(--warm-white); border-radius: 18px; box-shadow: var(--shadow-md);
  padding: 16px 20px; display: flex; align-items: center; gap: 12px; max-width: 250px;
}
.concept-media .float-card .ic { width: 44px; height: 44px; border-radius: 12px; background: rgba(107,142,78,.12); display: grid; place-items: center; font-size: 22px; }
.concept-media .float-card b { display: block; font-size: 15px; }
.concept-media .float-card span { font-size: 13px; color: var(--ink-soft); }
.benefits-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; }
.benefit-mini { display: flex; gap: 12px; align-items: flex-start; }
.benefit-mini .ic { flex: none; width: 42px; height: 42px; border-radius: 12px; background: rgba(201,108,69,.10); display: grid; place-items: center; font-size: 20px; }
.benefit-mini b { font-size: 15px; }
.benefit-mini p { font-size: 14px; color: var(--ink-soft); margin: 0; }

/* =========================================================
   Cards grid generic
   ========================================================= */
.cards-grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--warm-white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.card .ic-lg {
  width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center; font-size: 28px;
  background: linear-gradient(135deg, rgba(107,142,78,.14), rgba(168,192,154,.2)); margin-bottom: 18px;
}
.card h3 { font-size: 20px; margin-bottom: 10px; }
.card p { font-size: 15px; color: var(--ink-soft); }

/* audience cards (screen 3) */
.audience-card { position: relative; overflow: hidden; padding: 0; }
.audience-card img { aspect-ratio: 4/3; object-fit: cover; width: 100%; transition: transform .5s ease; }
.audience-card:hover img { transform: scale(1.06); }
.audience-card .body { padding: 22px 24px 28px; }
.audience-card .tag { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--terracotta); margin-bottom: 8px; }

/* =========================================================
   How it works (screen 4)
   ========================================================= */
.steps { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.steps::before {
  content: ""; position: absolute; top: 38px; left: 8%; right: 8%; height: 2px;
  background: repeating-linear-gradient(90deg, var(--sage) 0 12px, transparent 12px 22px);
  z-index: 0;
}
.step { position: relative; z-index: 1; text-align: center; }
.step-num {
  width: 76px; height: 76px; margin: 0 auto 18px; border-radius: 50%;
  background: var(--warm-white); border: 2px solid var(--sage); color: var(--olive);
  display: grid; place-items: center; font-family: var(--font-head); font-size: 28px; font-weight: 700;
  box-shadow: var(--shadow-sm); transition: .3s;
}
.step:hover .step-num { background: var(--olive); color: #fff; border-color: var(--olive); transform: translateY(-4px); }
.step h4 { font-size: 17px; margin-bottom: 6px; }
.step p { font-size: 14px; color: var(--ink-soft); }

/* =========================================================
   Menu (screen 6)
   ========================================================= */
.menu-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 44px; }
.menu-tab {
  padding: 12px 26px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--warm-white);
  font-family: var(--font-body); font-weight: 600; font-size: 15px; color: var(--ink-soft); cursor: pointer; transition: .25s;
}
.menu-tab.active { background: var(--olive); color: #fff; border-color: var(--olive); box-shadow: 0 8px 20px rgba(107,142,78,.28); }
.menu-panel { display: none; }
.menu-panel.active { display: block; animation: fadeUp .5s ease; }
.dish-card { overflow: hidden; padding: 0; }
.dish-card .ph { position: relative; }
.dish-card img { aspect-ratio: 3/2; object-fit: cover; width: 100%; transition: transform .5s ease; }
.dish-card:hover img { transform: scale(1.06); }
.dish-card .kcal { position: absolute; top: 14px; right: 14px; background: rgba(255,253,249,.92); color: var(--terracotta); font-weight: 700; font-size: 13px; padding: 6px 12px; border-radius: 999px; box-shadow: var(--shadow-sm); }
.dish-card .body { padding: 20px 22px 24px; }
.dish-card h3 { font-size: 19px; margin-bottom: 6px; }
.dish-card p { font-size: 14px; color: var(--ink-soft); margin-bottom: 14px; }
.macros { display: flex; gap: 10px; }
.macro { flex: 1; text-align: center; background: rgba(107,142,78,.07); border-radius: 12px; padding: 8px 4px; }
.macro b { display: block; font-size: 15px; color: var(--olive-dark); }
.macro span { font-size: 11px; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .5px; }
.menu-foot { text-align: center; margin-top: 46px; }

/* =========================================================
   What's included (screen 7)
   ========================================================= */
.include-card { display: flex; gap: 16px; align-items: flex-start; }
.include-card .ic { flex: none; width: 50px; height: 50px; border-radius: 14px; background: linear-gradient(135deg, rgba(216,164,76,.18), rgba(201,108,69,.14)); display: grid; place-items: center; font-size: 24px; }
.include-card h4 { font-size: 17px; margin-bottom: 5px; }
.include-card p { font-size: 14px; color: var(--ink-soft); }

/* =========================================================
   Pricing (screen 8)
   ========================================================= */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.price-card {
  background: var(--warm-white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 34px 30px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease; position: relative;
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.price-card.featured { border: 2px solid var(--gold); box-shadow: var(--shadow-lg); transform: scale(1.03); background: linear-gradient(180deg, #fffdf6, var(--warm-white)); }
.price-card.featured:hover { transform: scale(1.03) translateY(-6px); }
.price-badge { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--gold), #c1902f); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 7px 18px; border-radius: 999px; box-shadow: var(--shadow-sm); white-space: nowrap; }
.price-card h3 { font-size: 24px; margin-bottom: 4px; }
.price-card .p-desc { font-size: 14px; color: var(--ink-soft); margin-bottom: 20px; }
.price-amount { font-family: var(--font-head); font-size: 46px; font-weight: 700; color: var(--olive); line-height: 1; }
.price-amount .cur { font-size: 26px; }
.price-old { font-size: 16px; color: #b0ab97; text-decoration: line-through; margin-left: 8px; }
.price-per { font-size: 13px; color: var(--ink-soft); margin: 6px 0 22px; }
.price-feats { list-style: none; margin-bottom: 26px; display: grid; gap: 12px; }
.price-feats li { display: flex; gap: 10px; font-size: 15px; color: var(--ink-soft); }
.price-feats li::before { content: "✓"; color: var(--olive); font-weight: 700; }
.price-card .btn { margin-top: auto; }

/* =========================================================
   Reviews (screen 9)
   ========================================================= */
.reviews-track-wrap { overflow: hidden; }
.reviews-track { display: flex; gap: 26px; transition: transform .6s cubic-bezier(.4,0,.2,1); }
.review-card { flex: 0 0 calc((100% - 52px) / 3); background: var(--warm-white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow-sm); }
.review-head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.review-head img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.review-head b { font-size: 16px; }
.review-head span { font-size: 13px; color: var(--ink-soft); }
.review-stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 10px; }
.review-card p { font-size: 15px; color: var(--ink-soft); }
.review-result { margin-top: 14px; font-size: 13px; font-weight: 600; color: var(--olive-dark); background: rgba(107,142,78,.08); padding: 8px 14px; border-radius: 12px; display: inline-block; }
.slider-nav { display: flex; justify-content: center; gap: 14px; margin-top: 40px; }
.slider-btn { width: 50px; height: 50px; border-radius: 50%; border: 1.5px solid var(--line); background: var(--warm-white); font-size: 20px; color: var(--olive); cursor: pointer; transition: .25s; }
.slider-btn:hover { background: var(--olive); color: #fff; border-color: var(--olive); }

/* =========================================================
   FAQ (screen 10)
   ========================================================= */
.faq-wrap { max-width: 820px; margin: 0 auto; }
.faq-item { background: var(--warm-white); border: 1px solid var(--line); border-radius: 18px; margin-bottom: 14px; overflow: hidden; transition: box-shadow .25s; }
.faq-item.open { box-shadow: var(--shadow-md); }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 26px; cursor: pointer; font-weight: 600; font-size: 17px; }
.faq-q .plus { flex: none; width: 30px; height: 30px; border-radius: 50%; background: rgba(107,142,78,.12); color: var(--olive); display: grid; place-items: center; font-size: 20px; transition: transform .3s; }
.faq-item.open .plus { transform: rotate(45deg); background: var(--olive); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a p { padding: 0 26px 24px; color: var(--ink-soft); font-size: 15px; }

/* =========================================================
   Contact form (screen 11)
   ========================================================= */
.contact { background: linear-gradient(135deg, var(--olive), var(--olive-dark)); color: #fff; }
.contact .section-title, .contact .eyebrow { color: #fff; }
.contact .eyebrow { background: rgba(255,255,255,.16); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.contact-lead { color: rgba(255,255,255,.86); font-size: 18px; margin-bottom: 26px; }
.contact-perks { list-style: none; display: grid; gap: 14px; }
.contact-perks li { display: flex; gap: 12px; align-items: center; font-size: 16px; }
.contact-perks li .ic { width: 40px; height: 40px; border-radius: 12px; background: rgba(255,255,255,.14); display: grid; place-items: center; font-size: 20px; flex: none; }
.form-card { background: var(--warm-white); border-radius: var(--radius-lg); padding: 38px 34px; box-shadow: var(--shadow-lg); color: var(--ink); }
.form-card h3 { font-size: 24px; margin-bottom: 6px; }
.form-card .fc-sub { font-size: 14px; color: var(--ink-soft); margin-bottom: 24px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 7px; }
.field input {
  width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 14px;
  font-family: var(--font-body); font-size: 15px; background: var(--milk); transition: border .2s, box-shadow .2s;
}
.field input:focus { outline: none; border-color: var(--olive); box-shadow: 0 0 0 3px rgba(107,142,78,.14); background: #fff; }
.field.optional label span { font-weight: 400; color: var(--ink-soft); font-size: 12px; }
.consent { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 22px; font-size: 13px; color: var(--ink-soft); }
.consent input { margin-top: 3px; width: 17px; height: 17px; flex: none; accent-color: var(--olive); }
.consent a { color: var(--olive); text-decoration: underline; }
.form-success { display: none; text-align: center; padding: 30px 10px; }
.form-success.show { display: block; }
.form-success .ic { font-size: 52px; margin-bottom: 12px; }
.form-success h3 { color: var(--olive); }

/* =========================================================
   Final CTA (screen 12)
   ========================================================= */
.final-cta { position: relative; overflow: hidden; text-align: center; color: #fff; padding: 130px 0; }
.final-cta .bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; transform: scale(1.05); }
.final-cta .ov { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(51,48,31,.62), rgba(51,48,31,.78)); z-index: 1; }
.final-cta .container { position: relative; z-index: 2; }
.final-cta h2 { font-size: clamp(30px, 4.5vw, 52px); color: #fff; margin-bottom: 18px; }
.final-cta p { font-size: 19px; color: rgba(255,255,255,.9); max-width: 620px; margin: 0 auto 34px; }

/* =========================================================
   Footer
   ========================================================= */
.site-footer { background: #2b2820; color: #cdc7b6; padding: 70px 0 0; font-size: 15px; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 46px; border-bottom: 1px solid rgba(255,255,255,.09); }
.footer-brand .brand-name { color: #fff; }
.footer-brand p { margin: 16px 0 20px; color: #a49e8d; max-width: 320px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #cdc7b6; transition: .25s; }
.footer-social a:hover { background: var(--olive); color: #fff; transform: translateY(-3px); }
.footer-col h4 { color: #fff; font-family: var(--font-body); font-size: 16px; margin-bottom: 18px; }
.footer-col ul { list-style: none; display: grid; gap: 11px; }
.footer-col a, .footer-col li { color: #a49e8d; transition: color .2s; }
.footer-col a:hover { color: var(--sage); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-refs { padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
.footer-refs h4 { color: #fff; font-family: var(--font-body); font-size: 15px; margin-bottom: 14px; }
.footer-refs ol { margin: 0; padding-left: 20px; display: grid; gap: 9px; }
.footer-refs li { color: #8f8a7a; font-size: 12.5px; line-height: 1.5; }
.footer-refs a { color: var(--sage); text-decoration: underline; word-break: break-word; }
.footer-legal-note { padding: 22px 0; font-size: 12px; color: #7c7768; line-height: 1.7; border-bottom: 1px solid rgba(255,255,255,.09); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; padding: 24px 0; }
.footer-bottom .links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-bottom a { color: #a49e8d; font-size: 13px; }
.footer-bottom a:hover { color: var(--sage); }
.footer-bottom .copy { font-size: 13px; color: #7c7768; }

/* =========================================================
   Floating WhatsApp
   ========================================================= */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 950;
  width: 62px; height: 62px; border-radius: 50%; background: #25D366;
  display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37,211,102,.44);
  transition: transform .25s; animation: waPulse 2.4s infinite;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 34px; height: 34px; fill: #fff; }
@keyframes waPulse { 0%,100% { box-shadow: 0 10px 30px rgba(37,211,102,.44); } 50% { box-shadow: 0 10px 30px rgba(37,211,102,.44), 0 0 0 12px rgba(37,211,102,.12); } }

/* =========================================================
   Cookie banner
   ========================================================= */
.cookie-banner {
  position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 980;
  background: var(--warm-white); border: 1px solid var(--line); border-radius: 20px;
  box-shadow: var(--shadow-lg); padding: 22px 26px;
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
  max-width: 920px; margin: 0 auto;
  transform: translateY(140%); opacity: 0; transition: transform .5s ease, opacity .5s ease;
}
.cookie-banner.show { transform: translateY(0); opacity: 1; }
.cookie-banner .ck-text { flex: 1; min-width: 260px; font-size: 14px; color: var(--ink-soft); }
.cookie-banner .ck-text b { color: var(--ink); }
.cookie-banner .ck-text a { color: var(--olive); text-decoration: underline; }
.cookie-banner .ck-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cookie-banner .btn { padding: 12px 24px; font-size: 14px; }

/* =========================================================
   Scroll reveal
   ========================================================= */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }

/* =========================================================
   Legal pages
   ========================================================= */
.legal-hero { background: linear-gradient(135deg, var(--olive), var(--olive-dark)); color: #fff; padding: 70px 0 56px; }
.legal-hero h1 { color: #fff; font-size: clamp(30px, 4vw, 46px); }
.legal-hero p { color: rgba(255,255,255,.85); margin-top: 10px; }
.legal-hero .crumbs { font-size: 13px; color: rgba(255,255,255,.7); margin-bottom: 14px; }
.legal-hero .crumbs a { text-decoration: underline; }
.legal-body { padding: 60px 0 80px; }
.legal-body .container { max-width: 860px; }
.legal-body h2 { font-size: 24px; margin: 36px 0 12px; color: var(--olive-dark); }
.legal-body h3 { font-size: 18px; margin: 22px 0 8px; }
.legal-body p, .legal-body li { color: var(--ink-soft); margin-bottom: 12px; font-size: 16px; }
.legal-body ul, .legal-body ol { padding-left: 24px; margin-bottom: 16px; }
.legal-body ul li, .legal-body ol li { margin-bottom: 8px; }
.legal-body .updated { display: inline-block; background: rgba(107,142,78,.1); color: var(--olive-dark); font-size: 13px; padding: 7px 16px; border-radius: 999px; margin-bottom: 8px; }
.legal-body a { color: var(--olive); text-decoration: underline; }
.legal-back { display: inline-flex; align-items: center; gap: 8px; margin-top: 30px; font-weight: 600; color: var(--olive); }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 34px; }
  .steps::before { display: none; }
  .review-card { flex: 0 0 calc((100% - 26px) / 2); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .nav-links, .nav-cta .btn-secondary { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--warm-white); padding: 20px 24px; gap: 16px; box-shadow: var(--shadow-md); border-bottom: 1px solid var(--line);
  }
  .concept-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .concept-media .float-card { left: 16px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
  .trust-item:nth-child(2) { border-right: none; }
  .trust-item { border-bottom: 1px solid var(--line); padding-bottom: 20px; }
  .trust-item:nth-child(3), .trust-item:nth-child(4) { border-bottom: none; padding-bottom: 8px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 30px; }
  .price-card.featured { transform: none; }
  .price-card.featured:hover { transform: translateY(-6px); }
}

@media (max-width: 640px) {
  .section-pad { padding: 66px 0; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .benefits-list { grid-template-columns: 1fr; }
  .review-card { flex: 0 0 100%; }
  .steps { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .hero-actions .btn { width: 100%; }
  .cookie-banner { padding: 18px; }
  .cookie-banner .ck-actions .btn { flex: 1; }
}
