:root {
  --blue: #194d8f;
  --ink: #12314d;
  --yellow: #f2d12d;
  --panel-radius: 26px;
  --panel-border: rgba(18, 49, 77, 0.09);
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Barlow", sans-serif;
  color: var(--ink);
  background: #d9eefb;
}

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

p,
ul {
  margin: 0;
}

figure {
  margin: 0;
}

img,
iframe {
  display: block;
  width: 100%;
}

.shell {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
  padding: 1.25rem 0 2rem;
}

main {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.masthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 800;
}

.brand {
  font-size: clamp(0.9rem, 1.6vw, 1.2rem);
}

.main-card {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid var(--panel-border);
  border-radius: 34px;
  box-shadow: 0 14px 32px rgba(25, 77, 143, 0.08);
  overflow: hidden;
}

.hero {
  display: flex;
  gap: 0.9rem;
  padding: 0.9rem;
  align-items: stretch;
}

.hero-copy {
  flex: 0 1 42%;
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  padding: 1.3rem 1.35rem;
  border-radius: var(--panel-radius);
  background: #ffffff;
  border: 1px solid var(--panel-border);
}

.eyebrow {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  align-self: flex-start;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(25, 77, 143, 0.09);
  color: var(--blue);
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

h1 {
  margin: 1rem 0 0;
  font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
  color: var(--blue);
  max-width: 100%;
  font-size: clamp(1.6rem, 3vw, 2.75rem);
  line-height: 0.92;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: none;
}

.lead {
  margin: 1.15rem 0 0;
  max-width: 33ch;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.55;
}

.service-list {
  display: grid;
  flex: 1 1 auto;
  align-content: start;
  padding: 0;
  list-style: none;
  gap: 0.8rem;
  margin: 1.25rem 0;
}

.service-list li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 700;
}

.service-list li::before {
  content: "";
  width: 0.82rem;
  height: 0.82rem;
  border-radius: 50%;
  background: var(--yellow);
  border: 2px solid var(--blue);
  flex: 0 0 auto;
}

.actions {
  display: flex;
  margin-top: auto;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: #25d366;
  color: #fff;
}

.button-secondary {
  background: #fff;
  border: 1px solid var(--panel-border);
  color: var(--blue);
}

.hero-photo {
  flex: 1 1 58%;
  position: relative;
  margin: 0;
  padding: 0.45rem;
  background: #ffffff;
  border: 1px solid var(--panel-border);
  border-radius: var(--panel-radius);
}

.hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 33rem;
  object-fit: cover;
  border-radius: calc(var(--panel-radius) - 4px);
}

.photo-label {
  position: absolute;
  width: fit-content;
  max-width: calc(100% - 3.2rem);
  left: 1.6rem;
  bottom: 1.6rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.location {
  display: flex;
  gap: 0.9rem;
  padding: 0.9rem;
}

.map-card,
.info-card {
  border-radius: var(--panel-radius);
  background: #ffffff;
  border: 1px solid var(--panel-border);
}

.map-card {
  flex: 1 1 58%;
  overflow: hidden;
  min-height: 23rem;
}

.map-card iframe {
  border: 0;
  height: 100%;
  min-height: 23rem;
}

.info-card {
  flex: 0 1 42%;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
  gap: 1rem;
}

.section-label {
  margin: 0;
  color: var(--blue);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.info-item strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.92rem;
  color: #4c6381;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.info-item p,
.info-item a {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 700;
}

.whatsapp-fab {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 100;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.whatsapp-fab:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.55);
}

.whatsapp-fab svg {
  width: 1.75rem;
  height: 1.75rem;
  fill: #fff;
}

@media (max-width: 920px) {
  .hero {
    flex-direction: column;
  }

  .location {
    flex-direction: column;
  }

  .hero-copy {
    order: 2;
  }

  .hero-photo {
    order: 1;
  }

  .masthead {
    align-items: flex-start;
  }

  .hero-photo img {
    min-height: 14rem;
    object-position: top;
  }

  .map-card,
  .map-card iframe {
    min-height: 14rem;
  }
}

@media (min-width: 921px) {
  h1 {
    font-size: clamp(1.45rem, 2.35vw, 2.35rem);
    line-height: 0.95;
  }
}

@media (max-width: 380px) {
  h1 {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
  }
}
