/* ========== Top Bar ========== */
.topbar { background: #0b1220; color: #cbd5e1; font-size: 13px; padding: 8px 0; }
.topbar-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; justify-content: center; }
.tb-item { color: #fff; font-weight: 500; }
.tb-sep { color: #475569; }
@media (max-width: 600px) {
  .tb-sep:nth-of-type(2) { display: none; }
  .topbar-inner .tb-item:last-child { display: none; }
}

/* ========== Base ========== */
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; color: #1f2937; background: #fff; -webkit-font-smoothing: antialiased; line-height: 1.6; }
a { color: #1d4ed8; text-decoration: none; }
a:hover { text-decoration: underline; }
img, svg { display: block; max-width: 100%; }
.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 22px; }

/* ========== Typography ========== */
.section-title { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: clamp(28px, 4.6vw, 48px); line-height: 1.05; letter-spacing: -0.5px; color: #0b1220; margin: 0 0 18px; text-transform: uppercase; }
.section-title .accent { color: #1d4ed8; }
.section-sub { color: #6b7280; max-width: 720px; margin: 0 auto 36px; }
.center { text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #1d4ed8; font-weight: 700; letter-spacing: 2px; font-size: 12px; text-transform: uppercase; margin: 0 0 16px; }
.eyebrow.center { display: flex; justify-content: center; }
.eyebrow .bar { width: 24px; height: 2px; background: #1d4ed8; display: inline-block; }

/* ========== Header ========== */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.92); backdrop-filter: saturate(180%) blur(10px); border-bottom: 1px solid #eef0f4; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 22px; }
.logo { display: inline-flex; align-items: center; gap: 8px; }
.logo-img { height: 40px; width: auto; display: block; }
.nav-desktop { display: none; gap: 26px; align-items: center; }
.nav-desktop a { color: #1f2937; font-weight: 500; }
.nav-desktop a.btn { color: #fff; }
.nav-toggle { background: none; border: 0; width: 38px; height: 38px; display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; cursor: pointer; }
.nav-toggle span { display:block; height: 2px; width: 22px; background: #1f2937; margin: 0 auto; border-radius: 2px; }
.nav-mobile { display: none; flex-direction: column; border-top: 1px solid #eef0f4; padding: 8px 22px 18px; }
.nav-mobile.open { display: flex; }
.nav-mobile a { padding: 10px 0; color: #1f2937; border-bottom: 1px solid #f3f4f6; }
@media (min-width: 900px) { .nav-desktop { display: inline-flex; } .nav-toggle { display: none; } }

/* ========== Buttons ========== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 22px; border-radius: 10px; font-weight: 600; font-size: 15px; cursor: pointer; border: 1px solid transparent; transition: transform .12s ease, background .15s ease; text-decoration: none; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: #1d4ed8; color: #fff; box-shadow: 0 6px 14px -6px rgba(29,78,216,.55); }
.btn-primary:hover { background: #1947c4; }
.btn-ghost { background: #fff; color: #0b1220; border-color: #e5e7eb; }
.btn-ghost:hover { background: #f8fafc; }
.btn-white { background: #fff; color: #1d4ed8; }
.btn-white:hover { background: #f1f5ff; }
.btn-block { width: 100%; }
.btn-sm { padding: 9px 16px; font-size: 14px; }
.btn-lg { padding: 16px 22px; font-size: 16px; }

/* ========== Hero ========== */
.hero {
  background:
    linear-gradient(180deg, #f8fbff 0%, #eaf1ff 100%),
    repeating-linear-gradient(0deg, transparent, transparent 39px, #d6e0f5 40px),
    repeating-linear-gradient(90deg, transparent, transparent 39px, #d6e0f5 40px);
  padding: 60px 0 64px; border-bottom: 1px solid #e6ecf6;
}
.hero-inner { max-width: 760px; }
.hero-logo { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.hero-logo-img { max-width: 380px; width: 100%; height: auto; display: block; }
.hero-title { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: clamp(36px, 7vw, 64px); line-height: 1; color: #0b1220; margin: 0 0 22px; text-transform: uppercase; }
.hero-title .accent { color: #1d4ed8; }
.hero-sub { color: #4b5563; max-width: 620px; font-size: 16.5px; margin: 0 0 32px; }
.stats { display: flex; gap: 36px; margin: 0 0 28px; flex-wrap: wrap; }
.stat { display: flex; flex-direction: column; }
.stat .num { font-family: 'Oswald', sans-serif; color: #1d4ed8; font-weight: 700; font-size: 32px; line-height: 1; }
.stat .lab { color: #6b7280; font-size: 11px; letter-spacing: 2px; margin-top: 6px; text-transform: uppercase; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-phone { display: inline-flex; align-items: center; gap: 10px; color: #4b5563; font-weight: 500; }
.phone-icon { width: 34px; height: 34px; border-radius: 50%; background: #fff; border: 1px solid #e6ecf6; display: inline-flex; align-items: center; justify-content: center; }

/* ========== Quickbar ========== */
.quickbar { border-bottom: 1px solid #eef0f4; background: #fff; }
.quickbar-inner { display: flex; gap: 28px; padding: 14px 22px; overflow-x: auto; }
.qb-item { display: inline-flex; align-items: center; gap: 8px; color: #6b7280; white-space: nowrap; font-size: 14px; }

/* ========== Specialties ========== */
.specialties { padding: 70px 0 40px; background: #fff; text-align: center; }
.spec-grid { display: grid; gap: 32px 24px; grid-template-columns: repeat(2, 1fr); max-width: 820px; margin: 36px auto 0; align-items: end; }
@media (min-width: 760px) { .spec-grid { grid-template-columns: repeat(3,1fr); } }
.spec { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.spec-img { max-width: 200px; width: 100%; height: auto; display: block; }

/* ========== About ========== */
.about { padding: 70px 0; background: linear-gradient(180deg, #f7faff 0%, #eef3ff 100%); }
.about p { color: #4b5563; margin: 0 0 16px; max-width: 760px; }
.about-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 28px; max-width: 760px; }
.about-card { background: #fff; border: 1px solid #e6ecf6; border-radius: 12px; padding: 16px; display: flex; gap: 12px; align-items: flex-start; box-shadow: 0 1px 0 rgba(15,23,42,.02); }
.ac-icon { width: 36px; height: 36px; border-radius: 10px; background: #eaf1ff; color: #1d4ed8; display:flex; align-items:center; justify-content:center; flex: none; }
.ac-title { font-weight: 700; color: #0b1220; font-size: 15px; }
.ac-sub { color: #6b7280; font-size: 13px; margin-top: 2px; }

/* ========== Services ========== */
.services {
  padding: 80px 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #fafcff 100%),
    repeating-linear-gradient(0deg, transparent, transparent 39px, #eef2fa 40px),
    repeating-linear-gradient(90deg, transparent, transparent 39px, #eef2fa 40px);
}
.service-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 36px; }
@media (min-width: 820px){ .service-grid { grid-template-columns: 1fr 1fr; } }
.service-card { background: #fff; border: 1px solid #e6ecf6; border-radius: 16px; padding: 28px; box-shadow: 0 1px 0 rgba(15,23,42,.02); }
.service-card h3 { font-size: 20px; margin: 14px 0 10px; color: #0b1220; }
.service-card p { color: #4b5563; margin: 0; }
.sc-icon { width: 64px; height: 64px; border-radius: 14px; background: #eaf1ff; display:flex; align-items:center; justify-content:center; }
.sc-icon-plain { background: transparent; width: 80px; height: 80px; border-radius: 0; }
.sc-img { max-width: 100%; max-height: 100%; height: auto; display: block; object-fit: contain; }
.service-card-dark { background: linear-gradient(135deg, #1d4ed8, #2563eb); color: #fff; border-color: transparent; }
.service-card-dark h3, .service-card-dark p { color: #fff; }
.service-card-dark p { color: rgba(255,255,255,.85); }
.sc-icon-light { background: rgba(255,255,255,.15); }

/* ========== Area ========== */
.area { padding: 80px 0; background: linear-gradient(180deg,#fbfdff,#f3f7ff); }
.area p { color:#4b5563; max-width: 760px; }
.area-banner { background: linear-gradient(135deg, #1d4ed8, #2563eb); border-radius: 14px; color: #fff; display: flex; align-items: center; gap: 14px; padding: 22px 24px; margin: 28px 0 16px; box-shadow: 0 14px 26px -16px rgba(29,78,216,.6); }
.ab-icon { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.12); display:flex; align-items:center; justify-content:center; flex: none; }
.ab-title { font-family:'Oswald',sans-serif; font-weight:700; font-size: 22px; letter-spacing: .5px; }
.ab-sub { color: rgba(255,255,255,.9); font-size: 14px; }
.zones { margin-top: 36px; background: #fff; border: 1px solid #e6ecf6; border-radius: 14px; padding: 26px; }
.zones-title { color: #6b7280; font-weight: 700; letter-spacing: 2px; font-size: 12px; display: flex; align-items: center; gap: 8px; margin: 0 0 18px; text-transform: uppercase; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: #22c55e; display: inline-block; }
.dot-green { background:#22c55e; }
.zones-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; }
.zones-list li { display: flex; align-items: center; gap: 8px; color: #1f2937; }
.zones-list li::before { content: ""; width: 16px; height: 16px; flex: none; background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d4ed8' stroke-width='3'><polyline points='5 12 10 17 19 7'/></svg>") center/contain no-repeat; }
.zones-foot { text-align: center; color: #9ca3af; margin: 20px 0 0; font-size: 14px; }

/* ========== Why ========== */
.why { padding: 80px 0; background: linear-gradient(180deg,#f7faff,#fff); }
.why-grid { margin-top: 36px; display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 760px){ .why-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px){ .why-grid { grid-template-columns: 1fr 1fr 1fr; } }
.why-card { background: #fff; border: 1px solid #e6ecf6; border-radius: 16px; padding: 26px; box-shadow: 0 1px 0 rgba(15,23,42,.02); }
.why-card h3 { font-size: 18px; color: #0b1220; margin: 16px 0 8px; }
.why-card p { color: #4b5563; margin: 0; }
.why-icon { width: 44px; height: 44px; border-radius: 12px; background: #eaf1ff; display:flex; align-items:center; justify-content:center; }

/* ========== CTA ========== */
.cta-band { background: linear-gradient(135deg, #1d4ed8, #2563eb); padding: 56px 0; color: #fff; }
.cta-inner { text-align: center; }
.cta-band h2 { font-family: 'Oswald', sans-serif; font-size: clamp(24px, 4vw, 36px); letter-spacing: .5px; margin: 0 0 8px; text-transform: uppercase; }
.cta-band p { color: rgba(255,255,255,.92); margin: 0 0 26px; }

/* ========== Book / Form ========== */
.book { padding: 80px 0; background: linear-gradient(180deg, #fbfdff, #f3f7ff); }
.book p { color: #4b5563; max-width: 760px; }
.contact-cards { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 28px 0; }
@media (min-width: 700px){ .contact-cards { grid-template-columns: repeat(3, 1fr); } }
.contact-card { background: #fff; border: 1px solid #e6ecf6; border-radius: 12px; padding: 16px; display: flex; gap: 12px; align-items: center; }
.cc-icon { width: 40px; height: 40px; border-radius: 10px; background: #eaf1ff; display:flex; align-items:center; justify-content:center; flex:none; }
.cc-lab { color: #6b7280; font-size: 11px; letter-spacing: 2px; font-weight: 700; }
.cc-val { color: #0b1220; font-weight: 600; }
.book-form { background: #fff; border: 1px solid #e6ecf6; border-radius: 14px; padding: 22px; display: grid; gap: 16px; margin-top: 10px; }
.book-form label { display: flex; flex-direction: column; gap: 8px; color: #6b7280; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; }
.book-form input, .book-form select, .book-form textarea { font: inherit; color: #0b1220; padding: 12px 14px; border: 1px solid #e5e7eb; border-radius: 10px; background: #fff; outline: none; transition: border-color .15s; }
.book-form input:focus, .book-form select:focus, .book-form textarea:focus { border-color: #1d4ed8; box-shadow: 0 0 0 3px rgba(29,78,216,.15); }
.book-form textarea { resize: vertical; }

/* ========== Footer ========== */
.site-footer { background: #0b1220; color: #cbd5e1; padding: 56px 0 28px; }
.footer-top { display: grid; gap: 32px; grid-template-columns: 1fr; }
@media (min-width: 760px){ .footer-top { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; } }
.footer-brand p { color: #94a3b8; margin: 14px 0 14px; }
.footer-logo { display: inline-flex; align-items: center; gap: 8px; background: #fff; padding: 10px 14px; border-radius: 8px; }
.footer-logo-img { height: 36px; width: auto; display: block; }
.footer-status { color: #94a3b8; font-size: 13px; display: inline-flex; align-items: center; gap: 8px; }
.site-footer h4 { color: #fff; font-size: 13px; letter-spacing: 2px; margin: 0 0 14px; }
.footer-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-list a, .footer-list li { color: #cbd5e1; }
.footer-list a:hover { color: #fff; }
.footer-block { margin-bottom: 14px; }
.fb-lab { color: #94a3b8; font-size: 11px; letter-spacing: 2px; }
.fb-val { color: #fff; font-weight: 600; }
.footer-rule { border: 0; border-top: 1px solid #1f2a3a; margin: 30px 0 18px; }
.footer-legal { color: #94a3b8; text-align: center; font-size: 13px; line-height: 1.7; margin: 0; }

/* ========== Chat FAB ========== */
.chat-fab { position: fixed; right: 18px; bottom: 18px; z-index: 100; background: #0b1220; color: #fff; border: 0; border-radius: 999px; padding: 10px 16px; font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 8px 18px -6px rgba(0,0,0,.5); cursor: pointer; }
.chat-fab:hover { background: #111a2c; }
