/* Psicotécnicos Bermeo — sin dependencias de terceros */
:root {
  --navy-900: #072544;
  --navy-800: #0B3A66;
  --navy-700: #0F4C82;
  --blue-700: #0F5695;
  --blue-600: #1266B0;
  --blue-400: #3D94DC;
  --wa: #0F8071;
  --blue-050: #E8F1FA;
  --sand-050: #F6F9FA;
  --sand-100: #EDF2F5;
  --line: #DCE5EA;
  --ink: #14222E;
  --ink-muted: #4E6373;
  --white: #FFFFFF;
  --amber: #B8600A;
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(11, 33, 53, .06), 0 2px 8px rgba(11, 33, 53, .05);
  --shadow: 0 2px 6px rgba(11, 33, 53, .06), 0 12px 32px rgba(11, 33, 53, .09);
  --shadow-lg: 0 8px 20px rgba(11, 33, 53, .1), 0 28px 64px rgba(11, 33, 53, .14);
  --wrap: 1140px;
  --gap: clamp(1rem, 2.4vw, 1.75rem);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --header-h: 68px;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}
body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  border-top: 4px solid var(--navy-900);
}
img, svg { max-width: 100%; display: block; }
a { color: var(--blue-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
h1, h2, h3, h4 { line-height: 1.18; letter-spacing: -.02em; margin: 0 0 .5em; font-weight: 700; }
h1 { font-size: clamp(2.1rem, 5.2vw, 3.5rem); letter-spacing: -.03em; }
h2 { font-size: clamp(1.65rem, 3.4vw, 2.4rem); }
h3 { font-size: clamp(1.12rem, 2vw, 1.3rem); letter-spacing: -.01em; }
p  { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.25em; }
li { margin-bottom: .4em; }
:focus-visible { outline: 3px solid var(--blue-400); outline-offset: 3px; border-radius: 4px; }
.skip-link {
  position: absolute; left: 8px; top: -100px; z-index: 999;
  background: var(--navy-900); color: #fff; padding: .75rem 1.15rem;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm); font-weight: 600;
  transition: top .18s ease;
}
.skip-link:focus { top: 0; }
.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.section { padding: clamp(3.25rem, 7vw, 5.5rem) 0; }
.section--tint { background: var(--sand-050); }
.section--navy { background: var(--navy-900); color: #DDE9F5; }
.section--navy h2, .section--navy h3 { color: #fff; }
.section-head { max-width: 68ch; margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem); }
.eyebrow {
  display: inline-block; font-size: .78rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--blue-700);
  margin-bottom: .7rem;
}
.section--navy .eyebrow { color: var(--blue-400); }
.lede { font-size: clamp(1.02rem, 1.5vw, 1.16rem); color: var(--ink-muted); }
.section--navy .lede { color: #A9C4DD; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .85rem 1.5rem; border-radius: 999px; border: 1.5px solid transparent;
  font-size: 1rem; font-weight: 650; text-decoration: none; cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease,
              border-color .16s ease, color .16s ease;
  white-space: nowrap;
}
.btn svg { width: 19px; height: 19px; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn--primary, .btn--wa { background: var(--blue-600); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover, .btn--wa:hover { background: var(--blue-700); box-shadow: var(--shadow); }
.btn--ghost { background: transparent; color: var(--navy-800); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--navy-700); background: var(--white); }
.section--navy .btn--ghost { color: #fff; border-color: rgba(255,255,255,.32); }
.section--navy .btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn--sm { padding: .6rem 1.1rem; font-size: .93rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.header__inner { min-height: var(--header-h); display: flex; align-items: center; gap: 1rem; }
.brand {
  display: flex; align-items: center; gap: .65rem;
  text-decoration: none; color: var(--navy-900); font-weight: 750;
  letter-spacing: -.02em; line-height: 1.1; margin-right: auto;
}
.brand__mark {
  width: 38px; height: 38px; border-radius: 11px; flex: none;
  background: linear-gradient(145deg, var(--navy-800), var(--blue-600));
  display: grid; place-items: center; color: #fff;
}
.brand__mark svg { width: 21px; height: 21px; }
.brand__txt { display: flex; flex-direction: column; }
.brand__txt b { font-size: .99rem; white-space: nowrap; font-weight: 700; letter-spacing: -.02em; }
.brand__txt span { font-size: .72rem; font-weight: 600; color: var(--ink-muted); letter-spacing: .04em; white-space: nowrap; }
.nav { display: flex; align-items: center; gap: .3rem; }
.nav a {
  padding: .5rem .6rem; border-radius: var(--radius-sm);
  color: var(--navy-800); text-decoration: none; font-size: .9rem; font-weight: 600;
  transition: background-color .15s ease, color .15s ease; white-space: nowrap;
}
.nav a:hover { background: var(--sand-100); color: var(--navy-900); }
.nav a[aria-current="page"] { color: var(--blue-700); }
.header__actions { display: flex; align-items: center; gap: .55rem; }
@media (max-width: 1080px) and (min-width: 901px) {
  .nav a { font-size: .85rem; padding: .5rem .45rem; }
  .header__actions .btn--sm { padding: .55rem .9rem; font-size: .87rem; }
}
.burger {
  display: none; width: 42px; height: 42px; border: 1px solid var(--line);
  background: var(--white); border-radius: var(--radius-sm); cursor: pointer;
  align-items: center; justify-content: center; padding: 0;
}
.burger span { display: block; width: 19px; height: 2px; background: var(--navy-800); border-radius: 2px; position: relative; }
.burger span::before, .burger span::after {
  content: ""; position: absolute; left: 0; width: 19px; height: 2px;
  background: var(--navy-800); border-radius: 2px; transition: transform .2s ease;
}
.burger span::before { top: -6px; }
.burger span::after  { top: 6px; }
.burger[aria-expanded="true"] span { background: transparent; }
.burger[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.burger[aria-expanded="true"] span::after  { transform: translateY(-6px) rotate(-45deg); }
@media (max-width: 900px) {
  .burger { display: inline-flex; }
  .nav {
    position: absolute; inset: var(--header-h) 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--white); border-bottom: 1px solid var(--line);
    padding: .6rem 1.25rem 1.1rem; box-shadow: var(--shadow);
    display: none;
  }
  .nav[data-open="true"] { display: flex; }
  .nav a { padding: .8rem .4rem; border-bottom: 1px solid var(--sand-100); border-radius: 0; white-space: normal; font-size: 1rem; }
  .header__actions .btn { display: none; }
}
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 520px at 82% -12%, rgba(61,148,220,.26), transparent 62%),
    radial-gradient(760px 460px at 6% 8%, rgba(18,102,176,.16), transparent 60%),
    linear-gradient(180deg, var(--sand-050), var(--white));
}
.hero__inner {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4rem);
  align-items: center; padding: clamp(2.75rem, 6vw, 5rem) 0 clamp(2.5rem, 5vw, 4rem);
}
.hero h1 { color: var(--navy-900); }
.hero h1 em { font-style: normal; color: var(--blue-700); }
.hero__lede { font-size: clamp(1.06rem, 1.7vw, 1.22rem); color: var(--ink-muted); max-width: 46ch; }
.hero .btn-row { margin-top: 1.6rem; }
.badges { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.25rem; }
.badge {
  display: inline-flex; align-items: center; gap: .42rem;
  background: var(--white); border: 1px solid var(--line);
  padding: .38rem .8rem; border-radius: 999px;
  font-size: .84rem; font-weight: 650; color: var(--navy-800);
  box-shadow: var(--shadow-sm);
}
.badge svg { width: 15px; height: 15px; color: var(--blue-600); flex: none; }
.hero-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: clamp(1.4rem, 2.6vw, 2rem);
  box-shadow: var(--shadow-lg);
}
.hero-card h2 { font-size: 1.18rem; margin-bottom: .35rem; color: var(--navy-900); }
.hero-card p.sub { font-size: .93rem; color: var(--ink-muted); margin-bottom: 1.15rem; }
.hero-card .btn { width: 100%; }
.hero-card .btn + .btn { margin-top: .6rem; }
.hero-card__facts {
  margin-top: 1.25rem; padding-top: 1.15rem; border-top: 1px solid var(--sand-100);
  display: grid; gap: .7rem;
}
.fact { display: flex; gap: .7rem; align-items: flex-start; font-size: .92rem; }
.fact svg { width: 17px; height: 17px; color: var(--blue-600); flex: none; margin-top: .22rem; }
.fact b { display: block; color: var(--navy-900); font-weight: 650; }
.fact span { color: var(--ink-muted); }
.fact a { color: var(--navy-800); font-weight: 650; text-decoration: none; }
@media (max-width: 880px) { .hero__inner { grid-template-columns: 1fr; } }
.wave { display: block; width: 100%; height: 58px; margin-bottom: -1px; }
.wave path { fill: var(--white); }
.trust { border-bottom: 1px solid var(--line); background: var(--white); }
.trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); }
.trust__item { background: var(--white); padding: 1.5rem 1.15rem; text-align: center; }
.trust__item b { display: block; font-size: 1.85rem; color: var(--navy-900); letter-spacing: -.03em; font-weight: 600; }
.trust__item span { font-size: .87rem; color: var(--ink-muted); display: block; margin-top: .15rem; }
@media (max-width: 720px) { .trust__grid { grid-template-columns: repeat(2, 1fr); } }
.grid { display: grid; gap: var(--gap); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 960px) { .grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .grid--3, .grid--2 { grid-template-columns: 1fr; } }
.card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.5rem;
  display: flex; flex-direction: column; position: relative;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card--link { text-decoration: none; color: inherit; }
.card--link:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--blue-400); }
.card--link::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px;
  background: linear-gradient(90deg, var(--blue-600), var(--blue-400));
  border-radius: var(--radius) var(--radius) 0 0;
  opacity: 0; transition: opacity .18s ease;
}
.card--link:hover::after { opacity: 1; }
.card__icon {
  width: 46px; height: 46px; border-radius: 13px; flex: none;
  background: var(--blue-050); color: var(--blue-700);
  display: grid; place-items: center; margin-bottom: 1rem;
}
.card__icon svg { width: 24px; height: 24px; }
.card h3 { color: var(--navy-900); margin-bottom: .4rem; }
.card p { font-size: .95rem; color: var(--ink-muted); margin-bottom: .9rem; }
.card__eu { font-size: .8rem; font-weight: 600; letter-spacing: .04em; color: var(--blue-700); margin: -.25rem 0 .5rem; }
.card__more {
  margin-top: auto; font-size: .93rem; font-weight: 650; color: var(--blue-700);
  display: inline-flex; align-items: center; gap: .35rem;
}
.card--link:hover .card__more { gap: .6rem; }
.card__more svg { width: 15px; height: 15px; }
.steps { counter-reset: step; display: grid; gap: var(--gap); grid-template-columns: repeat(3, 1fr); }
@media (max-width: 780px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding-left: 3.6rem; }
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 0; top: -2px;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--navy-800); color: #fff;
  display: grid; place-items: center; font-weight: 700; font-size: 1.05rem;
}
.step h3 { margin-bottom: .3rem; color: var(--navy-900); }
.step p { font-size: .95rem; color: var(--ink-muted); margin: 0; }
.section--navy .step h3 { color: #fff; }
.section--navy .step p { color: #A9C4DD; }
.section--navy .step::before { background: var(--blue-600); }
.checks { list-style: none; padding: 0; display: grid; gap: .7rem; }
.checks li { display: flex; gap: .7rem; align-items: flex-start; font-size: .98rem; margin: 0; }
.checks svg { width: 20px; height: 20px; color: var(--blue-600); flex: none; margin-top: .18rem; }
.section--navy .checks svg { color: var(--blue-400); }
.panel {
  background: var(--white); border: 1px solid var(--line);
  border-left: 4px solid var(--blue-600);
  border-radius: var(--radius); padding: 1.35rem 1.5rem;
}
.panel h3 { font-size: 1.05rem; margin-bottom: .35rem; }
.panel p:last-child { margin-bottom: 0; }
.faq { display: grid; gap: .7rem; max-width: 860px; }
.faq details {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.faq details[open] { border-color: var(--blue-400); box-shadow: var(--shadow-sm); }
.faq summary {
  cursor: pointer; list-style: none; padding: 1.05rem 3rem 1.05rem 1.3rem;
  font-weight: 650; color: var(--navy-900); position: relative; font-size: 1.01rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 1.3rem; top: 50%;
  width: 10px; height: 10px; margin-top: -6px;
  border-right: 2px solid var(--blue-700); border-bottom: 2px solid var(--blue-700);
  transform: rotate(45deg); transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq .faq__body { padding: 0 1.3rem 1.2rem; color: var(--ink-muted); font-size: .97rem; }
.faq .faq__body p:last-child { margin-bottom: 0; }
.loc { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); align-items: start; }
@media (max-width: 860px) { .loc { grid-template-columns: 1fr; } }
.map-shell {
  position: relative; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); background: var(--sand-100);
  aspect-ratio: 4 / 3; min-height: 300px;
}
.map-shell iframe { width: 100%; height: 100%; border: 0; display: block; }
.map-ph {
  position: absolute; inset: 0; display: grid; place-items: center;
  text-align: center; padding: 1.5rem; gap: .8rem;
  background: repeating-linear-gradient(45deg, #E9EFF2 0 12px, #EEF3F6 12px 24px);
}
.map-ph p { font-size: .92rem; color: var(--ink-muted); max-width: 34ch; margin: 0; }
.hours { list-style: none; padding: 0; margin: 0; }
.hours li {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .7rem 0; border-bottom: 1px solid var(--sand-100); font-size: .97rem; margin: 0;
}
.hours li:last-child { border-bottom: 0; }
.hours b { color: var(--navy-900); font-weight: 650; }
.hours span { color: var(--ink-muted); }
.pending {
  display: inline-block; background: #FFF4E0; color: #7A3F06;
  border: 1px solid #F3D9AE; border-radius: 6px;
  padding: .1rem .45rem; font-size: .8rem; font-weight: 700; letter-spacing: .02em;
}
.cta-final { text-align: center; }
.cta-final .btn-row { justify-content: center; margin-top: 1.6rem; }
.cta-final p { max-width: 58ch; margin-inline: auto; }
.footer { background: var(--navy-900); color: #9FBBD6; padding: clamp(2.75rem, 5vw, 4rem) 0 1.75rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: var(--gap); }
@media (max-width: 900px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } }
.footer h4 { color: #fff; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .9rem; }
.footer a { color: #9FBBD6; text-decoration: none; }
.footer a:hover { color: #fff; text-decoration: underline; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { margin-bottom: .5rem; font-size: .94rem; }
.footer .brand { color: #fff; margin-bottom: .9rem; }
.footer .brand__txt span { color: #88A6C4; }
.footer__about { font-size: .92rem; max-width: 34ch; }
.social { display: flex; gap: .55rem; margin-top: 1rem; }
.social a {
  width: 40px; height: 40px; border-radius: 11px;
  border: 1px solid rgba(255,255,255,.18); display: grid; place-items: center;
  transition: background-color .16s ease, border-color .16s ease;
}
.social a:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.4); }
.social svg { width: 19px; height: 19px; }
.footer__bottom {
  margin-top: 2.5rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.13);
  display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; justify-content: space-between;
  font-size: .86rem;
}
.dock {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: none; gap: 1px; background: var(--line);
  box-shadow: 0 -6px 24px rgba(11,33,53,.14);
  padding-bottom: env(safe-area-inset-bottom);
}
.dock a {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .95rem .5rem; text-decoration: none; font-weight: 700; font-size: .97rem;
}
.dock a svg { width: 19px; height: 19px; }
.dock__call { background: var(--navy-800); color: #fff; }
.dock__wa { background: var(--wa); color: #fff; }
@media (max-width: 900px) {
  .dock { display: flex; }
  body { padding-bottom: 62px; }
}
.wa-bubble {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--wa); color: #fff; display: grid; place-items: center;
  box-shadow: var(--shadow-lg); transition: transform .18s ease;
}
.wa-bubble:hover { transform: scale(1.07); }
.wa-bubble svg { width: 29px; height: 29px; }
@media (max-width: 900px) { .wa-bubble { display: none; } }
.page-head {
  background: linear-gradient(180deg, var(--sand-050), var(--white));
  border-bottom: 1px solid var(--line);
  padding: clamp(2.25rem, 5vw, 3.5rem) 0 clamp(1.75rem, 4vw, 2.75rem);
}
.crumbs { font-size: .88rem; color: var(--ink-muted); margin-bottom: .9rem; }
.crumbs a { color: var(--ink-muted); text-decoration: none; }
.crumbs a:hover { color: var(--blue-700); text-decoration: underline; }
.page-head h1 { color: var(--navy-900); max-width: 24ch; }
.page-head .lede { max-width: 62ch; }
.prose { max-width: 72ch; }
.prose h2 { margin-top: 2.25rem; color: var(--navy-900); }
.prose h3 { margin-top: 1.6rem; color: var(--navy-900); }
.prose table { width: 100%; border-collapse: collapse; margin: 1.25rem 0; font-size: .95rem; }
.prose th, .prose td { text-align: left; padding: .7rem .9rem; border-bottom: 1px solid var(--line); }
.prose th { background: var(--sand-050); color: var(--navy-900); font-weight: 650; }
.sticky-aside { position: sticky; top: calc(var(--header-h) + 20px); }
.layout-aside { display: grid; grid-template-columns: 1fr 340px; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
@media (max-width: 940px) { .layout-aside { grid-template-columns: 1fr; } .sticky-aside { position: static; } }
.small-note {
  font-size: .9rem; color: var(--ink-muted);
  background: var(--sand-050); border-left: 3px solid var(--line);
  padding: .8rem 1rem; border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
@font-face {
  font-family: 'Fraunces';
  src: url('fonts/fraunces-latin.woff2') format('woff2');
  font-weight: 400 700; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  src: url('fonts/fraunces-latin-ext.woff2') format('woff2');
  font-weight: 400 700; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+1E00-1E9F, U+2C60-2C7F, U+A720-A7FF;
}
:root { --serif: 'Fraunces', Georgia, 'Times New Roman', serif; }
h1, h2, .brand__txt b, .trust__item b, .hero-card h2 {
  font-family: var(--serif);
  font-variation-settings: 'SOFT' 0, 'WONK' 0;
  letter-spacing: -.015em;
}
h1 { font-weight: 600; line-height: 1.08; }
h2 { font-weight: 600; }
.hero__sub-es {
  font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 400; color: var(--navy-700); margin: -.25rem 0 1.1rem;
  max-width: 30ch; line-height: 1.3;
}
.eusk-kicker {
  display: flex; align-items: center; gap: .7rem;
  font-size: .8rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--blue-700);
  margin-bottom: 1rem;
}
.eusk-kicker::after {
  content: ""; height: 1px; flex: 1; max-width: 90px;
  background: linear-gradient(90deg, var(--blue-400), transparent);
}
.section--navy .eusk-kicker, .herri .eusk-kicker { color: var(--blue-400); }
.herri { background: var(--navy-900); color: #DDE9F5; position: relative; overflow: hidden; }
.herri::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(700px 380px at 88% 8%, rgba(61,148,220,.22), transparent 60%),
    radial-gradient(560px 340px at 4% 96%, rgba(18,102,176,.24), transparent 62%);
  pointer-events: none;
}
.herri .wrap { position: relative; }
.herri h2 { color: #fff; max-width: 18ch; }
.herri__grid {
  display: grid; grid-template-columns: 1.02fr .98fr;
  gap: clamp(2rem, 5vw, 4rem); align-items: center;
}
@media (max-width: 880px) { .herri__grid { grid-template-columns: 1fr; } }
.herri p { color: #B9CFE4; }
.herri .checks span { color: #DDE9F5; }
.herri .checks svg { color: var(--blue-400); }
.towns { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.4rem; }
.towns span {
  border: 1px solid rgba(255,255,255,.2); border-radius: 999px;
  padding: .34rem .78rem; font-size: .87rem; color: #C8DCEE;
  background: rgba(255,255,255,.05);
  transition: border-color .16s ease, background-color .16s ease;
}
.towns span:hover { border-color: var(--blue-400); background: rgba(61,148,220,.14); }
.towns span[data-here] { background: var(--blue-600); border-color: var(--blue-600); color: #fff; font-weight: 700; }
