/* ============================================================
   CEMARK.ro — front-end 2026, paleta deschisa, stil UE
   albastru institutional + auriu (stelele UE), fundal alb
   ============================================================ */

:root {
  --bg: #ffffff;
  --bg-soft: #f4f7fd;
  --bg-tint: #eaf1fb;
  --ink: #0e1f47;
  --text: #223257;
  --text-dim: #51618a;
  --text-faint: #8391b0;
  --eu-blue: #123c96;
  --eu-blue-dark: #0d2f78;
  --blue-bright: #2160d3;
  --gold: #f2b705;
  --grad: linear-gradient(92deg, #123c96 0%, #2160d3 100%);
  --stroke: #e1e8f5;
  --stroke-2: #cdd9ee;
  --card-shadow: 0 10px 34px rgba(14, 31, 71, 0.08);
  --card-shadow-lg: 0 24px 70px rgba(14, 31, 71, 0.14);
  --radius: 18px;
  --font-display: "Space Grotesk", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --maxw: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { background: rgba(33, 96, 211, 0.18); }

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

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.nav.scrolled { border-bottom-color: var(--stroke); box-shadow: 0 4px 24px rgba(14, 31, 71, 0.06); }
.nav-inner { display: flex; align-items: center; gap: 28px; height: 74px; }

.logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); }
.logo-mark {
  display: inline-grid; place-items: center;
  width: 40px; height: 40px; border-radius: 11px;
  font-weight: 700; font-size: 17px; letter-spacing: 0.5px;
  color: #fff;
  background: var(--grad);
  box-shadow: 0 6px 18px rgba(18, 60, 150, 0.28);
}
.logo-word { font-weight: 700; font-size: 21px; letter-spacing: 1px; color: var(--ink); }
.logo-tld { color: var(--text-faint); font-weight: 500; }

.nav-links { display: flex; gap: 24px; margin-left: auto; }
.nav-links a { font-size: 14.5px; font-weight: 500; color: var(--text-dim); transition: color 0.2s; }
.nav-links a:hover { color: var(--eu-blue); }
.nav-cta { display: flex; gap: 12px; align-items: center; }
.nav-burger { display: none; }

.lang-switch {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 10px; border-radius: 10px;
  border: 1px solid var(--stroke); background: var(--bg-soft);
  color: var(--text-dim); cursor: pointer;
}
.lang-switch .ico { width: 16px; height: 16px; }
.lang-switch select {
  border: 0; background: transparent; font-family: var(--font-body);
  font-size: 13.5px; font-weight: 600; color: var(--ink);
  cursor: pointer; outline: none;
}

/* ---------- butoane ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 20px; border-radius: 12px;
  font-family: var(--font-body); font-size: 14.5px; font-weight: 600;
  border: 1px solid transparent; cursor: pointer;
  transition: transform 0.15s, box-shadow 0.2s, background 0.2s, border-color 0.2s, color 0.2s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  color: #fff; background: var(--grad);
  box-shadow: 0 8px 22px rgba(18, 60, 150, 0.28);
}
.btn-primary:hover { box-shadow: 0 12px 30px rgba(18, 60, 150, 0.38); transform: translateY(-1px); }
.btn-ghost { color: var(--eu-blue); background: #fff; border-color: var(--stroke-2); }
.btn-ghost:hover { border-color: var(--eu-blue); background: var(--bg-tint); }
.btn-lg { padding: 15px 28px; font-size: 16px; border-radius: 14px; }
.ico { width: 18px; height: 18px; }

/* ---------- hero ---------- */
.hero-wrap {
  position: relative;
  background:
    radial-gradient(900px 480px at 88% -10%, rgba(33, 96, 211, 0.10), transparent 62%),
    radial-gradient(700px 420px at -8% 30%, rgba(242, 183, 5, 0.07), transparent 60%),
    linear-gradient(180deg, #f7faff 0%, #ffffff 90%);
  overflow: hidden;
}
.eu-stars {
  position: absolute; top: -60px; right: -60px;
  width: 380px; height: 380px; opacity: 0.14;
  animation: spin 90s linear infinite;
  pointer-events: none;
}
@keyframes spin { to { transform: rotate(360deg); } }

.hero {
  display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 48px; align-items: center;
  padding-top: 64px; padding-bottom: 40px;
}

.badge {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 7px 14px; border-radius: 999px;
  background: #fff; border: 1px solid var(--stroke-2);
  box-shadow: 0 3px 12px rgba(14, 31, 71, 0.05);
  font-size: 13px; font-weight: 600; color: var(--text-dim);
  margin-bottom: 22px;
}
.badge-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 0 0 rgba(242, 183, 5, 0.55);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(242, 183, 5, 0.5); }
  70% { box-shadow: 0 0 0 9px rgba(242, 183, 5, 0); }
  100% { box-shadow: 0 0 0 0 rgba(242, 183, 5, 0); }
}

h1 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.9vw, 58px);
  font-weight: 700; line-height: 1.07; letter-spacing: -1.1px;
  color: var(--ink);
  margin-bottom: 18px;
}
.grad-text {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.hero-sub { font-size: 17px; color: var(--text-dim); max-width: 58ch; margin-bottom: 28px; }

/* cardul de verificare */
.verify-card {
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  padding: 20px 20px 14px;
  box-shadow: var(--card-shadow-lg);
  position: relative;
}
.verify-card::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(90deg, var(--eu-blue), var(--blue-bright) 60%, var(--gold));
}
.verify-head {
  display: flex; align-items: center; gap: 9px;
  font-family: var(--font-display); font-weight: 600; font-size: 15.5px;
  color: var(--ink); margin-bottom: 14px;
}
.verify-head .ico { color: var(--blue-bright); }
.verify-row { display: flex; gap: 12px; align-items: flex-end; flex-wrap: wrap; }
.field { display: flex; flex-direction: column; gap: 6px; flex: 1 1 180px; }
.field-lang { flex: 0 1 170px; }
.field label {
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.6px;
  text-transform: uppercase; color: var(--text-faint);
}
.field input, .field select {
  height: 48px; padding: 0 14px; border-radius: 12px;
  background: var(--bg-soft);
  border: 1px solid var(--stroke-2);
  color: var(--ink); font-family: var(--font-body); font-size: 15.5px;
  outline: none; transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  width: 100%;
}
.field input::placeholder { color: var(--text-faint); }
.field input:focus, .field select:focus {
  border-color: var(--blue-bright);
  box-shadow: 0 0 0 4px rgba(33, 96, 211, 0.14);
  background: #fff;
}
.verify-btn { height: 48px; flex: 0 0 auto; }
.verify-hint { font-size: 12.5px; color: var(--text-faint); margin-top: 11px; }

/* stats */
.stats { display: flex; gap: 36px; flex-wrap: wrap; margin-top: 32px; }
.stat { display: block; }
.stat-nr, .stat-suffix {
  font-family: var(--font-display); font-weight: 700; font-size: 29px;
  line-height: 1.1; color: var(--ink);
}
.stat-suffix { color: var(--blue-bright); }
.stat-label { display: block; font-size: 13px; color: var(--text-faint); margin-top: 2px; }

/* ---------- vizual hero ----------
   foto sus, cele doua carduri JOS, unul langa altul (fara suprapunere
   intre ele — se suprapun doar peste marginea fotografiei) */
.hero-visual { position: relative; height: 640px; }

.hero-photo {
  position: absolute; top: 0; right: 0;
  width: 100%; height: 300px;
  border-radius: 22px; overflow: hidden;
  box-shadow: var(--card-shadow-lg);
}
.hero-photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(200deg, rgba(18, 60, 150, 0.10), transparent 55%);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }

.float-card {
  position: absolute; border-radius: 14px;
  box-shadow: var(--card-shadow-lg);
  will-change: transform;
}

/* eticheta CE — replica ZPL */
.label-card {
  width: 252px; top: 162px; left: 2px;
  background: #fff; color: #16213c;
  padding: 14px 14px 10px;
  transform: rotate(-1.5deg);
  animation: floaty 7s ease-in-out infinite;
  border: 1px solid #dfe5f0;
}
.label-top { display: flex; justify-content: space-between; align-items: center; }
.ce-mark { font-family: var(--font-display); font-weight: 700; font-size: 32px; letter-spacing: 3px; }
.label-year { font-weight: 700; font-size: 14px; color: #5a6a8c; }
.label-firm {
  font-weight: 700; font-size: 12px; margin-top: 7px; letter-spacing: 0.3px;
}
.label-addr {
  font-size: 10px; color: #5a6a8c;
  border-bottom: 1.5px solid #16213c; padding-bottom: 6px; margin-bottom: 8px;
}
.label-line { display: flex; justify-content: space-between; font-size: 11px; padding: 1.5px 0; gap: 8px; }
.label-line span { color: #5a6a8c; white-space: nowrap; }
.label-line b { text-align: right; }
.barcode { display: flex; align-items: stretch; height: 40px; margin: 9px 0 3px; gap: 1.5px; justify-content: center; }
.barcode i { display: block; background: #16213c; width: 2px; }
.barcode i:nth-child(3n) { width: 4px; }
.barcode i:nth-child(4n) { width: 1.5px; }
.barcode i:nth-child(5n) { width: 5px; }
.barcode i:nth-child(7n) { width: 2.5px; }
.barcode-nr { text-align: center; font-size: 10.5px; letter-spacing: 4px; color: #16213c; }
.label-perf { width: 100%; border-collapse: collapse; margin-top: 8px; }
.label-perf td { font-size: 9.2px; padding: 2.4px 0; border-top: 1px solid #e8edf5; color: #44536f; }
.label-perf td:last-child { text-align: right; font-weight: 700; color: #16213c; white-space: nowrap; padding-left: 8px; }
.label-foot { text-align: center; font-size: 9.5px; color: #8a97ad; margin-top: 7px; }

/* documentul DoP — structura reala */
.dop-card {
  width: 252px; right: 2px; bottom: 4px;
  background: #fff;
  border: 1px solid #dfe5f0;
  padding: 16px 15px 12px;
  transform: rotate(1.5deg);
  animation: floaty 8s ease-in-out 0.8s infinite;
  color: #16213c;
}
.dop-title {
  font-family: var(--font-display); font-weight: 700; font-size: 12.5px;
  letter-spacing: 0.8px; color: var(--eu-blue);
}
.dop-no { font-size: 10.5px; color: #5a6a8c; margin: 2px 0 9px; border-bottom: 1px solid #e8edf5; padding-bottom: 7px; }
.dop-list { list-style: none; counter-reset: dop; }
.dop-list li {
  counter-increment: dop; font-size: 10.3px; color: #44536f;
  padding: 2.5px 0 2.5px 18px; position: relative; line-height: 1.45;
}
.dop-list li::before {
  content: counter(dop) "."; position: absolute; left: 0;
  font-weight: 700; color: var(--eu-blue);
}
.dop-list b { color: #16213c; }
.dop-dim { color: #8a97ad; }
.dop-table { width: 100%; border-collapse: collapse; margin-top: 9px; }
.dop-table th {
  font-size: 9px; text-transform: uppercase; letter-spacing: 0.5px;
  color: #5a6a8c; font-weight: 600; padding: 4px 2px;
  background: var(--bg-tint); border: 1px solid #e1e8f5;
}
.dop-table td {
  font-size: 11px; font-weight: 700; text-align: center;
  padding: 5px 2px; border: 1px solid #e1e8f5; color: #16213c;
}
.dop-reg { font-size: 9.3px; color: #8a97ad; margin-top: 9px; line-height: 1.45; }
.dop-sign { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.dop-stamp {
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(22, 163, 74, 0.10); color: #16a34a;
  border: 1.5px solid rgba(22, 163, 74, 0.45);
}
.dop-stamp svg { width: 19px; height: 19px; }
.dop-langs { display: flex; gap: 5px; }
.dop-langs span {
  font-size: 9.5px; font-weight: 700; padding: 3px 7px; border-radius: 6px;
  background: var(--bg-tint); color: var(--eu-blue);
  border: 1px solid var(--stroke-2);
}

.float-chip {
  position: absolute; padding: 9px 15px; border-radius: 12px;
  font-family: var(--font-display); font-weight: 600; font-size: 13px;
  background: #fff; border: 1px solid var(--stroke);
  box-shadow: var(--card-shadow);
}
.chip-zpl { top: 22px; right: 20px; color: #b45309; animation: floaty 6s ease-in-out 0.4s infinite; }
.chip-uw { top: 22px; left: 20px; color: var(--eu-blue); animation: floaty 6.6s ease-in-out 1.2s infinite; }

@keyframes floaty {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -11px; }
}

/* banda de conformitate */
.trust-strip {
  display: flex; align-items: center; justify-content: center; gap: 22px; flex-wrap: wrap;
  margin: 26px 0 44px; padding: 16px 22px;
  background: #fff; border: 1px solid var(--stroke); border-radius: 14px;
  box-shadow: var(--card-shadow);
  font-size: 13.5px; color: var(--text-dim);
  /* nota: fara margin negativ — .hero-wrap are overflow:hidden si taia banda */
}
.trust-item b { color: var(--eu-blue); font-weight: 700; }
.trust-sep { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

/* ---------- secțiuni ---------- */
.section { padding: 96px 24px 84px; }
.section-alt { background: var(--bg-soft); border-top: 1px solid var(--stroke); border-bottom: 1px solid var(--stroke); }
.section-alt .container { padding: 0; }
.section-head { max-width: 640px; margin-bottom: 44px; }
.kicker {
  display: inline-block; font-size: 12px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--blue-bright); margin-bottom: 10px;
}
h2 {
  font-family: var(--font-display);
  font-size: clamp(27px, 3.4vw, 40px);
  font-weight: 700; line-height: 1.14; letter-spacing: -0.7px;
  color: var(--ink); margin-bottom: 13px;
}
.section-head p { color: var(--text-dim); font-size: 16.5px; }

/* pași */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step {
  background: #fff; border: 1px solid var(--stroke);
  border-radius: var(--radius); padding: 28px 24px;
  box-shadow: var(--card-shadow);
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}
.step:hover { box-shadow: var(--card-shadow-lg); transform: translateY(-3px); border-color: var(--stroke-2); }
.step-nr {
  font-family: var(--font-display); font-weight: 700; font-size: 15px;
  color: #fff; background: var(--grad);
  width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center; margin-bottom: 18px;
  box-shadow: 0 6px 16px rgba(18, 60, 150, 0.25);
}
.step h3 { font-family: var(--font-display); font-size: 19px; font-weight: 600; color: var(--ink); margin-bottom: 9px; }
.step p { font-size: 14.5px; color: var(--text-dim); }

/* bento */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bento-card {
  grid-column: span 1;
  background: #fff; border: 1px solid var(--stroke);
  border-radius: var(--radius); padding: 26px 24px;
  box-shadow: var(--card-shadow);
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}
.bento-card:hover {
  box-shadow: var(--card-shadow-lg);
  transform: translateY(-4px);
  border-color: rgba(33, 96, 211, 0.35);
}
.bento-card.span2 { grid-column: span 2; }
.bico {
  width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center; margin-bottom: 16px;
  background: var(--bg-tint);
  border: 1px solid var(--stroke-2);
  color: var(--eu-blue);
}
.bico svg { width: 22px; height: 22px; }
.bento-card h3 { font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.bento-card p { font-size: 14.5px; color: var(--text-dim); }
.lang-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.lang-chips span {
  font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 999px;
  background: var(--bg-tint); color: var(--eu-blue);
  border: 1px solid var(--stroke-2);
}
.zpl-snip {
  display: block; margin-top: 15px; padding: 10px 13px;
  font-family: "Consolas", "Menlo", monospace; font-size: 12px;
  color: #92400e; background: #fdf7ec;
  border: 1px solid #f0e2c4; border-radius: 10px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* integrari */
.logo-row { display: flex; flex-wrap: wrap; gap: 14px; }
.logo-chip {
  font-family: var(--font-display); font-weight: 600; font-size: 17px;
  padding: 16px 28px; border-radius: 14px;
  background: #fff; border: 1px solid var(--stroke);
  color: var(--text-dim); box-shadow: var(--card-shadow);
  transition: color 0.25s, border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.logo-chip:hover { color: var(--eu-blue); border-color: var(--stroke-2); transform: translateY(-2px); box-shadow: var(--card-shadow-lg); }
.integr-note { margin-top: 22px; color: var(--text-faint); font-size: 14.5px; }
.integr-note a { color: var(--blue-bright); font-weight: 600; }
.integr-note a:hover { text-decoration: underline; }

/* duo (cu imagini) */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.duo-card {
  background: #fff; border: 1px solid var(--stroke); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--card-shadow);
  display: flex; flex-direction: column;
  transition: box-shadow 0.25s, transform 0.25s;
}
.duo-card:hover { box-shadow: var(--card-shadow-lg); transform: translateY(-3px); }
.duo-img { height: 210px; overflow: hidden; }
.duo-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.duo-card:hover .duo-img img { transform: scale(1.04); }
.duo-body { padding: 26px 28px 30px; }
.duo-body h3 { font-family: var(--font-display); font-size: 23px; font-weight: 700; color: var(--ink); margin: 4px 0 11px; }
.duo-body p { color: var(--text-dim); font-size: 14.8px; margin-bottom: 20px; }

/* CTA */
.cta-band {
  display: flex; align-items: center; justify-content: space-between; gap: 36px;
  background:
    radial-gradient(560px 280px at 12% 0%, rgba(255, 255, 255, 0.14), transparent 60%),
    var(--grad);
  color: #fff;
  border-radius: 24px;
  padding: 48px 44px;
  box-shadow: 0 24px 60px rgba(18, 60, 150, 0.35);
  position: relative; overflow: hidden;
}
.cta-band::after {
  content: ""; position: absolute; right: -70px; top: -70px;
  width: 240px; height: 240px; border-radius: 50%;
  border: 2px dashed rgba(242, 183, 5, 0.4);
}
.cta-band h2 { color: #fff; margin-bottom: 12px; }
.cta-band .grad-text {
  background: linear-gradient(92deg, #ffd75e, #f2b705);
  -webkit-background-clip: text; background-clip: text;
}
.cta-band p { color: rgba(255, 255, 255, 0.85); max-width: 58ch; }
.cta-band strong { color: #fff; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; flex-shrink: 0; position: relative; z-index: 1; }
.cta-actions .btn-primary { background: #fff; color: var(--eu-blue); box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18); }
.cta-actions .btn-ghost { color: #fff; background: transparent; border-color: rgba(255, 255, 255, 0.45); }
.cta-actions .btn-ghost:hover { background: rgba(255, 255, 255, 0.12); border-color: #fff; }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--stroke); background: var(--bg-soft); }
.footer-inner {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 32px;
  padding-top: 52px; padding-bottom: 36px;
}
.footer-brand p { color: var(--text-faint); font-size: 13.5px; margin-top: 14px; max-width: 34ch; }
.footer-col h4 {
  font-family: var(--font-display); font-size: 12.5px; font-weight: 700;
  letter-spacing: 1.4px; text-transform: uppercase; color: var(--text-dim);
  margin-bottom: 14px;
}
.footer-col a { display: block; font-size: 14px; color: var(--text-dim); padding: 4px 0; transition: color 0.2s; }
.footer-col a:hover { color: var(--eu-blue); }
.footer-legal { font-size: 12.5px; color: var(--text-faint); margin-top: 12px; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
  border-top: 1px solid var(--stroke);
  padding-top: 20px; padding-bottom: 26px;
  font-size: 13px; color: var(--text-faint);
}
.created-by a { color: var(--blue-bright); font-weight: 700; transition: color 0.2s; }
.created-by a:hover { color: var(--eu-blue); text-decoration: underline; }

/* ---------- reveal ---------- */
.reveal {
  opacity: 0; transform: translateY(22px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }
.reveal.d4 { transition-delay: 0.32s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .float-card, .float-chip, .badge-dot, .eu-stars { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; padding-bottom: 40px; }
  .hero-visual { height: 600px; max-width: 640px; margin: 0 auto; width: 100%; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 880px) {
  .nav-links { display: none; }
  .nav-cta { margin-left: auto; }
  .nav-cta .btn { display: none; }
  .nav-burger {
    display: inline-flex; flex-direction: column; gap: 5px;
    background: none; border: 0; padding: 8px; cursor: pointer;
  }
  .nav-burger span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.25s, opacity 0.25s; }
  .nav.open .nav-links {
    display: flex; flex-direction: column; gap: 4px;
    position: absolute; top: 74px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--stroke);
    box-shadow: 0 18px 40px rgba(14, 31, 71, 0.10);
    padding: 12px 24px 18px;
  }
  .nav.open .nav-links a { padding: 10px 0; font-size: 16px; }
  .nav.open .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav.open .nav-burger span:nth-child(2) { opacity: 0; }
  .nav.open .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .steps { grid-template-columns: 1fr; }
  .duo { grid-template-columns: 1fr; }
  .cta-band { flex-direction: column; align-items: flex-start; padding: 34px 26px; }
  .cta-actions { flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 640px) {
  .section { padding: 60px 20px; }
  .bento { grid-template-columns: 1fr; }
  .bento-card.span2 { grid-column: span 1; }
  .hero { padding-top: 36px; }
  .hero-visual { height: auto; }
  .hero-photo { position: relative; width: 100%; height: 240px; margin-bottom: 16px; }
  .label-card { position: relative; top: 0; left: 0; margin: 0 auto; transform: rotate(0); width: 100%; max-width: 320px; }
  .dop-card, .float-chip { display: none; }
  .verify-row { flex-direction: column; align-items: stretch; }
  .field, .field-lang { flex: 1 1 auto; }
  .verify-btn { width: 100%; }
  .stats { gap: 22px; }
  .trust-strip { flex-direction: column; gap: 8px; text-align: center; margin-bottom: 36px; }
  .trust-sep { display: none; }
  .footer-inner { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .eu-stars { display: none; }
}
