/* FrancizaImobiliara.com — un proiect ACPI. Mobile-first, fără dependențe externe. */
:root {
  --ink: #16213a;
  --ink-2: #3c4760;
  --muted: #5d6781;
  --bg: #ffffff;
  --tint: #f3f6fb;
  --line: #dfe5ef;
  --blue: #00529b;      /* albastru ACPI */
  --navy: #0b2e5c;
  --orange: #f7811f;    /* portocaliu ACPI */
  --orange-2: #e56f0c;
  --orange-soft: #fff2e6;
  --blue-soft: #e8f0f9;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(16, 33, 58, .06), 0 8px 24px rgba(16, 33, 58, .06);
  --wrap: 1240px;
  --gutter: 16px;
  --header-h: 64px;
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media (min-width: 640px) { :root { --gutter: 24px; } }
@media (min-width: 1000px) { :root { --header-h: 76px; } }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; animation: none !important; } }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font: 400 17px/1.65 var(--font);
  text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;
  padding-bottom: 76px; /* loc pentru bara CTA de pe telefon */
}
@media (min-width: 640px) { body { padding-bottom: 0; } }
img { max-width: 100%; height: auto; }
a { color: var(--blue); text-underline-offset: 3px; }
a:hover { color: var(--navy); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; border-radius: 4px; }
h1, h2, h3 { color: var(--navy); line-height: 1.2; letter-spacing: -.015em; margin: 0 0 .6em; text-wrap: balance; }
h1 { font-size: clamp(2rem, 1.3rem + 3.2vw, 3.25rem); font-weight: 800; }
h2, .h2 { font-size: clamp(1.5rem, 1.15rem + 1.5vw, 2.15rem); font-weight: 750; }
h3, .h3 { font-size: 1.2rem; font-weight: 700; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
strong { color: var(--ink); font-weight: 650; }

.sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 8px; top: -60px; background: var(--navy); color: #fff; padding: 10px 14px; border-radius: 8px; z-index: 100; }
.skip:focus { top: 8px; color: #fff; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.wrap-narrow { max-width: 820px; }
.center { text-align: center; }
.muted { color: var(--muted); }
.small { font-size: .95rem; margin-top: 1.2em; }
.lead { font-size: clamp(1.1rem, 1rem + .45vw, 1.3rem); line-height: 1.55; color: var(--ink-2); }
.eyebrow { display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--orange-2); margin-bottom: .9em; }
.fineprint { font-size: .86rem; color: var(--muted); margin-top: 1.25em; }
.quote { font-size: clamp(1.15rem, 1rem + .6vw, 1.4rem); font-weight: 600; color: var(--navy); line-height: 1.45; margin-bottom: 1.4em; }

/* ---------- Butoane ---------- */
.btn {
  text-align: center;
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  min-height: 48px; padding: .7em 1.35em; border-radius: 999px; border: 2px solid transparent;
  font: 700 1rem/1.2 var(--font); text-decoration: none; cursor: pointer;
  transition: background-color .15s, color .15s, border-color .15s, transform .15s;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--orange); color: #1b1203; }
.btn-primary:hover { background: var(--orange-2); color: #1b1203; }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--navy); color: var(--navy); }
.btn-sm { min-height: 42px; padding: .5em 1.05em; font-size: .95rem; }
.btn-block { width: 100%; }
.ico { width: 24px; height: 24px; flex: none; }
.ico-sm { width: 18px; height: 18px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.75em; }
.actions.center { justify-content: center; }
.more { font-weight: 650; text-decoration: none; display: inline-flex; align-items: center; gap: .35em; }
.more:hover { text-decoration: underline; }
.linklike { background: none; border: 0; padding: 0; font: inherit; color: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

/* ---------- Antet ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .94); backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-row { display: flex; align-items: center; gap: 16px; min-height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; min-width: 0; }
.brand-name { font-weight: 800; font-size: 1.08rem; color: var(--navy); text-decoration: none; letter-spacing: -.02em; white-space: nowrap; }
.brand-name { line-height: 1.15; }
.brand-name span { color: var(--blue); }
.brand-name small { display: block; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--orange-2); margin-top: 3px; }
.brand-acpi { display: flex; align-items: center; gap: 8px; padding-left: 12px; border-left: 1px solid var(--line); text-decoration: none; color: var(--muted); }
.brand-acpi img { height: 34px; width: auto; display: block; }
@media (max-width: 400px) {
  .brand-name { font-size: .98rem; }
  .brand-acpi img { height: 28px; }
}

.nav { display: none; }
.nav ul { list-style: none; margin: 0; padding: 0; }
.nav a { display: block; white-space: nowrap; text-decoration: none; color: var(--ink-2); font-weight: 600; font-size: .95rem; }
.nav a:hover { color: var(--navy); }
.nav a[aria-current="page"] { color: var(--navy); }
.header-cta { display: none; }
.header-cta .btn { white-space: nowrap; }

.nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-right: -8px; border: 0; background: none; cursor: pointer; border-radius: 10px; }
.burger, .burger::before, .burger::after { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px; position: relative; transition: transform .2s, background-color .2s; }
.burger::before, .burger::after { content: ""; position: absolute; left: 0; }
.burger::before { top: -7px; } .burger::after { top: 7px; }
.nav-open .burger { background: transparent; }
.nav-open .burger::before { transform: translateY(7px) rotate(45deg); }
.nav-open .burger::after { transform: translateY(-7px) rotate(-45deg); }

/* meniul pe telefon: panou sub antet */
@media (max-width: 1139px) {
  .nav-open .nav {
    display: block; position: absolute; left: 0; right: 0; top: 100%;
    background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    max-height: calc(100vh - var(--header-h)); overflow-y: auto;
  }
  .nav ul { padding: 8px var(--gutter) 16px; }
  .nav li + li { border-top: 1px solid var(--line); }
  .nav a { padding: 14px 4px; font-size: 1.05rem; }
  .nav a[aria-current="page"] { color: var(--orange-2); }
}
@media (min-width: 1140px) {
  .nav-toggle { display: none; }
  .nav { display: block; }
  .nav ul { display: flex; gap: 4px; }
  .nav a { padding: 8px 10px; border-radius: 8px; position: relative; }
  .nav a[aria-current="page"]::after { content: ""; position: absolute; left: 10px; right: 10px; bottom: 2px; height: 2px; background: var(--orange); border-radius: 2px; }
}
@media (min-width: 640px) { .header-cta { display: block; } }
@media (min-width: 1140px) and (max-width: 1320px) {
  .nav ul { gap: 0; }
  .nav a { padding: 8px 7px; font-size: .9rem; }
}

/* bara CTA fixă pe telefon */
.mobile-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .96); backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
  transition: transform .25s;
}
.mobile-cta.is-hidden { transform: translateY(110%); }
@media (min-width: 640px) { .mobile-cta { display: none; } }

/* ---------- Breadcrumb ---------- */
.crumbs { padding-top: 18px; font-size: .88rem; }
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; color: var(--muted); }
.crumbs li + li::before { content: "/"; margin-right: 6px; color: var(--line); }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--blue); text-decoration: underline; }

/* ---------- Secțiuni ---------- */
.section { padding: clamp(48px, 7vw, 96px) 0; }
.section-tight { padding-top: clamp(24px, 4vw, 48px); }
.section-tint { background: var(--tint); }
.section-head { max-width: 760px; margin-bottom: 2.25rem; }
.section-head.center { margin-left: auto; margin-right: auto; }
.section-head p { color: var(--ink-2); }
.split { display: grid; gap: 20px 56px; }
@media (min-width: 860px) { .split { grid-template-columns: 5fr 7fr; align-items: start; } }
.prose p { color: var(--ink-2); }
.prose h2 { font-size: 1.35rem; margin-top: 1.8em; }
.prose h2:first-child { margin-top: 0; }

.grid { display: grid; gap: 16px; list-style: none; margin: 0; padding: 0; }
@media (min-width: 640px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-4 { grid-template-columns: repeat(4, 1fr); } .grid { gap: 20px; } }

.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.section-tint .card { border-color: transparent; box-shadow: var(--shadow); }
.card h3 { margin-bottom: .35em; }
.card p { color: var(--ink-2); }
.card-icon > .ico { width: 44px; height: 44px; padding: 10px; border-radius: 12px; background: var(--blue-soft); color: var(--blue); margin-bottom: 14px; display: block; }
.card-sm { padding: 20px; }
.card-sm p { font-size: .98rem; }
.card-accent { background: var(--navy); color: #d9e3f2; }
.section-tint .card-accent { box-shadow: 0 10px 30px rgba(11, 46, 92, .25); }
.card-accent h2, .card-accent h3 { color: #fff; }
.card-accent p { color: #d9e3f2; }

.checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; }
.checklist .ico { color: #fff; background: var(--blue); border-radius: 50%; padding: 3px; width: 24px; height: 24px; margin-top: 2px; }

.callout { margin-top: 28px; padding: 20px 24px; border-left: 4px solid var(--orange); background: var(--orange-soft); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.callout p { color: var(--ink); }

/* ---------- Hero (Acasă) ---------- */
.hero { padding: clamp(40px, 7vw, 96px) 0 clamp(48px, 7vw, 88px); background:
  radial-gradient(1000px 420px at 85% 0%, var(--blue-soft), transparent 70%),
  radial-gradient(600px 300px at 0% 100%, var(--orange-soft), transparent 70%); }
.hero-grid { display: grid; gap: 40px; align-items: center; }
@media (min-width: 960px) { .hero-grid { grid-template-columns: 7fr 5fr; } }
.hero-text > p:not(.eyebrow):not(.lead) { color: var(--ink-2); max-width: 60ch; }
.hero .lead { max-width: 60ch; }

.hero-visual { display: flex; justify-content: center; }
.orbit { position: relative; width: min(100%, 420px); aspect-ratio: 1; }
.orbit::before, .orbit::after { content: ""; position: absolute; border-radius: 50%; border: 1.5px dashed #b9c9df; inset: 12%; }
.orbit::after { inset: 30%; border-style: solid; border-color: var(--line); }
.orbit-core { position: absolute; inset: 36%; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; text-align: center; font-weight: 800; font-size: clamp(.95rem, 2.8vw, 1.15rem); line-height: 1.2; box-shadow: 0 16px 40px rgba(11, 46, 92, .3), 0 0 0 10px rgba(247, 129, 31, .18); }
.orbit-chip { position: absolute; display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; background: #fff; border: 1px solid var(--line); border-radius: 999px; box-shadow: var(--shadow); font-size: clamp(.72rem, 2.2vw, .88rem); font-weight: 650; color: var(--navy); white-space: nowrap; transform: translate(-50%, -50%); }
.orbit-chip .ico { color: var(--orange-2); }
.c1 { left: 50%; top: 10%; } .c2 { left: 88%; top: 30%; } .c3 { left: 88%; top: 70%; }
.c4 { left: 50%; top: 90%; } .c5 { left: 12%; top: 70%; } .c6 { left: 14%; top: 30%; }
@media (max-width: 959px) { .orbit { width: min(100%, 320px); } }
@media (max-width: 380px) { .c2, .c3 { left: 80%; } .c5, .c6 { left: 20%; } }

/* ---------- Page hero (paginile interioare) ---------- */
.page-hero { padding: clamp(28px, 5vw, 64px) 0 clamp(24px, 4vw, 48px); }
.page-hero .lead { margin-top: .2em; }
.page-hero p:not(.lead):not(.eyebrow) { color: var(--ink-2); }
.error-page { padding: clamp(64px, 10vw, 140px) 0; }

/* ---------- Timeline ---------- */
.timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.timeline::before { content: ""; position: absolute; left: 7px; top: 8px; bottom: 8px; width: 2px; background: var(--line); }
.timeline li { position: relative; padding-left: 36px; margin-bottom: 26px; }
.timeline li::before { content: ""; position: absolute; left: 0; top: 6px; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 3px solid var(--blue); }
.timeline li:last-child::before { background: var(--orange); border-color: var(--orange); }
.tl-year { display: block; font-weight: 800; color: var(--navy); margin-bottom: 4px; }
.timeline p { color: var(--ink-2); }

/* ---------- Banda cu 4 mesaje ---------- */
.band { background: var(--navy); color: #fff; padding: 28px 0; }
.band-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 24px; text-align: center; font-weight: 800; font-size: clamp(1.05rem, .9rem + 1vw, 1.5rem); letter-spacing: -.01em; }
.band-grid .accent { color: var(--orange); }
@media (min-width: 760px) { .band-grid { grid-template-columns: repeat(4, 1fr); } }

.cta-final h2 { margin-bottom: .5em; }
.cta-final .lead { margin-bottom: 1em; }
.cta-final .btn { margin-top: 1.25em; }
.cta-dark { background: linear-gradient(160deg, var(--navy), #0f3f7a); color: #dbe5f3; }
.cta-dark .lead { color: #dbe5f3; }
.slogan { font-size: clamp(1.4rem, 1.1rem + 1.4vw, 2.1rem); font-weight: 800; color: #fff; letter-spacing: -.02em; margin-top: .8em; }
.cta-dark .btn-ghost { color: #fff; border-color: rgba(255, 255, 255, .4); }
.cta-dark .btn-ghost:hover { border-color: #fff; color: #fff; }

/* ---------- Comparație ---------- */
.compare-fig { margin: 0; display: grid; gap: 16px; }
@media (min-width: 760px) { .compare-fig { grid-template-columns: 1fr 1fr; gap: 24px; } }
.fig-col { border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; background: #fff; }
.fig-bid { border-color: #bcd3ec; background: linear-gradient(180deg, #fff, var(--blue-soft)); }
.fig-title { font-weight: 800; color: var(--navy); margin-bottom: 14px; }
.stack { display: grid; gap: 8px; text-align: center; font-weight: 700; font-size: .95rem; }
.blk { padding: 14px 12px; border-radius: 10px; }
.stack-classic .blk-top { background: #5d6781; color: #fff; padding: 22px 12px; }
.stack-classic .blk-mid { background: #e6e9f0; color: var(--ink-2); }
.stack-classic .blk-agent { background: #fff; border: 1.5px dashed #a9b3c6; color: var(--muted); padding: 10px; font-size: .88rem; width: 60%; margin: 0 auto; }
.stack-bid .blk-agent { background: var(--orange); color: #1b1203; padding: 22px 12px; font-size: 1.02rem; }
.blk-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.blk-row span { background: #fff; border: 1px solid #bcd3ec; color: var(--blue); border-radius: 8px; padding: 10px 2px; font-size: .8rem; }
.stack-bid .blk-base { background: var(--navy); color: #fff; }
.fig-note { margin-top: 14px; font-size: .9rem; color: var(--muted); }

.compare-table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: .98rem; }
.compare-table th, .compare-table td { text-align: left; vertical-align: top; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.compare-table thead th { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); border-bottom: 2px solid var(--line); }
.compare-table tbody th { color: var(--navy); font-weight: 750; width: 18%; }
.compare-table td { color: var(--ink-2); }
.compare-table .col-bid { background: var(--blue-soft); color: var(--ink); }
.compare-table thead .col-bid { color: var(--blue); border-radius: 10px 10px 0 0; }
@media (max-width: 719px) {
  .compare-table thead { display: none; }
  .compare-table, .compare-table tbody, .compare-table tr, .compare-table th, .compare-table td { display: block; width: auto; }
  .compare-table tr { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 14px; overflow: hidden; }
  .compare-table tbody th { width: auto; background: var(--tint); padding: 12px 16px; font-size: 1.05rem; }
  .compare-table td { padding: 12px 16px; border-bottom: 0; }
  .compare-table td + td { border-top: 1px solid var(--line); }
  .compare-table td::before { content: attr(data-label); display: block; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 2px; }
  .compare-table td.col-bid::before { color: var(--blue); }
}

/* ---------- Tabele de preț ---------- */
.price-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); font-size: .98rem; }
.price-table th, .price-table td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
.price-table thead th { background: var(--navy); color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.price-table tbody th { color: var(--navy); font-weight: 700; }
.price-table tbody tr:last-child th, .price-table tbody tr:last-child td { border-bottom: 0; }
.prose .price-table { margin: 1em 0 1.4em; box-shadow: none; border: 1px solid var(--line); }
@media (max-width: 520px) { .price-table th, .price-table td { padding: 12px; font-size: .92rem; } }

/* ---------- Pachete ---------- */
.plans { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
@media (min-width: 860px) { .plans { grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; } }
.plan { position: relative; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; background: #fff; }
.plan h3 { font-size: 1.25rem; margin-bottom: .3em; }
.plan p { color: var(--ink-2); }
.plan-price { margin-bottom: .9em !important; }
.plan-price .amount { font-size: 2.1rem; font-weight: 800; color: var(--navy); letter-spacing: -.02em; }
.plan-price .per { color: var(--muted); font-size: .95rem; }
.plan-featured { border: 2px solid var(--orange); box-shadow: 0 14px 40px rgba(247, 129, 31, .16); }
.plan-badge { position: absolute; top: -13px; left: 24px; background: var(--orange); color: #1b1203; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; padding: 4px 10px; border-radius: 999px; }

/* ---------- Pași ---------- */
.steps { list-style: none; margin: 1.5em 0 0; padding: 0; display: grid; gap: 16px; }
@media (min-width: 860px) { .steps { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.steps li { background: #fff; border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.step-n { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 800; margin-bottom: 14px; }
.steps p { color: var(--ink-2); }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line); margin-top: 1.25rem; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 2px; font-weight: 700; color: var(--navy); font-size: 1.05rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ""; flex: none; width: 12px; height: 12px; border-right: 2.5px solid var(--orange-2); border-bottom: 2.5px solid var(--orange-2); transform: rotate(45deg) translate(-3px, -3px); transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(-135deg) translate(-3px, -3px); }
.faq-item summary:hover { color: var(--blue); }
.faq-a { padding: 0 2px 20px; color: var(--ink-2); max-width: 70ch; }

/* ---------- Subsol ---------- */
.site-footer { background: #0a1f3d; color: #b8c6da; font-size: .95rem; padding-top: 56px; }
.site-footer a, .site-footer .linklike { color: #e3eaf5; text-decoration: none; }
.site-footer a:hover, .site-footer .linklike:hover { color: var(--orange); text-decoration: underline; }
.footer-grid { display: grid; gap: 32px; padding-bottom: 40px; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr; gap: 48px; } }
.footer-logo { display: inline-block; background: #fff; border-radius: 10px; padding: 10px 14px; margin-bottom: 16px; }
.footer-logo img { height: 44px; width: auto; display: block; }
.footer-about p { max-width: 52ch; }
.footer-about strong { color: #fff; }
.footer-h { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-legal { border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 22px; padding-bottom: 28px; font-size: .85rem; color: #93a4bd; }
.footer-legal p { max-width: 90ch; }

/* ---------- Consimțământ cookie ---------- */
.consent { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 12px; }
.consent[hidden] { display: none; }
.consent-box { max-width: 760px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 50px rgba(16, 33, 58, .22); padding: 18px 20px; display: grid; gap: 14px; font-size: .95rem; }
.consent-box p { color: var(--ink-2); }
.consent-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
@media (max-width: 480px) { .consent-actions .btn { flex: 1; } }
@media (min-width: 700px) { .consent-box { grid-template-columns: 1fr auto; align-items: center; } }

/* ---------- Telefon: carduri compacte, iconița în stânga ---------- */
@media (max-width: 639px) {
  .card-icon { display: grid; grid-template-columns: 44px 1fr; column-gap: 14px; align-items: start; padding: 18px; }
  .card-icon > .ico { margin: 0; grid-row: span 2; }
  .card-icon > p:only-of-type:first-of-type { align-self: center; }
  .card-icon h3 { margin-bottom: .2em; align-self: center; }
  .more { display: inline; }
  .more .ico { vertical-align: -3px; margin-left: 4px; }
}
