:root {
  --blue: #1e3e91;
  --blue-dark: #102552;
  --accent: #00a9a5;
  --accent-soft: #e8f8f7;
  --leaf: #73a942;
  --muted: #f5f7fb;
  --text: #16233f;
  --text-soft: #52607a;
  --white: #ffffff;
  --border: #dfe6f2;
  --shadow: 0 18px 44px rgba(16, 37, 82, 0.13);
  --radius: 8px;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  margin: 0;
  color: var(--text);
  font-family: Aptos, "Segoe UI Variable", "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: var(--white);
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

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

.container {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-150%);
  padding: 10px 14px;
  color: var(--white);
  background: var(--blue-dark);
  border-radius: var(--radius);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: var(--header-height);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(223, 230, 242, 0.9);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: auto;
  max-width: 190px;
  max-height: 58px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--blue-dark);
  font-size: 0.94rem;
  font-weight: 700;
}

.main-nav a {
  text-decoration: none;
}

.main-nav a:not(.button):hover {
  color: var(--blue);
}

.language-link {
  padding-inline: 10px;
  border-left: 1px solid var(--border);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
}

.nav-toggle span:not(.sr-only),
.nav-toggle span:not(.sr-only)::before,
.nav-toggle span:not(.sr-only)::after {
  display: block;
  width: 22px;
  height: 2px;
  margin-inline: auto;
  background: var(--blue-dark);
  content: "";
}

.nav-toggle span:not(.sr-only)::before {
  transform: translateY(-7px);
}

.nav-toggle span:not(.sr-only)::after {
  transform: translateY(5px);
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  background: var(--accent);
  border: 2px solid var(--accent);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(0, 169, 165, 0.24);
}

.button:hover {
  background: #008f8b;
  border-color: #008f8b;
}

.button-small {
  min-height: 42px;
  padding: 9px 16px;
}

.button-ghost {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.48);
  box-shadow: none;
}

.button-ghost:hover {
  color: var(--blue-dark);
  background: var(--white);
  border-color: var(--white);
}

.button-ghost-light {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.54);
  box-shadow: none;
}

.section {
  padding: 86px 0;
}

.section-muted {
  background: var(--muted);
}

.section-dark {
  color: var(--white);
  background:
    radial-gradient(circle at 88% 18%, rgba(0, 169, 165, 0.24), transparent 28%),
    linear-gradient(135deg, var(--blue-dark), var(--blue));
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--blue-dark);
  font-family: "Aptos Display", Aptos, "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.12;
}

.section-dark h1,
.section-dark h2,
.contact-section h2 {
  color: var(--white);
}

h1 {
  max-width: 820px;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
}

h2 {
  font-size: clamp(1.85rem, 3.4vw, 3rem);
}

h3 {
  font-size: 1.25rem;
}

.hero {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  padding: 86px 0 72px;
}

.hero-grid,
.two-column,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 48px;
  align-items: center;
}

.hero-text {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.14rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.badge-list li {
  padding: 8px 12px;
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.hero-panel {
  position: relative;
  min-height: 470px;
  padding: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-panel picture,
.hero-panel > picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-panel > picture img {
  min-height: 470px;
  object-fit: cover;
  object-position: center;
}

.hero-card {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  box-shadow: 0 18px 36px rgba(16, 37, 82, 0.22);
  backdrop-filter: blur(12px);
}

.hero-card img {
  width: 132px;
  height: auto;
  flex: 0 0 auto;
}

.hero-card span {
  color: var(--blue-dark);
  font-size: 0.95rem;
  font-weight: 900;
}

.hero-visual {
  position: absolute;
  inset: 0;
}

.road-line,
.document-shape,
.wave-shape {
  position: absolute;
  display: block;
}

.road-line {
  right: -40px;
  bottom: 44px;
  width: 430px;
  height: 95px;
  border-top: 14px solid rgba(255, 255, 255, 0.18);
  border-radius: 55% 0 0 0;
  transform: rotate(-12deg);
}

.document-shape {
  right: 42px;
  top: 150px;
  width: 150px;
  height: 190px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
}

.wave-shape {
  left: 34px;
  bottom: 42px;
  width: 210px;
  height: 54px;
  border-bottom: 9px solid rgba(0, 169, 165, 0.64);
  border-radius: 50%;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-heading p:last-child,
.two-column p,
.contact-grid p {
  color: var(--text-soft);
}

.about-section {
  background: linear-gradient(180deg, var(--white), var(--muted));
}

.about-media-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-media-card > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.experience-card {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius);
  box-shadow: 0 18px 38px rgba(16, 37, 82, 0.18);
  backdrop-filter: blur(12px);
}

.experience-number {
  display: block;
  color: var(--blue);
  font-size: clamp(4rem, 9vw, 7.5rem);
  font-weight: 900;
  line-height: 0.9;
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  padding-left: 28px;
  background: linear-gradient(var(--accent), var(--accent)) 0 0.72em / 14px 3px no-repeat;
}

.service-grid,
.feature-grid,
.gallery-grid,
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.service-card,
.feature-grid article,
.contact-card,
.reviews-grid article {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgba(16, 37, 82, 0.07);
}

.service-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--blue), var(--accent), var(--leaf));
  content: "";
}

.service-card::after {
  position: absolute;
  right: -34px;
  top: -34px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(0, 169, 165, 0.18), transparent 70%);
  content: "";
}

.service-card:hover {
  border-color: rgba(0, 169, 165, 0.42);
  box-shadow: 0 20px 44px rgba(16, 37, 82, 0.14);
  transform: translateY(-3px);
}

.service-card .icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  place-items: center;
  color: var(--blue);
  background: var(--accent-soft);
  border: 1px solid rgba(0, 169, 165, 0.2);
  border-radius: var(--radius);
}

.service-card .icon::before {
  display: block;
  width: 26px;
  height: 26px;
  background: var(--blue);
  content: "";
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.icon-car::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 11l1.6-4.2A2 2 0 018.47 5h7.06a2 2 0 011.87 1.28L19 11h1a1 1 0 011 1v4a1 1 0 01-1 1h-1v1.5a1.5 1.5 0 01-3 0V17H8v1.5a1.5 1.5 0 01-3 0V17H4a1 1 0 01-1-1v-4a1 1 0 011-1h1zm2.6 0h8.8l-1.1-3H8.7l-1.1 3zM7 15a1.3 1.3 0 100-2.6A1.3 1.3 0 007 15zm10 0a1.3 1.3 0 100-2.6A1.3 1.3 0 0017 15z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 11l1.6-4.2A2 2 0 018.47 5h7.06a2 2 0 011.87 1.28L19 11h1a1 1 0 011 1v4a1 1 0 01-1 1h-1v1.5a1.5 1.5 0 01-3 0V17H8v1.5a1.5 1.5 0 01-3 0V17H4a1 1 0 01-1-1v-4a1 1 0 011-1h1zm2.6 0h8.8l-1.1-3H8.7l-1.1 3zM7 15a1.3 1.3 0 100-2.6A1.3 1.3 0 007 15zm10 0a1.3 1.3 0 100-2.6A1.3 1.3 0 0017 15z'/%3E%3C/svg%3E");
}

.icon-doc::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2h8l4 4v16H6V2zm7 1.8V7h3.2L13 3.8zM8 11h8V9H8v2zm0 4h8v-2H8v2zm0 4h5v-2H8v2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2h8l4 4v16H6V2zm7 1.8V7h3.2L13 3.8zM8 11h8V9H8v2zm0 4h8v-2H8v2zm0 4h5v-2H8v2z'/%3E%3C/svg%3E");
}

.icon-anchor::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a3 3 0 012 5.24V10h4v2h-4v6.55A6 6 0 0019.66 14H17v-2h5v5h-2v-1.23A8 8 0 0112 22a8 8 0 01-8-6.23V17H2v-5h5v2H4.34A6 6 0 0010 18.55V12H6v-2h4V7.24A3 3 0 0112 2zm0 2a1 1 0 100 2 1 1 0 000-2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a3 3 0 012 5.24V10h4v2h-4v6.55A6 6 0 0019.66 14H17v-2h5v5h-2v-1.23A8 8 0 0112 22a8 8 0 01-8-6.23V17H2v-5h5v2H4.34A6 6 0 0010 18.55V12H6v-2h4V7.24A3 3 0 0112 2zm0 2a1 1 0 100 2 1 1 0 000-2z'/%3E%3C/svg%3E");
}

.icon-shield::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2l8 3v6c0 5.1-3.35 9.58-8 11-4.65-1.42-8-5.9-8-11V5l8-3zm0 2.14L6 6.4V11c0 3.9 2.38 7.42 6 8.87 3.62-1.45 6-4.97 6-8.87V6.4l-6-2.26z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2l8 3v6c0 5.1-3.35 9.58-8 11-4.65-1.42-8-5.9-8-11V5l8-3zm0 2.14L6 6.4V11c0 3.9 2.38 7.42 6 8.87 3.62-1.45 6-4.97 6-8.87V6.4l-6-2.26z'/%3E%3C/svg%3E");
}

.service-kicker {
  width: max-content;
  max-width: 100%;
  margin: -48px 0 14px 62px;
  padding: 4px 9px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  background: var(--muted);
  border-radius: 999px;
}

.service-card ul {
  display: grid;
  gap: 8px;
  padding-left: 0;
  margin: 16px 0 22px;
  color: var(--text-soft);
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 22px;
}

.service-card li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  content: "";
}

.service-card a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 900;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.accordion-group {
  display: grid;
  gap: 14px;
}

details {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(16, 37, 82, 0.06);
}

summary {
  min-height: 56px;
  padding: 18px 22px;
  color: var(--blue-dark);
  font-weight: 900;
  cursor: pointer;
}

details ul,
details p {
  padding: 0 22px 22px;
  margin: 0;
  color: var(--text-soft);
}

details ul {
  padding-left: 42px;
}

.feature-grid article {
  position: relative;
  overflow: hidden;
  border-top: 4px solid var(--accent);
}

.feature-grid article::before {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  place-items: center;
  color: var(--white);
  font-weight: 900;
  background: linear-gradient(135deg, var(--blue), var(--accent));
  border-radius: var(--radius);
  content: "✓";
}

.feature-grid article::after {
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 86px;
  height: 86px;
  background: var(--accent-soft);
  border-radius: 50%;
  content: "";
}

.feature-grid p {
  color: var(--text-soft);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: steps;
}

.steps li {
  position: relative;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.steps li::before {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  color: var(--white);
  font-weight: 900;
  background: var(--blue);
  border-radius: 50%;
  content: counter(steps);
  counter-increment: steps;
}

.steps strong,
.steps span {
  display: block;
}

.steps span {
  color: var(--text-soft);
}

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

.gallery-item {
  padding: 0;
  overflow: hidden;
  background: var(--muted);
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(16, 37, 82, 0.1);
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 180ms ease;
}

.gallery-item:hover img {
  transform: scale(1.03);
}

.contact-section {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-dark), #173574);
}

.contact-section p,
.contact-section .small-note {
  color: rgba(255, 255, 255, 0.82);
}

.contact-card {
  display: grid;
  gap: 10px;
  color: var(--blue-dark);
  font-style: normal;
}

.contact-card strong {
  margin-top: 10px;
}

.contact-card a {
  color: var(--blue);
  font-size: 1.35rem;
  font-weight: 900;
}

.small-note {
  margin-top: 20px;
  font-size: 0.95rem;
}

.site-footer {
  padding: 46px 0 24px;
  color: rgba(255, 255, 255, 0.82);
  background: var(--blue-dark);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 0.7fr;
  gap: 28px;
}

.site-footer img {
  width: 170px;
  height: auto;
  padding: 10px;
  background: var(--white);
  border-radius: var(--radius);
}

.site-footer strong,
.site-footer a {
  color: var(--white);
}

.site-footer nav {
  display: grid;
  gap: 8px;
  align-content: start;
}

.footer-bottom {
  padding-top: 22px;
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.mobile-call-bar {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 35;
  display: none;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 900;
  text-decoration: none;
  background: var(--accent);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(16, 37, 82, 0.88);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-height: 82vh;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  min-height: 44px;
  padding: 10px 14px;
  color: var(--white);
  font-weight: 900;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius);
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: var(--header-height) 0 auto 0;
    display: none;
    max-height: calc(100vh - var(--header-height));
    padding: 18px 16px 24px;
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    min-height: 46px;
    padding: 10px;
  }

  .language-link {
    border-left: 0;
  }

  .hero-grid,
  .two-column,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 360px;
  }

  .hero-panel > picture img {
    min-height: 360px;
  }

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

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

@media (max-width: 720px) {
  body {
    padding-bottom: 74px;
  }

  .container {
    width: min(100% - 24px, 1120px);
  }

  .section {
    padding: 64px 0;
  }

  .hero {
    min-height: auto;
    padding: 64px 0;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .badge-list {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-grid,
  .feature-grid,
  .gallery-grid,
  .steps,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .experience-card,
  .service-card,
  .feature-grid article,
  .steps li,
  .contact-card {
    padding: 22px;
  }

  .about-media-card,
  .about-media-card > img {
    min-height: 620px;
  }

  .experience-card {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .hero-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-call-bar {
    display: flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
