:root {
  --color-primary: #157CFF;
  --navy: #071b45;
  --blue: var(--color-primary);
  --ink: #111b2f;
  --line: #dbe3ef;
  --type-home-hero-title: clamp(54px, 5.2vw, 76px);
  --type-home-hero-title-mobile: clamp(42px, 12vw, 58px);
  --type-sub-hero-title: 54px;
  --type-sub-hero-title-mobile: 38px;
  --type-subnav-size: 15px;
  --type-subnav-size-mobile: 14px;
  --type-subnav-weight: 600;
  --type-subnav-line-height: 1.4;
  --type-subnav-letter-spacing: -.01em;
  --type-gnb-size: 16px;
  --type-gnb-weight: 600;
  --type-gnb-line-height: 1;
  --type-mobile-gnb-size: 18px;
  --type-mobile-gnb-weight: 700
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, "Noto Sans KR", sans-serif
}

a {
  color: inherit;
  text-decoration: none
}

.header {
  height: 88px;
  padding: 0 clamp(24px, 5vw, 84px);
  display: flex;
  align-items: center;
  gap: 48px;
  position: absolute;
  z-index: 10;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #ffffff38
}

.brand img {
  width: 172px;
  height: auto;
  filter: brightness(0) invert(1)
}

.header nav {
  display: flex;
  gap: 34px;
  margin-left: auto;
  font-size: 15px;
  font-weight: 700
}

.contact-link {
  border: 1px solid #ffffff60;
  padding: 13px 20px;
  border-radius: 99px;
  font-size: 14px
}

.hero {
  height: min(880px, 100vh);
  min-height: 720px;
  position: relative;
  color: #fff;
  overflow: hidden
}

.hero-image {
  object-fit: cover
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 19, 59, .93), rgba(0, 24, 67, .62) 48%, rgba(0, 31, 83, .12) 80%)
}

.hero-copy {
  position: absolute;
  left: clamp(24px, 8vw, 130px);
  top: 50%;
  transform: translateY(-43%);
  max-width: 810px
}

.eyebrow,
.section-kicker {
  font-size: 12px;
  letter-spacing: .18em;
  font-weight: 800
}

.hero h1 {
  font-size: clamp(46px, 6.7vw, 92px);
  line-height: 1.07;
  letter-spacing: -.055em;
  margin: 26px 0
}

.hero-copy>p:not(.eyebrow) {
  font-size: 18px;
  line-height: 1.7;
  color: #dbe7f9
}

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

.button {
  padding: 16px 24px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px
}

.primary {
  background: #fff;
  color: var(--navy)
}

.ghost {
  border: 1px solid #ffffff80
}

.intro {
  padding: 130px clamp(24px, 8vw, 130px)
}

.section-kicker {
  color: var(--blue)
}

.intro h2 {
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.14;
  letter-spacing: -.05em;
  margin: 25px 0 72px
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 10vw;
  border-top: 1px solid var(--line);
  padding-top: 30px
}

.intro-grid>p {
  font-size: 17px;
  line-height: 1.8;
  color: #596477
}

.intro dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0
}

.intro dl div {
  border-left: 1px solid var(--line);
  padding-left: 28px
}

.intro dt {
  font-size: 52px;
  font-weight: 800;
  color: var(--navy)
}

.intro dd {
  margin: 8px 0;
  color: #7b8494;
  font-size: 12px
}

.domains {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 580px
}

.domain {
  padding: 72px clamp(28px, 5vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.domain p {
  font-size: 13px;
  letter-spacing: .14em;
  font-weight: 800
}

.domain h2 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.18;
  letter-spacing: -.045em;
  margin: 18px 0 44px
}

.domain a {
  font-size: 14px;
  font-weight: 700
}

.dark {
  background: var(--navy);
  color: #fff
}

.light {
  background: #dbeeff;
  color: var(--navy)
}


@media(max-width:800px) {
  .header {
    height: 72px;
    padding: 0 20px
  }

  .brand img {
    width: 140px
  }

  .header nav {
    display: none
  }

  .contact-link {
    margin-left: auto;
    padding: 10px 14px
  }

  .hero {
    min-height: 680px
  }

  .hero-copy {
    left: 22px;
    right: 22px
  }

  .hero h1 {
    font-size: 48px
  }

  .hero-copy>p:not(.eyebrow) {
    font-size: 15px
  }

  .hero-actions {
    flex-direction: column;
    max-width: 220px;
    text-align: center
  }

  .intro {
    padding: 86px 22px
  }

  .intro h2 {
    margin-bottom: 50px
  }

  .intro-grid {
    grid-template-columns: 1fr
  }

  .intro dl {
    grid-template-columns: 1fr
  }

  .intro dl div {
    padding: 20px 0;
    border-left: 0;
    border-top: 1px solid var(--line)
  }

  .domains {
    grid-template-columns: 1fr
  }

  .domain {
    min-height: 430px;
    padding: 52px 24px
  }
}


.skip {
  position: fixed;
  z-index: 1000;
  left: 10px;
  top: -60px;
  background: #fff;
  color: #071b45;
  padding: 12px
}

.skip:focus {
  top: 10px
}

.site-header {
  height: 82px;
  padding: 0 clamp(20px, 5vw, 80px);
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 50;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #ffffff30
}

.site-header .brand img {
  width: 168px;
  height: auto;
  filter: brightness(0) invert(1)
}

.site-header nav {
  display: flex;
  gap: 32px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 700
}

.site-header .contact-link {
  margin-left: 36px
}

.site-header a:focus-visible,
.site-header button:focus-visible {
  outline: 3px solid var(--color-primary);
  outline-offset: 5px
}

.menu-btn {
  display: none;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 27px
}

.mobile-menu {
  position: fixed;
  z-index: 100;
  inset: 0;
  background: #061942;
  color: #fff;
  padding: 32px 25px;
  display: flex;
  flex-direction: column
}

.mobile-menu button {
  align-self: flex-end;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 42px
}

.mobile-menu p {
  font-size: 13px;
  letter-spacing: .2em;
  color: var(--color-primary);
  margin-bottom: 36px
}

.mobile-menu a {
  font-size: 27px;
  font-weight: 700;
  padding: 17px 0;
  border-bottom: 1px solid #ffffff1f
}

.page-hero {
  height: 510px;
  min-height: 440px;
  position: relative;
  background: #082052;
  color: #fff;
  overflow: hidden
}

.page-hero>img {
  object-fit: cover;
  opacity: .5
}

.page-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #061942ee, #06194260)
}

.page-hero>div:last-child {
  position: absolute;
  left: clamp(24px, 8vw, 130px);
  bottom: 90px
}

.page-hero p,
.story>p,
.body-copy>p,
.process>p,
.features>p,
.related>p,
.contact>div>p:first-child {
  font-size: 12px;
  letter-spacing: .18em;
  font-weight: 800;
  color: var(--color-primary)
}

.page-hero h1 {
  font-size: clamp(42px, 5.5vw, 76px);
  letter-spacing: -.05em;
  margin: 18px 0
}

.page-hero span {
  font-size: 17px;
  color: #d8e2f2
}

.featured {
  padding: 120px clamp(24px, 8vw, 130px);
  background: #f4f7fb
}

.featured>h2 {
  font-size: clamp(37px, 4.4vw, 62px);
  letter-spacing: -.05em
}

.tech-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 60px;
  border-top: 1px solid #b9c5d6
}

.tech-strip a {
  padding: 28px 22px 50px;
  border-right: 1px solid #ccd5e1;
  min-height: 250px
}

.tech-strip span {
  font-size: 12px;
  color: #778398
}

.tech-strip h3 {
  font-size: 20px;
  margin-top: 70px
}

.tech-strip p {
  font-size: 12px;
  color: #687387
}

.trusrm-home {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  align-items: center;
  background: #081b45;
  color: #fff;
  padding: 100px clamp(24px, 8vw, 130px);
  gap: 60px
}

.trusrm-home img {
  width: 100%;
  height: auto;
  border: 1px solid #ffffff22
}

.trusrm-home h2 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.2;
  letter-spacing: -.04em
}

.trusrm-home>div>p {
  line-height: 1.7;
  color: #b9c8de
}

.trusrm-home .button {
  display: inline-block;
  margin-top: 26px
}

.cta {
  padding: 110px clamp(24px, 8vw, 130px);
  background: var(--color-primary);
  color: #fff
}

.cta>p {
  font-size: 12px;
  letter-spacing: .18em
}

.cta h2 {
  font-size: clamp(38px, 5vw, 70px);
  letter-spacing: -.05em
}

.cta .button {
  display: inline-block
}

.story,
.body-copy {
  padding: 120px clamp(24px, 8vw, 130px)
}

.story h2,
.body-copy h2 {
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.18;
  letter-spacing: -.05em
}

.story>div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-left: 35%;
  border-top: 1px solid var(--line);
  padding-top: 28px;
  color: #596477;
  line-height: 1.85
}

.link-rows {
  padding: 0 clamp(24px, 8vw, 130px) 120px
}

.link-rows a,
.related a {
  display: flex;
  justify-content: space-between;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  font-size: 24px;
  font-weight: 700
}

.org {
  padding: 120px clamp(24px, 12vw, 210px);
  text-align: center
}

.org>div:first-child {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  padding: 24px 75px;
  font-size: 20px;
  font-weight: 700
}

.org>i {
  display: block;
  width: 1px;
  height: 70px;
  background: #aab6c8;
  margin: auto
}

.org-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #aab6c8
}

.org-row span {
  margin: 35px 10px;
  padding: 28px 10px;
  border: 1px solid var(--line);
  font-weight: 700
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  padding: 100px clamp(24px, 8vw, 130px);
  background: #f5f7fa
}

.cert-grid button {
  border: 0;
  background: #fff;
  padding: 18px;
  cursor: zoom-in
}

.cert-grid img {
  width: 100%;
  height: 310px;
  object-fit: contain
}

.location {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 110px clamp(24px, 8vw, 130px);
  gap: 60px
}

.location h2 {
  font-size: 46px;
  letter-spacing: -.04em
}

.map-placeholder {
  background: #e7edf5;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #526078
}

.map-placeholder small {
  font-size: 12px;
  margin-top: 10px
}

.business-split {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.business-split a {
  min-height: 650px;
  padding: 80px clamp(25px, 6vw, 95px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.business-split a:first-child {
  background: #081b45;
  color: #fff
}

.business-split a:last-child {
  background: #dceeff;
  color: #071b45
}

.business-split h2 {
  font-size: clamp(50px, 6vw, 90px);
  line-height: 1;
  margin: 30px 0
}

.business-split p {
  max-width: 420px;
  line-height: 1.7
}

.text-link {
  display: inline-block;
  margin-top: 30px;
  color: var(--color-primary);
  font-weight: 700
}

.tech-groups {
  padding: 100px clamp(24px, 8vw, 130px)
}

.tech-groups>div {
  display: grid;
  grid-template-columns: 220px repeat(2, 1fr);
  gap: 30px;
  padding: 45px 0;
  border-top: 1px solid var(--line)
}

.tech-groups>div>p {
  font-size: 14px;
  font-weight: 800;
  color: var(--color-primary)
}

.tech-groups a img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  background: #e9edf3
}

.tech-groups h3 {
  font-size: 21px;
  margin-bottom: 7px
}

.tech-groups a span {
  font-size: 12px;
  color: #778398
}

.detail-lead {
  padding: 110px clamp(24px, 8vw, 130px);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center
}

.detail-lead>div>p {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em
}

.detail-lead h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.25;
  letter-spacing: -.04em
}

.detail-lead img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: contain;
  background: #eef2f7
}

.features {
  padding: 110px clamp(24px, 8vw, 130px);
  background: #f4f7fb
}

.features>div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #c8d1dd;
  margin-top: 45px
}

.features article {
  padding: 30px 25px 45px;
  border-right: 1px solid #d3dbe5
}

.features article span {
  font-size: 12px;
  color: #7a8798
}

.features article h3 {
  margin-top: 50px;
  font-size: 20px
}

.features article p {
  font-size: 14px;
  line-height: 1.7;
  color: #647084
}

.related {
  padding: 90px clamp(24px, 8vw, 130px)
}

.process {
  padding: 110px clamp(24px, 8vw, 130px);
  background: #081b45;
  color: #fff
}

.process h2 {
  font-size: clamp(40px, 5vw, 66px);
  letter-spacing: -.05em
}

.process ol {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
  padding: 0;
  margin-top: 70px;
  border-top: 1px solid #ffffff35
}

.process li {
  padding: 30px 15px;
  border-right: 1px solid #ffffff28;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.process span {
  font-size: 12px;
  color: var(--color-primary)
}

.process b {
  font-size: 24px
}

.screen-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding: 100px clamp(24px, 8vw, 130px)
}

.screen-grid img {
  width: 100%;
  aspect-ratio: 1.65;
  object-fit: cover;
  border: 1px solid var(--line)
}

.screen-grid figcaption {
  font-weight: 700;
  margin-top: 14px
}

.performance {
  padding: 90px clamp(24px, 8vw, 130px)
}

.filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 60px
}

.filters button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 99px;
  padding: 12px 20px
}

.filters button.active {
  background: #071b45;
  color: #fff
}

.project-list a {
  display: grid;
  grid-template-columns: 100px 1fr 30px;
  gap: 30px;
  padding: 35px 10px;
  border-top: 1px solid var(--line);
  align-items: center
}

.project-list small {
  color: var(--color-primary);
  font-weight: 700
}

.project-list h2 {
  font-size: 24px;
  margin: 9px 0
}

.project-list p {
  color: #778398;
  margin: 0
}

.contact {
  padding: 100px clamp(24px, 8vw, 130px);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 9vw
}

.contact>div h2 {
  font-size: clamp(36px, 4vw, 58px);
  letter-spacing: -.05em
}

.contact form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.contact label {
  font-size: 13px;
  font-weight: 700
}

.contact input,
.contact select,
.contact textarea {
  display: block;
  width: 100%;
  margin-top: 9px;
  padding: 15px;
  border: 1px solid #cbd4e0;
  background: #fff;
  font: inherit
}

.wide {
  grid-column: 1/-1
}

.check {
  display: flex;
  align-items: center;
  gap: 8px
}

.check input {
  width: auto;
  margin: 0
}

.errors {
  background: #fff0f0;
  color: #b02424;
  padding: 13px 18px
}

.errors p {
  margin: 4px
}

.submit {
  border: 0;
  background: var(--color-primary);
  color: #fff;
  padding: 18px;
  font-weight: 700
}

.submit:disabled {
  opacity: .6
}

.success {
  text-align: center;
  padding: 60px 20px;
  background: #f4f7fb
}

.success>b {
  font-size: 50px;
  color: var(--color-primary)
}

.success button {
  padding: 12px 20px;
  background: #071b45;
  color: #fff;
  border: 0
}

.not-found {
  min-height: 100vh;
  background: #071b45;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center
}

.not-found>b {
  font-size: 110px
}

.not-found .button {
  margin-top: 25px
}

footer {
  background: #050f27;
  color: #bac5d6;
  padding: 70px clamp(24px, 8vw, 130px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px
}

footer img {
  filter: brightness(0) invert(1)
}

footer p {
  font-size: 13px;
  line-height: 1.7
}

footer small {
  grid-column: 1/-1;
  border-top: 1px solid #ffffff18;
  padding-top: 25px;
  color: #718097
}


.nav-group {
  height: 82px;
  display: flex;
  align-items: center;
  position: relative
}

.nav-top {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 7px
}

.nav-top>span {
  font-size: 12px;
  transition: transform .2s
}

.nav-group:hover .nav-top>span,
.nav-group:focus-within .nav-top>span {
  transform: rotate(180deg)
}

.dropdown {
  position: fixed;
  left: 0;
  right: 0;
  top: 82px;
  background: #fff;
  color: #111b2f;
  padding: 38px clamp(24px, 8vw, 130px) 48px;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 50px;
  box-shadow: 0 18px 40px #06142c22;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: .2s ease;
  pointer-events: none;
  border-top: 3px solid var(--color-primary)
}

.nav-group:hover .dropdown,
.nav-group:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto
}

.dropdown-title small {
  display: block;
  color: var(--color-primary);
  letter-spacing: .18em;
  margin-bottom: 12px
}

.dropdown-title strong {
  font-size: 28px
}

.dropdown-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(190px, 1fr));
  gap: 0 30px
}

.dropdown-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 2px;
  border-bottom: 1px solid #e0e6ef;
  font-size: 14px
}

.dropdown-links a:hover {
  color: var(--color-primary)
}

.dropdown-links span {
  color: #9ca8b9
}

.mobile-group {
  border-bottom: 1px solid #ffffff26
}

.mobile-group>a {
  border-bottom: 0 !important
}

.mobile-group>div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 0 12px
}

.mobile-group>div a {
  font-size: 13px !important;
  padding: 8px 0 !important;
  border: 0 !important;
  color: #aebed6
}

.cert-modal {
  position: fixed;
  z-index: 200;
  inset: 0;
  background: #030a18e8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px
}

.cert-modal>button {
  position: absolute;
  right: 28px;
  top: 18px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 48px;
  cursor: pointer
}

.cert-modal>img {
  width: auto;
  height: auto;
  max-width: min(92vw, 820px);
  max-height: 88vh;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 24px 80px #0008
}


@media(max-width:800px) {
  .site-header {
    height: 72px;
    padding: 0 20px
  }

  .site-header nav,
  .site-header .contact-link {
    display: none
  }

  .site-header .brand img {
    width: 140px
  }

  .menu-btn {
    display: block;
    margin-left: auto
  }

  .page-hero {
    height: 430px
  }

  .page-hero>div:last-child {
    left: 22px;
    right: 22px;
    bottom: 65px
  }

  .page-hero h1 {
    font-size: 43px
  }

  .page-hero span {
    font-size: 14px
  }

  .featured,
  .story,
  .body-copy,
  .tech-groups,
  .detail-lead,
  .features,
  .related,
  .performance,
  .contact {
    padding: 75px 22px
  }

  .tech-strip {
    grid-template-columns: 1fr 1fr
  }

  .trusrm-home,
  .detail-lead,
  .contact,
  .location {
    grid-template-columns: 1fr;
    padding: 75px 22px
  }

  .story>div {
    margin-left: 0;
    grid-template-columns: 1fr
  }

  .cert-grid {
    grid-template-columns: 1fr 1fr;
    padding: 70px 20px;
    gap: 12px
  }

  .cert-grid img {
    height: 240px
  }

  .org {
    padding: 70px 18px
  }

  .org-row {
    grid-template-columns: 1fr 1fr
  }

  .business-split {
    grid-template-columns: 1fr
  }

  .business-split a {
    min-height: 480px;
    padding: 60px 24px
  }

  .tech-groups>div {
    grid-template-columns: 1fr
  }

  .tech-groups>div>p {
    margin-top: 20px
  }

  .features>div {
    grid-template-columns: 1fr 1fr
  }

  .process {
    padding: 75px 22px
  }

  .process ol {
    grid-template-columns: 1fr
  }

  .process li {
    min-height: 100px
  }

  .screen-grid {
    grid-template-columns: 1fr;
    padding: 65px 20px
  }

  .project-list a {
    grid-template-columns: 55px 1fr 20px;
    gap: 12px
  }

  .contact form {
    grid-template-columns: 1fr
  }

  .contact form>* {
    grid-column: 1
  }

  .domains {
    grid-template-columns: 1fr
  }

  .trusrm-home {
    display: grid
  }

  .location {
    padding: 70px 22px
  }

  .map-placeholder {
    min-height: 300px
  }

  footer {
    grid-template-columns: 1fr;
    padding: 60px 22px
  }

  .tech-strip a {
    min-height: 220px;
    padding: 25px 15px
  }

  .tech-strip h3 {
    margin-top: 45px;
    font-size: 17px
  }
}


/* Static HTML asset rules */
[hidden] {
  display: none !important
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.page-hero>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.site-header .brand img {
  display: block
}

.detail-lead>img {
  width: 100%;
  height: auto
}

.tech-groups img {
  display: block
}

footer img {
  width: 190px;
  height: auto
}

/* Main page redesign */
.home-hero {
  position: relative;
  min-height: 820px;
  height: 100vh;
  max-height: 980px;
  overflow: hidden;
  background: #061942;
  color: #fff;
}

.home-hero__visual,
.home-hero__overlay {
  position: absolute;
  inset: 0;
}

.home-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.06);
}

.home-hero__overlay {
  background:
    linear-gradient(90deg, rgba(3, 17, 48, .98) 0%, rgba(5, 25, 64, .9) 36%, rgba(5, 28, 68, .28) 68%, rgba(4, 21, 52, .08) 100%),
    linear-gradient(0deg, rgba(2, 12, 34, .52), transparent 44%);
}

.home-hero__content {
  position: absolute;
  z-index: 2;
  left: clamp(28px, 7.8vw, 150px);
  top: 48%;
  transform: translateY(-45%);
  max-width: 900px;
}

.home-hero__eyebrow {
  margin: 0 0 28px;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
}

.home-hero h1 {
  margin: 0;
  font-size: clamp(56px, 6vw, 94px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.065em;
}

.home-hero__description {
  margin: 34px 0 0;
  color: #d4dfef;
  font-size: 17px;
  line-height: 1.8;
}

.home-hero__actions {
  display: flex;
  gap: 10px;
  margin-top: 42px;
}

.home-button {
  display: flex;
  min-width: 190px;
  justify-content: space-between;
  padding: 17px 20px;
  border: 1px solid rgba(255, 255, 255, .38);
  font-size: 13px;
  font-weight: 700;
}

.home-button--light {
  border-color: #fff;
  background: #fff;
  color: #071b45;
}

.home-hero__rail {
  position: absolute;
  z-index: 2;
  right: clamp(28px, 5vw, 90px);
  top: 124px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, .7);
  font-size: 10px;
  letter-spacing: .16em;
}

.home-hero__rail i {
  width: 95px;
  height: 1px;
  background: rgba(255, 255, 255, .38);
}

.home-hero__facts {
  position: absolute;
  z-index: 2;
  right: clamp(28px, 5vw, 90px);
  bottom: 46px;
  display: grid;
  grid-template-columns: repeat(3, 150px);
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, .36);
}

.home-hero__facts div {
  padding: 18px 0 0 20px;
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.home-hero__facts dt {
  font-size: 28px;
  font-weight: 800;
}

.home-hero__facts dd {
  margin: 6px 0 0;
  color: #c0ccde;
  font-size: 10px;
}

.home-statement {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 6vw;
  padding: 135px clamp(28px, 7.8vw, 150px);
}

.home-statement__label span,
.home-section-head>p {
  color: var(--color-primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
}

.home-statement__label p {
  margin-top: 75px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  writing-mode: vertical-rl;
}

.home-statement__main h2,
.home-section-head h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.15;
  letter-spacing: -.055em;
}

.home-statement__copy {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 60px;
  align-items: end;
  margin-top: 65px;
  padding-top: 26px;
  border-top: 1px solid #d6deea;
}

.home-statement__copy p {
  max-width: 680px;
  margin: 0;
  color: #586579;
  font-size: 16px;
  line-height: 1.9;
}

.home-statement__copy a {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #13264d;
  font-size: 13px;
  font-weight: 700;
}

.home-business {
  padding: 120px clamp(28px, 5vw, 96px);
  background: #f1f5fa;
}

.home-section-head {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 55px;
  margin-bottom: 70px;
}

.home-business__grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 16px;
}

.home-business__item {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  color: #fff;
}

.home-business__item img,
.home-business__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-business__item img {
  object-fit: cover;
  transition: transform .6s ease;
}

.home-business__item--biz img {
  object-position: left center;
}

.home-business__item:hover img {
  transform: scale(1.035);
}

.home-business__shade {
  background: linear-gradient(0deg, rgba(4, 17, 43, .94), rgba(4, 22, 55, .08) 72%);
}

.home-business__item--biz .home-business__shade {
  background: linear-gradient(0deg, rgba(4, 33, 86, .96), rgba(2, 26, 70, .42));
}

.home-business__text {
  position: absolute;
  z-index: 2;
  left: clamp(25px, 4vw, 62px);
  right: clamp(25px, 4vw, 62px);
  bottom: 48px;
}

.home-business__text>span {
  color: var(--color-primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}

.home-business__text h3 {
  margin: 20px 0;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.16;
  letter-spacing: -.05em;
}

.home-business__text p {
  color: #c9d4e4;
  font-size: 13px;
}

.home-business__text b {
  display: inline-block;
  margin-top: 22px;
  font-size: 12px;
}

.home-tech {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  min-height: 720px;
  padding: 120px clamp(28px, 7.8vw, 150px);
  background: #071b45;
  color: #fff;
}

.home-section-head--light {
  display: block;
  margin: 0;
  padding-right: 80px;
}

.home-section-head--light h2 {
  margin-top: 30px;
}

.home-section-head--light a {
  display: inline-block;
  margin-top: 55px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  color: #d6e1f2;
  font-size: 12px;
}

.home-tech__list {
  border-top: 1px solid rgba(255, 255, 255, .28);
}

.home-tech__list a {
  display: grid;
  grid-template-columns: 45px 1fr 220px 24px;
  gap: 20px;
  align-items: center;
  min-height: 118px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  transition: padding .25s, background .25s;
}

.home-tech__list a:hover {
  padding: 0 18px;
  background: rgba(255, 255, 255, .06);
}

.home-tech__list span,
.home-tech__list p {
  color: #8798b6;
  font-size: 11px;
}

.home-tech__list h3 {
  font-size: 20px;
}

@media (max-width: 900px) {
  .home-hero {
    min-height: 720px;
  }

  .home-hero__overlay {
    background: linear-gradient(90deg, rgba(3, 17, 48, .96), rgba(4, 24, 62, .58));
  }

  .home-hero__content {
    left: 24px;
    right: 24px;
  }

  .home-hero h1 {
    font-size: clamp(46px, 11vw, 68px);
  }

  .home-hero__facts,
  .home-hero__rail {
    display: none;
  }

  .home-statement,
  .home-section-head,
  .home-tech {
    grid-template-columns: 1fr;
  }

  .home-statement {
    gap: 40px;
    padding: 85px 24px;
  }

  .home-statement__label p {
    margin: 12px 0 0;
    writing-mode: initial;
  }

  .home-statement__copy {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .home-business {
    padding: 80px 20px;
  }

  .home-section-head {
    gap: 22px;
    margin-bottom: 42px;
  }

  .home-business__grid {
    grid-template-columns: 1fr;
  }

  .home-business__item {
    min-height: 480px;
  }

  .home-tech {
    padding: 80px 24px;
  }

  .home-section-head--light {
    margin-bottom: 60px;
    padding: 0;
  }

  .home-tech__list a {
    grid-template-columns: 35px 1fr 22px;
  }

  .home-tech__list p {
    display: none;
  }
}

@media (max-width: 560px) {
  .home-hero__actions {
    flex-direction: column;
    max-width: 260px;
  }

  .home-hero__description br {
    display: none;
  }

  .home-statement__main h2,
  .home-section-head h2 {
    font-size: 40px;
  }
}

/* Cinematic Railway Technology — main hero */
.home-page {
  background: #020817;
}

.home-page .site-header {
  z-index: 30;
  border-bottom-color: rgba(133, 199, 255, .16);
  background: linear-gradient(180deg, rgba(1, 7, 20, .82), rgba(1, 7, 20, .18) 72%, transparent);
}

.home-page .site-header .logo img {
  filter: brightness(0) invert(1);
}

.home-page .site-header nav>a,
.home-page .site-header .nav-item>button {
  color: #f4f9ff;
  font-weight: 650;
  text-shadow: 0 1px 18px rgba(0, 0, 0, .55);
}

.cinema-hero {
  --hero-x: 0;
  --hero-y: 0;
  position: relative;
  min-height: max(100vh, 820px);
  overflow: hidden;
  color: #f7fbff;
  background: #010714;
}

.cinema-hero__scene,
.cinema-hero__image,
.cinema-hero__atmosphere,
.cinema-hero__data-lines {
  position: absolute;
  inset: 0;
}

.cinema-hero__scene {
  transform: translate(calc(var(--hero-x) * -5px), calc(var(--hero-y) * -3px)) scale(1.012);
  transition: transform .7s cubic-bezier(.2, .8, .2, 1);
}

.cinema-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
  filter: saturate(1.08) contrast(1.06);
}

.cinema-hero__atmosphere {
  background:
    linear-gradient(90deg, rgba(1, 7, 20, .98) 0%, rgba(1, 7, 20, .91) 23%, rgba(1, 7, 20, .38) 53%, rgba(1, 7, 20, .08) 80%),
    linear-gradient(180deg, rgba(0, 5, 17, .18) 55%, rgba(0, 7, 25, .78) 100%);
}

.cinema-hero__data-lines {
  opacity: .58;
  background:
    linear-gradient(112deg, transparent 0 56%, rgba(21, 124, 255, .45) 56.08%, transparent 56.18%),
    linear-gradient(108deg, transparent 0 64%, rgba(21, 124, 255, .38) 64.08%, transparent 64.18%);
  transform: translateX(-2%);
  animation: data-drift 11s linear infinite;
}

.cinema-hero__content {
  position: relative;
  z-index: 4;
  width: min(900px, calc(100% - 96px));
  padding: clamp(190px, 23vh, 260px) 0 210px max(48px, calc((100vw - 1640px) / 2));
}

.cinema-hero__eyebrow,
.cinema-hero__line,
.cinema-hero__description,
.cinema-hero__actions {
  opacity: 0;
  transform: translateY(24px);
}

.cinema-hero.is-ready .cinema-hero__eyebrow,
.cinema-hero.is-ready .cinema-hero__line,
.cinema-hero.is-ready .cinema-hero__description,
.cinema-hero.is-ready .cinema-hero__actions {
  opacity: 1;
  transform: none;
  transition: opacity .9s ease, transform 1s cubic-bezier(.16, 1, .3, 1);
}

.cinema-hero.is-ready .cinema-hero__line:nth-child(1) {
  transition-delay: .12s;
}

.cinema-hero.is-ready .cinema-hero__line:nth-child(2) {
  transition-delay: .25s;
}

.cinema-hero.is-ready .cinema-hero__description {
  transition-delay: .42s;
}

.cinema-hero.is-ready .cinema-hero__actions {
  transition-delay: .56s;
}

.cinema-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 32px;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .2em;
}

.cinema-hero__eyebrow span {
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-primary));
  box-shadow: 0 0 12px var(--color-primary);
}

.cinema-hero h1 {
  margin: 0;
  font-size: clamp(68px, 3.95vw, 76px);
  font-weight: 330;
  line-height: 1.18;
  letter-spacing: -.055em;
}

.cinema-hero__line {
  display: block;
}

.cinema-hero h1 strong {
  color: var(--color-primary);
  font-weight: 760;
  text-shadow: 0 0 30px rgba(21, 124, 255, .32);
}

.cinema-hero__description {
  margin: 38px 0 0;
  color: #c3cede;
  font-size: 18px;
  line-height: 1.85;
}

.cinema-hero__actions {
  display: flex;
  gap: 14px;
  margin-top: 42px;
}

.cinema-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-width: 192px;
  height: 60px;
  padding: 0 24px;
  border: 1px solid rgba(174, 222, 255, .42);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  transition: border-color .25s, background .25s, box-shadow .25s, transform .25s;
}

.cinema-button--primary {
  border-color: var(--color-primary);
  background: linear-gradient(110deg, var(--color-primary), #0a9bff);
  box-shadow: 0 10px 34px rgba(21, 124, 255, .28), inset 0 1px rgba(255, 255, 255, .18);
}

.cinema-button:hover {
  transform: translateY(-2px);
  border-color: var(--color-primary);
  box-shadow: 0 12px 36px rgba(21, 124, 255, .25);
}

.cinema-button b {
  transition: transform .25s;
}

.cinema-button:hover b {
  transform: translateX(6px);
}

.cinema-hero__telemetry,
.cinema-hero__node {
  position: absolute;
  z-index: 3;
  transform: translate(calc(var(--hero-x) * 12px), calc(var(--hero-y) * 8px));
  transition: transform .8s cubic-bezier(.2, .8, .2, 1);
}

.cinema-hero__telemetry {
  color: rgba(133, 219, 255, .68);
  font: 650 10px/1 monospace;
  letter-spacing: .15em;
}

.cinema-hero__telemetry i {
  display: block;
  width: 92px;
  height: 1px;
  margin-top: 8px;
  background: var(--color-primary);
  box-shadow: 0 0 10px var(--color-primary);
}

.telemetry-a {
  right: 33%;
  top: 25%;
}

.telemetry-b {
  right: 9%;
  top: 49%;
}

.cinema-hero__node {
  width: 7px;
  height: 7px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(21, 124, 255, .09), 0 0 18px var(--color-primary);
  animation: node-pulse 3.2s ease-in-out infinite;
}

.node-a {
  right: 41%;
  top: 42%;
}

.node-b {
  right: 16%;
  top: 28%;
  animation-delay: -1s;
}

.node-c {
  right: 28%;
  top: 62%;
  animation-delay: -2s;
}

.cinema-hero__scroll {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #d6e7f9;
  font-size: 9px;
  letter-spacing: .22em;
}

.cinema-hero__scroll i {
  width: 1px;
  height: 42px;
  overflow: hidden;
  background: rgba(255, 255, 255, .2);
}

.cinema-hero__scroll i::after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: var(--color-primary);
  animation: scroll-signal 1.8s ease-in-out infinite;
}

.cinema-metrics {
  position: absolute;
  z-index: 6;
  right: max(48px, calc((100vw - 1640px) / 2));
  bottom: 0;
  display: grid;
  grid-template-columns: 1.2fr .8fr .9fr;
  width: min(760px, 56vw);
  min-height: 128px;
  background: rgba(3, 17, 42, .86);
  border-top: 1px solid rgba(21, 124, 255, .42);
  backdrop-filter: blur(18px);
  box-shadow: 0 -12px 42px rgba(0, 0, 0, .18);
}

.cinema-metrics>div {
  position: relative;
  display: grid;
  align-content: center;
  padding: 22px 28px;
  border-right: 1px solid rgba(116, 189, 239, .18);
}

.cinema-metrics>div::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 12px var(--color-primary);
}

.cinema-metrics small {
  color: var(--color-primary);
  font-size: 9px;
  letter-spacing: .18em;
}

.cinema-metrics strong {
  margin-top: 5px;
  color: #fff;
  font-size: 27px;
  font-weight: 650;
}

.cinema-metrics span {
  color: #8193ab;
  font-size: 11px;
}

.cinema-about {
  position: relative;
  display: grid;
  grid-template-columns: 1.45fr .55fr;
  gap: 100px;
  min-height: 520px;
  padding: 150px max(48px, calc((100vw - 1640px) / 2)) 120px;
  overflow: hidden;
  color: #0b1830;
  background: linear-gradient(180deg, #03102a 0, #071b3c 12%, #e7f2fb 63%, #fff 100%);
}

.cinema-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 38%, rgba(34, 129, 218, .14) 38.15%, transparent 38.3%);
}

.cinema-about__heading,
.cinema-about__body {
  position: relative;
  z-index: 2;
  align-self: end;
}

.cinema-about .section-kicker {
  color: var(--color-primary);
}

.cinema-about h2 {
  margin: 16px 0 0;
  font-size: clamp(46px, 4.5vw, 74px);
  font-weight: 350;
  line-height: 1.18;
  letter-spacing: -.05em;
}

.cinema-about h2 strong {
  font-weight: 750;
}

.cinema-about__body {
  padding-bottom: 9px;
}

.cinema-about__body p {
  color: #495b74;
  font-size: 16px;
  line-height: 1.85;
}

.cinema-about__body a {
  display: inline-flex;
  gap: 24px;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1b72ca;
  color: #0a3970;
  font-weight: 700;
}

.cinema-about__signal {
  position: absolute;
  top: 72px;
  right: 8%;
  display: flex;
  gap: 7px;
  align-items: end;
}

.cinema-about__signal span {
  display: block;
  width: 2px;
  height: 34px;
  background: var(--color-primary);
  box-shadow: 0 0 14px var(--color-primary);
}

.cinema-about__signal span:nth-child(2) {
  height: 61px;
}

.cinema-about__signal span:nth-child(3) {
  height: 21px;
}

@keyframes data-drift {
  50% {
    transform: translateX(2%);
    opacity: .8;
  }
}

@keyframes node-pulse {
  50% {
    opacity: .35;
    transform: scale(.72);
  }
}

@keyframes scroll-signal {
  from {
    transform: translateY(-18px);
  }

  to {
    transform: translateY(43px);
  }
}

@media (max-width: 900px) {
  .cinema-hero {
    min-height: 780px;
  }

  .cinema-hero__image {
    object-position: 62% center;
  }

  .cinema-hero__atmosphere {
    background: linear-gradient(90deg, rgba(1, 7, 20, .98), rgba(1, 7, 20, .72) 72%, rgba(1, 7, 20, .25)), linear-gradient(180deg, transparent 42%, rgba(1, 7, 20, .8));
  }

  .cinema-hero__content {
    width: calc(100% - 48px);
    padding: 165px 0 230px 24px;
  }

  .cinema-hero h1 {
    font-size: clamp(48px, 10vw, 68px);
  }

  .cinema-metrics {
    right: 24px;
    left: 24px;
    width: auto;
  }

  .cinema-hero__scroll {
    display: none;
  }

  .cinema-about {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 130px 24px 90px;
  }
}

@media (max-width: 560px) {
  .home-page .site-header {
    background: linear-gradient(180deg, rgba(1, 7, 20, .94), transparent);
  }

  .cinema-hero {
    min-height: 850px;
  }

  .cinema-hero__image {
    object-position: 67% 54%;
    opacity: .8;
  }

  .cinema-hero__atmosphere {
    background: linear-gradient(180deg, rgba(1, 7, 20, .97) 0 38%, rgba(1, 7, 20, .55) 63%, rgba(1, 7, 20, .91) 100%), linear-gradient(90deg, rgba(1, 7, 20, .78), transparent);
  }

  .cinema-hero__content {
    width: calc(100% - 40px);
    padding: 145px 0 300px 20px;
  }

  .cinema-hero__eyebrow {
    margin-bottom: 24px;
    font-size: 9px;
    letter-spacing: .13em;
  }

  .cinema-hero__eyebrow span {
    width: 22px;
  }

  .cinema-hero h1 {
    font-size: clamp(42px, 12vw, 50px);
    line-height: 1.22;
  }

  .cinema-hero__description {
    margin-top: 27px;
    font-size: 14px;
    line-height: 1.75;
  }

  .cinema-hero__description br {
    display: none;
  }

  .cinema-hero__actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }

  .cinema-button {
    width: 100%;
    height: 56px;
  }

  .cinema-hero__telemetry {
    display: none;
  }

  .cinema-metrics {
    grid-template-columns: 1.2fr .8fr .9fr;
    right: 0;
    left: 20px;
    min-height: 112px;
  }

  .cinema-metrics>div {
    padding: 15px 10px;
  }

  .cinema-metrics>div:first-child {
    padding-left: 15px;
  }

  .cinema-metrics small {
    font-size: 7px;
    letter-spacing: .08em;
  }

  .cinema-metrics strong {
    font-size: 18px;
  }

  .cinema-metrics span {
    display: none;
  }

  .cinema-about {
    min-height: 560px;
    padding-top: 120px;
  }

  .cinema-about h2 {
    font-size: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .cinema-hero__scene,
  .cinema-hero__telemetry,
  .cinema-hero__node {
    transform: none !important;
    transition: none !important;
  }

  .cinema-hero__data-lines,
  .cinema-hero__node,
  .cinema-hero__scroll i::after {
    animation: none !important;
  }

  .cinema-hero__eyebrow,
  .cinema-hero__line,
  .cinema-hero__description,
  .cinema-hero__actions {
    opacity: 1;
    transform: none;
    transition: none !important;
  }
}

/* Keep the main-header contact label above its hover fill. */
.home-page .header-v2 .contact-link {
  isolation: isolate;
}
.home-page .header-v2 .contact-link::before {
  z-index: -1;
}
.home-page .header-v2 .contact-link:hover {
  border-color: var(--ui-action-blue) !important;
  background-color: var(--ui-action-blue);
  color: #fff !important;
}

/* Unified bottom inquiry banner — every content page except the home page. */
body:not(.home-page) :is(.tm-contact-cta, .cta, .rc-contact, .research-contact, .fr-cta, .srm-cta) {
  padding: 0 !important;
  background: #0d315b !important;
  color: #fff !important;
}

/* Remove legacy decorative rules from the unified inquiry banners. */
body:not(.home-page) :is(.tm-contact-cta, .cta, .rc-contact, .research-contact, .fr-cta, .srm-cta)::before,
body:not(.home-page) :is(.tm-contact-cta, .cta, .rc-contact, .research-contact, .fr-cta, .srm-cta)::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
}

body:not(.home-page) :is(
  .tm-contact-cta__banner,
  .rc-contact > .rc-container,
  .research-contact > .research-container,
  .fr-cta > .fr-container,
  .srm-cta > .srm-container
) {
  display: flex !important;
  width: min(100% - 96px, 1440px) !important;
  min-height: 250px !important;
  margin: 0 auto !important;
  padding: 44px 0 !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 64px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body:not(.home-page) .tm-contact-cta > .tm-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body:not(.home-page) .cta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  width: 100% !important;
  min-height: 250px !important;
  padding: 44px max(48px, calc((100vw - 1440px) / 2)) !important;
  align-content: center !important;
  align-items: center !important;
  column-gap: 64px !important;
}
body:not(.home-page) .cta > :not(a) { grid-column: 1; }
body:not(.home-page) .cta > a { grid-column: 2; grid-row: 1 / span 2; }

body:not(.home-page) :is(.tm-contact-cta, .cta, .rc-contact, .research-contact, .fr-cta, .srm-cta) :is(p, span) {
  color: #aebfd3 !important;
}
body:not(.home-page) :is(.tm-contact-cta, .cta, .rc-contact, .research-contact, .fr-cta, .srm-cta) :is(h2, .rc-kicker, .research-kicker, .fr-label, .srm-label) {
  color: #fff !important;
}
body:not(.home-page) :is(.tm-contact-cta, .cta, .rc-contact, .research-contact, .fr-cta, .srm-cta) h2 {
  margin: 12px 0 14px !important;
  font-size: clamp(28px, 2.4vw, 40px) !important;
  line-height: 1.35 !important;
  letter-spacing: -.035em !important;
}

body:not(.home-page) :is(
  .tm-contact-cta__actions a,
  .cta > a,
  .rc-contact a,
  .research-contact a,
  .fr-cta a,
  .srm-cta a
) {
  display: inline-flex !important;
  min-width: 190px !important;
  min-height: 60px !important;
  padding: 0 24px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #0b2346 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  body:not(.home-page) :is(
    .tm-contact-cta__actions a,
    .cta > a,
    .rc-contact a,
    .research-contact a,
    .fr-cta a,
    .srm-cta a
  ):hover {
    border-color: var(--ui-action-blue) !important;
    background: var(--ui-action-blue) !important;
    color: #fff !important;
  }
}

@media (max-width: 760px) {
  body:not(.home-page) :is(
    .tm-contact-cta__banner,
    .rc-contact > .rc-container,
    .research-contact > .research-container,
    .fr-cta > .fr-container,
    .srm-cta > .srm-container
  ) {
    display: block !important;
    width: calc(100% - 40px) !important;
    padding: 52px 0 !important;
  }
  body:not(.home-page) .cta {
    display: block !important;
    padding: 52px 20px !important;
  }
  body:not(.home-page) :is(.tm-contact-cta__actions, .rc-contact, .research-contact, .fr-cta, .srm-cta) a,
  body:not(.home-page) .cta > a {
    width: 100% !important;
    margin-top: 28px !important;
  }
  body:not(.home-page) .tm-contact-cta__actions {
    display: grid !important;
    width: 100% !important;
    margin-top: 28px !important;
    gap: 10px !important;
  }
}

/* Process section: vertical-scroll-driven sticky horizontal sequence */
.tm-process {
  --tm-scroll-distance: 1800px;
  position: relative;
  height: calc(100vh + var(--tm-scroll-distance));
  padding: 0;
}

.tm-process__sticky {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
  padding: 360px 0 56px;
}

.tm-process__heading h2 {
  max-width: 1120px;
  font-size: clamp(44px, 4vw, 64px);
  line-height: 1.16;
}

.tm-process__viewport {
  width: 100%;
  margin-top: clamp(48px, 6vh, 72px);
  overflow: hidden;
}

.tm-process__track {
  width: max-content;
  overflow: visible;
  padding: 0 max(var(--tm-gutter), calc((100vw - var(--tm-content)) / 2));
  scroll-snap-type: none;
  scrollbar-width: none;
  cursor: default;
  will-change: transform;
  transform: translate3d(var(--tm-track-x, 0px), 0, 0);
}

.tm-process__track::-webkit-scrollbar {
  display: none;
}

.tm-process-card {
  flex-basis: clamp(560px, 56vw, 780px);
  min-height: 280px;
  scroll-snap-align: none;
}

@media (max-width: 1100px) and (min-width: 701px) {
  .tm-process__sticky {
    min-height: 650px;
    padding-top: 82px;
  }

  .tm-process__heading h2 {
    font-size: clamp(40px, 5.5vw, 58px);
  }

  .tm-process-card {
    flex-basis: clamp(520px, 78vw, 680px);
  }
}

@media (max-width: 700px) {
  .tm-process {
    height: auto !important;
    padding: 96px 0 105px;
  }

  .tm-process__sticky {
    position: static;
    display: block;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 0;
  }

  .tm-process__viewport {
    width: min(var(--tm-content), calc(100% - (var(--tm-gutter) * 2)));
    margin: 58px auto 0;
    overflow: visible;
  }

  .tm-process__track {
    display: grid;
    width: 100%;
    gap: 12px;
    padding: 0;
    transform: none !important;
    will-change: auto;
  }

  .tm-process-card {
    width: 100%;
    min-height: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tm-process {
    height: auto !important;
    padding: 110px 0;
  }

  .tm-process__sticky {
    position: static;
    display: block;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 0;
  }

  .tm-process__viewport {
    width: min(var(--tm-content), calc(100% - (var(--tm-gutter) * 2)));
    margin: 64px auto 0;
    overflow: visible;
  }

  .tm-process__track {
    display: grid;
    width: 100%;
    gap: 14px;
    padding: 0;
    transform: none !important;
    will-change: auto;
  }

  .tm-process-card {
    width: 100%;
    min-height: 0;
  }
}

/* Stable full-page screenshot mode: use index.html?capture=1 */
.capture-mode .site-header {
  position: absolute;
}

.capture-mode .cinema-hero__image {
  transform: none !important;
  transition: none !important;
}

.capture-mode .cinema-hero__data-lines,
.capture-mode .cinema-hero__rail-light,
.capture-mode .cinema-hero__signal-flow i,
.capture-mode .cinema-hero__node,
.capture-mode .cinema-hero__scroll i::after {
  animation: none !important;
}

.capture-mode .cinema-hero__eyebrow,
.capture-mode .cinema-hero__line,
.capture-mode .cinema-hero__description,
.capture-mode .cinema-hero__actions {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* Approved compact-train Hero and About facts */
.cinema-hero__image {
  object-position: center center;
}

.cinema-about {
  padding-bottom: 190px;
}

.cinema-about__facts {
  position: absolute;
  z-index: 3;
  right: max(48px, calc((100vw - 1640px) / 2));
  bottom: 62px;
  left: max(48px, calc((100vw - 1640px) / 2));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border-top: 1px solid rgba(12, 70, 126, .25);
}

.cinema-about__facts>div {
  padding: 25px 34px 0 0;
  border-right: 1px solid rgba(12, 70, 126, .2);
}

.cinema-about__facts>div:not(:first-child) {
  padding-left: 34px;
}

.cinema-about__facts>div:last-child {
  border-right: 0;
}

.cinema-about__facts dt {
  color: #073f81;
  font-size: clamp(38px, 3.2vw, 56px);
  font-weight: 760;
  line-height: 1;
  letter-spacing: -.045em;
}

.cinema-about__facts dd {
  margin: 10px 0 0;
  color: #445b76;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 800px) {
  .cinema-about {
    padding-bottom: 205px;
  }

  .cinema-about__facts {
    right: 24px;
    bottom: 54px;
    left: 24px;
  }

  .cinema-about__facts>div {
    padding-right: 15px;
  }

  .cinema-about__facts>div:not(:first-child) {
    padding-left: 15px;
  }
}

@media (max-width: 560px) {
  .cinema-hero__image {
    object-position: 64% 58%;
  }

  .cinema-about {
    min-height: 690px;
    padding-bottom: 260px;
  }

  .cinema-about__facts {
    grid-template-columns: 1fr;
    bottom: 42px;
  }

  .cinema-about__facts>div,
  .cinema-about__facts>div:not(:first-child) {
    display: grid;
    grid-template-columns: 75px 1fr;
    align-items: center;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(12, 70, 126, .18);
  }

  .cinema-about__facts dt {
    font-size: 34px;
  }

  .cinema-about__facts dd {
    margin: 0;
    font-size: 13px;
  }
}

/* Hero ambient motion v4 — composite image remains intact */
.cinema-hero__scene {
  overflow: hidden;
}

.cinema-hero__image {
  width: 105%;
  height: 105%;
  inset: -2.5%;
  object-position: 61% center;
  transform:
    translate3d(calc(var(--hero-x, 0) * -12px),
      calc((var(--hero-y, 0) * -8px) + (var(--hero-scroll, 0) * 12px)),
      0) scale(calc(1 + (var(--hero-scroll, 0) * .04)));
  transform-origin: 64% 56%;
  transition: transform .18s linear;
  will-change: transform;
}

.cinema-hero__data-lines {
  opacity: .88;
  filter: brightness(1.25) saturate(1.18);
  background:
    linear-gradient(112deg, transparent 0 52%, rgba(21, 124, 255, .68) 52.08%, transparent 52.24%),
    linear-gradient(108deg, transparent 0 62%, rgba(21, 124, 255, .62) 62.08%, transparent 62.24%),
    radial-gradient(circle at 72% 38%, rgba(21, 124, 255, .24), transparent 18%);
  animation: network-flow 4.8s ease-in-out infinite;
  will-change: transform, opacity, filter;
}

.cinema-hero__rail-light {
  height: 3px;
  opacity: 0;
  background: linear-gradient(90deg, transparent 0, rgba(21, 124, 255, .15) 12%, var(--color-primary) 45%, var(--color-primary) 69%, transparent 100%);
  box-shadow: 0 0 8px var(--color-primary), 0 0 22px rgba(21, 124, 255, .9), 0 0 42px rgba(21, 124, 255, .5);
  animation: rail-flow-strong 3.1s cubic-bezier(.24, .74, .34, 1) infinite;
}

.rail-light-a {
  bottom: 10.5%;
}

.rail-light-b {
  bottom: 17%;
  animation-delay: -1.5s;
  animation-duration: 3.8s;
}

.cinema-hero__signal-flow i {
  width: 8px;
  height: 8px;
  background: var(--color-primary);
  box-shadow: 0 0 9px var(--color-primary), 0 0 22px var(--color-primary), 0 0 38px var(--color-primary);
  animation-duration: 4.8s;
}

.cinema-hero__signal-flow i:nth-child(2) {
  animation-delay: -1.6s;
}

.cinema-hero__signal-flow i:nth-child(3) {
  animation-delay: -3.2s;
}

.cinema-hero__node {
  width: 9px;
  height: 9px;
  border-color: var(--color-primary);
  background: rgba(104, 239, 255, .6);
  box-shadow: 0 0 0 8px rgba(21, 124, 255, .12), 0 0 24px var(--color-primary), 0 0 42px rgba(21, 124, 255, .55);
  animation: node-pulse-strong 2.35s ease-in-out infinite;
}

.node-b {
  animation-delay: -.75s;
}

.node-c {
  animation-delay: -1.5s;
}

.cinema-hero__scroll i::after {
  height: 22px;
  background: linear-gradient(180deg, transparent, var(--color-primary));
  box-shadow: 0 0 10px var(--color-primary);
  animation-duration: 1.45s;
}

@keyframes network-flow {
  0% {
    opacity: .58;
    transform: translate3d(-10px, 5px, 0);
    filter: brightness(.95) saturate(1.05);
  }

  45% {
    opacity: .98;
    filter: brightness(1.42) saturate(1.25);
  }

  100% {
    opacity: .66;
    transform: translate3d(18px, -8px, 0);
    filter: brightness(1.05) saturate(1.12);
  }
}

@keyframes rail-flow-strong {
  0% {
    opacity: 0;
    transform: rotate(-3deg) translateX(-38%) scaleX(.16);
  }

  16% {
    opacity: 1;
  }

  68% {
    opacity: .92;
  }

  100% {
    opacity: 0;
    transform: rotate(-3deg) translateX(24%) scaleX(1.12);
  }
}

@keyframes node-pulse-strong {

  0%,
  100% {
    opacity: .28;
    transform: scale(.72);
  }

  45% {
    opacity: 1;
    transform: scale(1.15);
  }

  62% {
    opacity: .76;
    transform: scale(.92);
  }
}

@media (max-width: 800px) {
  .cinema-hero__image {
    width: 105%;
    height: 105%;
    inset: -2.5%;
    object-position: 70% 55%;
    transform: translate3d(0, calc(var(--hero-scroll, 0) * 6px), 0) scale(calc(1 + (var(--hero-scroll, 0) * .015)));
    transition-duration: .3s;
  }

  .cinema-hero__data-lines {
    animation-duration: 8s;
    opacity: .62;
  }

  .cinema-hero__rail-light {
    animation-duration: 6.5s;
    box-shadow: 0 0 7px var(--color-primary), 0 0 18px rgba(21, 124, 255, .65);
  }

  .rail-light-b {
    display: none;
  }

  .cinema-hero__node {
    animation-duration: 4.8s;
  }
}

@media (max-width: 560px) {
  .cinema-hero__image {
    object-position: 72% 58%;
    opacity: .74;
  }

  .cinema-hero__data-lines {
    opacity: .48;
    animation-duration: 10s;
  }

  .cinema-hero__rail-light {
    height: 2px;
    animation-duration: 8s;
  }

  .node-c {
    width: 7px;
    height: 7px;
    animation-duration: 6s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cinema-hero__image {
    width: 105%;
    height: 105%;
    inset: -2.5%;
    transform: none !important;
    transition: none !important;
  }

  .cinema-hero__rail-light,
  .cinema-hero__signal-flow i,
  .cinema-hero__data-lines,
  .cinema-hero__node,
  .cinema-hero__scroll i::after {
    animation: none !important;
  }

  .cinema-hero__data-lines {
    opacity: .58;
    filter: none;
  }
}

/* Hero layout refinement v3 */
.home-page .site-header {
  position: fixed;
  inset: 0 0 auto;
  height: 82px;
  padding: 0 clamp(32px, 6vw, 116px);
  background: transparent;
  border-bottom: 1px solid rgba(160, 210, 255, .11);
  transition: height .3s ease, background .3s ease, backdrop-filter .3s ease;
}

.home-page .site-header.is-scrolled {
  height: 76px;
  background: rgba(2, 10, 28, .82);
  border-bottom-color: rgba(160, 210, 255, .16);
  backdrop-filter: blur(14px);
}

.home-page .site-header .brand img {
  width: 196px;
}

.home-page .site-header nav {
  gap: 36px;
}

.home-page .site-header .nav-top {
  position: relative;
  font-size: 16px;
}

.home-page .site-header .nav-top::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -14px;
  left: 0;
  height: 2px;
  background: var(--color-primary);
  box-shadow: 0 0 10px rgba(21, 124, 255, .8);
  transition: right .25s ease;
}

.home-page .site-header .nav-group:hover .nav-top::after,
.home-page .site-header .nav-top:focus-visible::after {
  right: 0;
}

.home-page .site-header .contact-link {
  min-height: 44px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
}

.cinema-hero {
  min-height: 100vh;
  height: max(780px, 100vh);
}

.cinema-hero__scene {
  inset: 0;
  transform: none;
  transition: none;
}

.cinema-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% center;
  transform: scale(.9) translate(5.5%, calc(var(--hero-scroll, 0) * 18px));
  transform-origin: right center;
  filter: saturate(1.1) contrast(1.07);
  transition: transform .1s linear;
}

.cinema-hero__atmosphere {
  background:
    linear-gradient(90deg, rgba(1, 7, 20, .97) 0%, rgba(1, 7, 20, .91) 28%, rgba(1, 7, 20, .48) 44%, rgba(1, 7, 20, .04) 64%),
    linear-gradient(180deg, rgba(0, 5, 17, .08) 55%, rgba(0, 7, 25, .5) 100%);
}

.cinema-hero__content {
  position: absolute;
  top: 46%;
  left: clamp(72px, 7.2vw, 138px);
  width: 42%;
  min-width: 620px;
  max-width: 760px;
  padding: 0;
  transform: translateY(-52%);
}

.cinema-hero .hero-title {
  width: 100%;
  min-width: 620px;
  max-width: 760px;
  font-size: clamp(56px, 4.35vw, 82px);
  line-height: 1.08;
  letter-spacing: -.05em;
  word-break: keep-all;
  overflow-wrap: normal;
}

.cinema-hero .hero-title .cinema-hero__line {
  display: block;
  width: max-content;
  max-width: none;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.cinema-hero__description {
  max-width: 520px;
  margin-top: 34px;
  font-size: 18px;
  line-height: 1.7;
  word-break: keep-all;
}

.cinema-hero__actions {
  gap: 12px;
  margin-top: 34px;
}

.cinema-button {
  min-width: 202px;
  height: 54px;
  padding: 0 26px;
  font-size: 15px;
}

.cinema-hero__eyebrow,
.cinema-hero__line,
.cinema-hero__description,
.cinema-hero__actions {
  transform: translateY(12px);
}

.cinema-hero.is-ready .cinema-hero__eyebrow {
  transition-delay: .05s;
}

.cinema-hero.is-ready .cinema-hero__line:nth-child(1) {
  transition-delay: .17s;
}

.cinema-hero.is-ready .cinema-hero__line:nth-child(2) {
  transition-delay: .29s;
}

.cinema-hero.is-ready .cinema-hero__description {
  transition-delay: .41s;
}

.cinema-hero.is-ready .cinema-hero__actions {
  transition-delay: .53s;
}

.cinema-hero__data-lines {
  z-index: 2;
  clip-path: polygon(44% 42%, 100% 8%, 100% 100%, 40% 100%);
  opacity: .75;
  transform: translate(calc(var(--hero-x) * 8px), calc(var(--hero-y) * 5px));
  animation: network-breathe 5.5s ease-in-out infinite;
}

.cinema-hero__rail-light {
  position: absolute;
  z-index: 3;
  right: -20%;
  bottom: 12%;
  width: 78%;
  height: 2px;
  opacity: 0;
  transform: rotate(-3deg) translateX(-8%);
  transform-origin: right;
  background: linear-gradient(90deg, transparent, var(--color-primary) 40%, var(--color-primary) 70%, transparent);
  box-shadow: 0 0 7px var(--color-primary), 0 0 20px rgba(21, 124, 255, .68);
  animation: rail-flow 3.8s cubic-bezier(.3, .7, .4, 1) infinite;
}

.rail-light-b {
  bottom: 18%;
  animation-delay: -1.9s;
  animation-duration: 4.6s;
  opacity: 0;
}

.cinema-hero__signal-flow {
  position: absolute;
  z-index: 4;
  inset: 15% 5% 18% 46%;
  pointer-events: none;
}

.cinema-hero__signal-flow i {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 8px var(--color-primary), 0 0 20px var(--color-primary);
  offset-path: path("M 10 410 C 190 270 330 300 650 35");
  animation: signal-travel 6s linear infinite;
}

.cinema-hero__signal-flow i:nth-child(2) {
  animation-delay: -2s;
}

.cinema-hero__signal-flow i:nth-child(3) {
  animation-delay: -4s;
}

.cinema-hero__telemetry,
.cinema-hero__node {
  transform: translate(calc(var(--hero-x) * 8px), calc(var(--hero-y) * 5px));
}

.telemetry-a {
  right: 31%;
  top: 24%;
}

.telemetry-b {
  right: 8%;
  top: 47%;
}

.node-a {
  right: 37%;
  top: 41%;
}

.node-b {
  right: 14%;
  top: 27%;
}

.node-c {
  right: 25%;
  top: 59%;
}

.cinema-metrics {
  right: clamp(72px, 7.2vw, 138px);
  bottom: 38px;
  width: min(690px, 48vw);
  min-height: 104px;
  background: linear-gradient(90deg, rgba(2, 14, 37, .72), rgba(3, 20, 49, .84));
  border-top-color: rgba(21, 124, 255, .42);
}

.cinema-metrics>div {
  padding: 17px 24px;
}

.cinema-metrics strong {
  font-size: 25px;
}

.cinema-hero__scroll {
  bottom: 46px;
  left: 47%;
}

@keyframes rail-flow {
  0% {
    opacity: 0;
    transform: rotate(-3deg) translateX(-25%) scaleX(.25);
  }

  18% {
    opacity: .9;
  }

  75% {
    opacity: .65;
  }

  100% {
    opacity: 0;
    transform: rotate(-3deg) translateX(18%) scaleX(1);
  }
}

@keyframes signal-travel {
  to {
    offset-distance: 100%;
  }
}

@keyframes network-breathe {
  50% {
    opacity: .92;
    filter: brightness(1.25);
  }
}

@media (max-width: 1100px) {
  .home-page .site-header {
    height: 76px;
    padding: 0 32px;
  }

  .home-page .site-header .brand img {
    width: 176px;
  }

  .home-page .site-header nav {
    gap: 22px;
  }

  .home-page .site-header .nav-top {
    font-size: 15px;
  }

  .cinema-hero {
    height: auto;
    min-height: 900px;
  }

  .cinema-hero__content {
    top: 43%;
    left: 6vw;
    width: 58%;
    min-width: 0;
    max-width: 650px;
  }

  .cinema-hero .hero-title {
    min-width: 0;
    max-width: 650px;
    font-size: clamp(52px, 6.5vw, 68px);
  }

  .cinema-hero .hero-title .cinema-hero__line {
    white-space: normal;
    width: auto;
  }

  .cinema-hero__image {
    object-position: 66% center;
    transform: scale(.91) translate(7%, calc(var(--hero-scroll, 0) * 12px));
  }

  .cinema-metrics {
    right: 5vw;
    bottom: 34px;
    width: 63vw;
  }
}

@media (max-width: 800px) {
  .home-page .site-header {
    height: 72px;
    padding: 0 24px;
  }

  .home-page .site-header .brand img {
    width: 166px;
  }

  .cinema-hero {
    min-height: 1024px;
  }

  .cinema-hero__content {
    top: 39%;
    left: 6vw;
    width: 72%;
    max-width: 590px;
  }

  .cinema-hero .hero-title {
    font-size: clamp(48px, 8vw, 62px);
  }

  .cinema-hero__image {
    object-position: 70% 55%;
    transform: scale(.9) translate(8%, 5%);
  }

  .cinema-metrics {
    left: 6vw;
    right: 6vw;
    bottom: 34px;
    width: auto;
  }

  .cinema-hero__scroll {
    display: none;
  }
}

@media (max-width: 560px) {
  .home-page .site-header {
    padding: 0 20px;
  }

  .home-page .site-header .brand img {
    width: 142px;
  }

  .cinema-hero {
    min-height: 844px;
    height: 844px;
  }

  .cinema-hero__content {
    top: 43%;
    left: 20px;
    width: calc(100% - 40px);
    max-width: none;
    transform: translateY(-50%);
  }

  .cinema-hero .hero-title {
    width: 100%;
    max-width: none;
    font-size: clamp(42px, 12vw, 58px);
    line-height: 1.12;
  }

  .cinema-hero .hero-title .cinema-hero__line {
    width: auto;
    white-space: normal;
  }

  .cinema-hero__description {
    max-width: 350px;
    margin-top: 26px;
    font-size: 14px;
  }

  .cinema-hero__actions {
    margin-top: 27px;
  }

  .cinema-button {
    min-width: 0;
    height: 52px;
    padding: 0 24px;
  }

  .cinema-hero__image {
    object-position: 72% 58%;
    opacity: .72;
    transform: scale(.87) translate(10%, 9%);
  }

  .cinema-hero__atmosphere {
    background: linear-gradient(180deg, rgba(1, 7, 20, .98) 0 45%, rgba(1, 7, 20, .65) 70%, rgba(1, 7, 20, .92) 100%), linear-gradient(90deg, rgba(1, 7, 20, .82), transparent);
  }

  .cinema-hero__data-lines {
    clip-path: polygon(28% 50%, 100% 22%, 100% 100%, 20% 100%);
    animation-duration: 8s;
  }

  .cinema-hero__rail-light {
    animation-duration: 7s;
  }

  .cinema-hero__signal-flow,
  .cinema-hero__telemetry,
  .node-a,
  .node-b {
    display: none;
  }

  .cinema-metrics {
    left: 20px;
    right: 0;
    bottom: 28px;
    grid-template-columns: 1.18fr .82fr .92fr;
    min-height: 92px;
  }

  .cinema-metrics>div {
    padding: 13px 9px;
  }

  .cinema-metrics>div:first-child {
    padding-left: 14px;
  }

  .cinema-metrics strong {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .cinema-hero__rail-light,
  .cinema-hero__signal-flow i,
  .cinema-hero__data-lines,
  .cinema-hero__node {
    animation: none !important;
  }

  .cinema-hero__image {
    transform: scale(.9) translate(5.5%, 0) !important;
    transition: none !important;
  }
}

/* Final ambient-motion overrides — keep last in cascade */
.cinema-hero__scene {
  overflow: hidden;
}

.cinema-hero__image {
  width: 105%;
  height: 105%;
  inset: -2.5%;
  object-position: 61% center;
  transform: translate3d(calc(var(--hero-x, 0) * -12px), calc((var(--hero-y, 0) * -8px) + (var(--hero-scroll, 0) * 12px)), 0) scale(calc(1 + (var(--hero-scroll, 0) * .04)));
  transform-origin: 64% 56%;
  transition: transform .18s linear;
  will-change: transform;
}

.cinema-hero__data-lines {
  opacity: .88;
  filter: brightness(1.25) saturate(1.18);
  animation-name: network-flow;
  animation-duration: 4.8s;
}

.cinema-hero__rail-light {
  height: 3px;
  box-shadow: 0 0 8px var(--color-primary), 0 0 22px rgba(21, 124, 255, .9), 0 0 42px rgba(21, 124, 255, .5);
  animation-name: rail-flow-strong;
  animation-duration: 3.1s;
}

.rail-light-a {
  bottom: 10.5%;
}

.rail-light-b {
  bottom: 17%;
  animation-delay: -1.5s;
  animation-duration: 3.8s;
}

.cinema-hero__signal-flow i {
  width: 8px;
  height: 8px;
  animation-duration: 4.8s;
}

.cinema-hero__node {
  width: 9px;
  height: 9px;
  animation-name: node-pulse-strong;
  animation-duration: 2.35s;
}

@media (max-width: 800px) {
  .cinema-hero__image {
    width: 105%;
    height: 105%;
    inset: -2.5%;
    object-position: 70% 55%;
    transform: translate3d(0, calc(var(--hero-scroll, 0) * 6px), 0) scale(calc(1 + (var(--hero-scroll, 0) * .015)));
  }

  .cinema-hero__data-lines {
    opacity: .62;
    animation-duration: 8s;
  }

  .cinema-hero__rail-light {
    animation-duration: 6.5s;
  }

  .rail-light-b {
    display: none;
  }

  .cinema-hero__node {
    animation-duration: 4.8s;
  }
}

@media (max-width: 560px) {
  .cinema-hero__image {
    object-position: 72% 58%;
    opacity: .74;
  }

  .cinema-hero__data-lines {
    opacity: .48;
    animation-duration: 10s;
  }

  .cinema-hero__rail-light {
    height: 2px;
    animation-duration: 8s;
  }

  .node-c {
    width: 7px;
    height: 7px;
    animation-duration: 6s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cinema-hero__image {
    width: 105%;
    height: 105%;
    inset: -2.5%;
    transform: none !important;
    transition: none !important;
  }

  .cinema-hero__rail-light,
  .cinema-hero__signal-flow i,
  .cinema-hero__data-lines,
  .cinema-hero__node,
  .cinema-hero__scroll i::after {
    animation: none !important;
  }
}

/* Homepage editorial redesign — content below the approved Hero */
.home-page .home-redesign {
  display: block;
  background: #f3f5f7;
  color: #08162c;
  overflow: hidden
}

.home-page .cinema-about,
.home-page .domains,
.home-page .featured,
.home-page .cta,
.home-page>footer {
  display: none !important
}

.home-shell {
  width: min(1600px, 88vw);
  margin: 0 auto
}

.home-kicker {
  margin: 0 0 24px;
  color: var(--color-primary);
  font: 700 12px/1.2 Arial, sans-serif;
  letter-spacing: .2em
}

.home-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 90px
}

.home-section-head h2,
.home-about-v2 h2,
.home-trubiz-v2 h2,
.home-trust-v2 h2,
.home-contact-v2 h2 {
  margin: 0;
  font-size: clamp(48px, 4.4vw, 76px);
  line-height: 1.1;
  letter-spacing: -.055em
}

.home-section-head--light {
  color: white
}

.home-section-head--light .home-kicker {
  color: var(--color-primary)
}

.home-about-v2 {
  position: relative;
  padding: 180px 0 150px;
  background: linear-gradient(180deg, #07152a 0, #e9eef4 38%, #f3f5f7 100%)
}

.home-about-v2__grid {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px
}

.home-section-index {
  grid-row: 1/3;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  font: 700 11px Arial;
  letter-spacing: .16em
}

.home-section-index span {
  font-size: 16px
}

.home-section-index i {
  display: block;
  width: 1px;
  height: 130px;
  background: linear-gradient(var(--color-primary), transparent)
}

.home-section-index em {
  writing-mode: vertical-rl;
  font-style: normal
}

.home-about-v2__copy {
  max-width: 950px
}

.home-about-v2__copy h2 strong,
.home-trubiz-v2 h2 strong {
  color: var(--color-primary)
}

.home-about-v2__copy>p:not(.home-kicker) {
  max-width: 700px;
  margin: 40px 0 34px;
  color: #47566a;
  font-size: 18px;
  line-height: 1.85;
  word-break: keep-all
}

.home-text-link {
  display: inline-flex;
  gap: 24px;
  color: #08162c;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #8190a2;
  padding: 0 0 12px
}

.home-text-link span {
  transition: .25s
}

.home-text-link:hover span {
  transform: translate(4px, -4px)
}

.home-facts {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 100px 0 0;
  border-top: 1px solid #b9c3cf
}

.home-facts div {
  padding: 42px 0 0
}

.home-facts div+div {
  border-left: 1px solid #c7d0da;
  padding-left: 48px
}

.home-facts dt {
  font: 300 clamp(58px, 5vw, 92px)/1 Arial;
  color: #071c3d;
  letter-spacing: -.06em
}

.home-facts dd {
  margin: 13px 0 0;
  color: #536176;
  font-size: 16px
}

.home-business-v2 {
  padding: 170px 0 210px;
  background: #f3f5f7
}

.business-story {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, .75fr);
  gap: 7vw;
  align-items: center;
  margin-top: 120px
}

.business-story--reverse {
  grid-template-columns: minmax(360px, .75fr) minmax(0, 1.45fr)
}

.business-story--reverse .business-story__visual {
  grid-column: 2
}

.business-story--reverse .business-story__copy {
  grid-column: 1;
  grid-row: 1
}

.business-story__visual {
  height: 600px;
  overflow: hidden;
  background: #07162c
}

.business-story__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease
}

.business-story:hover img {
  transform: scale(1.025)
}

.business-story__visual--dark img {
  object-fit: contain;
  padding: 5%;
  box-sizing: border-box
}

.business-story__copy>span {
  color: var(--color-primary);
  font: 700 12px Arial;
  letter-spacing: .15em
}

.business-story__copy h3 {
  margin: 26px 0;
  font-size: clamp(38px, 3.4vw, 60px);
  line-height: 1.12;
  letter-spacing: -.05em
}

.business-story__copy p {
  color: #526175;
  font-size: 17px;
  line-height: 1.8;
  word-break: keep-all
}

.business-story__copy a {
  display: inline-flex;
  margin-top: 30px;
  gap: 26px;
  color: #0a1b34;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 12px;
  border-bottom: 1px solid #718096
}

.business-story__copy b {
  transition: .25s
}

.business-story__copy a:hover b {
  transform: translateX(7px)
}

.home-railway-v2 {
  padding: 180px 0 200px;
  background: #061428;
  color: white
}

.railway-showcase {
  display: grid;
  grid-template-columns: 320px 1fr;
  border-top: 1px solid rgba(255, 255, 255, .16)
}

.railway-tabs {
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, .16)
}

.railway-tabs button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
  width: 100%;
  padding: 29px 18px 29px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  background: transparent;
  color: #7f91aa;
  text-align: left;
  font: 600 17px inherit;
  cursor: pointer;
  transition: .25s
}

.railway-tabs button span {
  font: 500 11px Arial;
  color: #4c607c
}

.railway-tabs button:after {
  content: '→';
  position: absolute;
  right: 26px;
  opacity: 0;
  transform: translateX(-8px);
  transition: .25s
}

.railway-tabs button.is-active,
.railway-tabs button:hover {
  color: white;
  padding-left: 18px
}

.railway-tabs button.is-active:after {
  opacity: 1;
  transform: none
}

.railway-stage {
  padding-left: 6vw
}

.railway-stage__media {
  height: 520px;
  overflow: hidden;
  background: #020814
}

.railway-stage__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .25s, transform .6s
}

.railway-stage__copy {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  gap: 35px;
  align-items: end;
  padding-top: 32px
}

.railway-stage__copy p {
  grid-column: 1/-1;
  margin: 0;
  color: var(--color-primary);
  font: 700 10px Arial;
  letter-spacing: .17em
}

.railway-stage__copy h3 {
  margin: 0;
  font-size: 28px
}

.railway-stage__copy span {
  color: #8f9db0;
  line-height: 1.6
}

.railway-stage__copy a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #66758a;
  padding-bottom: 8px;
  white-space: nowrap
}

.home-trubiz-v2 {
  padding: 180px 0;
  background: linear-gradient(115deg, #e9f0f7 0, #f7f8fa 52%, #dce8f4 100%)
}

.home-trubiz-v2__grid {
  display: grid;
  grid-template-columns: .75fr 1.3fr;
  gap: 8vw;
  align-items: center
}

.home-trubiz-v2__copy>p:not(.home-kicker) {
  margin: 35px 0;
  color: #536176;
  font-size: 17px;
  line-height: 1.85
}

.home-trubiz-v2__visual {
  position: relative;
  padding: 60px 4vw 30px;
  background: #07162b
}

.home-trubiz-v2__visual>span {
  position: absolute;
  top: 23px;
  left: 28px;
  color: var(--color-primary);
  font: 700 10px Arial;
  letter-spacing: .18em
}

.home-trubiz-v2__visual img {
  width: 100%;
  display: block
}

.home-text-link--light {
  color: #08162c
}

.home-projects-v2 {
  padding: 180px 0;
  background: #f5f6f8
}

.project-ledger {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 6vw;
  align-items: start
}

.project-ledger__preview {
  position: sticky;
  top: 120px;
  height: 500px;
  overflow: hidden;
  background: #07162c
}

.project-ledger__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .22s
}

.project-ledger ol {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #9eabb9
}

.project-ledger li {
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 30px 0;
  border-bottom: 1px solid #c4ccd5;
  cursor: default;
  transition: .25s
}

.project-ledger li:hover {
  padding-left: 18px;
  color: var(--color-primary)
}

.project-ledger li span,
.project-ledger li em {
  font: 700 10px Arial;
  letter-spacing: .12em;
  color: #8290a2
}

.project-ledger li strong {
  font-size: 21px
}

.project-ledger li em {
  font-style: normal
}

.home-trust-v2 {
  padding: 170px 0;
  background: #e8edf2
}

.home-trust-v2__grid {
  display: grid;
  grid-template-columns: .8fr 1.3fr;
  gap: 8vw
}

.home-trust-v2__copy p:not(.home-kicker) {
  color: #5b6879;
  line-height: 1.8;
  max-width: 430px
}

.trust-documents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px
}

.trust-documents button {
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer
}

.trust-documents img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: top;
  filter: saturate(.8);
  transition: .4s
}

.trust-documents button:hover img {
  filter: saturate(1);
  transform: translateY(-6px)
}

.trust-documents span {
  display: block;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid #aeb8c3;
  color: #24344a;
  font-weight: 700
}

.home-contact-v2 {
  padding: 150px 0;
  background: #061327;
  color: white
}

.home-contact-v2__inner {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 8vw;
  align-items: end
}

.home-contact-v2__inner>div:last-child>p {
  color: #96a4b7;
  font-size: 17px;
  line-height: 1.8
}

.home-contact-v2__inner a {
  display: flex;
  justify-content: space-between;
  color: white;
  text-decoration: none;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  font-weight: 700
}

.home-contact-v2__inner a:hover span {
  transform: translateX(6px)
}

.home-contact-v2__inner span {
  transition: .25s
}

.home-footer-v2 {
  padding: 65px 0;
  background: #030b17;
  color: #758398
}

.home-footer-v2 .home-shell {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 40px;
  align-items: end
}

.home-footer-v2 strong {
  color: white;
  font-size: 27px;
  letter-spacing: .05em
}

.home-footer-v2 p {
  margin: 9px 0;
  font-size: 13px
}

.home-footer-v2 small {
  font-size: 10px;
  letter-spacing: .08em
}

.reveal-item {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s ease, transform .8s ease
}

.reveal-item.is-visible {
  opacity: 1;
  transform: none
}

@media(max-width:900px) {
  .home-shell {
    width: min(100% - 40px, 700px)
  }

  .home-section-index {
    display: none
  }

  .home-about-v2__grid,
  .home-trubiz-v2__grid,
  .home-trust-v2__grid,
  .home-contact-v2__inner,
  .project-ledger {
    grid-template-columns: 1fr
  }

  .home-about-v2__copy,
  .home-facts {
    grid-column: 1
  }

  .home-facts {
    grid-template-columns: repeat(3, 1fr)
  }

  .home-facts div+div {
    padding-left: 18px
  }

  .business-story,
  .business-story--reverse {
    grid-template-columns: 1fr
  }

  .business-story--reverse .business-story__visual,
  .business-story--reverse .business-story__copy {
    grid-column: 1;
    grid-row: auto
  }

  .business-story__visual {
    height: 400px
  }

  .railway-showcase {
    grid-template-columns: 1fr
  }

  .railway-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-right: 0
  }

  .railway-stage {
    padding: 36px 0 0
  }

  .project-ledger__preview {
    position: relative;
    top: auto
  }

  .home-footer-v2 .home-shell {
    grid-template-columns: 1fr
  }

  .home-section-head {
    display: block
  }

  .home-section-head h2 {
    margin-top: 22px
  }
}

@media(prefers-reduced-motion:reduce) {
  .reveal-item {
    opacity: 1;
    transform: none;
    transition: none
  }

  .business-story__visual img,
  .trust-documents img {
    transition: none
  }
}

.capture-mode .home-redesign .reveal-item {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important
}

/* Compact homepage hub */
.home-about-v2 {
  padding: 105px 0 80px;
  min-height: 620px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #07152a 0, #e9eef4 26%, #f3f5f7 100%)
}

.home-about-v2__copy>p:not(.home-kicker) {
  margin: 28px 0 24px;
  line-height: 1.7
}

.home-facts {
  margin-top: 55px
}

.home-facts div {
  padding-top: 28px
}

.home-facts dt {
  font-size: clamp(50px, 4.5vw, 76px)
}

.home-business-v2 {
  padding: 110px 0 125px
}

.home-business-v2 .home-section-head {
  margin-bottom: 55px
}

.business-compact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px
}

.business-compact .business-story {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  align-items: stretch;
  margin: 0;
  background: #e9edf2
}

.business-compact .business-story__visual {
  height: 390px
}

.business-compact .business-story__copy {
  padding: 42px 34px
}

.business-compact .business-story__copy h3 {
  font-size: clamp(28px, 2.2vw, 40px);
  margin: 18px 0
}

.business-compact .business-story__copy p {
  font-size: 15px;
  line-height: 1.65
}

.business-compact .business-story__copy a {
  margin-top: 18px
}

.home-railway-v2 {
  padding: 105px 0 115px;
  min-height: 900px;
  box-sizing: border-box
}

.home-railway-v2 .home-section-head {
  margin-bottom: 52px
}

.railway-stage__media {
  height: 430px
}

.railway-tabs button {
  padding-top: 24px;
  padding-bottom: 24px
}

.railway-stage__copy {
  padding-top: 24px
}

.solutions-all-link {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  width: max-content;
  margin: 34px 0 0 auto;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #53657b;
  padding-bottom: 10px;
  font-weight: 700
}

.home-projects-v2 {
  padding: 105px 0 115px
}

.home-projects-v2 .home-section-head {
  margin-bottom: 52px
}

.proof-compact {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 6vw;
  align-items: start
}

.proof-compact .project-ledger {
  display: block
}

.proof-compact .project-ledger li {
  padding: 24px 0
}

.proof-compact .project-ledger li strong {
  font-size: 18px
}

.proof-compact .trust-documents {
  gap: 18px
}

.proof-compact .trust-documents img {
  height: 285px
}

.proof-more {
  display: inline-flex;
  margin-top: 24px;
  color: #12233a;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid #94a0ad;
  padding-bottom: 9px
}

.trust-documents>.proof-more {
  grid-column: 1/-1;
  justify-self: end
}

.home-contact-v2 {
  padding: 95px 0;
  min-height: 380px;
  box-sizing: border-box
}

.home-footer-v2 {
  padding: 48px 0
}

@media(max-width:900px) {

  .business-compact,
  .proof-compact {
    grid-template-columns: 1fr
  }

  .business-compact .business-story {
    grid-template-columns: 1fr
  }

  .business-compact .business-story__visual {
    height: 300px
  }

  .home-about-v2 {
    min-height: auto
  }

  .home-railway-v2 {
    min-height: auto
  }
}

/* Header v2 */
.home-page .header-v2 {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 80px;
  padding: 0;
  background: linear-gradient(180deg, rgba(2, 9, 22, .8), rgba(2, 9, 22, .25));
  border-bottom: 1px solid rgba(145, 171, 204, .12);
  transition: background .25s, backdrop-filter .25s
}

.home-page .header-v2.is-scrolled {
  background: rgba(4, 15, 31, .86);
  backdrop-filter: blur(14px);
  border-bottom-color: rgba(145, 171, 204, .18)
}

.header-v2__inner {
  position: relative;
  width: min(1440px, calc(100% - 64px));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center
}

.home-page .header-v2 .brand img {
  display: block;
  width: 190px
}

.gnb-v2 {
  display: flex;
  align-self: stretch;
  gap: 34px;
  margin-left: auto
}

.home-page .header-v2 .nav-group {
  position: relative;
  display: flex;
  align-items: center
}

.home-page .header-v2 .nav-top {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  height: 100%;
  padding: 0;
  border: 0;
  background: none;
  color: #e9eef5;
  font: 650 16px/1 inherit;
  cursor: pointer
}

.home-page .header-v2 .nav-top:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 2px;
  background: var(--color-primary);
  transition: .22s
}

.home-page .header-v2 .nav-group.is-open .nav-top:after,
.home-page .header-v2 .nav-top:hover:after,
.home-page .header-v2 .nav-top:focus-visible:after {
  left: 0;
  right: 0
}

.home-page .header-v2 .nav-top i,
.mobile-group>button i {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: .22s
}

.home-page .header-v2 .nav-group.is-open .nav-top i {
  transform: rotate(225deg) translate(-1px, -1px);
  color: var(--color-primary)
}

.home-page .header-v2 .contact-link {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  min-height: 0;
  margin-left: 34px;
  padding: 0 20px;
  border: 1px solid rgba(216, 229, 244, .38);
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  transition: .22s
}

.home-page .header-v2 .contact-link:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-primary);
  transform: translateX(-102%);
  transition: .25s
}

.home-page .header-v2 .contact-link:hover:before {
  transform: none
}

.home-page .header-v2 .contact-link>* {
  position: relative
}

.home-page .header-v2 .contact-link span {
  transition: .22s
}

.home-page .header-v2 .contact-link:hover span {
  transform: translate(3px, -3px)
}

.nav-panel {
  position: fixed;
  top: 80px;
  z-index: 1001;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity .2s, transform .2s, visibility .2s;
  background: #08182c;
  color: #fff;
  border: 1px solid rgba(143, 171, 203, .16);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .25)
}

.nav-group.is-open>.nav-panel {
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: auto
}

.simple-panel {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 282px;
  padding: 16px 18px;
  transform: translate(-50%, -8px);
  border-radius: 0 0 5px 5px
}

.nav-group.is-open>.simple-panel {
  transform: translate(-50%, 0)
}

.simple-panel a {
  position: relative;
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0 8px;
  color: #c6d0de;
  text-decoration: none;
  font-size: 15px;
  transition: .2s
}

.simple-panel a:before {
  content: "";
  width: 0;
  height: 1px;
  margin-right: 0;
  background: var(--color-primary);
  transition: .2s
}

.simple-panel a:hover,
.simple-panel a:focus-visible {
  color: #fff;
  padding-left: 14px
}

.simple-panel a:hover:before,
.simple-panel a:focus-visible:before {
  width: 18px;
  margin-right: 10px
}

.mega-panel {
  left: 50%;
  width: min(1280px, calc(100% - 64px));
  min-height: 330px;
  transform: translate(-50%, -8px);
  display: grid;
  padding: 34px 38px;
  border-radius: 0 0 5px 5px
}

.nav-group.is-open>.mega-panel {
  transform: translate(-50%, 0)
}

.business-mega {
  grid-template-columns: 250px 310px 1fr;
  gap: 34px
}

.mega-panel__eyebrow span,
.mega-panel__details>p {
  display: block;
  margin-bottom: 22px;
  color: var(--color-primary);
  font: 700 10px Arial;
  letter-spacing: .17em
}

.mega-panel__eyebrow strong {
  font-size: 24px;
  line-height: 1.45
}

.mega-panel__list {
  border-left: 1px solid rgba(154, 179, 207, .16);
  padding-left: 26px
}

.mega-panel__list a {
  display: flex;
  align-items: center;
  height: 64px;
  color: #778ba4;
  text-decoration: none;
  font-size: 18px;
  border-bottom: 1px solid rgba(154, 179, 207, .12);
  transition: .2s
}

.mega-panel__list a.is-active,
.mega-panel__list a:hover,
.mega-panel__list a:focus-visible {
  color: #fff;
  padding-left: 10px
}

.mega-panel__list a.is-active:before {
  content: "";
  width: 22px;
  height: 1px;
  margin-right: 10px;
  background: var(--color-primary)
}

.mega-panel__visual {
  position: relative;
  display: block;
  min-width: 0;
  height: 262px;
  overflow: hidden;
  background: #020a16;
  color: white;
  text-decoration: none
}

.mega-panel__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .68;
  transition: opacity .2s, transform .35s
}

.mega-panel__visual:hover img {
  opacity: .8;
  transform: scale(1.02)
}

.mega-panel__visual span {
  position: absolute;
  inset: auto 24px 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 20px
}

.mega-panel__visual b {
  font-size: 21px
}

.mega-panel__visual em {
  grid-column: 1;
  font-style: normal;
  color: #b8c6d7;
  font-size: 14px
}

.mega-panel__visual u {
  grid-column: 2;
  grid-row: 1/3;
  align-self: end;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px
}

.solution-mega {
  grid-template-columns: 240px 330px 1fr;
  gap: 34px
}

.mega-panel__categories {
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(154, 179, 207, .16);
  padding-right: 24px
}

.mega-panel__categories button {
  height: 50px;
  padding: 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(154, 179, 207, .12);
  background: none;
  color: #778ba4;
  text-align: left;
  font: 600 15px inherit;
  cursor: pointer;
  transition: .2s
}

.mega-panel__categories button.is-active,
.mega-panel__categories button:hover,
.mega-panel__categories button:focus-visible {
  color: #fff;
  padding-left: 20px
}

.mega-panel__categories button.is-active {
  border-left: 2px solid var(--color-primary)
}

.mega-panel__details {
  display: flex;
  flex-direction: column
}

.solution-links {
  display: flex;
  flex-direction: column
}

.solution-links a {
  padding: 11px 0;
  color: #d7e0eb;
  text-decoration: none;
  font-size: 15px
}

.solution-links a:hover,
.solution-links a:focus-visible {
  color: var(--color-primary)
}

.mega-all {
  margin-top: auto;
  color: #91a4ba;
  text-decoration: none;
  font-size: 13px
}

.mega-all:hover {
  color: white
}

.menu-btn {
  display: none
}

.mobile-menu-v2 {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 2000;
  width: min(390px, 100%);
  padding: 0;
  background: #071426;
  color: #fff;
  overflow: auto
}

.mobile-menu-v2__head {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  border-bottom: 1px solid rgba(148, 174, 203, .15)
}

.mobile-menu-v2__head img {
  width: 154px
}

.mobile-menu-v2 .mobile-close {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  background: none;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 4px
}

.mobile-menu-v2 .mobile-close span {
  position: absolute;
  left: 11px;
  top: 20px;
  width: 18px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg)
}

.mobile-menu-v2 .mobile-close span+span {
  transform: rotate(-45deg)
}

.mobile-menu-v2__body {
  padding: 22px
}

.mobile-group {
  border-bottom: 1px solid rgba(148, 174, 203, .14)
}

.mobile-group>button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 62px;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  font-family: inherit;
  font-size: var(--type-mobile-gnb-size);
  font-weight: var(--type-mobile-gnb-weight);
  line-height: var(--type-gnb-line-height);
  text-align: left
}

.mobile-group>button[aria-expanded=true] i {
  transform: rotate(225deg)
}

.mobile-group>div {
  display: grid;
  max-height: 0;
  overflow: hidden;
  padding: 0 14px;
  transition: max-height .3s, padding .3s
}

.mobile-group.is-open>div {
  max-height: 520px;
  padding: 2px 14px 18px
}

.mobile-group>div b {
  margin: 14px 0 5px;
  color: var(--color-primary);
  font: 700 10px Arial;
  letter-spacing: .16em
}

.mobile-group>div a {
  padding: 9px 0;
  color: #aebdce;
  text-decoration: none;
  font-size: 14px
}

.mobile-contact {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  padding: 17px 18px;
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
  font-weight: 700
}

.menu-open {
  overflow: hidden
}

@media(max-width:900px) {
  .home-page .header-v2 {
    height: 72px
  }

  .header-v2__inner {
    width: calc(100% - 40px)
  }

  .home-page .header-v2 .brand img {
    width: 150px
  }

  .gnb-v2,
  .home-page .header-v2 .contact-link {
    display: none
  }

  .home-page .header-v2 .menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 42px;
    height: 42px;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: none
  }

  .menu-btn span {
    display: block;
    width: 24px;
    height: 1.5px;
    margin-left: auto;
    background: #fff
  }

  .menu-btn span+span {
    width: 17px
  }
}

.home-page .header-v2 {
  z-index: 2000 !important;
  overflow: visible;
  isolation: isolate
}

.home-page .header-v2 .nav-panel {
  z-index: 2005 !important;
  background: #0a1b31 !important;
  border-color: rgba(143, 171, 203, .2);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .34)
}

/* Bright full-width navigation panels */
.home-page .header-v2 .fullmenu {
  position: fixed;
  inset: 80px 0 auto;
  width: 100%;
  min-height: 0;
  padding: 0;
  background: #f6f9fd !important;
  color: #0a1b34;
  border: 0;
  border-bottom: 1px solid #e1e8f1;
  border-radius: 0;
  box-shadow: 0 12px 28px rgba(17, 40, 70, .06);
  transform: translateY(-7px)
}

.home-page .header-v2 .nav-group.is-open>.fullmenu {
  transform: none
}

.fullmenu--short {
  height: 178px
}

.fullmenu--solutions {
  height: 238px
}

.fullmenu__inner {
  width: min(1440px, calc(100% - 128px));
  height: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 245px 1fr;
  align-items: center
}

.fullmenu__title {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #e2e8f0
}

.fullmenu__title span {
  margin-bottom: 13px;
  color: var(--color-primary);
  font: 700 11px Arial;
  letter-spacing: .17em
}

.fullmenu__title strong {
  color: #0a1b34;
  font-size: 29px;
  line-height: 1
}

.fullmenu__items {
  display: grid;
  align-items: center;
  height: 100%;
  padding-left: 54px
}

.fullmenu__items--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px
}

.fullmenu__items--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px
}

.fullmenu__items--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px
}

.fullmenu__items--6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px
}

.fullmenu__items>a {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  height: 92px;
  color: #0d203a;
  text-decoration: none
}

.fullmenu__items>a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 0;
  height: 2px;
  background: var(--color-primary);
  transition: width .2s
}

.fullmenu__items>a:hover:after,
.fullmenu__items>a:focus-visible:after {
  width: 30px
}

.fullmenu__items small {
  margin-bottom: 12px;
  color: #8493a7;
  font: 700 10px Arial;
  letter-spacing: .1em
}

.fullmenu__items b {
  font-size: 16px;
  transition: color .2s, transform .2s
}

.fullmenu__items em {
  margin-top: 9px;
  color: #7c8999;
  font-size: 13px;
  font-style: normal
}

.fullmenu__items>a:hover b,
.fullmenu__items>a:focus-visible b {
  color: var(--color-primary);
  transform: translateX(4px)
}

.fullmenu__categories {
  display: grid;
  grid-template-columns: .8fr 1.35fr 1fr .9fr .65fr;
  align-self: stretch;
  padding: 38px 0 30px 54px;
  gap: 32px
}

.fullmenu__categories>div {
  min-width: 0
}

.fullmenu__categories b {
  display: block;
  margin-bottom: 18px;
  color: #0b1e38;
  font-size: 15px
}

.fullmenu__categories a {
  display: block;
  margin: 0 0 10px;
  color: #6f7e91;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.35;
  transition: color .2s, transform .2s
}

.fullmenu__categories a:hover,
.fullmenu__categories a:focus-visible {
  color: var(--color-primary);
  transform: translateX(4px)
}

@media(max-width:900px) {
  .home-page .header-v2 .fullmenu {
    display: none !important
  }
}

/* Dark glass fullmenu refinement */
.home-page .header-v2 .fullmenu {
  height: 184px !important;
  min-height: 0;
  background: rgba(2, 12, 30, .72) !important;
  -webkit-backdrop-filter: blur(20px) saturate(130%);
  backdrop-filter: blur(20px) saturate(130%);
  border: 0;
  border-bottom: 1px solid rgba(21, 124, 255, .18);
  box-shadow: none;
  border-radius: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 240ms ease, transform 240ms ease, visibility 240ms ease
}

.home-page .header-v2 .nav-group.is-open>.fullmenu {
  opacity: 1;
  transform: none
}

.fullmenu__inner {
  width: min(1440px, calc(100% - 64px));
  grid-template-columns: 22% 78%
}

.fullmenu__title {
  border-right: 1px solid rgba(255, 255, 255, .08)
}

.fullmenu__title span {
  color: var(--color-primary);
  font-size: 11px
}

.fullmenu__title strong {
  color: #fff;
  font-size: 28px
}

.fullmenu__items {
  padding-left: 38px
}

.fullmenu__items--2 {
  gap: 42px
}

.fullmenu__items--4 {
  gap: 24px
}

.fullmenu__items--6 {
  gap: 16px
}

.fullmenu__items>a {
  height: 78px
}

.fullmenu__items small {
  margin-bottom: 9px;
  color: var(--color-primary);
  font-size: 9px;
  opacity: .72
}

.fullmenu__items b {
  color: rgba(255, 255, 255, .72);
  font-size: 15px
}

.fullmenu__items em {
  margin-top: 7px;
  color: rgba(255, 255, 255, .44);
  font-size: 12px
}

.fullmenu__items>a:after {
  bottom: 5px;
  background: var(--color-primary)
}

.fullmenu__items>a:hover b,
.fullmenu__items>a:focus-visible b {
  color: #fff
}

.fullmenu__categories {
  grid-template-columns: .8fr 1.35fr 1fr .9fr .65fr;
  padding: 29px 0 20px 38px;
  gap: 22px
}

.fullmenu__categories b {
  margin-bottom: 13px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px
}

.fullmenu__categories a {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .52);
  font-size: 12px
}

.fullmenu__categories a:hover,
.fullmenu__categories a:focus-visible {
  color: var(--color-primary)
}

/* Main content v4 — scoped below the approved Hero */
.home-redesign--legacy {
  display: none !important
}

.home-next {
  background: #f4f6f8;
  color: #09162a;
  overflow: hidden
}

.next-shell {
  width: min(1440px, calc(100% - 96px));
  margin: 0 auto
}

.next-heading {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: start
}

.next-heading>p {
  margin: 13px 0 0;
  color: var(--color-primary);
  font: 700 11px/1.3 Arial, sans-serif;
  letter-spacing: .19em
}

.next-heading h2 {
  margin: 0;
  font-size: clamp(56px, 5.4vw, 92px);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -.06em
}

.next-heading>span {
  grid-column: 2;
  max-width: 580px;
  margin-top: 24px;
  color: #647083;
  font-size: 17px;
  line-height: 1.75;
  word-break: keep-all
}

.next-heading--light {
  color: #fff
}

.next-heading--light>p {
  color: var(--color-primary)
}

.next-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s cubic-bezier(.22, 1, .36, 1), transform .8s cubic-bezier(.22, 1, .36, 1)
}

.next-reveal.is-visible {
  opacity: 1;
  transform: none
}

.deliver {
  padding: 180px 0 190px;
  background: linear-gradient(180deg, #e9eef3 0, #f5f6f8 24%, #f5f6f8 100%)
}

.deliver__layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: 7vw;
  margin-top: 120px;
  align-items: start
}

.deliver__steps {
  border-top: 1px solid #bac4d0
}

.deliver-step {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 20px;
  min-height: 235px;
  padding: 45px 0;
  border-bottom: 1px solid #c7d0da;
  opacity: .38;
  transition: opacity .4s, padding-left .4s
}

.deliver-step.is-active {
  opacity: 1;
  padding-left: 18px
}

.deliver-step>span {
  color: var(--color-primary);
  font: 500 18px Arial
}

.deliver-step h3 {
  margin: 0 0 22px;
  font-size: clamp(32px, 3vw, 50px);
  line-height: 1.1;
  letter-spacing: -.045em
}

.deliver-step p {
  max-width: 500px;
  margin: 0;
  color: #5f6c7d;
  font-size: 16px;
  line-height: 1.8;
  word-break: keep-all
}

.deliver__visual {
  position: sticky;
  top: 120px;
  height: min(68vh, 690px);
  margin: 0;
  overflow: hidden;
  background: #07162c
}

.deliver__visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(1, 9, 22, .78))
}

.deliver__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .35s, transform .65s
}

.deliver__visual.is-changing img {
  opacity: .2;
  transform: scale(1.025)
}

.deliver__visual figcaption {
  position: absolute;
  z-index: 2;
  left: 34px;
  right: 34px;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  color: #fff
}

.deliver__visual figcaption span {
  color: var(--color-primary);
  font: 700 12px Arial;
  letter-spacing: .12em
}

.deliver__visual figcaption b {
  font: 700 11px Arial;
  letter-spacing: .16em
}

.next-business {
  padding: 180px 0 200px;
  background: #061326
}

.next-business .next-heading {
  margin-bottom: 100px
}

.next-business__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px
}

.business-feature {
  position: relative;
  display: block;
  height: 720px;
  overflow: hidden;
  background: #07182d;
  color: #fff;
  text-decoration: none
}

.business-feature:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 10, 24, .08), rgba(2, 10, 24, .2) 38%, rgba(2, 10, 24, .92));
  transition: background .45s
}

.business-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.75);
  transition: transform .8s, filter .5s
}

.business-feature:nth-child(2) img {
  object-fit: contain;
  padding: 7%;
  box-sizing: border-box
}

.business-feature:hover img {
  transform: scale(1.035);
  filter: saturate(1)
}

.business-feature:hover:after {
  background: linear-gradient(180deg, rgba(2, 10, 24, 0), rgba(2, 10, 24, .12) 35%, rgba(2, 10, 24, .84))
}

.business-feature>span {
  position: absolute;
  z-index: 2;
  top: 34px;
  left: 36px;
  color: var(--color-primary);
  font: 700 11px Arial;
  letter-spacing: .15em
}

.business-feature>div {
  position: absolute;
  z-index: 2;
  left: 38px;
  right: 38px;
  bottom: 36px
}

.business-feature h3 {
  margin: 0 0 22px;
  font-size: clamp(42px, 4vw, 68px);
  line-height: 1.05;
  letter-spacing: -.055em
}

.business-feature p {
  max-width: 470px;
  margin: 0;
  color: #b9c5d3;
  font-size: 16px;
  line-height: 1.65
}

.business-feature em {
  display: inline-block;
  margin-top: 27px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, .45);
  padding-bottom: 8px
}

.next-tech {
  padding: 190px 0 200px;
  background: #f5f6f8
}

.next-tech .next-heading {
  margin-bottom: 110px
}

.tech-groups {
  border-top: 1px solid #aeb9c6
}

.tech-group {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 38px;
  align-items: center;
  min-height: 225px;
  padding: 32px 0;
  border-bottom: 1px solid #c3ccd6;
  color: #0a1a31;
  text-decoration: none;
  transition: padding .35s, color .25s
}

.tech-group:hover {
  padding-left: 24px;
  color: var(--color-primary)
}

.tech-group>span {
  color: var(--color-primary);
  font: 400 20px Arial
}

.tech-group h3 {
  margin: 0 0 14px;
  font-size: clamp(34px, 3.3vw, 54px);
  line-height: 1.1;
  letter-spacing: -.045em
}

.tech-group p {
  max-width: 650px;
  margin: 0;
  color: #687587;
  font-size: 15px;
  line-height: 1.7
}

.tech-group em {
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
  border-bottom: 1px solid #7e8c9f;
  padding-bottom: 8px
}

.next-cta {
  padding: 150px 0;
  background: linear-gradient(115deg, #06204a, #061326 62%);
  color: #fff
}

.next-cta__inner>p {
  margin: 0 0 28px;
  color: var(--color-primary);
  font: 700 11px Arial;
  letter-spacing: .18em
}

.next-cta h2 {
  margin: 0;
  font-size: clamp(50px, 5.3vw, 88px);
  line-height: 1.08;
  letter-spacing: -.055em
}

.next-cta__inner>div {
  display: flex;
  gap: 14px;
  margin-top: 55px
}

.next-cta a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  min-width: 215px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .28);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: background .25s, border-color .25s
}

.next-cta a:first-child {
  background: var(--color-primary);
  border-color: var(--color-primary)
}

.next-cta a:hover {
  background: var(--color-primary);
  border-color: var(--color-primary)
}

.next-cta a span {
  transition: transform .25s
}

.next-cta a:hover span {
  transform: translateX(6px)
}

.next-footer {
  padding: 62px 0 35px;
  background: #020a16;
  color: #77869a
}

.next-footer .next-shell {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  gap: 44px;
  align-items: end
}

.next-footer strong {
  color: #fff;
  font-size: 28px;
  letter-spacing: .05em
}

.next-footer p {
  margin: 8px 0;
  font-size: 13px
}

.next-footer__links {
  display: flex;
  gap: 20px
}

.next-footer a {
  color: #9ba9ba;
  text-decoration: none;
  font-size: 12px
}

.next-footer a:hover {
  color: #fff
}

.next-footer small {
  grid-column: 1/-1;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: 10px;
  letter-spacing: .08em
}

@media(max-width:1024px) {
  .next-shell {
    width: calc(100% - 56px)
  }

  .next-heading {
    grid-template-columns: 150px 1fr
  }

  .deliver {
    padding: 140px 0
  }

  .deliver__layout {
    grid-template-columns: 1fr 1fr;
    gap: 40px
  }

  .deliver-step {
    min-height: 210px
  }

  .next-business,
  .next-tech {
    padding: 140px 0
  }

  .business-feature {
    height: 600px
  }

  .tech-group {
    grid-template-columns: 80px 1fr
  }

  .tech-group em {
    grid-column: 2
  }

  .next-footer .next-shell {
    grid-template-columns: 1fr 1fr
  }

  .next-footer__links {
    grid-column: 1/-1
  }
}

@media(max-width:700px) {
  .next-shell {
    width: calc(100% - 40px)
  }

  .next-heading {
    display: block
  }

  .next-heading>p {
    margin: 0 0 24px
  }

  .next-heading h2 {
    font-size: clamp(42px, 12vw, 58px)
  }

  .next-heading>span {
    display: block;
    margin-top: 24px
  }

  .deliver {
    padding: 100px 0 110px
  }

  .deliver__layout {
    display: flex;
    flex-direction: column;
    margin-top: 70px
  }

  .deliver__steps {
    width: 100%
  }

  .deliver-step {
    grid-template-columns: 54px 1fr;
    min-height: 0;
    padding: 34px 0;
    opacity: 1
  }

  .deliver-step.is-active {
    padding-left: 0
  }

  .deliver-step h3 {
    font-size: 32px;
    margin-bottom: 13px
  }

  .deliver-step p {
    font-size: 14px
  }

  .deliver__visual {
    position: relative;
    top: auto;
    width: 100%;
    height: 360px;
    order: -1
  }

  .next-business {
    padding: 100px 0 110px
  }

  .next-business .next-heading,
  .next-tech .next-heading {
    margin-bottom: 65px
  }

  .next-business__grid {
    grid-template-columns: 1fr
  }

  .business-feature {
    height: 520px
  }

  .business-feature h3 {
    font-size: 43px
  }

  .next-tech {
    padding: 100px 0
  }

  .tech-group {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    min-height: 0;
    padding: 34px 0
  }

  .tech-group h3 {
    font-size: 31px
  }

  .tech-group p {
    font-size: 14px
  }

  .tech-group em {
    grid-column: 2;
    font-size: 13px;
    justify-self: start
  }

  .next-cta {
    padding: 95px 0
  }

  .next-cta h2 {
    font-size: 43px
  }

  .next-cta__inner>div {
    flex-direction: column;
    margin-top: 40px
  }

  .next-cta a {
    min-width: 0
  }

  .next-footer .next-shell {
    grid-template-columns: 1fr
  }

  .next-footer__links {
    grid-column: 1
  }

  .next-footer small {
    grid-column: 1
  }

  .business-feature>span {
    top: 24px;
    left: 24px
  }

  .business-feature>div {
    left: 24px;
    right: 24px;
    bottom: 26px
  }
}

@media(prefers-reduced-motion:reduce) {
  .next-reveal {
    opacity: 1;
    transform: none;
    transition: none
  }

  .deliver__visual img,
  .business-feature img,
  .tech-group {
    transition: none
  }
}

/* Main content v5 — everything below the approved GNB and Hero */
.home-next {
  display: none !important;
}

.tm-main {
  --tm-content: 1440px;
  --tm-gutter: 64px;
  overflow: hidden;
  background: #061326;
  color: #fff;
}

.tm-container {
  width: min(var(--tm-content), calc(100% - (var(--tm-gutter) * 2)));
  margin-inline: auto;
}

.tm-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s cubic-bezier(.22, 1, .36, 1), transform .75s cubic-bezier(.22, 1, .36, 1);
}

.tm-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.tm-process {
  padding: 160px 0 170px;
  background: linear-gradient(180deg, #031027 0%, #06162e 100%);
}

.tm-process__heading p,
.tm-expertise__heading p,
.tm-contact-cta__banner>div>p {
  margin: 0 0 24px;
  color: var(--color-primary);
  font: 700 11px/1.3 Arial, sans-serif;
  letter-spacing: .18em;
}

.tm-process__heading h2 {
  max-width: 1190px;
  margin: 0;
  font-size: clamp(48px, 4.45vw, 72px);
  font-weight: 620;
  line-height: 1.22;
  letter-spacing: -.052em;
  word-break: keep-all;
}

.tm-process__heading h2 span,
.tm-expertise__heading h2 span {
  display: block;
}

.tm-process__viewport {
  margin-top: 92px;
}

.tm-process__track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 0 max(var(--tm-gutter), calc((100vw - var(--tm-content)) / 2)) 24px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(21, 124, 255, .38) rgba(255, 255, 255, .05);
  cursor: grab;
  overscroll-behavior-inline: contain;
}

.tm-process__track:active {
  cursor: grabbing;
}

.tm-process__track::-webkit-scrollbar {
  height: 3px;
}

.tm-process__track::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .05);
}

.tm-process__track::-webkit-scrollbar-thumb {
  background: rgba(21, 124, 255, .42);
}

.tm-process-card {
  flex: 0 0 clamp(350px, 29vw, 430px);
  min-height: 300px;
  padding: 38px 36px 34px;
  border: 1px solid rgba(139, 170, 207, .24);
  border-radius: 10px;
  background: rgba(8, 28, 54, .72);
  scroll-snap-align: start;
  user-select: none;
  transition-property: opacity, transform, border-color, background;
}

.tm-process-card:hover {
  border-color: rgba(21, 124, 255, .58);
  background: rgba(10, 36, 68, .88);
}

.tm-process-card>span {
  color: var(--color-primary);
  font: 700 12px/1 Arial, sans-serif;
  letter-spacing: .13em;
}

.tm-process-card h3 {
  margin: 54px 0 24px;
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.tm-process-card p {
  margin: 0;
  color: rgba(222, 232, 244, .68);
  font-size: 15px;
  line-height: 1.85;
  word-break: keep-all;
}

.tm-expertise {
  padding: 80px 0 180px;
  background: #06162e;
}

.tm-expertise__layout {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(54px, 7vw, 112px);
  align-items: start;
}

.tm-expertise__heading {
  position: sticky;
  top: 130px;
  padding-top: 12px;
}

.tm-expertise__heading h2 {
  margin: 0;
  font-size: clamp(48px, 4.6vw, 74px);
  font-weight: 620;
  line-height: 1.12;
  letter-spacing: -.055em;
  white-space: nowrap;
}

.tm-expertise__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.tm-expertise-card {
  position: relative;
  display: block;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(159, 184, 214, .22);
  border-radius: 8px;
  background: #071426;
  color: #fff;
  text-decoration: none;
  transition-property: opacity, transform, border-color;
}

.tm-expertise-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 8, 20, .15) 15%, rgba(1, 8, 20, .42) 52%, rgba(1, 8, 20, .96) 100%);
  transition: background .35s ease;
}

.tm-expertise-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .7;
  filter: saturate(.72) brightness(.82);
  transition: opacity .35s ease, filter .35s ease;
}

.tm-expertise-card:nth-child(2) img {
  object-fit: cover;
}

.tm-expertise-card:hover,
.tm-expertise-card:focus-visible {
  border-color: rgba(21, 124, 255, .64);
}

.tm-expertise-card:hover img,
.tm-expertise-card:focus-visible img {
  opacity: .82;
  filter: saturate(.9) brightness(.92);
}

.tm-expertise-card>div {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 34px;
  left: 32px;
}

.tm-expertise-card h3 {
  margin: 0 0 18px;
  font-size: clamp(28px, 2.35vw, 38px);
  line-height: 1.2;
  letter-spacing: -.04em;
}

.tm-expertise-card p {
  margin: 0;
  color: rgba(232, 239, 248, .72);
  font-size: 14px;
  line-height: 1.75;
  word-break: keep-all;
}

.tm-expertise-card>div>span {
  display: inline-flex;
  gap: 18px;
  margin-top: 28px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, .38);
  font: 700 11px/1 Arial, sans-serif;
  letter-spacing: .14em;
}

.tm-expertise-card i {
  font-style: normal;
  transition: transform .25s ease;
}

.tm-expertise-card:hover i {
  transform: translateX(4px);
}

.tm-contact-cta {
  padding: 150px 0;
  background: linear-gradient(180deg, #06162e 0%, #dfe8f2 20%, #e9eef4 100%);
}

.tm-contact-cta__banner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: end;
  min-height: 410px;
  padding: 70px 76px;
  border-radius: 12px;
  background: linear-gradient(125deg, var(--color-primary) 0%, var(--color-primary) 48%, var(--color-primary) 100%);
  box-shadow: 0 28px 70px rgba(8, 55, 115, .18);
  color: #fff;
}

.tm-contact-cta__banner>div>p {
  color: rgba(255, 255, 255, .72);
}

.tm-contact-cta__banner h2 {
  max-width: 760px;
  margin: 0 0 22px;
  font-size: clamp(42px, 4vw, 66px);
  line-height: 1.12;
  letter-spacing: -.052em;
}

.tm-contact-cta__banner>div>span {
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
}

.tm-contact-cta__actions {
  display: grid;
  gap: 10px;
  width: 230px;
}

.tm-contact-cta__actions a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background .25s ease, color .25s ease;
}

.tm-contact-cta__actions a:first-child,
.tm-contact-cta__actions a:hover {
  background: #fff;
  color: var(--color-primary);
}

.tm-contact-cta__actions a span {
  transition: transform .25s ease;
}

.tm-contact-cta__actions a:hover span {
  transform: translateX(4px);
}

.tm-footer {
  padding: 38px 0;
  background: #020b18;
  color: rgba(218, 228, 240, .58);
}

.tm-footer__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 38px;
  align-items: center;
}

.tm-footer__brand {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
}

.tm-footer__info,
.tm-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  font-size: 12px;
}

.tm-footer__links {
  justify-content: flex-end;
}

.tm-footer__links a {
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
}

.tm-footer__links small {
  font-size: 10px;
  letter-spacing: .05em;
}

@media (max-width: 1100px) {
  .tm-main {
    --tm-gutter: 36px;
  }

  .tm-process {
    padding: 130px 0 140px;
  }

  .tm-process__heading h2 {
    font-size: clamp(44px, 5.4vw, 62px);
  }

  .tm-expertise {
    padding: 60px 0 140px;
  }

  .tm-expertise__layout {
    grid-template-columns: 1fr;
  }

  .tm-expertise__heading {
    position: static;
  }

  .tm-expertise__heading h2 {
    white-space: normal;
  }

  .tm-expertise-card {
    min-height: 540px;
  }

  .tm-contact-cta__banner {
    padding: 58px;
  }

  .tm-footer__inner {
    grid-template-columns: auto 1fr;
  }

  .tm-footer__links {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .tm-main {
    --tm-gutter: 20px;
  }

  .tm-process {
    padding: 96px 0 105px;
  }

  .tm-process__heading p,
  .tm-expertise__heading p {
    margin-bottom: 18px;
  }

  .tm-process__heading h2 {
    font-size: clamp(35px, 10.2vw, 46px);
    line-height: 1.27;
  }

  .tm-process__heading h2 span,
  .tm-expertise__heading h2 span {
    display: inline;
  }

  .tm-process__viewport {
    margin-top: 58px;
  }

  .tm-process__track {
    gap: 12px;
    padding-right: 20px;
    padding-bottom: 18px;
  }

  .tm-process-card {
    flex-basis: calc(100vw - 54px);
    min-height: 280px;
    padding: 30px 26px;
  }

  .tm-process-card h3 {
    margin: 44px 0 20px;
    font-size: 27px;
  }

  .tm-process-card p {
    font-size: 14px;
    line-height: 1.75;
  }

  .tm-process-card p br {
    display: none;
  }

  .tm-expertise {
    padding: 32px 0 105px;
  }

  .tm-expertise__layout {
    gap: 54px;
  }

  .tm-expertise__heading h2 {
    font-size: 43px;
  }

  .tm-expertise__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tm-expertise-card {
    min-height: 510px;
  }

  .tm-expertise-card>div {
    right: 25px;
    bottom: 27px;
    left: 25px;
  }

  .tm-expertise-card h3 {
    font-size: 30px;
  }

  .tm-contact-cta {
    padding: 96px 0;
    background: linear-gradient(180deg, #06162e 0%, #dfe8f2 14%, #e9eef4 100%);
  }

  .tm-contact-cta__banner {
    display: block;
    min-height: 0;
    padding: 48px 28px;
    border-radius: 9px;
  }

  .tm-contact-cta__banner h2 {
    font-size: 39px;
    line-height: 1.16;
  }

  .tm-contact-cta__banner>div>span {
    display: block;
    font-size: 14px;
    line-height: 1.7;
  }

  .tm-contact-cta__actions {
    width: 100%;
    margin-top: 38px;
  }

  .tm-footer {
    padding: 34px 0;
  }

  .tm-footer__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tm-footer__info,
  .tm-footer__links {
    display: grid;
    justify-content: start;
    gap: 7px;
  }

  .tm-footer__links {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tm-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .tm-process__track {
    scroll-behavior: auto;
  }

  .tm-process-card,
  .tm-expertise-card,
  .tm-expertise-card img,
  .tm-contact-cta__actions a {
    transition: none;
  }
}

/* Final process interaction overrides */
.tm-main {
  --section-space: 160px;
  --section-half-space: calc(var(--section-space) / 2);
  overflow: visible;
}

.tm-process {
  --tm-scroll-distance: 0px;
  position: relative;
  height: calc(100vh + var(--tm-scroll-distance));

  padding: 0;
}

.tm-process__sticky {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
  padding: 96px 0 56px;
}

.tm-process__heading h2 {
  max-width: 1120px;
  font-size: clamp(44px, 4vw, 64px);
  line-height: 1.16;
}

.tm-process__viewport {
  width: 100%;
  margin-top: clamp(48px, 6vh, 72px);
  overflow: hidden;
}

.tm-process__track {
  width: max-content;
  overflow: visible;
  padding: 0 max(var(--tm-gutter), calc((100vw - var(--tm-content)) / 2));
  scroll-snap-type: none;
  scrollbar-width: none;
  cursor: default;
  will-change: transform;
  transform: translate3d(var(--tm-track-x, 0px), 0, 0);
}

.tm-process__track::-webkit-scrollbar {
  display: none;
}

.tm-process-card {
  flex: 0 0 clamp(560px, 56vw, 780px);
  min-height: 280px;
  scroll-snap-align: none;
}

@media (max-width: 1100px) and (min-width: 701px) {
  .tm-process__sticky {
    min-height: 650px;
    padding-top: 82px;
  }

  .tm-process__heading h2 {
    font-size: clamp(40px, 5.5vw, 58px);
  }

  .tm-process-card {
    flex-basis: clamp(520px, 78vw, 680px);
  }
}

@media (max-width: 700px) {
  .tm-process {
    height: auto !important;
    padding: 96px 0 105px;
  }

  .tm-process__sticky {
    position: static;
    display: block;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 0;
  }

  .tm-process__viewport {
    width: min(var(--tm-content), calc(100% - (var(--tm-gutter) * 2)));
    margin: 58px auto 0;
    overflow: visible;
  }

  .tm-process__track {
    display: grid;
    width: 100%;
    gap: 12px;
    padding: 0;
    transform: none !important;
    will-change: auto;
  }

  .tm-process-card {
    width: 100%;
    min-height: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tm-process {
    height: auto !important;
    padding: 110px 0;
  }

  .tm-process__sticky {
    position: static;
    display: block;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 0;
  }

  .tm-process__viewport {
    width: min(var(--tm-content), calc(100% - (var(--tm-gutter) * 2)));
    margin: 64px auto 0;
    overflow: visible;
  }

  .tm-process__track {
    display: grid;
    width: 100%;
    gap: 14px;
    padding: 0;
    transform: none !important;
    will-change: auto;
  }

  .tm-process-card {
    width: 100%;
    min-height: 0;
  }
}

/* Compact vertical rhythm below the approved Hero */
.tm-process__sticky {
  padding: 72px 0 32px;
}

.tm-process__viewport {
  margin-top: clamp(34px, 4.2vh, 46px);
}

.tm-expertise {
  padding: 88px 0 105px;
}

.tm-expertise__layout {
  gap: clamp(42px, 5vw, 76px);
  align-items: start;
}

.tm-expertise__heading {
  position: static;
  padding-top: 0;
}

.tm-contact-cta {
  padding: 92px 0;
}

.tm-contact-cta__banner {
  min-height: 350px;
  padding: 54px 60px;
}

.tm-footer {
  padding: 26px 0;
}

@media (max-width: 1100px) and (min-width: 701px) {
  .tm-process__sticky {
    padding: 66px 0 28px;
  }

  .tm-expertise {
    padding: 28px 0 90px;
  }

  .tm-expertise__layout {
    gap: 48px;
  }

  .tm-contact-cta {
    padding: 78px 0;
  }

  .tm-contact-cta__banner {
    min-height: 330px;
    padding: 48px;
  }

  .tm-footer {
    padding: 24px 0;
  }
}

@media (max-width: 700px) {
  .tm-process {
    padding: 66px 0 72px;
  }

  .tm-process__viewport {
    margin-top: 40px;
  }

  .tm-expertise {
    padding: 20px 0 72px;
  }

  .tm-expertise__layout {
    gap: 38px;
  }

  .tm-contact-cta {
    padding: 68px 0;
  }

  .tm-contact-cta__banner {
    min-height: 0;
    padding: 38px 26px;
  }

  .tm-footer {
    padding: 24px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tm-process {
    padding: 76px 0;
  }

  .tm-process__viewport {
    margin-top: 44px;
  }
}

/* Desktop/tablet: one viewport is pinned until the horizontal track finishes. */
@media (min-width: 701px) {
  .tm-process {
    height: calc(100vh + var(--tm-scroll-distance));
  }

  .tm-process__sticky {
    top: 0;
    height: 100vh;
    min-height: 0;
    justify-content: center;
    padding: 24px 0 16px;
    overflow: visible;
  }

  .tm-process__viewport {
    flex: none;
    margin-top: 68px;
    padding-top: 0;
    padding-bottom: 0;
    overflow-x: clip;
    overflow-y: visible;
  }

  .tm-process__track {
    height: auto;
    align-items: flex-start;
    gap: 40px;
  }

  .tm-process-card {
    --focus-opacity: .56;
    --focus-scale: .97;
    --focus-border: .08;
    --focus-light: 0;
    --focus-glow: 0;
    --focus-title: .66;
    --focus-body: .48;
    --focus-number: .58;
    --focus-sweep-x: -42%;
    position: relative;
    flex: 0 0 clamp(520px, 43vw, 640px);
    height: 390px;
    min-height: 0;
    align-self: flex-start;
    overflow: hidden;
    padding: 52px 54px 44px;
    border-radius: 16px;
    opacity: var(--focus-opacity);
    transform: scale(var(--focus-scale));
    transform-origin: center center;
    border-color: rgb(57 213 255 / var(--focus-border));
    box-shadow: 0 16px 38px rgb(0 121 255 / var(--focus-glow));
    transition: opacity 80ms linear, transform 80ms linear, border-color 80ms linear, box-shadow 80ms linear;
  }

  .tm-process-card.tm-reveal,
  .tm-process-card.tm-reveal.is-visible {
    opacity: var(--focus-opacity);
    transform: scale(var(--focus-scale));
    transition-delay: 0s !important;
  }

  .tm-process-card::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: -35%;
    pointer-events: none;
    opacity: var(--focus-light);
    background:
      radial-gradient(circle at 24% 18%, rgba(21, 124, 255, .52), transparent 38%),
      linear-gradient(125deg, transparent 34%, rgba(21, 124, 255, .3) 49%, transparent 64%);
    transform: translate3d(var(--focus-sweep-x), 0, 0);
    transition: opacity 100ms linear, transform 120ms linear;
  }

  .tm-process-card>* {
    position: relative;
    z-index: 1;
  }

  .tm-process-card.is-focus-primary {
    z-index: 2;
  }

  .tm-process-card>span {
    font-size: 18px;
    color: rgb(57 213 255 / var(--focus-number));
  }

  .tm-process-card h3 {
    margin: 54px 0 30px;
    font-size: 42px;
    color: rgb(255 255 255 / var(--focus-title));
  }

  .tm-process-card p {
    font-size: 21px;
    line-height: 1.65;
    color: rgb(222 232 244 / var(--focus-body));
  }

  .tm-expertise {
    padding-top: 0;
  }
}

.tm-expertise .tm-reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (min-width: 1101px) {
  .cinema-hero__content {
    left: max(32px, calc((100vw - 1440px) / 2));
  }

  .tm-process__heading h2 {
    max-width: var(--tm-content);
    font-size: clamp(48px, 3.6vw, 56px);
    line-height: 1.3;
    letter-spacing: -0.025em;
  }

  .tm-process__heading h2 span {
    display: block;
    white-space: nowrap;
  }
}

@media (max-width: 1100px) and (min-width: 701px) {
  .tm-process-card {
    height: 380px;
    padding: 46px 48px 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tm-process-card {
    --focus-scale: 1 !important;
    --focus-light: 0 !important;
    --focus-glow: 0 !important;
    transition: none !important;
  }

  .tm-process-card::before {
    display: none;
  }
}

/* Expertise split section */
.tm-expertise.tm-expertise--split {
  --expertise-wave-y: 0px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: auto;
  min-height: 0;
  padding: 160px;
  background: #06162e;
}

.tm-expertise.tm-expertise--split::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -14%;
  pointer-events: none;
  background:
    radial-gradient(ellipse 58% 46% at 24% 66%, rgba(24, 87, 238, .22) 0%, rgba(8, 48, 142, .13) 40%, transparent 72%),
    radial-gradient(ellipse 46% 38% at 78% 36%, rgba(0, 190, 255, .15) 0%, rgba(0, 106, 220, .08) 38%, transparent 68%);
  background-position: 42% 58%, 58% 42%;
  background-size: 126% 126%, 122% 122%;
  background-repeat: no-repeat;
  -webkit-mask-image: radial-gradient(ellipse 78% 70% at 50% 52%, #000 20%, rgba(0, 0, 0, .82) 52%, transparent 92%);
  mask-image: radial-gradient(ellipse 78% 70% at 50% 52%, #000 20%, rgba(0, 0, 0, .82) 52%, transparent 92%);
  filter: blur(34px);
  opacity: .9;
  transform: translate3d(0, var(--expertise-wave-y), 0);
  animation: expertiseAuroraDrift 5.5s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

.tm-expertise.tm-expertise--split::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -10%;
  bottom: -27%;
  left: -10%;
  height: 66%;
  pointer-events: none;
  border-radius: 50%;
  background:
    radial-gradient(ellipse 76% 62% at 50% 28%, transparent 54%, rgba(36, 124, 255, .16) 58%, rgba(12, 70, 185, .08) 62%, transparent 69%),
    radial-gradient(ellipse at 52% 18%, rgba(29, 91, 224, .19) 0%, rgba(12, 47, 126, .1) 44%, transparent 72%),
    linear-gradient(165deg, transparent 34%, rgba(20, 93, 224, .11) 52%, transparent 70%);
  background-position: 38% 50%, 54% 48%, 42% 50%;
  background-size: 128% 128%, 118% 118%, 145% 145%;
  background-repeat: no-repeat;
  filter: blur(18px);
  transform: translate3d(0, var(--expertise-wave-y), 0) rotate(-4deg);
  animation: expertiseCurveDrift 6.5s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes expertiseAuroraDrift {
  from {
    opacity: .78;
    background-position: 38% 62%, 62% 38%;
    transform: translate3d(-22px, calc(var(--expertise-wave-y) - 14px), 0) scale(1);
  }

  to {
    opacity: 1;
    background-position: 58% 42%, 42% 58%;
    transform: translate3d(26px, calc(var(--expertise-wave-y) + 16px), 0) scale(1.035);
  }
}

@keyframes expertiseCurveDrift {
  from {
    background-position: 32% 54%, 58% 46%, 35% 50%;
    transform: translate3d(-28px, calc(var(--expertise-wave-y) + 12px), 0) rotate(-4deg);
  }

  to {
    background-position: 68% 46%, 42% 54%, 65% 50%;
    transform: translate3d(32px, calc(var(--expertise-wave-y) - 14px), 0) rotate(-2deg);
  }
}

.tm-expertise__aurora {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: .82;
}

.tm-expertise__aurora svg {
  width: 112%;
  height: 100%;
  margin-left: -6%;
  overflow: visible;
}

.tm-expertise__wave {
  fill: none;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  will-change: stroke-dashoffset, transform;
}

.tm-expertise__wave--broad {
  stroke: rgba(21, 124, 255, .2);
  stroke-width: 34;
  stroke-dasharray: 260 150;
  filter: blur(15px);
  animation: expertiseWaveFlow 7s linear infinite;
}

.tm-expertise__wave--cyan {
  stroke: rgba(21, 124, 255, .22);
  stroke-width: 9;
  stroke-dasharray: 120 110 24 90;
  filter: blur(5px);
  animation: expertiseWaveFlow 5.2s linear infinite reverse;
}

.tm-expertise__wave--deep {
  stroke: rgba(22, 71, 190, .19);
  stroke-width: 52;
  stroke-dasharray: 340 210;
  filter: blur(24px);
  animation: expertiseWaveFlow 9s linear infinite, expertiseWaveFloat 5.8s ease-in-out infinite alternate;
}

@keyframes expertiseWaveFlow {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -820;
  }
}

@keyframes expertiseWaveFloat {
  from {
    transform: translateY(-10px);
  }

  to {
    transform: translateY(14px);
  }
}

.tm-expertise--split .tm-expertise__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(54px, 6vw, 96px);
  width: min(var(--tm-content), calc(100% - (var(--tm-gutter) * 2)));
}

.tm-expertise--split .tm-expertise__heading {
  position: static;
  align-self: start;
  margin: 0;
  padding: 0;
  transform: none;
}

.tm-expertise--split .tm-expertise__heading p {
  margin: 0 0 18px;
}

.tm-expertise--split .tm-expertise__heading h2 {
  margin: 0;
  font-size: clamp(48px, 3.6vw, 56px);
  line-height: 1.3;
  letter-spacing: -.025em;
  white-space: normal;
}

.tm-expertise--split .tm-expertise__cards {
  display: flex;
  height: clamp(500px, 37vw, 560px);
  margin-top: 0;
  gap: 28px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  align-self: start;
}

.tm-contact-cta {
  height: auto;
  min-height: 0;
  padding: 160px;
  background: #e9eef4;
}

.tm-contact-cta__banner,
.tm-contact-cta__banner.tm-reveal,
.tm-contact-cta__banner.tm-reveal.is-visible {
  margin-top: 0;
  transform: none;
}

.tm-expertise--split .tm-expertise-card {
  flex: 1 1 50%;
  min-width: 0;
  min-height: 0;
  height: 100%;
  border: 1px solid rgba(153, 181, 214, .24);
  border-radius: 14px;
  transition: transform .62s cubic-bezier(.22, 1, .36, 1), border-color .62s ease, opacity .62s ease;
}

.tm-expertise--split .tm-expertise-card:first-child {
  border-right: 1px solid rgba(153, 181, 214, .24);
}

.tm-expertise--split .tm-expertise__cards:hover .tm-expertise-card {
  flex-basis: 50%;
}

.tm-expertise--split .tm-expertise__cards .tm-expertise-card:hover,
.tm-expertise--split .tm-expertise__cards .tm-expertise-card:focus-visible {
  flex-basis: 50%;
  border-color: rgba(21, 124, 255, .58);
  transform: translateY(-4px);
}

.tm-expertise--split .tm-expertise-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .76;
  filter: saturate(.78) brightness(.76);
  transform: none;
  transition: filter .62s ease, opacity .62s ease;
}

.tm-expertise--split .tm-expertise-card:first-child img {
  object-position: center 62%;
}

.tm-expertise--split .tm-expertise-card:nth-child(2) img {
  object-position: center 54%;
}

.tm-expertise--split .tm-expertise__cards:hover .tm-expertise-card:not(:hover) img {
  filter: saturate(.64) brightness(.58);
}

.tm-expertise--split .tm-expertise-card:hover img,
.tm-expertise--split .tm-expertise-card:focus-visible img {
  opacity: .86;
  filter: saturate(.9) brightness(.86);
  transform: none;
}

.tm-expertise--split .tm-expertise-card::after {
  background: linear-gradient(180deg, rgba(1, 8, 20, .08) 12%, rgba(2, 12, 30, .3) 44%, rgba(2, 10, 24, .96) 100%);
  transition: background .62s ease;
}

.tm-expertise--split .tm-expertise-card:hover::after,
.tm-expertise--split .tm-expertise-card:focus-visible::after {
  background:
    linear-gradient(180deg, rgba(1, 8, 20, .04) 8%, rgba(2, 12, 30, .18) 46%, rgba(2, 10, 24, .88) 100%),
    linear-gradient(0deg, rgba(16, 116, 216, .15), transparent 42%);
}

.tm-expertise--split .tm-expertise-card>div {
  top: 48px;
  right: 32px;
  bottom: auto;
  left: 32px;
  transform: translateY(0);
  transition: transform .62s cubic-bezier(.22, 1, .36, 1);
}

.tm-expertise--split .tm-expertise-card em {
  display: block;
  margin-bottom: 15px;
  color: var(--color-primary);
  font: 750 12px/1 Arial, sans-serif;
  letter-spacing: .17em;
}

.tm-expertise--split .tm-expertise-card h3 {
  margin: 0;
  font-size: clamp(28px, 2.15vw, 36px);
}

.tm-expertise--split .tm-expertise-card p,
.tm-expertise--split .tm-expertise-card>div>span {
  opacity: 1;
  transform: none;
  transition: opacity .42s ease .08s, transform .55s cubic-bezier(.22, 1, .36, 1) .08s;
}

.tm-expertise--split .tm-expertise-card p {
  max-width: 590px;
  margin-top: 22px;
  color: rgba(232, 241, 250, .78);
  font-size: 15px;
  line-height: 1.85;
}

.tm-expertise--split .tm-expertise-card>div>span {
  min-width: 132px;
  margin-top: 28px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, .34);
  background: rgba(5, 20, 42, .38);
}

.tm-expertise--split .tm-expertise-card:hover p,
.tm-expertise--split .tm-expertise-card:hover>div>span,
.tm-expertise--split .tm-expertise-card:focus-visible p,
.tm-expertise--split .tm-expertise-card:focus-visible>div>span {
  opacity: 1;
  transform: none;
}

.tm-expertise--split .tm-expertise-card:hover>div,
.tm-expertise--split .tm-expertise-card:focus-visible>div {
  transform: translateY(-6px);
}

@media (max-width: 700px) {
  .tm-expertise.tm-expertise--split {
    padding: var(--section-half-space) 0;
  }

  .tm-expertise--split .tm-expertise__layout {
    display: block;
    width: calc(100% - 40px);
  }

  .tm-expertise--split .tm-expertise__heading h2 {
    font-size: 43px;
  }

  .tm-expertise--split .tm-expertise__cards {
    display: grid;
    height: auto;
    margin-top: 48px;
    gap: 18px;
  }

  .tm-expertise--split .tm-expertise-card {
    width: 100%;
    height: 350px;
  }

  .tm-expertise--split .tm-expertise-card:first-child {
    border-right: 1px solid rgba(153, 181, 214, .24);
    border-bottom: 1px solid rgba(153, 181, 214, .24);
  }

  .tm-expertise--split .tm-expertise-card>div {
    top: auto;
    right: 26px;
    bottom: 28px;
    left: 26px;
  }

  .tm-expertise--split .tm-expertise-card p,
  .tm-expertise--split .tm-expertise-card>div>span {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tm-expertise__wave {
    animation: none !important;
  }

  .tm-expertise.tm-expertise--split::before {
    animation: none;
    transform: none;
  }

  .tm-expertise.tm-expertise--split::after {
    animation: none;
    transform: rotate(-4deg);
  }

  .tm-expertise--split .tm-expertise-card,
  .tm-expertise--split .tm-expertise-card img,
  .tm-expertise--split .tm-expertise-card p,
  .tm-expertise--split .tm-expertise-card>div>span {
    transition: none !important;
  }
}
@media (min-width:901px){:is(.page-hero,.company-hero,.certifications-hero,.contact-hero,.notice-hero,.research-hero,.srm-hero,.fr-hero) h1{font-size:var(--type-sub-hero-title)!important}}
@media (max-width:900px){:is(.page-hero,.company-hero,.certifications-hero,.contact-hero,.notice-hero,.research-hero,.srm-hero,.fr-hero) h1{font-size:var(--type-sub-hero-title-mobile)!important}}
@media (min-width:901px){.cinema-hero .hero-title,.home-hero h1{font-size:var(--type-home-hero-title)!important}}
@media (max-width:900px){.cinema-hero .hero-title,.home-hero h1{font-size:var(--type-home-hero-title-mobile)!important}}

/* Shared subpage navigation typography */
body :is(.company-local-nav,.archive-local,.cert-local-nav,.research-local-nav,.notice-local-nav,.contact-local-nav,.srm-local-nav,.fr-local-nav,.railway-local-nav) > :is(.company-container,.archive-container,.cert-container,.research-container,.notice-container,.contact-container,.srm-container,.fr-container) {
  display: flex;
  width: min(1440px, calc(100% - 128px)) !important;
  height: 100%;
  margin-inline: auto !important;
  padding-inline: 0 !important;
  align-items: stretch;
  justify-content: flex-start !important;
  gap: 0 !important;
}
body :is(.company-local-nav,.archive-local,.cert-local-nav,.research-local-nav,.notice-local-nav,.contact-local-nav,.srm-local-nav,.fr-local-nav,.railway-local-nav) a {
  display: grid;
  flex: 0 0 220px;
  min-width: 220px;
  height: 100%;
  padding: 0 26px;
  place-items: center;
  color: #607087;
  font-family: inherit;
  font-size: var(--type-subnav-size);
  font-weight: var(--type-subnav-weight);
  line-height: var(--type-subnav-line-height);
  letter-spacing: var(--type-subnav-letter-spacing);
}
body :is(.company-local-nav,.cert-local-nav,.research-local-nav,.notice-local-nav,.contact-local-nav,.srm-local-nav,.fr-local-nav,.railway-local-nav) a::after {
  right: 0 !important;
  left: 0 !important;
}
body :is(.company-local-nav,.archive-local,.cert-local-nav,.research-local-nav,.notice-local-nav,.contact-local-nav,.srm-local-nav,.fr-local-nav,.railway-local-nav) a:is(:hover,.is-active,[aria-current="page"]) {
  color: var(--navy);
}
@media (max-width:900px) {
  body :is(.company-local-nav,.archive-local,.cert-local-nav,.research-local-nav,.notice-local-nav,.contact-local-nav,.srm-local-nav,.fr-local-nav,.railway-local-nav) {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  body :is(.company-local-nav,.archive-local,.cert-local-nav,.research-local-nav,.notice-local-nav,.contact-local-nav,.srm-local-nav,.fr-local-nav,.railway-local-nav)::-webkit-scrollbar { display: none; }
  body :is(.company-local-nav,.archive-local,.cert-local-nav,.research-local-nav,.notice-local-nav,.contact-local-nav,.srm-local-nav,.fr-local-nav,.railway-local-nav) > :is(.company-container,.archive-container,.cert-container,.research-container,.notice-container,.contact-container,.srm-container,.fr-container) {
    width: max-content !important;
    min-width: 100%;
    margin: 0 !important;
    padding-inline: 20px !important;
    justify-content: flex-start !important;
  }
  body :is(.company-local-nav,.archive-local,.cert-local-nav,.research-local-nav,.notice-local-nav,.contact-local-nav,.srm-local-nav,.fr-local-nav,.railway-local-nav) a {
    flex-basis: auto;
    min-width: 145px;
    padding-inline: 18px;
    font-size: var(--type-subnav-size-mobile);
  }
}

/* Main CTA ambient background */
.home-page .tm-contact-cta{
  --cta-parallax-x:0px;
  --cta-parallax-y:0px;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:radial-gradient(circle at 50% 46%,#f4f8fc 0%,#eef5fb 54%,#eaf2fa 100%)
}
.home-page .tm-contact-cta::before{
  content:"";
  position:absolute;
  z-index:0;
  top:50%;
  left:50%;
  width:min(980px,72vw);
  height:280px;
  border-radius:50%;
  background:rgba(22,119,255,.12);
  filter:blur(80px);
  transform:translate(-50%,-50%);
  pointer-events:none
}
.home-page .tm-contact-cta::after{
  content:"";
  position:absolute;
  z-index:0;
  top:54px;
  left:max(24px,5vw);
  width:180px;
  height:116px;
  opacity:.3;
  background-image:radial-gradient(circle,rgba(22,119,255,.22) 1px,transparent 1.5px);
  background-size:14px 14px;
  -webkit-mask-image:linear-gradient(135deg,#000,transparent 78%);
  mask-image:linear-gradient(135deg,#000,transparent 78%);
  pointer-events:none
}
.home-page .tm-contact-cta>.tm-container{position:relative;z-index:2}
.home-page .tm-contact-cta__ambient{
  position:absolute;
  z-index:1;
  right:-3%;
  bottom:-18px;
  width:min(920px,68vw);
  height:310px;
  pointer-events:none;
  transform:translate3d(var(--cta-parallax-x),var(--cta-parallax-y),0);
  transition:transform .18s ease-out
}
.home-page .tm-contact-cta__ambient svg{display:block;width:100%;height:100%;overflow:visible}
.home-page .tm-contact-cta__ambient path{fill:none;stroke:#1677ff;stroke-width:1.2;opacity:.08;vector-effect:non-scaling-stroke}
.home-page .tm-contact-cta__ambient circle{fill:#1677ff;opacity:.1}
.home-page .tm-contact-cta__banner.tm-reveal{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s cubic-bezier(.22,1,.36,1)}
.home-page .tm-contact-cta__banner.tm-reveal.is-visible{opacity:1;transform:translateY(0)}
@media(max-width:900px){
  .home-page .tm-contact-cta__ambient{right:-26%;width:110vw;opacity:.8}
  .home-page .tm-contact-cta::after{top:30px;left:20px;width:120px;height:90px}
}
@media(prefers-reduced-motion:reduce){
  .home-page .tm-contact-cta__ambient{transition:none;transform:none}
  .home-page .tm-contact-cta__banner.tm-reveal{opacity:1;transform:none;transition:none}
}

/* Visible CTA data-flow composition */
.home-page .tm-contact-cta{
  background:
    radial-gradient(circle at 75% 40%,rgba(22,119,255,.14) 0%,rgba(22,119,255,.04) 35%,transparent 60%),
    linear-gradient(135deg,#f6f9fd 0%,#e8f2fc 100%)
}
.home-page .tm-contact-cta::before{
  width:65%;
  height:55%;
  background:rgba(22,119,255,.14);
  filter:blur(68px)
}
.home-page .tm-contact-cta::after{display:none}
.home-page .tm-contact-cta__ambient{
  inset:0 -4px 0 0;
  width:auto;
  height:auto;
  opacity:1
}
.home-page .tm-contact-cta__ambient .cta-line{fill:none;stroke:#1677ff;stroke-width:1;vector-effect:non-scaling-stroke}
.home-page .tm-contact-cta__ambient .cta-line--strong{opacity:.14}
.home-page .tm-contact-cta__ambient .cta-line--medium{opacity:.1}
.home-page .tm-contact-cta__ambient .cta-node{stroke:none}
.home-page .tm-contact-cta__ambient .cta-node--primary{fill:#1677ff;opacity:.15}
.home-page .tm-contact-cta__ambient .cta-node--light{fill:#8bbeff;opacity:.14}
.home-page .tm-contact-cta__ambient .cta-orbit{fill:none;stroke:#1677ff;stroke-width:1;opacity:.07;vector-effect:non-scaling-stroke}
.home-page .tm-contact-cta__dots{
  position:absolute;
  z-index:1;
  left:max(28px,5vw);
  bottom:54px;
  display:grid;
  grid-template-columns:repeat(5,2px);
  grid-template-rows:repeat(4,2px);
  gap:16px;
  width:max-content;
  pointer-events:none
}
.home-page .tm-contact-cta__dots i{display:block;width:2px;height:2px;border-radius:50%;background:#8bbeff;opacity:.22}
.home-page .tm-contact-cta__banner{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(6,27,58,.16)
}
.home-page .tm-contact-cta__banner>div{position:relative;z-index:2}
@media(max-width:900px){
  .home-page .tm-contact-cta__ambient{right:-26%;width:auto;opacity:1}
  .home-page .tm-contact-cta__dots{left:20px;bottom:28px}
}

/* CTA mesh background — decoration only; layout remains unchanged. */
.home-page .tm-contact-cta{
  background:
    radial-gradient(circle at 15% 30%,rgba(22,119,255,.13) 0%,transparent 32%),
    radial-gradient(circle at 85% 65%,rgba(0,184,230,.16) 0%,transparent 35%),
    linear-gradient(135deg,#f4f8fd 0%,#e4effb 55%,#d9e9fa 100%)
}
.home-page .tm-contact-cta::before,
.home-page .tm-contact-cta::after{display:none}
.home-page .tm-contact-cta__glow{
  position:absolute;
  z-index:0;
  border-radius:50%;
  filter:blur(80px);
  opacity:.22;
  pointer-events:none
}
.home-page .tm-contact-cta__glow--left{
  top:-96px;
  left:-118px;
  width:420px;
  height:420px;
  background:radial-gradient(circle,rgba(22,119,255,.9) 0%,rgba(22,119,255,.38) 48%,transparent 72%)
}
.home-page .tm-contact-cta__glow--right{
  right:-176px;
  bottom:-188px;
  width:560px;
  height:560px;
  background:radial-gradient(circle,rgba(0,184,230,.9) 0%,rgba(0,184,230,.4) 48%,transparent 72%)
}
.home-page .tm-contact-cta__ambient{inset:0;width:100%;height:100%;transform:translate3d(var(--cta-parallax-x),var(--cta-parallax-y),0)}
.home-page .tm-contact-cta__ambient .cta-grid-line{fill:none;stroke:#1677ff;stroke-width:1;opacity:.08;vector-effect:non-scaling-stroke}
.home-page .tm-contact-cta__dots{
  top:48px;
  bottom:auto;
  left:max(24px,4vw);
  grid-template-columns:repeat(6,3px);
  grid-template-rows:repeat(5,3px);
  gap:19px
}
.home-page .tm-contact-cta__dots i{width:3px;height:3px;background:#8bbeff;opacity:.2}
@media(max-width:900px){
  .home-page .tm-contact-cta__ambient{inset:0;width:100%;right:auto}
  .home-page .tm-contact-cta__dots{top:26px;left:18px;bottom:auto}
  .home-page .tm-contact-cta__glow--left{left:-250px}
  .home-page .tm-contact-cta__glow--right{right:-340px}
}

/* Shared category hero artwork */
.category-hero{
  position:relative;
  isolation:isolate;
  width:100%;
  height:680px!important;
  min-height:680px!important;
  margin-right:0!important;
  margin-left:0!important;
  padding-right:0!important;
  padding-left:0!important;
  box-sizing:border-box;
  background-color:#eef4fa!important;
  background-repeat:no-repeat!important;
  background-position:center center!important;
  background-size:cover!important
}
.category-hero--company{background-image:url("../images/section-heroes/company-hero-20260910-1541.png")!important}
.category-hero--business{background-image:url("../images/section-heroes/business-hero.png")!important}

/* Shared interactive-button system */
:root {
  --ui-action-blue: #1677ff;
  --ui-action-navy: #0b2346;
  --ui-action-soft: #eef5fd;
  --ui-action-line: #cbdced;
  --ui-action-shadow: 0 12px 28px rgba(15, 64, 122, .14);
}

button,
[role="button"],
a.button,
a[class*="-link"],
a[class*="-more"] {
  -webkit-tap-highlight-color: transparent;
}

button:not(:disabled),
[role="button"]:not([aria-disabled="true"]) {
  cursor: pointer;
}

:is(
  .button,
  .cinema-button,
  .contact-link,
  .mobile-contact,
  .home-text-link,
  .solutions-all-link,
  .proof-more,
  .cert-detail__open,
  .contact-submit,
  .rc-contact a,
  .research-contact a,
  .fr-cta a,
  .tm-contact-cta__actions a
) {
  transition: color .24s ease, background-color .24s ease, border-color .24s ease,
    box-shadow .24s ease, transform .24s ease;
}

@media (hover: hover) and (pointer: fine) {
  :is(
    .button,
    .cinema-button,
    .contact-link,
    .mobile-contact,
    .home-text-link,
    .solutions-all-link,
    .proof-more,
    .cert-detail__open,
    .contact-submit,
    .rc-contact a,
    .research-contact a,
    .fr-cta a,
    .tm-contact-cta__actions a
  ):hover {
    transform: translateY(-2px);
    box-shadow: var(--ui-action-shadow);
  }

  :is(
    .button,
    .cinema-button,
    .contact-link,
    .mobile-contact,
    .home-text-link,
    .solutions-all-link,
    .proof-more,
    .cert-detail__open,
    .contact-submit,
    .rc-contact a,
    .research-contact a,
    .fr-cta a,
    .tm-contact-cta__actions a
  ):hover :is(span, b):last-child {
    transform: translateX(4px);
  }

  :is(
    [role="tab"],
    [data-filter],
    .rc-control-item button,
    .rc-system-item button,
    .research-tech-toggle,
    .cert-arrow
  ):not(.is-active):not([aria-selected="true"]):hover {
    background-color: var(--ui-action-soft);
    color: var(--ui-action-blue);
    border-color: var(--ui-action-line);
  }

  :is(.language-button, .mobile-toggle, .mobile-close, .cert-close):hover {
    color: var(--ui-action-blue);
    background-color: var(--ui-action-soft);
  }
}

:is(
  .button,
  .cinema-button,
  .contact-link,
  .mobile-contact,
  .home-text-link,
  .solutions-all-link,
  .proof-more,
  .cert-detail__open,
  .contact-submit,
  .rc-contact a,
  .research-contact a,
  .fr-cta a,
  .tm-contact-cta__actions a
) :is(span, b):last-child {
  display: inline-block;
  transition: transform .24s ease;
}

:is(a, button, [role="button"], [role="tab"]):focus-visible {
  outline: 3px solid rgba(22, 119, 255, .42);
  outline-offset: 3px;
}

button:disabled,
[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: .5;
}

@media (prefers-reduced-motion: reduce) {
  :is(a, button, [role="button"], [role="tab"]),
  :is(a, button, [role="button"], [role="tab"]) * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
.category-hero--technology{background-image:url("../images/section-heroes/technology-hero.png")!important}
.category-hero--support{background-image:url("../images/section-heroes/support-hero.png")!important}
.category-hero::before,
.category-hero::after{display:none!important}
.category-hero>.company-hero__visual,
.category-hero>.research-hero__visual,
.category-hero>.certifications-hero__visual,
.category-hero .notice-hero__visual,
.category-hero .contact-hero__visual,
.category-hero .fr-hero-flow,
.category-hero .srm-flow,
.category-hero .page-hero-shade{display:none!important}
.category-hero>:not(.company-hero__visual):not(.research-hero__visual):not(.certifications-hero__visual){position:relative;z-index:1}
.category-hero .fr-hero__inner,
.category-hero .srm-hero__inner,
.category-hero .notice-hero__inner,
.category-hero .contact-hero__inner{grid-template-columns:1fr!important;min-height:100%!important;box-sizing:border-box}
@media(max-width:1200px){
  .category-hero{height:620px!important;min-height:620px!important}
}
@media(max-width:1440px){
  .category-hero{background-position:center center!important;background-size:cover!important}
}
@media(max-width:768px){
  .category-hero{height:560px!important;min-height:560px!important;background-position:center center!important;background-size:cover!important}
}

/* Full-bleed category artwork; only the hero copy remains container-bound. */
.category-hero:is(.category-hero--company,.category-hero--technology,.category-hero--support){
  left:50%;
  width:100vw!important;
  max-width:none!important;
  margin-left:-50vw!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  border-radius:0!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important
}
.category-hero:is(.category-hero--company,.category-hero--technology,.category-hero--support) > :is(.company-hero__inner,.research-hero__inner,.notice-hero__inner,.contact-hero__inner,.certifications-hero__inner){
  width:min(calc(100% - 48px),1440px)!important;
  max-width:1440px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box
}

/*
 * 2026-09-17 수정: 모바일 메인 문의 배너가 좁은 세로 박스로 찌그러지는 현상 보정
 * 데스크톱 간격 규칙 이후에 배치해 !important 없이 모바일 레이아웃을 재정의합니다.
 */
@media(max-width:900px){
  .home-page .tm-contact-cta{
    width:100%;
    padding:72px 0
  }
  .home-page .tm-contact-cta>.tm-container{
    width:calc(100% - 40px);
    max-width:none;
    margin-inline:auto
  }
  .home-page .tm-contact-cta__banner,
  .home-page .tm-contact-cta__banner.tm-reveal,
  .home-page .tm-contact-cta__banner.tm-reveal.is-visible{
    display:block;
    width:100%;
    min-width:0;
    min-height:0;
    padding:44px 28px;
    border-radius:10px;
    transform:none
  }
  .home-page .tm-contact-cta__banner h2{
    max-width:none;
    font-size:clamp(32px,9vw,42px);
    line-height:1.18;
    word-break:keep-all
  }
  .home-page .tm-contact-cta__banner>div>span{
    display:block;
    font-size:14px;
    line-height:1.7;
    word-break:keep-all
  }
  .home-page .tm-contact-cta__actions{
    width:100%;
    margin-top:34px
  }
}
@media(max-width:480px){
  .home-page .tm-contact-cta{padding:56px 0}
  .home-page .tm-contact-cta>.tm-container{width:calc(100% - 32px)}
  .home-page .tm-contact-cta__banner,
  .home-page .tm-contact-cta__banner.tm-reveal,
  .home-page .tm-contact-cta__banner.tm-reveal.is-visible{padding:38px 22px}
}
