:root {
  --brand: #11cbd7;
  --brand-dark: #0b8fa1;
  --accent: #ffa500;
  --whatsapp: #2f9e44;
  --white: #fff;
  --ink: #102a2d;
  --content-width: 900px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  scroll-behavior: smooth;
}

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

html {
  min-width: 320px;
  scroll-padding-top: 1rem;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--white);
  line-height: 1.5;
}

img,
picture,
svg {
  display: block;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.site-header {
  color: var(--white);
  background: var(--brand);
}

.nav-desktop {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) minmax(360px, auto) minmax(160px, 1fr);
  align-items: center;
  width: min(100%, 1440px);
  min-height: 150px;
  margin-inline: auto;
  padding: 0.75rem clamp(1rem, 3vw, 3rem);
}

.brand {
  display: inline-flex;
  width: fit-content;
}

.brand img {
  width: clamp(125px, 12vw, 190px);
  height: auto;
}

.nav-center,
.nav-actions,
.nav-mobile,
.footer-location,
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-center {
  gap: 1.25rem;
}

.social-link {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
}

.social-link svg {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.social-link .icon-fill {
  fill: currentColor;
  stroke: none;
}

.section-links {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  font-size: clamp(0.8rem, 1.3vw, 1rem);
  font-weight: 600;
  white-space: nowrap;
}

.section-links a,
.language-links a,
.contact-button,
.social-link {
  text-decoration: none;
}

.section-links a:hover,
.language-links a:hover,
.social-link:hover,
.footer-contact a:hover {
  opacity: 0.78;
}

.nav-actions {
  justify-self: end;
  gap: 0.85rem;
}

.contact-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.65rem 1rem;
  border-radius: 0.55rem;
  color: var(--white);
  background: var(--whatsapp);
  box-shadow: 0 2px 7px rgb(0 0 0 / 18%);
  font-weight: 700;
  transition: background-color 160ms ease, transform 160ms ease;
}

.contact-button:hover {
  background: #27863a;
  transform: translateY(-1px);
}

.contact-button svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.language-links {
  display: flex;
  gap: 0.8rem;
  font-size: 0.82rem;
}

.language-links .active {
  font-weight: 800;
  text-decoration: underline;
}

.nav-mobile {
  display: none;
}

.hero {
  position: relative;
  min-height: 70vh;
  overflow: hidden;
  background: #083b40;
}

.hero picture,
.hero picture img {
  width: 100%;
  min-height: 70vh;
}

.hero picture img {
  object-fit: cover;
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(to bottom, rgb(0 0 0 / 12%), transparent 45%);
}

.hero-copy {
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 0;
  width: 100%;
  padding-inline: 1rem;
  color: var(--accent);
  text-align: center;
}

.hero-copy h1,
.hero-copy p {
  margin: 0;
  font-weight: 800;
  text-shadow: 0 2px 0 #000, 2px 0 0 #000, 0 -2px 0 #000, -2px 0 0 #000;
}

.hero-copy h1 {
  font-size: clamp(2rem, 8vw, 6rem);
  line-height: 1.05;
}

.hero-copy p {
  margin-top: 0.55rem;
  font-size: clamp(1.15rem, 3.2vw, 2.25rem);
  line-height: 1.2;
}

.section {
  width: 100%;
  padding: clamp(2rem, 5vw, 4rem) 1rem;
  color: var(--white);
}

.content-width {
  width: min(100%, var(--content-width));
  margin-inline: auto;
}

.section h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.6rem, 4vw, 2.25rem);
  line-height: 1.2;
  text-align: center;
}

.about {
  background: var(--brand);
}

.about p {
  margin: 0;
  font-size: clamp(1rem, 1.6vw, 1.1rem);
  text-align: justify;
}

.services {
  background: var(--brand-dark);
}

.table-wrap {
  overflow-x: auto;
  border-radius: 0.6rem;
  box-shadow: 0 5px 18px rgb(0 0 0 / 12%);
}

table {
  width: 100%;
  border-collapse: collapse;
  color: var(--ink);
  background: var(--brand);
  font-size: clamp(0.82rem, 1.8vw, 1rem);
}

th,
td {
  padding: clamp(0.7rem, 2vw, 1rem);
  border-bottom: 1px solid rgb(255 255 255 / 38%);
  text-align: center;
}

th:first-child {
  width: 60%;
  text-align: left;
}

thead th,
.category-row th {
  color: var(--white);
  background: rgb(0 0 0 / 14%);
  font-size: 1.02em;
  letter-spacing: 0.015em;
}

tbody th {
  font-weight: 650;
}

tbody:last-child tr:last-child > * {
  border-bottom: 0;
}

table small {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78em;
  font-weight: 500;
}

.site-footer {
  padding: clamp(2rem, 5vw, 3.5rem) 1rem;
  color: var(--white);
  background: var(--brand);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.7fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  width: min(100%, 1050px);
  margin-inline: auto;
}

.footer-location,
.footer-contact {
  gap: 0.55rem;
  text-align: center;
}

.footer-logo {
  width: 120px;
  height: auto;
}

.footer-name {
  margin: 0;
  font-weight: 750;
}

.site-footer address {
  margin: 0 0 0.6rem;
  font-style: normal;
  font-size: clamp(0.85rem, 1.8vw, 1rem);
}

.site-footer address span {
  text-decoration: underline;
}

.map-link {
  position: relative;
  display: block;
  width: min(100%, 400px);
  overflow: hidden;
  border-radius: 0.75rem;
  box-shadow: 0 7px 22px rgb(0 0 0 / 20%);
}

.map-link img {
  width: 100%;
  height: auto;
}

.map-link span {
  position: absolute;
  right: 0.6rem;
  bottom: 0.6rem;
  padding: 0.45rem 0.7rem;
  border-radius: 0.4rem;
  color: var(--white);
  background: rgb(0 0 0 / 72%);
  font-size: 0.8rem;
  font-weight: 650;
}

.footer-contact p {
  margin: 0;
  font-size: clamp(0.8rem, 1.8vw, 1rem);
}

.footer-contact > a {
  font-weight: 650;
}

.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;
}

@media (max-width: 767px) {
  .nav-desktop {
    display: none;
  }

  .nav-mobile {
    display: flex;
    gap: 0.85rem;
    padding: 1rem;
  }

  .nav-mobile .brand img {
    width: min(45vw, 190px);
  }

  .mobile-menu {
    position: relative;
    width: min(100%, 18rem);
  }

  .mobile-menu summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: fit-content;
    margin-inline: auto;
    cursor: pointer;
    list-style: none;
    font-weight: 650;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary svg {
    width: 1.6rem;
    height: 1.6rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 2;
  }

  .mobile-menu nav {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-top: 0.65rem;
    padding: 0.45rem;
    border-radius: 0.55rem;
    color: var(--ink);
    background: var(--white);
    box-shadow: 0 6px 20px rgb(0 0 0 / 18%);
  }

  .mobile-menu nav a {
    padding: 0.65rem 0.75rem;
    border-radius: 0.35rem;
    text-decoration: none;
  }

  .mobile-menu nav a:hover {
    background: rgb(17 203 215 / 14%);
  }

  .hero,
  .hero picture,
  .hero picture img {
    min-height: 62vh;
  }

  .hero-copy {
    top: 8%;
  }

  .section {
    padding-block: 2rem;
  }

  th,
  td {
    padding: 0.7rem 0.55rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
