:root {
  --navy: #0b2a5b;
  --blue: #1255a2;
  --yellow: #f5c400;
  --yellow-soft: #fff7cc;
  --ink: #172033;
  --muted: #5f6b7a;
  --line: #dfe5ec;
  --surface: #f5f8fb;
  --white: #fff;
  --shadow: 0 16px 40px rgba(11, 42, 91, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Noto Sans", "Segoe UI", Arial, sans-serif; line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(900px, calc(100% - 40px)); }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; background: var(--yellow); color: var(--navy); font-weight: 800; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(8px); }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; color: var(--navy); }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; background: var(--yellow); color: var(--navy); font-size: .84rem; font-weight: 900; }
.brand-name { letter-spacing: .04em; }
.brand-name b { color: var(--blue); }
.main-nav { display: flex; align-items: center; gap: 22px; font-size: .93rem; font-weight: 700; }
.main-nav a { text-decoration: none; color: #445064; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--blue); }
.nav-cta { padding: 9px 17px; border-radius: 999px; background: var(--navy); color: white !important; }
.menu-toggle { display: none; border: 1px solid var(--line); background: white; border-radius: 8px; padding: 8px 12px; font-weight: 700; color: var(--navy); }
.hero { position: relative; min-height: 590px; display: grid; place-items: center; overflow: hidden; color: white; background: url('../images/parking-hero.png') center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(11,42,91,.88), rgba(11,42,91,.47) 55%, rgba(8,22,48,.78)); }
.hero-content { position: relative; z-index: 1; padding: 92px 0; text-align: center; }
.eyebrow, .section-kicker { color: var(--yellow); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: inline-block; padding: 7px 14px; border: 1px solid rgba(245,196,0,.7); border-radius: 999px; }
.hero h1 { max-width: 850px; margin: 22px auto 16px; font-size: clamp(2rem, 5vw, 4.15rem); line-height: 1.08; letter-spacing: -.035em; }
.hero-intro { margin: 0 auto 32px; color: rgba(255,255,255,.9); font-size: 1.1rem; }
.preview-cta { padding: 72px 0; text-align: center; background: #fff; border-top: 1px solid var(--line); }
.preview-cta .container { max-width: 760px; }
.preview-cta h2 { max-width: 680px; margin: 12px auto; color: var(--navy); }
.preview-cta p:not(.section-kicker):not(.checkout-note) { color: var(--muted); }
.stripe-button-wrap { display: flex; justify-content: center; min-height: 48px; margin-top: 24px; }
.checkout-note { color: var(--muted); font-size: .88rem; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.button { display: inline-block; padding: 12px 22px; border: 2px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: var(--navy); }
.button-light { border-color: rgba(255,255,255,.75); color: white; }
.button-light:hover { background: white; color: var(--navy); }
.section { padding: 88px 0; }
.section-alt { background: var(--surface); }
.section-kicker { margin: 0 0 7px; color: var(--blue); }
.section h2 { margin: 0 0 12px; color: var(--navy); font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1.15; }
.section-lead { max-width: 700px; margin: 0 0 30px; color: var(--muted); }
.details-card, .management-card { border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
.details-card { padding: 28px; }
.details-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; margin: 0; }
.details-grid > div { padding: 17px 0; border-bottom: 1px dashed var(--line); }
.details-grid dt { margin-bottom: 4px; color: var(--muted); font-size: .86rem; font-weight: 700; }
.details-grid dd { margin: 0; font-weight: 800; overflow-wrap: anywhere; }
.status { display: inline-block; padding: 2px 9px; border-radius: 999px; background: #dcfce7; color: #166534; font-size: .82rem; }
.activity-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: start; }
.activity-main { margin: 0 0 10px; color: var(--navy); font-size: clamp(1.25rem, 2.2vw, 1.65rem); font-weight: 800; line-height: 1.35; }
.muted { color: var(--muted); }
.small { font-size: .88rem; }
.kad-list { display: grid; gap: 13px; }
.kad-item { display: grid; grid-template-columns: 100px 1fr; gap: 14px; align-items: center; padding: 18px; border: 1px solid var(--line); border-left: 5px solid var(--yellow); border-radius: 12px; background: white; box-shadow: 0 8px 22px rgba(11,42,91,.06); }
.kad-code { color: var(--blue); font-weight: 900; }
.tag { display: inline-block; margin-left: 8px; padding: 3px 8px; border-radius: 999px; background: var(--yellow-soft); color: #725b00; font-size: .72rem; white-space: nowrap; }
.tag-secondary { background: #e8f1ff; color: var(--blue); }
.management-card { display: flex; gap: 22px; padding: 28px; }
.person-badge { flex: 0 0 64px; height: 64px; display: grid; place-items: center; border-radius: 16px; background: var(--navy); color: var(--yellow); font-weight: 900; }
.management-card h3 { margin: 0 0 3px; color: var(--navy); }
.management-card p { margin: 5px 0; }
.role { color: var(--blue); font-weight: 800; }
.capital-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 28px; }
.stat-card { padding: 24px; border: 1px solid var(--line); border-top: 4px solid var(--yellow); border-radius: 14px; background: white; }
.stat-card span, .stat-card small { display: block; color: var(--muted); font-size: .9rem; }
.stat-card strong { display: block; margin: 5px 0 0; color: var(--navy); font-size: 1.65rem; }
.notice { margin: 20px 0 0; padding: 13px 16px; border-left: 4px solid var(--blue); background: white; color: var(--muted); font-size: .9rem; }
.contact-section { background: var(--navy); color: white; }
.contact-section h2 { color: white; }
.contact-section .section-kicker { color: var(--yellow); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 28px; }
.contact-card { display: flex; align-items: center; gap: 14px; min-height: 100px; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.08); text-decoration: none; }
.contact-card:hover { background: rgba(245,196,0,.15); border-color: var(--yellow); }
.contact-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; background: var(--yellow); color: var(--navy); font-size: 1.2rem; }
.contact-card b, .contact-card small { display: block; }
.contact-card small { margin-top: 3px; color: rgba(255,255,255,.78); overflow-wrap: anywhere; }
.site-footer { padding: 32px 0 24px; background: var(--navy); color: rgba(255,255,255,.78); font-size: .86rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; }
.footer-inner strong { color: white; }
.footer-inner p { margin: 5px 0; }
.site-footer a { color: white; }
.legal-note { margin-top: 22px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.15); font-size: .76rem; color: rgba(255,255,255,.58); }
.credit-footer { padding: 14px 0; background: color-mix(in srgb, var(--navy) 78%, black); color: rgba(255,255,255,.68); text-align: center; font-size: .78rem; }
.legal-notice { padding: 28px; }
.legal-notice p { max-width: 760px; }
.legal-notice ul { margin: 18px 0; padding-left: 20px; }
.legal-links { font-weight: 750; }
.legal-disclaimer { color: var(--muted); font-size: .9rem; }
.credit-footer a { color: var(--yellow); font-weight: 800; text-decoration: none; }
.credit-footer a:hover, .credit-footer a:focus-visible { text-decoration: underline; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 15; display: inline-grid; place-items: center; width: 44px; height: 44px; border: 2px solid var(--yellow); border-radius: 50%; background: var(--navy); color: var(--yellow); font-size: 1.25rem; line-height: 1; font-weight: 900; text-decoration: none; box-shadow: 0 8px 24px rgba(4,21,47,.28); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background .18s ease, color .18s ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover, .back-to-top:focus-visible { background: var(--yellow); color: var(--navy); }
@media (max-width: 820px) {
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 18px 20px 22px; flex-direction: column; align-items: stretch; background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 8px 0; }
  .nav-cta { text-align: center; }
  .details-grid, .activity-layout { grid-template-columns: 1fr; }
  .capital-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { min-height: 520px; }
  .footer-inner { flex-direction: column; }
}
@media (max-width: 560px) {
  .container, .narrow { width: min(100% - 28px, 1120px); }
  .section { padding: 62px 0; }
  .hero-content { padding: 76px 0; }
  .hero h1 { font-size: 2.15rem; }
  .details-card, .management-card { padding: 20px; }
  .management-card { flex-direction: column; }
  .person-badge { flex-basis: 54px; width: 54px; height: 54px; }
  .kad-item { grid-template-columns: 1fr; gap: 5px; }
  .tag { margin-left: 0; }
  .back-to-top { right: 14px; bottom: 14px; padding: 9px 12px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
