/* Using local font: Bahnschrift */

:root {
  --c-bg: #ffffff;
  --c-surface: #f7f9ff;
  --c-surface-2: #f0f4ff;
  --c-border: #d7dffe;
  --c-accent: #4e67eb;
  --c-accent-2: #291d89;
  --c-text: #1f2758;
  --c-muted: #5d6797;
  --c-gold-glow: rgba(78, 103, 235, 0.18);
  --shadow-soft: 0 24px 80px rgba(41, 29, 137, 0.12);
  --shadow-card: 0 18px 50px rgba(41, 29, 137, 0.1);
  --radius-card: 28px;
  --radius-soft: 18px;
  --radius-pill: 999px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scrollbar-width: thin;
  scrollbar-color: var(--c-accent) var(--c-surface-2);
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: var(--c-bg);
}

body {
  position: relative;
  color: var(--c-text);
  font: 400 1rem/1.7 "Manrope", sans-serif;
  letter-spacing: 0.01em;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.03;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cg fill='%234e67eb'%3E%3Ccircle cx='12' cy='10' r='1'/%3E%3Ccircle cx='38' cy='29' r='0.9'/%3E%3Ccircle cx='76' cy='18' r='0.8'/%3E%3Ccircle cx='104' cy='37' r='1'/%3E%3Ccircle cx='128' cy='15' r='0.8'/%3E%3Ccircle cx='26' cy='62' r='0.9'/%3E%3Ccircle cx='58' cy='73' r='0.8'/%3E%3Ccircle cx='96' cy='58' r='1'/%3E%3Ccircle cx='14' cy='114' r='0.8'/%3E%3Ccircle cx='44' cy='126' r='1'/%3E%3Ccircle cx='78' cy='105' r='0.9'/%3E%3Ccircle cx='118' cy='118' r='0.8'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
}

header,
main,
footer,
.CallCTA-module__T7AgaG__callBar,
.FloatingWhatsApp-module__ECR54W__fab {
  position: relative;
  z-index: 1;
}

::selection {
  background: rgba(78, 103, 235, 0.3);
  color: var(--c-text);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #e6ecff;
}

::-webkit-scrollbar-thumb {
  background: var(--c-accent);
  border-radius: 999px;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

svg {
  flex: 0 0 auto;
}

iframe {
  border: 0;
}

.container {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding-inline: 24px;
}

.page-module__E0kJGG__hero,
.page-module__E0kJGG__assuranceSection,
.page-module__E0kJGG__servicesSection,
.page-module__E0kJGG__coverageSection,
.page-module__E0kJGG__contactSection {
  padding-block: 108px;
}

.page-module__E0kJGG__hero {
  padding-top: 152px;
  padding-bottom: 128px;
  position: relative;
  overflow: clip;
  background:
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 72%),
    radial-gradient(circle at top left, rgba(78, 103, 235, 0.14), transparent 42%);
}

.page-module__E0kJGG__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(78, 103, 235, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(78, 103, 235, 0.03) 1px, transparent 1px);
  background-size: 84px 84px;
  pointer-events: none;
}

.page-module__E0kJGG__heroBackdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-module__E0kJGG__heroGlow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
}

.page-module__E0kJGG__heroGlowPrimary {
  top: -140px;
  right: -80px;
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(78, 103, 235, 0.22) 0%, rgba(78, 103, 235, 0) 72%);
}

.page-module__E0kJGG__heroGlowSecondary {
  left: 46%;
  bottom: -180px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(41, 29, 137, 0.14) 0%, rgba(41, 29, 137, 0) 72%);
}

.page-module__E0kJGG__eyebrow,
.page-module__E0kJGG__panelEyebrow,
.page-module__E0kJGG__contactActionLabel,
.page-module__E0kJGG__metricLabel,
.page-module__E0kJGG__mapDetails span,
.page-module__E0kJGG__panelItem span,
.page-module__E0kJGG__panelStatLabel,
.LeadForm-module__UP5T5W__label {
  font-family: "Manrope", sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-module__E0kJGG__eyebrow,
.page-module__E0kJGG__panelEyebrow,
.page-module__E0kJGG__contactActionLabel,
.page-module__E0kJGG__mapDetails span {
  color: var(--c-accent);
}

h1,
h2,
.page-module__E0kJGG__metricValue,
.page-module__E0kJGG__panelStatValue {
  margin: 0;
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.02em;
}

h1 em,
h2 em {
  color: var(--c-accent);
  font-style: italic;
}

h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--c-text);
}

p,
ul,
ol {
  margin: 0;
}

.section-title,
.page-module__E0kJGG__panelTitle,
.LeadForm-module__UP5T5W__title {
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 28px;
}

.section-title::after,
.page-module__E0kJGG__panelTitle::after,
.LeadForm-module__UP5T5W__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: var(--c-accent);
  box-shadow: 0 0 22px var(--c-gold-glow);
}

.section-title {
  max-width: 15ch;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.12;
}

.page-module__E0kJGG__heroLayout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr);
  gap: 60px;
  align-items: stretch;
}

.page-module__E0kJGG__heroContent {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.page-module__E0kJGG__heroIntroBar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.page-module__E0kJGG__heroBadge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(78, 103, 235, 0.14);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.72);
  color: var(--c-text);
  font-size: 0.92rem;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(41, 29, 137, 0.08);
}

.page-module__E0kJGG__heroTitle {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 800;
  line-height: 1;
  max-width: 10ch;
}

.page-module__E0kJGG__heroDescription,
.page-module__E0kJGG__sectionText,
.page-module__E0kJGG__panelText,
.LeadForm-module__UP5T5W__subtitle,
.Footer-module__EZoWya__description {
  color: var(--c-muted);
}

.page-module__E0kJGG__heroDescription {
  max-width: 620px;
  font-size: 1.12rem;
}

.page-module__E0kJGG__heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.btn,
.Header-module__Af2_WG__callAction,
.Footer-module__EZoWya__inlineAction,
.LeadForm-module__UP5T5W__quickAction,
.page-module__E0kJGG__inlineLink,
.page-module__E0kJGG__panelLink {
  transition:
    transform 220ms ease,
    color 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  font-weight: 600;
  line-height: 1;
}

.btn:hover {
  transform: translateY(-1px) scale(1.02);
}

.btn-primary {
  background: linear-gradient(135deg, var(--c-accent-2) 0%, var(--c-accent) 100%);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(41, 29, 137, 0.22);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #20176f 0%, #3e56d8 100%);
}

.btn-secondary {
  border-color: var(--c-border);
  background: rgba(255, 255, 255, 0.84);
  color: var(--c-text);
  box-shadow: 0 12px 30px rgba(41, 29, 137, 0.07);
}

.btn-secondary:hover {
  border-color: var(--c-accent);
  box-shadow: 0 0 0 1px rgba(78, 103, 235, 0.16);
}

.btn-outline {
  border-color: var(--c-accent);
  background: rgba(78, 103, 235, 0.04);
  color: var(--c-accent);
}

.btn-outline:hover {
  background: var(--c-gold-glow);
}

.page-module__E0kJGG__heroSignals {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.page-module__E0kJGG__heroSignal {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(78, 103, 235, 0.12);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.76);
  color: var(--c-text);
  font-size: 0.97rem;
  box-shadow: 0 10px 24px rgba(41, 29, 137, 0.05);
}

.page-module__E0kJGG__heroSignal svg,
.page-module__E0kJGG__assuranceIcon,
.ServiceCard-module__km16QW__icon,
.page-module__E0kJGG__contactActionIcon,
.Footer-module__EZoWya__contactItem svg,
.page-module__E0kJGG__coverageNote svg {
  color: var(--c-accent);
}

.page-module__E0kJGG__metricRow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.page-module__E0kJGG__metricCard {
  position: relative;
  overflow: hidden;
  padding: 22px 24px 24px;
  border-radius: 22px;
  border: 1px solid rgba(78, 103, 235, 0.12);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(16px);
}

.page-module__E0kJGG__metricValue {
  display: block;
  margin-bottom: 8px;
  font-size: 2rem;
  color: var(--c-accent-2);
}

.page-module__E0kJGG__metricLabel {
  color: var(--c-muted);
}

.page-module__E0kJGG__heroImageWrap {
  margin-top: auto;
  padding-top: 32px;
  width: 100%;
}

.page-module__E0kJGG__heroImage {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  min-height: 280px;
  max-height: 420px;
  border-radius: var(--radius-card);
  object-fit: cover;
  object-position: center;
  box-shadow: 0 16px 48px rgba(41, 29, 137, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  visibility: visible;
  opacity: 1;
}

.page-module__E0kJGG__heroContent:hover .page-module__E0kJGG__heroImage {
  transform: scale(1.01);
  box-shadow: 0 20px 56px rgba(41, 29, 137, 0.2);
}

.page-module__E0kJGG__heroPanel,
.page-module__E0kJGG__assuranceCard,
.ServiceCard-module__km16QW__card,
.page-module__E0kJGG__locationCard,
.page-module__E0kJGG__mapCard,
.page-module__E0kJGG__contactAction,
.LeadForm-module__UP5T5W__formWrapper {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}

.page-module__E0kJGG__heroPanel {
  position: relative;
  padding: 34px;
  overflow: hidden;
  border-color: rgba(41, 29, 137, 0.08);
  background:
    radial-gradient(circle at top right, rgba(95, 141, 255, 0.22) 0%, rgba(95, 141, 255, 0) 34%),
    linear-gradient(180deg, #182456 0%, #24397d 100%);
  color: #ffffff;
  box-shadow: 0 30px 90px rgba(20, 31, 80, 0.28);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.page-module__E0kJGG__heroPanel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(var(--radius-card) - 10px);
  pointer-events: none;
}

.page-module__E0kJGG__heroPanel::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}

.page-module__E0kJGG__panelHeader,
.page-module__E0kJGG__panelSummary,
.page-module__E0kJGG__panelList,
.page-module__E0kJGG__panelFoot {
  position: relative;
  z-index: 1;
}

.page-module__E0kJGG__panelTitle {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.16;
}

.page-module__E0kJGG__heroPanel .page-module__E0kJGG__panelTitle::after {
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.page-module__E0kJGG__panelEyebrow {
  color: rgba(217, 226, 255, 0.88);
}

.page-module__E0kJGG__panelText {
  color: rgba(236, 240, 255, 0.74);
}

.page-module__E0kJGG__panelSummary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.page-module__E0kJGG__panelStat {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
}

.page-module__E0kJGG__panelStatValue {
  font-size: 1.5rem;
  color: #ffffff;
}

.page-module__E0kJGG__panelStatLabel {
  color: rgba(233, 238, 255, 0.72);
}

.page-module__E0kJGG__panelList {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.page-module__E0kJGG__panelItem {
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.page-module__E0kJGG__panelItem strong {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
}

.page-module__E0kJGG__panelItem span {
  color: rgba(233, 238, 255, 0.68);
}

.page-module__E0kJGG__panelFoot {
  display: grid;
  gap: 24px;
  margin-top: 28px;
}

.page-module__E0kJGG__panelTags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.page-module__E0kJGG__panelTags span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
}

.page-module__E0kJGG__panelLink,
.page-module__E0kJGG__inlineLink,
.ServiceCard-module__km16QW__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--c-accent);
  font-weight: 600;
}

.page-module__E0kJGG__panelLink {
  justify-self: start;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.page-module__E0kJGG__panelLink:hover,
.page-module__E0kJGG__inlineLink:hover,
.ServiceCard-module__km16QW__link:hover {
  color: #3e56d8;
  transform: translateX(2px);
}

.Header-module__Af2_WG__header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding-top: 4px;
  padding-bottom: 0;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px);
}

.Header-module__Af2_WG__header::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--c-border);
}

.Header-module__Af2_WG__navShell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 32px;
  row-gap: 0;
  padding: 10px 0;
}

.Header-module__Af2_WG__logo,
.Footer-module__EZoWya__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.Header-module__Af2_WG__logoImg {
  height: 84px;
  width: auto;
  display: block;
}

.Header-module__Af2_WG__logoText {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--c-text);
  letter-spacing: -0.02em;
  line-height: 1;
}

.Footer-module__EZoWya__logoImg {
  height: 80px;
  width: auto;
  display: block;
}

.Footer-module__EZoWya__logoText {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--c-text);
  letter-spacing: -0.02em;
}

.Header-module__Af2_WG__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
}

.Header-module__Af2_WG__navLink {
  position: relative;
  display: inline-flex;
  width: fit-content;
  padding: 8px 0;
  color: var(--c-muted);
  font-weight: 500;
  transition: color 220ms ease, transform 220ms ease;
}

.Header-module__Af2_WG__navLink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: var(--c-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.Header-module__Af2_WG__navLink:hover {
  color: var(--c-text);
}

.Header-module__Af2_WG__navLink:hover::after {
  transform: scaleX(1);
}

.Header-module__Af2_WG__activeNavLink {
  color: var(--c-accent);
}

.Header-module__Af2_WG__activeNavLink::after {
  transform: scaleX(1);
}

.Header-module__Af2_WG__actions {
  display: flex;
  justify-self: end;
}

.Header-module__Af2_WG__callAction {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--c-accent);
  border-radius: var(--radius-pill);
  color: var(--c-accent);
  font-weight: 600;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 28px rgba(41, 29, 137, 0.08);
}

.Header-module__Af2_WG__callAction:hover {
  background: var(--c-accent);
  color: #ffffff;
}

.Header-module__Af2_WG__callAction svg {
  animation: phonePulse 2s ease-in-out infinite;
}

.Header-module__Af2_WG__mobileMenuBtn {
  justify-self: end;
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--c-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--c-text);
  cursor: pointer;
  transition:
    color 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    transform 220ms ease;
}

.Header-module__Af2_WG__mobileMenuBtn svg {
  transition: transform 220ms ease;
}

.Header-module__Af2_WG__mobileMenuBtn:hover {
  color: var(--c-accent);
  border-color: var(--c-accent);
}

.Header-module__Af2_WG__mobileMenuBtn[aria-expanded="true"] {
  color: var(--c-accent);
  border-color: var(--c-accent);
  background: var(--c-gold-glow);
}

.Header-module__Af2_WG__mobileMenuBtn[aria-expanded="true"] svg {
  transform: rotate(90deg);
}

@keyframes phonePulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.12);
    opacity: 0.82;
  }
}

.page-module__E0kJGG__assuranceGrid,
.page-module__E0kJGG__servicesGrid,
.page-module__E0kJGG__locationGrid,
.page-module__E0kJGG__contactActions,
.Footer-module__EZoWya__grid {
  display: grid;
  gap: 24px;
}

.page-module__E0kJGG__assuranceGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-module__E0kJGG__assuranceCard {
  padding: 30px 28px;
}

.page-module__E0kJGG__assuranceIcon,
.ServiceCard-module__km16QW__icon,
.page-module__E0kJGG__contactActionIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(78, 103, 235, 0.25);
  border-radius: 16px;
  background: rgba(78, 103, 235, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.page-module__E0kJGG__assuranceCard h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.2;
}

.page-module__E0kJGG__assuranceCard p {
  color: var(--c-muted);
}

.page-module__E0kJGG__sectionIntro {
  max-width: 760px;
  margin-bottom: 44px;
}

.page-module__E0kJGG__sectionText {
  max-width: 700px;
  font-size: 1.02rem;
}

.page-module__E0kJGG__servicesGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ServiceCard-module__km16QW__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  border-top: 1px solid transparent;
  overflow: hidden;
}

.ServiceCard-module__km16QW__card::before {
  content: "";
  display: block;
  width: 88px;
  height: 2px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--c-accent) 0%, rgba(78, 103, 235, 0) 100%);
}

.ServiceCard-module__km16QW__card::after {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(78, 103, 235, 0.1) 0%, rgba(78, 103, 235, 0) 72%);
  pointer-events: none;
}

.ServiceCard-module__km16QW__imagePlaceholder {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 140px;
  max-height: 180px;
  margin: 20px 0;
  border-radius: 16px;
  border: 1px dashed rgba(78, 103, 235, 0.35);
  background:
    linear-gradient(135deg, rgba(78, 103, 235, 0.06) 0%, rgba(78, 103, 235, 0.02) 100%),
    repeating-linear-gradient(
      -45deg,
      rgba(78, 103, 235, 0.05) 0 12px,
      rgba(255, 255, 255, 0.4) 12px 24px
    );
  display: grid;
  place-items: center;
  overflow: hidden;
}

.ServiceCard-module__km16QW__imagePlaceholder::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(78, 103, 235, 0.15);
  border-radius: 10px;
  pointer-events: none;
}

.ServiceCard-module__km16QW__imagePlaceholder span {
  font-family: "Manrope", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(41, 29, 137, 0.55);
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(78, 103, 235, 0.2);
}

.ServiceCard-module__km16QW__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 140px;
  max-height: 180px;
  margin: 20px 0;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 4px 16px rgba(41, 29, 137, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ServiceCard-module__km16QW__card:hover .ServiceCard-module__km16QW__image {
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(41, 29, 137, 0.15);
}

.ServiceCard-module__km16QW__card:hover,
.page-module__E0kJGG__assuranceCard:hover,
.page-module__E0kJGG__locationCard:hover,
.page-module__E0kJGG__contactAction:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 103, 235, 0.34);
  box-shadow:
    0 22px 45px rgba(41, 29, 137, 0.14),
    0 0 0 1px rgba(78, 103, 235, 0.12);
}

.ServiceCard-module__km16QW__priority {
  border-top-color: var(--c-accent-2);
  background: rgba(41, 29, 137, 0.08);
}

.ServiceCard-module__km16QW__title {
  margin-top: 20px;
  margin-bottom: 12px;
}

.ServiceCard-module__km16QW__description {
  flex: 1;
  color: var(--c-muted);
  margin-bottom: 24px;
}

.page-module__E0kJGG__sectionAction {
  margin-top: 34px;
}

.page-module__E0kJGG__coverageGrid {
  display: grid;
  gap: 48px;
  align-content: start;
}

.page-module__E0kJGG__contactShell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 34px;
  align-items: start;
}

.page-module__E0kJGG__coverageTopShell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 54px;
  align-items: start;
}

.page-module__E0kJGG__coverageTop {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: start;
}

.page-module__E0kJGG__coverageIntro {
  max-width: none;
}

.page-module__E0kJGG__coverageStats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 0;
}

.page-module__E0kJGG__coverageStat {
  display: grid;
  gap: 8px;
  padding: 22px 28px;
  border: 1px solid rgba(78, 103, 235, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 36px rgba(41, 29, 137, 0.08);
  min-width: 200px;
}

.page-module__E0kJGG__coverageStatValue {
  font-family: "Manrope", sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--c-accent-2);
}

.page-module__E0kJGG__coverageStatLabel,
.page-module__E0kJGG__locationCardLabel {
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-module__E0kJGG__coverageStatLabel {
  color: var(--c-muted);
}

.page-module__E0kJGG__locationGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

.page-module__E0kJGG__locationCard {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 26px;
  border-radius: 24px;
}

.page-module__E0kJGG__locationCardHeader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.page-module__E0kJGG__locationCardLabel {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--c-accent);
}

.page-module__E0kJGG__locationCard h3 {
  margin: 0;
}

.page-module__E0kJGG__locationCardTag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(78, 103, 235, 0.14);
  border-radius: var(--radius-pill);
  background: rgba(78, 103, 235, 0.07);
  color: var(--c-text);
  font-size: 0.82rem;
  font-weight: 600;
}

.page-module__E0kJGG__locationCardText {
  color: var(--c-muted);
}

.page-module__E0kJGG__coverageCardImagePlaceholder {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 132px;
  padding: 16px;
  border: 1px dashed rgba(78, 103, 235, 0.38);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(78, 103, 235, 0.1) 0%, rgba(78, 103, 235, 0.03) 100%),
    repeating-linear-gradient(
      -45deg,
      rgba(78, 103, 235, 0.08) 0 12px,
      rgba(255, 255, 255, 0.5) 12px 24px
    );
  overflow: hidden;
}

.page-module__E0kJGG__coverageCardImagePlaceholder::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(78, 103, 235, 0.2);
  border-radius: 14px;
  pointer-events: none;
}

.page-module__E0kJGG__coverageCardImagePlaceholder span {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(41, 29, 137, 0.72);
}

.page-module__E0kJGG__locationLinks,
.page-module__E0kJGG__mapPills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-module__E0kJGG__locationLink,
.page-module__E0kJGG__mapPills span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(78, 103, 235, 0.14);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.86);
  color: var(--c-text);
  font-size: 0.92rem;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease;
}

.page-module__E0kJGG__locationLink:hover {
  transform: translateY(-2px);
  border-color: var(--c-accent);
  color: var(--c-accent);
  box-shadow: 0 12px 24px rgba(41, 29, 137, 0.08);
}

.page-module__E0kJGG__coverageNote {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 0;
  padding: 22px 24px;
  border: 1px solid rgba(78, 103, 235, 0.12);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(78, 103, 235, 0.1) 0%, rgba(78, 103, 235, 0.04) 100%);
  box-shadow: 0 16px 36px rgba(41, 29, 137, 0.08);
}

.page-module__E0kJGG__coverageNote strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  color: var(--c-text);
}

.page-module__E0kJGG__coverageNote p {
  color: var(--c-muted);
}

.page-module__E0kJGG__mapCard {
  display: grid;
  align-content: start;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, #f9fbff 0%, #eef3ff 100%);
  position: sticky;
  top: 100px;
}

.page-module__E0kJGG__coverageGrid > .page-module__E0kJGG__inlineLink {
  justify-self: start;
}

.page-module__E0kJGG__mapTop {
  display: grid;
  gap: 12px;
  padding: 28px 28px 0;
}

.page-module__E0kJGG__mapTitle {
  font-family: "Manrope", sans-serif;
  max-width: 13ch;
  font-size: clamp(1.35rem, 2.1vw, 1.9rem);
  line-height: 1.15;
  color: var(--c-text);
}

.page-module__E0kJGG__mapFrame {
  position: relative;
  margin: 24px 28px 0;
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(78, 103, 235, 0.12);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.page-module__E0kJGG__mapFrame iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
}

.page-module__E0kJGG__mapDetails {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 20px 28px 28px;
}

.page-module__E0kJGG__mapDetailItem {
  padding: 16px 18px;
  border: 1px solid rgba(78, 103, 235, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
}

.page-module__E0kJGG__mapDetails strong {
  display: block;
  margin-top: 8px;
  font-size: 0.95rem;
  line-height: 1.55;
  font-weight: 500;
  color: var(--c-text);
}

.page-module__E0kJGG__mapDetails .page-module__E0kJGG__mapPills {
  grid-column: 1 / -1;
}

.page-module__E0kJGG__contactActions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
}

.page-module__E0kJGG__contactAction {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
}

.page-module__E0kJGG__contactAction strong {
  font-size: 1rem;
  font-weight: 500;
}

.page-module__E0kJGG__contactActions .page-module__E0kJGG__contactAction:first-child {
  border-color: rgba(41, 29, 137, 0.26);
  background: rgba(41, 29, 137, 0.09);
}

.LeadForm-module__UP5T5W__formWrapper {
  padding: 30px;
  background: var(--c-surface);
}

.LeadForm-module__UP5T5W__title {
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  line-height: 1.18;
}

.LeadForm-module__UP5T5W__quickActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  margin-bottom: 24px;
}

.LeadForm-module__UP5T5W__quickAction {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--c-border);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--c-text);
  font-weight: 500;
}

.LeadForm-module__UP5T5W__quickAction:hover {
  border-color: var(--c-accent);
}

.LeadForm-module__UP5T5W__form {
  display: grid;
  gap: 20px;
}

.LeadForm-module__UP5T5W__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.LeadForm-module__UP5T5W__formGroup {
  display: grid;
  gap: 10px;
}

.LeadForm-module__UP5T5W__label {
  color: var(--c-muted);
}

.LeadForm-module__UP5T5W__input,
.LeadForm-module__UP5T5W__textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--c-border);
  border-radius: 4px;
  background: var(--c-surface-2);
  color: var(--c-text);
  outline: none;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.LeadForm-module__UP5T5W__input::placeholder,
.LeadForm-module__UP5T5W__textarea::placeholder {
  color: rgba(31, 39, 88, 0.4);
}

.LeadForm-module__UP5T5W__input:focus,
.LeadForm-module__UP5T5W__textarea:focus {
  border-color: var(--c-accent);
  box-shadow: 0 0 0 3px rgba(78, 103, 235, 0.18);
}

select.LeadForm-module__UP5T5W__input {
  appearance: auto;
  background-image: none;
  padding-right: 16px;
}

.LeadForm-module__UP5T5W__textarea {
  min-height: 160px;
  resize: vertical;
}

.LeadForm-module__UP5T5W__submitBtn {
  width: 100%;
  justify-content: center;
  gap: 10px;
  margin-top: 4px;
}

.LeadForm-module__UP5T5W__note {
  color: var(--c-muted);
  font-size: 0.94rem;
}

.site-page__hero {
  position: relative;
  overflow: clip;
  padding: 148px 0 92px;
  background:
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 70%),
    radial-gradient(circle at top right, rgba(78, 103, 235, 0.14) 0%, rgba(78, 103, 235, 0) 38%);
}

.site-page__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(78, 103, 235, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(78, 103, 235, 0.03) 1px, transparent 1px);
  background-size: 84px 84px;
  pointer-events: none;
}

.site-page__heroGrid,
.site-page__ctaShell,
.site-page__split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 30px;
  align-items: start;
}

.site-page__heroContent,
.site-page__heroAside {
  position: relative;
  z-index: 1;
}

.site-page__heroImageWrap {
  margin-top: 32px;
  width: 100%;
  grid-column: 1 / -1;
}

.site-page__heroImage {
  width: 100%;
  aspect-ratio: 21 / 9;
  min-height: 220px;
  max-height: 360px;
  border-radius: var(--radius-card);
  object-fit: cover;
  object-position: center;
  box-shadow: 0 16px 48px rgba(41, 29, 137, 0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.site-page__heroGrid:hover .site-page__heroImage {
  transform: scale(1.01);
  box-shadow: 0 20px 56px rgba(41, 29, 137, 0.16);
}

.site-page__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--c-muted);
  font-size: 0.94rem;
}

.site-page__breadcrumbs a {
  color: var(--c-muted);
}

.site-page__breadcrumbs a:hover {
  color: var(--c-accent);
}

.site-page__eyebrow,
.site-page__metaLabel,
.site-page__cardLabel {
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-page__eyebrow,
.site-page__cardLabel {
  color: var(--c-accent);
}

.site-page__title,
.site-page__sectionTitle,
.site-page__ctaTitle {
  margin: 0;
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.02em;
}

.site-page__title {
  margin-top: 18px;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 1.02;
  max-width: 12ch;
}

.site-page__summary,
.site-page__sectionText,
.site-page__card p,
.site-page__faqItem p,
.site-page__ctaText,
.site-page__asideText {
  color: var(--c-muted);
}

.site-page__summary {
  max-width: 640px;
  margin-top: 22px;
  font-size: 1.08rem;
}

.site-page__meta,
.site-page__grid,
.site-page__faq,
.site-page__linkGrid,
.site-page__listGrid {
  display: grid;
  gap: 20px;
}

.site-page__meta {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
}

.site-page__metaItem,
.site-page__card,
.site-page__linkCard,
.site-page__faqItem,
.site-page__aside,
.site-page__ctaShell {
  border: 1px solid var(--c-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}

.site-page__metaItem,
.site-page__card,
.site-page__linkCard,
.site-page__faqItem {
  background: rgba(255, 255, 255, 0.82);
}

.site-page__metaItem {
  padding: 22px 24px;
}

.site-page__metaLabel {
  color: var(--c-muted);
}

.site-page__metaValue {
  display: block;
  margin-top: 10px;
  font-family: "Manrope", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--c-accent-2);
}

.site-page__aside {
  padding: 32px;
  background:
    radial-gradient(circle at top right, rgba(95, 141, 255, 0.22) 0%, rgba(95, 141, 255, 0) 34%),
    linear-gradient(180deg, #182456 0%, #24397d 100%);
  border-color: rgba(41, 29, 137, 0.1);
  color: #ffffff;
}

.site-page__asideTitle {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  line-height: 1.1;
}

.site-page__asideText {
  margin-top: 16px;
  color: rgba(236, 240, 255, 0.78);
}

.site-page__pillRow,
.site-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-page__pillRow {
  margin-top: 24px;
}

.site-page__pill {
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
}

.site-page__actions {
  margin-top: 28px;
}

.site-page__aside .btn-secondary {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow: none;
}

.site-page__aside .btn-outline {
  border-color: rgba(255, 255, 255, 0.24);
  background: transparent;
  color: #ffffff;
}

.site-page__section {
  padding: 96px 0;
}

.site-page__section--alt {
  background: #f6f9ff;
}

.site-page__sectionIntro {
  max-width: 760px;
  margin-bottom: 36px;
}

.site-page__sectionTitle {
  margin-top: 16px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.site-page__sectionText {
  margin-top: 18px;
  font-size: 1.02rem;
}

.site-page__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-page__card {
  padding: 26px;
}

.site-page__card h3,
.site-page__linkCard h3,
.site-page__faqItem h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  line-height: 1.18;
}

.site-page__card p,
.site-page__faqItem p {
  margin-top: 12px;
}

.site-page__list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.site-page__list li {
  position: relative;
  padding-left: 18px;
  color: var(--c-muted);
}

.site-page__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-accent);
  box-shadow: 0 0 16px var(--c-gold-glow);
}

.site-page__linkGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-page__linkCard {
  display: grid;
  gap: 10px;
  padding: 24px;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.site-page__linkCard span {
  color: var(--c-muted);
}

.site-page__linkCard:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 103, 235, 0.34);
  box-shadow:
    0 22px 45px rgba(41, 29, 137, 0.14),
    0 0 0 1px rgba(78, 103, 235, 0.12);
}

.site-page__faq {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-page__faqItem {
  padding: 26px;
}

.site-page__cta {
  padding: 0 0 100px;
}

.site-page__ctaShell {
  padding: 36px;
  background:
    radial-gradient(circle at top right, rgba(95, 141, 255, 0.22) 0%, rgba(95, 141, 255, 0) 36%),
    linear-gradient(180deg, #182456 0%, #24397d 100%);
  border-color: rgba(41, 29, 137, 0.1);
  color: #ffffff;
  align-items: center;
}

.site-page__ctaTitle {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.08;
}

.site-page__ctaText {
  margin-top: 14px;
  color: rgba(236, 240, 255, 0.78);
}

.site-page__ctaActions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.site-page__cta .btn-secondary {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow: none;
}

.Footer-module__EZoWya__footer {
  padding-block: 88px 34px;
  border-top: 1px solid var(--c-border);
  background: #f5f8ff;
}

.Footer-module__EZoWya__grid {
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 1fr));
  align-items: start;
}

.Footer-module__EZoWya__brand {
  max-width: 340px;
}

.Footer-module__EZoWya__description {
  margin-top: 20px;
}

.Footer-module__EZoWya__inlineActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.Footer-module__EZoWya__inlineAction {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--c-border);
  border-radius: 3px;
  color: var(--c-text);
}

.Footer-module__EZoWya__inlineAction:hover {
  border-color: var(--c-accent);
  color: var(--c-accent);
}

.Footer-module__EZoWya__title {
  margin-bottom: 18px;
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem;
}

.Footer-module__EZoWya__links,
.Footer-module__EZoWya__contactList {
  display: grid;
  gap: 12px;
}

.Footer-module__EZoWya__link,
.Footer-module__EZoWya__contactItem,
.Footer-module__EZoWya__legal a {
  color: var(--c-muted);
}

.Footer-module__EZoWya__link:hover,
.Footer-module__EZoWya__contactItem:hover,
.Footer-module__EZoWya__legal a:hover {
  color: var(--c-text);
}

.Footer-module__EZoWya__contactItem {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.Footer-module__EZoWya__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(78, 103, 235, 0.16);
  color: var(--c-muted);
}

.Footer-module__EZoWya__legal {
  display: flex;
  gap: 18px;
}

.CallCTA-module__T7AgaG__callBar {
  display: none;
}

.FloatingWhatsApp-module__ECR54W__fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(78, 103, 235, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--c-text);
  box-shadow: var(--shadow-card);
}

.FloatingWhatsApp-module__ECR54W__fab:hover {
  transform: translateY(-2px);
  border-color: var(--c-accent);
  color: var(--c-accent);
}

.FloatingWhatsApp-module__ECR54W__icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: var(--c-accent);
}

.FloatingWhatsApp-module__ECR54W__label {
  font-weight: 600;
}

:focus-visible {
  outline: 2px solid var(--c-accent);
  outline-offset: 3px;
}

@media (max-width: 1140px) {
  .page-module__E0kJGG__heroLayout,
  .page-module__E0kJGG__contactShell,
  .site-page__heroGrid,
  .site-page__ctaShell,
  .site-page__split {
    grid-template-columns: 1fr;
  }

  .page-module__E0kJGG__coverageTopShell {
    grid-template-columns: 1fr;
  }

  .page-module__E0kJGG__servicesGrid,
  .page-module__E0kJGG__assuranceGrid,
  .page-module__E0kJGG__locationGrid,
  .site-page__grid,
  .site-page__linkGrid,
  .site-page__faq,
  .site-page__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-module__E0kJGG__coverageStats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 0;
  }

  .page-module__E0kJGG__coverageTop {
    grid-template-columns: 1fr;
  }

  .page-module__E0kJGG__coverageStat {
    min-width: 0;
  }

  .page-module__E0kJGG__heroImageWrap {
    margin-top: 32px;
  }

  .page-module__E0kJGG__heroImage {
    min-height: 240px;
    max-height: 360px;
    aspect-ratio: 16 / 10;
  }

  .page-module__E0kJGG__heroContent,
  .page-module__E0kJGG__heroPanel {
    display: block;
    height: auto;
  }

  .page-module__E0kJGG__heroImageWrap {
    margin-top: 32px;
    padding-top: 0;
  }

  .ServiceCard-module__km16QW__imagePlaceholder {
    min-height: 160px;
    max-height: 200px;
    aspect-ratio: 16 / 9;
  }

  .ServiceCard-module__km16QW__image {
    min-height: 160px;
    max-height: 200px;
    aspect-ratio: 16 / 9;
  }

  .site-page__heroImage {
    min-height: 200px;
    max-height: 300px;
    aspect-ratio: 16 / 9;
  }

  .Footer-module__EZoWya__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .page-module__E0kJGG__hero,
  .page-module__E0kJGG__assuranceSection,
  .page-module__E0kJGG__servicesSection,
  .page-module__E0kJGG__coverageSection,
  .page-module__E0kJGG__contactSection {
    padding-block: 88px;
  }

  .page-module__E0kJGG__metricRow,
  .page-module__E0kJGG__contactActions,
  .LeadForm-module__UP5T5W__row,
  .page-module__E0kJGG__servicesGrid,
  .page-module__E0kJGG__assuranceGrid,
  .page-module__E0kJGG__locationGrid,
  .page-module__E0kJGG__coverageStats,
  .site-page__meta,
  .site-page__grid,
  .site-page__linkGrid,
  .site-page__faq {
    grid-template-columns: 1fr;
  }

  .ServiceCard-module__km16QW__imagePlaceholder {
    min-height: 180px;
    max-height: 220px;
    aspect-ratio: 16 / 9;
    margin: 16px 0;
  }

  .ServiceCard-module__km16QW__image {
    min-height: 180px;
    max-height: 220px;
    aspect-ratio: 16 / 9;
    margin: 16px 0;
  }

  .site-page__heroImageWrap {
    margin-top: 24px;
  }

  .site-page__heroImage {
    min-height: 180px;
    max-height: 260px;
    aspect-ratio: 4 / 3;
    border-radius: var(--radius-soft);
  }

  .Header-module__Af2_WG__navShell {
    padding: 8px 0 12px;
  }

  .Header-module__Af2_WG__menu {
    grid-column: 1 / -1;
    order: 4;
    display: grid;
    gap: 18px;
    align-content: start;
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid transparent;
    border-radius: var(--radius-card);
    box-shadow: none;
    transition:
      max-height 240ms ease,
      padding 240ms ease,
      opacity 240ms ease,
      transform 240ms ease,
      border-color 240ms ease,
      box-shadow 240ms ease;
  }

  .Header-module__Af2_WG__navLink:hover {
    transform: translateX(2px);
  }

  .Header-module__Af2_WG__actions {
    grid-column: 1 / -1;
    order: 5;
    justify-self: start;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition:
      max-height 240ms ease,
      opacity 240ms ease,
      transform 240ms ease,
      margin-top 240ms ease;
  }

  .Header-module__Af2_WG__mobileMenuBtn {
    display: inline-flex;
  }

  .Header-module__Af2_WG__header.is-menu-open .Header-module__Af2_WG__menu {
    max-height: 420px;
    padding: 20px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    border-color: var(--c-border);
    box-shadow: var(--shadow-card);
  }

  .Header-module__Af2_WG__header.is-menu-open .Header-module__Af2_WG__navShell {
    row-gap: 14px;
  }

  .Header-module__Af2_WG__header.is-menu-open .Header-module__Af2_WG__actions {
    max-height: 80px;
    margin-top: 12px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .Header-module__Af2_WG__header.is-menu-open .Header-module__Af2_WG__callAction {
    min-width: 180px;
  }

  .page-module__E0kJGG__heroIntroBar {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-module__E0kJGG__panelSummary {
    grid-template-columns: 1fr;
  }

  .page-module__E0kJGG__locationCardHeader {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-module__E0kJGG__mapTop,
  .page-module__E0kJGG__mapDetails {
    padding-inline: 24px;
  }

  .page-module__E0kJGG__mapCard {
    position: relative;
    top: 0;
  }

  .page-module__E0kJGG__mapFrame {
    margin-inline: 24px;
    aspect-ratio: 6 / 5;
  }

  .page-module__E0kJGG__mapDetails {
    grid-template-columns: 1fr;
  }

  .page-module__E0kJGG__heroImageWrap {
    margin-top: 28px;
    padding-top: 0;
  }

  .page-module__E0kJGG__heroImage {
    min-height: 200px;
    max-height: 300px;
    aspect-ratio: 4 / 3;
    border-radius: var(--radius-soft);
  }

  .site-page__hero {
    padding: 124px 0 80px;
  }

  .site-page__section {
    padding: 82px 0;
  }

  .site-page__cta {
    padding-bottom: 88px;
  }

  .section-title {
    max-width: 100%;
  }

  .FloatingWhatsApp-module__ECR54W__fab {
    right: 16px;
    bottom: 84px;
    padding-inline: 16px;
  }

  .CallCTA-module__T7AgaG__callBar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 14px;
    display: block;
  }

  .CallCTA-module__T7AgaG__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    border-radius: var(--radius-pill);
    background: var(--c-accent);
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 16px 36px rgba(41, 29, 137, 0.24);
  }

  .CallCTA-module__T7AgaG__icon {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
  .container {
    padding-inline: 18px;
  }

  .page-module__E0kJGG__heroImageWrap {
    margin-top: 24px;
    padding-top: 0;
  }

  .page-module__E0kJGG__heroImage {
    min-height: 180px;
    max-height: 260px;
    aspect-ratio: 1 / 1;
  }

  .site-page__heroImageWrap {
    margin-top: 20px;
  }

  .site-page__heroImage {
    min-height: 160px;
    max-height: 220px;
    aspect-ratio: 1 / 1;
    border-radius: var(--radius-soft);
  }

  .ServiceCard-module__km16QW__imagePlaceholder {
    min-height: 160px;
    max-height: 200px;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    margin: 14px 0;
  }

  .ServiceCard-module__km16QW__imagePlaceholder span {
    font-size: 0.65rem;
    padding: 6px 12px;
  }

  .ServiceCard-module__km16QW__image {
    min-height: 160px;
    max-height: 200px;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    margin: 14px 0;
  }

  .Header-module__Af2_WG__header {
    padding-top: 4px;
    padding-bottom: 0;
  }

  .Header-module__Af2_WG__logoImg {
    height: 60px;
  }

  .Header-module__Af2_WG__navShell {
    column-gap: 16px;
    row-gap: 0;
  }

  .Header-module__Af2_WG__menu {
    gap: 12px 18px;
    font-size: 0.95rem;
  }

  .Header-module__Af2_WG__callAction {
    width: 100%;
    justify-content: center;
  }

  .btn,
  .LeadForm-module__UP5T5W__submitBtn {
    width: 100%;
  }

  .page-module__E0kJGG__heroActions {
    flex-direction: column;
  }

  .page-module__E0kJGG__heroPanel,
  .site-page__aside,
  .site-page__ctaShell {
    padding: 24px;
  }

  .page-module__E0kJGG__heroPanel,
  .ServiceCard-module__km16QW__card,
  .page-module__E0kJGG__locationCard,
  .LeadForm-module__UP5T5W__formWrapper,
  .page-module__E0kJGG__assuranceCard {
    padding: 24px;
  }

  .page-module__E0kJGG__coverageNote {
    padding: 20px;
  }

  .page-module__E0kJGG__mapTop,
  .page-module__E0kJGG__mapDetails {
    padding-inline: 20px;
  }

  .page-module__E0kJGG__mapFrame {
    margin-inline: 20px;
    aspect-ratio: 1 / 1;
  }

  .ServiceCard-module__km16QW__card::before {
    width: 100%;
    max-width: 340px;
  }

  .Footer-module__EZoWya__grid,
  .Footer-module__EZoWya__bottom {
    grid-template-columns: 1fr;
    display: grid;
  }

  .site-page__ctaActions {
    justify-content: flex-start;
  }

  .Footer-module__EZoWya__legal {
    gap: 12px;
    flex-wrap: wrap;
  }

  .FloatingWhatsApp-module__ECR54W__label {
    display: none;
  }
}
