/* ============================================================
   cascoonline.ro — Design 2026
   Ton: Luminos & Fresh · Verde · Animații interactive
   ============================================================ */

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Manrope', sans-serif;
  background: #f8faf8;
  color: #1a2e1a;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ---------- CSS Variables ---------- */
:root {
  --green:      #16a34a;
  --green-dark: #14532d;
  --green-mid:  #22c55e;
  --green-pale: #dcfce7;
  --green-light:#f0fdf4;
  --accent:     #f59e0b;
  --white:      #ffffff;
  --off-white:  #f8faf8;
  --text:       #1a2e1a;
  --text-muted: #4b7a4b;
  --border:     #bbf7d0;
  --shadow-sm:  0 2px 8px rgba(22,163,74,0.08);
  --shadow-md:  0 8px 32px rgba(22,163,74,0.14);
  --shadow-lg:  0 20px 60px rgba(22,163,74,0.18);
  --radius:     16px;
  --radius-sm:  10px;
}

/* ---------- Typography ---------- */
h1,h2,h3,h4 { font-family: 'Bricolage Grotesque', sans-serif; line-height: 1.15; letter-spacing: -0.02em; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
p { color: var(--text-muted); }

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.accent { color: var(--green); }
.muted { color: var(--text-muted); }
.text-center { text-align: center; }
.mt-4 { margin-top: 32px; }

/* ---------- Buttons ---------- */
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--green); color: #fff;
  padding: 15px 28px; border-radius: 50px;
  font-weight: 700; font-size: 15px;
  box-shadow: 0 4px 20px rgba(22,163,74,0.35);
  transition: all 0.25s; cursor: pointer; border: none;
  text-decoration: none;
}
.btn-primary:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(22,163,74,0.45); }

.btn-secondary {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; color: var(--green);
  padding: 14px 26px; border-radius: 50px;
  font-weight: 700; font-size: 15px;
  border: 2px solid var(--green);
  transition: all 0.25s; cursor: pointer;
  text-decoration: none;
}
.btn-secondary:hover { background: var(--green-pale); transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn-dark {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--green-dark); color: #fff;
  padding: 13px 24px; border-radius: 50px;
  font-weight: 700; font-size: 14px;
  transition: all 0.25s; text-decoration: none;
}
.btn-dark:hover { background: var(--green); transform: translateY(-2px); }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 20px rgba(22,163,74,0.07);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; gap: 20px;
}
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-mark {
  width: 40px; height: 40px; border-radius: 12px;
  background: var(--green); color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 4px 12px rgba(22,163,74,0.3);
}
.logo-mark svg { width: 20px; height: 20px; }
.logo-text { font-family: 'Bricolage Grotesque', sans-serif; font-size: 20px; font-weight: 800; color: var(--text); line-height: 1.1; }
.logo-text span { color: var(--green); }
.logo-sub { font-size: 11px; color: var(--text-muted); font-weight: 500; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { padding: 8px 14px; border-radius: 50px; font-size: 14px; font-weight: 600; color: var(--text-muted); transition: all 0.2s; }
.nav a:hover, .nav a.active { background: var(--green-pale); color: var(--green); }
.header-cta {
  background: var(--green); color: #fff;
  padding: 10px 22px; border-radius: 50px;
  font-size: 14px; font-weight: 700;
  box-shadow: 0 4px 14px rgba(22,163,74,0.3);
  transition: all 0.2s; white-space: nowrap;
  text-decoration: none;
}
.header-cta:hover { background: var(--green-dark); transform: translateY(-1px); }
.mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; color: var(--text); }
@media (max-width: 768px) {
  .nav { display: none; position: absolute; top: 68px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 16px; border-bottom: 1px solid var(--border); box-shadow: var(--shadow-md); }
  .nav.open { display: flex; }
  .mobile-toggle { display: block; }
  .header-cta-desktop { display: none; }
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex; align-items: center;
  overflow: hidden;
  background: #fff;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?w=1800&q=85&auto=format&fit=crop');
  background-size: cover;
  background-position: center 40%;
  transform: scale(1.04);
  transition: transform 8s ease;
}
.hero-bg.loaded { transform: scale(1); }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg,
    rgba(255,255,255,0.97) 0%,
    rgba(240,253,244,0.92) 40%,
    rgba(220,252,231,0.6) 65%,
    rgba(22,163,74,0.08) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 620px;
  padding: 80px 0;
  animation: hero-in 0.9s cubic-bezier(0.16,1,0.3,1) both;
}
@keyframes hero-in {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--green-pale); color: var(--green);
  border: 1.5px solid var(--border);
  padding: 6px 16px; border-radius: 50px;
  font-size: 12px; font-weight: 700;
  margin-bottom: 24px;
  animation: badge-pop 0.6s 0.3s cubic-bezier(0.34,1.56,0.64,1) both;
}
@keyframes badge-pop {
  from { opacity: 0; transform: scale(0.8); }
  to   { opacity: 1; transform: scale(1); }
}
.hero h1 {
  font-size: clamp(40px, 5.5vw, 68px);
  font-weight: 800;
  color: var(--text);
  margin-bottom: 20px;
  line-height: 1.08;
}
.hero h1 .accent { color: var(--green); }
.hero .lead {
  font-size: 18px; color: var(--text-muted);
  max-width: 520px; margin-bottom: 36px;
  line-height: 1.65;
}
.hero-cta-row {
  display: flex; flex-wrap: wrap; gap: 14px;
  align-items: center; margin-bottom: 36px;
}
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 20px; align-items: center;
  font-size: 13px; font-weight: 600; color: var(--text-muted);
}
.stars { color: #f59e0b; font-size: 16px; }

/* floating car badge */
.hero-float {
  position: absolute; right: 5%; bottom: 10%;
  z-index: 2;
  animation: float-bob 4s ease-in-out infinite;
  display: none;
}
@media (min-width: 1024px) { .hero-float { display: block; } }
@keyframes float-bob {
  0%,100% { transform: translateY(0px); }
  50%      { transform: translateY(-14px); }
}
.hero-float-card {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 24px;
  box-shadow: var(--shadow-lg);
  text-align: center;
  min-width: 180px;
}
.hero-float-card .big { font-family: 'Bricolage Grotesque',sans-serif; font-size: 36px; font-weight: 800; color: var(--green); line-height: 1; }
.hero-float-card .small { font-size: 12px; color: var(--text-muted); font-weight: 600; margin-top: 4px; }

/* ---------- Partners carousel ---------- */
.partners { padding: 40px 0; background: var(--green-light); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.partners-title { text-align: center; font-size: 13px; font-weight: 600; color: var(--text-muted); margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.08em; }
.insurers-carousel-wrapper { overflow: hidden; position: relative; }
.insurers-row { overflow: hidden; margin-bottom: 10px; }
.insurers-track { display: flex; gap: 14px; width: max-content; }
.insurers-track-left  { animation: scroll-left  28s linear infinite; }
.insurers-track-right { animation: scroll-right 28s linear infinite; }
@keyframes scroll-left  { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes scroll-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.insurer-card {
  background: #fff; border: 1.5px solid var(--border);
  border-radius: var(--radius-sm); padding: 12px 20px;
  display: grid; place-items: center;
  min-width: 140px; height: 62px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s;
}
.insurer-card:hover { box-shadow: var(--shadow-md); }
.insurer-card img { max-height: 36px; width: auto; object-fit: contain; filter: grayscale(30%); transition: filter 0.2s; }
.insurer-card:hover img { filter: grayscale(0%); }

/* ---------- Stats ---------- */
.stats { padding: 64px 0; background: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
@media (min-width: 640px) { .stats-grid { grid-template-columns: repeat(4,1fr); } }
.stats-grid > div {
  text-align: center; padding: 28px 16px;
  background: var(--green-light);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  transition: transform 0.25s, box-shadow 0.25s;
}
.stats-grid > div:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.stat-value { font-family: 'Bricolage Grotesque', sans-serif; font-size: 38px; font-weight: 800; color: var(--green); line-height: 1; }
.stat-label { font-size: 13px; color: var(--text-muted); font-weight: 600; margin-top: 6px; }

/* ---------- Section helpers ---------- */
.bg-white { background: #fff; padding: 80px 0; }
.bg-green-light { background: var(--green-light); padding: 80px 0; }
.bg-green-dark { background: var(--green-dark); padding: 80px 0; color: #fff; }
.bg-green-dark p { color: #bbf7d0; }
.section-tag {
  display: inline-block;
  background: var(--green-pale); color: var(--green);
  border: 1.5px solid var(--border);
  padding: 4px 14px; border-radius: 50px;
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.07em;
  margin-bottom: 14px;
}
.section-title { font-size: clamp(26px,3.5vw,40px); font-weight: 800; color: var(--text); margin-bottom: 16px; }
.section-lead { font-size: 17px; color: var(--text-muted); max-width: 640px; line-height: 1.65; }

/* ---------- Photo/Form section ---------- */
.photo-section { padding: 80px 0; background: var(--green-light); }
.photo-grid { display: grid; gap: 48px; align-items: start; }
@media (min-width: 900px) { .photo-grid { grid-template-columns: 1fr 1fr; } }
.lead { font-size: 17px; color: var(--text-muted); line-height: 1.7; margin-bottom: 24px; }
.bullets { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.bullets li {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; font-weight: 600; color: var(--text);
}
.bullets li::before { content: '✓'; background: var(--green); color: #fff; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; flex-shrink: 0; }

/* Form */
.photo-form {
  background: #fff; border-radius: 24px;
  padding: 32px; border: 1.5px solid var(--border);
  box-shadow: var(--shadow-lg);
}
.product-tabs { display: flex; gap: 8px; margin-bottom: 24px; }
.product-tab {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 20px; border-radius: 50px;
  border: 2px solid var(--border);
  background: var(--green-light); color: var(--green);
  font-weight: 700; font-size: 14px; cursor: pointer;
  transition: all 0.2s;
}
.product-tab.active { background: var(--green); color: #fff; border-color: var(--green); box-shadow: 0 4px 14px rgba(22,163,74,0.3); }
.upload-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 20px; }
.upload-slot {
  border: 2px dashed var(--border); border-radius: var(--radius-sm); padding: 16px 8px;
  background: var(--green-light); text-align: center; cursor: pointer;
  height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden;
  transition: all 0.2s; position: relative;
}
.upload-slot:hover { border-color: var(--green); background: var(--green-pale); }
.upload-slot.filled { border-style: solid; border-color: var(--green); background: rgba(22,163,74,0.06); }
.upload-slot input[type="file"] { display: none; }
.upload-slot .ico { width: 38px; height: 38px; border-radius: 10px; background: var(--green-pale); display: grid; place-items: center; color: var(--green); margin-bottom: 6px; }
.upload-slot.filled .ico { background: var(--green); color: #fff; }
.upload-slot .ico svg { width: 20px; height: 20px; }
.upload-slot p.t { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 12px; color: var(--text); }
.upload-slot p.s { font-size: 10px; color: var(--text-muted); margin-top: 2px; }
.upload-slot .fname { font-size: 10px; color: var(--green); margin-top: 4px; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.upload-slot .x { position: absolute; top: 5px; right: 5px; width: 20px; height: 20px; border-radius: 50%; background: #fee2e2; color: #dc2626; display: none; align-items: center; justify-content: center; font-size: 13px; }
.upload-slot.filled .x { display: inline-flex; }
.field-label { display: block; font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 6px; margin-top: 14px; }
.input {
  width: 100%; padding: 12px 16px; border-radius: var(--radius-sm);
  border: 1.5px solid var(--border); background: #fff;
  font-family: 'Manrope', sans-serif; font-size: 14px; color: var(--text);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}
.input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(22,163,74,0.12); }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 480px) { .row-2 { grid-template-columns: 1fr; } .upload-grid { grid-template-columns: 1fr 1fr; } }
.radio-row { display: flex; gap: 10px; margin-top: 6px; flex-wrap: wrap; }
.radio-card {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 18px; border-radius: 50px;
  border: 1.5px solid var(--border); background: var(--green-light);
  font-size: 13px; font-weight: 600; color: var(--text-muted);
  cursor: pointer; transition: all 0.2s;
}
.radio-card input { display: none; }
.radio-card.active, .radio-card:has(input:checked) { border-color: var(--green); background: var(--green-pale); color: var(--green); }
.radio-dot { width: 12px; height: 12px; border-radius: 50%; border: 2px solid currentColor; }
.sig-wrap { margin-top: 8px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; }
.sig-canvas { display: block; width: 100%; height: 100px; background: #fafafa; cursor: crosshair; touch-action: none; }
.sig-actions { display: flex; justify-content: space-between; align-items: center; padding: 6px 12px; background: var(--green-light); font-size: 11px; color: var(--text-muted); }
.sig-actions button { background: none; border: none; font-size: 11px; color: #dc2626; cursor: pointer; font-weight: 600; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: 12px; color: var(--text-muted); margin-top: 12px; line-height: 1.55; cursor: pointer; }
.consent input { margin-top: 3px; accent-color: var(--green); width: 16px; height: 16px; flex-shrink: 0; }
.consent strong { color: var(--text); }
.consent a,
label.consent span a,
.photo-form .consent a {
  color: #16a34a !important;
  text-decoration: underline !important;
  font-weight: 800 !important;
  background: #dcfce7 !important;
  padding: 1px 4px !important;
  border-radius: 3px !important;
}
.consent a:hover,
label.consent span a:hover,
.photo-form .consent a:hover {
  color: #14532d !important;
  background: #bbf7d0 !important;
}
.consent-note { font-size: 11px; color: var(--text-muted); background: var(--green-light); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 10px 14px; margin-top: 14px; line-height: 1.6; }
.consent-note a { color: var(--green); text-decoration: underline; font-weight: 600; }
.error-msg { color: #dc2626; font-size: 13px; margin-top: 10px; font-weight: 600; display: none; }
.submit-btn {
  width: 100%; margin-top: 18px; padding: 16px;
  background: var(--green); color: #fff; border: none;
  border-radius: 50px; font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 16px; font-weight: 800; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  box-shadow: 0 6px 24px rgba(22,163,74,0.35);
  transition: all 0.25s;
}
.submit-btn:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 10px 32px rgba(22,163,74,0.45); }

/* ---------- Cards grid ---------- */
.grid-3 { display: grid; gap: 24px; }
@media (min-width: 640px)  { .grid-3 { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 960px)  { .grid-3 { grid-template-columns: repeat(3,1fr); } }
.card {
  background: #fff; border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s, box-shadow 0.25s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.card-icon {
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--green-pale); color: var(--green);
  display: grid; place-items: center; margin-bottom: 16px;
  transition: background 0.2s;
}
.card:hover .card-icon { background: var(--green); color: #fff; }
.card h3 { font-size: 16px; font-weight: 800; color: var(--text); margin-bottom: 8px; }
.card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

/* ---------- Steps ---------- */
.steps-grid { display: grid; gap: 24px; margin-top: 40px; }
@media (min-width: 640px) { .steps-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 960px) { .steps-grid { grid-template-columns: repeat(4,1fr); } }
.step {
  background: #fff; border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 32px 24px;
  position: relative; overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s, box-shadow 0.25s;
}
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.num { font-family: 'Bricolage Grotesque',sans-serif; font-size: 14px; font-weight: 800; color: var(--green); margin-bottom: 12px; background: var(--green-pale); display: inline-block; padding: 4px 12px; border-radius: 50px; }
.num-bg { position: absolute; right: -10px; top: -10px; font-family: 'Bricolage Grotesque',sans-serif; font-size: 80px; font-weight: 900; color: var(--green-pale); line-height: 1; pointer-events: none; select: none; }
.step h3 { font-size: 16px; font-weight: 800; color: var(--text); margin-bottom: 8px; position: relative; }
.step p { font-size: 14px; color: var(--text-muted); line-height: 1.6; position: relative; }

/* ---------- Blog ---------- */
.blog-grid { display: grid; gap: 24px; }
@media (min-width: 640px) { .blog-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 960px) { .blog-grid { grid-template-columns: repeat(3,1fr); } }
.blog-card {
  display: flex; flex-direction: column;
  background: #fff; border: 1.5px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  text-decoration: none; color: inherit;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s, box-shadow 0.25s;
}
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.blog-card .cover { height: 180px; overflow: hidden; }
.blog-card .cover img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.blog-card:hover .cover img { transform: scale(1.06); }
.blog-card .body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.blog-card .meta { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; font-size: 11px; }
.blog-card .cat { background: var(--green-pale); color: var(--green); padding: 3px 10px; border-radius: 50px; font-weight: 700; }
.blog-card .dot { color: var(--border); }
.blog-card .read { color: var(--text-muted); font-weight: 600; }
.blog-card h2 { font-size: 15px; font-weight: 800; color: var(--text); margin-bottom: 8px; line-height: 1.35; }
.blog-card p.excerpt { font-size: 13px; color: var(--text-muted); line-height: 1.6; flex: 1; }
.blog-card .more { display: inline-block; margin-top: 14px; font-size: 13px; font-weight: 700; color: var(--green); }

/* ---------- FAQ ---------- */
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-q {
  width: 100%; padding: 16px 20px; text-align: left;
  background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  font-family: 'Manrope', sans-serif; font-size: 15px; font-weight: 700; color: var(--text);
  transition: background 0.2s;
}
.faq-q:hover { background: var(--green-light); }
.faq-q .chev { flex-shrink: 0; color: var(--green); transition: transform 0.3s; }
.faq-item.open .faq-q { background: var(--green-light); color: var(--green); }
.faq-item.open .chev { transform: rotate(180deg); }
.faq-a { display: none; padding: 0 20px 18px; }
.faq-a p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }

/* ---------- CTA dark banner ---------- */
.cta-banner {
  background: linear-gradient(135deg, var(--green-dark) 0%, #166534 50%, #14532d 100%);
  padding: 90px 0; text-align: center;
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(34,197,94,0.2), transparent 65%);
}
.cta-banner h2 { font-size: clamp(30px,4vw,50px); font-weight: 800; color: #fff; position: relative; }
.cta-banner p { font-size: 18px; color: #bbf7d0; margin: 16px auto 32px; max-width: 560px; position: relative; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  padding: 64px 0 48px;
  background: linear-gradient(135deg, var(--green-light) 0%, #fff 100%);
  border-bottom: 1px solid var(--border);
  text-align: center;
}
.page-hero .tag { display: inline-block; background: var(--green-pale); color: var(--green); border: 1.5px solid var(--border); padding: 4px 14px; border-radius: 50px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 14px; }
.page-hero h1 { font-size: clamp(28px,4vw,48px); font-weight: 800; color: var(--text); margin-bottom: 12px; }
.page-hero p { font-size: 17px; color: var(--text-muted); max-width: 580px; margin: 0 auto; }

/* ---------- Footer ---------- */
footer { background: var(--green-dark); color: #fff; padding: 60px 0 0; }
.footer-grid { display: grid; gap: 40px; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr; } }
footer h4 { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: #bbf7d0; margin-bottom: 16px; }
footer ul { display: flex; flex-direction: column; gap: 10px; }
footer ul li a { font-size: 14px; color: #86efac; transition: color 0.2s; }
footer ul li a:hover { color: #fff; }
footer p { color: #86efac; font-size: 14px; line-height: 1.65; }
.footer-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(34,197,94,0.15); color: #86efac;
  border: 1px solid rgba(134,239,172,0.3);
  padding: 6px 14px; border-radius: 50px;
  font-size: 11px; font-weight: 700; margin-top: 16px;
}
.footer-badge svg { width: 14px; height: 14px; }
.footer-contact-row { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; font-size: 14px; color: #86efac; }
.footer-contact-row svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; color: var(--green-mid); }
.footer-contact-row a { color: #86efac; transition: color 0.2s; }
.footer-contact-row a:hover { color: #fff; }
.footer-legal {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
  gap: 12px; border-top: 1px solid rgba(134,239,172,0.2);
  margin-top: 40px; padding: 20px 0;
  font-size: 12px; color: rgba(134,239,172,0.6);
}
.footer-legal a { color: rgba(134,239,172,0.7); text-decoration: underline; }
.footer-legal a:hover { color: #fff; }

/* ---------- Article (blog) ---------- */
.article-hero { padding: 56px 0 40px; background: linear-gradient(135deg, var(--green-light), #fff); border-bottom: 1px solid var(--border); }
.crumbs { font-size: 13px; color: var(--text-muted); margin-bottom: 16px; }
.crumbs a { color: var(--green); font-weight: 600; }
.article-cat { display: inline-block; background: var(--green-pale); color: var(--green); border: 1.5px solid var(--border); padding: 4px 14px; border-radius: 50px; font-size: 12px; font-weight: 700; margin-bottom: 16px; }
.article-hero h1 { font-size: clamp(26px,4vw,44px); font-weight: 800; color: var(--text); margin-bottom: 14px; max-width: 760px; }
.article-hero .lead { font-size: 17px; color: var(--text-muted); max-width: 680px; line-height: 1.65; }
.article-meta { display: flex; gap: 20px; align-items: center; margin-top: 20px; font-size: 13px; color: var(--text-muted); font-weight: 600; flex-wrap: wrap; }
.article-cover { max-height: 480px; overflow: hidden; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.prose { max-width: 760px; margin: 48px auto 0; padding: 0 24px 80px; }
.prose h2 { font-size: 26px; font-weight: 800; color: var(--text); margin: 36px 0 14px; }
.prose h3 { font-size: 18px; font-weight: 800; color: var(--text); margin: 24px 0 10px; }
.prose p { font-size: 16px; color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; }
.prose ul, .prose ol { margin: 16px 0 16px 20px; }
.prose ul li, .prose ol li { font-size: 15px; color: var(--text-muted); line-height: 1.7; margin-bottom: 8px; }
.prose ul li { list-style: disc; }
.prose ol li { list-style: decimal; }
.prose strong { color: var(--text); font-weight: 700; }

/* ---------- Scroll reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.16,1,0.3,1), transform 0.6s cubic-bezier(0.16,1,0.3,1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ---------- Miscellaneous ---------- */
.open-modal { color: var(--green); text-decoration: underline; cursor: pointer; font-weight: 500; }
