/* ============================================================
   Framer Studio Contabil — Design System
   Réplica do padrão visual do site original (tema claro · Poppins)
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  --primary: #1e3a5f;
  --primary-light: #2563eb;
  --primary-dark: #0f2340;
  --accent: #f59e0b;
  --accent-dark: #d97706;
  --success: #22c55e;

  --text: #1f2937;
  --text-light: #6b7280;
  --bg: #ffffff;
  --bg-alt: #f8fafc;
  --bg-dark: #0f172a;
  --border: #e5e7eb;

  --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.12);
  --radius: 12px;
  --radius-sm: 8px;
  --radius-pill: 999px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  --container: 1200px;
  --header-h: 81px;

  --grad: linear-gradient(135deg, #1e3a5f, #2563eb);
  --grad-hero: linear-gradient(135deg, rgba(15,35,64,.90) 0%, rgba(30,58,95,.78) 50%, rgba(37,99,235,.58) 100%);

  --font: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-display: var(--font);
  --font-body: var(--font);
}

/* ---------- Reset ---------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, textarea, select { font: inherit; color: inherit; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 90px 0; position: relative; }
.section:nth-of-type(even) { background: var(--bg-alt); }
.section-sm { padding: 64px 0; position: relative; }
.center { text-align: center; }
.muted { color: var(--text-light); }
.lead { color: var(--text-light); font-size: 1.1rem; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.2; color: var(--primary-dark); }
.h-display { font-size: clamp(2.3rem, 5vw, 3.25rem); font-weight: 800; }
h2.title { font-size: clamp(1.9rem, 3.6vw, 2.25rem); font-weight: 800; }
h3 { font-size: 1.25rem; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--primary-light);
  padding: 7px 15px; border-radius: var(--radius-pill);
  background: rgba(37, 99, 235, 0.08); border: 1px solid rgba(37, 99, 235, 0.16);
}
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.eyebrow svg { width: 16px; height: 16px; }

.section-head { max-width: 680px; margin: 0 auto 56px; }
.section-head .eyebrow { margin-bottom: 16px; }
.section-head p { color: var(--text-light); margin-top: 14px; font-size: 1.05rem; }

.gradient-text {
  background: linear-gradient(120deg, #2563eb, #1e3a5f);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font); font-weight: 600; font-size: .95rem;
  padding: 13px 26px; border-radius: var(--radius-sm);
  border: 2px solid transparent; cursor: pointer; transition: var(--transition); white-space: nowrap;
}
.btn .arrow { display: inline-flex; transition: transform .25s ease; }
.btn .arrow svg { width: 18px; height: 18px; }
.btn:hover .arrow { transform: translateX(4px); }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 8px 24px -8px rgba(37, 99, 235, 0.5); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 32px -10px rgba(37, 99, 235, 0.6); }
.btn-ghost { background: #fff; border-color: var(--border); color: var(--primary); }
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--primary-light); color: var(--primary-light); box-shadow: var(--shadow); }
.btn-wa { background: #1faf54; color: #fff; }
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(31, 175, 84, 0.7); }
.btn-lg { padding: 16px 36px; font-size: 1rem; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: var(--header-h);
  display: flex; align-items: center;
  background: rgba(255, 255, 255, 0.97); backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent; transition: var(--transition);
}
.header.scrolled { box-shadow: var(--shadow); border-bottom-color: var(--border); }
.header .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--primary-dark); }
.brand .logo-mark { width: 38px; height: 38px; flex: 0 0 38px; }
.brand small { display: block; font-size: .6rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--text-light); margin-top: 1px; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav-link { position: relative; padding: 9px 14px; border-radius: var(--radius-sm); font-size: .92rem; font-weight: 500; color: var(--text); transition: var(--transition); }
.nav-link:hover, .nav-link.active { color: var(--primary-light); background: rgba(37, 99, 235, 0.06); }
.nav-cta { margin-left: 8px; color: #fff !important; }

.dropdown { position: relative; }
.dropdown > .nav-link { display: inline-flex; align-items: center; gap: 6px; }
.dropdown-menu {
  position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 280px; padding: 10px; border-radius: var(--radius);
  background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transition: var(--transition);
}
.dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown-menu a { display: flex; gap: 12px; align-items: flex-start; padding: 11px 12px; border-radius: var(--radius-sm); transition: background .18s ease; }
.dropdown-menu a:hover { background: var(--bg-alt); }
.dropdown-menu .di { width: 36px; height: 36px; flex: 0 0 36px; border-radius: var(--radius-sm); display: grid; place-items: center; background: rgba(37, 99, 235, 0.08); color: var(--primary-light); }
.dropdown-menu .di svg { width: 19px; height: 19px; }
.dropdown-menu .dt { font-weight: 600; font-size: .9rem; color: var(--primary-dark); }
.dropdown-menu .dd { font-size: .78rem; color: var(--text-light); }

.nav-toggle { display: none; width: 44px; height: 44px; border-radius: var(--radius-sm); background: var(--bg-alt); border: 1px solid var(--border); cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content: ""; display: block; width: 18px; height: 2px; background: var(--primary-dark); border-radius: 2px; transition: .3s; position: relative; }
.nav-toggle span::before { position: absolute; top: -6px; }
.nav-toggle span::after { position: absolute; top: 6px; }
.nav-open .nav-toggle span { background: transparent; }
.nav-open .nav-toggle span::before { top: 0; transform: rotate(45deg); }
.nav-open .nav-toggle span::after { top: 0; transform: rotate(-45deg); }

/* ---------- Hero (home) ---------- */
.hero {
  position: relative; min-height: 88vh; display: flex; align-items: center;
  padding: calc(var(--header-h) + 48px) 0 80px;
  background: url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1920&q=80") center/cover no-repeat fixed;
}
.hero::before { content: ""; position: absolute; inset: 0; background: var(--grad-hero); }
.hero .container { position: relative; z-index: 1; }
.hero-content { max-width: 860px; }
.hero .eyebrow { background: rgba(255, 255, 255, 0.15); border-color: rgba(255, 255, 255, 0.3); color: #fff; }
.hero h1 { color: #fff; font-size: clamp(2.3rem, 5vw, 3.4rem); font-weight: 800; margin: 22px 0 20px; }
.hero .lead, .hero-subtitle { color: rgba(255, 255, 255, 0.92); max-width: 620px; font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero .btn-ghost { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.4); color: #fff; }
.hero .btn-ghost:hover { background: rgba(255, 255, 255, 0.2); border-color: #fff; color: #fff; }
.hero-trust { display: flex; align-items: center; gap: 16px; margin-top: 30px; color: rgba(255, 255, 255, 0.85); font-size: .9rem; flex-wrap: wrap; }
.hero-trust .dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255, 255, 255, 0.6); }

/* hero-card (usado na seção "por que") */
.hero-card { border-radius: var(--radius); padding: 26px; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-lg); }
.hero-card .hc-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--border); }
.hero-card .hc-row:last-child { border-bottom: 0; }
.hero-card .hc-k { color: var(--text-light); font-size: .9rem; display: inline-flex; align-items: center; }
.hero-card .hc-k svg { width: 18px; height: 18px; }
.hero-card .hc-v { font-weight: 600; color: var(--primary-dark); }
.hero-card .hc-pos { color: var(--success); }

/* ---------- Stats band ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; background: var(--grad); border-radius: var(--radius); padding: 12px; box-shadow: var(--shadow-lg); }
.stat { padding: 26px 20px; text-align: center; border-right: 1px solid rgba(255, 255, 255, 0.12); }
.stat:last-child { border-right: 0; }
.stat .num { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.9rem, 3vw, 2.6rem); color: #fff; }
.stat .lbl { color: rgba(255, 255, 255, 0.8); font-size: .88rem; margin-top: 4px; }

/* ---------- Grids / cards ---------- */
.grid { display: grid; gap: 24px; }
.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 {
  position: relative; padding: 32px; border-radius: var(--radius);
  background: #fff; border: 1px solid var(--border); transition: var(--transition);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.card .ico { width: 56px; height: 56px; border-radius: var(--radius); display: grid; place-items: center; background: rgba(37, 99, 235, 0.08); color: var(--primary-light); margin-bottom: 20px; transition: var(--transition); }
.card:hover .ico { background: var(--grad); color: #fff; }
.card .ico svg { width: 26px; height: 26px; }
.card h3 { margin-bottom: 10px; color: var(--primary-dark); }
.card p { color: var(--text-light); font-size: .95rem; }
.card .more { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; font-weight: 600; font-size: .9rem; color: var(--primary-light); }
.card .more .arrow { display: inline-flex; transition: transform .25s; }
.card .more .arrow svg { width: 17px; height: 17px; }
.card:hover .more .arrow { transform: translateX(4px); }

/* generic icon svg */
.ico svg, .di svg, .fi svg, .ii svg, .hc-k svg, .footer-contact svg, .breadcrumb svg, .eyebrow svg { fill: none; stroke: currentColor; }

/* ---------- Plans ---------- */
.plan-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 44px; }
.plan-filters button { padding: 10px 20px; border-radius: var(--radius-pill); background: #fff; border: 1px solid var(--border); color: var(--text-light); font-weight: 500; font-size: .88rem; cursor: pointer; transition: var(--transition); }
.plan-filters button:hover { color: var(--primary-light); border-color: var(--primary-light); }
.plan-filters button.active { background: var(--primary-light); color: #fff; border-color: var(--primary-light); }

.plan { display: flex; flex-direction: column; padding: 34px; border-radius: var(--radius); background: #fff; border: 1px solid var(--border); position: relative; transition: var(--transition); }
.plan:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.plan.featured { border-color: var(--primary-light); box-shadow: var(--shadow-lg); }
.plan.featured::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; border-radius: var(--radius) var(--radius) 0 0; background: var(--grad); }
.plan .tag { position: absolute; top: 20px; right: 20px; font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 5px 12px; border-radius: var(--radius-pill); background: var(--accent); color: #fff; }
.plan .pname { font-weight: 600; color: var(--primary-light); font-size: .95rem; }
.plan .price { font-family: var(--font-display); font-weight: 800; font-size: 2.6rem; color: var(--primary-dark); margin: 8px 0 2px; }
.plan .price small { font-size: .9rem; color: var(--text-light); font-weight: 500; }
.plan .pdesc { color: var(--text-light); font-size: .86rem; margin-bottom: 24px; min-height: 38px; }
.plan ul { display: flex; flex-direction: column; gap: 13px; margin-bottom: 28px; flex: 1; }
.plan li { display: flex; gap: 10px; align-items: flex-start; font-size: .9rem; color: var(--text); }
.plan li svg { width: 19px; height: 19px; flex: 0 0 19px; stroke: var(--success); fill: none; stroke-width: 2.4; margin-top: 2px; }

/* ---------- Split / feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.feature-list { display: flex; flex-direction: column; gap: 20px; margin-top: 26px; }
.feature-list li { display: flex; gap: 16px; align-items: flex-start; }
.feature-list .fi { width: 44px; height: 44px; flex: 0 0 44px; border-radius: var(--radius-sm); background: rgba(37, 99, 235, 0.08); color: var(--primary-light); display: grid; place-items: center; }
.feature-list .fi svg { width: 22px; height: 22px; }
.feature-list strong { font-family: var(--font-display); font-weight: 600; display: block; margin-bottom: 2px; color: var(--primary-dark); }
.feature-list span { color: var(--text-light); font-size: .92rem; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { padding: 30px; border-radius: var(--radius); background: #fff; border: 1px solid var(--border); position: relative; transition: var(--transition); }
.step:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.step .sn { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; width: 46px; height: 46px; border-radius: var(--radius-sm); display: grid; place-items: center; background: var(--grad); color: #fff; margin-bottom: 18px; }
.step h3 { font-size: 1.05rem; margin-bottom: 8px; }
.step p { color: var(--text-light); font-size: .9rem; }

/* ---------- Testimonials ---------- */
.quote { padding: 32px; border-radius: var(--radius); background: #fff; border: 1px solid var(--border); transition: var(--transition); }
.quote:hover { box-shadow: var(--shadow-lg); }
.quote .stars { color: var(--accent); letter-spacing: 2px; margin-bottom: 14px; }
.quote p { color: var(--text); font-size: .98rem; }
.quote .by { display: flex; align-items: center; gap: 13px; margin-top: 22px; }
.quote .av { width: 46px; height: 46px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; color: #fff; }
.quote .by strong { font-family: var(--font-display); font-size: .92rem; color: var(--primary-dark); }
.quote .by span { display: block; color: var(--text-light); font-size: .8rem; }

/* ---------- Article cards ---------- */
.post { display: flex; flex-direction: column; padding: 30px; border-radius: var(--radius); background: #fff; border: 1px solid var(--border); transition: var(--transition); }
.post:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.post .date { color: var(--primary-light); font-size: .78rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.post h3 { font-size: 1.15rem; margin: 10px 0; }
.post p { color: var(--text-light); font-size: .92rem; flex: 1; }
.post .more { color: var(--primary-light); }
.post .more .arrow svg { width: 17px; height: 17px; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); background: #fff; overflow: hidden; transition: var(--transition); }
.faq-item.open { box-shadow: var(--shadow); border-color: var(--primary-light); }
.faq-q { width: 100%; text-align: left; padding: 22px 24px; background: none; border: 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: var(--font-display); font-weight: 600; font-size: 1rem; color: var(--primary-dark); }
.faq-q .ic { flex: 0 0 24px; transition: transform .3s ease; color: var(--primary-light); font-size: 1.4rem; line-height: 1; }
.faq-item.open .faq-q .ic { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a p { padding: 0 24px 22px; color: var(--text-light); font-size: .94rem; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; border-radius: var(--radius); padding: 64px 48px; overflow: hidden; background: var(--grad); }
.cta-band::before { content: ""; position: absolute; top: -40%; right: -10%; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(245,158,11,.25), transparent 65%); }
.cta-band > * { position: relative; }
.cta-band .eyebrow { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.3); color: #fff; }
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 3.4vw, 2.4rem); }
.cta-band p { color: rgba(255, 255, 255, 0.9); max-width: 560px; margin: 14px 0 28px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.cta-band .btn-primary { background: var(--accent); box-shadow: 0 10px 28px -10px rgba(245, 158, 11, 0.7); }
.cta-band .btn-primary:hover { background: var(--accent-dark); }
.cta-band .btn-ghost { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.5); color: #fff; }
.cta-band .btn-ghost:hover { background: rgba(255,255,255,.2); color: #fff; }

/* ---------- Page hero (inner) ---------- */
.page-hero { position: relative; padding: calc(var(--header-h) + 56px) 0 56px; text-align: center; background: var(--grad); overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 240px at 80% 0%, rgba(245,158,11,.18), transparent 60%); }
.page-hero > .container { position: relative; }
.breadcrumb { display: flex; gap: 8px; justify-content: center; color: rgba(255,255,255,.7); font-size: .82rem; margin-bottom: 16px; flex-wrap: wrap; }
.breadcrumb a { color: rgba(255,255,255,.85); }
.breadcrumb a:hover { color: #fff; }
.page-hero .eyebrow { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.3); color: #fff; margin-bottom: 14px; }
.page-hero h1 { font-size: clamp(2rem, 4.4vw, 3rem); font-weight: 800; color: #fff; margin-bottom: 14px; }
.page-hero p { color: rgba(255, 255, 255, 0.9); max-width: 620px; margin: 0 auto; }

/* ---------- Prose ---------- */
.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { font-size: 1.5rem; margin: 38px 0 14px; color: var(--primary-dark); }
.prose h3 { font-size: 1.2rem; margin: 28px 0 10px; color: var(--primary-dark); }
.prose p { color: var(--text); margin-bottom: 16px; }
.prose ul { display: flex; flex-direction: column; gap: 10px; margin: 0 0 18px; }
.prose ul li { position: relative; padding-left: 26px; color: var(--text); }
.prose ul li::before { content: ""; position: absolute; left: 4px; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--primary-light); }
.prose strong { color: var(--primary-dark); }
.prose a { color: var(--primary-light); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.info-card { padding: 24px; border-radius: var(--radius); background: #fff; border: 1px solid var(--border); display: flex; gap: 16px; align-items: flex-start; transition: var(--transition); }
.info-card:hover { box-shadow: var(--shadow); }
.info-card .ii { width: 46px; height: 46px; flex: 0 0 46px; border-radius: var(--radius-sm); background: rgba(37, 99, 235, 0.08); color: var(--primary-light); display: grid; place-items: center; }
.info-card .ii svg { width: 21px; height: 21px; }
.info-card strong { font-family: var(--font-display); display: block; margin-bottom: 3px; color: var(--primary-dark); }
.info-card span, .info-card a { color: var(--text-light); font-size: .92rem; }
.info-card a:hover { color: var(--primary-light); }
.form { padding: 34px; border-radius: var(--radius); background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .85rem; font-weight: 500; color: var(--text); margin-bottom: 7px; }
.field input, .field textarea, .field select { width: 100%; padding: 13px 15px; border-radius: var(--radius-sm); background: var(--bg-alt); border: 1px solid var(--border); color: var(--text); transition: var(--transition); }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--primary-light); box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12); background: #fff; }
.field textarea { resize: vertical; min-height: 130px; }

/* ---------- Footer ---------- */
.footer { background: var(--bg-dark); color: rgba(255, 255, 255, 0.8); padding: 70px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 40px; }
.footer .brand { margin-bottom: 16px; color: #fff; }
.footer .brand small { color: rgba(255,255,255,.55); }
.footer-about p { color: rgba(255, 255, 255, 0.6); font-size: .9rem; max-width: 320px; }
.footer-about .reg { margin-top: 14px; font-size: .8rem; color: rgba(255, 255, 255, 0.5); }
.footer-col h4 { font-family: var(--font-display); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.footer-col a { display: block; color: rgba(255, 255, 255, 0.65); font-size: .9rem; padding: 5px 0; transition: color .2s; }
.footer-col a:hover { color: var(--accent); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; color: rgba(255, 255, 255, 0.7); font-size: .88rem; margin-bottom: 12px; }
.footer-contact svg { width: 17px; height: 17px; flex: 0 0 17px; stroke: var(--accent); fill: none; margin-top: 3px; }
.footer-contact a { color: rgba(255, 255, 255, 0.7); }
.footer-contact a:hover { color: var(--accent); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; margin-top: 50px; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.55); font-size: .82rem; }
.footer-bottom .links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-bottom a { color: rgba(255,255,255,.55); }
.footer-bottom a:hover { color: #fff; }
.footer-legal { margin-top: 22px; color: rgba(255, 255, 255, 0.4); font-size: .72rem; line-height: 1.7; }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d2 { transition-delay: .12s; }

/* ---------- Cookie consent ---------- */
.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 200; border-radius: var(--radius); border: 1px solid var(--border); background: #fff; box-shadow: var(--shadow-lg); animation: cookieUp .5s cubic-bezier(.2,.7,.2,1) both; }
.cookie-banner[hidden] { display: none; }
@keyframes cookieUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
.cookie-inner { display: flex; align-items: center; gap: 26px; padding: 20px 24px; max-width: var(--container); margin: 0 auto; }
.cookie-text strong { font-family: var(--font-display); font-size: 1rem; display: block; margin-bottom: 4px; color: var(--primary-dark); }
.cookie-text p { color: var(--text-light); font-size: .88rem; margin: 0; }
.cookie-text a { color: var(--primary-light); text-decoration: underline; text-underline-offset: 2px; }
.cookie-actions { display: flex; gap: 10px; flex: 0 0 auto; flex-wrap: wrap; }
.cookie-actions .btn { padding: 11px 18px; font-size: .88rem; }
.cookie-modal { position: fixed; inset: 0; z-index: 210; display: grid; place-items: center; padding: 20px; background: rgba(15, 23, 42, .55); backdrop-filter: blur(4px); animation: cookieFade .3s ease both; }
.cookie-modal[hidden] { display: none; }
@keyframes cookieFade { from { opacity: 0; } to { opacity: 1; } }
.cookie-modal-card { width: 100%; max-width: 520px; padding: 32px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-lg); }
.cookie-modal-card h3 { font-size: 1.3rem; margin-bottom: 6px; color: var(--primary-dark); }
.cookie-modal-card > p { font-size: .9rem; margin-bottom: 20px; color: var(--text-light); }
.cookie-opt { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; border-top: 1px solid var(--border); }
.cookie-opt span { display: flex; flex-direction: column; }
.cookie-opt strong { font-family: var(--font-display); font-size: .95rem; color: var(--primary-dark); }
.cookie-opt small { color: var(--text-light); font-size: .8rem; }
.cookie-opt input { width: 20px; height: 20px; accent-color: var(--primary-light); cursor: pointer; flex: 0 0 auto; }
.cookie-opt input:disabled { opacity: .5; cursor: not-allowed; }
.cookie-modal-actions { display: flex; gap: 12px; margin-top: 24px; }
.cookie-modal-actions .btn { flex: 1; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .split, .contact-grid { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat { border-bottom: 1px solid rgba(255,255,255,.12); }
  .stat:nth-child(3), .stat:nth-child(4) { border-bottom: 0; }
  .hero { background-attachment: scroll; }
}
@media (max-width: 760px) {
  .section { padding: 64px 0; }
  .nav { position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column; align-items: stretch; gap: 4px; padding: 16px 20px 24px; background: #fff; border-bottom: 1px solid var(--border); box-shadow: var(--shadow); transform: translateY(-120%); transition: transform .35s ease; }
  .nav-open .nav { transform: translateY(0); }
  .nav-link { padding: 13px 14px; }
  .nav-cta { margin: 8px 0 0; }
  .dropdown-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 4px 0 4px 10px; min-width: 0; display: none; }
  .dropdown.open .dropdown-menu { display: block; }
  .nav-toggle { display: flex; }
  .grid-2, .grid-3, .grid-4, .steps, .footer-grid, .stats { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .stat:last-child { border-bottom: 0; }
  .cta-band { padding: 44px 26px; }
  .cookie-inner { flex-direction: column; align-items: stretch; gap: 16px; padding: 18px; }
  .cookie-actions .btn { flex: 1; }
}
@media (min-width: 761px) and (max-width: 980px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
}
