/* ===== Solazur — concept site styles ===== */
:root {
  --blue: #0D47A1;
  --blue-deep: #082F72;
  --orange: #FF6A00;
  --ink: #0B1320;
  --ink-soft: #3A4252;
  --muted: #6B7280;
  --line: #ECEEF2;
  --surface: #ffffff;
  --bg: #ffffff;
  --bg-soft: #FAFBFC;
  --max: 1200px;
  --pad-x: clamp(20px, 4vw, 56px);
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ===== Type scale ===== */
h1, h2, h3, h4 { font-family: "Poppins", sans-serif; color: var(--ink); margin: 0; line-height: 1.15; letter-spacing: -0.01em; }
h1 { font-weight: 600; font-size: clamp(38px, 5vw, 64px); letter-spacing: -0.02em; }
h2 { font-weight: 600; font-size: clamp(28px, 3.4vw, 44px); letter-spacing: -0.015em; }
h3 { font-weight: 600; font-size: clamp(20px, 2vw, 24px); }
h4 { font-weight: 600; font-size: 16px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--blue); }
p  { margin: 0; color: var(--ink-soft); font-size: 16px; }
.lede { font-size: clamp(17px, 1.6vw, 20px); color: var(--ink-soft); max-width: 60ch; line-height: 1.6; }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 0.18em; color: var(--blue); text-transform: uppercase; }
.eyebrow.with-tick::before { content: ""; display: inline-block; width: 22px; height: 2px; background: var(--orange); vertical-align: middle; margin-right: 12px; transform: translateY(-2px); }

.accent { color: var(--orange); }
.muted { color: var(--muted); }

/* ===== Layout ===== */
.container { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad-x); }
section { padding: clamp(64px, 9vw, 120px) 0; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.row.center { align-items: center; }
@media (max-width: 800px) { .row { grid-template-columns: 1fr; } }

.divider { height: 1px; background: var(--line); width: 100%; }

/* ===== Header / nav ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.92);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-bar {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { width: 30px; height: 30px; }
.brand .name { font-weight: 700; font-size: 20px; color: var(--blue); letter-spacing: -0.01em; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--ink-soft); transition: color .15s; }
.nav-links a:hover, .nav-links a.active { color: var(--blue); }
.nav-cta {
  background: var(--orange); color: #fff !important;
  padding: 10px 18px; border-radius: 999px;
  font-size: 14px; font-weight: 600;
  transition: background .15s, transform .15s;
}
.nav-cta:hover { background: #E85F00; transform: translateY(-1px); }
.lang { font-size: 12px; font-weight: 600; color: var(--muted); letter-spacing: .14em; }
.lang span { padding: 0 4px; }
.lang span.on { color: var(--blue); }
@media (max-width: 800px) { .nav-links a:not(.nav-cta) { display: none; } }

/* ===== Buttons ===== */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; border-radius: 999px; font-weight: 600; font-size: 15px; transition: transform .15s, background .15s, border-color .15s; cursor: pointer; border: 1px solid transparent; }
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: #E85F00; transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--blue); border-color: rgba(13,71,161,0.18); }
.btn-ghost:hover { border-color: var(--blue); }
.btn .arrow { width: 16px; height: 16px; }

/* ===== Hero ===== */
.hero { padding: clamp(80px, 12vw, 140px) 0 clamp(64px, 9vw, 120px); }
.hero h1 .accent { color: var(--orange); }
.hero p.lede { margin-top: 24px; }
.hero-actions { display: flex; gap: 14px; margin-top: 40px; flex-wrap: wrap; }
.hero-meta { margin-top: 64px; display: flex; gap: 48px; flex-wrap: wrap; align-items: center; }
.hero-meta .item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted); font-weight: 500; }
.hero-meta .item svg { width: 16px; height: 16px; color: var(--orange); }

.hero-visual {
  aspect-ratio: 4/5;
  border-radius: 12px;
  overflow: hidden;
  background: #f0f2f5;
  position: relative;
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }

/* ===== Pillar / feature cards ===== */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
@media (max-width: 900px) { .cards-3 { grid-template-columns: 1fr; } }
.card { padding: 36px 32px; border: 1px solid var(--line); border-radius: 8px; transition: border-color .2s, transform .2s; background: #fff; }
.card:hover { border-color: rgba(13,71,161,0.25); }
.card .icon { width: 44px; height: 44px; color: var(--blue); margin-bottom: 24px; }
.card h3 { margin-bottom: 12px; }
.card p { font-size: 15px; }

/* ===== Quotation / pull quote ===== */
.quote {
  position: relative;
  padding: 48px 0 48px 32px;
  border-left: 3px solid var(--orange);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.4;
  color: var(--blue);
  max-width: 70ch;
  letter-spacing: -0.01em;
}
.quote-attr { margin-top: 24px; font-size: 14px; font-weight: 500; color: var(--muted); letter-spacing: 0.04em; padding-left: 32px; border-left: 3px solid transparent; }

/* ===== Steps / numbered list ===== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .steps { grid-template-columns: 1fr; } }
.step { padding-top: 32px; border-top: 1px solid var(--line); position: relative; }
.step .num { font-size: 12px; font-weight: 600; color: var(--orange); letter-spacing: 0.18em; }
.step h3 { margin: 12px 0 10px; font-size: 18px; }
.step p { font-size: 14px; }

/* ===== Industries grid ===== */
.industries { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
@media (max-width: 900px) { .industries { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .industries { grid-template-columns: 1fr; } }
.industry {
  background: #fff;
  padding: 36px 32px;
  display: flex; flex-direction: column;
  min-height: 220px;
  transition: background .2s;
  position: relative;
}
.industry:hover { background: #FAFBFC; }
.industry .icon { width: 32px; height: 32px; color: var(--blue); }
.industry h3 { margin: 24px 0 8px; font-size: 19px; }
.industry p { font-size: 14px; flex: 1; }
.industry .go { margin-top: 18px; font-size: 13px; font-weight: 600; color: var(--blue); display: inline-flex; align-items: center; gap: 6px; }
.industry .go svg { width: 14px; height: 14px; transition: transform .15s; }
.industry:hover .go svg { transform: translateX(3px); }

/* ===== CTA banner ===== */
.cta-band {
  background: var(--blue);
  color: #fff;
  border-radius: 12px;
  padding: clamp(48px, 6vw, 80px);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 800px) { .cta-band { grid-template-columns: 1fr; } }
.cta-band h2 { color: #fff; }
.cta-band h2 .accent { color: var(--orange); }
.cta-band p { color: rgba(255,255,255,0.78); margin-top: 16px; }
.cta-band .actions { display: flex; gap: 14px; justify-content: flex-end; flex-wrap: wrap; }
@media (max-width: 800px) { .cta-band .actions { justify-content: flex-start; } }

/* ===== Footer ===== */
.site-footer { padding: 80px 0 32px; border-top: 1px solid var(--line); margin-top: 80px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.footer-grid h5 { font-size: 12px; font-weight: 600; color: var(--ink); letter-spacing: 0.14em; text-transform: uppercase; margin: 0 0 18px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-grid a { font-size: 14px; color: var(--ink-soft); }
.footer-grid a:hover { color: var(--blue); }
.footer-blurb { font-size: 14px; color: var(--ink-soft); max-width: 32ch; margin: 16px 0 0; }
.partners { font-size: 12px; color: var(--muted); margin-top: 24px; letter-spacing: 0.06em; }

/* Partner row — Valenta credit */
.partner-row {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px dashed var(--line);
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 280px;
}
.partner-row .label { font-size: 11px; font-weight: 600; color: var(--muted); letter-spacing: 0.14em; text-transform: uppercase; }
.partner-row .partner-mark {
  display: inline-flex; align-items: center;
  text-decoration: none;
  transition: opacity .15s;
}
.partner-row .partner-mark img {
  height: 22px; width: auto;
  display: block;
}
.partner-row .partner-mark:hover { opacity: 0.7; }
.partner-row .partner-note { font-size: 12px; color: var(--muted); }

/* Social row */
.socials { display: flex; gap: 10px; margin-top: 20px; }
.socials a {
  width: 36px; height: 36px; border-radius: 999px;
  border: 1px solid var(--line);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink-soft);
  transition: border-color .15s, color .15s, background .15s;
}
.socials a:hover { border-color: var(--blue); color: var(--blue); }
.socials a svg { width: 16px; height: 16px; }

/* Footer language switcher (dropdown) */
.footer-lang { position: relative; }
.footer-lang summary {
  list-style: none;
  display: inline-flex; align-items: center; gap: 8px;
  font-family: inherit; font-size: 12px; font-weight: 600;
  color: var(--ink-soft); letter-spacing: 0.06em;
  padding: 8px 12px; border-radius: 999px;
  border: 1px solid var(--line);
  cursor: pointer;
  background: #fff;
  transition: border-color .15s, color .15s;
}
.footer-lang summary::-webkit-details-marker { display: none; }
.footer-lang summary:hover { border-color: var(--blue); color: var(--blue); }
.footer-lang summary .globe { width: 14px; height: 14px; opacity: 0.8; }
.footer-lang summary .chev { width: 12px; height: 12px; transition: transform .15s; }
.footer-lang[open] summary { border-color: var(--blue); color: var(--blue); }
.footer-lang[open] summary .chev { transform: rotate(180deg); }
.footer-lang .menu {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(11,19,32,0.08);
  min-width: 180px;
  padding: 6px;
  display: grid;
  z-index: 60;
}
.footer-lang .menu a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 12px; border-radius: 6px;
  font-size: 13px; font-weight: 500; color: var(--ink);
  text-decoration: none;
  transition: background .12s, color .12s;
}
.footer-lang .menu a .code { font-size: 11px; color: var(--muted); letter-spacing: 0.1em; font-weight: 600; }
.footer-lang .menu a:hover { background: var(--bg-soft); color: var(--blue); }
.footer-lang .menu a.on { color: var(--blue); }
.footer-lang .menu a.on .code { color: var(--orange); }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 28px; border-top: 1px solid var(--line);
  font-size: 12px; color: var(--muted); flex-wrap: wrap; gap: 16px;
}
.footer-bottom .legal a { color: var(--muted); margin-left: 18px; }
.footer-bottom .legal a:first-child { margin-left: 0; }
.footer-bottom .legal a:hover { color: var(--blue); }

/* ===== Localized homepage notice band ===== */
.lang-notice-band { padding: 0 0 80px; }
.lang-notice {
  display: flex; align-items: center; gap: 20px;
  padding: 20px 24px; border-radius: 14px;
  background: #f5f8fd; border: 1px solid var(--line);
  color: var(--ink-soft);
}
.lang-notice svg { width: 22px; height: 22px; color: var(--orange); flex-shrink: 0; }
.lang-notice p { margin: 0; flex: 1; font-size: 14px; line-height: 1.5; }
.lang-notice .btn { flex-shrink: 0; }
@media (max-width: 700px) { .lang-notice { flex-direction: column; align-items: flex-start; } }

/* ===== Page header (non-home) ===== */
.page-head { padding: clamp(80px, 10vw, 120px) 0 clamp(48px, 6vw, 80px); }
.page-head .eyebrow { margin-bottom: 20px; display: inline-flex; }

/* ===== Two-column long-form ===== */
.prose p { margin: 0 0 18px; line-height: 1.7; font-size: 17px; color: var(--ink-soft); }
.prose h3 { margin: 36px 0 14px; font-size: 22px; color: var(--blue); }
.prose p:first-child { font-size: 19px; color: var(--ink); }

/* ===== Post grid (insights hub) ===== */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
@media (max-width: 980px) { .post-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .post-grid { grid-template-columns: 1fr; } }
.post-card {
  display: flex; flex-direction: column; gap: 16px;
  padding: 20px; border: 1px solid var(--line); border-radius: 14px;
  background: #fff; color: var(--ink); transition: all .25s ease;
}
.post-card:hover { border-color: var(--blue); transform: translateY(-3px); box-shadow: 0 14px 32px -22px rgba(13,71,161,.4); }
.post-card .cover, .post-card .post-img { aspect-ratio: 16/10; border-radius: 10px; overflow: hidden; background: #f0f2f5; }
.post-card .cover img, .post-card .post-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .post-img img { transform: scale(1.04); }
.post-card .meta, .post-card .post-meta { display:flex; flex-wrap:wrap; gap:6px; font-size: 12px; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; }
.post-card h3 { font-size: 19px; line-height: 1.3; margin: 0; }
.post-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.55; margin: 0; flex: 1; }
.post-card .go, .post-card .post-go { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); font-size: 13px; font-weight: 600; }
.post-card .go svg, .post-card .post-go svg { width: 16px; height: 16px; }
.back-link { display:inline-flex; align-items:center; gap:8px; font-size:13px; color:var(--muted); text-transform:uppercase; letter-spacing:.08em; }
.back-link:hover { color: var(--blue); }
.back-link svg { width:16px; height:16px; }
.post-hero-img { aspect-ratio: 16/8; border-radius: 18px; overflow: hidden; background: #f0f2f5; }
.post-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.post-prose { max-width: 72ch; margin: 0 auto; }
.post-prose h3 { margin-top: 32px; }

/* ===== Stat block ===== */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding-top: 48px; border-top: 1px solid var(--line); }
@media (max-width: 800px) { .stats { grid-template-columns: 1fr; gap: 24px; } }
.stat .num { font-size: clamp(36px, 5vw, 56px); font-weight: 600; color: var(--blue); letter-spacing: -0.02em; line-height: 1; }
.stat .num .accent { color: var(--orange); }
.stat .label { margin-top: 12px; font-size: 14px; color: var(--ink-soft); }

/* ===== People / partners row ===== */
.people { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
@media (max-width: 800px) { .people { grid-template-columns: 1fr; } }
.person .photo { aspect-ratio: 4/5; border-radius: 12px; overflow: hidden; background: #f0f2f5; }
.person .photo img { width: 100%; height: 100%; object-fit: cover; }
.person h3 { margin: 24px 0 4px; }
.person .role { color: var(--orange); font-size: 14px; font-weight: 500; }
.person p { font-size: 15px; margin-top: 14px; }

/* ===== Contact form ===== */
.form { display: grid; gap: 18px; }
.form .field { display: grid; gap: 8px; }
.form label { font-size: 12px; font-weight: 600; color: var(--ink); letter-spacing: 0.06em; text-transform: uppercase; }
.form input, .form textarea, .form select {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 15px;
  color: var(--ink);
  background: #fff;
  transition: border-color .15s;
}
.form input:focus, .form textarea:focus, .form select:focus { outline: none; border-color: var(--blue); }
.form textarea { min-height: 140px; resize: vertical; }
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 600px) { .form .row2 { grid-template-columns: 1fr; } }
.form-aside { padding-left: 0; }
.form-aside .info { margin-top: 32px; display: grid; gap: 22px; }
.form-aside .info-item { display: flex; gap: 14px; align-items: flex-start; }
.form-aside .info-item svg { width: 20px; height: 20px; color: var(--orange); flex: none; margin-top: 2px; }
.form-aside .info-item .lbl { font-size: 12px; font-weight: 600; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; }
.form-aside .info-item .val { font-size: 15px; color: var(--ink); margin-top: 4px; }

/* ===== Index of concept pages (cover) ===== */
.cover { padding: 80px 0; }
.cover-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 48px; }
@media (max-width: 800px) { .cover-grid { grid-template-columns: 1fr; } }
.cover-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 32px;
  display: grid;
  gap: 12px;
  transition: border-color .2s, transform .2s;
  background: #fff;
}
.cover-card:hover { border-color: var(--blue); transform: translateY(-2px); }
.cover-card .num { font-size: 12px; font-weight: 600; color: var(--orange); letter-spacing: 0.18em; }
.cover-card h3 { font-size: 22px; }
.cover-card p { font-size: 14px; }
.cover-card .url { font-size: 12px; color: var(--muted); font-family: ui-monospace, "SF Mono", monospace; margin-top: 8px; }


/* ===== Nav dropdown ===== */
.nav-dd { position: relative; }
.nav-dd-trigger { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 500; color: var(--ink-soft); transition: color .15s; cursor: pointer; }
.nav-dd-trigger:hover, .nav-dd-trigger.active { color: var(--blue); }
.nav-dd-trigger .caret { width: 12px; height: 12px; opacity: .7; transition: transform .2s; }
.nav-dd:hover .nav-dd-trigger .caret { transform: rotate(180deg); }
.nav-dd-menu {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(-4px);
  min-width: 320px; padding: 12px; border-radius: 14px;
  background: #fff; border: 1px solid var(--line);
  box-shadow: 0 24px 60px -28px rgba(13,71,161,.28);
  opacity: 0; pointer-events: none; transition: all .18s ease;
  display: grid; gap: 2px; z-index: 60;
}
.nav-dd:hover .nav-dd-menu, .nav-dd:focus-within .nav-dd-menu { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.nav-dd-menu::before { content: ""; position: absolute; top: -10px; left: 0; right: 0; height: 14px; }
.nav-dd-menu a { display: flex; flex-direction: column; gap: 2px; padding: 12px 14px; border-radius: 10px; transition: background .15s; }
.nav-dd-menu a:hover { background: var(--bg-soft); }
.nav-dd-menu a strong { color: var(--blue); font-size: 14px; font-weight: 600; }
.nav-dd-menu a span { color: var(--muted); font-size: 12px; }
@media (max-width: 900px) { .nav-dd-menu { display: none; } }

/* ===== Cookie banner + modal ===== */
.btn-sm { padding: 10px 16px; font-size: 13px; }
.cookie-banner {
  position: fixed; bottom: 24px; left: 24px; right: 24px; z-index: 200;
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  box-shadow: 0 24px 64px -20px rgba(11,19,32,.25);
  padding: 20px 24px;
}
.cookie-banner-inner { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.cookie-banner p { font-size: 14px; line-height: 1.5; flex: 1 1 360px; margin: 0; color: var(--ink-soft); }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
@media (max-width: 700px) { .cookie-banner { left: 12px; right: 12px; bottom: 12px; padding: 16px; } }

.cookie-modal { position: fixed; inset: 0; z-index: 250; background: rgba(11,19,32,.55); display: flex; align-items: center; justify-content: center; padding: 20px; }
.cookie-modal[hidden] { display: none; }
.cookie-modal-card { background: #fff; border-radius: 18px; max-width: 560px; width: 100%; max-height: calc(100vh - 40px); overflow: auto; }
.cookie-modal-card header { display: flex; align-items: center; justify-content: space-between; padding: 24px 28px; border-bottom: 1px solid var(--line); }
.cookie-modal-card h3 { margin: 0; font-size: 20px; color: var(--blue); }
.cookie-close { background: transparent; border: 0; font-size: 28px; line-height: 1; color: var(--muted); cursor: pointer; }
.cookie-body { padding: 16px 28px; display: grid; gap: 6px; }
.cookie-row { display: flex; align-items: center; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cookie-row:last-child { border-bottom: 0; }
.cookie-row span { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.cookie-row strong { color: var(--ink); font-size: 14px; font-weight: 600; }
.cookie-row em { color: var(--muted); font-size: 12px; font-style: normal; line-height: 1.5; }
.cookie-row input { width: 18px; height: 18px; accent-color: var(--orange); }
.cookie-modal-card footer { display: flex; gap: 10px; justify-content: flex-end; padding: 20px 28px; border-top: 1px solid var(--line); }

/* ===== Services restructure ===== */
.svc-card { display:flex; flex-direction:column; gap:14px; cursor:pointer; transition: all .25s; }
.svc-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px -22px rgba(13,71,161,.4); border-color: var(--blue); }
.svc-card .post-go { color: var(--orange); font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.svc-card .post-go svg { width: 16px; height: 16px; }

/* Book-Checkup form ===== */
.form-step { display:flex; align-items:center; gap:14px; margin: 32px 0 16px; }
.form-step:first-child { margin-top: 0; }
.form-step .step-num { width: 28px; height: 28px; display:inline-flex; align-items:center; justify-content:center; border-radius:50%; background: var(--blue); color:#fff; font-weight:600; font-size:13px; }
.form-step h3 { margin:0; font-size: 18px; color: var(--blue); }
.radio-group { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
@media (max-width:560px) { .radio-group { grid-template-columns: 1fr; } }
.radio-group label { display:flex; gap:10px; align-items:center; padding:10px 12px; border:1px solid var(--line); border-radius:8px; cursor:pointer; font-size:14px; transition: all .15s; }
.radio-group label:hover { border-color: var(--blue); background: var(--bg-soft); }
.radio-group input { accent-color: var(--blue); }
.consent { display:flex; gap:10px; align-items:flex-start; font-size:13px; color: var(--ink-soft); margin-top:16px; }
.consent input { margin-top:3px; accent-color: var(--blue); }
.consent a { color: var(--blue); text-decoration: underline; }
