:root {
  --blue: #1d4d88;
  --blue-dark: #0d315f;
  --blue-deep: #071f3f;
  --red: #ef1c2b;
  --red-dark: #c90f1d;
  --ink: #172337;
  --muted: #667286;
  --paper: #f5f8fc;
  --white: #fff;
  --line: rgba(29,77,136,.14);
  --shadow: 0 24px 65px rgba(9,47,94,.16);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Inter, system-ui, sans-serif; font-size: 1rem; line-height: 1.7; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--container), calc(100% - 40px)); 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; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; border-radius: 8px; color: var(--blue); background: var(--white); font-weight: 700; transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

.header { position: absolute; z-index: 40; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); }
.nav { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-cross { position: relative; display: grid; place-items: center; width: 47px; height: 47px; border: 3px solid currentColor; border-radius: 10px; color: var(--white); transform: rotate(8deg); }
.brand-cross::before { content: ""; position: absolute; width: 33px; height: 33px; border-radius: 7px; background: var(--red); transform: rotate(-8deg); }
.brand-cross b { position: relative; z-index: 1; font: 800 1.45rem/1 "League Spartan", sans-serif; transform: rotate(-8deg); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text small { margin-bottom: 5px; font: 700 .67rem/1 "League Spartan", sans-serif; letter-spacing: .3em; text-transform: uppercase; }
.brand-text strong { font: 800 1rem/1 "League Spartan", sans-serif; letter-spacing: -.025em; text-transform: uppercase; }
.brand-text em { display: block; margin-top: 4px; color: #a8c4e6; font-size: .76rem; font-style: italic; text-align: right; text-transform: lowercase; }
.menu { display: flex; align-items: center; gap: 27px; font-size: .91rem; font-weight: 700; }
.menu > a:not(.menu-cta) { position: relative; padding-block: 9px; }
.menu > a:not(.menu-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--red); transition: right .22s ease; }
.menu > a:not(.menu-cta):hover::after, .menu > a:not(.menu-cta):focus-visible::after { right: 0; }
.menu-cta { padding: 11px 18px; border-radius: 999px; color: var(--white); background: var(--red); box-shadow: 0 9px 25px rgba(239,28,43,.2); }
.menu-button { display: none; padding: 8px; border: 0; background: transparent; cursor: pointer; }
.menu-button i { display: block; width: 27px; height: 2px; margin: 5px; border-radius: 2px; background: var(--white); }

.hero { position: relative; min-height: 775px; padding: 154px 0 118px; overflow: hidden; isolation: isolate; color: var(--white); background: linear-gradient(125deg, var(--blue-deep), var(--blue-dark) 46%, var(--blue) 100%); }
.grid-pattern { position: absolute; z-index: -2; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, black, transparent 64%); }
.hero::before { content: "+"; position: absolute; z-index: -1; right: -100px; top: 10px; color: rgba(255,255,255,.04); font: 800 37rem/1 "League Spartan", sans-serif; transform: rotate(8deg); }
.hero::after { content: ""; position: absolute; z-index: -1; width: 610px; height: 610px; right: -230px; bottom: -150px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.025), 0 0 0 130px rgba(255,255,255,.02); }
.hero-bottom { position: absolute; z-index: -1; left: -3%; right: -3%; bottom: -95px; height: 145px; border-radius: 50% 50% 0 0; background: var(--paper); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #bcd6f4; font-size: .78rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--red); }
.eyebrow-blue { color: var(--blue); }
h1, h2, h3 { margin: 0; font-family: "League Spartan", Inter, sans-serif; line-height: 1.04; letter-spacing: -.04em; }
.hero h1 { max-width: 700px; margin: 23px 0 24px; font-size: clamp(2.8rem, 5.5vw, 5.3rem); }
.hero-copy > p { max-width: 620px; margin: 0; color: rgba(255,255,255,.78); font-size: 1.13rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 35px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; fill: currentColor; }
.button-red { color: var(--white); background: var(--red); box-shadow: 0 14px 32px rgba(4,25,51,.3); }
.button-red:hover { background: #ff3341; box-shadow: 0 17px 38px rgba(4,25,51,.4); }
.button-light { border: 1px solid rgba(255,255,255,.4); color: var(--white); background: rgba(255,255,255,.07); }
.hero-note { display: flex; align-items: center; gap: 13px; margin-top: 32px; }
.hero-note > span { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; color: var(--white); background: var(--red); font-weight: 800; }
.hero-note p { display: flex; flex-direction: column; margin: 0; line-height: 1.35; }
.hero-note strong { font-size: .9rem; }
.hero-note small { margin-top: 3px; color: rgba(255,255,255,.62); font-size: .78rem; }
.hero-logo { position: relative; min-height: 520px; }
.logo-card { position: absolute; inset: 0 14px 0 0; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 34px 100px 34px 100px; background: var(--white); box-shadow: 0 35px 75px rgba(3,24,49,.42); transform: rotate(2deg); }
.logo-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; transform: scale(1.03); }
.location-chip { position: absolute; z-index: 2; left: -24px; bottom: 34px; display: flex; align-items: center; gap: 12px; min-width: 205px; padding: 15px 19px; border-radius: 15px; color: var(--ink); background: var(--white); box-shadow: 0 18px 40px rgba(2,22,45,.27); }
.location-chip > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; color: var(--white); background: var(--red); }
.location-chip p { display: flex; flex-direction: column; margin: 0; line-height: 1.35; }
.location-chip b { font-size: .89rem; }
.location-chip small { color: var(--muted); font-size: .75rem; }

.highlights { position: relative; z-index: 3; margin-top: -40px; }
.highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
.highlight-grid > div { min-height: 116px; display: flex; align-items: center; gap: 15px; padding: 22px 26px; border-right: 1px solid var(--line); }
.highlight-grid > div:last-child { border-right: 0; }
.highlight-icon { display: grid; flex: 0 0 auto; place-items: center; width: 45px; height: 45px; border-radius: 14px; color: var(--white); background: var(--blue); font: 800 1.25rem/1 "League Spartan", sans-serif; }
.highlight-grid > div:nth-child(2) .highlight-icon { background: var(--red); }
.highlight-grid p { display: flex; flex-direction: column; margin: 0; line-height: 1.4; }
.highlight-grid strong { font-size: .94rem; }
.highlight-grid small { margin-top: 4px; color: var(--muted); font-size: .78rem; }

.section { padding: 110px 0; }
.about-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: start; gap: 90px; }
.about-heading h2, .section-title h2 { max-width: 670px; margin-top: 18px; color: var(--blue-deep); font-size: clamp(2.25rem, 4.3vw, 3.9rem); }
.about-copy > p { margin: 0 0 20px; color: var(--muted); font-size: 1.05rem; }
.inline-link { display: inline-flex; align-items: center; gap: 13px; margin-top: 12px; color: var(--red); font-weight: 700; }
.inline-link span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--white); background: var(--red); }
.services { background: var(--white); }
.section-title { text-align: center; }
.section-title .eyebrow { justify-content: center; }
.section-title h2, .section-title p { margin-left: auto; margin-right: auto; }
.section-title > p { max-width: 590px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 52px; }
.service-card { position: relative; min-height: 305px; overflow: hidden; padding: 29px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 45px rgba(9,47,94,.11); }
.card-index { position: absolute; top: 22px; right: 24px; color: rgba(29,77,136,.16); font: 800 2.4rem/1 "League Spartan", sans-serif; }
.card-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 56px; border-radius: 18px; color: var(--blue); background: rgba(29,77,136,.09); font: 800 1.5rem/1 "League Spartan", sans-serif; }
.service-card h3 { margin-bottom: 11px; color: var(--blue-deep); font-size: 1.32rem; }
.service-card p { position: relative; z-index: 2; margin: 0; color: var(--muted); font-size: .92rem; }
.main-card { color: var(--white); border-color: var(--blue); background: linear-gradient(145deg, var(--blue), var(--blue-dark)); }
.main-card .card-index { color: rgba(255,255,255,.13); }
.main-card .card-icon { color: var(--blue); background: var(--white); }
.main-card h3 { color: var(--white); }
.main-card p { color: rgba(255,255,255,.76); }
.accent-card .card-icon { color: var(--white); background: var(--red); }

.contact { padding-top: 0; background: var(--white); }
.contact-shell { display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; border-radius: 30px; background: var(--blue-dark); box-shadow: var(--shadow); }
.contact-info { padding: 58px; color: var(--white); background: linear-gradient(145deg, var(--blue), var(--blue-dark)); }
.contact-info h2 { max-width: 500px; margin: 18px 0; font-size: clamp(2.15rem, 3.7vw, 3.45rem); }
.contact-info > p { margin: 0 0 30px; color: rgba(255,255,255,.74); }
address { display: grid; gap: 14px; margin-bottom: 30px; font-style: normal; }
address a { display: flex; align-items: flex-start; gap: 14px; padding: 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.07); }
address a > span { display: grid; flex: 0 0 auto; place-items: center; width: 39px; height: 39px; border-radius: 12px; color: var(--white); background: var(--red); }
address p { display: flex; flex-direction: column; margin: 0; line-height: 1.5; }
address small { color: rgba(255,255,255,.62); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
address strong { margin-top: 2px; font-size: .9rem; }
.map-wrap { position: relative; min-height: 600px; background: #e7ebf0; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 600px; border: 0; filter: saturate(.8) contrast(1.05); }
.map-wrap > a { position: absolute; right: 20px; bottom: 20px; padding: 12px 17px; border-radius: 999px; color: var(--blue-dark); background: var(--white); box-shadow: 0 8px 25px rgba(0,0,0,.16); font-size: .83rem; font-weight: 700; }

.footer { padding: 70px 0 22px; color: rgba(255,255,255,.7); background: #061a35; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .95fr 1fr; gap: 55px; padding-bottom: 52px; }
.footer-brand { color: var(--white); }
.footer-grid h3 { margin-bottom: 17px; color: #aac8ec; font-size: .87rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid p { margin: 18px 0 0; font-size: .86rem; line-height: 1.8; }
.footer-grid a:hover, .footer-bottom a:hover { color: #aac8ec; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.floating-call { position: fixed; z-index: 35; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 9px; padding: 13px 18px; border: 2px solid var(--white); border-radius: 999px; color: var(--white); background: var(--red); box-shadow: 0 13px 35px rgba(8,37,74,.28); font-weight: 700; }
.floating-call svg { width: 19px; fill: currentColor; }

.legal-header { position: relative; background: var(--blue-dark); }
.back-link { padding: 10px 16px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: .85rem; font-weight: 700; }
.legal-hero { padding: 84px 0; color: var(--white); background: linear-gradient(135deg, var(--blue), var(--blue-dark)); }
.legal-hero h1 { margin: 16px 0 13px; font-size: clamp(2.6rem, 5vw, 4.7rem); }
.legal-hero p { margin: 0; color: rgba(255,255,255,.7); }
.legal-content { max-width: 880px; padding-top: 74px; padding-bottom: 90px; }
.legal-content h2 { margin-top: 41px; color: var(--blue-deep); font-size: 1.4rem; }
.legal-content p { color: var(--muted); }
.legal-intro { padding: 25px; border-left: 4px solid var(--red); border-radius: 0 13px 13px 0; background: var(--white); box-shadow: 0 8px 30px rgba(9,47,94,.06); }
.legal-contact { margin-top: 22px; padding: 24px; border-radius: 16px; color: var(--muted); background: var(--white); box-shadow: 0 8px 30px rgba(9,47,94,.06); }
.legal-contact strong, .legal-contact a { color: var(--blue-dark); }
.legal-footer { padding-top: 24px; }

@media (max-width: 1040px) {
  .menu { gap: 18px; font-size: .82rem; }
  .hero-grid { gap: 42px; }
  .hero-logo { min-height: 470px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  .container { width: min(100% - 28px, var(--container)); }
  .nav { min-height: 79px; }
  .menu-button { display: block; }
  .menu { position: absolute; top: calc(100% + 8px); left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 2px; padding: 15px; border-radius: 17px; color: var(--ink); background: var(--white); box-shadow: 0 17px 40px rgba(4,27,55,.3); }
  .menu.open { display: flex; }
  .menu a { padding: 11px 13px !important; }
  .menu-cta { text-align: center; margin-top: 4px; }
  .hero { min-height: auto; padding: 132px 0 120px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-note { justify-content: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-logo { width: min(550px, 100%); margin-inline: auto; }
  .highlight-grid { grid-template-columns: 1fr; }
  .highlight-grid > div { min-height: 95px; border-right: 0; border-bottom: 1px solid var(--line); }
  .highlight-grid > div:last-child { border-bottom: 0; }
  .about-grid { grid-template-columns: 1fr; gap: 35px; }
  .contact-shell { grid-template-columns: 1fr; }
  .contact-info { padding: 44px 32px; }
  .map-wrap, .map-wrap iframe { min-height: 410px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .brand-cross { width: 42px; height: 42px; }
  .brand-text strong { font-size: .88rem; }
  .hero h1 { font-size: 2.65rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-logo { min-height: 390px; }
  .logo-card { right: 0; border-radius: 28px 70px 28px 70px; }
  .location-chip { left: 12px; bottom: 18px; }
  .section { padding: 80px 0; }
  .about-heading h2, .section-title h2 { font-size: 2.35rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .contact { padding-top: 0; }
  .contact-info { padding: 39px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-call { width: 52px; height: 52px; justify-content: center; padding: 0; }
  .floating-call span { display: none; }
  .legal-hero { padding: 63px 0; }
  .back-link { padding: 8px 11px; font-size: .74rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
