:root {
  --navy: #083452;
  --navy-deep: #05253b;
  --blue: #087fbd;
  --cyan: #16c4d4;
  --aqua: #dff8f8;
  --ice: #f2fbfd;
  --white: #ffffff;
  --ink: #14364b;
  --muted: #607887;
  --line: #dbeaf0;
  --shadow: 0 18px 60px rgba(8, 52, 82, 0.13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: #fff; padding: .7rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.site-header { height: 88px; display: flex; align-items: center; background: rgba(255,255,255,.96); position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(219,234,240,.8); backdrop-filter: blur(16px); }
.nav-wrap { width: min(1240px, calc(100% - 40px)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: block; flex: 0 0 auto; }
.brand img { width: 210px; height: 68px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.5vw, 2.6rem); margin-left: auto; }
.main-nav a { font-weight: 600; font-size: .91rem; color: #315469; position: relative; }
.main-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -7px; background: var(--cyan); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-call { min-height: 46px; display: inline-flex; align-items: center; gap: .65rem; padding: .6rem 1rem; color: var(--white); background: var(--navy); border-radius: 100px; font-weight: 700; font-size: .9rem; }
.header-call svg { width: 18px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--ice); padding: 12px; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 4px 0; transition: .25s; }

.hero { min-height: calc(100vh - 88px); max-height: 890px; display: grid; grid-template-columns: minmax(0, .94fr) minmax(430px, 1.06fr); overflow: hidden; background: linear-gradient(135deg, #f5fdff 0%, #eaf9fb 70%); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 7vw, 7rem) clamp(2rem, 6vw, 7.5rem); padding-right: clamp(2rem, 4vw, 5rem); position: relative; z-index: 2; }
.eyebrow, .kicker { color: var(--blue); text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin-bottom: 1.4rem; }
.eyebrow span { width: 32px; height: 2px; background: var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1 { color: var(--navy-deep); font-size: clamp(2.9rem, 5.2vw, 5.6rem); line-height: .99; letter-spacing: -.055em; margin-bottom: 1.65rem; font-weight: 800; }
h1 em { font-family: "Playfair Display", Georgia, serif; font-weight: 600; color: var(--blue); }
.hero-copy > p { max-width: 620px; color: var(--muted); font-size: clamp(1rem, 1.2vw, 1.15rem); margin-bottom: 2rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .9rem; }
.button { min-height: 54px; padding: .85rem 1.35rem; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; font-weight: 800; font-size: .92rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--blue), #00a9c7); box-shadow: 0 10px 30px rgba(8, 127, 189, .24); }
.button-primary:hover { box-shadow: 0 14px 34px rgba(8, 127, 189, .32); }
.button-primary svg { width: 21px; fill: currentColor; stroke: none; }
.button-light { color: var(--navy); background: var(--white); box-shadow: 0 8px 25px rgba(8, 52, 82, .09); }
.hero-notes { display: flex; gap: 1.3rem; flex-wrap: wrap; margin-top: 2.1rem; color: #55707f; font-size: .77rem; font-weight: 600; }
.hero-notes span { display: flex; align-items: center; gap: .4rem; }
.hero-notes svg { width: 16px; color: var(--cyan); stroke-width: 2.6; }
.hero-visual { position: relative; min-height: 640px; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(8,52,82,.08), transparent 30%), linear-gradient(0deg, rgba(5,37,59,.14), transparent 50%); }
.hero-visual::after { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; top: -90px; right: -70px; z-index: 1; box-shadow: 0 0 0 48px rgba(255,255,255,.08), 0 0 0 92px rgba(255,255,255,.05); }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-card { position: absolute; z-index: 3; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.7); display: flex; align-items: center; }
.hero-card strong, .hero-card small { display: block; }
.hero-card strong { color: var(--navy); font-size: .86rem; }
.hero-card small { color: var(--muted); font-size: .69rem; }
.hero-card-hours { left: -30px; top: 10%; border-radius: 16px; padding: .9rem 1.15rem; gap: .8rem; }
.pulse { width: 12px; height: 12px; background: #16c784; border-radius: 50%; box-shadow: 0 0 0 6px rgba(22,199,132,.16); }
.hero-card-area { left: 8%; bottom: 7%; border-radius: 18px; padding: 1rem 1.25rem; gap: .85rem; }
.hero-card-area svg { width: 28px; color: var(--cyan); }

.trust-strip { min-height: 124px; max-width: 1240px; margin: -1px auto 0; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; padding: 1.4rem 2rem; background: var(--white); }
.trust-strip div { text-align: center; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { color: var(--navy); font-size: 1rem; }
.trust-strip span { color: var(--muted); font-size: .74rem; margin-top: .1rem; }
.trust-strip i { width: 1px; height: 42px; background: var(--line); }

.section { padding: clamp(5rem, 8vw, 8rem) max(24px, calc((100vw - 1200px) / 2)); }
.services { background: #f8fcfd; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 4rem; margin-bottom: 3rem; }
.section-heading h2, .about h2, .emergency h2, .area-section h2, .contact h2 { color: var(--navy-deep); font-size: clamp(2.2rem, 3.5vw, 3.8rem); line-height: 1.08; letter-spacing: -.045em; margin: .65rem 0 0; }
.section-heading > p { max-width: 480px; color: var(--muted); margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { min-height: 305px; padding: 2rem; background: var(--white); border: 1px solid #e3eef2; border-radius: 18px; position: relative; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.service-icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--ice); color: var(--blue); margin-bottom: 2.4rem; }
.service-icon svg { width: 27px; }
.service-num { position: absolute; right: 1.5rem; top: 1.5rem; color: #9fb4bf; font-size: .68rem; letter-spacing: .12em; font-weight: 800; text-transform: uppercase; }
.service-card h3 { color: var(--navy); font-size: 1.1rem; margin-bottom: .55rem; }
.service-card p { color: var(--muted); font-size: .88rem; margin: 0; }
.service-card.featured { background: var(--navy); border-color: var(--navy); }
.service-card.featured h3 { color: var(--white); }
.service-card.featured p { color: #bcd1dd; }
.service-card.featured .service-icon { background: rgba(255,255,255,.1); color: var(--cyan); }
.service-card.featured .service-num { color: #65a1bd; }
.urgent-card { background: linear-gradient(145deg, #e9fbfb, #f8ffff); border-color: #cdeff0; }

.emergency { padding: clamp(4.5rem, 7vw, 7rem) max(24px, calc((100vw - 1200px) / 2)); background: linear-gradient(115deg, #047eb9 0%, #0697bd 52%, #12bfc9 100%); color: white; display: grid; grid-template-columns: 180px 1fr 290px; align-items: center; gap: clamp(2rem, 5vw, 5rem); position: relative; overflow: hidden; }
.emergency::after { content: ""; width: 450px; height: 450px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; position: absolute; right: -170px; top: -200px; box-shadow: 0 0 0 60px rgba(255,255,255,.045), 0 0 0 120px rgba(255,255,255,.025); }
.emergency-mark { width: 170px; height: 170px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 4.2rem; font-weight: 800; letter-spacing: -.07em; position: relative; }
.emergency-mark::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.emergency-mark span { font-size: 1.5rem; margin-left: .1rem; }
.kicker-light { color: #b9ffff; }
.emergency h2 { color: white; }
.emergency-copy p { max-width: 600px; color: #d6f6fa; margin: 1.2rem 0 0; }
.emergency-action { position: relative; z-index: 1; border-left: 1px solid rgba(255,255,255,.28); padding-left: 2rem; }
.emergency-action span, .emergency-action small { display: block; color: #c5eff3; font-size: .76rem; }
.emergency-action a { display: flex; align-items: center; gap: .6rem; font-size: clamp(1.45rem, 2.2vw, 2rem); font-weight: 800; margin: .4rem 0; }
.emergency-action svg { width: 26px; transition: transform .2s; }
.emergency-action a:hover svg { transform: translateX(5px); }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; }
.about-visual { min-height: 480px; position: relative; display: grid; place-items: center; background: radial-gradient(circle at center, #e0f9fa 0 37%, transparent 38%), repeating-radial-gradient(circle at center, transparent 0 72px, rgba(22,196,212,.13) 73px 74px); }
.about-circle { width: 265px; height: 265px; background: var(--navy); color: white; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 20px 50px rgba(8,52,82,.2); transform: rotate(-4deg); }
.about-circle strong { font-size: 1.9rem; line-height: 1; }
.about-circle em { font-family: "Playfair Display", serif; color: var(--cyan); font-size: 1.6rem; }
.spark { position: absolute; color: var(--cyan); font-size: 2.2rem; }
.spark-one { top: 18%; left: 22%; }
.spark-two { right: 18%; bottom: 20%; font-size: 1.5rem; }
.about-copy > p { color: var(--muted); max-width: 600px; }
.about-copy h2 { margin-bottom: 1.5rem; }
.text-link { color: var(--blue); font-weight: 800; display: inline-flex; gap: .7rem; align-items: center; border-bottom: 1px solid #bce7ed; padding-bottom: .2rem; }
.text-link span { font-size: 1.4rem; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.steps-section { padding: clamp(4.5rem, 7vw, 7rem) max(24px, calc((100vw - 1200px) / 2)); background: var(--ice); }
.section-heading.compact { margin-bottom: 2.5rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #cfe7ec; border: 1px solid #cfe7ec; border-radius: 20px; overflow: hidden; }
.steps article { background: white; padding: 2.3rem; }
.steps article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--aqua); color: var(--blue); font-weight: 800; font-size: .78rem; margin-bottom: 1.5rem; }
.steps h3 { color: var(--navy); margin-bottom: .45rem; font-size: 1rem; }
.steps p { color: var(--muted); margin: 0; font-size: .86rem; }

.area-section { min-height: 500px; display: grid; grid-template-columns: 1fr 1fr; color: white; background: var(--navy-deep); overflow: hidden; }
.area-copy { padding: clamp(4rem, 8vw, 7.5rem) max(24px, calc((100vw - 1200px) / 2)); padding-right: 3rem; }
.area-section h2 { color: white; margin-bottom: 1.4rem; }
.area-copy p { color: #bcd1dd; max-width: 520px; }
.area-map { position: relative; min-height: 430px; display: grid; place-items: center; background: radial-gradient(circle at center, rgba(22,196,212,.18), transparent 58%), linear-gradient(135deg, rgba(255,255,255,.02), rgba(22,196,212,.06)); }
.area-map::before, .area-map::after { content: ""; position: absolute; background: rgba(255,255,255,.06); }
.area-map::before { width: 1px; height: 100%; left: 50%; }
.area-map::after { height: 1px; width: 100%; top: 50%; }
.map-ring { position: absolute; border: 1px solid rgba(22,196,212,.26); border-radius: 50%; }
.ring-one { width: 240px; height: 240px; }
.ring-two { width: 400px; height: 400px; }
.map-pin { width: 66px; height: 66px; display: grid; place-items: center; background: var(--cyan); border: 8px solid rgba(255,255,255,.17); border-radius: 50% 50% 50% 8px; transform: rotate(-45deg); z-index: 2; box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.map-pin i { width: 15px; height: 15px; border-radius: 50%; background: white; }
.area-map div { position: absolute; top: calc(50% + 75px); text-align: center; z-index: 2; }
.area-map strong, .area-map span { display: block; }
.area-map strong { font-size: 1rem; }
.area-map span { color: #86a9b9; font-size: .75rem; }

.contact { padding: clamp(5rem, 9vw, 8rem) 24px; background: #f7fcfd; text-align: center; }
.contact-inner { max-width: 850px; margin: auto; }
.contact h2 { margin: .8rem 0 1.2rem; }
.contact-inner > p { color: var(--muted); }
.contact-actions { margin-top: 2rem; display: flex; align-items: center; justify-content: center; gap: 1.8rem; flex-wrap: wrap; }
.phone-link { text-align: left; padding-left: 1.8rem; border-left: 1px solid var(--line); }
.phone-link span, .phone-link strong { display: block; }
.phone-link span { color: var(--muted); font-size: .7rem; }
.phone-link strong { color: var(--navy); font-size: 1.1rem; }

footer { background: white; padding: 4rem max(24px, calc((100vw - 1200px) / 2)) 1.5rem; }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 4rem; padding-bottom: 3rem; }
.footer-brand img { width: 220px; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; gap: .45rem; color: var(--muted); font-size: .82rem; }
.footer-main > div > span { color: var(--navy); font-weight: 800; margin-bottom: .35rem; }
.footer-main p { margin: 0; }
.footer-main a:hover { color: var(--blue); }
.footer-bottom { padding-top: 1.3rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 1rem; color: #8396a0; font-size: .72rem; }
.footer-bottom p { margin: 0; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; width: 58px; height: 58px; display: none; place-items: center; border-radius: 50%; background: #20bf6b; color: white; box-shadow: 0 10px 30px rgba(0,0,0,.2); z-index: 40; }
.floating-whatsapp svg { width: 29px; fill: currentColor; stroke: none; }

@media (max-width: 1050px) {
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 88px; background: white; padding: 1.4rem 24px 1.8rem; flex-direction: column; align-items: flex-start; box-shadow: 0 15px 30px rgba(8,52,82,.12); }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; margin-left: auto; }
  .header-call { margin-left: 0; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 2.5rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .emergency { grid-template-columns: 135px 1fr; }
  .emergency-mark { width: 130px; height: 130px; font-size: 3.2rem; }
  .emergency-action { grid-column: 2; border-left: 0; border-top: 1px solid rgba(255,255,255,.28); padding: 1.5rem 0 0; }
}

@media (max-width: 760px) {
  .site-header { height: 76px; }
  .nav-wrap { width: calc(100% - 28px); gap: .7rem; }
  .brand img { width: 155px; height: 58px; }
  .header-call { width: 46px; height: 46px; padding: 0; justify-content: center; }
  .header-call span { display: none; }
  .main-nav { top: 76px; }
  .hero { min-height: auto; max-height: none; display: flex; flex-direction: column; }
  .hero-copy { padding: 4rem 22px 3rem; }
  h1 { font-size: clamp(2.65rem, 13vw, 4.2rem); }
  .hero-copy > p { font-size: .98rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1 1 170px; }
  .hero-notes { gap: .65rem; flex-direction: column; }
  .hero-visual { min-height: 480px; }
  .hero-card-hours { left: 18px; top: 22px; }
  .hero-card-area { left: 18px; right: 18px; bottom: 18px; }
  .trust-strip { grid-template-columns: 1fr 1fr; gap: 1.5rem 1rem; padding: 2rem 20px; }
  .trust-strip i { display: none; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1.2rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 265px; }
  .emergency { grid-template-columns: 1fr; text-align: center; }
  .emergency-mark { margin: auto; }
  .emergency-copy p { margin-left: auto; margin-right: auto; }
  .emergency-action { grid-column: 1; padding-left: 0; }
  .emergency-action a { justify-content: center; }
  .about { grid-template-columns: 1fr; }
  .about-visual { min-height: 360px; order: 2; }
  .about-copy { order: 1; }
  .about-circle { width: 220px; height: 220px; }
  .steps { grid-template-columns: 1fr; }
  .area-section { grid-template-columns: 1fr; }
  .area-copy { padding: 4.5rem 24px 2rem; text-align: center; }
  .area-copy p { margin-left: auto; margin-right: auto; }
  .area-map { min-height: 350px; }
  .ring-two { width: 310px; height: 310px; }
  .phone-link { width: 100%; border-left: 0; padding: 1rem 0 0; text-align: center; }
  .footer-main { grid-template-columns: 1fr; gap: 2.2rem; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: .35rem; }
  .floating-whatsapp { display: grid; }
}

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