:root {
  --blue: #0b4fae;
  --blue-dark: #082f6b;
  --red: #e32219;
  --red-dark: #b61912;
  --ink: #111827;
  --muted: #5c6675;
  --paper: #f5f7fa;
  --line: #d9dee7;
  --white: #fff;
  --shadow: 0 18px 45px rgba(10, 38, 82, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Inter", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.topbar { padding: 8px 20px; color: white; background: var(--blue-dark); text-align: center; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 20; min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 12px clamp(20px, 5vw, 74px); background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand img { display: block; width: min(250px, 39vw); height: 62px; object-fit: contain; object-position: left center; }
nav { display: flex; align-items: center; gap: clamp(17px, 2vw, 30px); font-size: .91rem; font-weight: 700; }
nav a:hover { color: var(--blue); }
.nav-call { padding: 11px 17px; color: white !important; background: var(--red); border-radius: 6px; }
.menu-button { display: none; padding: 10px 14px; color: white; background: var(--blue); border: 0; border-radius: 6px; font-weight: 800; }
.hero { position: relative; min-height: 640px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 50px; overflow: hidden; padding: 90px clamp(24px, 7vw, 110px); color: white; background: linear-gradient(125deg, #071b36 0%, #0a3d85 63%, #0b55b8 100%); }
.hero::before { position: absolute; inset: auto -9% -46% auto; width: 580px; aspect-ratio: 1; content: ""; border: 95px solid rgba(255,255,255,.06); border-radius: 50%; }
.hero::after { position: absolute; top: -130px; right: 22%; width: 17px; height: 900px; content: ""; background: var(--red); transform: rotate(24deg); box-shadow: 42px 0 0 rgba(255,255,255,.12); }
.hero-copy, .hero-mark { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 12px; color: var(--red); font-size: .77rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: #bdd8ff; }
h1, h2, h3 { font-family: "Barlow Condensed", sans-serif; line-height: 1; text-transform: uppercase; }
h1 { max-width: 740px; margin: 0; font-size: clamp(4rem, 8vw, 7.5rem); letter-spacing: -.035em; }
.hero-copy > p:not(.eyebrow) { max-width: 630px; margin: 26px 0 32px; color: #dce9fb; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border: 2px solid transparent; border-radius: 6px; font-weight: 800; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.book { color: var(--blue-dark); background: white; border-color: white; box-shadow: 0 8px 22px rgba(0,0,0,.18); }
.button.book:hover { color: white; background: var(--red); border-color: var(--red); }
.button.primary { color: white; background: var(--red); border-color: var(--red); }
.button.primary:hover { background: var(--red-dark); }
.button.secondary { color: white; border-color: rgba(255,255,255,.7); }
.button.dark { color: white; background: var(--blue-dark); }
.hero-mark { display: grid; place-items: center; padding: 50px 20px; text-align: center; border: 2px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: inset 0 0 0 16px rgba(255,255,255,.04); transform: rotate(-3deg); }
.hero-mark span { width: 82%; padding: 6px; color: white; background: var(--red); font-family: "Barlow Condensed", sans-serif; font-size: 1.4rem; font-weight: 800; letter-spacing: .14em; }
.hero-mark span:last-child { background: #0870dd; }
.hero-mark strong { padding: 30px 0; font-family: "Barlow Condensed", sans-serif; font-size: clamp(3.2rem, 5vw, 5.5rem); line-height: .76; }
.quick-contact { position: relative; z-index: 2; width: min(1120px, calc(100% - 40px)); display: grid; grid-template-columns: repeat(3, 1fr); margin: -36px auto 0; background: white; border-radius: 10px; box-shadow: var(--shadow); }
.quick-contact > div { display: flex; flex-direction: column; justify-content: center; min-height: 100px; padding: 22px 28px; border-left: 1px solid var(--line); }
.quick-contact > div:first-child { border-left: 0; }
.quick-contact small { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.quick-contact a, .quick-contact span { margin-top: 4px; font-weight: 800; }
.quick-contact a:hover { color: var(--red); }
.section { padding: 105px clamp(24px, 7vw, 110px); }
.section-heading { max-width: 760px; margin-bottom: 44px; }
h2 { margin: 0; font-size: clamp(3rem, 5.5vw, 5.4rem); letter-spacing: -.025em; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-grid article { min-height: 290px; padding: 34px; background: var(--paper); border-top: 6px solid var(--blue); box-shadow: 0 9px 25px rgba(15,42,80,.07); }
.service-grid article:nth-child(2) { border-color: var(--red); }
.service-number { color: var(--blue); font-family: "Barlow Condensed", sans-serif; font-size: 1.1rem; font-weight: 800; }
.service-grid h3 { margin: 55px 0 12px; font-size: 2rem; }
.service-grid p { margin: 0; color: var(--muted); }
.about { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(45px, 8vw, 110px); background: var(--paper); }
.about-logo { padding: 45px; background: white; border-left: 10px solid var(--red); box-shadow: var(--shadow); }
.about-logo img { display: block; width: 100%; }
.about p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.text-link { display: inline-flex; gap: 9px; margin-top: 16px; color: var(--blue); font-weight: 800; }
.service-area { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; color: white; background: var(--red); }
.service-area p:last-child { max-width: 560px; margin: 0; color: #fff0ee; font-size: 1.1rem; }
.contact { display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.contact > div:first-child { max-width: 690px; }
.contact p:not(.eyebrow) { color: var(--muted); }
.contact-actions { display: flex; flex-direction: column; gap: 12px; min-width: min(100%, 330px); }
footer { padding: 55px clamp(24px, 7vw, 110px); color: #d4e3f7; background: #061b37; }
footer img { width: 220px; padding: 12px; background: white; border-radius: 5px; }
footer p { color: #a9bdd7; }
footer div { display: flex; flex-wrap: wrap; gap: 24px; margin: 18px 0 30px; font-weight: 700; }
footer a:hover { color: white; }
footer small { color: #8098b8; }
@media (max-width: 980px) {
  .menu-button { display: block; }
  nav { position: absolute; top: 86px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
  nav.open { display: flex; }
  nav a { padding: 12px; }
  .nav-call { margin-top: 6px; text-align: center; }
  .hero { grid-template-columns: 1fr; }
  .hero-mark { display: none; }
  .quick-contact { grid-template-columns: 1fr; margin-top: -20px; }
  .quick-contact > div { min-height: auto; border-top: 1px solid var(--line); border-left: 0; }
  .quick-contact > div:first-child { border-top: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: auto; }
  .service-grid h3 { margin-top: 30px; }
  .about, .service-area { grid-template-columns: 1fr; }
  .contact { align-items: stretch; flex-direction: column; }
}
@media (max-width: 600px) {
  .topbar { font-size: .66rem; }
  .site-header { min-height: 76px; padding: 8px 16px; }
  .brand img { width: 205px; height: 58px; }
  nav { top: 76px; }
  .hero { min-height: 590px; padding: 76px 20px 90px; }
  h1 { font-size: clamp(3.8rem, 19vw, 5.5rem); }
  .hero-actions { flex-direction: column; }
  .section { padding: 75px 20px; }
  .about-logo { padding: 24px; }
  .contact-actions { min-width: 0; }
  .contact-actions .button { word-break: break-word; text-align: center; }
}
