@charset "UTF-8";
:root {
  --site-primary: #007da5;
  --site-primary-light: #00a5d1;
  --site-primary-dark: #00466e;
  --site-secondary: #577bab;
  --site-accent: #f93000;
  --site-background: #fcfcfc;
  --site-surface: #fcfcfc;
  --site-text: #121c20;
  --site-muted: #4c646a;
  --bs-body-bg: #fcfcfc;
  --bs-body-color: #121c20;
  --bs-body-font-family: 'Public Sans', sans-serif;
  --bs-link-color: #007da5;
  --bs-link-hover-color: #00466e;
  --fs-h1: clamp(2.2rem, 4.5vw, 3rem);
  --fs-h2: 1.9rem;
  --fs-h3: 1.4rem;
  --fs-body: 1.06rem;
  --fs-small: .9rem;
  --fs-eyebrow: .74rem;
  --section-py: clamp(4rem, 7vw, 6rem);
  --space-1: .5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { background: var(--bs-body-bg); color: var(--bs-body-color); font-family: var(--bs-body-font-family); font-size: var(--fs-body); line-height: 1.65; overflow-x: clip; }
h1, h2, h3, h4, h5, h6 { font-family: 'Public Sans', sans-serif; font-weight: 700; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: var(--fs-h1); line-height: 1.08; }
h2 { font-size: var(--fs-h2); line-height: 1.2; }
h3 { font-size: var(--fs-h3); line-height: 1.3; }
p { text-wrap: pretty; }
a { color: var(--site-primary); transition: color .18s ease, opacity .18s ease; }
a:hover { color: var(--site-primary-dark); }
img { max-width: 100%; }
.btn { border-radius: 8px; padding: .76rem 1.2rem; font-weight: 650; box-shadow: none; letter-spacing: .005em; transition: background-color .18s ease, border-color .18s ease, color .18s ease; border-width: 1px; }
.btn-primary { background-color: var(--site-primary); border-color: var(--site-primary); color: #fff; }
.btn-primary:hover, .btn-primary:focus { background-color: var(--site-primary-dark); border-color: var(--site-primary-dark); color: #fff; }
.btn-outline-primary { color: var(--site-primary); border-color: var(--site-primary); background-color: transparent; }
.btn-outline-primary:hover, .btn-outline-primary:focus { background-color: var(--site-primary); border-color: var(--site-primary); color: #fff; }
.bg-primary { background-color: var(--site-primary) !important; }
.text-primary { color: var(--site-primary) !important; }
.border-primary { border-color: var(--site-primary) !important; }
.card { border-radius: 0; border: 0; box-shadow: 0 1px 2px rgba(0,0,0,.05); background: var(--site-surface); }
.form-control, .form-select { border-radius: 0; border-color: rgba(18,28,32,.3); padding: .75rem .85rem; background-color: #fff; }
.form-control:focus, .form-select:focus { border-color: var(--site-primary); box-shadow: 0 0 0 .18rem rgba(0,125,165,.12); }
.form-check-input { border-radius: 0 !important; }
.form-check-input:checked { background-color: var(--site-primary); border-color: var(--site-primary); }
.site-nav { min-height: 88px; padding-block: 1rem; background: rgba(252,252,252,.97); transition: min-height .2s ease, padding .2s ease; z-index: 1030; }
.site-nav.is-shrunk { min-height: 62px; padding-block: .35rem; box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.navbar-brand { color: var(--site-text); font-weight: 750; letter-spacing: -.02em; }
.navbar-brand img { width: 48px; height: 48px; object-fit: contain; transition: width .2s ease, height .2s ease; }
.site-nav.is-shrunk .navbar-brand img { width: 36px; height: 36px; }
.nav-link { color: var(--site-text); font-size: .94rem; font-weight: 600; }
.nav-link:hover, .nav-link.active { color: var(--site-primary); }
.navbar-toggler { border-radius: 0; border-color: rgba(18,28,32,.25); }
.section-band { position: relative; padding-block: var(--section-py); background: var(--site-background); }
.section-tight { padding-block: clamp(2.4rem, 4.2vw, 3.6rem); }
.container-1280 { width: min(100% - 2rem, 1280px); margin-inline: auto; }
.container-1140 { width: min(100% - 2rem, 1140px); margin-inline: auto; }
.container-880 { width: min(100% - 2rem, 880px); margin-inline: auto; }
.section-index { display: block; color: var(--site-primary); opacity: .2; font-size: clamp(2.4rem, 5vw, 4.2rem); line-height: 1; font-weight: 800; margin-bottom: var(--space-2); font-variant-numeric: tabular-nums; }
.eyebrow { color: var(--site-primary); font-size: var(--fs-eyebrow); text-transform: uppercase; letter-spacing: .08em; font-weight: 750; margin-bottom: var(--space-2); }
.prose { max-width: 68ch; }
.center-copy { max-width: 68ch; margin-inline: auto; text-align: center; }
.hero-band { padding-block: clamp(3rem, 6vw, 5.5rem); }
.hero-copy { max-width: 660px; }
.hero-sub { font-size: 1.2rem; color: var(--site-muted); max-width: 60ch; }
.hero-visual { min-height: 540px; height: 100%; overflow: hidden; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.03); }
.about-band { border-top: 1px solid rgba(18,28,32,.14); }
.editorial-image { width: 100%; min-height: 420px; height: 100%; object-fit: cover; }
.services-band { display: grid; grid-template-columns: minmax(300px, 42%) minmax(0, 1fr); padding-block: var(--section-py); }
.services-visual { min-height: 620px; }
.services-visual img { width: 100%; height: 100%; object-fit: cover; }
.services-content { padding-inline: clamp(2rem, 6vw, 7rem) clamp(1rem, 6vw, 7rem); align-self: center; }
.record-list { margin-top: var(--space-4); }
.record-row { display: grid; grid-template-columns: minmax(150px, .7fr) 1.3fr; column-gap: var(--space-4); padding-block: 1.3rem; border-top: 1px solid rgba(18,28,32,.14); }
.record-row:last-child { border-bottom: 1px solid rgba(18,28,32,.14); }
.record-label { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 750; color: var(--site-muted); }
.process-steps { counter-reset: steps; padding: 0; margin: var(--space-3) 0 0; list-style: none; }
.process-steps li { counter-increment: steps; display: grid; grid-template-columns: 2.5rem 1fr; gap: .75rem; margin-bottom: 1rem; }
.process-steps li::before { content: counter(steps, decimal-leading-zero); color: var(--site-accent); font-weight: 750; font-variant-numeric: tabular-nums; }
.icon-tile { width: 58px; height: 58px; display: inline-grid; place-items: center; background: rgba(0,125,165,.1); }
.icon-tile svg { width: 28px; height: 28px; fill: var(--site-primary); }
.phone-display { font-size: clamp(1.7rem, 4vw, 2.7rem); font-weight: 750; letter-spacing: -.03em; font-variant-numeric: tabular-nums; text-decoration: none; }
.contact-area { padding-block: clamp(3rem, 5vw, 4.5rem); background: var(--site-text); color: var(--site-background); }
.contact-area a:not(.btn) { color: var(--site-background); }
.contact-area .eyebrow { color: var(--site-primary-light); }
.site-footer { padding-block: 4rem 2rem; background: var(--site-background); }
.footer-meta { color: var(--site-muted); font-size: var(--fs-small); }
.footer-links { border-top: 1px solid rgba(18,28,32,.14); margin-top: 2.5rem; padding-top: 1.5rem; }
.footer-links a { color: var(--site-text); text-decoration: none; }
.footer-links a:hover { color: var(--site-primary); }
.cookie-banner { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 1080; max-width: 720px; margin-inline: auto; padding: 1rem; background: #fff; color: var(--site-text); box-shadow: 0 1px 12px rgba(0,0,0,.14); border: 1px solid rgba(18,28,32,.12); }
.cookie-banner[hidden] { display: none; }
.page-hero { padding-block: clamp(3.5rem, 7vw, 6rem); }
.page-hero p { max-width: 62ch; }
.content-section { padding-block: var(--section-py); }
.content-section + .content-section { padding-top: 0; }
.price { font-variant-numeric: tabular-nums; white-space: nowrap; font-weight: 750; }
.table { --bs-table-bg: transparent; }
.table th { font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--site-muted); }
.table td, .table th { padding: 1rem; border-color: rgba(18,28,32,.14); }
.summary-box { background: rgba(0,125,165,.07); padding: 1.5rem; }
.form-section { padding-block: 2.5rem; }
.confirmation { padding: 1.25rem; border-left: 4px solid var(--site-primary); background: rgba(0,125,165,.07); }
.legal-main { width: min(100% - 2rem, 820px); margin-inline: auto; padding-block: var(--section-py); }
.legal-main h2 { margin-top: 2.8rem; }
.legal-main h3 { margin-top: 2rem; }
.not-found { min-height: 52vh; display: grid; place-items: center; text-align: center; padding: 4rem 1rem; }
.newsletter-status { min-height: 1.5rem; font-size: var(--fs-small); color: var(--site-muted); }
@media (max-width: 991.98px) {
  .site-nav { min-height: 70px; }
  .navbar-collapse { padding-block: 1rem; }
  .hero-visual { min-height: 400px; }
  .services-band { grid-template-columns: 1fr; }
  .services-visual { min-height: 420px; }
  .services-content { padding: 3rem 1rem 0; }
}
@media (max-width: 767.98px) {
  .hero-band { padding-top: 2.5rem; }
  .hero-visual, .editorial-image, .services-visual { min-height: 320px; }
  .record-row { grid-template-columns: 1fr; row-gap: .5rem; }
  .phone-display { display: inline-block; }
  .table-responsive { font-size: .9rem; }
}
