@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:wght@400;500&display=swap');

:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-strong: #ffffff;
  --primary: #2b3348;
  --accent: #5b7fb9;
  --accent-soft: #c7d6ec;
  --soft-green: #eef3fa;
  --muted: #5c6474;
  --border: rgba(43, 51, 72, 0.12);
  --shadow: 0 16px 42px rgba(43, 51, 72, 0.08);
  --pink: #5b7fb9;
  --blue: #5b7fb9;
  --blue-deep: #3e5d91;
  --blue-tint: #eef3fa;
  --blue-hair: rgba(91, 127, 185, 0.28);
}

html { scroll-behavior: smooth; }
body { background: #ffffff !important; color: var(--primary) !important; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif !important; }
h1, h2, h3, h4, h5, h6, .card h2, .card h3, .zone-card h3 { color: var(--primary); font-family: "Playfair Display", Georgia, "Times New Roman", serif !important; font-weight: 500 !important; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }

.shf-header { position: sticky; top: 0; z-index: 100; width: 100%; background: rgba(255,255,255,.97) !important; border-bottom: 1px solid var(--border) !important; backdrop-filter: blur(12px); }
.shf-header .shf-nav { width: min(1220px, 94%); min-height: 118px; margin: 0 auto; padding: 8px 0; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.shf-header .shf-logo { display: flex; align-items: center; flex: 0 0 auto; height: 100px; }
.shf-header .shf-logo img { display: block; width: auto; height: 96px !important; max-width: 245px; object-fit: contain; }
.shf-header .shf-nav-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 12px 25px; margin-left: auto; }
.shf-header .shf-nav-links a { padding: 9px 0; color: var(--muted) !important; font-size: .77rem; font-weight: 500; letter-spacing: .11em; line-height: 1.2; text-transform: uppercase; white-space: nowrap; }
.shf-header .shf-nav-links a:hover { color: var(--blue-deep) !important; text-decoration: underline; text-underline-offset: 7px; }
.shf-language { display: flex; flex: 0 0 auto; gap: 8px; align-items: center; }
.shf-language a { min-width: 42px; padding: 8px 10px; border: 1px solid var(--blue); color: var(--blue-deep) !important; font-size: .78rem; font-weight: 600; line-height: 1; text-align: center; }
.shf-language a.is-active { background: var(--blue); color: #ffffff !important; }
.shf-menu-toggle { display: none; padding: 10px 12px; border: 1px solid var(--blue); border-radius: 0; background: #ffffff; color: var(--blue-deep); font: 600 .75rem/1 Inter, sans-serif; letter-spacing: .12em; }

.btn, button.btn, a.btn, input[type="submit"] { border: 1px solid var(--blue) !important; border-radius: 0 !important; background: var(--blue) !important; color: #ffffff !important; font-family: Inter, sans-serif !important; font-weight: 500 !important; box-shadow: none !important; }
.btn:hover, button.btn:hover, a.btn:hover, input[type="submit"]:hover { border-color: var(--blue-deep) !important; background: var(--blue-deep) !important; color: #ffffff !important; }
.btn.secondary, a.btn.secondary, button.btn.secondary { border-color: var(--blue) !important; background: transparent !important; color: var(--blue-deep) !important; }
.btn.secondary:hover, a.btn.secondary:hover, button.btn.secondary:hover { background: var(--blue-tint) !important; color: var(--blue-deep) !important; }
.eyebrow, .kicker, .label, .section-label { color: var(--blue-deep) !important; }
.card, .panel, .cta-panel, .author-badge, .contact-card, .form-card, .info-card, .legal-card, article img, .hero-image { border-color: var(--blue-hair) !important; border-radius: 0 !important; }
.cta-panel { background: var(--blue-tint) !important; }
input, select, textarea { border-radius: 0 !important; }
input:focus, select:focus, textarea:focus { border-color: var(--blue) !important; }
.shf-phone-pair { display: inline-flex; flex-wrap: wrap; gap: 0 7px; margin-left: 7px; }

footer { border-top: 1px solid var(--blue-hair) !important; background: #ffffff !important; color: var(--muted) !important; }
.shf-footer { padding: 30px 0; font-size: .87rem; line-height: 1.8; text-align: center; }
.shf-footer .container { width: min(1180px, 92%); margin: 0 auto; }
.shf-footer a { color: var(--blue-deep) !important; }
.shf-footer-phone { display: block; margin-top: 4px; }

@media (max-width: 1050px) {
  .shf-header .shf-nav { flex-wrap: wrap; min-height: 0; }
  .shf-menu-toggle { display: inline-flex; }
  .shf-header .shf-nav-links { display: none; order: 4; width: 100%; margin: 0; padding: 18px 0 12px; border-top: 1px solid var(--blue-hair); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
  .shf-header .shf-nav-links.is-open { display: grid; }
  .shf-header .shf-nav-links a { padding: 13px 10px; border-bottom: 1px solid var(--blue-hair); }
}
@media (max-width: 620px) {
  .shf-header .shf-nav { width: min(94%, 560px); gap: 10px; }
  .shf-header .shf-logo { height: 78px; }
  .shf-header .shf-logo img { height: 74px !important; max-width: 190px; }
  .shf-language { margin-left: auto; }
  .shf-language a { min-width: 38px; padding: 8px; }
  .shf-header .shf-nav-links { grid-template-columns: 1fr; }
  .shf-phone-pair { display: block; margin: 6px 0 0; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
