:root {
  --color-primary: #1165ba;
  --color-primary-dark: #0a3f73;
  --color-accent: #0fd0ff;
  --color-brand-neutral: #808080;
  --color-ink: #14212f;
  --color-muted: #5f6d7d;
  --color-line: #d9e5ef;
  --color-shadow: rgba(10, 28, 46, 0.12);
  --radius-lg: 28px;
  --container-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--color-ink);
  background:
    radial-gradient(circle at top left, rgba(15, 208, 255, 0.18), transparent 28%),
    linear-gradient(180deg, #eef7ff 0%, #ffffff 34%, #f8fbfe 100%);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a.button,
.link-button {
  font: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 3px;
}

.container {
  width: min(calc(100% - 2rem), var(--container-width));
  margin: 0 auto;
}

.site-shell {
  min-height: 100vh;
}

.topbar {
  background: #727272;
  color: #fff;
}

.topbar-inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.55rem;
  justify-content: center;
  padding: 0.45rem 0;
  font-size: 0.95rem;
}

.topbar-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.25rem;
  border-radius: 999px;
  color: #ffffff;
  opacity: 0.96;
}

.topbar-link:hover {
  background: rgba(255, 255, 255, 0.12);
  opacity: 1;
}

.topbar-phone {
  padding: 0.2rem 0.65rem;
  font-weight: 600;
}

.topbar-icon-only {
  width: 2.25rem;
}

.topbar-icon {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  fill: currentColor;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.topbar-phone .topbar-icon,
.topbar-whatsapp .topbar-icon {
  stroke: none;
}

.topbar-route .topbar-icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
  stroke: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--color-brand-neutral);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
}

.brand {
  width: min(300px, 64vw);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.site-nav a {
  position: relative;
  padding: 0.5rem 0;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
}

.site-nav a:hover {
  color: #ffffff;
}

.site-nav a.is-active {
  color: #ffffff;
}

.site-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 3px;
  border-radius: 999px;
  background: var(--color-accent);
}

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.75rem;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: #ffffff;
}

.hero,
.page-hero {
  padding: 3rem 0 1.15rem;
}

.hero-grid,
.split-grid,
.contact-grid,
.card-grid,
.footer-grid {
  display: grid;
  gap: 1.15rem;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.8fr);
  align-items: stretch;
}

.hero-copy,
.hero-card,
.check-panel,
.cta-banner,
.info-card,
.service-card,
.contact-card,
.vacancy-card {
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 45px var(--color-shadow);
}

.hero-copy {
  background: linear-gradient(145deg, rgba(17, 101, 186, 0.96), rgba(10, 63, 115, 0.96));
  color: #fff;
  padding: clamp(2rem, 5vw, 4rem);
  position: relative;
  overflow: hidden;
}

.hero-copy::after {
  content: "";
  position: absolute;
  inset: auto -10% -22% auto;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: rgba(15, 208, 255, 0.16);
}

.hero-card,
.info-card,
.contact-card,
.vacancy-card,
.service-card {
  background: rgba(255, 255, 255, 0.96);
  padding: 1.55rem;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--color-accent);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.section h2 {
  margin: 0;
  line-height: 1.05;
}

.hero h1 {
  font-size: clamp(2.3rem, 6vw, 4.6rem);
  max-width: 13ch;
}

.lead {
  margin: 1.3rem 0 0;
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 58ch;
}

.page-hero-lead-wide {
  width: 100%;
  max-width: none;
}

.section-heading p:not(.eyebrow),
.prose p,
.contact-card p,
.service-card p,
.vacancy-card p,
.check-panel p,
.info-card p,
.footer-copy,
.site-footer p,
.page-hero p {
  color: var(--color-muted);
  line-height: 1.7;
}

.contact-list li,
.footer-list li,
.service-list li,
.info-list li {
  color: var(--color-muted);
  line-height: 1.5;
}

.hero-copy .lead,
.hero-copy .hero-points li,
.hero-copy .button-secondary {
  color: rgba(255, 255, 255, 0.92);
}

.hero-points,
.contact-list,
.footer-list,
.service-list,
.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-points {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.hero-points li::before,
.service-list li::before,
.info-list li::before {
  content: "\2022";
  color: var(--color-accent);
  margin-right: 0.65rem;
}

.hero-card h2,
.cta-banner h2,
.section-heading h2,
.contact-card h2,
.vacancy-card h2,
.info-card h3 {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  margin-top: 0;
}

.contact-card h2 {
  margin-bottom: 1rem;
}

.contact-list {
  display: grid;
  gap: 1rem;
}

.contact-list strong,
.footer-list strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--color-primary-dark);
}

.opening-hours {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 0.2rem 1rem;
  align-items: baseline;
}

.opening-hours span:nth-child(2n) {
  text-align: left;
  white-space: nowrap;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: #fff;
  color: var(--color-primary-dark);
}

.button-secondary {
  background: transparent;
  color: inherit;
  border: 1px solid currentColor;
}

.section {
  padding: 1.35rem 0 2.4rem;
}

.home-intro-section {
  padding-bottom: 1.2rem;
}

.home-services-section {
  padding-top: 0.4rem;
}

.page-hero + .section {
  padding-top: 0.8rem;
}

.section-accent {
  padding-top: 0;
}

.section-heading {
  max-width: 52rem;
  margin-bottom: 1.25rem;
}

.section-heading-wide {
  max-width: 70rem;
}

.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefits-grid,
.jobs-grid {
  align-items: stretch;
}

.benefit-card {
  display: flex;
  align-items: center;
  min-height: 6rem;
}

.benefit-card h3 {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
}

.benefit-card h3::before {
  content: "\2713";
  display: grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  background: rgba(15, 208, 255, 0.16);
  color: var(--color-primary-dark);
  font-size: 0.95rem;
  flex: 0 0 auto;
}

.job-card {
  display: flex;
  flex-direction: column;
}

.job-card .job-card-highlight {
  margin-top: auto;
  font-weight: 700;
  color: var(--color-primary-dark);
}

.service-card h3,
.info-card h3,
.prose h2,
.prose h3 {
  color: var(--color-primary-dark);
}

.split-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.95fr);
  align-items: start;
}

.check-panel {
  background: linear-gradient(180deg, #ffffff, #eef7ff);
  padding: 1.55rem;
  display: grid;
  gap: 1rem;
}

.check-panel strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--color-primary-dark);
}

.cta-banner {
  background: linear-gradient(135deg, var(--color-primary-dark), #114f91);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.8rem, 4vw, 2.5rem);
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.86);
}

.text-link {
  display: inline-block;
  margin-top: 1rem;
  color: var(--color-primary-dark);
  font-weight: 700;
}

.page-hero-compact {
  padding-top: 2.35rem;
}

.prose h2 {
  margin-top: 2rem;
}

.prose h3 {
  margin-top: 1.5rem;
}

.contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-grid-triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-pricing {
  margin-top: 1.15rem;
}

.link-button {
  padding: 0;
  border: 0;
  background: none;
  color: var(--color-primary-dark);
  cursor: pointer;
  text-decoration: underline;
}

.social-links {
  display: grid;
  gap: 0.35rem;
  margin-top: 1rem;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 0;
  padding: 0.3rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--color-primary-dark);
  font-weight: 700;
  transition: color 0.2s ease, transform 0.2s ease;
}

.social-link:hover {
  transform: translateY(-1px);
  background: transparent;
  color: var(--color-primary);
}

.social-link-button {
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.social-link-icon {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  color: #fff;
  flex: 0 0 auto;
  clip-path: polygon(50% 0%, 94% 25%, 94% 75%, 50% 100%, 6% 75%, 6% 25%);
}

.social-link-icon svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}

.social-link-label {
  font-weight: 700;
  line-height: 1.2;
}

.social-link-facebook .social-link-icon {
  background: #1877f2;
}

.social-link-instagram .social-link-icon {
  background: #e4405f;
}

.social-link-phone .social-link-icon {
  background: #0b7a43;
}

.social-link-whatsapp .social-link-icon {
  background: #25d366;
}

.social-link-email .social-link-icon {
  background: #2952cc;
}

.social-link-route .social-link-icon {
  background: var(--color-brand-neutral);
}

.service-list,
.info-list {
  display: grid;
  gap: 0.65rem;
}

.service-card .service-list,
.info-card .info-list {
  margin-top: 1rem;
}

.site-footer {
  margin-top: 2rem;
  padding: 2.35rem 0 1.1rem;
  background: #081d32;
  color: rgba(255, 255, 255, 0.84);
}

.site-footer .footer-copy,
.site-footer p {
  color: rgba(184, 197, 210, 0.92);
}

.footer-grid {
  grid-template-columns: 1.2fr 1fr 0.8fr;
}

.footer-grid h2 {
  margin-top: 0;
  font-size: 1.2rem;
  color: #fff;
}

.footer-logo {
  width: min(270px, 100%);
  margin-bottom: 1rem;
}

.footer-list {
  display: grid;
  gap: 0.85rem;
}

.footer-list a,
.footer-list button {
  color: rgba(255, 255, 255, 0.84);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.95rem;
}

.footer-bottom p {
  margin: 0;
}

.site-credit {
  margin-top: 0.2rem;
  font-size: 0.88rem;
}

.site-credit a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.footer-certifications {
  display: flex;
  flex: 1 1 18rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-width: 0;
}

.footer-certifications img {
  width: auto;
  height: 2.6rem;
  max-width: 10rem;
  object-fit: contain;
}

.footer-registration {
  display: grid;
  gap: 0.2rem;
  text-align: right;
}

@media (max-width: 1180px) {
  .contact-grid-triple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .hero-grid,
  .split-grid,
  .contact-grid,
  .card-grid,
  .footer-grid,
  .contact-grid-triple {
    grid-template-columns: 1fr;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.5rem 1rem 1rem;
    background: rgba(128, 128, 128, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--color-line);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .site-nav a.is-active::after {
    bottom: 0.35rem;
    right: auto;
    width: 2.5rem;
  }

  .menu-toggle {
    display: block;
  }
}

@media (max-width: 640px) {
  .hero,
  .page-hero {
    padding-top: 2.35rem;
  }

  .topbar-inner {
    justify-content: flex-start;
  }

  .button-row {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .footer-registration {
    text-align: left;
  }

  .footer-certifications {
    flex-basis: 100%;
    justify-content: flex-start;
    gap: 0.8rem;
  }

  .footer-certifications img {
    height: 2.15rem;
    max-width: 7.8rem;
  }
}
