:root {
  --blue: #047bd5;
  --blue-dark: #06599e;
  --blue-deep: #073f72;
  --orange: #ff8500;
  --orange-dark: #e86d00;
  --ink: #102236;
  --muted: #617184;
  --soft: #f4f8fc;
  --white: #fff;
  --border: #dbe6ef;
  --shadow: 0 20px 55px rgba(7, 63, 114, .13);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #fff; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 100px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; background: #fff; padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(7,63,114,.08); transition: .3s ease; }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(7, 63, 114, .10); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 260px; height: 66px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .95rem; font-weight: 700; color: #2c4053; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 12px 0; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 6px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--blue), var(--orange)); transition: .25s ease; }
.main-nav > a:hover::after { right: 0; }
.nav-cta { color: #fff; padding: 12px 20px; border-radius: 999px; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); box-shadow: 0 10px 26px rgba(4,123,213,.25); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--soft); padding: 11px; }
.nav-toggle span { display: block; height: 2px; background: var(--blue-deep); margin: 5px 0; transition: .25s ease; }

.hero { position: relative; min-height: 820px; padding: 175px 0 115px; overflow: hidden; background: radial-gradient(circle at 78% 28%, rgba(255,133,0,.18), transparent 28%), radial-gradient(circle at 15% 20%, rgba(4,123,213,.17), transparent 25%), linear-gradient(145deg, #eef8ff 0%, #fff 52%, #fff5ea 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(4,123,213,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(4,123,213,.06) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 78%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 55px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 3px; border-radius: 4px; background: linear-gradient(90deg, var(--blue), var(--orange)); }
.eyebrow.light { color: #d8ecff; }
.eyebrow.light::before { background: var(--orange); }
.hero h1 { margin: 20px 0 22px; font-size: clamp(3.1rem, 6.3vw, 5.7rem); line-height: .98; letter-spacing: -.06em; max-width: 760px; }
.hero h1 span { color: transparent; background: linear-gradient(95deg, var(--blue), var(--blue-dark) 45%, var(--orange)); -webkit-background-clip: text; background-clip: text; }
.hero-copy > p { max-width: 620px; margin: 0 0 32px; font-size: 1.08rem; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 14px; padding: 0 24px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); box-shadow: 0 14px 28px rgba(255,133,0,.25); }
.btn-secondary { color: var(--blue-deep); background: rgba(255,255,255,.9); border: 1px solid rgba(4,123,213,.2); box-shadow: 0 12px 28px rgba(7,63,114,.08); }
.hero-trust { margin-top: 38px; display: flex; gap: 28px; flex-wrap: wrap; }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust strong { font-size: 1.04rem; color: var(--blue-deep); }
.hero-trust span { color: var(--muted); font-size: .84rem; }

.hero-visual { position: relative; min-height: 470px; }
.travel-card { position: absolute; border-radius: 26px; color: #fff; background: linear-gradient(145deg, #068bdc, #03599e 64%, #063d6a); box-shadow: 0 34px 70px rgba(4,83,148,.30); }
.main-card { width: min(100%, 510px); top: 50px; right: 0; padding: 30px; transform: rotate(-2deg); }
.main-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at 75% 18%, rgba(255,255,255,.24), transparent 25%), linear-gradient(120deg, transparent 62%, rgba(255,133,0,.22)); pointer-events: none; }
.card-top, .card-bottom, .route-line { position: relative; z-index: 1; }
.card-top { display: flex; justify-content: space-between; font-weight: 900; letter-spacing: .12em; font-size: .72rem; }
.status-dot { color: #b8efff; }
.route-line { margin: 52px 0 48px; display: grid; grid-template-columns: 1fr 1.35fr 1fr; align-items: end; gap: 12px; }
.city { display: flex; flex-direction: column; }
.city.right { text-align: right; }
.city small { opacity: .7; font-size: .68rem; letter-spacing: .12em; }
.city strong { font-size: 1.55rem; line-height: 1.1; }
.city span { font-size: .72rem; opacity: .8; }
.plane-route { display: flex; align-items: center; }
.plane-route .line { height: 1px; flex: 1; background: rgba(255,255,255,.65); }
.plane-route svg { width: 46px; fill: var(--orange); filter: drop-shadow(0 6px 10px rgba(0,0,0,.2)); transform: rotate(8deg); }
.card-bottom { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.24); padding-top: 19px; gap: 10px; }
.card-bottom div { display: flex; flex-direction: column; }
.card-bottom small { opacity: .65; font-size: .62rem; letter-spacing: .09em; }
.card-bottom strong { font-size: .8rem; }
.mini-card { position: absolute; z-index: 3; display: grid; grid-template-columns: auto 1fr; gap: 0 11px; align-items: center; min-width: 210px; padding: 15px 18px; border-radius: 17px; background: rgba(255,255,255,.94); box-shadow: 0 18px 40px rgba(7,63,114,.16); border: 1px solid rgba(4,123,213,.12); }
.mini-card span { grid-row: 1/3; display: grid; place-items: center; width: 42px; height: 42px; color: #fff; font-size: 1.25rem; border-radius: 13px; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); }
.mini-card strong { font-size: .88rem; line-height: 1.2; }
.mini-card small { color: var(--muted); font-size: .7rem; }
.mini-card-one { left: -18px; top: 18px; transform: rotate(3deg); }
.mini-card-two { right: -10px; bottom: 25px; transform: rotate(2deg); }
.passport-shape { position: absolute; left: 35px; bottom: 5px; width: 142px; height: 185px; padding: 24px 18px; color: #fff; border-radius: 12px 22px 22px 12px; background: linear-gradient(150deg, #ff9f32, #e96d00); box-shadow: 0 24px 50px rgba(232,109,0,.25); transform: rotate(-10deg); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.passport-shape::before { content: "✈"; font-size: 2.2rem; margin-bottom: 13px; }
.passport-shape span { font-size: .7rem; letter-spacing: .15em; }
.passport-shape strong { font-size: 1.05rem; }
.passport-shape small { opacity: .75; font-size: .6rem; margin-top: 8px; }
.hero-orbit { position: absolute; border: 1px dashed rgba(4,123,213,.22); border-radius: 50%; }
.orbit-one { width: 540px; height: 540px; right: -170px; top: 90px; }
.orbit-two { width: 260px; height: 260px; left: -90px; bottom: 70px; }
.hero-wave { position: absolute; left: 0; right: 0; bottom: -2px; height: 112px; }
.hero-wave svg { width: 100%; height: 100%; }
.hero-wave path { fill: #fff; }

.section-heading { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2, .about-copy h2, .contact-copy h2 { margin: 16px 0; font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: 1.08; letter-spacing: -.04em; }
.section-heading p { margin: 0 auto; color: var(--muted); font-size: 1.02rem; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 250px; padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 36px rgba(7,63,114,.06); transition: .3s ease; overflow: hidden; }
.service-card::before { content: ""; position: absolute; inset: auto -35px -50px auto; width: 120px; height: 120px; border-radius: 50%; background: rgba(4,123,213,.05); transition: .3s ease; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(4,123,213,.32); box-shadow: var(--shadow); }
.service-card:hover::before { transform: scale(1.6); background: rgba(255,133,0,.07); }
.service-card.featured { background: linear-gradient(145deg, #fff9f1, #fff); border-color: rgba(255,133,0,.34); }
.popular-tag { position: absolute; top: 18px; right: 18px; padding: 5px 9px; border-radius: 999px; color: #fff; background: var(--orange); font-size: .58rem; font-weight: 900; letter-spacing: .1em; }
.icon-box { width: 58px; height: 58px; margin-bottom: 22px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(145deg, #eaf7ff, #f7fbff); color: var(--blue); }
.icon-box svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { position: relative; z-index: 1; margin: 0 0 10px; font-size: 1.08rem; line-height: 1.3; }
.service-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: .9rem; }
.service-contact { grid-column: span 1; color: #fff; background: linear-gradient(145deg, var(--blue-deep), var(--blue)); border: 0; display: flex; flex-direction: column; justify-content: space-between; }
.service-contact p { color: rgba(255,255,255,.74); }
.small-label { font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; color: #b8e5ff; }
.text-link { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; margin-top: 20px; font-weight: 900; color: #fff; }
.text-link span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--orange); }

.about { background: var(--soft); overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
.about-visual { position: relative; min-height: 520px; }
.globe-card { position: absolute; inset: 20px 20px 20px 0; display: grid; place-items: center; border-radius: 34px; background: linear-gradient(145deg, #0b87da, #043f72); box-shadow: var(--shadow); overflow: hidden; }
.globe-card::before, .globe-card::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.globe-card::before { width: 560px; height: 560px; }
.globe-card::after { width: 390px; height: 390px; }
.globe { position: relative; width: 280px; height: 280px; z-index: 2; }
.globe svg { width: 100%; height: 100%; fill: none; stroke: rgba(255,255,255,.68); stroke-width: 1.4; }
.pin { position: absolute; z-index: 4; width: 15px; height: 15px; border: 4px solid #fff; border-radius: 50% 50% 50% 0; background: var(--orange); transform: rotate(-45deg); box-shadow: 0 4px 14px rgba(0,0,0,.2); }
.pin-one { top: 28%; left: 35%; }.pin-two { top: 50%; right: 28%; }.pin-three { bottom: 25%; left: 43%; }
.flight-path { position: absolute; z-index: 3; border-top: 2px dashed rgba(255,255,255,.65); border-radius: 50%; }
.path-one { width: 245px; height: 120px; top: 34%; left: 25%; transform: rotate(12deg); }
.path-two { width: 190px; height: 100px; top: 47%; left: 36%; transform: rotate(-28deg); }
.experience-badge { position: absolute; z-index: 5; left: -16px; bottom: -5px; padding: 22px 28px; border-radius: 20px; color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); box-shadow: 0 18px 40px rgba(232,109,0,.3); display: flex; flex-direction: column; }
.experience-badge strong { font-size: 1.25rem; }
.experience-badge span { font-size: .8rem; opacity: .9; }
.about-copy p { color: var(--muted); }
.feature-list { margin: 30px 0 34px; display: grid; gap: 18px; }
.feature-list > div { display: flex; gap: 14px; align-items: flex-start; }
.feature-list > div > span { flex: 0 0 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--blue); font-weight: 900; }
.feature-list div div { display: flex; flex-direction: column; }
.feature-list small { color: var(--muted); }

.process { background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: process; }
.process-step { position: relative; padding: 34px; border-radius: 22px; background: linear-gradient(145deg, #f7fbff, #fff); border: 1px solid var(--border); overflow: hidden; }
.process-step::after { content: ""; position: absolute; width: 110px; height: 110px; right: -35px; bottom: -40px; border: 18px solid rgba(4,123,213,.045); border-radius: 50%; }
.step-no { display: inline-block; margin-bottom: 25px; color: var(--orange); font-size: 2.7rem; line-height: 1; font-weight: 900; letter-spacing: -.06em; }
.process-step h3 { margin: 0 0 10px; }
.process-step p { margin: 0; color: var(--muted); }



/* Google Business Profile, map and reviews */
.reviews { background: linear-gradient(180deg, #fff, #f7fbff); }
.google-business-grid {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 28px;
  align-items: stretch;
}
.google-map-card,
.google-business-card {
  border: 1px solid var(--border);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(5,63,114,.09);
  overflow: hidden;
}
.google-map-card { min-height: 470px; }
.google-map-card iframe { display: block; width: 100%; height: 100%; min-height: 470px; border: 0; }
.google-business-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  background:
    radial-gradient(circle at 100% 0, rgba(255,133,0,.13), transparent 31%),
    linear-gradient(145deg, #f7fbff, #fff 65%);
}
.google-business-card::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -65px;
  width: 170px;
  height: 170px;
  border: 26px solid rgba(4,123,213,.045);
  border-radius: 50%;
  pointer-events: none;
}
.google-review-brand { position: relative; z-index: 1; display: flex; align-items: center; gap: 16px; min-width: 0; }
.google-review-brand > div { display: flex; flex-direction: column; min-width: 0; }
.google-review-brand strong { font-size: 1.12rem; line-height: 1.3; }
.google-review-brand span { color: var(--muted); font-size: .82rem; }
.google-mark,
.floating-google-mark {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #4285f4;
  background: #fff;
  border: 1px solid #e3e8ef;
  font-family: Arial, sans-serif;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
}
.google-mark { width: 58px; height: 58px; border-radius: 16px; font-size: 1.75rem; }
.google-business-card h3 { position: relative; z-index: 1; margin: 28px 0 12px; font-size: clamp(1.75rem, 3vw, 2.35rem); line-height: 1.12; letter-spacing: -.035em; }
.google-business-card > p { position: relative; z-index: 1; margin: 0; color: var(--muted); }
.google-review-points { position: relative; z-index: 1; display: grid; gap: 9px; margin: 24px 0 28px; color: var(--blue-deep); font-size: .9rem; font-weight: 800; }
.google-review-points span::first-letter { color: var(--orange); }
.google-review-button { position: relative; z-index: 1; width: fit-content; white-space: nowrap; }
.google-review-button span { margin-left: 5px; font-size: 1rem; }
.google-review-note { position: relative; z-index: 1; display: block; margin-top: 10px; color: var(--muted); font-size: .72rem; }
.floating-google-review {
  position: fixed;
  z-index: 89;
  left: 22px;
  bottom: 22px;
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px 7px 7px;
  border: 1px solid #e1e7ef;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 15px 32px rgba(5,63,114,.16);
  font-size: .82rem;
  font-weight: 850;
  transition: .25s ease;
}
.floating-google-review:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(5,63,114,.22); }
.floating-google-mark { width: 40px; height: 40px; border-radius: 50%; font-size: 1.2rem; box-shadow: none; }

/* SEO-friendly visible FAQ content */
.faq { background: linear-gradient(180deg, #f7fbff, #fff); }
.faq-wrap { max-width: 960px; }
.faq-list { display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--border); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(5,63,114,.06); overflow: hidden; }
.faq-item summary { position: relative; padding: 22px 58px 22px 24px; cursor: pointer; list-style: none; color: var(--ink); font-weight: 850; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 24px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-size: 1.2rem; line-height: 1; transition: transform .2s ease, background .2s ease; }
.faq-item[open] summary::after { content: "−"; background: var(--orange); }
.faq-item p { margin: 0; padding: 0 24px 22px; color: var(--muted); }
.faq-item p a { color: var(--blue-deep); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.contact { color: #fff; background: linear-gradient(130deg, #053f72, #047bd5 66%, #0a8adf); position: relative; overflow: hidden; }
.contact::before { content: ""; position: absolute; width: 560px; height: 560px; right: -170px; top: -190px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.03), 0 0 0 160px rgba(255,255,255,.025); }
.contact-wrap { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: center; }
.contact-copy p { color: rgba(255,255,255,.75); max-width: 520px; }
.contact-lines { margin-top: 34px; display: grid; gap: 14px; }
.contact-lines a { display: flex; gap: 14px; align-items: center; width: fit-content; }
.contact-lines a > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.12); }
.contact-lines div { display: flex; flex-direction: column; }
.contact-lines small { color: rgba(255,255,255,.62); }
.contact-lines strong { font-size: 1.04rem; }
.contact-form { padding: 34px; color: var(--ink); border-radius: 26px; background: #fff; box-shadow: 0 28px 64px rgba(0,0,0,.19); }
.contact-form label { display: grid; gap: 7px; margin-bottom: 17px; font-size: .82rem; font-weight: 800; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--border); border-radius: 12px; padding: 13px 14px; color: var(--ink); background: #fafdff; outline: none; transition: border-color .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(4,123,213,.1); }
.contact-form textarea { resize: vertical; }
.btn-submit { width: 100%; }
.form-note { margin: 10px 0 0; text-align: center; font-size: .72rem; color: var(--muted); }

.site-footer { background: #fff; }
.footer-top { min-height: 150px; padding: 28px 0; display: flex; align-items: center; gap: 42px; }
.footer-brand { width: 230px; height: 74px; overflow: hidden; flex: 0 0 auto; }
.footer-brand img { width: 100%; height: 100%; object-fit: contain; }
.footer-top > p { margin: 0; max-width: 370px; color: var(--muted); }
.footer-links { margin-left: auto; display: flex; gap: 24px; font-weight: 800; }
.footer-bottom { border-top: 1px solid var(--border); background: #f9fbfd; }
.footer-bottom .container { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-bottom p { margin: 0; color: var(--muted); font-size: .8rem; }
 .footer-bottom strong { color: var(--blue-deep); }
.powered-by { font-weight: 600; letter-spacing: .01em; }
.powered-by a { color: var(--orange); font-weight: 900; text-decoration: none; border-bottom: 1px solid transparent; transition: color .2s ease, border-color .2s ease; }
.powered-by a:hover, .powered-by a:focus-visible { color: var(--blue); border-bottom-color: currentColor; }
.floating-whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; box-shadow: 0 15px 32px rgba(37,211,102,.35); transition: .25s ease; }
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.03); }
.floating-whatsapp svg { width: 31px; fill: #fff; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 155px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { min-height: 520px; width: min(100%, 690px); margin: 0 auto; }
  .main-card { right: 40px; }
  .mini-card-one { left: 10px; }
  .about-grid { gap: 50px; }
  .contact-wrap { gap: 45px; }
  .google-business-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 78px; display: grid; gap: 0; padding: 12px; border: 1px solid var(--border); border-radius: 18px; background: #fff; box-shadow: var(--shadow); transform: translateY(-18px); opacity: 0; visibility: hidden; transition: .25s ease; }
  .main-nav.open { transform: none; opacity: 1; visibility: visible; }
  .main-nav a { padding: 13px 14px !important; border-radius: 10px; }
  .main-nav a:hover { background: var(--soft); }
  .nav-cta { margin-top: 6px; text-align: center; }
  .brand { width: 220px; }
  .nav-wrap { min-height: 78px; }
  .section { padding: 80px 0; }
  .about-grid, .contact-wrap { grid-template-columns: 1fr; }
  .google-map-card, .google-map-card iframe { min-height: 410px; }
  .about-copy { order: -1; }
  .about-visual { min-height: 470px; }
  .process-grid { grid-template-columns: 1fr; }
  .contact-copy { max-width: 650px; }
  .footer-top { flex-wrap: wrap; }
  .footer-links { margin-left: 0; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand { width: 185px; height: 58px; }
  .hero { min-height: auto; padding: 135px 0 90px; }
  .hero h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .hero-copy > p { font-size: .98rem; }
  .hero-trust { gap: 18px; }
  .hero-visual { min-height: 430px; transform: scale(.9); transform-origin: top center; margin-bottom: -45px; }
  .main-card { top: 70px; right: 0; padding: 22px; }
  .mini-card-one { left: -22px; top: 15px; }
  .mini-card-two { right: -18px; bottom: 10px; }
  .passport-shape { left: -5px; width: 120px; height: 156px; }
  .route-line { margin: 38px 0 36px; }
  .city strong { font-size: 1.15rem; }
  .card-bottom { grid-template-columns: 1fr 1fr; }
  .card-bottom > div:last-child { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .about-visual { min-height: 400px; }
  .globe-card { inset: 0; }
  .globe { width: 230px; height: 230px; }
  .experience-badge { left: 10px; bottom: -16px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px; }
  .google-map-card, .google-business-card { border-radius: 22px; }
  .google-map-card, .google-map-card iframe { min-height: 340px; }
  .google-business-card { padding: 28px 22px; }
  .google-review-button { width: 100%; white-space: normal; text-align: center; }
  .floating-google-review { width: 54px; height: 54px; min-height: 54px; padding: 7px; justify-content: center; }
  .floating-review-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  .footer-top { display: grid; gap: 16px; }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom .container { padding: 18px 0; flex-direction: column; align-items: flex-start; }
}

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


/* Local SEO, internal-link and service-page enhancements */
.service-card h3 a { color: inherit; }
.card-link { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; color: var(--blue-deep); font-size: .82rem; font-weight: 900; }
.card-link span { color: var(--orange); transition: transform .2s ease; }
.card-link:hover span { transform: translateX(4px); }
.local-seo { background: linear-gradient(135deg, #f7fbff, #fff7ed); }
.local-seo-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.local-seo-copy h2 { margin: 16px 0; font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: 1.08; letter-spacing: -.04em; }
.local-seo-copy p { color: var(--muted); }
.local-seo-copy address, .review-address, .footer-company address { font-style: normal; color: var(--muted); }
.local-seo-copy address { margin: 24px 0; padding: 18px 20px; border-left: 4px solid var(--orange); border-radius: 0 14px 14px 0; background: #fff; box-shadow: 0 12px 30px rgba(7,63,114,.07); }
.local-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.local-service-list { display: grid; gap: 14px; }
.local-service-list a { display: flex; flex-direction: column; padding: 20px 22px; border: 1px solid var(--border); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(7,63,114,.06); transition: .25s ease; }
.local-service-list a:hover { transform: translateY(-4px); border-color: rgba(4,123,213,.35); box-shadow: var(--shadow); }
.local-service-list span { color: var(--muted); font-size: .86rem; }
.review-address { position: relative; z-index: 1; margin: 0 0 18px; padding: 12px 14px; border-radius: 12px; background: rgba(4,123,213,.06); font-size: .85rem; }
.review-actions { position: relative; z-index: 1; margin-top: 16px; }
.review-actions a { color: var(--blue-deep); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.footer-seo-grid { min-height: unset; padding: 44px 0; display: grid; grid-template-columns: 1.55fr .8fr .8fr; align-items: start; gap: 48px; }
.footer-company .footer-brand { display: block; margin-bottom: 12px; }
.footer-company p { max-width: 520px; }
.footer-company address { margin-top: 15px; font-size: .86rem; }
.footer-company address a { color: var(--blue-deep); font-weight: 800; }
.footer-column { display: grid; gap: 9px; }
.footer-column > strong { margin-bottom: 7px; color: var(--blue-deep); }
.footer-column a { color: var(--muted); font-size: .88rem; }
.footer-column a:hover { color: var(--orange); }

.service-page-main { padding-top: 86px; }
.service-page-hero { padding: 100px 0 82px; background: radial-gradient(circle at 82% 15%, rgba(255,133,0,.18), transparent 30%), linear-gradient(145deg, #eaf7ff, #fff 58%, #fff6eb); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: var(--muted); font-size: .82rem; }
.breadcrumbs a { color: var(--blue-deep); font-weight: 800; }
.service-page-hero h1 { max-width: 900px; margin: 18px 0; font-size: clamp(2.7rem, 6vw, 5rem); line-height: 1; letter-spacing: -.055em; }
.service-page-hero p { max-width: 760px; margin: 0 0 28px; color: var(--muted); font-size: 1.08rem; }
.service-page-grid { display: grid; grid-template-columns: 1fr 340px; gap: 56px; align-items: start; }
.content-prose h2 { margin: 42px 0 14px; font-size: clamp(1.75rem, 3vw, 2.45rem); line-height: 1.15; letter-spacing: -.035em; }
.content-prose h2:first-child { margin-top: 0; }
.content-prose h3 { margin: 28px 0 9px; }
.content-prose p, .content-prose li { color: var(--muted); }
.content-prose ul, .content-prose ol { padding-left: 22px; }
.content-prose li { margin: 8px 0; }
.service-sidebar { position: sticky; top: 112px; display: grid; gap: 18px; }
.sidebar-card { padding: 26px; border: 1px solid var(--border); border-radius: 22px; background: #fff; box-shadow: 0 15px 38px rgba(7,63,114,.08); }
.sidebar-card.highlight { color: #fff; border: 0; background: linear-gradient(145deg, var(--blue-deep), var(--blue)); }
.sidebar-card h2, .sidebar-card h3 { margin: 0 0 12px; }
.sidebar-card p { margin: 0 0 18px; color: var(--muted); }
.sidebar-card.highlight p { color: rgba(255,255,255,.75); }
.sidebar-links { display: grid; gap: 8px; }
.sidebar-links a { padding: 10px 12px; border-radius: 10px; color: var(--blue-deep); background: var(--soft); font-size: .84rem; font-weight: 800; }
.service-cta { margin-top: 48px; padding: 34px; border-radius: 26px; color: #fff; background: linear-gradient(135deg, #073f72, #047bd5); }
.service-cta p { color: rgba(255,255,255,.75); }
.service-cta .btn { margin-top: 8px; }
.legal-page { padding: 150px 0 90px; }
.legal-page .content-prose { max-width: 850px; }
.legal-page h1 { font-size: clamp(2.6rem, 5vw, 4.3rem); line-height: 1; letter-spacing: -.05em; }
.legal-meta { color: var(--muted); }
.not-found { min-height: 70vh; display: grid; place-items: center; padding: 150px 0 80px; text-align: center; }
.not-found h1 { margin: 0; color: var(--orange); font-size: clamp(5rem, 16vw, 11rem); line-height: .9; }
.not-found h2 { margin: 15px 0 8px; font-size: 2rem; }
.not-found p { color: var(--muted); }

@media (max-width: 900px) {
  .local-seo-grid, .service-page-grid, .footer-seo-grid { grid-template-columns: 1fr; }
  .service-sidebar { position: static; }
  .footer-seo-grid { gap: 30px; }
}
