:root {
  --navy: #081b30;
  --navy-2: #0d2f52;
  --navy-3: #17466f;
  --orange: #f36c16;
  --orange-dark: #d95808;
  --charcoal: #22262b;
  --text: #27313d;
  --muted: #6f7b88;
  --line: #dde4eb;
  --soft: #f4f6f8;
  --white: #ffffff;
  --green: #22c55e;
  --shadow-sm: 0 12px 30px rgba(8, 27, 48, .09);
  --shadow-lg: 0 28px 70px rgba(8, 27, 48, .18);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --container: 100%;
  --header-h: 126px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.nav-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { display: block; }
.container { width: 100%; max-width: none; margin-inline: auto; padding-inline: clamp(18px, 3vw, 42px); }
.section { padding: 118px 0; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy);
  transform: translateY(-150%);
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.topbar { background: #061526; color: rgba(255,255,255,.78); font-size: 13px; }
.topbar__inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__actions { display: inline-flex; align-items: center; gap: 14px; }
.topbar__status { display: flex; align-items: center; gap: 9px; }
.status-dot { width: 7px; height: 7px; border-radius: 99px; background: var(--green); box-shadow: 0 0 0 5px rgba(34,197,94,.12); }
.topbar__phone { display: inline-flex; align-items: center; gap: 8px; color: var(--white); font-weight: 700; }
.topbar__phone svg { width: 15px; fill: var(--orange); }

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}
.lang-switch svg { width: 15px; height: 15px; fill: var(--orange); flex: 0 0 auto; }
.lang-switch select {
  color: var(--white);
  background: transparent;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}
.lang-switch select option { color: var(--text); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-h);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(8,27,48,.08);
  transition: box-shadow .25s ease, height .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 12px 35px rgba(8,27,48,.10); }
.header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 16px; flex: 0 0 auto; }
.brand img { width: 118px; height: 118px; object-fit: contain; }
.brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.brand__text strong { color: var(--navy); font-size: 20px; letter-spacing: -.02em; }
.brand__text small { margin-top: 6px; color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: 22px; flex: 1 1 auto; }
.primary-nav > a:not(.button) { color: #34404c; font-size: 16px; font-weight: 700; position: relative; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .25s ease; }
.primary-nav > a:not(.button):hover::after, .primary-nav > a.active::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; background: var(--navy); border: 0; border-radius: 12px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-toggle span { width: 21px; height: 2px; background: var(--white); transition: transform .25s ease, opacity .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }


.nav-language { position: relative; flex: 0 0 auto; }
.nav-language__toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px;
  background: var(--white);
  border: 1px solid #d8e0e8;
  border-radius: 14px;
  color: var(--navy);
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(8,27,48,.08);
}
.nav-language__current { display: inline-flex; align-items: center; gap: 8px; }
.nav-language__flag { display: block; width: 24px; height: 16px; object-fit: cover; border-radius: 3px; box-shadow: 0 0 0 1px rgba(8,27,48,.14); flex: 0 0 auto; }
.nav-language__code { font-size: 13px; letter-spacing: .06em; }
.nav-language__caret { font-size: 12px; color: #5f6d7a; }
.nav-language__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 180px;
  padding: 8px;
  background: var(--white);
  border: 1px solid #e4e9ef;
  border-radius: 16px;
  box-shadow: 0 22px 44px rgba(8,27,48,.14);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  z-index: 1100;
}
.nav-language.is-open .nav-language__menu { opacity: 1; transform: translateY(0); pointer-events: auto; }
.nav-language__option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #223141;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.nav-language__option:hover,
.nav-language__option.is-active { background: #f4f7fb; color: var(--navy); }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}
.button svg { width: 20px; height: 20px; fill: currentColor; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 44px; padding-inline: 18px; }
.button--orange { color: var(--white); background: var(--orange); box-shadow: 0 12px 28px rgba(243,108,22,.24); }
.button--orange:hover { background: var(--orange-dark); box-shadow: 0 16px 34px rgba(243,108,22,.30); }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.05); }
.button--ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.55); }
.button--navy { color: var(--white); background: var(--navy); }
.button--navy:hover { background: var(--navy-2); box-shadow: var(--shadow-sm); }
.button--light { color: var(--navy); background: var(--white); box-shadow: var(--shadow-sm); }
.button--light:hover { background: #f7fafc; }
.button--full { width: 100%; }

.eyebrow { display: inline-flex; align-items: center; gap: 11px; color: rgba(255,255,255,.74); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
.eyebrow--dark { color: var(--navy-3); }

.hero { min-height: 680px; position: relative; display: flex; align-items: center; padding: 96px 0 96px; color: var(--white); background: radial-gradient(circle at 78% 25%, #154d7d 0, #0b2e50 28%, #081b30 68%); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to right, #000, transparent 76%); }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero__glow--one { width: 500px; height: 500px; right: -210px; top: -190px; background: rgba(243,108,22,.12); }
.hero__glow--two { width: 330px; height: 330px; left: -180px; bottom: -130px; background: rgba(43,113,167,.18); }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; align-items: center; gap: 0; }
.hero__content { max-width: 980px; margin: 0 auto; text-align: center; }
.hero__content h1 { margin: 22px auto 24px; font-size: clamp(64px, 7vw, 102px); line-height: .96; letter-spacing: -.055em; max-width: 900px; }
.hero__content h1 em { color: var(--orange); font-style: normal; }
.hero__lead { max-width: 760px; margin: 0 auto; color: rgba(255,255,255,.82); font-size: 20px; line-height: 1.8; }
.hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 38px; }
.hero__proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 52px auto 0; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); max-width: 920px; }
.hero__proof div { display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero__proof strong { font-size: 15px; color: var(--white); }
.hero__proof span { margin-top: 5px; font-size: 13px; color: rgba(255,255,255,.62); }
.hero__visual { display: none; }
.hero-card { position: absolute; overflow: hidden; background: #122a40; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 30px 80px rgba(0,0,0,.34); }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card--main { left: 0; top: 32px; width: 66%; height: clamp(510px, 33vw, 620px); border-radius: 26px; }
.hero-card--main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,15,27,.84), transparent 48%); }
.hero-card__label { position: absolute; z-index: 2; left: 24px; bottom: 22px; display: flex; flex-direction: column; }
.hero-card__label span { color: rgba(255,255,255,.66); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.hero-card__label strong { margin-top: 4px; font-size: 18px; }
.hero-card--small { right: 0; width: 44%; height: clamp(240px, 16vw, 300px); border-radius: 20px; }
.hero-card--top { top: 0; }
.hero-card--bottom { bottom: 0; }
.experience-badge { position: absolute; z-index: 3; right: 26%; bottom: 18px; width: 174px; min-height: 74px; padding: 13px 16px; display: flex; align-items: center; gap: 10px; color: var(--navy); background: var(--white); border-radius: 16px; box-shadow: 0 18px 40px rgba(0,0,0,.24); }
.experience-badge svg { width: 28px; height: 28px; padding: 5px; fill: var(--white); background: var(--orange); border-radius: 50%; }
.experience-badge span { display: flex; flex-direction: column; line-height: 1.2; font-size: 11px; color: var(--muted); }
.experience-badge strong { color: var(--navy); font-size: 15px; }
.hero__bottom-line { position: absolute; bottom: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--orange) 0 28%, rgba(255,255,255,.11) 28% 100%); }

.trust-strip { position: relative; z-index: 5; background: var(--white); border-bottom: 1px solid var(--line); }
.trust-strip__grid { min-height: 116px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 24px 26px; border-right: 1px solid var(--line); }
.trust-item:first-child { border-left: 1px solid var(--line); }
.trust-item svg { width: 34px; height: 34px; flex: 0 0 auto; fill: var(--orange); }
.trust-item span { display: flex; flex-direction: column; line-height: 1.25; }
.trust-item strong { color: var(--navy); font-size: 14px; }
.trust-item small { margin-top: 5px; color: var(--muted); font-size: 11px; }

.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 54px; }
.section-heading h2, .about-copy h2, .contact-info h2, .reviews-top h2 { margin: 14px 0 0; color: var(--navy); font-size: clamp(40px, 5vw, 62px); line-height: 1.04; letter-spacing: -.045em; }
.section-heading h2 em, .about-copy h2 em, .contact-info h2 em { color: var(--orange); font-style: normal; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 16px; }
.section-heading--single { grid-template-columns: 1fr; gap: 0; max-width: 760px; }
.services { background: var(--soft); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { display: flex; flex-direction: column; background: var(--white); border: 1px solid #e4e9ef; border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 22px rgba(8,27,48,.04); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card__image { position: relative; height: clamp(245px, 19vw, 320px); overflow: hidden; background: #dce2e8; }
.service-card__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,27,48,.35), transparent 48%); }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card:hover .service-card__image img { transform: scale(1.045); }
.service-card__number { position: absolute; z-index: 2; top: 18px; right: 18px; display: grid; width: 44px; height: 44px; place-items: center; color: var(--white); background: rgba(8,27,48,.82); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; font-size: 12px; font-weight: 900; }
.service-card__body { display: flex; flex: 1; flex-direction: column; padding: 26px 26px 28px; }
.service-card h3 { margin: 0; color: var(--navy); font-size: 21px; line-height: 1.25; }
.service-card p { flex: 1; margin: 14px 0 20px; color: var(--muted); font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange-dark); font-size: 13px; font-weight: 900; }
.text-link span { font-size: 17px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.process-section { color: var(--white); background: linear-gradient(145deg, #061526, #0c3154); position: relative; overflow: hidden; }
.process-section::before { content: ""; position: absolute; width: 650px; height: 650px; right: -300px; top: -350px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018); }
.process-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.process-copy h2 { margin: 15px 0 22px; font-size: clamp(42px, 5vw, 62px); line-height: 1.05; letter-spacing: -.045em; }
.process-copy p { margin: 0 0 30px; color: rgba(255,255,255,.67); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 76px 1fr; gap: 24px; align-items: start; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.process-list li:first-child { border-top: 1px solid rgba(255,255,255,.13); }
.process-list__number { display: grid; width: 58px; height: 58px; place-items: center; color: var(--orange); border: 1px solid rgba(243,108,22,.58); border-radius: 16px; font-size: 13px; font-weight: 900; }
.process-list h3 { margin: 0 0 8px; font-size: 20px; }
.process-list p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; }

.projects { background: var(--white); }
.project-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-auto-rows: clamp(330px, 22vw, 420px); gap: 18px; }
.project-card { position: relative; padding: 0; border: 0; border-radius: var(--radius); overflow: hidden; background: #dce3e9; cursor: zoom-in; text-align: left; box-shadow: 0 8px 25px rgba(8,27,48,.08); }
.project-card--wide { grid-column: span 2; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,18,32,.82), transparent 52%); }
.project-card:hover img { transform: scale(1.05); }
.project-card > span { position: absolute; z-index: 2; left: 24px; bottom: 22px; display: flex; flex-direction: column; color: var(--white); }
.project-card small { color: rgba(255,255,255,.7); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.project-card strong { margin-top: 3px; font-size: 21px; }

.about { background: var(--soft); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 92px; align-items: center; }
.about-media { position: relative; min-height: clamp(580px, 42vw, 720px); overflow: visible; }
.about-media__image { position: absolute; inset: 0 22px 0 0; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.about-media__image img { width: 100%; height: 100%; object-fit: cover; }
.about-media__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(8,27,48,.02), rgba(8,27,48,.32)); }
.about-media__seal { position: absolute; right: 18px; bottom: 24px; width: 250px; height: auto; padding: 0; background: transparent; border-radius: 0; box-shadow: none; display: block; }
.about-media__seal img { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 18px 30px rgba(8,27,48,.18)); background: transparent; }
.about-copy__lead { margin: 25px 0 16px; color: var(--navy); font-size: 19px; font-weight: 700; line-height: 1.55; }
.about-copy > p:not(.about-copy__lead) { color: var(--muted); }
.about-values { display: grid; gap: 14px; margin: 30px 0 34px; }
.about-values > div { display: flex; align-items: center; gap: 13px; }
.about-values svg { width: 27px; height: 27px; padding: 5px; flex: 0 0 auto; fill: var(--white); background: var(--orange); border-radius: 50%; }
.about-values span { display: flex; flex-direction: column; line-height: 1.2; }
.about-values strong { color: var(--navy); font-size: 14px; }
.about-values small { margin-top: 4px; color: var(--muted); font-size: 12px; }

.reviews { color: var(--white); background: #071a2d; }
.reviews-top { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.reviews-top h2 { color: var(--white); }
.review-rating { display: flex; flex-direction: column; align-items: flex-end; }
.review-rating span { color: #ffb13b; letter-spacing: .14em; font-size: 19px; }
.review-rating small { margin-top: 5px; color: rgba(255,255,255,.54); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card { position: relative; min-height: 340px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); }
.review-card__quote { position: absolute; right: 28px; top: 10px; color: var(--orange); opacity: .6; font-family: Georgia, serif; font-size: 88px; line-height: 1; }
.review-card p { position: relative; z-index: 2; margin: 0 0 30px; color: rgba(255,255,255,.75); font-size: 15px; }
.review-card footer { display: flex; align-items: center; gap: 12px; }
.avatar { display: grid; width: 44px; height: 44px; place-items: center; flex: 0 0 auto; color: var(--white); background: var(--orange); border-radius: 50%; font-size: 12px; font-weight: 900; }
.review-card footer div { display: flex; flex-direction: column; line-height: 1.2; }
.review-card footer strong { font-size: 14px; }
.review-card footer small { margin-top: 4px; color: rgba(255,255,255,.46); font-size: 11px; }

.cta-banner { padding: 64px 0; color: var(--white); background: var(--orange); }
.cta-banner__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-banner .eyebrow { color: rgba(255,255,255,.75); }
.cta-banner .eyebrow span { background: var(--white); }
.cta-banner h2 { margin: 10px 0 0; font-size: clamp(34px, 4vw, 48px); line-height: 1.08; letter-spacing: -.04em; }

.contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.contact-info > p { max-width: 520px; color: var(--muted); }
.contact-details { display: grid; gap: 14px; margin-top: 34px; }
.contact-details > a, .contact-details > div { display: flex; align-items: center; gap: 14px; }
.contact-details__icon { display: grid; width: 48px; height: 48px; place-items: center; flex: 0 0 auto; background: #eef3f7; border-radius: 14px; }
.contact-details__icon svg { width: 22px; height: 22px; fill: var(--orange); }
.contact-details > a > span:last-child, .contact-details > div > span:last-child { display: flex; flex-direction: column; line-height: 1.25; }
.contact-details small { color: var(--muted); font-size: 11px; }
.contact-details strong { margin-top: 3px; color: var(--navy); font-size: 15px; }
.quote-form { padding: 38px; background: var(--soft); border: 1px solid #e2e8ee; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: block; margin-bottom: 18px; }
.quote-form label > span { display: block; margin-bottom: 8px; color: var(--navy); font-size: 12px; font-weight: 900; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; color: var(--text); background: var(--white); border: 1px solid #d7dfe7; border-radius: 12px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.quote-form input, .quote-form select { height: 52px; padding: 0 15px; }
.quote-form textarea { padding: 14px 15px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(243,108,22,.12); }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.site-footer { color: rgba(255,255,255,.66); background: #061526; }
.footer-main { display: grid; grid-template-columns: .9fr 1fr 1fr; gap: 48px; align-items: center; padding: 62px 0 42px; }
.brand--footer .brand__text strong { color: var(--white); }
.brand--footer img { width: 82px; height: 82px; }
.footer-main > p { margin: 0; max-width: 420px; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px 24px; }
.footer-links a { color: rgba(255,255,255,.76); font-size: 13px; font-weight: 700; }
.footer-links a:hover { color: var(--orange); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0 28px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.footer-bottom a { color: var(--white); }

.whatsapp-float { position: fixed; z-index: 900; right: 22px; bottom: 22px; min-width: 154px; height: 54px; padding: 0 18px; display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--white); background: #20b95a; border-radius: 999px; box-shadow: 0 16px 38px rgba(19,151,75,.32); font-size: 13px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(19,151,75,.38); }
.whatsapp-float svg { width: 23px; height: 23px; fill: currentColor; }
.mobile-contact-bar { display: none; }

.lightbox { position: fixed; z-index: 3000; inset: 0; padding: 50px; background: rgba(2,10,18,.94); backdrop-filter: blur(10px); place-items: center; }
.lightbox:not([hidden]) { display: grid; }
.lightbox img { max-width: min(1180px, 92vw); max-height: 86vh; object-fit: contain; border-radius: 16px; box-shadow: 0 30px 90px rgba(0,0,0,.55); }
.lightbox__close { position: fixed; top: 20px; right: 24px; width: 48px; height: 48px; color: var(--white); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; font-size: 31px; line-height: 1; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .72s ease, transform .72s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.legal-page { min-height: 100vh; background: var(--soft); }
.legal-hero { padding: 90px 0 50px; color: var(--white); background: var(--navy); }
.legal-hero h1 { margin: 12px 0 0; font-size: clamp(40px, 6vw, 68px); }
.legal-content { max-width: 850px; padding: 70px 0 110px; }
.legal-content h2 { margin: 38px 0 10px; color: var(--navy); }
.legal-content p { color: var(--muted); }

@media (max-width: 1080px) {
  :root { --container: 940px; }
  .primary-nav { gap: 18px; }
  .primary-nav > a:not(.button) { font-size: 13px; }
  .hero__grid { grid-template-columns: 1fr; gap: 0; }
  .hero__visual { display: none; }
  .hero-card--main { display: none; }
  .hero-card--small { display: none; }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-card--wide { grid-column: span 1; }
  .about-grid, .contact-grid { gap: 58px; }
}

@media (max-width: 860px) {
  :root { --header-h: 96px; }
  .section { padding: 86px 0; }
  .topbar__status { display: none; }
  .topbar__inner { justify-content: center; }
  .topbar__actions { width: auto; justify-content: center; gap: 10px; }
  .brand img { width: 84px; height: 84px; }
  .brand__text strong { font-size: 17px; }
  .brand__text small { display: none; }

  .topbar__phone span { font-size: 12px; }
  .menu-toggle { display: flex; }
  .nav-language { margin-top: 18px; }
  .nav-language__toggle { width: 100%; min-height: 52px; justify-content: space-between; box-shadow: none; }
  .nav-language__menu { position: static; min-width: 100%; margin-top: 8px; box-shadow: none; border-radius: 14px; display: none; opacity: 1; transform: none; pointer-events: auto; }
  .nav-language.is-open .nav-language__menu { display: block; }
  .primary-nav { position: fixed; inset: calc(38px + var(--header-h)) 0 auto 0; z-index: 999; max-height: calc(100vh - 114px); padding: 24px 20px 32px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 28px 50px rgba(8,27,48,.18); overflow-y: auto; transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .28s ease, opacity .2s ease; }
  .primary-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .primary-nav > a:not(.button) { padding: 14px 4px; border-bottom: 1px solid #edf0f3; font-size: 16px; }
  .primary-nav > a:not(.button)::after { display: none; }
  .nav-cta { margin-top: 18px; }
  .nav-language__option { padding: 12px; }
  .hero { min-height: auto; padding: 82px 0 82px; }
  .hero__grid { grid-template-columns: 1fr; gap: 0; }
  .hero__content { text-align: center; max-width: 100%; }
  .hero__content .eyebrow, .hero__actions { justify-content: center; }
  .hero__lead { margin-inline: auto; }
  .hero__visual { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .process-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-media { min-height: 520px; }
  .about-copy { max-width: 700px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 280px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; text-align: center; }
  .brand--footer { justify-content: center; }
  .footer-main > p { margin-inline: auto; }
  .footer-links { justify-content: center; }
}

@media (max-width: 620px) {
  .container { padding-inline: clamp(14px, 4vw, 24px); }
  .section { padding: 72px 0; }
  .topbar { font-size: 12px; }
  .site-header { top: 0; }
  .brand__text small { display: none; }
  .hero { padding-top: 64px; }
  .hero__content h1 { font-size: clamp(48px, 14vw, 70px); }
  .hero__lead { font-size: 17px; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__proof { grid-template-columns: 1fr; gap: 12px; text-align: center; }
  .hero__proof div { padding: 11px 14px; background: rgba(255,255,255,.06); border-radius: 10px; align-items: center; }
  .hero__visual { display: none; }
  .hero-card--main { display: none; }
  .hero-card--small { display: none; }
  .experience-badge { right: 17%; bottom: -2px; transform: scale(.9); }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:first-child { border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .trust-item { justify-content: center; gap: 18px; padding: 24px 20px; text-align: left; }
  .trust-item svg { width: 36px; height: 36px; }
  .trust-item span { width: min(100%, 280px); align-items: flex-start; text-align: left; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card__image { height: 230px; }
  .section-heading h2, .about-copy h2, .contact-info h2, .reviews-top h2 { font-size: 40px; }
  .services .section-heading h2 { font-size: 30px; line-height: 1.08; letter-spacing: -.03em; }
  .process-list li { grid-template-columns: 54px 1fr; gap: 16px; }
  .process-list__number { width: 48px; height: 48px; }
  .project-grid { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .about-media { min-height: 430px; }
  .about-media__image { right: 22px; }
  .about-media__seal { width: 190px; height: auto; bottom: 18px; right: 10px; }
  .reviews-top { align-items: flex-start; flex-direction: column; }
  .review-rating { align-items: flex-start; }
  .cta-banner__inner { flex-direction: column; align-items: stretch; text-align: center; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 24px 18px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .whatsapp-float { display: none; }
  .mobile-contact-bar { position: fixed; z-index: 1200; left: 0; right: 0; bottom: 0; height: 62px; display: grid; grid-template-columns: 1fr 1fr; background: var(--white); box-shadow: 0 -10px 30px rgba(8,27,48,.15); }
  .mobile-contact-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 13px; font-weight: 900; }
  .mobile-contact-bar a:first-child { color: var(--navy); }
  .mobile-contact-bar a:last-child { color: var(--white); background: #20b95a; }
  .mobile-contact-bar svg { width: 20px; height: 20px; fill: currentColor; }
  .site-footer { padding-bottom: 62px; }
  .lightbox { padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

.nav-cta { font-size: 15px; }


/* V9: responsive About video */
.about-media--video {
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: visible;
}
.about-media__video {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #061526;
  box-shadow: var(--shadow-lg);
}
.about-media__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #061526;
}
@media (max-width: 860px) {
  .about-media--video { min-height: 0; aspect-ratio: 16 / 9; }
}
@media (max-width: 620px) {
  .about-media--video { min-height: 0; aspect-ratio: 16 / 9; }
}
