/* Multi-page SEO and conversion layouts. Base tokens live in site.css. */
body {
  padding-bottom: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.no-js form[data-contact-form] {
  display: none;
}

h2 {
  font-weight: 700;
}

h3,
.button {
  font-weight: 700;
}

.seo-nav {
  gap: 24px;
  margin-right: 22px;
}

.seo-nav > a,
.nav-group > summary {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.seo-nav > a:hover,
.nav-group > summary:hover,
.nav-group[open] > summary {
  color: var(--text);
}

.nav-group {
  position: relative;
}

.nav-group > summary {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  list-style: none;
}

.nav-group > summary::-webkit-details-marker {
  display: none;
}

.nav-group > summary span {
  color: var(--blue);
  font-size: 12px;
  transition: transform .2s ease;
}

.nav-group[open] > summary span {
  transform: rotate(180deg);
}

.nav-dropdown {
  position: absolute;
  top: 34px;
  left: -20px;
  display: grid;
  width: 250px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.nav-dropdown::before {
  position: absolute;
  top: -17px;
  right: 0;
  left: 0;
  height: 17px;
  content: "";
}

.nav-dropdown a {
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.nav-dropdown a:hover {
  background: var(--panel-2);
  color: var(--blue);
}

.header-quote {
  padding: 10px 16px;
  border-radius: 9px;
  background: var(--blue);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.language-toggle {
  display: grid;
  min-width: 40px;
  height: 37px;
  padding: 0 10px;
  place-items: center;
  border: 1px solid var(--blue);
  border-radius: 999px;
  color: var(--blue-light);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.language-toggle:hover {
  background: rgba(22, 140, 255, .1);
}

.seo-mobile-nav strong {
  padding: 18px 5px 6px;
  color: var(--blue);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 145px 0 75px;
  border-bottom: 1px solid var(--line);
}

.home-hero::before,
.inner-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 80px 80px;
  content: "";
  opacity: .13;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 85%);
}

.home-hero-grid {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr .9fr;
  gap: 70px;
}

.home-hero-copy {
  position: relative;
  z-index: 2;
}

.home-hero h1 {
  max-width: 750px;
  font-size: clamp(54px, 5.4vw, 78px);
  font-weight: 700;
}

.hero-kicker {
  margin: 28px 0 0;
  color: var(--text);
  font-size: 15px;
  font-weight: 800;
}

.home-hero .hero-lead {
  max-width: 650px;
  margin-top: 12px;
}

.home-hero .hero-actions {
  flex-wrap: wrap;
}

.text-phone {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.text-phone:hover {
  color: var(--blue);
}

.home-hero-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .2);
}

.home-hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(3, 9, 16, .8));
  content: "";
}

.home-hero-visual img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.visual-overlay {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff;
}

.visual-overlay > span {
  position: absolute;
  bottom: 62px;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 7px;
  background: rgba(5, 13, 22, .6);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  backdrop-filter: blur(10px);
}

.visual-overlay i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #68ffba;
  box-shadow: 0 0 10px #68ffba;
}

.visual-overlay strong {
  font-size: 25px;
  line-height: 1.2;
}

.visual-chip {
  position: absolute;
  z-index: 3;
  top: 22px;
  right: 22px;
  display: flex;
  width: 75px;
  height: 75px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: rgba(8, 19, 31, .68);
  color: #fff;
  backdrop-filter: blur(10px);
}

.visual-chip span {
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
}

.visual-chip strong {
  color: var(--blue-light);
  font-size: 28px;
  line-height: 1;
}

.home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.home-service-card {
  position: relative;
  display: flex;
  min-height: 285px;
  flex-direction: column;
  padding: 29px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.home-service-card:hover {
  border-color: rgba(22, 140, 255, .45);
  transform: translateY(-4px);
}

.service-index {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 35px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
}

.home-service-card h3 {
  margin: 0 0 11px;
  font-size: 18px;
  letter-spacing: -.03em;
}

.home-service-card p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 12px;
}

.home-service-card strong {
  margin-top: auto;
  color: var(--blue);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.why-us {
  border-block: 1px solid var(--line);
  background: var(--bg-soft);
}

.why-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}

.why-media {
  position: relative;
}

.why-media > img {
  width: 100%;
  min-height: 580px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
}

.why-badge {
  position: absolute;
  right: -35px;
  bottom: 45px;
  display: flex;
  width: 190px;
  min-height: 100px;
  align-items: center;
  gap: 17px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 16px;
  background: #0a75dc;
  box-shadow: 0 20px 45px rgba(0, 70, 140, .3);
  color: #fff;
}

.why-badge strong {
  font-size: 36px;
}

.why-badge span {
  font-size: 10px;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
}

.why-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 25px 0 32px;
  color: var(--muted);
  font-size: 14px;
}

.why-list article {
  display: grid;
  padding: 21px 0;
  border-top: 1px solid var(--line);
  grid-template-columns: 55px 1fr;
}

.why-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.why-list article > span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
}

.why-list h3 {
  margin: 0 0 5px;
  font-size: 15px;
}

.why-list p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.cluster-section {
  overflow: hidden;
}

.cluster-row {
  display: grid;
  min-height: 520px;
  align-items: stretch;
  margin-bottom: 90px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
  grid-template-columns: 1fr 1fr;
}

.cluster-row.reverse .cluster-copy {
  order: 2;
}

.cluster-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 65px;
}

.cluster-no {
  margin-bottom: 24px;
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.cluster-copy h2 {
  font-size: clamp(38px, 4vw, 55px);
}

.cluster-copy > p {
  margin: 24px 0;
  color: var(--muted);
  font-size: 13px;
}

.cluster-row > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.cluster-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cluster-links a {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
}

.cluster-links a:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.access-art {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(22, 140, 255, .18), transparent 45%),
    linear-gradient(145deg, #142235, #080e17);
}

.access-art::before,
.access-art::after {
  position: absolute;
  width: 400px;
  height: 400px;
  border: 1px solid rgba(81, 173, 255, .17);
  border-radius: 50%;
  content: "";
}

.access-art::after {
  width: 280px;
  height: 280px;
}

.access-card,
.access-reader-art {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.access-card {
  width: 190px;
  height: 120px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  background: linear-gradient(135deg, #158cff, #0657ac);
  box-shadow: 0 28px 50px rgba(0, 0, 0, .28);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .16em;
  transform: translate(-55px, -35px) rotate(-10deg);
}

.access-card i {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 24px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 3px;
}

.access-reader-art {
  width: 135px;
  height: 185px;
  flex-direction: column;
  border: 1px solid #405877;
  border-radius: 15px;
  background: #111c2b;
  box-shadow: 0 25px 70px rgba(0, 0, 0, .4);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
  transform: translate(85px, 50px);
}

.access-reader-art::before {
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 25px rgba(22, 140, 255, .25);
  content: "";
}

.access-reader-art em {
  margin-top: 6px;
  color: #66f2ac;
  font-size: 7px;
  font-style: normal;
}

.service-maintenance {
  background: var(--bg-soft);
}

.maintenance-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}

.maintenance-copy > p:not(.eyebrow) {
  max-width: 550px;
  margin: 25px 0 30px;
  color: var(--muted);
  font-size: 14px;
}

.maintenance-signs {
  padding: 43px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--panel);
}

.maintenance-signs h3 {
  margin: 0 0 22px;
  font-size: 18px;
}

.maintenance-signs ul {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.maintenance-signs li {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.maintenance-signs li::before {
  margin-right: 10px;
  color: var(--blue);
  content: "✓";
}

.maintenance-signs a {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.region-panel {
  display: grid;
  align-items: center;
  padding: 58px 62px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
}

.region-copy {
  padding-left: 55px;
  border-left: 1px solid var(--line);
}

.region-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 13px;
}

.region-copy a {
  display: inline-block;
  margin-top: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--blue);
  color: var(--blue);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.home-faq {
  background: var(--bg-soft);
}

.faq-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 100px;
}

.faq-grid > div:first-child > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
}

.faq-item {
  border-top: 1px solid var(--line);
}

.faq-item:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--blue);
  transition: transform .25s ease;
}

.faq-item[open] summary span {
  transform: rotate(45deg);
}

.faq-item p {
  max-width: 720px;
  margin: -5px 45px 26px 0;
  color: var(--muted);
  font-size: 12px;
}

.home-contact {
  padding-top: 0;
}

.contact-conversion {
  display: grid;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(120deg, #075cb3, #0d83ec 55%, #22a0ff);
  color: #fff;
  grid-template-columns: 1.1fr .9fr;
}

.contact-conversion-copy {
  padding: 75px 65px;
}

.contact-conversion-copy h2 {
  font-size: clamp(42px, 4.3vw, 60px);
}

.contact-conversion-copy h2 em {
  color: rgba(255, 255, 255, .65);
}

.contact-conversion-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 25px 0 35px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}

.direct-contact {
  display: grid;
  gap: 10px;
}

.direct-contact a {
  display: flex;
  max-width: 420px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.direct-contact > span {
  display: flex;
  max-width: 420px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.direct-contact small {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
}

.direct-contact strong {
  font-size: 12px;
}

.contact-conversion > div:last-child {
  display: flex;
  padding: 35px;
}

.lead-form {
  width: 100%;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
  box-shadow: var(--shadow);
  color: var(--text);
}

.no-script-contact {
  display: flex;
  max-width: 520px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}

.no-script-contact p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.no-script-contact > a:last-child {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.form-head {
  margin-bottom: 23px;
}

.form-head > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.form-head h3 {
  margin: 5px 0 4px;
  font-size: 19px;
}

.form-head p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.lead-form label {
  display: block;
  margin-top: 13px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  margin-top: 5px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  outline: 0;
  background: var(--bg-soft);
  color: var(--text);
  font: inherit;
  font-size: 14px;
}

.lead-form textarea {
  min-height: 88px;
  resize: vertical;
}

.form-guard strong {
  margin-left: 4px;
  color: var(--text);
}

.form-honeypot {
  display: none !important;
}

.captcha-note {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.form-status {
  min-height: 18px;
  margin: 9px 0 0;
  color: var(--blue-light);
  font-size: 12px;
  text-align: center;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(22, 140, 255, .1);
}

.form-submit {
  width: 100%;
  margin-top: 18px;
  cursor: pointer;
}

.form-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.form-privacy {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.form-privacy a {
  color: var(--blue-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Service pages */
.inner-hero {
  position: relative;
  overflow: hidden;
  padding: 125px 0 85px;
  border-bottom: 1px solid var(--line);
}

.inner-hero-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%, rgba(22, 140, 255, .13), transparent 60%);
}

.breadcrumbs {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 42px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
}

.breadcrumbs a:hover {
  color: var(--blue);
}

.breadcrumbs span:last-child {
  color: var(--text);
}

.inner-hero-grid {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr .86fr;
  gap: 70px;
}

.inner-hero h1 {
  max-width: 760px;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 700;
}

.inner-hero-copy > p:not(.eyebrow) {
  max-width: 670px;
  margin: 25px 0 30px;
  color: var(--muted);
  font-size: 15px;
}

.service-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 35px;
}

.service-assurances span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
}

.service-assurances span::first-letter {
  color: var(--blue);
}

.inner-hero-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
}

.inner-hero-media img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.inner-hero-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 8px;
  background: rgba(5, 12, 20, .75);
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.article-layout {
  display: grid;
  align-items: start;
  padding-block: 95px 125px;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 80px;
}

.article-section {
  padding: 0 0 55px;
}

.article-section + .article-section {
  padding-top: 55px;
  border-top: 1px solid var(--line);
}

.article-section h2,
.related-section h2 {
  max-width: 750px;
  margin: 0 0 24px;
  font-size: clamp(30px, 3vw, 43px);
  letter-spacing: -.045em;
}

.article-section p {
  max-width: 820px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.article-aside {
  position: sticky;
  top: 112px;
}

.article-aside .lead-form {
  padding: 27px;
}

.aside-contact {
  display: flex;
  margin-top: 15px;
  padding: 23px;
  flex-direction: column;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
}

.aside-contact strong {
  margin-bottom: 5px;
  font-size: 11px;
}

.aside-contact a {
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
}

.aside-contact span {
  color: var(--muted);
  font-size: 9px;
}

.inline-cta {
  display: grid;
  align-items: center;
  margin: 10px 0 65px;
  padding: 42px;
  border-radius: 21px;
  background: linear-gradient(120deg, #086bca, #178fff);
  color: #fff;
  grid-template-columns: 1fr auto;
  gap: 35px;
}

.inline-cta span {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.inline-cta h2 {
  margin: 6px 0 5px;
  font-size: 27px;
  letter-spacing: -.035em;
}

.inline-cta p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, .77);
  font-size: 10px;
}

.inline-cta-actions {
  display: flex;
  gap: 8px;
}

.button.ghost-light {
  border-color: rgba(255, 255, 255, .35);
  color: #fff;
}

.button.white {
  background: #fff;
  color: #086dcc;
}

.faq-section {
  padding-top: 55px;
  border-top: 1px solid var(--line);
}

.faq-section .eyebrow {
  margin-bottom: 16px;
}

.related-section {
  padding-top: 60px;
  border-top: 1px solid var(--line);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.related-card {
  display: flex;
  min-height: 120px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
}

.related-card:hover {
  border-color: var(--blue);
}

.related-card span {
  font-size: 12px;
  font-weight: 800;
}

.related-card small {
  color: var(--blue);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer {
  --text: #f3f6fa;
  --muted: #9aa4b1;
  --line: rgba(255, 255, 255, .1);
  padding: 48px 0 18px;
  background: #222;
  color: var(--text);
}

.seo-footer {
  padding-bottom: 38px;
  grid-template-columns: 1.2fr 1.6fr .85fr 1fr;
  gap: 55px;
}

.footer-company p {
  max-width: 300px;
  line-height: 1.75;
}

.footer-company {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.seo-footer h2 {
  margin: 0 0 10px;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.seo-footer > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.seo-footer .footer-services {
  display: block;
}

.footer-link-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 22px;
}

.footer-contact p {
  margin: 8px 0 2px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.8;
}

.footer-contact-link {
  color: var(--blue) !important;
  font-weight: 700;
}

.footer-subhead {
  margin-top: 17px !important;
}

.site-footer .footer-bottom {
  color: #79838f;
}

.mobile-floating-actions {
  display: none;
}

.back-to-top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none !important;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto !important;
}

@media (min-width: 761px) {
  .mobile-floating-actions {
    position: fixed;
    z-index: 90;
    right: 24px;
    bottom: 24px;
    left: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    transition: bottom .2s ease;
  }

  .cookie-visible .mobile-floating-actions {
    bottom: 86px;
  }

  .mobile-whatsapp,
  .back-to-top {
    display: grid;
    width: 54px;
    height: 54px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #078bd5;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .32);
    color: #fff;
    cursor: pointer;
    pointer-events: auto;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  .mobile-whatsapp:hover,
  .back-to-top:hover {
    transform: translateY(-2px);
  }

  .mobile-whatsapp svg {
    width: 31px;
    height: 31px;
    fill: currentColor;
  }

  .back-to-top svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
  }
}

.cookie-banner {
  position: fixed;
  z-index: 96;
  right: 14px;
  bottom: 13px;
  left: 14px;
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px 10px 20px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 15px;
  background: rgba(35, 35, 35, .94);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
  color: #d8dde3;
  backdrop-filter: blur(16px);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner p {
  margin: 0;
  font-size: 13px;
}

.cookie-banner a {
  color: var(--blue-light);
}

.cookie-banner button {
  flex: 0 0 auto;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 9px;
  background: #2b2b2b;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.legal-page {
  min-height: 70vh;
  padding: 145px 0 90px;
}

.corporate-story {
  background: var(--bg-soft);
}

.story-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
}

.story-copy {
  padding-left: 60px;
  border-left: 1px solid var(--line);
}

.story-copy p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.values-grid article {
  min-height: 245px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
}

.values-grid article > span {
  display: block;
  margin-bottom: 52px;
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
}

.values-grid h3 {
  margin: 0 0 10px;
  font-size: 17px;
}

.values-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.company-facts {
  padding-top: 0;
}

.facts-panel {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
  grid-template-columns: repeat(4, 1fr);
}

.facts-panel > div {
  display: flex;
  min-height: 155px;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.facts-panel > div:last-child {
  border-right: 0;
}

.facts-panel small {
  color: var(--blue);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .1em;
}

.facts-panel strong {
  margin: 7px 0 2px;
  font-size: 16px;
}

.facts-panel span {
  color: var(--muted);
  font-size: 9px;
}

.about-contact {
  padding-top: 0;
}

.contact-page {
  min-height: 100vh;
  padding: 125px 0 100px;
  background:
    radial-gradient(circle at 75% 22%, rgba(22, 140, 255, .11), transparent 30%),
    var(--bg);
}

.contact-page-heading {
  max-width: 850px;
  margin-bottom: 45px;
}

.contact-page-heading h1 {
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 700;
}

.contact-page-heading h1 em {
  color: var(--blue);
  font-style: normal;
}

.contact-page-heading > p:not(.eyebrow) {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.contact-page-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 1.25fr .75fr;
  gap: 14px;
}

.english-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.english-service-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
}

.english-service-grid img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.english-service-grid article > div {
  padding: 28px;
}

.english-service-grid h3 {
  margin: 0 0 10px;
  font-size: 19px;
}

.english-service-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.english-contact {
  align-items: center;
}

.english-contact-links {
  display: grid;
  padding: 45px;
  gap: 8px;
}

.english-contact-links > a,
.english-contact-links > span {
  display: flex;
  flex-direction: column;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.english-contact-links small {
  color: rgba(255, 255, 255, .65);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
}

.english-contact-links strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
}

.english-footer {
  grid-template-columns: 1.35fr 1fr .8fr 1fr;
}

.contact-page-grid .lead-form {
  min-height: 100%;
  padding: 38px;
}

.contact-info {
  display: grid;
  gap: 10px;
}

.contact-info > img {
  display: block;
  width: 100%;
  height: 220px;
  border-radius: 14px;
  object-fit: cover;
}

.contact-info article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
}

.contact-info h2 {
  margin: 0 0 8px;
  font-size: 13px;
}

.contact-info p,
.contact-info a {
  display: block;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.8;
}

.contact-info a {
  color: var(--blue);
}

.legal-card {
  max-width: 880px;
  padding: 55px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--panel);
}

.legal-card h1 {
  margin-bottom: 30px;
  font-size: clamp(42px, 5vw, 64px);
}

.legal-card > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
}

.legal-card a {
  color: var(--blue);
}

.legal-card small {
  display: block;
  margin-top: 30px;
  color: var(--muted);
  font-size: 9px;
}

.error-page {
  display: grid;
  min-height: 75vh;
  place-items: center;
  padding: 150px 0 80px;
  text-align: center;
}

.error-page span {
  color: var(--blue);
  font-size: 90px;
  font-weight: 800;
  letter-spacing: -.08em;
}

.error-page h1 {
  margin: 0 auto;
  font-size: clamp(40px, 6vw, 70px);
}

.error-page p {
  max-width: 600px;
  margin: 22px auto 30px;
  color: var(--muted);
}

/* Final simplified visual language: calm, direct and consistent with AIOR sites. */
.site-header {
  background: color-mix(in srgb, var(--bg) 92%, transparent);
}

.header-inner {
  height: 78px;
}

.seo-nav {
  gap: 30px;
}

.seo-nav > a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.seo-nav > a:hover {
  color: var(--text);
}

.header-quote {
  padding: 9px 15px;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--text);
  font-size: 12px;
  font-weight: 600;
}

.eyebrow {
  width: fit-content;
  margin-bottom: 20px;
  padding: 6px 9px;
  border-radius: 7px;
  background: rgba(22, 140, 255, .1);
  color: var(--blue-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
}

.eyebrow > span:first-child {
  display: none;
}

.home-hero {
  min-height: 680px;
  padding: 125px 0 70px;
}

.home-hero-grid {
  gap: 55px;
}

.home-hero h1 {
  max-width: 720px;
  font-size: clamp(48px, 4.8vw, 68px);
  line-height: 1.08;
}

.hero-kicker {
  margin-top: 24px;
  font-size: 16px;
}

.home-hero .hero-lead {
  margin: 10px 0 28px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.button {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 700;
}

.button.primary {
  background: #0068c9;
  color: #fff;
}

.button.primary:hover {
  background: #0058aa;
}

.home-hero-visual {
  min-height: 470px;
  border-radius: 14px;
  box-shadow: none;
}

.home-hero-visual img {
  height: 470px;
}

.visual-overlay strong {
  font-size: 23px;
  font-weight: 600;
}

.hero-meta {
  margin-top: 42px;
}

.hero-meta strong {
  font-size: 14px;
  font-weight: 600;
}

.hero-meta span {
  font-size: 9px;
}

.section {
  padding: 100px 0;
}

.section-heading {
  margin-bottom: 42px;
}

.section-heading h2,
.why-copy h2,
.maintenance-copy h2,
.region-panel h2,
.faq-grid h2 {
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.1;
}

.home-service-grid {
  gap: 12px;
}

.home-service-card {
  min-height: 220px;
  padding: 28px;
  border-radius: 12px;
  box-shadow: none;
}

.home-service-card:hover {
  border-color: var(--blue);
  transform: translateY(-2px);
}

.home-service-card h3 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.home-service-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.home-service-card strong {
  color: var(--blue-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: none;
}

.why-grid {
  gap: 65px;
}

.why-media > img {
  min-height: 520px;
  border-radius: 12px;
  box-shadow: none;
}

.why-copy > p:not(.eyebrow),
.maintenance-copy > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.8;
}

.cluster-row {
  min-height: 470px;
  margin-bottom: 42px;
  border-radius: 12px;
}

.cluster-copy {
  padding: 52px;
}

.cluster-copy h2 {
  font-size: clamp(36px, 3.6vw, 50px);
}

.cluster-copy > p {
  font-size: 14px;
  line-height: 1.8;
}

.cluster-row > img {
  min-height: 470px;
}

.cluster-links a {
  padding: 8px 10px;
  font-size: 10px;
}

.maintenance-signs,
.region-panel,
.lead-form,
.values-grid article,
.facts-panel {
  border-radius: 12px;
  box-shadow: none;
}

.faq-item summary {
  font-size: 15px;
  font-weight: 600;
}

.faq-item p {
  font-size: 13px;
  line-height: 1.75;
}

.inner-hero {
  padding: 115px 0 75px;
}

.inner-hero h1,
.contact-page-heading h1 {
  font-size: clamp(44px, 4.5vw, 64px);
  line-height: 1.1;
}

.inner-hero-media {
  border-radius: 12px;
  box-shadow: none;
}

.inner-hero-copy > p:not(.eyebrow),
.contact-page-heading > p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.75;
}

.article-section p,
.story-copy p {
  font-size: 15px;
  line-height: 1.85;
}

.site-footer {
  padding-top: 44px;
}

.seo-footer h2 {
  font-size: 11px;
}

.footer-grid p,
.footer-grid a,
.footer-grid span {
  font-size: 11px;
  line-height: 1.65;
}

@media (max-width: 1180px) {
  .seo-nav {
    display: none;
  }

  .header-quote {
    display: none;
  }

  .header-phone {
    display: inline-flex;
  }

  .menu-toggle {
    display: grid;
  }

  .mobile-nav {
    position: fixed;
    top: 78px;
    right: 0;
    left: 0;
    display: flex;
    max-height: 0;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 24px;
    border-bottom: 1px solid var(--line);
    background: var(--bg);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: max-height .3s ease, opacity .2s ease, padding .3s ease, visibility .2s ease;
  }

  .mobile-nav.open {
    max-height: calc(100vh - 78px);
    padding-block: 20px 30px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-nav a {
    flex: 0 0 auto;
    padding: 13px 5px;
    border-bottom: 1px solid var(--line);
    font-size: 13px;
    font-weight: 700;
  }

  .home-hero-grid,
  .inner-hero-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-copy {
    max-width: 850px;
  }

  .home-hero-visual {
    width: min(100%, 820px);
  }

  .why-grid {
    gap: 55px;
  }

  .article-layout {
    gap: 45px;
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .seo-footer {
    grid-template-columns: 1fr 1.35fr 1fr;
  }

  .seo-footer > div:last-child {
    grid-column: 1 / 4;
  }
}

@media (max-width: 900px) {
  .home-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-grid,
  .maintenance-grid,
  .faq-grid,
  .contact-conversion {
    grid-template-columns: 1fr;
  }

  .region-panel {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .region-copy {
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .why-media {
    width: min(100%, 700px);
  }

  .why-badge {
    right: 25px;
  }

  .cluster-row,
  .cluster-row.reverse {
    grid-template-columns: 1fr;
  }

  .cluster-row.reverse .cluster-copy {
    order: initial;
  }

  .cluster-row > img,
  .access-art {
    min-height: 420px;
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
  }

  .article-aside .lead-form {
    max-width: 650px;
  }

  .english-service-grid {
    grid-template-columns: 1fr;
  }

  .english-service-grid article {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
  }

  .english-service-grid img {
    height: 100%;
    min-height: 220px;
  }

  .story-grid,
  .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .story-copy {
    padding-top: 32px;
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .values-grid,
  .facts-panel {
    grid-template-columns: repeat(2, 1fr);
  }

  .facts-panel > div:nth-child(2) {
    border-right: 0;
  }

  .facts-panel > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .contact-conversion > div:last-child {
    padding-top: 0;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 0;
  }

  .header-phone {
    display: none;
  }

  .language-toggle {
    min-width: 36px;
    height: 37px;
    padding-inline: 8px;
  }

  .mobile-nav {
    top: 74px;
  }

  .mobile-nav.open {
    max-height: calc(100vh - 74px);
  }

  .home-hero {
    min-height: auto;
    padding: 125px 0 70px;
  }

  .home-hero-grid {
    gap: 45px;
  }

  .home-hero h1,
  .inner-hero h1 {
    font-size: clamp(43px, 12vw, 59px);
  }

  .home-hero-visual,
  .home-hero-visual img {
    min-height: 390px;
    height: 390px;
  }

  .hero-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-meta div {
    min-width: 0;
  }

  .hero-meta strong {
    font-size: 12px;
  }

  .home-trust .container {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 25px;
  }

  .home-trust div {
    justify-content: flex-start;
  }

  .home-service-grid {
    grid-template-columns: 1fr;
  }

  .home-service-card {
    min-height: 245px;
  }

  .why-media > img {
    min-height: 420px;
  }

  .why-badge {
    right: 15px;
    bottom: 15px;
  }

  .cluster-row {
    margin-bottom: 40px;
  }

  .cluster-copy {
    padding: 38px 26px;
  }

  .cluster-row > img,
  .access-art {
    min-height: 330px;
    height: 330px;
  }

  .maintenance-signs {
    padding: 27px;
  }

  .region-panel {
    padding: 38px 26px;
  }

  .contact-conversion-copy {
    padding: 48px 26px;
  }

  .contact-conversion > div:last-child {
    padding: 0 16px 16px;
  }

  .lead-form {
    padding: 24px 19px;
  }

  .inner-hero {
    padding: 105px 0 65px;
  }

  .breadcrumbs {
    margin-bottom: 30px;
  }

  .inner-hero-grid {
    gap: 40px;
  }

  .inner-hero-media img {
    height: 330px;
  }

  .article-layout {
    padding-block: 65px 90px;
  }

  .article-section {
    padding-bottom: 40px;
  }

  .article-section + .article-section {
    padding-top: 40px;
  }

  .inline-cta {
    padding: 29px 22px;
    grid-template-columns: 1fr;
  }

  .inline-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }

  .seo-footer {
    grid-template-columns: 1fr;
  }

  .seo-footer > div:last-child {
    grid-column: auto;
  }

  .mobile-floating-actions {
    position: fixed;
    z-index: 90;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
  }

  .mobile-whatsapp,
  .back-to-top {
    display: grid;
    width: 54px;
    height: 54px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #078bd5;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .32);
    color: #fff;
    cursor: pointer;
    pointer-events: auto;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  .mobile-whatsapp svg {
    width: 31px;
    height: 31px;
    fill: currentColor;
  }

  .back-to-top svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
  }

  .mobile-whatsapp:focus-visible,
  .back-to-top:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
  }

  .mobile-whatsapp:hover,
  .back-to-top:hover {
    transform: translateY(-2px);
  }

  .cookie-banner {
    bottom: 84px;
    align-items: flex-start;
    padding: 14px;
  }

  .cookie-banner p {
    line-height: 1.55;
  }

  .cookie-banner button {
    padding: 8px 12px;
  }

  .legal-page {
    padding: 110px 0 70px;
  }

  .legal-card {
    padding: 32px 23px;
  }

  .values-grid,
  .facts-panel {
    grid-template-columns: 1fr;
  }

  .facts-panel > div {
    min-height: 125px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .facts-panel > div:last-child {
    border-bottom: 0;
  }

  .contact-page {
    padding: 105px 0 75px;
  }

  .contact-page-grid .lead-form {
    padding: 25px 20px;
  }

  .english-service-grid article {
    display: block;
  }

  .english-service-grid img {
    height: 220px;
  }

  .english-contact-links {
    padding: 0 28px 42px;
  }
}
