/* =================================================================
   Япартнёр — официальный партнёр Яндекс Go в Кыргызстане
   Design system: black + Yandex yellow, Manrope + Unbounded
   ================================================================= */

/* --- Reset / base ------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #0E0E0D;
  background: #FAF9F5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
input, textarea, select { font: inherit; color: inherit; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-family: 'Unbounded', 'Manrope', sans-serif; font-weight: 700; line-height: 1.15; letter-spacing: -0.01em; }
p { color: #23211C; }

/* --- Tokens ------------------------------------------------------- */
:root {
  --ink: #0E0E0D;
  --ink-2: #161512;
  --ink-3: #23211C;
  --muted: #6E695E;
  --muted-2: #9C968A;
  --line: #E3DCC8;
  --line-2: #CFC9BB;
  --paper: #FAF9F5;
  --paper-2: #F6F3EA;
  --paper-3: #EDE8D9;
  --paper-4: #D9D4C7;
  --yellow: #FFCF1A;
  --yellow-2: #FFE27A;
  --yellow-dark: #E9B500;
  --green: #1F8A5B;
  --red: #D14343;
  --shadow-sm: 0 1px 2px rgba(14,14,13,.06);
  --shadow: 0 6px 24px -8px rgba(14,14,13,.18);
  --shadow-lg: 0 20px 60px -20px rgba(14,14,13,.25);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --radius-pill: 999px;
  --container: 1200px;
  --gap: 24px;
}

/* --- Layout primitives ------------------------------------------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; }
.section--sm { padding: 56px 0; }
.section--lg { padding: 120px 0; }
.section--dark { background: var(--ink); color: #fff; }
.section--dark p, .section--dark .lead { color: #CFC9BB; }
.section--paper { background: var(--paper-2); }
.eyebrow {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}
.section--dark .eyebrow { color: var(--yellow); }
.h-hero { font-size: clamp(36px, 6vw, 64px); letter-spacing: -0.025em; }
.h-1 { font-size: clamp(32px, 4.5vw, 48px); }
.h-2 { font-size: clamp(26px, 3.2vw, 36px); }
.h-3 { font-size: clamp(20px, 2.2vw, 24px); }
.lead { font-size: clamp(17px, 1.6vw, 19px); color: var(--muted); max-width: 720px; }
.grid { display: grid; gap: var(--gap); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .section--lg { padding: 80px 0; }
}
@media (min-width: 901px) and (max-width: 1100px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
}

/* --- Buttons ----------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 24px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
  white-space: nowrap;
  text-align: center;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--yellow); color: var(--ink); box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--yellow-dark); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #2a2825; }
.btn--ghost { background: transparent; color: var(--ink); border: 1px solid var(--line-2); }
.btn--ghost:hover { background: #fff; border-color: var(--ink); }
.btn--light { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.btn--light:hover { border-color: var(--ink); }
.btn--lg { padding: 18px 32px; font-size: 16px; }
.btn--sm { padding: 10px 18px; font-size: 14px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* --- Header ------------------------------------------------------ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 249, 245, 0.92);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0;
  gap: 24px;
}
.logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Unbounded', sans-serif; font-weight: 700; font-size: 19px;
  letter-spacing: -0.01em; color: var(--ink);
}
.logo__mark {
  width: 36px; height: 36px; border-radius: 9px; background: var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
}
.logo__mark svg { width: 22px; height: 22px; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a {
  font-size: 15px; font-weight: 500; color: var(--ink-3);
  position: relative; padding: 6px 0;
}
.nav a:hover { color: var(--ink); }
.nav a[aria-current="page"] { color: var(--ink); font-weight: 600; }
.nav a[aria-current="page"]::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -4px;
  height: 2px; background: var(--yellow); border-radius: 2px;
}
.header-cta { display: flex; align-items: center; gap: 12px; }
.burger { display: none; width: 40px; height: 40px; border-radius: 12px; border: 1px solid var(--line-2); align-items: center; justify-content: center; }
.burger span { display: block; width: 18px; height: 2px; background: var(--ink); position: relative; }
.burger span::before, .burger span::after { content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: var(--ink); }
.burger span::before { top: -6px; }
.burger span::after { top: 6px; }
@media (max-width: 980px) {
  .nav, .header-cta .btn--ghost { display: none; }
  .burger { display: inline-flex; }
}
.mobile-nav {
  display: none;
  padding: 12px 0 20px;
  border-top: 1px solid var(--line);
}
.mobile-nav.open { display: block; }
.mobile-nav ul { display: flex; flex-direction: column; }
.mobile-nav a { display: block; padding: 12px 0; font-size: 17px; border-bottom: 1px solid var(--line); }

/* --- Hero -------------------------------------------------------- */
.hero {
  position: relative; overflow: hidden;
  background: var(--ink); color: #fff;
  padding: 100px 0 120px;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(900px 500px at 80% 10%, rgba(255,207,26,.18), transparent 60%),
    radial-gradient(700px 400px at 10% 90%, rgba(255,207,26,.08), transparent 60%);
  pointer-events: none;
}
.hero__inner { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
@media (max-width: 980px) { .hero__inner { grid-template-columns: 1fr; gap: 40px; } .hero { padding: 64px 0 80px; } }
.hero h1 { font-size: clamp(36px, 5.5vw, 64px); color: #fff; }
.hero h1 .accent { color: var(--yellow); }
.hero .lead { color: #CFC9BB; margin: 20px 0 32px; font-size: clamp(17px, 1.6vw, 19px); }
.hero__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.hero__stat { padding: 18px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.03); }
.hero__stat strong { display: block; font-family: 'Unbounded', sans-serif; font-size: 26px; color: #fff; }
.hero__stat span { font-size: 13px; color: var(--muted-2); }
.hero__card {
  background: #fff; color: var(--ink);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-lg);
}
.hero__card .balance { font-family: 'Unbounded'; font-size: 36px; }
.hero__card .balance-row { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.hero__card .balance-label { font-size: 13px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.hero__card .row { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--line); }
.hero__card .row:last-child { border-bottom: 0; }
.hero__card .row .k { color: var(--muted); font-size: 14px; }
.hero__card .row .v { font-weight: 700; }
.hero__card .withdraw { margin-top: 18px; width: 100%; }

/* --- Cards ------------------------------------------------------- */
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: var(--line-2); }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--muted); }
.card__icon {
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--paper-3); display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 18px; color: var(--ink);
}
.card__icon--accent { background: var(--yellow); }
.card--dark { background: var(--ink-2); color: #fff; border: 0; }
.card--dark p { color: var(--muted-2); }
.card--dark .card__icon { background: rgba(255,255,255,.08); color: var(--yellow); }
.card__link { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-weight: 600; color: var(--ink); border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.card--dark .card__link { color: var(--yellow); }

/* --- City card --------------------------------------------------- */
.city-card {
  display: flex; flex-direction: column; gap: 12px;
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.city-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: var(--ink); }
.city-card__tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 600; color: var(--ink);
  background: var(--yellow); padding: 4px 10px; border-radius: var(--radius-pill);
  width: fit-content; text-transform: uppercase; letter-spacing: .04em;
}
.city-card h3 { font-size: 22px; }
.city-card__meta { color: var(--muted); font-size: 14px; }
.city-card__meta strong { color: var(--ink); font-weight: 600; }
.city-card__cta { margin-top: auto; padding-top: 12px; font-weight: 600; color: var(--ink); display: inline-flex; gap: 6px; }
.city-card__cta::after { content: "→"; transition: transform .2s; }
.city-card:hover .city-card__cta::after { transform: translateX(4px); }

/* --- Pricing / tariff card -------------------------------------- */
.tariff {
  background: #fff;
  color: var(--ink-3);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px; display: flex; flex-direction: column; gap: 16px;
}
.tariff p, .tariff li { color: var(--ink-3); }
.tariff small { color: var(--muted); }
.tariff h2, .tariff h3, .tariff .tariff__name { color: var(--ink); }
.tariff--featured { background: var(--ink); color: #fff; border: 0; position: relative; }
.tariff--featured p, .tariff--featured li { color: var(--muted-2); }
.tariff--featured h2, .tariff--featured h3, .tariff--featured .tariff__name { color: #fff; }
.tariff--featured small { color: var(--muted-2); }
.tariff__badge {
  position: absolute; top: -12px; right: 24px;
  background: var(--yellow); color: var(--ink); font-size: 12px; font-weight: 700;
  padding: 5px 12px; border-radius: var(--radius-pill); letter-spacing: .04em; text-transform: uppercase;
}
.tariff__name { font-family: 'Unbounded'; font-size: 22px; }
.tariff__price { font-family: 'Unbounded'; font-size: 40px; }
.tariff__price small { font-family: 'Manrope'; font-size: 14px; font-weight: 500; color: var(--muted); }
.tariff--featured .tariff__price small { color: var(--muted-2); }
.tariff ul { display: flex; flex-direction: column; gap: 10px; margin: 10px 0 20px; }
.tariff ul li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; }
.tariff ul li::before {
  content: ""; flex: 0 0 18px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7l3 3 5-6'/%3E%3C/svg%3E") center/14px no-repeat;
  margin-top: 2px;
}

/* --- Steps ------------------------------------------------------- */
.steps { counter-reset: step; display: grid; gap: 18px; }
.step {
  display: grid; grid-template-columns: 60px 1fr; gap: 20px; align-items: start;
  padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
}
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: 'Unbounded'; font-size: 28px; color: var(--yellow-dark);
  background: var(--paper-3); border-radius: 14px;
  width: 60px; height: 60px; display: inline-flex; align-items: center; justify-content: center;
}
.step h3 { font-size: 20px; margin-bottom: 6px; }
.step p { color: var(--muted); }

/* --- CTA --------------------------------------------------------- */
.cta-block {
  background: var(--ink); color: #fff;
  border-radius: var(--radius-lg);
  padding: 56px;
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: center;
  position: relative; overflow: hidden;
}
.cta-block::after {
  content: ""; position: absolute; right: -40px; bottom: -40px; width: 280px; height: 280px;
  background: var(--yellow); border-radius: 50%; opacity: .12; filter: blur(40px);
}
.cta-block h2 { font-size: clamp(28px, 3.6vw, 40px); color: #fff; }
.cta-block p { color: var(--muted-2); margin: 14px 0 24px; max-width: 560px; }
@media (max-width: 880px) { .cta-block { padding: 36px 28px; grid-template-columns: 1fr; } }

/* --- Calculator preview ------------------------------------------ */
.calc {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 36px; box-shadow: var(--shadow);
}
.calc__row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
@media (max-width: 700px) { .calc__row { grid-template-columns: 1fr; } }
.calc__field { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.calc__field label { font-size: 14px; color: var(--muted); font-weight: 600; }
.calc__field input[type="range"] { width: 100%; accent-color: var(--ink); }
.calc__field .value { font-family: 'Unbounded'; font-size: 22px; }
.calc__result {
  background: var(--ink); color: #fff; border-radius: var(--radius);
  padding: 32px; display: flex; flex-direction: column; gap: 8px;
}
.calc__result .label { font-size: 13px; color: var(--muted-2); text-transform: uppercase; letter-spacing: .06em; }
.calc__result .total { font-family: 'Unbounded'; font-size: 48px; color: var(--yellow); }
.calc__result small { color: var(--muted-2); font-size: 13px; }

/* --- FAQ accordion ----------------------------------------------- */
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 4px 24px;
}
.faq details[open] { border-color: var(--ink); }
.faq summary {
  list-style: none; cursor: pointer; padding: 22px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  font-weight: 600; font-size: 17px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; flex: 0 0 28px; width: 28px; height: 28px;
  border-radius: 50%; background: var(--paper-3);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Manrope'; font-weight: 400; font-size: 22px;
  transition: transform .2s;
}
.faq details[open] summary::after { content: "−"; background: var(--yellow); }
.faq details > div { padding: 0 0 22px; color: var(--muted); line-height: 1.6; max-width: 800px; }
.faq details > div p + p { margin-top: 10px; }

/* --- Breadcrumbs ------------------------------------------------- */
.breadcrumbs { padding: 18px 0 0; font-size: 14px; color: var(--muted); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--ink); text-decoration: underline; }
.breadcrumbs li + li::before { content: "/"; margin-right: 6px; color: var(--line-2); }
.breadcrumbs [aria-current="page"] { color: var(--ink); }

/* --- Article body ------------------------------------------------ */
.article { max-width: 760px; margin: 0 auto; }
.article h1 { font-size: clamp(28px, 4vw, 44px); margin-bottom: 16px; }
.article .meta { display: flex; gap: 14px; color: var(--muted); font-size: 14px; margin-bottom: 36px; }
.article h2 { font-size: 28px; margin: 40px 0 16px; }
.article h3 { font-size: 22px; margin: 28px 0 12px; }
.article p { font-size: 17px; line-height: 1.7; color: var(--ink-3); margin-bottom: 18px; }
.article ul, .article ol { margin: 0 0 22px 22px; }
.article ul li, .article ol li { font-size: 17px; line-height: 1.7; color: var(--ink-3); margin-bottom: 6px; list-style: disc; }
.article ol li { list-style: decimal; }
.article blockquote {
  margin: 28px 0; padding: 20px 24px; border-left: 4px solid var(--yellow);
  background: var(--paper-2); border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 17px; color: var(--ink-2);
}
.article a { color: var(--ink); border-bottom: 1px solid var(--yellow-dark); }
.article a:hover { background: var(--yellow-2); }
.article img { margin: 24px 0; border-radius: var(--radius); }

/* --- Blog list --------------------------------------------------- */
.post-card {
  display: flex; flex-direction: column; gap: 14px; height: 100%;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; transition: transform .2s, box-shadow .2s, border-color .2s;
}
.post-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: var(--ink); }
.post-card__tag { font-size: 12px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.post-card h3 { font-size: 20px; line-height: 1.3; }
.post-card p { color: var(--muted); font-size: 15px; }
.post-card__meta { margin-top: auto; padding-top: 14px; color: var(--muted-2); font-size: 13px; }

/* --- Tables ------------------------------------------------------ */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
table { width: 100%; border-collapse: collapse; min-width: 560px; }
th, td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--line); font-size: 15px; }
th { background: var(--paper-2); font-weight: 600; color: var(--ink); font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
tr:last-child td { border-bottom: 0; }

/* --- Footer ------------------------------------------------------ */
.site-footer { background: var(--ink); color: #fff; padding: 72px 0 32px; }
.site-footer h4 { font-family: 'Unbounded'; font-size: 13px; color: var(--yellow); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 18px; }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1); }
@media (max-width: 980px) { .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 560px) { .site-footer__grid { grid-template-columns: 1fr; } }
.site-footer .logo { color: #fff; margin-bottom: 16px; }
.site-footer .logo .logo__mark { background: var(--yellow); }
.site-footer .logo .logo__mark svg path { stroke: var(--ink); }
.site-footer__about { color: var(--muted-2); font-size: 14px; max-width: 320px; }
.site-footer ul li { margin-bottom: 10px; }
.site-footer a { color: #CFC9BB; font-size: 15px; }
.site-footer a:hover { color: var(--yellow); }
.site-footer__contact .item { color: #CFC9BB; font-size: 15px; margin-bottom: 12px; }
.site-footer__contact .item strong { display: block; color: #fff; margin-bottom: 2px; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; font-weight: 600; }
.site-footer__apps { display: flex; gap: 10px; margin-top: 14px; }
.site-footer__apps a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; font-size: 13px;
}
.site-footer__apps a:hover { border-color: var(--yellow); color: var(--yellow); }
.site-footer__bottom { padding-top: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; color: var(--muted-2); font-size: 13px; }

/* --- Misc helpers ----------------------------------------------- */
.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-1 { margin-top: 8px; } .mt-2 { margin-top: 16px; } .mt-3 { margin-top: 24px; } .mt-4 { margin-top: 32px; } .mt-5 { margin-top: 48px; }
.mb-1 { margin-bottom: 8px; } .mb-2 { margin-bottom: 16px; } .mb-3 { margin-bottom: 24px; } .mb-4 { margin-bottom: 32px; } .mb-5 { margin-bottom: 48px; }
.flex { display: flex; } .flex-col { flex-direction: column; } .items-center { align-items: center; } .justify-between { justify-content: space-between; }
.gap-2 { gap: 16px; } .gap-3 { gap: 24px; }
.tag { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: var(--radius-pill); background: var(--paper-3); font-size: 13px; font-weight: 600; color: var(--ink); }
.tag--yellow { background: var(--yellow); }
.tag--dark { background: var(--ink); color: #fff; }
.divider { height: 1px; background: var(--line); margin: 32px 0; border: 0; }

/* --- Form -------------------------------------------------------- */
.form { display: grid; gap: 16px; max-width: 520px; }
.form .field { display: flex; flex-direction: column; gap: 6px; }
.form label { font-size: 13px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
.form input, .form select, .form textarea {
  padding: 14px 16px; border: 1px solid var(--line-2); border-radius: 12px;
  background: #fff; transition: border-color .2s, box-shadow .2s;
}
.form input:focus, .form select:focus, .form textarea:focus {
  outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(255,207,26,.35);
}
.form textarea { min-height: 120px; resize: vertical; }
.form .hint { font-size: 13px; color: var(--muted); }
.form .checkbox { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--muted); }
.form .checkbox input { width: 18px; height: 18px; accent-color: var(--ink); margin-top: 2px; }

/* --- Print-friendly small fixes --------------------------------- */
@media print {
  .site-header, .site-footer, .btn-row { display: none; }
}
