:root {
  --ink: #061a47;
  --blue: #074fd1;
  --blue-dark: #001b47;
  --green: #168d33;
  --line: #d9e1ef;
  --soft: #f6f9ff;
  --shadow: 0 16px 36px rgba(9, 34, 82, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #f3f6fb;
}

a,
button {
  font: inherit;
}

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

.site-header {
  background: white;
  box-shadow: 0 6px 20px rgba(0, 20, 62, 0.1);
  z-index: 20;
}

.service-strip {
  display: none;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  padding: 0 clamp(24px, 4vw, 72px);
  background: var(--blue-dark);
  color: #fff;
  font-weight: 700;
}

.pin {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 14px;
}

.main-nav {
  width: 100%;
  max-width: 1680px;
  min-height: 88px;
  margin: 0 auto;
  padding: 10px clamp(24px, 3vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  min-width: 205px;
  min-height: 64px;
  overflow: hidden;
}

.brand-logo {
  display: block;
  width: clamp(210px, 16vw, 260px);
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-actions .contact-button {
  display: flex;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 1.5vw, 25px);
}

.nav-links a {
  padding: 26px 0 22px;
  color: var(--blue-dark);
  font-size: 0.93rem;
  font-weight: 900;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a:first-child {
  color: var(--blue);
  border-bottom-color: var(--blue);
}

.contact-button,
.big-action {
  color: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-button {
  min-width: 150px;
  min-height: 58px;
  padding: 9px 14px;
}

.contact-button strong {
  display: block;
  font-size: 0.82rem;
}

.contact-button small {
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  margin-top: 2px;
}

.whatsapp {
  background: linear-gradient(135deg, #1c9a35, #10752a);
}

.contact-button.whatsapp {
  color: var(--green);
  background: #fff;
  border: 2px solid #72bd81;
}

.phone {
  background: linear-gradient(135deg, #075de2, #003db6);
}

.contact-button svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: currentColor;
}

.whatsapp-icon {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  display: block;
  object-fit: contain;
}

.menu-button {
  width: 70px;
  height: 70px;
  border: 0;
  color: var(--blue-dark);
  background: #fff;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
  display: none;
}

main {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 clamp(28px, 3vw, 52px) 34px;
  background: #fff;
}

.hero {
  min-height: 650px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.hero-copy {
  width: 48%;
  padding: 72px 0 78px clamp(24px, 3.5vw, 58px);
  position: relative;
  z-index: 2;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 30px;
  color: var(--blue);
  font-weight: 900;
  font-size: 1.15rem;
}

.hero h1 {
  margin: 0 0 26px;
  color: #021853;
  font-size: clamp(2.8rem, 4vw, 4.15rem);
  line-height: 1.07;
  letter-spacing: 0;
}

.hero h1::first-line {
  color: var(--ink);
}

.hero-copy p:not(.eyebrow) {
  max-width: 540px;
  margin: 0 0 28px;
  color: #102456;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.75;
}

.hero-checks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
  color: #071a4c;
  font-size: 1.05rem;
  font-weight: 900;
}

.hero-checks li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.hero-checks li::before {
  content: "✓";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  background: #25a441;
  font-size: 0.9rem;
}

.hero-media {
  position: absolute;
  inset: 0 0 0 33%;
  overflow: hidden;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.98) 10%, rgba(255, 255, 255, 0.7) 27%, rgba(255, 255, 255, 0) 52%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.feature-bar {
  margin: -62px 48px 26px;
  min-height: 150px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: white;
  border-radius: 24px;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 5;
}

.feature-bar article {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  min-width: 0;
  padding: 18px 12px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.feature-bar article:last-child {
  border-right: 0;
}

.feature-icon {
  color: var(--blue);
  font-size: 3rem;
  line-height: 1;
}

.feature-bar strong,
.feature-bar small {
  color: #05184c;
  font-size: 1.02rem;
  font-weight: 900;
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 520px;
  margin: 28px 0 0;
}

.big-action {
  min-height: 70px;
  padding: 10px 14px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 1px;
  box-shadow: 0 10px 24px rgba(9, 34, 82, 0.18);
}

.big-action svg {
  grid-row: 1 / 3;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  fill: currentColor;
}

.big-action .whatsapp-icon {
  grid-row: 1 / 3;
  width: 30px;
  height: 30px;
}

.big-action strong {
  display: block;
  font-size: 0.94rem;
  line-height: 1.1;
}

.big-action small {
  display: block;
  margin: 0;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.15;
}

.hero .big-action.whatsapp {
  color: var(--green);
  background: #fff;
  border: 2px solid #72bd81;
  box-shadow: 0 10px 24px rgba(22, 141, 51, 0.12);
}

.section-header {
  text-align: center;
  margin: 22px 0 34px;
}

.section-header p {
  margin: 0 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--blue);
  font-size: 1.25rem;
  font-weight: 900;
}

.section-header p span {
  width: 42px;
  height: 3px;
  background: var(--blue);
}

.section-header h2 {
  margin: 0;
  color: #061a47;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.15;
}

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

.service-card {
  min-height: 270px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 8px 16px;
  background: white;
  box-shadow: 0 10px 24px rgba(3, 24, 74, 0.12);
  position: relative;
  display: grid;
  grid-template-rows: 185px 1fr;
  gap: 12px;
  overflow: hidden;
}

.service-image {
  min-width: 0;
  border-radius: 6px;
  overflow: hidden;
  background: var(--soft);
}

.service-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.service-card h3 {
  align-self: center;
  margin: 0;
  padding: 0 4px;
  color: #061a47;
  font-size: 1.08rem;
  line-height: 1.25;
  text-align: center;
}

.info-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0 0 34px;
  padding: 28px 28px;
  background: var(--blue-dark);
  color: #fff;
  border-radius: 24px;
}

.info-panel article {
  min-height: 190px;
  padding: 14px 24px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.72);
}

.info-panel article:last-child {
  border-right: 0;
}

.info-panel span {
  display: block;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 18px;
}

.info-panel h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  text-transform: uppercase;
}

.info-panel p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.contact-card {
  margin: 0 0 16px;
  padding: 0 24px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(8, 37, 94, 0.1);
}

.contact-card h2 {
  margin: 0 0 12px;
  text-align: center;
  color: var(--blue);
  font-size: 1.35rem;
  line-height: 1;
  transform: translateY(-10px);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.contact-grid a {
  min-height: 96px;
  padding: 10px 18px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.contact-grid a:last-child {
  border-right: 0;
}

.contact-grid span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: white;
  box-shadow: 0 4px 14px rgba(4, 45, 130, 0.16);
  font-size: 1.8rem;
}

.contact-grid span img {
  width: 36px;
  height: 36px;
  display: block;
  object-fit: contain;
}

.contact-grid strong {
  max-width: 100%;
  color: #061a47;
  font-size: 0.95rem;
  overflow-wrap: anywhere;
}

.contact-grid small {
  color: var(--blue);
  font-size: 0.92rem;
  font-weight: 900;
}

.map-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: stretch;
  margin: 24px 0 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(8, 37, 94, 0.1);
}

.map-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.map-info .section-subtitle {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 2px;
}

.map-info h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  line-height: 1.15;
}

.map-info p:not(.section-subtitle) {
  margin: 0 0 18px;
  color: #102456;
  font-weight: 700;
  line-height: 1.55;
}

.map-button {
  width: fit-content;
  min-height: 48px;
  padding: 13px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(7, 79, 209, 0.18);
}

.map-frame {
  min-height: 330px;
  border-radius: 14px;
  overflow: hidden;
  background: var(--soft);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 330px;
  display: block;
  border: 0;
}

.footer {
  width: 100%;
  max-width: 1680px;
  min-height: 42px;
  margin: 0 auto;
  padding: 12px 24px;
  color: white;
  background: var(--blue-dark);
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 0.98rem;
}

.floating-contact {
  position: fixed;
  right: clamp(18px, 2vw, 34px);
  bottom: clamp(18px, 2vw, 34px);
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floating-contact-button {
  width: 76px;
  height: 76px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  color: #fff;
  text-align: center;
  box-shadow: 0 12px 28px rgba(0, 26, 78, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-contact-button:hover,
.floating-contact-button:focus-visible {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 16px 34px rgba(0, 26, 78, 0.36);
}

.floating-contact-button svg {
  width: 29px;
  height: 29px;
  display: block;
  fill: currentColor;
}

.floating-contact-button .whatsapp-icon {
  width: 32px;
  height: 32px;
}

.floating-contact-button strong {
  font-size: 0.7rem;
  line-height: 1.1;
}

.floating-whatsapp {
  color: var(--green);
  background: #fff;
  border-color: #72bd81;
}

.floating-phone {
  background: linear-gradient(135deg, #1269ed, #003baa);
}

@media (max-width: 1350px) {
  .main-nav {
    flex-wrap: wrap;
  }

  .nav-links {
    display: none;
    order: 3;
    width: 100%;
    padding: 10px 0 4px;
    border-top: 1px solid var(--line);
  }

  .nav-links.nav-open {
    display: flex;
  }

  .menu-button {
    display: grid;
    place-items: center;
  }
}

@media (max-width: 1100px) {
  .main-nav {
    min-height: auto;
    flex-wrap: wrap;
  }

  .nav-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .nav-links {
    display: none;
    order: 3;
    width: 100%;
    padding: 10px 0 4px;
    border-top: 1px solid var(--line);
  }

  .nav-links.nav-open {
    display: flex;
  }

  .menu-button {
    display: grid;
    place-items: center;
  }

  .hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: auto;
    background: #fff;
  }

  .hero-copy {
    grid-row: 2;
    width: 100%;
    padding: 38px 24px 30px;
  }

  .hero-media {
    position: relative;
    inset: auto;
    grid-row: 1;
    margin: 0;
    min-height: 420px;
  }

  .hero-media::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #fff 100%);
  }

  .hero-media img {
    min-height: 420px;
    max-height: 520px;
    border-radius: 0;
  }

  .service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .contact-grid a:nth-child(3) {
    border-right: 0;
  }

  .contact-grid a:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }

}

@media (max-width: 860px) {
  .service-strip {
    justify-content: center;
    padding: 10px 16px;
    min-height: 38px;
    font-size: 0.86rem;
    text-align: center;
  }

  main {
    padding: 0 16px 28px;
  }

  .main-nav {
    display: grid;
    grid-template-columns: minmax(72px, 1fr) auto;
    column-gap: 8px;
    row-gap: 8px;
    align-items: center;
    min-height: 0;
    padding: 8px 12px;
    background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    justify-content: flex-start;
    width: fit-content;
    padding: 0;
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
  }

  .brand-logo {
    width: 82px;
    max-height: 82px;
  }

  .nav-actions {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
  }

  .nav-links,
  .nav-links.nav-open {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    flex-direction: column;
    gap: 0;
    padding: 6px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(9, 34, 82, 0.12);
  }

  .nav-links {
    display: none;
  }

  .nav-links.nav-open {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    padding: 13px 14px;
    text-align: left;
    border-bottom: 1px solid var(--line);
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .menu-button {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    border: 1px solid #d8e3f6;
    border-radius: 12px;
    color: var(--blue);
    background: #fff;
    box-shadow: 0 8px 20px rgba(9, 34, 82, 0.12);
    font-size: 1.55rem;
  }

  .nav-actions .contact-button {
    min-width: 0;
    width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(9, 34, 82, 0.14);
  }

  .contact-button svg {
    width: 21px;
    height: 21px;
  }

  .nav-actions .contact-button .whatsapp-icon {
    width: 22px;
    height: 22px;
  }

  .contact-button span {
    display: none;
  }

  .quick-actions {
    display: none;
  }

  .feature-bar,
  .info-panel,
  .map-section,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0 -16px;
    background: #fff;
  }

  .hero-copy {
    grid-row: 2;
    padding: 34px 16px 18px;
  }

  .eyebrow {
    margin-bottom: 16px;
    font-size: 0.88rem;
  }

  .hero h1 {
    font-size: 2.5rem;
    line-height: 1.08;
    margin-bottom: 18px;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .hero-media {
    position: relative;
    inset: auto;
    grid-row: 1;
    margin: 0;
    min-height: 245px;
  }

  .hero-media img {
    min-height: 245px;
    max-height: 310px;
    border-radius: 0;
    object-position: center top;
  }

  .hero-media::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 72%, #fff 100%);
  }

  .feature-bar {
    margin: 0 0 26px;
    border-radius: 0 0 18px 18px;
  }

  .feature-bar article,
  .info-panel article,
  .contact-grid a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .info-panel article {
    border-bottom-color: rgba(255, 255, 255, 0.35);
  }

  .feature-bar article:last-child,
  .info-panel article:last-child,
  .contact-grid a:last-child {
    border-bottom: 0;
  }

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

  .map-section {
    padding: 18px;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 300px;
  }

}

@media (max-width: 520px) {
  .brand-logo {
    width: 76px;
    max-height: 76px;
  }

  .hero-copy {
    padding-top: 30px;
  }

  .hero h1 {
    font-size: 2.25rem;
  }

  .quick-actions {
    gap: 14px;
    margin-inline: 0;
  }

  .big-action {
    min-height: 68px;
    padding: 10px 14px;
  }

  .service-grid {
    gap: 12px;
  }

  .service-card {
    min-height: 188px;
    grid-template-rows: 112px 1fr;
  }

}

@media (max-width: 420px) {
  .main-nav {
    grid-template-columns: minmax(64px, 1fr) auto;
    column-gap: 6px;
    padding-inline: 8px;
  }

  .brand-logo {
    width: 68px;
    max-height: 68px;
  }

  .nav-actions {
    gap: 4px;
  }

  .contact-button,
  .menu-button {
    width: 39px;
    height: 39px;
    min-height: 39px;
  }

  .contact-button svg {
    width: 19px;
    height: 19px;
  }
}
