@import "./legacy.css";

html,
body {
  overflow-x: clip;
}

body {
  margin: 0;
}

.site-header img {
  width: auto;
  height: 52px;
  object-fit: contain;
}

@media (max-width: 680px) {
  .site-header nav {
    max-height: calc(100dvh - 70px);
    overflow-y: auto;
  }

  .button,
  .license-button {
    min-height: 44px;
  }
}

@media (min-width: 1051px) {
  #kurumsal.intro,
  #corporate.intro {
    box-sizing: border-box;
    height: calc(100svh - 84px) !important;
    min-height: calc(100svh - 84px) !important;
    max-height: calc(100svh - 84px) !important;
    padding: 0 8vw !important;
    place-content: center space-between !important;
    align-items: center !important;
  }

  #kurumsal.intro > div:first-child,
  #kurumsal.intro .intro-copy,
  #corporate.intro > div:first-child,
  #corporate.intro .intro-copy {
    align-self: center !important;
    transform: none !important;
  }

  #operasyon.ops-panel-v2,
  #operations.ops-panel-v2 {
    box-sizing: border-box;
    height: calc(100svh - 84px) !important;
    min-height: calc(100svh - 84px) !important;
    max-height: calc(100svh - 84px) !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
  }

  #operasyon.ops-panel-v2 .operations-content,
  #operations.ops-panel-v2 .operations-content {
    align-self: center !important;
    width: min(84vw, 1640px) !important;
    max-height: none !important;
    transform: none !important;
  }

  #hava-araclari.aircraft-v3,
  #aircraft.aircraft-v3 {
    box-sizing: border-box;
    height: calc(100svh - 84px) !important;
    min-height: calc(100svh - 84px) !important;
    max-height: calc(100svh - 84px) !important;
    padding: 0 5vw !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #hava-araclari.aircraft-v3 .aircraft-shell-v3,
  #aircraft.aircraft-v3 .aircraft-shell-v3 {
    align-items: center !important;
    width: min(84vw, 1640px) !important;
    margin: 0 auto !important;
  }

  #hava-araclari.aircraft-v3 .aircraft-lead-v3,
  #hava-araclari.aircraft-v3 .aircraft-list-v3,
  #aircraft.aircraft-v3 .aircraft-lead-v3,
  #aircraft.aircraft-v3 .aircraft-list-v3 {
    align-self: center !important;
    transform: none !important;
  }
}

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

/* 2026 interactive and responsive enhancement layer */
:root {
  --eab-red: #b1172d;
  --eab-red-bright: #d52743;
  --eab-navy: #071d2a;
  --eab-steel: #728791;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open::before {
  content: "";
  z-index: 89;
  background: rgba(2, 13, 20, 0.56);
  backdrop-filter: blur(3px);
  position: fixed;
  inset: 0;
}

.site-header {
  z-index: 100 !important;
  background: rgba(249, 250, 250, 0.96) !important;
  border-bottom-color: rgba(7, 29, 42, 0.1) !important;
  box-shadow: 0 8px 30px rgba(7, 29, 42, 0.06);
  backdrop-filter: blur(18px) saturate(130%);
}

.site-header nav > a {
  transition: color 180ms ease, transform 180ms ease !important;
}

@media (hover: hover) {
  .site-header nav > a:hover {
    transform: translateY(-2px);
  }
}

.site-header nav > a:focus-visible,
.language-selector:focus-visible,
.menu-toggle:focus-visible,
:is(.button, .license-button, .ops-button-v2, .aircraft-button-v3, .seo-card-link, .service-cta):focus-visible {
  outline: 2px solid var(--eab-red-bright);
  outline-offset: 4px;
}

/* Compact globe language menu */
.language-selector {
  box-sizing: border-box;
  color: #183646 !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(24, 54, 70, 0.24) !important;
  border-radius: 999px !important;
  justify-content: center;
  gap: 0 !important;
  min-width: 120px !important;
  width: auto !important;
  height: 38px !important;
  padding: 0 27px 0 32px !important;
  cursor: pointer;
  position: relative;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.language-selector::before {
  content: "" !important;
  background-color: currentColor !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M3.5 12h17M12 3c2.4 2.5 3.7 5.5 3.7 9S14.4 18.5 12 21M12 3C9.6 5.5 8.3 8.5 8.3 12S9.6 18.5 12 21' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M3.5 12h17M12 3c2.4 2.5 3.7 5.5 3.7 9S14.4 18.5 12 21M12 3C9.6 5.5 8.3 8.5 8.3 12S9.6 18.5 12 21' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 17px !important;
  height: 17px !important;
  position: absolute !important;
  top: 50% !important;
  left: 10px !important;
  transform: translateY(-50%) !important;
}

.language-selector::after {
  content: "";
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 14px;
  right: 11px;
  transform: rotate(45deg);
  transition: transform 180ms ease, top 180ms ease;
}

.language-selector.lang-open::after {
  top: 17px;
  transform: rotate(225deg);
}

.language-selector:hover,
.language-selector.lang-open {
  background: #fff !important;
  border-color: var(--eab-red) !important;
  box-shadow: 0 10px 28px rgba(7, 29, 42, 0.14);
}

.language-selector .active {
  color: var(--eab-red) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  font-size: 10px !important;
  font-weight: 800;
  line-height: 1 !important;
  white-space: nowrap;
  gap: 6px;
}

.language-flag {
  flex: 0 0 18px;
  width: 18px;
  font-family: system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.language-name {
  letter-spacing: 0.02em;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
}

/* Only the current language is visible before and after JavaScript enhancement. */
.site-header nav .language-selector > a {
  display: none !important;
}

.language-selector > i {
  display: none !important;
}

.language-options {
  z-index: 120;
  background: #fff;
  border: 1px solid rgba(7, 29, 42, 0.12);
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(7, 29, 42, 0.18);
  flex-direction: column;
  gap: 2px;
  min-width: 160px;
  padding: 7px;
  display: flex;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  transform: translateY(-7px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.language-selector.lang-open .language-options {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-header nav .language-options a {
  color: #28333a !important;
  border-radius: 8px;
  align-items: center;
  justify-content: flex-start !important;
  box-sizing: border-box;
  width: 100% !important;
  height: 36px !important;
  padding: 0 10px !important;
  gap: 10px;
  font-size: 12px !important;
  display: flex;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.site-header nav .language-options a::before,
.site-header nav .language-options a::after {
  display: none !important;
}

.site-header nav .language-options a:hover,
.site-header nav .language-options a:focus-visible {
  color: var(--eab-red) !important;
  background: rgba(177, 23, 45, 0.07);
  transform: translateX(3px);
}

.site-header nav .language-options .language-name {
  font-size: 12px;
  font-weight: 700;
}

/* Animated action controls */
:is(.button, .license-button, .ops-button-v2, .aircraft-button-v3, .seo-card-link, .service-cta) {
  isolation: isolate;
  overflow: hidden;
  position: relative;
  transition: color 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease !important;
}

:is(.button, .license-button, .ops-button-v2, .aircraft-button-v3, .seo-card-link, .service-cta)::after {
  content: "";
  z-index: -1;
  background: linear-gradient(105deg, rgba(213, 39, 67, 0.02), rgba(213, 39, 67, 0.18));
  position: absolute;
  inset: 0;
  transform: translateX(-102%);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) {
  :is(.button, .license-button, .ops-button-v2, .aircraft-button-v3, .seo-card-link, .service-cta):hover {
    border-color: rgba(213, 39, 67, 0.78) !important;
    box-shadow: 0 13px 30px rgba(3, 19, 28, 0.15);
    transform: translateY(-3px);
  }

  :is(.button, .license-button, .ops-button-v2, .aircraft-button-v3, .seo-card-link, .service-cta):hover::after {
    transform: translateX(0);
  }

  :is(.button, .license-button, .ops-button-v2, .aircraft-button-v3, .seo-card-link, .service-cta):hover b,
  :is(.button, .license-button, .ops-button-v2, .aircraft-button-v3, .seo-card-link, .service-cta):hover i {
    transform: translate(4px, -2px);
  }
}

:is(.button, .license-button, .ops-button-v2, .aircraft-button-v3, .seo-card-link, .service-cta):active {
  transform: translateY(0) scale(0.99);
}

:is(.button, .license-button, .ops-button-v2, .aircraft-button-v3, .seo-card-link, .service-cta) b,
:is(.button, .license-button, .ops-button-v2, .aircraft-button-v3, .seo-card-link, .service-cta) i {
  transition: transform 220ms ease;
}

/* Eight thin orbit layers reveal one by one when the page opens. */
.hero > .orbit,
.service-hero > .orbit {
  pointer-events: none;
  width: var(--orbit-size) !important;
  height: var(--orbit-size) !important;
  top: 52% !important;
  right: auto !important;
  left: 69% !important;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.56);
  transform-origin: 50% 50%;
  will-change: opacity, transform;
}

.hero.orbits-ready > .orbit,
.service-hero.orbits-ready > .orbit {
  animation: orbit-layer-reveal 1400ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero > .orbit-a,
.service-hero > .orbit-a {
  --orbit-size: 123vw;
  border-color: rgba(255, 255, 255, 0.035);
  animation-delay: 80ms !important;
}

.hero > .orbit-b,
.service-hero > .orbit-b {
  --orbit-size: 110vw;
  border-color: rgba(255, 255, 255, 0.04);
  animation-delay: 260ms !important;
}

.hero > .orbit-c,
.service-hero > .orbit-c {
  --orbit-size: 97vw;
  border-color: rgba(255, 255, 255, 0.045);
  animation-delay: 440ms !important;
}

.hero > .orbit-d,
.service-hero > .orbit-d {
  --orbit-size: 84vw;
  border-color: rgba(255, 255, 255, 0.048);
  animation-delay: 620ms !important;
}

.hero > .orbit-e,
.service-hero > .orbit-e {
  --orbit-size: 71vw;
  border-color: rgba(255, 255, 255, 0.05);
  animation-delay: 800ms !important;
}

.hero > .orbit-f,
.service-hero > .orbit-f {
  --orbit-size: 58vw;
  border-color: rgba(255, 255, 255, 0.048);
  animation-delay: 980ms !important;
}

.hero > .orbit-g,
.service-hero > .orbit-g {
  --orbit-size: 45vw;
  border-color: rgba(255, 255, 255, 0.045);
  animation-delay: 1160ms !important;
}

.hero > .orbit-h,
.service-hero > .orbit-h {
  --orbit-size: 32vw;
  border-color: rgba(255, 255, 255, 0.04);
  animation-delay: 1340ms !important;
}

@keyframes orbit-layer-reveal {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.56);
  }

  42% {
    opacity: 0.72;
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

/* Tablet and mobile navigation */
.menu-toggle {
  color: #162f3d !important;
  border: 1px solid rgba(22, 47, 61, 0.2) !important;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 96px;
  height: 42px;
  padding: 0 15px;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.menu-toggle:hover,
.menu-toggle[aria-expanded="true"] {
  color: var(--eab-red) !important;
  background: rgba(177, 23, 45, 0.055);
  border-color: rgba(177, 23, 45, 0.45) !important;
}

.menu-toggle-label {
  font-size: 10px;
  font-weight: 800;
}

.hamburger-icon {
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 18px;
  height: 18px;
  display: flex;
}

.hamburger-icon span {
  background: currentColor;
  width: 18px;
  height: 1.5px;
  display: block;
  transform-origin: center;
  transition: transform 220ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] .hamburger-icon span:first-child {
  transform: translateY(5.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .hamburger-icon span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .hamburger-icon span:last-child {
  transform: translateY(-5.5px) rotate(-45deg);
}

@media (max-width: 1050px), (hover: none) and (pointer: coarse) and (max-width: 1366px) {
  .site-header {
    position: fixed !important;
    grid-template-columns: 1fr auto !important;
    height: 86px;
    padding: 0 4vw !important;
    display: grid !important;
  }

  .header-brand-link {
    justify-content: flex-start !important;
    width: max-content !important;
  }

  .menu-toggle {
    display: inline-flex !important;
  }

  .site-header nav {
    z-index: 101;
    background: rgba(255, 255, 255, 0.985) !important;
    box-shadow: -20px 28px 60px rgba(4, 22, 32, 0.2) !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: min(420px, 100vw);
    height: calc(100dvh - 86px);
    padding: 30px clamp(24px, 5vw, 44px) 38px !important;
    display: flex !important;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    position: fixed !important;
    top: 86px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    transform: translateX(100%);
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), opacity 200ms ease, visibility 280ms ease;
  }

  .site-header nav.nav-open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }

  .site-header nav > a {
    color: #27343c !important;
    border-bottom: 1px solid rgba(7, 29, 42, 0.09);
    justify-content: space-between;
    width: 100%;
    height: auto !important;
    padding: 17px 2px;
    font-size: 15px !important;
    font-weight: 600;
  }

  .site-header nav > a::after {
    content: "↗" !important;
    color: var(--eab-red);
    background: none !important;
    opacity: 0.55 !important;
    width: auto;
    height: auto !important;
    position: static !important;
    transform: none !important;
  }

  .site-header nav > a:hover {
    color: var(--eab-red) !important;
    padding-left: 7px;
    transform: none;
  }

  .language-selector {
    align-self: flex-start;
    margin-top: 26px !important;
  }

  .language-selector .language-options {
    left: 0;
    right: auto;
  }
}

@media (min-width: 1051px) and (hover: hover), (min-width: 1367px) {
  main[data-active-section="yangin-sondurme"] .site-header nav > a[href="#yangin-sondurme"] {
    color: var(--eab-red) !important;
  }

  main[data-active-section="yangin-sondurme"] .site-header nav > a[href="#yangin-sondurme"]::after {
    opacity: 1 !important;
    transform: scaleX(1) !important;
  }
}

@media (max-width: 680px) {
  .site-header {
    height: 70px;
    padding: 0 5vw !important;
  }

  .site-header img {
    height: 42px;
  }

  .site-header nav {
    height: calc(100dvh - 70px);
    top: 70px !important;
  }

  .menu-toggle {
    min-width: 48px;
    width: 48px;
    height: 40px;
    padding: 0;
  }

  .menu-toggle-label {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
  }

  .hero > .orbit,
  .service-hero > .orbit {
    top: 35% !important;
    left: 82% !important;
  }

  .hero > .orbit-a,
  .service-hero > .orbit-a {
    --orbit-size: 170vw;
  }

  .hero > .orbit-b,
  .service-hero > .orbit-b {
    --orbit-size: 150vw;
  }

  .hero > .orbit-c,
  .service-hero > .orbit-c {
    --orbit-size: 130vw;
  }

  .hero > .orbit-d,
  .service-hero > .orbit-d {
    --orbit-size: 110vw;
  }

  .hero > .orbit-e,
  .service-hero > .orbit-e {
    --orbit-size: 90vw;
  }

  .hero > .orbit-f,
  .service-hero > .orbit-f {
    --orbit-size: 70vw;
  }

  .hero > .orbit-g,
  .service-hero > .orbit-g {
    --orbit-size: 50vw;
  }

  .hero > .orbit-h,
  .service-hero > .orbit-h {
    --orbit-size: 30vw;
  }
}

/* Additive SEO topic cluster on the Turkish home page */
.seo-services {
  background: #f4f6f6;
  padding: 108px 8vw 116px;
}

.seo-services-inner {
  width: min(100%, 1560px);
  margin: 0 auto;
}

.seo-services-head {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  align-items: end;
  gap: clamp(42px, 7vw, 110px);
  margin-bottom: 54px;
  display: grid;
}

.seo-services h2 {
  color: #1f2e36;
  letter-spacing: -0.045em;
  max-width: 850px;
  margin: 0;
  font-size: clamp(42px, 4.6vw, 70px);
  font-weight: 400;
  line-height: 1.02;
}

.seo-services-summary {
  color: #667780;
  border-left: 2px solid var(--eab-red);
  margin: 0;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.75;
}

.seo-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}

.seo-service-card {
  background: #fff;
  border: 1px solid rgba(7, 29, 42, 0.1);
  min-height: 330px;
  padding: clamp(28px, 3vw, 46px);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.seo-service-card::before {
  content: "";
  background: linear-gradient(90deg, var(--eab-red), rgba(177, 23, 45, 0));
  height: 2px;
  position: absolute;
  top: 0;
  right: 38%;
  left: 0;
}

.seo-service-card:nth-child(3) {
  color: #fff;
  background: linear-gradient(145deg, #0b2a3b, #071d2a);
}

.seo-service-card small {
  color: var(--eab-red);
  letter-spacing: 0.18em;
  font-size: 10px;
  font-weight: 800;
}

.seo-service-card:nth-child(3) small {
  color: #ef5268;
}

.seo-service-card h3 {
  letter-spacing: -0.025em;
  margin: 26px 0 18px;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 450;
  line-height: 1.15;
}

.seo-service-card p {
  color: #697981;
  margin: 0 0 32px;
  font-size: 15px;
  line-height: 1.7;
}

.seo-service-card:nth-child(3) p {
  color: #aebdc5;
}

.seo-card-link {
  color: #263943;
  border: 1px solid rgba(38, 57, 67, 0.24);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 44px;
  margin-top: auto;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 650;
  display: flex;
}

.seo-service-card:nth-child(3) .seo-card-link {
  color: #eef3f5;
  border-color: rgba(255, 255, 255, 0.25);
}

@media (hover: hover) {
  .seo-service-card:hover {
    border-color: rgba(177, 23, 45, 0.32);
    box-shadow: 0 24px 54px rgba(7, 29, 42, 0.12);
    transform: translateY(-6px);
  }
}

@media (max-width: 1050px) {
  .seo-services {
    padding: 86px 6vw;
  }

  .seo-services-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .seo-service-grid {
    grid-template-columns: 1fr;
  }

  .seo-service-card {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .seo-services {
    padding: 72px 6vw;
  }

  .seo-services h2 {
    font-size: 40px;
  }

  .seo-services-summary {
    font-size: 15px;
  }
}

/* Shared service detail pages */
.service-detail {
  background: #f5f6f5;
}

.service-page {
  display: block;
}

.service-hero {
  color: #fff;
  background: radial-gradient(circle at 78% 30%, #19455d 0, transparent 36%), linear-gradient(120deg, #06131d, #0a2231 70%, #071722);
  min-height: 720px;
  padding: 176px 8vw 100px;
  position: relative;
  overflow: hidden;
}

.service-hero .hero-grid {
  z-index: 0;
}

.service-hero .orbit {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  width: 68vw;
  height: 68vw;
  position: absolute;
  top: 2%;
  right: -18vw;
}

.service-hero .orbit-b {
  border-color: rgba(255, 255, 255, 0.05);
  width: 46vw;
  height: 46vw;
  top: 18%;
  right: -5vw;
}

.service-hero-inner {
  z-index: 2;
  width: min(100%, 1420px);
  margin: 0 auto;
  position: relative;
}

.service-breadcrumb {
  color: #9dafb8;
  align-items: center;
  gap: 9px;
  margin-bottom: 54px;
  font-size: 12px;
  display: flex;
}

.service-breadcrumb a:hover {
  color: #fff;
}

.service-breadcrumb span:last-child {
  color: #ef5268;
}

.service-hero h1 {
  letter-spacing: -0.052em;
  max-width: 1020px;
  margin: 0;
  font-size: clamp(58px, 6.7vw, 104px);
  font-weight: 400;
  line-height: 0.98;
}

.service-hero-lead {
  color: #bccbd2;
  max-width: 860px;
  margin: 36px 0 0;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.75;
}

.service-hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
  display: flex;
}

.service-cta {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  justify-content: space-between;
  align-items: center;
  min-width: 260px;
  min-height: 48px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 650;
  display: inline-flex;
}

.service-content {
  background: #f5f6f5;
}

.service-shell {
  width: min(100% - 12vw, 1420px);
  margin: 0 auto;
}

.service-section {
  border-bottom: 1px solid rgba(7, 29, 42, 0.12);
  padding: 108px 0;
}

.service-section:last-child {
  border-bottom: 0;
}

.service-section-head {
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.15fr);
  gap: clamp(54px, 8vw, 130px);
  display: grid;
}

.service-eyebrow {
  color: var(--eab-red);
  letter-spacing: 0.2em;
  margin: 0 0 22px;
  font-size: 10px;
  font-weight: 800;
}

.service-section h2 {
  color: #26363e;
  letter-spacing: -0.04em;
  margin: 0;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 400;
  line-height: 1.06;
}

.service-rich-copy p {
  color: #64747c;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.8;
}

.service-rich-copy p:last-child {
  margin-bottom: 0;
}

.service-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 54px;
  display: grid;
}

.service-feature {
  background: #fff;
  border: 1px solid rgba(7, 29, 42, 0.1);
  min-height: 230px;
  padding: 34px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.service-feature b {
  color: var(--eab-red);
  letter-spacing: 0.15em;
  font-size: 10px;
}

.service-feature h3 {
  color: #26363e;
  margin: 24px 0 14px;
  font-size: 23px;
  font-weight: 500;
}

.service-feature p,
.service-feature li {
  color: #6b7a82;
  font-size: 14px;
  line-height: 1.7;
}

.service-feature ul {
  margin: 0;
  padding-left: 18px;
}

@media (hover: hover) {
  .service-feature:hover {
    border-color: rgba(177, 23, 45, 0.28);
    box-shadow: 0 20px 45px rgba(7, 29, 42, 0.1);
    transform: translateY(-5px);
  }
}

.service-process {
  counter-reset: service-step;
  margin-top: 54px;
}

.service-process article {
  counter-increment: service-step;
  border-top: 1px solid rgba(7, 29, 42, 0.12);
  grid-template-columns: 72px minmax(210px, 0.7fr) minmax(0, 1.3fr);
  gap: 30px;
  padding: 28px 0;
  display: grid;
}

.service-process article::before {
  content: "0" counter(service-step);
  color: var(--eab-red);
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 800;
}

.service-process h3 {
  color: #2b3b43;
  margin: 0;
  font-size: 20px;
  font-weight: 520;
}

.service-process p {
  color: #6b7a82;
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
}

.service-faq {
  margin-top: 46px;
}

.service-faq details {
  border-top: 1px solid rgba(7, 29, 42, 0.14);
  background: rgba(255, 255, 255, 0);
  overflow: clip;
  position: relative;
  transition: background-color 360ms ease, border-color 360ms ease;
}

.service-faq details:last-child {
  border-bottom: 1px solid rgba(7, 29, 42, 0.14);
}

.service-faq summary {
  color: #283840;
  cursor: pointer;
  list-style: none;
  padding: 24px 50px 24px 0;
  font-size: 18px;
  font-weight: 560;
  position: relative;
  transition: color 320ms ease, padding-left 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-faq summary::-webkit-details-marker {
  display: none;
}

.service-faq summary::after {
  content: "+";
  color: var(--eab-red);
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  top: 19px;
  right: 4px;
  transform-origin: 50% 50%;
  transition: color 280ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-faq details[open] summary::after {
  transform: rotate(45deg);
}

.service-faq details[open] {
  background: linear-gradient(90deg, rgba(177, 23, 45, 0.035), rgba(255, 255, 255, 0) 58%);
  border-top-color: rgba(177, 23, 45, 0.34);
}

.service-faq details[open] summary {
  color: #172f3b;
}

@media (hover: hover) {
  .service-faq summary:hover {
    color: var(--eab-red);
    padding-left: 10px;
  }

  .service-faq summary:hover::after {
    color: var(--eab-red-bright);
    transform: scale(1.12);
  }

  .service-faq details[open] summary:hover::after {
    transform: rotate(45deg) scale(1.12);
  }
}

.service-faq details.is-closing {
  background: rgba(255, 255, 255, 0);
  border-top-color: rgba(7, 29, 42, 0.14);
}

.service-faq details.is-closing summary::after,
.service-faq details.is-closing summary:hover::after {
  transform: rotate(0deg) scale(1);
}

.service-faq details p {
  color: #667780;
  max-width: 920px;
  margin: -4px 0 24px;
  font-size: 15px;
  line-height: 1.75;
  transform-origin: top left;
  will-change: opacity, transform;
}

.service-related {
  background: #0a2535;
  color: #fff;
}

.service-related .service-shell {
  padding: 88px 0;
}

.service-related h2 {
  margin: 0 0 36px;
  font-size: clamp(36px, 3.8vw, 56px);
  font-weight: 400;
}

.service-related-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  display: grid;
}

.service-related-grid a {
  border: 1px solid rgba(255, 255, 255, 0.16);
  justify-content: space-between;
  align-items: center;
  min-height: 88px;
  padding: 0 26px;
  font-size: 16px;
  display: flex;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.service-related-grid a:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(213, 39, 67, 0.68);
  transform: translateY(-3px);
}

@media (max-width: 1050px) {
  .service-hero {
    min-height: 650px;
    padding: 150px 6vw 84px;
  }

  .service-section-head,
  .service-feature-grid {
    grid-template-columns: 1fr;
  }

  .service-section-head {
    gap: 34px;
  }

  .service-feature {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .service-hero {
    min-height: 680px;
    padding: 128px 6vw 72px;
  }

  .service-breadcrumb {
    margin-bottom: 42px;
  }

  .service-hero h1 {
    font-size: 52px;
  }

  .service-shell {
    width: 88vw;
  }

  .service-section {
    padding: 76px 0;
  }

  .service-process article {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }

  .service-process p {
    grid-column: 2;
  }

  .service-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero > .orbit,
  .service-hero > .orbit,
  .orbit-a,
  .orbit-b,
  .orbit-c,
  .orbit-d,
  .orbit-e,
  .orbit-f,
  .orbit-g,
  .orbit-h {
    opacity: 1 !important;
    animation: none !important;
    transition: none !important;
    transform: translate(-50%, -50%) scale(1) !important;
  }
}

/* Desktop header: keep the brand on the shared content axis and let navigation breathe. */
@media (min-width: 1051px) and (hover: hover), (min-width: 1367px) {
  .site-header {
    grid-template-columns: max-content minmax(0, 1fr) !important;
    column-gap: clamp(28px, 3vw, 64px) !important;
    padding-inline: 5vw !important;
  }

  .header-brand-link {
    justify-content: flex-start !important;
    width: max-content !important;
  }

  .site-header nav {
    justify-content: flex-end !important;
    gap: clamp(12px, 1.35vw, 30px) !important;
  }
}

/* Footer ownership and development credit */
footer {
  min-height: 64px !important;
  padding-inline: 5.3vw !important;
  font-size: 10.5px !important;
}

.contact-page-shell {
  grid-template-rows: minmax(0, 1fr) 64px;
}

.contact-page-shell > footer {
  height: 64px !important;
  min-height: 64px !important;
  padding-inline: 5.3vw !important;
}

footer .footer-left {
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  display: flex;
}

footer .footer-copyright,
footer .developer-credit {
  margin: 0;
  font-size: inherit;
  line-height: 1.4;
}

footer .developer-credit {
  align-items: center;
  gap: 5px;
  display: inline-flex;
  white-space: nowrap;
}

footer .developer-credit a {
  color: #aab9c1;
  transition: color 180ms ease;
}

footer .developer-credit a:hover,
footer .developer-credit a:focus-visible {
  color: var(--eab-red-bright);
}

footer .bordo-footer-link {
  font-size: inherit;
  line-height: 1.4;
}

@media (max-width: 1050px) {
  .contact-page-shell {
    grid-template-rows: auto 64px;
  }

  .contact-page-shell > footer {
    padding-inline: 6vw !important;
  }

  .contact-redesign {
    min-height: calc(100svh - 64px);
  }
}

@media (max-width: 680px) {
  .contact-page-shell {
    grid-template-rows: auto auto;
  }

  .contact-page-shell > footer,
  footer {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center;
    gap: 4px !important;
    height: auto !important;
    min-height: 82px !important;
    padding-inline: 6vw !important;
    font-size: 9.5px !important;
  }
}
