
:root {
  --blue-950: #0b2f50;
  --blue-900: #123f6a;
  --blue-800: #174f82;
  --blue-700: #24689f;
  --blue-100: #e9f2f8;
  --blue-50: #f4f8fb;
  --ink: #152536;
  --muted: #5c6b79;
  --line: #dbe5ec;
  --white: #ffffff;
  --success: #238451;
  --shadow: 0 18px 50px rgba(14, 51, 82, .12);
  --radius: 20px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue-800); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--blue-950); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: var(--blue-950); color: white; padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(219,229,236,.9); backdrop-filter: blur(16px); transition: box-shadow .2s ease; }
.site-header.scrolled { box-shadow: 0 8px 28px rgba(14,51,82,.1); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; width: 205px; flex: 0 0 auto; }
.brand img { width: 100%; }
.main-nav { display: flex; align-items: center; gap: 8px; }
.main-nav a { color: var(--ink); text-decoration: none; font-size: .94rem; font-weight: 650; padding: 10px 12px; border-radius: 10px; }
.main-nav a:hover, .main-nav a.active { color: var(--blue-800); background: var(--blue-50); }
.main-nav .nav-cta { color: white; background: var(--blue-800); padding-inline: 17px; }
.main-nav .nav-cta:hover { color: white; background: var(--blue-950); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: white; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--blue-900); margin: 5px 0; transition: .2s ease; }
.hero { position: relative; overflow: hidden; padding: 92px 0 76px; background: radial-gradient(circle at 82% 20%, #e9f3fa 0, rgba(233,243,250,0) 34%), linear-gradient(180deg,#fbfdff 0%,#f5f9fc 100%); }
.hero:after { content: ""; position: absolute; inset: auto -10% -220px 45%; height: 420px; border-radius: 50%; border: 1px solid #d8e7f1; transform: rotate(-8deg); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 12px; color: var(--blue-700); font-size: .79rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
h1,h2,h3 { margin-top: 0; color: var(--blue-950); line-height: 1.13; font-family: Georgia, "Times New Roman", serif; }
h1 { font-size: clamp(2.55rem, 6vw, 5rem); letter-spacing: -.035em; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.025em; margin-bottom: 20px; }
h3 { font-size: 1.45rem; margin-bottom: 12px; }
p { margin: 0 0 18px; }
.hero-lead { max-width: 700px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border: 1px solid var(--blue-800); border-radius: 12px; padding: 11px 20px; color: white; background: var(--blue-800); font-weight: 750; text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { color: white; background: var(--blue-950); border-color: var(--blue-950); transform: translateY(-1px); }
.btn-secondary { color: var(--blue-800); background: transparent; }
.btn-secondary:hover { color: white; }
.btn-light { color: var(--blue-950); background: white; border-color: white; }
.btn-light:hover { color: var(--blue-950); background: #eef5fa; border-color: #eef5fa; }
.btn-outline-light { color: white; background: transparent; border-color: rgba(255,255,255,.7); }
.btn-outline-light:hover { color: var(--blue-950); background: white; border-color: white; }
.btn-small { min-height: 40px; padding: 8px 15px; }
.hero-trust { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 10px 18px; color: var(--blue-900); font-size: .92rem; font-weight: 700; }
.hero-trust li { display: inline-flex; align-items: center; gap: 6px; }
.hero-trust svg, .check-list svg, .service-group li svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.logo-card { background: rgba(255,255,255,.84); border: 1px solid rgba(219,229,236,.95); border-radius: 34px; padding: 42px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.official-strip { border-block: 1px solid var(--line); background: white; }
.official-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.official-grid > div { padding: 26px 28px; border-right: 1px solid var(--line); }
.official-grid > div:first-child { padding-left: 0; }
.official-grid > div:last-child { border-right: 0; padding-right: 0; }
.official-grid span { display: block; color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .09em; margin-bottom: 5px; }
.official-grid strong { color: var(--blue-950); font-size: .94rem; line-height: 1.35; }
.official-grid a { color: inherit; text-decoration: none; }
.section { padding: 92px 0; }
.section-soft { background: var(--blue-50); }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading p:last-child { color: var(--muted); font-size: 1.06rem; }
.card-grid { display: grid; gap: 22px; }
.card-grid.three { grid-template-columns: repeat(3,1fr); }
.card-grid.two { grid-template-columns: repeat(2,1fr); }
.card-grid.narrow { max-width: 820px; margin-inline: auto; }
.service-card, .person-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; background: white; box-shadow: 0 10px 35px rgba(14,51,82,.05); }
.service-card p, .person-card p { color: var(--muted); }
.icon-box { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; color: var(--blue-800); background: var(--blue-100); margin-bottom: 22px; }
.icon-box svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.text-link { display: inline-flex; font-weight: 800; text-decoration: none; }
.text-link:after { content: "›"; margin-left: 8px; transition: transform .15s ease; }
.text-link:hover:after { transform: translateX(3px); }
.split-section { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }
.align-start { align-items: start; }
.check-list { list-style: none; padding: 0; margin: 28px 0 32px; display: grid; gap: 13px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; }
.data-panel { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 34px; box-shadow: var(--shadow); }
.data-panel dl { margin: 0; }
.data-panel dl > div { padding: 16px 0; border-bottom: 1px solid var(--line); }
.data-panel dl > div:last-child { border-bottom: 0; }
.data-panel dt { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.data-panel dd { margin: 4px 0 0; color: var(--blue-950); font-weight: 750; }
.contact-band { color: white; background: var(--blue-900); }
.contact-band h2, .contact-band .eyebrow { color: white; }
.contact-band .eyebrow { opacity: .75; }
.contact-band p { color: rgba(255,255,255,.78); }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact-band-inner > div:first-child { max-width: 720px; }
.page-hero { color: white; background: linear-gradient(135deg,var(--blue-950),var(--blue-800)); }
.page-hero.compact { padding: 74px 0; }
.page-hero h1 { color: white; font-size: clamp(2.55rem,5vw,4.4rem); margin-bottom: 18px; }
.page-hero p { max-width: 760px; color: rgba(255,255,255,.8); font-size: 1.08rem; }
.page-hero .eyebrow { color: #b9d8ec; font-size: .78rem; }
.page-hero .updated { font-size: .88rem; margin-top: 24px; }
.quote-card { margin: 0; padding: 36px; border-left: 4px solid var(--blue-700); background: var(--blue-50); border-radius: 0 20px 20px 0; font-family: Georgia,serif; font-size: 1.42rem; color: var(--blue-950); }
.info-table { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: white; }
.info-row { display: grid; grid-template-columns: minmax(180px,.35fr) 1fr; border-bottom: 1px solid var(--line); }
.info-row:last-child { border-bottom: 0; }
.info-row > * { padding: 18px 22px; }
.info-row span:first-child { color: var(--muted); background: var(--blue-50); }
.info-row strong { overflow-wrap: anywhere; }
.status-dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--success); margin-right: 6px; }
.person-role { margin-bottom: 6px !important; color: var(--blue-700) !important; font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.service-toolbar { max-width: 820px; margin: 0 auto 62px; padding: 24px; background: var(--blue-50); border: 1px solid var(--line); border-radius: 18px; }
.service-toolbar label { display: block; font-weight: 800; color: var(--blue-950); margin-bottom: 8px; }
.search-field { display: flex; gap: 8px; }
.search-field input { width: 100%; min-height: 48px; border: 1px solid #b9cbd8; border-radius: 11px; padding: 10px 14px; background: white; }
.search-field button { border: 1px solid #b9cbd8; border-radius: 11px; padding: 10px 14px; background: white; color: var(--blue-800); font-weight: 750; }
.search-status { margin: 8px 0 0; color: var(--muted); font-size: .9rem; min-height: 1.4em; }
.service-category { scroll-margin-top: 120px; padding: 20px 0 70px; }
.service-category + .service-category { border-top: 1px solid var(--line); padding-top: 70px; }
.category-heading { display: flex; gap: 18px; align-items: center; margin-bottom: 28px; }
.category-heading .icon-box { margin: 0; }
.category-heading h2 { margin: 0; }
.category-heading .eyebrow { margin-bottom: 4px; }
.service-groups { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.service-group { border: 1px solid var(--line); border-radius: 18px; padding: 25px; background: white; }
.service-group ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.service-group li { display: flex; gap: 9px; color: var(--muted); }
.service-group li svg { color: var(--blue-700); margin-top: 4px; }
.service-group[hidden], .service-category[hidden] { display: none; }
.notice-card { display: flex; gap: 22px; align-items: flex-start; border: 1px solid #c7dbe8; border-radius: 20px; padding: 28px; background: var(--blue-50); }
.notice-card .icon-box { flex: 0 0 auto; margin: 0; background: white; }
.notice-card h2 { font-size: 1.65rem; margin-bottom: 8px; }
.notice-card p { margin: 0; color: var(--muted); }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.contact-cards { display: grid; gap: 16px; }
.contact-card { display: flex; gap: 18px; border: 1px solid var(--line); border-radius: 18px; padding: 24px; background: white; }
.contact-card .icon-box { flex: 0 0 auto; margin: 0; }
.contact-card span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-card h2 { font-size: 1.35rem; margin: 4px 0 8px; }
.contact-card h2 a { color: inherit; text-decoration: none; }
.contact-card p { color: var(--muted); margin-bottom: 8px; }
.contact-form-panel { border: 1px solid var(--line); border-radius: 22px; padding: 34px; background: var(--blue-50); }
.contact-form-panel > p { color: var(--muted); }
form { display: grid; gap: 17px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
form label { display: grid; gap: 6px; color: var(--blue-950); font-weight: 700; }
form input, form select, form textarea { width: 100%; border: 1px solid #b9cbd8; border-radius: 10px; padding: 11px 12px; background: white; color: var(--ink); }
form input:focus, form select:focus, form textarea:focus, .search-field input:focus { outline: 3px solid rgba(36,104,159,.18); border-color: var(--blue-700); }
form textarea { resize: vertical; }
.checkbox { grid-template-columns: auto 1fr; align-items: start; gap: 10px; font-weight: 500; color: var(--muted); }
.checkbox input { width: 18px; height: 18px; margin-top: 4px; }
.form-status { margin: 0; color: var(--muted); min-height: 1.4em; }
.legal-layout { display: grid; grid-template-columns: 250px 1fr; gap: 54px; align-items: start; }
.legal-nav { position: sticky; top: 120px; display: grid; gap: 8px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--blue-50); }
.legal-nav strong { margin-bottom: 5px; color: var(--blue-950); }
.legal-nav a { text-decoration: none; font-size: .92rem; }
.legal-content { max-width: 820px; }
.legal-content > p:first-child { font-size: 1.08rem; color: var(--muted); }
.legal-content h2 { scroll-margin-top: 120px; font-size: 1.85rem; margin-top: 46px; margin-bottom: 12px; }
.legal-content p { color: #425363; }
.rights-grid .service-card { min-height: 230px; }
.steps-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 18px; }
.steps-list li { display: grid; grid-template-columns: 44px 1fr; gap: 15px; }
.steps-list li > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue-800); font-weight: 800; }
.steps-list strong { color: var(--blue-950); }
.steps-list p { color: var(--muted); margin: 4px 0 0; }
.site-footer { color: rgba(255,255,255,.8); background: #092c4a; padding: 68px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1fr .75fr; gap: 48px; }
.footer-brand img { width: 235px; padding: 12px; border-radius: 12px; background: white; margin-bottom: 18px; }
.footer-brand p { max-width: 480px; }
.site-footer h2 { color: white; font-family: inherit; font-size: 1rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.site-footer a { color: white; }
.footer-links a { text-decoration: none; }
.legal-id { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.14); margin-top: 50px; padding-top: 22px; font-size: .84rem; }
.footer-bottom p { margin: 0; }
.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 2000; display: flex; justify-content: space-between; align-items: center; gap: 24px; max-width: 1120px; margin: auto; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 18px 60px rgba(9,44,74,.22); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 4px 0 0; color: var(--muted); font-size: .9rem; }
.cookie-actions { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 11px 13px; }
  .brand { width: 180px; }
  .hero-grid, .split-section, .contact-layout, .legal-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 64px; }
  .hero-mark { max-width: 640px; margin-inline: auto; }
  .official-grid { grid-template-columns: repeat(2,1fr); }
  .official-grid > div { border-bottom: 1px solid var(--line); }
  .official-grid > div:nth-child(2) { border-right: 0; }
  .official-grid > div:nth-child(3), .official-grid > div:nth-child(4) { border-bottom: 0; }
  .official-grid > div:first-child, .official-grid > div:nth-child(3) { padding-left: 0; }
  .card-grid.three { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .legal-nav { position: static; grid-template-columns: repeat(3,1fr); }
  .legal-nav strong { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 78px; }
  .brand { width: 155px; }
  h1 { font-size: 2.65rem; }
  h2 { font-size: 2.15rem; }
  .hero { padding: 52px 0; }
  .logo-card { padding: 24px; border-radius: 24px; }
  .official-grid, .card-grid.three, .card-grid.two, .service-groups, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .official-grid > div { border-right: 0; border-bottom: 1px solid var(--line) !important; padding: 20px 0 !important; }
  .official-grid > div:last-child { border-bottom: 0 !important; }
  .section { padding: 68px 0; }
  .contact-band-inner, .footer-bottom, .cookie-banner { align-items: flex-start; flex-direction: column; }
  .button-row { align-items: stretch; }
  .button-row .btn { width: 100%; }
  .info-row { grid-template-columns: 1fr; }
  .info-row > * { padding: 14px 16px; }
  .info-row span:first-child { padding-bottom: 3px; }
  .contact-card { flex-direction: column; }
  .contact-form-panel { padding: 24px; }
  .legal-nav { grid-template-columns: repeat(2,1fr); }
  .legal-content h2 { font-size: 1.55rem; }
  .cookie-actions { width: 100%; justify-content: space-between; }
}
