/* ============================================================
   INBIURO — Biuro Księgowe Krzysztof Stopka
   Kierunek: premium, spokojny, blada zieleń („kolor nadziei")
   Mobile-first, semantycznie, focus states, reduced motion.
   ============================================================ */

/* ---------- Fonty (self-hosted, pelne podzbiory latin + latin-ext,
   spojne polskie znaki diakrytyczne) ---------- */
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter-latin-ext-normal.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter-latin-normal.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lora";
  src: url("assets/fonts/lora-latin-ext-italic.woff2") format("woff2");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Lora";
  src: url("assets/fonts/lora-latin-italic.woff2") format("woff2");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lora";
  src: url("assets/fonts/lora-latin-ext-normal.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Lora";
  src: url("assets/fonts/lora-latin-normal.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Zmienne ---------- */
:root {
  --bg: #f1f5ee;            /* blada zieleń — tło strony */
  --bg-soft: #e9f0e5;       /* jaśniejsza zieleń — wstęgi */
  --surface: #fbfdf8;       /* karty */
  --ink: #1e2c23;           /* główny tekst */
  --ink-soft: #4c5c50;      /* tekst drugoplanowy */
  --accent: #3f6b4f;        /* szałwia — CTA, akcenty */
  --accent-deep: #2c4a37;   /* ciemniejsza zieleń — hover */
  --accent-soft: #d9e7d4;   /* jasny akcent — tła chipów */
  --line: #d8e2d2;          /* obramowania */
  --deep: #223528;          /* ciemna sekcja zaufania */
  --deep-ink: #e9f1e5;      /* tekst na ciemnym */
  --gold: #b98a2f;          /* subtelne ciepło — detale */
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 18px 45px -24px rgba(34, 53, 40, 0.28);
  --shadow-soft: 0 10px 30px -18px rgba(34, 53, 40, 0.22);
  --font-display: "Lora", Georgia, "Times New Roman", serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --container: 1120px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--ink);
  background-color: var(--bg);
  background-image:
    radial-gradient(1100px 500px at 85% -8%, rgba(217, 231, 212, 0.9), transparent 60%),
    radial-gradient(900px 480px at -10% 22%, rgba(226, 238, 220, 0.7), transparent 55%);
  background-attachment: fixed;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; }

/* ---------- Dostępność ---------- */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--deep);
  color: var(--deep-ink);
  padding: 0.75rem 1.25rem;
  border-radius: 0 0 var(--radius-sm) 0;
  text-decoration: none;
}
.skip-link:focus-visible {
  left: 0;
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}
:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 3rem);
}
.section { padding-block: clamp(4.5rem, 10vw, 8rem); }
.section-tint {
  background: linear-gradient(180deg, transparent, var(--bg-soft) 18%, var(--bg-soft) 82%, transparent);
}
section[id] { scroll-margin-top: 96px; }

/* ---------- Typografia ---------- */
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 560;
  line-height: 1.12;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.5rem, 6.2vw, 4.35rem); }
h2 { font-size: clamp(1.9rem, 4.2vw, 2.9rem); }
h3 { font-size: 1.3rem; line-height: 1.3; }
h1 em, h2 em {
  font-style: italic;
  font-weight: 480;
  color: var(--accent-deep);
}
.eyebrow {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.1rem;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 2px;
  background: var(--accent);
  margin-right: 0.7rem;
  vertical-align: middle;
  transform: translateY(-2px);
}
.lead {
  font-size: clamp(1.1rem, 2.4vw, 1.3rem);
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 34rem;
}
.section-head { max-width: 46rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-lead { color: var(--ink-soft); margin-top: 1rem; font-size: 1.125rem; }

/* ---------- Przyciski ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 52px;
  padding: 0.85rem 1.7rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  white-space: nowrap;
}
.btn .icon { width: 1.25rem; height: 1.25rem; fill: currentColor; flex: none; }
.btn-primary {
  background: var(--accent);
  color: #f4f9f1;
  box-shadow: var(--shadow-soft);
}
.btn-primary:hover { background: var(--accent-deep); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-secondary {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn-secondary:hover { border-color: var(--accent); color: var(--accent-deep); transform: translateY(-2px); }

/* ---------- Nagłówek ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(241, 245, 238, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 6px 24px -18px rgba(34, 53, 40, 0.35);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.9rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  min-width: 0;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 14px;
  background: var(--accent);
  color: #f4f9f1;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.brand-text strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.brand-text small {
  font-size: 0.72rem;
  color: var(--ink-soft);
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-nav { display: none; }
.site-nav a {
  text-decoration: none;
  font-weight: 500;
  font-size: 0.98rem;
  color: var(--ink-soft);
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.site-nav a:hover { color: var(--accent-deep); background: var(--accent-soft); }
.btn-header { min-height: 46px; padding: 0.6rem 1.2rem; font-size: 0.95rem; }
.btn-header span { display: none; }
.btn-header .icon { width: 1.35rem; height: 1.35rem; }

/* ---------- Hero ---------- */
.hero {
  padding-block: clamp(3.5rem, 8vw, 6.5rem) clamp(4rem, 9vw, 7rem);
  position: relative;
}
.hero-grid { display: grid; gap: 3rem; align-items: center; }
.hero-copy h1 { margin-bottom: 1.4rem; }
.hero-copy .lead { margin-bottom: 2rem; }
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1rem;
}
.microcopy {
  font-size: 0.95rem;
  color: var(--ink-soft);
  max-width: 30rem;
  margin-bottom: 2rem;
}
.trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.trust-chips li {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--accent-deep);
  box-shadow: 0 4px 14px -10px rgba(34, 53, 40, 0.25);
}

/* Portret */
.hero-visual { position: relative; max-width: 26rem; margin-inline: auto; width: 100%; }
.blob {
  position: absolute;
  inset: -8% -10%;
  background:
    radial-gradient(closest-side, rgba(63, 107, 79, 0.28), transparent 72%),
    radial-gradient(closest-side at 70% 30%, rgba(185, 138, 47, 0.14), transparent 70%);
  border-radius: 48% 52% 55% 45% / 52% 46% 54% 48%;
  z-index: 0;
  animation: breathe 9s ease-in-out infinite alternate;
}
.portrait-card {
  position: relative;
  z-index: 1;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(216, 226, 210, 0.9);
  background: var(--surface);
}
.portrait-card img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; }
.portrait-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  background: rgba(251, 253, 248, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.8rem 1.1rem;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
.portrait-caption strong { font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; }
.portrait-caption span { font-size: 0.88rem; color: var(--ink-soft); }

/* ---------- Sekcja O mnie ---------- */
.split { display: grid; gap: 3rem; align-items: center; }
.split-copy p + p { margin-top: 1.1rem; }
.split-copy h2 { margin-bottom: 1.4rem; }
.check-list { margin-top: 1.6rem; display: grid; gap: 0.8rem; }
.check-list li {
  position: relative;
  padding-left: 2.1rem;
  color: var(--ink);
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.32rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background: var(--accent-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232c4a37' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4 10-10'/%3E%3C/svg%3E") center / 0.8rem no-repeat;
}
.split-visual {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.split-visual img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.split-visual figcaption {
  background: var(--surface);
  padding: 1rem 1.4rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--accent-deep);
  border-top: 1px solid var(--line);
}

/* ---------- Oferta ---------- */
.cards {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1fr;
}
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem 1.7rem;
  box-shadow: 0 8px 24px -20px rgba(34, 53, 40, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.card:hover {
  transform: translateY(-4px);
  border-color: var(--accent-soft);
  box-shadow: var(--shadow-soft);
}
.card-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--gold);
  display: block;
  margin-bottom: 0.8rem;
}
.card h3 { margin-bottom: 0.6rem; }
.card p { color: var(--ink-soft); font-size: 1rem; }
.offer-note {
  margin-top: 2.4rem;
  background: var(--surface);
  border: 1px dashed var(--accent);
  border-radius: var(--radius);
  padding: 1.6rem 1.8rem;
  display: grid;
  gap: 0.7rem;
}
.offer-note p { color: var(--ink-soft); }
.offer-note strong { color: var(--ink); }

/* ---------- Proces ---------- */
.steps {
  display: grid;
  gap: 1.4rem;
  counter-reset: krok;
}
.step {
  display: flex;
  gap: 1.3rem;
  align-items: flex-start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.7rem 1.6rem;
}
.step-num {
  flex: none;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #f4f9f1;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  box-shadow: 0 8px 20px -10px rgba(63, 107, 79, 0.6);
}
.step h3 { margin-bottom: 0.4rem; }
.step p { color: var(--ink-soft); }
.process-note {
  margin-top: 2rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.15rem, 2.6vw, 1.4rem);
  color: var(--accent-deep);
  max-width: 44rem;
  line-height: 1.5;
}

/* ---------- Zaufanie (ciemna wstęga) ---------- */
.section-deep {
  background:
    radial-gradient(900px 400px at 80% 0%, rgba(63, 107, 79, 0.35), transparent 60%),
    var(--deep);
  color: var(--deep-ink);
  border-radius: clamp(1.5rem, 4vw, 3rem);
  margin-inline: clamp(0.75rem, 3vw, 2.5rem);
  padding-block: clamp(4rem, 9vw, 7rem);
}
.section-deep h2 { color: var(--deep-ink); }
.eyebrow-light { color: #a8c9a9; }
.eyebrow-light::before { background: #a8c9a9; }
.stats {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin-bottom: 3rem;
}
.stat {
  border-left: 2px solid rgba(233, 241, 229, 0.25);
  padding-left: 1.4rem;
}
.stat-value {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-weight: 600;
  line-height: 1.1;
  color: #f4f9f1;
}
.stat-label { color: rgba(233, 241, 229, 0.75); font-size: 0.98rem; }
.quote {
  max-width: 46rem;
  border-top: 1px solid rgba(233, 241, 229, 0.2);
  padding-top: 2.2rem;
}
.quote p {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  font-weight: 480;
  line-height: 1.45;
  color: #f4f9f1;
}
.quote cite {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-size: 0.95rem;
  color: rgba(233, 241, 229, 0.7);
  letter-spacing: 0.04em;
}

/* ---------- Interludium ---------- */
.interlude { padding-block: clamp(5rem, 12vw, 9rem); text-align: center; }
.interlude-line {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 5.4vw, 3.6rem);
  font-weight: 520;
  line-height: 1.25;
  color: var(--ink);
}
.interlude-line:nth-child(1) { color: var(--ink-soft); font-weight: 460; }
.mark {
  position: relative;
  font-style: italic;
  font-weight: 600;
  color: var(--accent-deep);
  background-image: linear-gradient(104deg, rgba(185, 138, 47, 0) 0.5%, rgba(217, 231, 212, 0.95) 3%, rgba(217, 231, 212, 0.95) 97%, rgba(185, 138, 47, 0) 99%);
  background-repeat: no-repeat;
  background-size: 100% 62%;
  background-position: 0 78%;
  padding-inline: 0.12em;
}
html.js .mark {
  background-size: 0% 62%;
  transition: background-size 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s;
}
html.js .mark.is-in { background-size: 100% 62%; }
.interlude-kicker {
  margin-top: 1.6rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  color: var(--gold);
}

/* ---------- Kontakt ---------- */
.contact-cards {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1fr;
}
.contact-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.9rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.contact-card h3 { color: var(--accent-deep); }
.contact-value {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.2;
  word-break: break-word;
}
.contact-value a { text-decoration: none; color: inherit; }
.contact-value a:hover { color: var(--accent-deep); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.contact-card p:not(.contact-value) { color: var(--ink-soft); font-size: 1rem; }
.contact-card .btn { margin-top: 0.9rem; align-self: flex-start; }
.contact-primary {
  background: linear-gradient(160deg, #eef5e9, #fbfcf7 70%);
  border-color: var(--accent);
  box-shadow: var(--shadow-soft);
}
.meeting-note {
  margin-top: 2.2rem;
  text-align: center;
  font-size: 1.1rem;
  color: var(--ink-soft);
}
.meeting-note strong { color: var(--accent-deep); }


/* ---------- Stopka ---------- */
.site-footer {
  border-top: 1px solid var(--line);
  padding-block: 2.5rem 1.5rem;
  background: var(--bg-soft);
}
.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-bottom: 1.6rem;
}
.footer-brand { font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; }
.footer-meta { color: var(--ink-soft); font-size: 0.92rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 0.4rem 1.2rem; }
.footer-nav a {
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.footer-nav a:hover { color: var(--accent-deep); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom p { font-size: 0.85rem; color: var(--ink-soft); }

/* ---------- Pływający WhatsApp ---------- */
.wa-float {
  position: fixed;
  right: 1.1rem;
  bottom: calc(1.1rem + env(safe-area-inset-bottom, 0px));
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--accent);
  color: #f4f9f1;
  text-decoration: none;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.85rem 1.15rem;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease, background-color 0.25s ease;
}
.wa-float .icon { width: 1.4rem; height: 1.4rem; fill: currentColor; }
.wa-float.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.wa-float:hover { background: var(--accent-deep); }

/* ---------- Reveal (scroll; tylko przy włączonym JS) ---------- */
html.js .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
html.js .reveal.is-in { opacity: 1; transform: none; }
/* lekki staggering w obrębie list */
.cards .reveal:nth-child(2), .steps .reveal:nth-child(2), .contact-cards .reveal:nth-child(2), .stats .reveal:nth-child(2) { transition-delay: 0.08s; }
.cards .reveal:nth-child(3), .steps .reveal:nth-child(3), .contact-cards .reveal:nth-child(3), .stats .reveal:nth-child(3) { transition-delay: 0.16s; }
.cards .reveal:nth-child(4) { transition-delay: 0.24s; }
.cards .reveal:nth-child(5) { transition-delay: 0.32s; }
.cards .reveal:nth-child(6) { transition-delay: 0.4s; }

@keyframes breathe {
  from { transform: scale(1) rotate(-2deg); }
  to { transform: scale(1.05) rotate(2deg); }
}

/* ---------- Tablet ---------- */
@media (min-width: 720px) {
  .eyebrow { font-size: 0.8rem; letter-spacing: 0.16em; }
  .btn-header span { display: inline; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .contact-cards { grid-template-columns: repeat(3, 1fr); }
  .contact-primary { grid-column: span 3; }
  .stats { grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
  .footer-inner { flex-direction: row; align-items: center; justify-content: space-between; }
}

/* ---------- Desktop ---------- */
@media (min-width: 1024px) {
  .site-nav { display: flex; gap: 0.2rem; }
  .hero-grid { grid-template-columns: 1.08fr 0.92fr; gap: 4rem; }
  .split { grid-template-columns: 1fr 1fr; gap: 4.5rem; }
  .cards { grid-template-columns: repeat(3, 1fr); }
  .contact-primary { grid-column: auto; }
  .steps { grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
  .step { flex-direction: column; gap: 1rem; }
  .offer-note { grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: center; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .mark { background-size: 100% 62%; }
  .blob { animation: none; }
}
