/*
Theme Name: ATOS Clean
Template: hello-elementor
Version: 1.0.0
*/

:root {
  --atos-teal: #078492;
  --atos-teal-dark: #078492;
  --atos-teal-bright: #078492;
  --atos-black: #050505;
  --atos-ink: #0b1620;
  --atos-text: #111827;
  --atos-muted: #4b5563;
  --atos-line: #d9e6ea;
  --atos-soft: #f4f8fa;
  --atos-white: #ffffff;
  --atos-max: 1390px;
  --atos-header-h: 103px;
  --atos-radius: 8px;
  --atos-shadow: 0 14px 34px rgba(15, 23, 42, .14);
}

/* Shared mobile/tablet header for all inner pages. */
@media (max-width: 1024px) {
  body:not(.home) {
    overflow-x: hidden;
  }

  body:not(.home) .atosv5-header {
    height: var(--atos-header-h);
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }

  body:not(.home) .atosv5-blackbar,
  body:not(.home) .atosv5-contact,
  body:not(.home) .atosv5-menu,
  body:not(.home) .atosv5-cta {
    display: none !important;
  }

  body:not(.home) .atosv5-left-shape {
    width: 100vw;
    height: calc(var(--atos-header-h) + var(--atos-shutter-depth));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--atos-shutter-depth)), 50% 100%, 0 calc(100% - var(--atos-shutter-depth)));
    background: #078492;
  }

  body:not(.home) .atosv5-left-shape::after {
    content: "ATOS";
    position: absolute;
    right: -5vw;
    bottom: -17px;
    color: rgba(255, 255, 255, .10);
    font-size: clamp(92px, 22vw, 190px);
    line-height: .8;
    font-weight: 900;
    letter-spacing: 0;
  }

  body:not(.home) .atosv5-logo-text {
    top: clamp(26px, 4vw, 42px);
    left: clamp(18px, 4vw, 42px);
    width: auto;
    max-width: calc(100vw - 150px);
    color: #fff;
    text-align: left;
    font-size: clamp(24px, 4.2vw, 38px);
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
  }

  body:not(.home) .atosv5-top-tags {
    top: clamp(70px, 9vw, 88px);
    left: clamp(18px, 4vw, 42px);
    width: min(68vw, 560px);
    height: auto;
    justify-content: flex-start;
  }

  body:not(.home) .atosv5-top-tags span {
    font-size: clamp(10px, 1.65vw, 15px);
    line-height: 1;
  }

  body:not(.home) .atosv5-top-tags span:not(:last-child)::after {
    margin: 0 clamp(5px, 1.4vw, 12px);
  }

  body:not(.home) .atosv5-tag-icon {
    width: clamp(6px, 1vw, 10px);
    height: clamp(6px, 1vw, 10px);
    margin-right: 4px;
  }

  body:not(.home) .atosv5-nav {
    top: clamp(22px, 3.6vw, 42px);
    right: clamp(16px, 4vw, 38px);
    left: auto;
    width: clamp(66px, 10vw, 90px);
    height: clamp(58px, 8.4vw, 76px);
    display: block;
    padding: 0;
    border-radius: 10px;
    background: rgba(0, 77, 86, .44);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
  }

  body:not(.home) .atosv5-nav::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 13px;
    width: clamp(32px, 5.1vw, 48px);
    height: 4px;
    border-radius: 99px;
    background: #fff;
    transform: translateX(-50%);
    box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
  }

  body:not(.home) .atosv5-nav::after {
    content: "MENU";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    color: #fff;
    text-align: center;
    font-size: clamp(12px, 2vw, 18px);
    font-weight: 900;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  body:not(.home) .atosv5-logo-text {
    top: 30px;
    left: 16px;
    max-width: calc(100vw - 116px);
    font-size: clamp(22px, 6vw, 25px);
  }

  body:not(.home) .atosv5-top-tags {
    top: 76px;
    left: 16px;
    width: calc(100vw - 116px);
  }

  body:not(.home) .atosv5-top-tags span {
    font-size: clamp(8.5px, 2.35vw, 10.5px);
  }

  body:not(.home) .atosv5-tag-icon {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 3px;
  }

  body:not(.home) .atosv5-top-tags span:not(:last-child)::after {
    margin: 0 4px;
  }

  body:not(.home) .atosv5-nav {
    top: 24px;
    right: 15px;
    width: 72px;
    height: 64px;
  }
}

/* Simulation & Testing: rebuilt from the old local page content */
.atos-sim-old,
.atos-sim-old * {
  font-family: "AR One Sans", Arial, Helvetica, sans-serif;
}

.atos-sim-old {
  background: #000;
  color: #fff;
}

.atos-sim-old-inner {
  width: min(1496px, calc(100vw - 208px));
  margin: 0 auto;
}

.atos-sim-old-capabilities {
  padding: 60px 0 58px;
}

.atos-sim-old-eyebrow {
  margin: 0 0 22px;
  color: #078492;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.atos-sim-old h1,
.atos-sim-old h2 {
  margin: 0;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.atos-sim-old-intro {
  max-width: 900px;
  margin: 14px 0 28px;
  color: #e5fbff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.atos-sim-old-intro.is-centered {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.atos-sim-old-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 18px 20px;
  max-width: 1496px;
  margin: 0 auto;
}

.atos-sim-old-card {
  min-height: 226px;
  padding: 18px 24px 18px;
  background: #07151a;
  border: 2px solid #d7e7ea;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
}

.atos-sim-old-card span,
.atos-sim-old-platform-card span,
.atos-sim-old-custom-list span {
  display: block;
  margin-bottom: 10px;
  color: #078492;
  font-size: 15px;
  font-weight: 800;
}

.atos-sim-old-card h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}

.atos-sim-old-card strong {
  display: block;
  margin-bottom: 18px;
  color: #078492;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.atos-sim-old-card p {
  margin: 0;
  color: #e7fbff;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.36;
}

.atos-sim-old-platforms {
  padding: 70px 0 40px;
  background: #fff;
  color: #172331;
}

.atos-sim-old-platforms .atos-sim-old-inner {
  width: min(1590px, calc(100vw - 160px));
}

.atos-sim-old-platforms .atos-sim-old-eyebrow,
.atos-sim-old-platforms h2 {
  text-align: center;
}

.atos-sim-old-platforms .atos-sim-old-eyebrow {
  display: none;
}

.atos-sim-old-platforms h2 {
  color: #0a0a0a;
  font-size: 34px;
  line-height: 1.25;
  margin: 0 0 18px;
}

.atos-sim-old-platforms .atos-sim-old-intro {
  color: #505967;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
  max-width: 850px;
  margin: 0 auto 28px;
}

.atos-sim-old-platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1590px;
  margin: 0 auto;
}

.atos-sim-old-platform-card {
  height: 268px;
  padding: 20px 20px 18px;
  background: #fff;
  border: 2px solid #222;
  border-radius: 12px;
  box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.32);
  display: grid;
  grid-template-rows: 18px 42px 58px 42px;
  row-gap: 14px;
  justify-items: center;
  align-items: start;
}

.atos-sim-old-platform-card span {
  margin: 0;
  line-height: 1.2;
}

.atos-sim-old-platform-card h3 {
  height: 42px;
  margin: 0;
  color: #050505;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.atos-sim-old-platform-card p {
  height: 58px;
  margin: 0;
  color: #3a4658;
  font-size: 15px;
  line-height: 1.58;
  width: 100%;
}

.atos-sim-old-platform-card a {
  margin-top: -2px;
  align-self: start;
  min-width: 136px;
  padding: 10px 24px;
  background: #078492;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  border-bottom: 0;
}

.atos-sim-old-custom {
  padding: 88px 0 96px;
  background: #f3f8fa;
  color: #172331;
}

.atos-sim-old-custom h2 {
  color: #172331;
}

.atos-sim-old-custom p {
  max-width: 720px;
  margin: 22px 0 30px;
  color: #24384a;
  font-size: 16px;
  line-height: 1.6;
}

.atos-sim-old-custom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 64px;
  align-items: center;
}

.atos-sim-old-custom-list {
  display: grid;
  gap: 18px;
}

.atos-sim-old-custom-list article {
  padding: 24px 26px;
  background: #fff;
  border: 1px solid #d4e7ec;
  border-radius: 10px;
}

.atos-sim-old-custom-list h3 {
  margin: 0;
  color: #001129;
  font-size: 22px;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .atos-sim-old-inner {
    width: min(100%, calc(100vw - 48px));
  }

  .atos-sim-old-card-grid,
  .atos-sim-old-platform-grid,
  .atos-sim-old-custom-grid {
    grid-template-columns: 1fr;
  }

  .atos-sim-old h1,
  .atos-sim-old h2 {
    font-size: 34px;
  }
}

.atos-sim-hero,
.atos-sim-section,
.atos-sim-hero *,
.atos-sim-section * {
  font-family: "AR One Sans", Arial, Helvetica, sans-serif !important;
}

.atos-sim-hero {
  min-height: calc(100vh - var(--atos-header-h));
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
}

.atos-sim-hero-grid {
  width: min(1692px, calc(100vw - 208px));
  max-width: none;
  margin-left: clamp(70px, 5.4vw, 104px);
  margin-right: auto;
  display: grid;
  grid-template-columns: minmax(640px, 0.92fr) minmax(620px, 0.88fr);
  gap: 90px;
  align-items: center;
  padding: 78px 0 56px;
}

.atos-sim-hero .atos-eyebrow {
  color: #078492;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 18px;
}

.atos-sim-hero h1 {
  color: #fff;
  font-size: clamp(40px, 2.7vw, 52px);
  line-height: 1.08;
  font-weight: 800;
  margin: 0 0 32px;
  max-width: 760px;
  text-shadow: 2px 2px 0 rgba(0, 170, 185, 0.32);
}

.atos-sim-summary {
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  max-width: 820px;
  margin: 0 0 70px;
}

.atos-sim-bullets {
  list-style: none;
  margin: 0 0 82px;
  padding: 0;
  display: grid;
  gap: 28px;
}

.atos-sim-bullets li {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.atos-sim-bullets li::before {
  content: "\2713";
  color: #fff;
  margin-right: 2px;
}

.atos-sim-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.atos-sim-btn {
  min-width: 255px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 6px;
  border: 2px solid #078492;
  background: #078492;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.atos-sim-btn.is-outline {
  background: transparent;
}

.atos-sim-note {
  margin: 0;
  color: #c7f5fb;
  font-size: 13px;
  line-height: 1.45;
  max-width: 840px;
}

.atos-sim-hero-panel {
  align-self: center;
  transform: translateY(-25px);
  padding: 32px;
  border: 2px solid #078492;
  border-radius: 18px;
  background: #07151a;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.atos-sim-hero-panel h2 {
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 22px;
}

.atos-sim-hero-panel > p {
  color: #d8f8fb;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 36px;
}

.atos-sim-flow-list {
  display: grid;
  gap: 24px;
}

.atos-sim-flow-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 170, 185, 0.28);
  border-radius: 8px;
  background: #101820;
}

.atos-sim-flow-list span {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #078492;
  color: #fff;
  font-weight: 900;
}

.atos-sim-flow-list h3 {
  color: #fff;
  font-size: 17px;
  line-height: 1.25;
  margin: 0 0 6px;
}

.atos-sim-flow-list p {
  color: #d8f8fb;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.atos-sim-section {
  padding: 74px 0 84px;
}

.atos-sim-section.is-soft {
  background: #f3f8fa;
  color: #06122a;
}

.atos-sim-section.is-dark {
  background: #000;
  color: #fff;
}

.atos-sim-section .atos-inner {
  width: min(1760px, calc(100vw - 144px));
  max-width: none;
  margin: 0 auto;
}

.atos-sim-section .atos-eyebrow,
.atos-sim-section .atos-section-title,
.atos-sim-section .atos-section-intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.atos-sim-section .atos-eyebrow {
  color: #078492;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 20px;
}

.atos-sim-section .atos-section-title {
  color: #06122a;
  font-size: 36px;
  line-height: 1.18;
  font-weight: 800;
  margin: 0 0 22px;
}

.atos-sim-section.is-dark .atos-section-title {
  color: #fff;
}

.atos-sim-section .atos-section-intro {
  width: min(1180px, 100%);
  max-width: 1180px;
  color: #405164;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 0;
}

.atos-sim-section.is-dark .atos-section-intro {
  color: #c7f5fb;
}

.atos-sim-capability-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.atos-sim-capability-card {
  min-height: 250px;
  padding: 26px;
  border: 2px solid #d9e7ea;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.atos-sim-capability-card span {
  display: block;
  color: #078492;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 12px;
}

.atos-sim-capability-card h3 {
  color: #06122a;
  font-size: 20px;
  line-height: 1.18;
  margin: 0 0 12px;
  font-weight: 800;
}

.atos-sim-capability-card strong {
  display: block;
  color: #078492;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 16px;
}

.atos-sim-capability-card p {
  color: #53666d;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.atos-sim-platform-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.atos-sim-platform-card {
  min-height: 260px;
  padding: 30px;
  border: 1px solid rgba(0, 170, 185, 0.28);
  border-radius: 8px;
  background: #101820;
}

.atos-sim-platform-card h3 {
  color: #fff;
  font-size: 22px;
  line-height: 1.18;
  margin: 0 0 18px;
  font-weight: 800;
}

.atos-sim-platform-card p {
  color: #d8f8fb;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 26px;
}

.atos-sim-platform-card a {
  color: #fff;
  background: #078492;
  padding: 8px 10px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 800;
  display: inline-block;
}

.atos-sim-custom-section {
  padding: 72px 0;
}

.atos-sim-custom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.7fr);
  gap: 60px;
  align-items: center;
}

.atos-sim-custom-grid .atos-eyebrow,
.atos-sim-custom-grid .atos-section-title,
.atos-sim-custom-grid .atos-section-intro {
  text-align: left;
  margin-left: 0;
}

.atos-sim-custom-grid .atos-section-intro {
  max-width: 840px;
}

.atos-sim-custom-list {
  display: grid;
  gap: 16px;
}

.atos-sim-custom-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #d9e7ea;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.atos-sim-custom-list span {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #078492;
  color: #fff;
  font-weight: 900;
  border-radius: 8px;
}

.atos-sim-custom-list h3 {
  margin: 0;
  font-size: 20px;
  color: #06122a;
}

.atos-sim-cta {
  background: #000;
  color: #fff;
  padding: 72px 0 88px;
}

.atos-sim-cta-grid {
  width: min(1360px, calc(100vw - 144px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 54px;
  align-items: center;
}

.atos-sim-cta h2 {
  color: #fff;
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 14px;
}

.atos-sim-cta p {
  color: #d8f8fb;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.atos-sim-cta-actions {
  display: grid;
  gap: 16px;
  min-width: 230px;
}

.atos-sim-cta-points {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  color: #c7f5fb;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .atos-sim-hero {
    min-height: auto;
  }

  .atos-sim-hero-grid {
    width: min(100%, calc(100vw - 64px));
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 70px 0 56px;
  }

  .atos-sim-hero-panel {
    transform: none;
  }

  .atos-sim-capability-grid,
  .atos-sim-platform-grid,
  .atos-sim-custom-grid,
  .atos-sim-cta-grid {
    grid-template-columns: 1fr;
  }

  .atos-sim-section .atos-inner,
  .atos-sim-cta-grid {
    width: min(100%, calc(100vw - 64px));
  }
}

@media (max-width: 767px) {
  .atos-sim-hero-grid,
  .atos-sim-section .atos-inner,
  .atos-sim-cta-grid {
    width: min(100%, calc(100vw - 32px));
  }

  .atos-sim-hero h1 {
    font-size: 36px;
  }

  .atos-sim-hero-grid {
    padding: 58px 0 48px;
  }

  .atos-sim-hero-panel,
  .atos-sim-platform-card,
  .atos-sim-capability-card {
    padding: 24px;
  }

  .atos-sim-flow-list article,
  .atos-sim-custom-list article {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  overflow-x: hidden;
  font-family: "AR One Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body {
  color: var(--atos-text);
  background: var(--atos-white);
  font-size: 16px;
  line-height: 1.5;
}

body .atos-page-main {
  margin-top: 0;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: var(--atos-ink);
  font-family: "AR One Sans", Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

p {
  margin: 0;
}

.atos-page-main {
  min-height: 60vh;
}

.atos-inner {
  width: min(var(--atos-max), calc(100vw - 140px));
  margin: 0 auto;
}

.atos-section {
  padding: 74px 0;
}

.atos-section.is-light {
  background: var(--atos-soft);
}

.atos-section.is-dark {
  background: var(--atos-black);
  color: var(--atos-white);
}

.atos-section-title {
  font-size: clamp(34px, 2.8vw, 46px);
  line-height: 1.12;
  margin: 0 0 18px;
}

.atos-section-intro {
  max-width: 900px;
  color: var(--atos-muted);
  font-size: 17px;
  line-height: 1.55;
}

.atos-section.is-dark .atos-section-title {
  color: var(--atos-white);
}

.atos-section.is-dark .atos-section-intro {
  color: #c7f5fb;
}

.atos-eyebrow {
  color: var(--atos-teal-bright);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.atos-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.atos-btn {
  min-width: 172px;
  height: 46px;
  border: 1px solid var(--atos-teal);
  border-radius: 6px;
  background: var(--atos-teal);
  color: var(--atos-white) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.atos-btn:hover {
  background: var(--atos-teal-dark);
  border-color: var(--atos-teal-dark);
  transform: translateY(-1px);
}

.atos-btn.is-outline {
  background: transparent;
  color: var(--atos-teal) !important;
}

.atos-btn.is-outline:hover {
  background: var(--atos-teal);
  color: var(--atos-white) !important;
}

.atos-card {
  background: var(--atos-white);
  border-radius: var(--atos-radius);
  box-shadow: var(--atos-shadow);
  overflow: hidden;
}

.atos-card-body {
  padding: 22px;
}

.atos-card h3 {
  font-size: 22px;
  line-height: 1.18;
  margin: 0 0 10px;
}

.atos-card p {
  color: #334155;
  line-height: 1.48;
}

.atosv5-header,
.atosv5-header * {
  box-sizing: border-box;
}

.atosv5-header {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  height: var(--atos-header-h);
  font-family: Arial, Helvetica, sans-serif;
  z-index: 999;
  overflow: visible;
}

.atosv5-blackbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: #000;
  z-index: 1;
}

.atosv5-left-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 520px;
  height: 146px;
  background: #078492;
  clip-path: polygon(0 0, 100% 0, 96% 38%, 96% 38%, 96% 70%, 50% 100%, 18% 70%, 18% 38%, 0 38%);
  z-index: 5;
  overflow: hidden;
}

.atosv5-top-tags {
  position: absolute;
  top: 17px;
  left: 16px;
  width: 470px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  z-index: 6;
  overflow: hidden;
}

.atosv5-top-tags span {
  color: rgba(255, 255, 255, .98);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .2px;
  line-height: 1;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

.atosv5-top-tags span:not(:last-child)::after {
  content: "|";
  display: inline-block;
  margin: 0 11px;
  color: rgba(255, 255, 255, .55);
  font-weight: 400;
}

.atosv5-tag-icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 6px;
  flex-shrink: 0;
}

.atosv5-top-tags span:nth-child(1) .atosv5-tag-icon path {
  fill: #ffd54a !important;
}

.atosv5-top-tags span:nth-child(2) .atosv5-tag-icon path {
  fill: #ff9f43 !important;
}

.atosv5-top-tags span:nth-child(3) .atosv5-tag-icon path {
  fill: #ff6b6b !important;
}

.atosv5-logo-text {
  position: absolute;
  top: 68px;
  left: 125px;
  width: 330px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: .5px;
  z-index: 6;
}

.atosv5-contact {
  position: absolute;
  top: 0;
  right: 72px;
  height: 56px;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 4;
}

.atosv5-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.atosv5-icon-bg {
  width: 34px;
  height: 38px;
  background: #078492;
  transform: skewX(-25deg);
  display: inline-block;
  flex-shrink: 0;
}

.atosv5-contact-text {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.atosv5-inline-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 8px;
  flex-shrink: 0;
}

.atosv5-inline-icon path {
  fill: #fff !important;
}

.atosv5-nav {
  position: absolute;
  top: 56px;
  left: 506px;
  right: 0;
  height: 47px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 0 55px 0 18px;
  z-index: 999;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .10);
  overflow: visible;
}

.atosv5-menu {
  flex: 1 1 auto;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  padding-left: 0;
}

.atosv5-menu > a,
.atosv5-dropdown-main {
  color: #111;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.atosv5-menu > a:hover,
.atosv5-dropdown-main:hover {
  color: #078492;
}

.atosv5-dropdown {
  position: relative;
  height: 52px;
  display: flex;
  align-items: center;
}

.atosv5-dropdown-box {
  position: absolute;
  top: 52px;
  left: 0;
  width: 260px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
  border-top: 3px solid #078492;
  padding: 8px 0;
  display: none;
  z-index: 9999;
}

.atosv5-dropdown-box a {
  display: block;
  padding: 12px 18px;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.atosv5-dropdown-box a:hover {
  background: #f2fbfc;
  color: #078492;
}

.atosv5-dropdown:hover .atosv5-dropdown-box,
.atosv5-dropdown:focus-within .atosv5-dropdown-box {
  display: block;
}

.atosv5-cta {
  height: 38px;
  min-width: 154px;
  margin-right: 0;
  padding: 0 22px;
  background: #078492;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  border-radius: 6px;
  border: 1px solid #078492;
  box-shadow: none;
  letter-spacing: .2px;
  transition: all .22s ease;
  flex-shrink: 0;
}

.atosv5-cta:hover {
  background: #078492;
  border-color: #078492;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .18);
}

@media (max-width: 1500px) {
  .atosv5-menu {
    gap: 22px;
    padding-left: 0;
  }

  .atosv5-menu > a,
  .atosv5-dropdown-main {
    font-size: 12px;
  }

  .atosv5-cta {
    min-width: 138px;
    margin-right: 0;
    padding: 0 24px;
    font-size: 12px;
  }
}

.atos-site-header {
  position: relative;
  z-index: 20;
  background: var(--atos-white);
  box-shadow: 0 8px 26px rgba(15, 23, 42, .10);
  font-family: "AR One Sans", Arial, Helvetica, sans-serif;
}

.atos-topbar {
  position: relative;
  z-index: 1;
  height: 56px;
  background: #000;
  color: var(--atos-white);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 90px 0 500px;
  gap: 18px;
  font-size: 13px;
  font-weight: 900;
}

.atos-brand-plate {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 520px;
  height: 146px;
  background: var(--atos-teal);
  color: var(--atos-white);
  clip-path: polygon(0 0, 100% 0, 96% 38%, 96% 70%, 50% 100%, 18% 70%, 18% 38%, 0 38%);
}

.atos-brand-mini {
  position: absolute;
  top: 16px;
  left: 62px;
  width: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.atos-brand-name {
  position: absolute;
  left: 136px;
  top: 71px;
  width: 330px;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: .5px;
  white-space: nowrap;
}

.atos-tag-icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: -1px;
  position: relative;
}

.atos-tag-fast {
  background: #ffd54a;
  clip-path: polygon(48% 0, 78% 0, 60% 38%, 100% 38%, 36% 100%, 50% 54%, 12% 54%);
}

.atos-tag-engineering {
  border-radius: 50%;
  background: #ff9f43;
  box-shadow: inset 0 0 0 4px #ff9f43, inset 0 0 0 5px rgba(255, 255, 255, .55);
}

.atos-tag-contact {
  border-radius: 50% 50% 50% 0;
  background: #ff6b6b;
  transform: rotate(-45deg);
}

.atos-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  letter-spacing: 0;
}

.atos-topbar-group {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.atos-slash {
  width: 36px;
  height: 38px;
  background: var(--atos-teal);
  transform: skewX(-25deg);
  display: inline-block;
  flex: 0 0 auto;
}

.atos-contact-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
}

.atos-contact-phone::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 2px;
  width: 7px;
  height: 11px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 0 0 8px 0;
  transform: rotate(35deg);
}

.atos-contact-mail::before {
  content: "";
  position: absolute;
  inset: 2px 1px 3px;
  border: 2px solid #fff;
  border-radius: 2px;
}

.atos-contact-mail::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 4px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.atos-contact-location::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 9px;
  height: 9px;
  border-radius: 50% 50% 50% 0;
  background: #fff;
  transform: rotate(-45deg);
}

.atos-contact-location::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
}

.atos-navrow {
  position: relative;
  z-index: 1;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 47px 0 650px;
  gap: 32px;
  background: var(--atos-white);
}

.atos-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 1.85vw, 38px);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.atos-nav a,
.atos-nav-item > a {
  color: #000;
}

.atos-nav a:hover,
.atos-nav-item > a:hover {
  color: var(--atos-teal);
}

.atos-nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 47px;
}

.atos-submenu {
  position: absolute;
  left: 50%;
  top: 47px;
  z-index: 50;
  min-width: 260px;
  transform: translateX(-50%);
  display: none;
  padding: 10px 0;
  border-top: 3px solid var(--atos-teal);
  background: var(--atos-white);
  box-shadow: 0 16px 28px rgba(0, 0, 0, .18);
}

.atos-submenu a {
  display: block;
  padding: 11px 18px;
  color: #0b1620;
  white-space: nowrap;
}

.atos-submenu a:hover {
  background: #eef7f8;
  color: var(--atos-teal);
}

.atos-nav-item:hover .atos-submenu,
.atos-nav-item:focus-within .atos-submenu {
  display: block;
}

.atos-contact-btn {
  min-width: 154px;
  height: 38px;
  border-radius: 6px;
  background: var(--atos-teal);
  color: var(--atos-white) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  font-weight: 900;
  font-size: 14px;
  white-space: nowrap;
}

.atos-home-hero {
  position: relative;
  min-height: calc(100vh - var(--atos-header-h));
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  overflow: hidden;
}

.atos-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .86) 0%, rgba(255, 255, 255, .70) 38%, rgba(255, 255, 255, .12) 72%, rgba(255, 255, 255, .02) 100%);
  pointer-events: none;
}

.atos-home-hero-inner {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - var(--atos-header-h));
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 46px 0 44px;
}

.atos-home-copy {
  width: min(760px, 52vw);
  transform: translateY(38px);
}

.atos-home-title {
  color: #000;
  font-family: "AR One Sans", Arial, Helvetica, sans-serif !important;
  font-size: clamp(40px, 2.6vw, 54px);
  font-weight: 900 !important;
  line-height: 1.1;
  margin: 0 0 34px;
}

.atos-home-summary {
  max-width: 820px;
  color: #101820;
  font-size: 18px;
  line-height: 1.48;
  margin-bottom: 44px;
}

.atos-market-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 30px;
}

.atos-market-card {
  min-height: 94px;
  border-radius: 7px;
  background: var(--atos-teal);
  color: var(--atos-white);
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: space-between;
  gap: 8px;
  padding: 14px 14px 13px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(0, 88, 96, .18);
}

.atos-market-card:hover {
  background: var(--atos-teal-dark);
}

.atos-market-card:visited,
.atos-market-card .atos-market-label,
.atos-market-card .atos-market-arrow {
  color: #fff !important;
}

.atos-market-icon {
  color: #5ed7e1;
  font-size: 20px;
  line-height: 1;
}

.atos-market-arrow {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: start;
  font-size: 24px;
  line-height: 1;
}

.atos-market-label {
  grid-column: 1 / span 2;
  align-self: end;
  font-size: 14px;
  line-height: 1.16;
}

.atos-hero-actions {
  margin-bottom: 34px;
}

.atos-pdf-menu {
  position: relative;
  display: inline-flex;
  z-index: 10;
}

.atos-pdf-trigger {
  min-width: 306px;
  height: 42px;
  border: 1px solid var(--atos-teal);
  border-radius: 7px;
  background: var(--atos-teal);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px 0 12px;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0, 88, 96, .18);
}

.atos-pdf-trigger:hover {
  background: var(--atos-teal-dark);
  border-color: var(--atos-teal-dark);
}

.atos-pdf-trigger::-webkit-details-marker {
  display: none;
}

.atos-pdf-icon {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #fff;
  color: #c80b0b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 900;
}

.atos-pdf-panel {
  position: absolute;
  left: 0;
  top: auto;
  bottom: calc(100% + 10px);
  width: min(520px, calc(100vw - 48px));
  padding: 14px;
  border: 1px solid rgba(200, 11, 11, .28);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .24);
  color: #0b1720;
}

.atos-pdf-panel h3 {
  color: #c80b0b;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 6px;
}

.atos-pdf-panel p {
  color: #31424a;
  font-size: 12px;
  line-height: 1.35;
  margin: 0 0 10px;
}

.atos-pdf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 10px;
}

.atos-pdf-panel label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-height: 56px;
  padding: 9px 8px;
  border-radius: 6px;
  cursor: pointer;
}

.atos-pdf-panel label:hover {
  background: #fff1f1;
}

.atos-pdf-panel input {
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: #c80b0b;
}

.atos-pdf-panel b {
  display: block;
  color: #0b1720;
  font-size: 13px;
  line-height: 1.18;
}

.atos-pdf-panel small {
  display: block;
  margin-top: 2px;
  color: #5d6d73;
  font-size: 11px;
  line-height: 1.2;
}

.atos-pdf-note {
  margin: 10px 0 0 !important;
  padding: 9px 10px;
  border-radius: 6px;
  background: #fff7f7;
  color: #5d2d2d !important;
  font-size: 11.5px !important;
  line-height: 1.35 !important;
}

.atos-pdf-download {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  border: 1px solid #c80b0b;
  border-radius: 7px;
  background: #c80b0b;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.atos-home-rfq-note {
  max-width: 920px;
  color: #101820;
  font-size: 16px;
  line-height: 1.45;
}

.atos-home-rfq-note strong {
  display: block;
  margin-bottom: 8px;
  font-weight: 900;
}

.atos-category-section {
  background: #050505;
  color: var(--atos-white);
  padding: 54px 0 72px;
}

.atos-category-section .atos-section-title {
  color: var(--atos-white);
  text-align: center;
  margin-bottom: 40px;
}

.atos-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.atos-category-card {
  min-height: 330px;
  border-radius: 8px;
  background: #101820;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .32);
}

.atos-category-card img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  display: block;
}

.atos-category-card-body {
  padding: 20px;
}

.atos-category-card h3 {
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 10px;
}

.atos-category-card p {
  color: #b4c4e7;
  font-size: 15px;
  line-height: 1.45;
}

.atos-category-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 38px;
  color: #d8f8fb;
}

.atos-benefits {
  background: var(--atos-soft);
  padding: 72px 0;
}

.atos-benefits .atos-section-title,
.atos-benefits .atos-section-intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.atos-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: min(1180px, 100%);
  margin: 40px auto 0;
}

.atos-benefit-card {
  min-height: 190px;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  align-items: center;
  padding: 34px 42px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .16);
}

.atos-benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--atos-teal);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 900;
}

.atos-benefit-card h3 {
  color: #1f2937;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 36px;
}

.atos-benefit-card p {
  color: #2f3a46;
  font-size: 17px;
  line-height: 1.5;
}

.atos-home-cta {
  padding: 48px 0 42px;
  background: var(--atos-black);
  color: #fff;
  text-align: center;
}

.atos-home-cta-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  max-width: 900px;
}

.atos-home-cta-grid > .atos-btn-row {
  justify-content: center;
  margin-top: 36px;
  gap: 52px;
}

.atos-home-cta h2 {
  color: #fff;
  font-size: clamp(30px, 2.5vw, 42px);
  line-height: 1.12;
  margin-bottom: 10px;
}

.atos-home-cta p {
  max-width: 720px;
  margin: 0 auto;
  color: #c7f5fb;
  font-size: 17px;
  line-height: 1.45;
}

.atos-cta-points {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 28px auto 0;
  padding: 0;
  width: max-content;
  max-width: 100%;
  list-style: none;
  color: #b6c4df;
  font-size: 16px;
  line-height: 1.35;
  text-align: left;
}

.atos-cta-points li::before {
  content: "\2714";
  margin-right: 6px;
}

.atos-market-hero {
  min-height: calc(100vh - var(--atos-header-h));
  background: var(--atos-black);
  color: var(--atos-white);
  display: flex;
  align-items: stretch;
  margin-top: 0;
  border-top: 0;
}

.atos-market-hero-grid {
  width: calc(100vw - 140px);
  max-width: none;
  min-height: calc(100vh - var(--atos-header-h));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(520px, .95fr);
  align-items: center;
  gap: clamp(48px, 4vw, 72px);
  padding: 92px 0 38px;
}

.atos-market-hero-copy h1 {
  color: var(--atos-teal);
  font-family: "AR One Sans", Arial, Helvetica, sans-serif !important;
  font-size: clamp(42px, 3.05vw, 58px);
  font-weight: 900 !important;
  line-height: 1.1;
  margin: 0 0 24px;
}

.atos-market-summary {
  max-width: 850px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 30px;
}

.atos-market-hero-copy ul {
  margin: 0 0 32px 20px;
  padding: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
}

.atos-market-hero-copy li::marker {
  color: #fff;
}

.atos-btn.is-light {
  color: #fff !important;
}

.atos-market-note {
  margin-top: 28px;
  color: #b9f3fa;
  font-size: 16px;
  line-height: 1.55;
}

.atos-market-note strong {
  color: #fff;
  font-weight: 900;
}

.atos-market-hero-media img {
  width: 100%;
  aspect-ratio: 1.82;
  object-fit: cover;
  display: block;
  border-radius: 13px;
}

.atos-market-hero-media p {
  margin-top: 18px;
  color: #c7f5fb;
  font-size: 16px;
  line-height: 1.45;
}

.atos-market-section {
  padding: 74px 0 84px;
  background: #f3f8fa;
}

.atos-market-detail-section {
  background: #050505;
  color: var(--atos-white);
  padding: 66px 0 78px;
}

.atos-market-section .atos-section-title {
  color: var(--atos-teal);
  margin-bottom: 16px;
}

.atos-market-detail-section .atos-section-title {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}

.atos-market-section .atos-section-intro {
  margin-bottom: 34px;
}

.atos-market-detail-section .atos-section-intro {
  color: #c7f5fb;
  text-align: center;
  margin: 0 auto 36px;
}

.atos-market-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 30px;
}

.atos-market-module {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 220px;
  padding: 18px;
  border: 1px solid var(--atos-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .09);
}

.atos-market-detail-section .atos-market-module {
  grid-template-columns: minmax(220px, .84fr) minmax(0, 1fr);
  min-height: 260px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 170, 185, .18);
  background: #101820;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .32);
}

.atos-market-module img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
  display: block;
  border-radius: 7px;
  background: #edf5f7;
}

.atos-market-detail-section .atos-market-module img {
  height: 100%;
  min-height: 260px;
  aspect-ratio: auto;
  border-radius: 0;
  background: #111;
}

.atos-market-detail-section .atos-market-module > div {
  padding: 24px 26px 24px 0;
}

.atos-market-module h3 {
  color: #000;
  font-size: 26px;
  line-height: 1.12;
  margin-bottom: 12px;
}

.atos-market-detail-section .atos-market-module h3 {
  color: #fff;
}

.atos-market-module p {
  color: #243241;
  font-size: 16px;
  line-height: 1.48;
  margin-bottom: 12px;
}

.atos-market-detail-section .atos-market-module p {
  color: #cdeaf3;
}

.atos-market-module small {
  display: block;
  color: var(--atos-teal-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.38;
}

.atos-market-detail-section .atos-market-module small {
  color: #89eaf3;
}

.atos-tire-assembly-section {
  padding: 66px 0 86px;
}

.atos-tire-assembly-section .atos-inner {
  max-width: 1418px;
}

.atos-tire-assembly-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 36px;
}

.atos-tire-assembly-card {
  padding: 18px 18px 20px;
  border: 1px solid rgba(0, 170, 185, .28);
  border-radius: 8px;
  background: #0d171e;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .34);
}

.atos-tire-main-image {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 7px;
  background: #101a21;
}

.atos-tire-main-image img {
  display: block;
  width: auto;
  max-width: 64%;
  max-height: 198px;
  object-fit: contain;
  border-radius: 3px;
  background: #edf2f3;
}

.atos-tire-range {
  margin: 18px 0 24px;
  color: #b9f3fa;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.38;
}

.atos-tire-assembly-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: "AR One Sans", Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 1.15;
}

.atos-tire-description {
  margin: 0 0 30px;
  color: #d7f7fb;
  font-size: 16px;
  line-height: 1.55;
}

.atos-tire-assembly-card h4 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.atos-tire-family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.atos-tire-family-card {
  min-height: 122px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 6px;
  background: #111b22;
}

.atos-tire-family-card img {
  display: block;
  width: auto;
  max-width: 72%;
  height: 78px;
  object-fit: contain;
  margin: 0 auto 8px;
  background: #edf2f3;
}

.atos-tire-family-card strong {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.22;
}

.atos-tire-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 166.54px;
  height: 22px;
  min-height: 22px;
  margin: 0 0 22px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 4px;
  background: var(--atos-teal);
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.atos-tire-rfq {
  display: flex;
  justify-content: center;
  width: fit-content;
  min-width: 252px;
}

.atos-market-page-industrial .atos-market-hero-grid {
  width: calc(100vw - 140px);
  max-width: none;
}

.atos-market-page-industrial .atos-market-hero-copy h1 {
  font-size: clamp(42px, 3.05vw, 58px);
}

.atos-market-page-industrial .atos-market-summary {
  margin-bottom: 30px;
}

.atos-market-page-industrial .atos-market-hero-copy ul {
  margin-bottom: 32px;
}

.atos-market-page-industrial .atos-market-hero-media img {
  aspect-ratio: 1.82;
  border-radius: 13px;
}

.atos-product-hero {
  min-height: calc(100vh - var(--atos-header-h));
  background: var(--atos-black);
  color: var(--atos-white);
  display: flex;
  align-items: stretch;
  margin-top: 0;
}

.atos-product-hero,
.atos-product-scope,
.atos-product-rfq,
.atos-product-hero *,
.atos-product-scope *,
.atos-product-rfq * {
  font-family: "AR One Sans", Arial, Helvetica, sans-serif !important;
}

.atos-product-hero-grid {
  width: min(1680px, calc(100vw - 208px));
  max-width: none;
  margin-left: clamp(70px, 5.4vw, 104px);
  margin-right: auto;
  min-height: calc(100vh - var(--atos-header-h));
  display: grid;
  grid-template-columns: minmax(720px, 1fr) minmax(620px, 800px);
  align-items: center;
  gap: clamp(72px, 4.8vw, 88px);
  padding: 104px 0 70px;
}

.atos-product-hero-copy h1 {
  color: var(--atos-teal);
  font-family: "AR One Sans", Arial, Helvetica, sans-serif !important;
  font-size: clamp(38px, 2.45vw, 46px);
  font-weight: 900 !important;
  line-height: 1.04;
  margin: 0 0 26px;
  max-width: 850px;
}

.atos-product-summary {
  max-width: 820px;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 76px;
}

.atos-product-hero-copy ul {
  margin: 0 0 72px 20px;
  padding: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.atos-product-hero-copy li::marker {
  color: #fff;
}

.atos-product-note {
  margin-top: 34px;
  color: #b9f3fa;
  font-size: 16px;
  line-height: 1.55;
}

.atos-product-note strong {
  color: #fff;
  font-weight: 900;
}

.atos-product-hero-media img {
  width: 100%;
  aspect-ratio: 1.78;
  object-fit: cover;
  display: block;
  border-radius: 13px;
}

.atos-product-hero-media p {
  margin-top: 18px;
  color: #c7f5fb;
  font-size: 16px;
  line-height: 1.45;
}

.atos-product-scope {
  padding: 72px 0 82px;
  background: var(--atos-soft);
}

.atos-product-scope .atos-section-title,
.atos-product-scope .atos-section-intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.atos-product-scope-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}

.atos-product-scope-grid.is-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.atos-product-scope-card {
  min-height: 210px;
  padding: 28px 24px;
  border: 1px solid var(--atos-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .12);
}

.atos-product-scope-card h3 {
  color: #111827;
  font-size: 22px;
  line-height: 1.18;
  margin-bottom: 18px;
}

.atos-product-scope-card p {
  color: #334155;
  font-size: 16px;
  line-height: 1.5;
}

.atos-tech-hero,
.atos-tech-hero *,
.atos-tech-section,
.atos-tech-section * {
  font-family: "AR One Sans", Arial, Helvetica, sans-serif !important;
}

.atos-tech-hero {
  min-height: calc(100vh - var(--atos-header-h));
  background: var(--atos-black);
  color: #fff;
  display: flex;
  align-items: stretch;
}

.atos-tech-hero-grid {
  width: min(1628px, calc(100vw - 208px));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - var(--atos-header-h));
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(42px, 3.65vw, 70px);
  align-items: start;
  padding: 106px 0 58px;
}

.atos-tech-hero .atos-eyebrow {
  color: var(--atos-teal);
  font-size: 14px;
  font-weight: 700;
}

.atos-tech-hero h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
  max-width: 760px;
  margin: 0 0 24px;
}

.atos-tech-summary {
  max-width: 900px;
  color: #d7e7ea;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 60px;
}

.atos-tech-bullets {
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.52;
  font-weight: 600;
}

.atos-tech-bullets li {
  margin: 0 0 20px;
}

.atos-tech-bullets li::before {
  content: "\2713";
  display: inline-block;
  width: 16px;
  color: #fff;
  font-weight: 900;
}

.atos-tech-hero .atos-market-note {
  color: #9fb9c0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 10px;
  max-width: 920px;
}

.atos-tech-hero .atos-market-note strong {
  color: #9fb9c0;
  font-weight: 400;
}

.atos-tech-hero-panel {
  border: 2px solid var(--atos-teal);
  border-radius: 22px;
  background: #071722;
  padding: 30px;
  margin-top: 20px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .28);
}

.atos-tech-hero-panel h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 16px;
}

.atos-tech-panel-intro {
  color: #bfd5da;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 38px;
}

.atos-tech-flow-list {
  display: grid;
  gap: 28px;
}

.atos-tech-flow-list article {
  padding: 10px;
  border: 2px solid #153a48;
  border-radius: 14px;
  background: #0d2633;
}

.atos-tech-card span {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--atos-teal);
  color: #fff;
  font-weight: 900;
}

.atos-tech-flow-list h3 {
  color: var(--atos-teal);
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 10px;
}

.atos-tech-flow-list p {
  color: #d7e7ea;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.atos-tech-section {
  padding: 74px 0 84px;
}

.atos-tech-section.is-soft {
  background: var(--atos-soft);
}

.atos-tech-capability-section {
  padding: 42px 0 78px;
}

.atos-tech-capability-section .atos-inner {
  width: min(1760px, calc(100vw - 144px));
}

.atos-tech-capability-section .atos-eyebrow {
  color: var(--atos-teal);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 20px;
}

.atos-tech-capability-section .atos-section-title {
  color: #06122a;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.16;
  margin-bottom: 22px;
}

.atos-tech-capability-section .atos-section-intro {
  width: min(1240px, 100%);
  max-width: 1240px;
  color: #4b5b63;
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.atos-tech-section.is-dark {
  background: var(--atos-black);
  color: #fff;
}

.atos-tech-section .atos-eyebrow,
.atos-tech-section .atos-section-title,
.atos-tech-section .atos-section-intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.atos-tech-section.is-dark .atos-section-title {
  color: #fff;
}

.atos-tech-section.is-dark .atos-section-intro {
  color: #c7f5fb;
}

.atos-tech-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}

.atos-tech-card-grid.is-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.atos-tech-capability-section .atos-tech-card-grid.is-three {
  gap: 26px;
  margin-top: 50px;
}

.atos-tech-capability-section .atos-tech-card {
  min-height: 200px;
  padding: 26px;
  border: 2px solid #d9e7ea;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .06);
}

.atos-tech-capability-section .atos-tech-card span {
  width: auto;
  min-width: 0;
  height: auto;
  border-radius: 0;
  display: block;
  align-items: initial;
  justify-content: initial;
  background: transparent;
  color: var(--atos-teal);
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 12px;
}

.atos-tech-capability-section .atos-tech-card h3 {
  color: #06122a;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.18;
  margin: 0 0 12px;
}

.atos-tech-capability-section .atos-tech-card span + h3 {
  margin-top: 0;
}

.atos-tech-capability-section .atos-tech-card p {
  color: #53666d;
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.atos-tech-card {
  min-height: 198px;
  padding: 28px 28px 30px;
  border: 1px solid var(--atos-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .12);
}

.atos-tech-section.is-dark .atos-tech-card {
  border-color: rgba(0, 170, 185, .22);
  background: #101820;
}

.atos-tech-card h3 {
  color: #111827;
  font-size: 22px;
  line-height: 1.18;
  margin: 18px 0 14px;
}

.atos-tech-card span + h3 {
  margin-top: 18px;
}

.atos-tech-section.is-dark .atos-tech-card h3 {
  color: #fff;
}

.atos-tech-card p {
  color: #334155;
  font-size: 16px;
  line-height: 1.52;
  margin: 0;
}

.atos-tech-section.is-dark .atos-tech-card p {
  color: #d8f8fb;
}

.atos-tech-center-note,
.atos-tech-format-band {
  width: min(980px, 100%);
  margin: 38px auto 0;
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
}

.atos-tech-center-note {
  color: #273443;
}

.atos-tech-capability-section .atos-tech-center-note {
  width: min(1240px, 100%);
  max-width: 1240px;
  color: #4b5b63;
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.atos-tech-format-band {
  display: grid;
  gap: 10px;
  padding: 24px 28px;
  border: 1px solid rgba(0, 170, 185, .26);
  border-radius: 8px;
  background: #07151a;
  color: #d8f8fb;
}

.atos-tech-format-band strong {
  color: #fff;
  font-size: 20px;
}

.atos-tech-files-section {
  padding: 88px 0 40px;
  background: #02080b;
}

.atos-tech-files-section .atos-inner {
  width: min(1816px, calc(100vw - 88px));
  max-width: none;
}

.atos-tech-files-layout {
  display: grid;
  grid-template-columns: minmax(560px, 780px) minmax(760px, 1fr);
  gap: 52px;
  align-items: start;
}

.atos-tech-files-copy {
  padding-top: 52px;
}

.atos-tech-files-copy .atos-eyebrow {
  color: var(--atos-teal);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
  margin: 0 0 28px;
}

.atos-tech-files-copy h2 {
  max-width: 760px;
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.18;
  margin: 0 0 40px;
}

.atos-tech-files-copy p {
  max-width: 760px;
  color: #d8f8fb;
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}

.atos-tech-files-copy h3 {
  color: var(--atos-teal);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  margin: 52px 0 18px;
}

.atos-tech-files-copy .atos-tech-files-emphasis {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
}

.atos-tech-file-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px 20px;
}

.atos-tech-file-card {
  min-height: 220px;
  padding: 24px 24px 28px;
  border: 2px solid rgba(0, 170, 185, .24);
  border-radius: 14px;
  background: #07151a;
}

.atos-tech-file-card h3 {
  color: var(--atos-teal);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 10px;
}

.atos-tech-file-card strong {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0 0 30px;
}

.atos-tech-file-card p {
  color: #d8f8fb;
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}

.atos-tech-files-format-band {
  width: 100%;
  margin: 60px 0 0;
  padding: 22px 28px 30px;
  border: 2px solid rgba(0, 170, 185, .28);
  border-radius: 14px;
  text-align: center;
}

.atos-tech-files-format-band strong {
  color: var(--atos-teal);
  font-size: 18px;
  font-weight: 800;
}

.atos-tech-files-format-band span {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
}

.atos-tech-files-format-band small {
  color: #d8f8fb;
  font-size: 13px;
  font-weight: 800;
}

.atos-tech-format-actions {
  justify-content: center;
  margin-top: 4px;
}

.atos-tech-software-section {
  padding: 38px 0 40px;
}

.atos-tech-software-section .atos-inner {
  width: min(1816px, calc(100vw - 88px));
  max-width: none;
}

.atos-tech-software-section .atos-eyebrow {
  color: var(--atos-teal);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 28px;
}

.atos-tech-software-section .atos-section-title {
  color: #2f3138;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.16;
  margin-bottom: 24px;
}

.atos-tech-software-section .atos-section-intro {
  width: min(940px, 100%);
  max-width: 940px;
  color: #405164;
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 56px;
}

.atos-tech-software-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.atos-tech-software-card {
  min-height: 350px;
  padding: 22px;
  border: 1px solid var(--atos-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(15, 23, 42, .10);
}

.atos-tech-software-inner {
  min-height: 300px;
  padding: 16px 12px 28px;
  border: 2px solid rgba(0, 170, 185, .18);
  border-radius: 12px;
  background: #eef7f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.atos-tech-software-inner span {
  color: var(--atos-teal);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.atos-tech-software-inner small {
  color: #405164;
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 20px;
}

.atos-tech-software-inner h3 {
  color: #050505;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.18;
  margin: 36px 0 16px;
}

.atos-tech-software-inner strong {
  color: var(--atos-teal);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 34px;
}

.atos-tech-software-inner p {
  align-self: stretch;
  color: #405164;
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  margin: auto 0 0;
  text-align: left;
}

.atos-product-rfq {
  padding: 72px 0;
  background: var(--atos-black);
  color: #fff;
}

.atos-product-rfq-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1fr);
  gap: 64px;
  align-items: start;
}

.atos-product-rfq h2 {
  color: #fff;
  font-size: clamp(34px, 2.5vw, 46px);
  line-height: 1.12;
  margin-bottom: 18px;
}

.atos-product-rfq p {
  color: #c7f5fb;
  font-size: 17px;
  line-height: 1.5;
}

.atos-product-rfq ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.atos-product-rfq li {
  position: relative;
  padding: 18px 20px 18px 42px;
  border: 1px solid rgba(0, 170, 185, .24);
  border-radius: 8px;
  background: #101820;
  color: #d7f7fb;
  font-size: 16px;
  line-height: 1.45;
}

.atos-product-rfq li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--atos-teal-bright);
}

.atos-site-footer {
  background: #111416;
  color: var(--atos-white);
  padding: 10px 36px 26px;
}

.atos-footer-grid {
  width: calc(100% + 24px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px;
  align-items: start;
}

.atos-footer-card {
  min-height: 180px;
  padding: 19px 11px 14px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 14px;
  background: #070b0c;
}

.atos-footer-card:first-child {
  min-height: 242px;
}

.atos-footer-card:not(:first-child) {
  margin-top: 30px;
}

.atos-footer-card h2 {
  margin: 0 0 17px;
  color: var(--atos-teal);
  font-size: 21px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: 0;
}

.atos-footer-card p {
  margin: 0 0 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.52;
  font-weight: 500;
}

.atos-footer-card p:last-child {
  margin-bottom: 0;
}

.atos-footer-card a {
  color: #fff;
  text-decoration: none;
}

.atos-footer-card a:hover {
  color: #b7f7ff;
}

.atos-footer-bottom {
  width: 100%;
  margin: 22px auto 0;
  padding-top: 0;
  border-top: 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.atos-footer-contact-lines {
  display: grid;
  gap: 1px;
}

.atos-footer-line {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.atos-footer-icon {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  margin-top: 4px;
  color: #fff;
}

.atos-footer-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.atos-footer-icon.is-location {
  color: #ff5a66;
}

.atos-footer-icon.is-location svg {
  fill: currentColor;
  stroke: currentColor;
}

@media (min-width: 768px) {
  body.page-id-3701 .elementor-element-fivemob49,
  body.page-id-3701 .elementor-element-fivemob49w {
    margin: 0 !important;
    padding: 0 !important;
  }

  body.page-id-3701 .elementor-element-fivemob49w,
  body.page-id-3701 .elementor-element-fivemob49w > .elementor-widget-container {
    font-size: 0 !important;
    line-height: 0 !important;
  }

  body.page-id-3701 .elementor-element-fivemob49w > .elementor-element,
  body.page-id-3701 .elementor-element-fivemob49w > .elementor-widget-container > .elementor-element {
    font-size: 16px !important;
    line-height: normal !important;
  }
}


@media (max-width: 1400px) {
  .atos-topbar {
    gap: 22px;
    padding-right: 42px;
  }

  .atos-navrow {
    gap: 28px;
    padding-right: 42px;
  }

  .atos-nav {
    gap: 24px;
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .atos-topbar,
  .atos-navrow {
    padding-left: 28px;
    padding-right: 28px;
    justify-content: space-between;
  }

  .atos-brand-plate {
    position: relative;
    width: 100%;
    height: 92px;
    clip-path: none;
  }

  .atos-brand-mini {
    left: 24px;
    top: 16px;
  }

  .atos-brand-name {
    left: 24px;
    top: 48px;
  }

  .atos-site-header {
    display: flex;
    flex-direction: column;
  }

  .atos-topbar {
    height: auto;
    min-height: 52px;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 12px;
  }

  .atos-navrow {
    height: auto;
    min-height: 58px;
    flex-wrap: wrap;
    gap: 16px;
  }

  .atos-nav {
    flex-wrap: wrap;
    gap: 18px;
  }

  .atos-nav-item {
    height: auto;
  }

  .atos-submenu {
    position: static;
    min-width: 100%;
    transform: none;
    box-shadow: none;
  }

  .atos-footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .atos-home-copy {
    width: min(760px, 72vw);
  }

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

  .atos-market-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .atos-tech-hero-grid {
    width: min(100%, calc(100vw - 96px));
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .atos-market-card-grid {
    grid-template-columns: 1fr;
  }

  .atos-tire-assembly-grid {
    grid-template-columns: 1fr;
  }

  .atos-product-hero-grid,
  .atos-product-rfq-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

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

  .atos-tech-card-grid,
  .atos-tech-card-grid.is-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atos-tech-software-section .atos-inner {
    width: min(1120px, calc(100vw - 56px));
  }

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

@media (max-width: 767px) {
  :root {
    --atos-header-h: 208px;
  }

  .atos-inner {
    width: calc(100vw - 48px);
  }

  .atos-section {
    padding: 52px 0;
  }

  .atos-section-title {
    font-size: 32px;
  }

  .atos-btn-row {
    gap: 12px;
  }

  .atos-btn {
    width: 100%;
  }

  .atos-site-footer {
    padding: 28px 24px 22px;
  }

  .atos-footer-grid,
  .atos-footer-bottom {
    width: 100%;
  }

  .atos-footer-card {
    padding: 22px;
  }

  .atos-home-hero,
  .atos-home-hero-inner {
    min-height: auto;
  }

  .atos-home-hero-inner {
    padding: 96px 0 46px;
  }

  .atos-home-copy {
    width: 100%;
  }

  .atos-home-title {
    font-size: 36px;
  }

  .atos-home-summary {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .atos-market-grid,
  .atos-category-grid,
  .atos-benefit-grid {
    grid-template-columns: 1fr;
  }

  .atos-pdf-menu,
  .atos-pdf-trigger {
    width: 100%;
  }

  .atos-pdf-panel {
    position: static;
    width: 100%;
    margin-top: 8px;
    box-shadow: none;
  }

  .atos-pdf-grid {
    grid-template-columns: 1fr;
  }

  .atos-category-note,
  .atos-home-cta-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .atos-benefit-card {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .atos-benefit-card h3 {
    margin-bottom: 12px;
  }

  .atos-market-hero,
  .atos-market-hero-grid {
    min-height: auto;
  }

  .atos-market-hero-grid {
    padding: 58px 0 48px;
  }

  .atos-market-hero-copy h1 {
    font-size: 36px;
  }

  .atos-tech-hero,
  .atos-tech-hero-grid {
    min-height: auto;
  }

  .atos-tech-hero-grid {
    width: min(100%, calc(100vw - 48px));
    margin-left: auto;
    margin-right: auto;
    padding: 58px 0 48px;
  }

  .atos-tech-hero h1 {
    font-size: 36px;
  }

  .atos-tech-hero-panel {
    padding: 24px;
  }

  .atos-tech-flow-list article {
    grid-template-columns: 48px 1fr;
    padding: 16px;
  }

  .atos-tech-card-grid,
  .atos-tech-card-grid.is-three {
    grid-template-columns: 1fr;
  }

  .atos-tech-software-section {
    padding: 56px 0;
  }

  .atos-tech-software-section .atos-inner {
    width: calc(100vw - 32px);
  }

  .atos-tech-software-section .atos-section-title {
    font-size: 32px;
  }

  .atos-tech-software-grid {
    grid-template-columns: 1fr;
  }

  .atos-product-hero,
  .atos-product-hero-grid {
    min-height: auto;
  }

  .atos-product-hero-grid {
    padding: 58px 0 48px;
  }

  .atos-product-hero-copy h1 {
    font-size: 36px;
  }

  .atos-product-summary,
  .atos-product-hero-copy ul {
    font-size: 16px;
  }

  .atos-product-scope-grid {
    grid-template-columns: 1fr;
  }

  .atos-market-summary,
  .atos-market-hero-copy ul {
    font-size: 16px;
  }

  .atos-market-module {
    grid-template-columns: 1fr;
  }

  .atos-tire-family-grid {
    grid-template-columns: 1fr;
  }

  .atos-tire-rfq {
    width: 100%;
  }
}

/* Compressor simulation platform subpage */
.atos-compressor-platform,
.atos-compressor-platform * {
  box-sizing: border-box;
  font-family: "AR One Sans", Arial, Helvetica, sans-serif;
}

.atos-compressor-platform {
  --accent: #078492;
  background: #000;
  color: #fff;
}

.atos-compressor-hero {
  min-height: calc(100vh - var(--atos-header-h, 124px));
  display: flex;
  align-items: center;
  background: #000;
  padding: 52px 0 68px;
}

.atos-compressor-hero-grid {
  width: min(1660px, calc(100vw - 220px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(520px, 720px) minmax(620px, 800px);
  gap: 88px;
  align-items: center;
}

.atos-compressor-eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.atos-compressor-copy h1 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.atos-compressor-summary {
  max-width: 720px;
  margin: 0 0 34px;
  color: #fff;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 500;
}

.atos-compressor-checks {
  list-style: none;
  padding: 0;
  margin: 0 0 42px;
  display: grid;
  gap: 24px;
}

.atos-compressor-checks li {
  color: #fff;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 800;
}

.atos-compressor-checks li::before {
  content: "\2713";
  color: #fff;
  font-weight: 900;
}

.atos-compressor-actions {
  display: flex;
  gap: 120px;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 36px;
}

.atos-compressor-btn {
  width: 216px;
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent);
  border-radius: 6px;
  background: var(--accent);
  color: #fff !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
}

.atos-compressor-btn.is-outline {
  background: transparent;
  border-color: #078492;
}

.atos-compressor-figure {
  margin: 0;
}

.atos-compressor-figure img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.atos-compressor-figure figcaption {
  margin: 30px 0 0;
  color: #9bdbe4;
  font-size: 13px;
  line-height: 1.45;
}

.atos-compressor-details {
  background: #000;
  padding: 0 0 17px;
}

.atos-compressor-detail-grid {
  width: calc(100% - 160px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 20px;
  padding: 0 30px;
  transform: translateX(32px);
}

.atos-compressor-detail-card {
  height: 179px;
  min-height: 179px;
  padding: 22px;
  background: #0b1c27;
  border: 2px solid #123845;
  border-radius: 16px;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.atos-compressor-detail-card span {
  display: block;
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
}

.atos-compressor-detail-card h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}

.atos-compressor-detail-card p {
  margin: 0;
  color: #d7e7ea;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 1200px) {
  .atos-compressor-hero-grid,
  .atos-compressor-detail-grid {
    width: min(100% - 48px, 1000px);
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .atos-compressor-actions {
    gap: 16px;
    padding-left: 0;
  }

  .atos-compressor-detail-card {
    height: auto;
  }
}

@media (max-width: 680px) {
  .atos-compressor-hero {
    padding: 44px 0 52px;
  }

  .atos-compressor-copy h1 {
    font-size: 34px;
  }

  .atos-compressor-detail-grid {
    width: min(100% - 32px, 1000px);
  }

  .atos-compressor-btn {
    width: 100%;
  }
}

/* Manufacturing Processes subpage */
.atos-manufacturing-page,
.atos-manufacturing-page * {
  box-sizing: border-box;
  font-family: "AR One Sans", Arial, Helvetica, sans-serif;
}

.atos-manufacturing-page {
  --mfg-accent: #078492;
  --mfg-card: #07151a;
  --mfg-border: #078492;
  background: #000;
  color: #fff;
  overflow: hidden;
}

.atos-manufacturing-inner {
  width: min(100% - 180px, 2350px);
  margin: 0 auto;
}

.atos-manufacturing-hero {
  min-height: calc(100vh - var(--atos-header-h, 103px));
  background: #000;
  padding: 70px 0 92px;
}

.atos-manufacturing-hero-grid {
  display: grid;
  grid-template-columns: minmax(560px, 1fr) minmax(560px, 1.08fr);
  gap: 70px;
  align-items: center;
}

.atos-manufacturing-copy {
  max-width: 1085px;
}

.atos-manufacturing-eyebrow {
  margin: 0 0 18px;
  color: var(--mfg-accent);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

.atos-manufacturing-copy h1,
.atos-manufacturing-section-head h2,
.atos-manufacturing-cta h2 {
  margin: 0;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
}

.atos-manufacturing-copy h1 {
  max-width: 980px;
  font-size: 50px;
  line-height: 1.08;
}

.atos-manufacturing-summary {
  max-width: 1080px;
  margin: 54px 0 46px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.58;
}

.atos-manufacturing-checks {
  list-style: none;
  padding: 0;
  margin: 0 0 88px;
  display: grid;
  gap: 28px;
}

.atos-manufacturing-checks li {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.atos-manufacturing-checks li::before {
  content: "\2713";
  margin-right: 4px;
  color: #fff;
  font-weight: 900;
}

.atos-manufacturing-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.atos-manufacturing-actions.is-centered {
  justify-content: center;
}

.atos-manufacturing-btn {
  min-width: 226px;
  min-height: 49px;
  padding: 13px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--mfg-accent);
  border-radius: 6px;
  background: var(--mfg-accent);
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
}

.atos-manufacturing-btn.is-outline {
  background: transparent;
  color: var(--mfg-accent) !important;
}

.atos-manufacturing-route-card {
  padding: 46px 42px 34px;
  background: #07151a;
  border: 2px solid #078492;
  border-radius: 16px;
  color: #fff;
}

.atos-manufacturing-route-card h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.atos-manufacturing-route-card > p {
  margin: 0 0 32px;
  color: #d7f7fb;
  font-size: 15px;
  line-height: 1.55;
}

.atos-manufacturing-route-list {
  display: grid;
  gap: 16px;
}

.atos-manufacturing-route-list article {
  padding: 16px 18px;
  background: #081117;
  border: 1px solid var(--test-accent);
  border-radius: 8px;
}

.atos-manufacturing-route-list h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.atos-manufacturing-route-list p,
.atos-manufacturing-info-card p,
.atos-manufacturing-note-block p,
.atos-manufacturing-center-text,
.atos-manufacturing-cta p {
  margin: 0;
  color: #e5fbff;
  font-size: 14px;
  line-height: 1.55;
}

.atos-manufacturing-process-section {
  background: #f4f8fa;
  color: #111827;
  padding: 70px 0 74px;
}

.atos-manufacturing-process-section .atos-manufacturing-inner {
  width: min(100% - 160px, 1220px);
}

.atos-manufacturing-section-head {
  max-width: 1120px;
  margin: 0 0 34px;
}

.atos-manufacturing-section-head.is-centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.atos-manufacturing-section-head h2 {
  font-size: 34px;
  line-height: 1.2;
}

.atos-manufacturing-process-section .atos-manufacturing-section-head h2,
.atos-manufacturing-process-section .atos-manufacturing-section-head p {
  color: #0a0a0a;
}

.atos-manufacturing-process-section .atos-manufacturing-section-head .atos-manufacturing-eyebrow {
  color: #078492 !important;
}

.atos-manufacturing-process-section .atos-manufacturing-section-head > p:last-child {
  color: #0b1620;
}

.atos-manufacturing-section-head > p:last-child {
  margin: 16px 0 0;
  color: #e5fbff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.58;
}

.atos-manufacturing-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 56px 76px;
  justify-items: center;
  margin: 42px auto 44px;
}

.atos-manufacturing-process-card {
  width: 220px;
  text-align: center;
}

.atos-manufacturing-process-card img {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 auto 16px;
  object-fit: cover;
  border-radius: 50%;
}

.atos-manufacturing-process-card h3 {
  margin: 0;
  color: var(--mfg-accent);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.atos-manufacturing-note-block {
  max-width: 820px;
  margin: 34px auto 0;
  text-align: center;
}

.atos-manufacturing-process-section .atos-manufacturing-note-block p {
  color: #202b38;
}

.atos-manufacturing-process-section .atos-manufacturing-btn.is-outline {
  color: var(--mfg-accent) !important;
}

.atos-manufacturing-note-block .atos-manufacturing-actions {
  margin-top: 26px;
}

.atos-manufacturing-section {
  padding: 78px 0;
}

.atos-manufacturing-section.is-dark {
  background: #000;
}

.atos-manufacturing-section.is-soft {
  background: #07151a;
}

.atos-manufacturing-card-grid {
  display: grid;
  gap: 22px;
}

.atos-manufacturing-card-grid.is-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.atos-manufacturing-card-grid.is-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.atos-manufacturing-info-card {
  min-height: 210px;
  padding: 24px 24px 22px;
  background: #07151a;
  border: 2px solid #123845;
  border-radius: 14px;
}

.atos-manufacturing-section.is-soft .atos-manufacturing-info-card {
  background: #081117;
}

.atos-manufacturing-info-card span {
  display: block;
  margin: 0 0 14px;
  color: var(--mfg-accent);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.atos-manufacturing-info-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.22;
}

.atos-manufacturing-info-card strong {
  display: block;
  margin: 0 0 14px;
  color: #078492;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.atos-manufacturing-center-text {
  max-width: 1100px;
  margin: 32px auto 26px;
  text-align: center;
}

.atos-manufacturing-cta {
  padding: 86px 0 92px;
  background: #000;
  text-align: center;
}

.atos-manufacturing-cta .atos-manufacturing-inner {
  max-width: 1040px;
}

.atos-manufacturing-cta h2 {
  font-size: 40px;
  line-height: 1.16;
}

.atos-manufacturing-cta p {
  margin: 20px auto 30px;
  max-width: 900px;
}

.atos-manufacturing-cta small {
  display: block;
  margin-top: 22px;
  color: #d7f7fb;
  font-size: 13px;
  line-height: 1.4;
}

@media (max-width: 1400px) {
  .atos-manufacturing-inner,
  .atos-manufacturing-process-section .atos-manufacturing-inner {
    width: min(100% - 64px, 1180px);
  }

  .atos-manufacturing-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(440px, .92fr);
    gap: 48px;
  }

  .atos-manufacturing-copy h1 {
    font-size: 42px;
  }

  .atos-manufacturing-summary {
    margin: 34px 0 34px;
  }

  .atos-manufacturing-checks {
    margin-bottom: 48px;
  }

  .atos-manufacturing-process-grid {
    gap: 44px 44px;
  }
}

@media (max-width: 1024px) {
  .atos-manufacturing-hero-grid,
  .atos-manufacturing-card-grid.is-four,
  .atos-manufacturing-card-grid.is-three {
    grid-template-columns: 1fr;
  }

  .atos-manufacturing-hero {
    min-height: auto;
  }

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

@media (max-width: 720px) {
  .atos-manufacturing-inner,
  .atos-manufacturing-process-section .atos-manufacturing-inner {
    width: min(100% - 32px, 680px);
  }

  .atos-manufacturing-hero,
  .atos-manufacturing-section,
  .atos-manufacturing-process-section,
  .atos-manufacturing-cta {
    padding: 52px 0;
  }

  .atos-manufacturing-copy h1,
  .atos-manufacturing-cta h2 {
    font-size: 34px;
  }

  .atos-manufacturing-section-head h2 {
    font-size: 30px;
  }

  .atos-manufacturing-route-card {
    padding: 26px 22px;
  }

  .atos-manufacturing-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 20px;
  }

  .atos-manufacturing-process-card {
    width: 100%;
  }

  .atos-manufacturing-process-card img {
    width: min(180px, 100%);
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .atos-manufacturing-btn {
    width: 100%;
  }
}

/* Testing & Inspection subpage */
.atos-testing-page,
.atos-testing-page * {
  box-sizing: border-box;
  font-family: "AR One Sans", Arial, Helvetica, sans-serif;
}

.atos-testing-page {
  --test-accent: #078492;
  --test-card: #07151a;
  background: #000;
  color: #fff;
  overflow: hidden;
}

.atos-testing-inner {
  width: min(100% - 180px, 2350px);
  margin: 0 auto;
}

.atos-testing-hero {
  min-height: calc(100vh - var(--atos-header-h, 103px));
  background: #000;
  padding: 70px 0 92px;
}

.atos-testing-hero-grid {
  display: grid;
  grid-template-columns: minmax(560px, 1fr) minmax(560px, 1.08fr);
  gap: 70px;
  align-items: start;
}

.atos-testing-copy {
  max-width: 1085px;
}

.atos-testing-eyebrow {
  margin: 0 0 18px;
  color: var(--test-accent);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

.atos-testing-copy h1,
.atos-testing-section-head h2,
.atos-testing-cta h2 {
  margin: 0;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
}

.atos-testing-copy h1 {
  max-width: 1060px;
  font-size: 50px;
  line-height: 1.08;
}

.atos-testing-summary {
  max-width: 1040px;
  margin: 54px 0 46px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.58;
}

.atos-testing-checks {
  list-style: none;
  padding: 0;
  margin: 0 0 88px;
  display: grid;
  gap: 28px;
}

.atos-testing-checks li {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.atos-testing-checks li::before {
  content: "\2713";
  margin-right: 4px;
  color: #fff;
  font-weight: 900;
}

.atos-testing-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.atos-testing-actions.is-centered {
  justify-content: center;
}

.atos-testing-btn {
  min-width: 226px;
  min-height: 49px;
  padding: 13px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--test-accent);
  border-radius: 6px;
  background: var(--test-accent);
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
}

.atos-testing-btn.is-outline {
  background: transparent;
  color: var(--test-accent) !important;
}

.atos-testing-overview-card {
  padding: 46px 42px 34px;
  background: #07151a;
  border: 2px solid var(--test-accent);
  border-radius: 16px;
  color: #fff;
}

.atos-testing-overview-card h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.atos-testing-overview-card > p {
  margin: 0 0 32px;
  color: #d7f7fb;
  font-size: 15px;
  line-height: 1.55;
}

.atos-testing-overview-list {
  display: grid;
  gap: 16px;
}

.atos-testing-overview-list article {
  padding: 16px 18px;
  background: #081117;
  border: 1px solid var(--test-accent);
  border-radius: 8px;
}

.atos-testing-overview-list h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.atos-testing-overview-list p,
.atos-testing-info-card p,
.atos-testing-center-text,
.atos-testing-cta p {
  margin: 0;
  color: #e5fbff;
  font-size: 14px;
  line-height: 1.55;
}

.atos-testing-section {
  padding: 78px 0;
}

.atos-testing-section.is-dark {
  background: #000;
}

.atos-testing-section.is-soft {
  background: #f4f8fa;
  color: #0b1620;
}

.atos-testing-section.is-soft .atos-testing-section-head h2,
.atos-testing-section.is-soft .atos-testing-section-head > p:last-child {
  color: #0b1620;
}

.atos-testing-section.is-soft .atos-testing-eyebrow {
  color: var(--test-accent) !important;
}

.atos-testing-section-head {
  max-width: 1120px;
  margin: 0 0 34px;
}

.atos-testing-section-head.is-centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.atos-testing-section-head h2 {
  font-size: 34px;
  line-height: 1.2;
}

.atos-testing-section-head > p:last-child {
  margin: 16px 0 0;
  color: #e5fbff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.58;
}

.atos-testing-card-grid {
  display: grid;
  gap: 22px;
}

.atos-testing-card-grid.is-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.atos-testing-card-grid.is-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.atos-testing-card-grid.is-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.atos-testing-info-card {
  min-height: 210px;
  padding: 24px 24px 22px;
  background: #07151a;
  border: 2px solid #123845;
  border-radius: 14px;
  color: #fff;
}

.atos-testing-section.is-soft .atos-testing-info-card {
  background: #fff;
  border-color: var(--test-accent);
  color: #0b1620;
  box-shadow: 0 10px 24px rgba(7, 45, 54, .06);
}

.atos-testing-info-card span {
  display: block;
  margin: 0 0 14px;
  color: var(--test-accent);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.atos-testing-info-card h3 {
  margin: 0 0 14px;
  color: inherit;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.22;
}

.atos-testing-info-card strong {
  display: block;
  margin: 0 0 14px;
  color: var(--test-accent);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.atos-testing-section.is-soft .atos-testing-info-card p {
  color: #263545;
}

.atos-testing-center-text {
  max-width: 1100px;
  margin: 32px auto 26px;
  text-align: center;
}

.atos-testing-section.is-soft .atos-testing-center-text {
  color: #203040;
}

.atos-testing-workflow-section {
  padding: 18px 0 72px;
}

.atos-testing-workflow-showcase {
  width: min(100% - 88px, 1830px);
  display: grid;
  grid-template-columns: minmax(680px, 900px) minmax(680px, 800px);
  gap: 68px;
  align-items: stretch;
}

.atos-testing-workflow-copy {
  padding: 22px 22px 34px;
  border: 2px solid var(--test-accent);
  border-radius: 14px;
}

.atos-testing-workflow-copy .atos-testing-section-head {
  max-width: none;
  margin-bottom: 30px;
}

.atos-testing-workflow-copy .atos-testing-section-head h2 {
  max-width: 860px;
  font-size: 34px;
  line-height: 1.05;
}

.atos-testing-workflow-copy .atos-testing-section-head > p:last-child {
  max-width: 850px;
}

.atos-testing-workflow-list {
  display: grid;
  gap: 14px;
}

.atos-testing-workflow-list .atos-testing-info-card {
  min-height: 0;
  padding: 17px 18px 28px;
  border-color: var(--test-accent);
  border-radius: 13px;
}

.atos-testing-workflow-list .atos-testing-info-card span {
  margin-bottom: 20px;
  font-size: 24px;
}

.atos-testing-workflow-list .atos-testing-info-card h3 {
  margin-bottom: 17px;
  font-size: 26px;
}

.atos-testing-workflow-list .atos-testing-info-card p {
  font-size: 16px;
  line-height: 1.45;
}

.atos-testing-workflow-copy .atos-testing-center-text {
  margin: 30px 0 24px;
  max-width: 850px;
  text-align: left;
}

.atos-testing-workflow-section .atos-testing-photo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 32px;
  align-content: space-between;
  margin-top: 0;
}

.atos-testing-workflow-section .atos-testing-photo-grid figure {
  background: transparent;
  border: 0;
  border-radius: 8px;
}

.atos-testing-workflow-section .atos-testing-photo-grid img {
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.atos-testing-workflow-section .atos-testing-photo-grid figcaption {
  display: none;
}

.atos-testing-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 46px;
}

.atos-testing-photo-grid figure {
  margin: 0;
  overflow: hidden;
  background: #07151a;
  border: 1px solid var(--test-accent);
  border-radius: 10px;
}

.atos-testing-photo-grid img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.atos-testing-photo-grid figcaption {
  padding: 12px 14px;
  color: var(--test-accent);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.atos-testing-cta {
  padding: 86px 0 92px;
  background: #000;
  text-align: center;
}

.atos-testing-cta .atos-testing-inner {
  max-width: 1040px;
}

.atos-testing-cta h2 {
  font-size: 40px;
  line-height: 1.16;
}

.atos-testing-cta p {
  margin: 20px auto 30px;
  max-width: 900px;
}

.atos-testing-cta small {
  display: block;
  margin-top: 22px;
  color: #d7f7fb;
  font-size: 13px;
  line-height: 1.4;
}

@media (max-width: 1400px) {
  .atos-testing-inner {
    width: min(100% - 64px, 1180px);
  }

  .atos-testing-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(440px, .92fr);
    gap: 48px;
  }

  .atos-testing-copy h1 {
    font-size: 42px;
  }

  .atos-testing-summary {
    margin: 34px 0 34px;
  }

  .atos-testing-checks {
    margin-bottom: 48px;
  }

  .atos-testing-card-grid.is-five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .atos-testing-workflow-showcase {
    width: min(100% - 64px, 1180px);
    grid-template-columns: 1fr;
  }

  .atos-testing-workflow-section .atos-testing-photo-grid {
    gap: 24px;
  }
}

@media (max-width: 1024px) {
  .atos-testing-hero-grid,
  .atos-testing-card-grid.is-three,
  .atos-testing-card-grid.is-four,
  .atos-testing-card-grid.is-five {
    grid-template-columns: 1fr;
  }

  .atos-testing-hero {
    min-height: auto;
  }

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

  .atos-testing-workflow-section .atos-testing-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .atos-testing-inner {
    width: min(100% - 32px, 680px);
  }

  .atos-testing-hero,
  .atos-testing-section,
  .atos-testing-cta {
    padding: 52px 0;
  }

  .atos-testing-copy h1,
  .atos-testing-cta h2 {
    font-size: 34px;
  }

  .atos-testing-section-head h2 {
    font-size: 30px;
  }

  .atos-testing-overview-card {
    padding: 26px 22px;
  }

  .atos-testing-photo-grid {
    grid-template-columns: 1fr;
  }

  .atos-testing-photo-grid img {
    height: 220px;
  }

  .atos-testing-btn {
    width: 100%;
  }
}

/* Supply Chain & Service subpage */
.atos-service-page,
.atos-service-page * {
  box-sizing: border-box;
  font-family: "AR One Sans", Arial, Helvetica, sans-serif;
}

.atos-service-page {
  --service-accent: #078492;
  --service-card: #07151a;
  background: #000;
  color: #fff;
}

.atos-service-inner {
  width: min(100% - 180px, 2350px);
  margin: 0 auto;
}

.atos-service-hero {
  min-height: calc(100vh - var(--atos-header-h, 103px));
  padding: 76px 0 86px;
  background: #000;
}

.atos-service-hero-grid {
  display: grid;
  grid-template-columns: minmax(600px, .95fr) minmax(620px, 1fr);
  gap: 78px;
  align-items: center;
}

.atos-service-eyebrow {
  margin: 0 0 18px;
  color: var(--service-accent);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.atos-service-copy h1,
.atos-service-section-head h2,
.atos-service-cta h2 {
  margin: 0;
  color: inherit;
  font-weight: 800;
  letter-spacing: 0;
}

.atos-service-copy h1 {
  max-width: 1060px;
  font-size: 52px;
  line-height: 1.08;
}

.atos-service-summary {
  max-width: 1040px;
  margin: 48px 0 42px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.58;
}

.atos-service-checks {
  list-style: none;
  margin: 0 0 76px;
  padding: 0;
  display: grid;
  gap: 26px;
}

.atos-service-checks li {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.38;
}

.atos-service-checks li::before {
  content: "\2713";
  margin-right: 4px;
  color: #fff;
  font-weight: 900;
}

.atos-service-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.atos-service-actions.is-centered {
  justify-content: center;
}

.atos-service-btn {
  min-width: 226px;
  min-height: 49px;
  padding: 13px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--service-accent);
  border-radius: 6px;
  background: var(--service-accent);
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
}

.atos-service-btn.is-outline {
  background: transparent;
  color: var(--service-accent) !important;
}

.atos-service-hero-media,
.atos-service-side-media,
.atos-service-doc-media {
  margin: 0;
}

.atos-service-hero-media img,
.atos-service-side-media img,
.atos-service-doc-media img {
  display: block;
  width: 100%;
  object-fit: cover;
  border: 2px solid var(--service-accent);
  border-radius: 14px;
}

.atos-service-hero-media img {
  aspect-ratio: 16 / 9;
}

.atos-service-side-media img {
  aspect-ratio: 1 / 1;
}

.atos-service-doc-media img {
  aspect-ratio: 4 / 3;
}

.atos-service-section {
  padding: 78px 0;
}

.atos-service-section.is-dark {
  background: #000;
  color: #fff;
}

.atos-service-section.is-soft {
  background: #f4f8fa;
  color: #0b1620;
}

.atos-service-section-head {
  max-width: 1120px;
  margin: 0 0 34px;
}

.atos-service-section-head.is-centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.atos-service-section-head h2 {
  font-size: 34px;
  line-height: 1.2;
}

.atos-service-section-head > p:last-child {
  margin: 16px 0 0;
  color: #e5fbff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.58;
}

.atos-service-section.is-soft .atos-service-section-head > p:last-child {
  color: #203040;
}

.atos-service-card-grid {
  display: grid;
  gap: 22px;
}

.atos-service-card-grid.is-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.atos-service-card-grid.is-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.atos-service-card {
  min-height: 220px;
  padding: 24px;
  background: #fff;
  border: 2px solid var(--service-accent);
  border-radius: 14px;
  color: #0b1620;
  box-shadow: 0 10px 24px rgba(7, 45, 54, .06);
}

.atos-service-card span,
.atos-service-timeline span,
.atos-service-doc-list span {
  display: block;
  color: var(--service-accent);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.atos-service-card span {
  margin: 0 0 14px;
}

.atos-service-card h3,
.atos-service-timeline h3,
.atos-service-doc-list h3 {
  margin: 0 0 14px;
  color: inherit;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.22;
}

.atos-service-card strong,
.atos-service-doc-list strong {
  display: block;
  margin: 0 0 14px;
  color: var(--service-accent);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.atos-service-card p,
.atos-service-timeline p,
.atos-service-doc-list p,
.atos-service-note,
.atos-service-cta p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.atos-service-card p {
  color: #263545;
}

.atos-service-section.is-soft .atos-service-actions {
  margin-top: 34px;
}

.atos-service-workflow-layout,
.atos-service-docs-layout {
  display: grid;
  gap: 68px;
  align-items: start;
}

.atos-service-workflow-layout {
  grid-template-columns: minmax(620px, 1fr) minmax(480px, .66fr);
}

.atos-service-docs-layout {
  grid-template-columns: minmax(520px, .8fr) minmax(620px, 1fr);
}

.atos-service-workflow-copy,
.atos-service-doc-list {
  padding: 28px;
  background: var(--service-card);
  border: 2px solid var(--service-accent);
  border-radius: 14px;
}

.atos-service-timeline,
.atos-service-doc-list {
  display: grid;
  gap: 14px;
}

.atos-service-timeline article,
.atos-service-doc-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  background: #081117;
  border: 1px solid var(--service-accent);
  border-radius: 10px;
  color: #fff;
}

.atos-service-timeline span,
.atos-service-doc-list span {
  margin-top: 4px;
  font-size: 18px;
}

.atos-service-timeline p,
.atos-service-doc-list p,
.atos-service-note {
  color: #e5fbff;
}

.atos-service-note {
  margin: 28px 0 24px;
  font-weight: 600;
}

.atos-service-doc-media {
  margin-top: 28px;
}

.atos-service-cta {
  padding: 86px 0 92px;
  background: #000;
  color: #fff;
  text-align: center;
}

.atos-service-cta .atos-service-inner {
  max-width: 1120px;
}

.atos-service-cta h2 {
  font-size: 44px;
  line-height: 1.14;
}

.atos-service-cta p {
  max-width: 980px;
  margin: 24px auto 28px;
  color: #e5fbff;
  font-size: 15px;
  font-weight: 600;
}

.atos-service-cta small {
  display: block;
  margin-top: 22px;
  color: #e5fbff;
  font-size: 13px;
  line-height: 1.4;
}

@media (max-width: 1400px) {
  .atos-service-inner {
    width: min(100% - 64px, 1180px);
  }

  .atos-service-hero-grid,
  .atos-service-workflow-layout,
  .atos-service-docs-layout {
    gap: 48px;
  }

  .atos-service-copy h1 {
    font-size: 42px;
  }

  .atos-service-summary {
    margin: 34px 0;
  }

  .atos-service-checks {
    margin-bottom: 48px;
  }
}

@media (max-width: 1024px) {
  .atos-service-hero-grid,
  .atos-service-workflow-layout,
  .atos-service-docs-layout,
  .atos-service-card-grid.is-three,
  .atos-service-card-grid.is-four {
    grid-template-columns: 1fr;
  }

  .atos-service-hero {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .atos-service-inner {
    width: min(100% - 32px, 680px);
  }

  .atos-service-hero,
  .atos-service-section,
  .atos-service-cta {
    padding: 52px 0;
  }

  .atos-service-copy h1,
  .atos-service-cta h2 {
    font-size: 34px;
  }

  .atos-service-section-head h2 {
    font-size: 30px;
  }

  .atos-service-workflow-copy,
  .atos-service-doc-list {
    padding: 20px;
  }

  .atos-service-timeline article,
  .atos-service-doc-list article {
    grid-template-columns: 1fr;
  }

  .atos-service-btn {
    width: 100%;
  }
}

/* Supply Chain & Service current page */
.atos-scs,
.atos-scs * {
  box-sizing: border-box;
  font-family: "AR One Sans", "AR ONE SANS", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.atos-scs {
  --scs-teal: #078492;
  --scs-ink: #1f2937;
  --scs-muted: #5f6b7a;
  --scs-line: #d8e4e8;
  --scs-soft: #f4f8fa;
  --scs-dark: #050505;
  background: var(--scs-dark);
  color: #fff;
}

.atos-scs a {
  text-decoration: none;
}

.atos-scs-hero {
  background: var(--scs-dark);
  min-height: calc(100vh - var(--atos-header-h, 103px));
  padding: 0;
  display: flex;
  align-items: center;
}

.atos-scs-wrap {
  width: min(2330px, calc(100% - 200px));
  margin: 0 auto;
}

.atos-scs-hero .atos-scs-wrap {
  width: calc(100% - 50px);
  max-width: none;
  margin: 0;
  padding: 0 0 0 50px;
}

.atos-scs-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: flex-start;
}

.atos-scs-hero-grid > div:first-child,
.atos-scs-media {
  padding: 10px 20px 0;
}

.atos-scs-eyebrow,
.atos-scs-kicker {
  color: var(--scs-teal);
  font-weight: 800;
  text-transform: uppercase;
}

.atos-scs-eyebrow {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 24px;
}

.atos-scs h1 {
  max-width: 1200px;
  margin: 0 0 24px;
  color: var(--scs-teal);
  font-size: clamp(34px, 2.7vw, 48px);
  line-height: 1.05;
  font-weight: 800;
}

.atos-scs-lead {
  max-width: 1200px;
  margin: 0 0 26px;
  color: #f4f6f7;
  font-size: 18px;
  line-height: 1.58;
}

.atos-scs-bullets {
  margin: 0 0 30px 20px;
  padding: 0;
  color: #eef2f3;
  font-size: 16px;
  line-height: 1.62;
}

.atos-scs-bullets li::marker {
  color: var(--scs-teal);
}

.atos-scs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 0 30px;
}

.atos-scs-actions.is-centered {
  justify-content: center;
  margin-bottom: 0;
}

.atos-scs-btn {
  min-width: 176px;
  border-radius: 7px;
  padding: 15px 22px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.atos-scs-btn-primary {
  background: var(--scs-teal);
  border: 1px solid var(--scs-teal);
  color: #fff !important;
}

.atos-scs-btn-secondary {
  background: transparent;
  border: 1px solid var(--scs-teal);
  color: #fff !important;
}

.atos-scs-note {
  max-width: 920px;
  margin: 0 0 18px;
  color: #eef2f3;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.atos-scs-meta,
.atos-scs-caption {
  color: #eef2f3;
  font-size: 15px;
  line-height: 1.45;
}

.atos-scs-meta {
  margin: 0;
}

.atos-scs-media img {
  display: block;
  width: 800px;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 18px;
}

.atos-scs-caption {
  width: min(100%, 1003px);
  margin: 18px 0 0;
}

.atos-scs-section {
  padding: 70px 0;
}

.atos-scs-light {
  background: var(--scs-soft);
  color: var(--scs-ink);
}

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

.atos-scs-center {
  text-align: center;
}

.atos-scs-kicker {
  margin: 0 0 12px;
  font-size: 13px;
}

.atos-scs h2 {
  margin: 0;
  font-size: clamp(30px, 2.1vw, 36px);
  line-height: 1.16;
  font-weight: 800;
}

.atos-scs-light h2 {
  color: var(--scs-ink);
}

.atos-scs-dark h2 {
  color: var(--scs-teal);
}

.atos-scs-section-copy {
  max-width: 1040px;
  margin: 20px auto 0;
  color: var(--scs-muted);
  font-size: 17px;
  line-height: 1.66;
}

.atos-scs-dark .atos-scs-section-copy {
  color: #d9e6ea;
}

.atos-scs-card-grid,
.atos-scs-parts-grid,
.atos-scs-process {
  display: grid;
  margin-top: 46px;
}

.atos-scs-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.atos-scs-card,
.atos-scs-step {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e3ebee;
  border-radius: 8px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, .18);
}

.atos-scs-card::before,
.atos-scs-step::before {
  content: none;
}

.atos-scs-card {
  min-height: 190px;
  padding: 34px 30px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.atos-scs-icon {
  width: 44px;
  height: 44px;
  color: var(--scs-teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.atos-scs-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.atos-scs-card h3,
.atos-scs-part h3,
.atos-scs-step h3 {
  margin: 0 0 16px;
  color: var(--scs-ink);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.atos-scs-card p,
.atos-scs-part p,
.atos-scs-step p {
  margin: 0;
  color: #344054;
  font-size: 16px;
  line-height: 1.62;
}

.atos-scs-parts-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.atos-scs-part {
  position: relative;
  overflow: hidden;
  min-height: 152px;
  padding: 28px 30px;
  background: #fff;
  border: 1px solid #e3ebee;
  border-radius: 8px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, .22);
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.atos-scs-part::before {
  content: none;
}

.atos-scs-part h3 {
  color: var(--scs-ink);
}

.atos-scs-part p {
  color: #344054;
}

.atos-scs-process {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.atos-scs-step {
  min-height: 230px;
  padding: 30px 24px 26px;
}

.atos-scs-step-head {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.atos-scs-step-head .atos-scs-icon {
  width: 36px;
  height: 36px;
}

.atos-scs-step-num {
  margin: 0;
  color: var(--scs-teal);
  font-size: 14px;
  font-weight: 900;
}

.atos-scs-boundary {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 46px;
  align-items: center;
  padding: 42px;
  background: #07151a;
  border: 2px solid var(--scs-teal);
  border-radius: 8px;
}

.atos-scs-boundary p {
  margin: 0;
  color: #d9e6ea;
  font-size: 17px;
  line-height: 1.62;
}

.atos-scs-cta {
  padding: 82px 0 88px;
  background: var(--scs-dark);
  color: #fff;
  text-align: center;
}

.atos-scs-cta h2 {
  color: #fff;
}

.atos-scs-cta p {
  max-width: 880px;
  margin: 18px auto 32px;
  color: #d9e6ea;
  font-size: 17px;
  line-height: 1.6;
}

@media (max-width: 1180px) {
  .atos-scs-wrap,
  .atos-scs-hero .atos-scs-wrap {
    width: min(100% - 40px, 980px);
    margin: 0 auto;
    padding: 0;
  }

  .atos-scs-hero-grid,
  .atos-scs-boundary {
    grid-template-columns: 1fr;
  }

  .atos-scs-card-grid,
  .atos-scs-parts-grid,
  .atos-scs-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .atos-scs-hero {
    padding: 54px 0 62px;
  }

  .atos-scs h1 {
    font-size: 34px;
  }

  .atos-scs-card-grid,
  .atos-scs-parts-grid,
  .atos-scs-process {
    grid-template-columns: 1fr;
  }

  .atos-scs-card,
  .atos-scs-part,
  .atos-scs-step,
  .atos-scs-boundary {
    padding: 22px;
  }
}

/* Resources page */
.atos-res,
.atos-res * {
  box-sizing: border-box;
  font-family: "AR One Sans", "AR ONE SANS", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.atos-res {
  --res-teal: #078492;
  --res-dark: #050505;
  --res-panel: #07151a;
  --res-ink: #142033;
  --res-muted: #5b6573;
  --res-soft: #f4f8fa;
  --res-line: #dfe8eb;
  background: var(--res-dark);
  color: #fff;
}

.atos-res a {
  text-decoration: none;
}

.atos-res-wrap {
  width: min(1600px, calc(100% - 80px));
  margin: 0 auto;
}

.atos-res-hero {
  background: var(--res-dark);
  min-height: calc(100vh - 103px);
  padding: 36px 0 24px;
}

.atos-res-hero .atos-res-wrap {
  width: min(1230px, calc(100% - 80px));
}

.atos-res-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 615px) minmax(0, 545px);
  gap: 70px;
  align-items: start;
  justify-content: center;
}

.atos-res-hero-copy {
  max-width: 615px;
  margin-left: 0;
  padding-top: 49px;
}

.atos-res-kicker {
  margin: 0 0 18px;
  color: var(--res-teal);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.atos-res h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(34px, 2.22vw, 42px);
  line-height: 1.08;
  font-weight: 800;
}

.atos-res-lead {
  margin: 0 0 30px;
  color: #b4c4e7;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.atos-res-list {
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.atos-res-list li {
  position: relative;
  padding-left: 18px;
}

.atos-res-list li + li {
  margin-top: 12px;
}

.atos-res-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: transparent;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.atos-res-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
}

.atos-res-hero-copy > .atos-res-actions {
  justify-content: center;
}

.atos-res-actions.is-centered {
  justify-content: center;
  margin-top: 42px;
}

.atos-res-btn {
  min-width: 170px;
  min-height: 49px;
  padding: 15px 24px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.atos-res-btn-primary {
  background: var(--res-teal);
  border: 1px solid var(--res-teal);
}

.atos-res-btn-secondary {
  background: transparent;
  border: 1px solid var(--res-teal);
}

.atos-res-btn-secondary.dark {
  color: var(--res-teal) !important;
}

.atos-res-support {
  margin-top: 28px;
  padding: 24px 26px 28px;
  background: var(--res-panel);
  border: 1px solid rgba(7, 132, 146, .9);
  border-radius: 8px;
}

.atos-res-support h2 {
  margin: 0 0 14px;
  color: var(--res-teal);
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.atos-res-support p {
  margin: 0 0 22px;
  color: #d7e7ea;
  font-size: 14px;
  line-height: 1.65;
}

.atos-res-link {
  width: 316px;
  min-width: 316px;
  max-width: 100%;
  min-height: 49px;
  margin: 10px auto 0;
  padding: 15px 24px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--res-teal);
  border: 1px solid var(--res-teal);
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.atos-res-overview {
  margin-top: 44px;
  padding: 34px 30px 30px;
  background: var(--res-panel);
  border: 1px solid var(--res-teal);
  border-radius: 16px;
}

.atos-res-overview > h2 {
  margin: 0 0 18px;
  color: var(--res-teal);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}

.atos-res-overview > p {
  margin: 0 0 32px;
  color: #bfd5da;
  font-size: 15px;
  line-height: 1.5;
}

.atos-res-overview-list {
  display: grid;
  gap: 20px;
}

.atos-res-mini {
  display: block;
  padding: 22px 22px;
  background: #0d323b;
  border: 1px solid rgba(7, 132, 146, .78);
  border-radius: 12px;
}

.atos-res-mini h3 {
  margin: 0 0 8px;
  color: var(--res-teal);
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
}

.atos-res-mini p {
  margin: 0;
  color: #d7e7ea;
  font-size: 13px;
  line-height: 1.45;
}

.atos-res-mini > .atos-res-icon {
  display: none;
}

.atos-res-icon {
  width: 42px;
  height: 42px;
  color: var(--res-teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.atos-res-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.atos-res-section {
  padding: 82px 0;
}

.atos-res-section.compact {
  padding-top: 74px;
}

.atos-res-light {
  background: var(--res-soft);
  color: var(--res-ink);
}

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

.atos-res-center {
  text-align: center;
}

.atos-res h2 {
  margin: 0;
  font-size: clamp(30px, 2.1vw, 42px);
  line-height: 1.18;
  font-weight: 900;
}

.atos-res-light h2 {
  color: var(--res-ink);
}

.atos-res-dark h2 {
  color: var(--res-teal);
}

.atos-res .atos-res-support h2 {
  margin: 0 0 14px;
  color: var(--res-teal);
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.atos-res .atos-res-overview > h2 {
  margin: 0 0 18px;
  color: var(--res-teal);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}

.atos-res-section-copy {
  max-width: 1000px;
  margin: 20px auto 0;
  color: var(--res-muted);
  font-size: 17px;
  line-height: 1.62;
}

.atos-res-dark .atos-res-section-copy {
  color: #e3ecef;
}

.atos-res-card-grid {
  display: grid;
  margin-top: 48px;
  gap: 24px;
}

.atos-res-card-grid.is-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.atos-res-card-grid.is-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.atos-res-card-grid.narrow {
  width: min(100%, 1120px);
  margin-left: auto;
  margin-right: auto;
}

.atos-res-card {
  min-height: 255px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--res-line);
  border-radius: 8px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, .12);
  text-align: left;
}

.atos-res-card-dark {
  background: var(--res-panel);
  border-color: rgba(7, 132, 146, .9);
  box-shadow: none;
}

.atos-res-download {
  min-height: 245px;
}

.atos-res-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.atos-res-card-top span {
  color: var(--res-teal);
  font-size: 15px;
  font-weight: 900;
}

.atos-res-card h3 {
  margin: 0 0 12px;
  color: var(--res-ink);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.atos-res-card p {
  margin: 0;
  color: #344054;
  font-size: 16px;
  line-height: 1.58;
}

.atos-res-card p + p {
  margin-top: 18px;
}

.atos-res-card .atos-res-meta {
  color: var(--res-teal);
  font-size: 15px;
  font-weight: 800;
}

.atos-res-card .atos-res-foot {
  color: var(--res-muted);
  font-size: 15px;
  font-weight: 800;
}

.atos-res-card-dark h3,
.atos-res-card-dark p {
  color: #fff;
}

.atos-res-card-dark .atos-res-meta {
  color: var(--res-teal);
}

.atos-res-note {
  max-width: 1200px;
  margin: 40px auto 0;
  color: #e3ecef;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
}

.atos-res-note.is-dark {
  color: var(--res-ink);
}

.atos-res-cta {
  padding: 86px 0 92px;
  background: var(--res-dark);
  text-align: center;
}

.atos-res-cta h2 {
  color: #fff;
}

.atos-res-cta p {
  max-width: 900px;
  margin: 20px auto 0;
  color: #e3ecef;
  font-size: 17px;
  line-height: 1.6;
}

@media (max-width: 1180px) {
  .atos-res-wrap {
    width: min(100% - 40px, 980px);
  }

  .atos-res-hero-grid,
  .atos-res-card-grid.is-three,
  .atos-res-card-grid.is-two {
    grid-template-columns: 1fr;
  }

  .atos-res-hero-copy {
    max-width: none;
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  .atos-res-hero,
  .atos-res-section,
  .atos-res-cta {
    padding: 56px 0;
  }

  .atos-res h1 {
    font-size: 34px;
  }

  .atos-res-overview,
  .atos-res-support,
  .atos-res-card {
    padding: 24px;
  }

  .atos-res-mini {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .atos-res-icon {
    width: 36px;
    height: 36px;
  }

  .atos-res-btn {
    width: 100%;
  }
}

/* Contact Us page */
.atos-contact-page,
.atos-contact-page * {
  box-sizing: border-box;
  font-family: "AR One Sans", Arial, sans-serif;
  letter-spacing: 0;
}

.atos-contact-page {
  --contact-teal: #078492;
  --contact-ink: #071a33;
  --contact-muted: #315061;
  --contact-soft: #eef5f7;
  --contact-dark: #000;
  margin: 0;
  color: var(--contact-ink);
  background: var(--contact-soft);
}

.atos-contact-page a {
  text-decoration: none;
}

.atos-contact-wrap {
  width: min(100% - 80px, 1220px);
  margin: 0 auto;
}

.atos-contact-hero {
  min-height: calc(100vh - 103px);
  display: flex;
  align-items: center;
  padding: 72px 0;
  background: var(--contact-dark);
  color: #fff;
}

.atos-contact-hero .atos-contact-wrap {
  width: min(100% - 220px, 1680px);
}

.atos-contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 820px) minmax(0, 662px);
  gap: 114px;
  align-items: center;
}

.atos-contact-kicker {
  margin: 0 0 18px;
  color: var(--contact-teal);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.atos-contact-copy h1,
.atos-contact-cta h2 {
  margin: 0;
  font-size: clamp(42px, 2.55vw, 50px);
  line-height: 1.08;
  font-weight: 800;
  color: #fff;
}

.atos-contact-lead {
  margin: 28px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.65;
}

.atos-contact-bullets {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.atos-contact-bullets li {
  position: relative;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 800;
}

.atos-contact-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #fff;
}

.atos-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.atos-contact-actions.is-centered {
  justify-content: center;
}

.atos-contact-page .atos-contact-btn {
  min-width: 176px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 26px;
  border: 2px solid var(--contact-teal);
  border-radius: 7px;
  background: var(--contact-teal);
  color: #fff !important;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}

.atos-contact-page .atos-contact-btn.is-outline {
  background: transparent;
  color: #fff !important;
}

.atos-contact-page .atos-contact-btn.is-outline.dark {
  color: var(--contact-teal) !important;
}

.atos-contact-page .atos-contact-btn.is-outline.dark:hover,
.atos-contact-page .atos-contact-btn.is-outline.dark:focus {
  color: var(--contact-teal) !important;
}

.atos-contact-hero-media {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #061920;
}

.atos-contact-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.875;
  object-fit: cover;
}

.atos-contact-section {
  padding: 86px 0;
}

.atos-contact-hero + .atos-contact-section {
  padding: 34px 0 54px;
}

.atos-contact-hero + .atos-contact-section .atos-contact-wrap {
  width: min(100% - 48px, 1842px);
}

.atos-contact-hero + .atos-contact-section .atos-contact-section-head {
  margin-bottom: 56px;
}

.atos-contact-hero + .atos-contact-section .atos-contact-card {
  min-height: 216px;
  padding: 28px 28px;
}

.atos-contact-hero + .atos-contact-section .atos-contact-card p {
  font-size: 14px;
  line-height: 1.55;
}

.atos-contact-light {
  background: var(--contact-soft);
}

.atos-contact-dark {
  background: #000;
  color: #fff;
}

.atos-contact-section-head {
  width: min(100%, 840px);
  margin: 0 auto 48px;
  text-align: center;
}

.atos-contact-section-head h2 {
  margin: 0 0 20px;
  color: var(--contact-ink);
  font-size: clamp(34px, 2.6vw, 46px);
  line-height: 1.13;
  font-weight: 800;
}

.atos-contact-dark .atos-contact-section-head h2 {
  color: #fff;
}

.atos-contact-section-head p {
  margin: 0;
  color: var(--contact-muted);
  font-size: 17px;
  line-height: 1.65;
}

.atos-contact-light .atos-contact-section-head .atos-contact-kicker {
  color: var(--contact-teal);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.atos-contact-section-head p + p {
  margin-top: 16px;
}

.atos-contact-dark .atos-contact-section-head p {
  color: #e8f7fa;
}

.atos-contact-card-grid {
  display: grid;
  gap: 24px;
}

.atos-contact-card-grid.is-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.atos-contact-card-grid.is-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.atos-contact-followup .atos-contact-wrap {
  width: min(100% - 80px, 1220px);
  display: grid;
  grid-template-columns: minmax(0, 500px) minmax(0, 650px);
  gap: 68px;
  align-items: center;
}

.atos-contact-followup .atos-contact-section-head {
  width: 100%;
  margin: 0;
  text-align: left;
}

.atos-contact-followup .atos-contact-section-head h2 {
  font-size: clamp(34px, 2.25vw, 42px);
  line-height: 1.18;
}

.atos-contact-followup .atos-contact-section-head p {
  font-size: 16px;
  line-height: 1.62;
}

.atos-contact-followup .atos-contact-section-head p:last-of-type {
  margin-top: 34px;
  color: var(--contact-ink);
  font-weight: 800;
}

.atos-contact-followup .atos-contact-card-grid.is-four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.atos-contact-followup .atos-contact-card.is-compact {
  min-height: 302px;
  padding: 28px 22px;
}

.atos-contact-followup .atos-contact-card h3 {
  font-size: 25px;
}

.atos-contact-followup .atos-contact-card strong {
  font-size: 12px;
  line-height: 1.35;
}

.atos-contact-followup .atos-contact-card p {
  font-size: 14px;
  line-height: 1.55;
}

.atos-contact-card,
.atos-contact-office {
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(7, 132, 146, .2);
  box-shadow: 0 16px 32px rgba(11, 27, 51, .06);
}

.atos-contact-card {
  min-height: 272px;
  padding: 30px 26px;
}

.atos-contact-card.is-compact {
  min-height: 270px;
}

.atos-contact-card span,
.atos-contact-office span {
  display: block;
  margin: 0 0 18px;
  color: var(--contact-teal);
  font-size: 21px;
  line-height: 1;
  font-weight: 800;
}

.atos-contact-card h3,
.atos-contact-office h3 {
  margin: 0 0 14px;
  color: var(--contact-ink);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 800;
}

.atos-contact-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--contact-teal);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.atos-contact-card p,
.atos-contact-office p {
  margin: 0;
  color: var(--contact-muted);
  font-size: 15px;
  line-height: 1.62;
}

.atos-contact-note {
  width: min(100%, 900px);
  margin: 42px auto 0;
  color: var(--contact-ink);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 800;
  text-align: center;
}

.atos-contact-note.is-light {
  color: #fff;
}

.atos-contact-office-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.atos-contact-office {
  min-height: 368px;
  padding: 32px 28px;
  background: #071e25;
  border-color: rgba(7, 132, 146, .8);
  border-radius: 12px;
  box-shadow: none;
}

.atos-contact-office h3,
.atos-contact-office p {
  color: #fff;
}

.atos-contact-office .atos-contact-address {
  position: relative;
  padding-left: 18px;
  margin-bottom: 18px;
  font-weight: 800;
}

.atos-contact-office .atos-contact-address::before {
  content: "\1F4CD";
  position: absolute;
  left: 0;
  top: .05em;
  color: #ff4b5a;
  font-size: 13px;
  line-height: 1;
}

.atos-contact-line {
  position: relative;
  padding-left: 22px;
}

.atos-contact-line + .atos-contact-line,
.atos-contact-office p + .atos-contact-line {
  margin-top: 10px;
}

.atos-contact-line::before {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--contact-teal);
  font-weight: 800;
}

.atos-contact-line.is-mail::before {
  content: "\2709";
}

.atos-contact-line.is-phone::before {
  content: "\260E";
}

.atos-contact-line a {
  color: #fff;
}

.atos-contact-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--contact-teal);
  font-size: 15px;
  font-weight: 800;
}

.atos-contact-cta {
  padding: 92px 0 96px;
  background: #000;
  color: #fff;
  text-align: center;
}

.atos-contact-cta p {
  width: min(100%, 860px);
  margin: 24px auto 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.65;
}

.atos-contact-cta small {
  display: block;
  width: min(100%, 940px);
  margin: 28px auto 0;
  color: #e8f7fa;
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .atos-contact-hero-grid,
  .atos-contact-card-grid.is-three,
  .atos-contact-card-grid.is-four,
  .atos-contact-office-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .atos-contact-wrap {
    width: min(100% - 34px, 1220px);
  }

  .atos-contact-hero,
  .atos-contact-section,
  .atos-contact-cta {
    padding: 58px 0;
  }

  .atos-contact-hero-grid,
  .atos-contact-card-grid.is-three,
  .atos-contact-card-grid.is-four,
  .atos-contact-office-grid {
    grid-template-columns: 1fr;
  }

  .atos-contact-copy h1,
  .atos-contact-cta h2 {
    font-size: 36px;
  }

  .atos-contact-section-head h2 {
    font-size: 30px;
  }

  .atos-contact-btn {
    width: 100%;
  }
}

/* About Us page */
.atos-about,
.atos-about * {
  box-sizing: border-box;
  font-family: "AR One Sans", "AR ONE SANS", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.atos-about {
  --about-teal: #078492;
  --about-dark: #050505;
  --about-panel: #07151a;
  --about-card: #0b2b33;
  --about-soft: #eef3f6;
  --about-ink: #0b1b33;
  --about-muted: #4b5b63;
  background: var(--about-dark);
  color: #fff;
  overflow-x: hidden;
}

.atos-about-wrap {
  width: min(1220px, calc(100% - 80px));
  margin: 0 auto;
}

.atos-about-hero {
  min-height: calc(100vh - 103px);
  padding: 60px 0 80px;
  background: var(--about-dark);
}

.atos-about-hero .atos-about-wrap {
  width: min(1690px, calc(100% - 200px));
}

.atos-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 840px) minmax(0, 774px);
  gap: 76px;
  align-items: center;
}

.atos-about-kicker {
  margin: 0 0 18px;
  color: var(--about-teal);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.atos-about h1 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(38px, 2.22vw, 42px);
  line-height: 1.08;
  font-weight: 800;
  max-width: 860px;
}

.atos-about-lead {
  max-width: 840px;
  margin: 0 0 34px;
  color: #d7e7ea;
  font-size: 16px;
  line-height: 1.75;
}

.atos-about-checks {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}

.atos-about-checks li {
  position: relative;
  padding-left: 18px;
}

.atos-about-checks li + li {
  margin-top: 24px;
}

.atos-about-checks li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: currentColor;
}

.atos-about-checks.dark {
  color: var(--about-ink);
}

.atos-about-hero-media {
  margin: 0;
  transform: translateY(47px);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--about-teal);
  background: var(--about-panel);
}

.atos-about-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.atos-about-section {
  padding: 92px 0;
}

.atos-about-light {
  background: var(--about-soft);
  color: var(--about-ink);
}

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

.atos-about-section-head {
  max-width: 980px;
  margin: 0 auto 56px;
  text-align: center;
}

.atos-about-section-head.is-left {
  margin: 0;
  text-align: left;
}

.atos-about-section-head h2,
.atos-about-side-panel h2,
.atos-about-cta h2 {
  margin: 0 0 22px;
  font-size: clamp(30px, 1.9vw, 36px);
  line-height: 1.18;
  font-weight: 800;
}

.atos-about-light .atos-about-section-head h2,
.atos-about-side-panel h2 {
  color: var(--about-ink);
}

.atos-about-dark .atos-about-section-head h2,
.atos-about-cta h2 {
  color: #fff;
}

.atos-about-section-head p {
  margin: 0;
  color: var(--about-muted);
  font-size: 16px;
  line-height: 1.7;
}

.atos-about .atos-about-section-head .atos-about-kicker,
.atos-about .atos-about-side-panel .atos-about-kicker,
.atos-about .atos-about-cta .atos-about-kicker {
  margin: 0 0 18px;
  color: var(--about-teal);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.atos-about-section-head p + p {
  margin-top: 26px;
}

.atos-about-dark .atos-about-section-head p,
.atos-about-cta p {
  color: #d7e7ea;
}

.atos-about-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 500px) minmax(0, 640px);
  gap: 72px;
  align-items: start;
}

.atos-about-small-grid,
.atos-about-card-grid {
  display: grid;
  gap: 24px;
}

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

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

.atos-about-light-card,
.atos-about-dark-card,
.atos-about-side-panel {
  border-radius: 8px;
}

.atos-about-light-card {
  min-height: 238px;
  padding: 30px 26px;
  background: #fff;
  border: 1px solid rgba(7, 132, 146, .22);
  box-shadow: none;
}

.atos-about-dark-card {
  min-height: 245px;
  padding: 30px;
  background: var(--about-card);
  border: 1px solid rgba(7, 132, 146, .9);
}

.atos-about-dark-card.compact {
  min-height: 220px;
}

.atos-about-light-card span,
.atos-about-dark-card span,
.atos-about-steps span {
  display: block;
  margin: 0 0 18px;
  color: var(--about-teal);
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}

.atos-about-light-card h3,
.atos-about-dark-card h3,
.atos-about-steps h3 {
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1.22;
  font-weight: 800;
}

.atos-about-light-card h3,
.atos-about-steps h3 {
  color: var(--about-ink);
}

.atos-about-dark-card h3 {
  color: #fff;
}

.atos-about-meta {
  margin: 0 0 16px;
  color: var(--about-teal) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
}

.atos-about-light-card p,
.atos-about-steps p,
.atos-about-side-panel p {
  margin: 0;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.65;
}

.atos-about-dark-card p {
  margin: 0;
  color: #d7e7ea;
  font-size: 14px;
  line-height: 1.65;
}

.atos-about-center-note {
  max-width: 920px;
  margin: 48px auto 0;
  color: #d7e7ea;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

.atos-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 36px;
}

.atos-about-actions.is-centered {
  justify-content: center;
}

.atos-about-btn {
  min-width: 230px;
  min-height: 49px;
  padding: 15px 24px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--about-teal);
  border: 1px solid var(--about-teal);
  color: #fff !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
}

.atos-about-btn.is-outline {
  background: transparent;
  color: var(--about-teal) !important;
}

.atos-about-hero + .atos-about-section {
  padding-top: 42px;
  padding-bottom: 70px;
}

.atos-about-hero + .atos-about-section .atos-about-section-head.is-left {
  padding-top: 56px;
}

.atos-about-hero + .atos-about-section .atos-about-actions {
  justify-content: center;
  margin-top: 44px;
}

.atos-about-hero + .atos-about-section .atos-about-btn {
  min-width: 170px;
}

.atos-about-work-grid {
  display: grid;
  grid-template-columns: minmax(0, 600px) minmax(0, 520px);
  gap: 42px 88px;
  align-items: start;
}

.atos-about-input-panel {
  margin-top: 52px;
  min-height: 176px;
  padding: 34px 30px;
  background: var(--about-teal);
  border: 1px solid var(--about-teal);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(7, 132, 146, .16);
}

.atos-about-input-panel p {
  margin: 0 0 22px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.atos-about-input-panel div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.atos-about-input-panel span {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 12px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 7px;
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
}

.atos-about-steps {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 4px;
}

.atos-about-steps article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 28px;
  padding: 28px;
  min-height: 176px;
  background: #fff;
  border: 1px solid rgba(7, 132, 146, .16);
  box-shadow: 0 14px 28px rgba(11, 27, 51, .06);
}

.atos-about-steps span {
  margin: 0;
  font-size: 24px;
}

.atos-about-side-panel {
  padding: 44px;
  background: #fff;
  border: 1px solid rgba(7, 132, 146, .2);
  box-shadow: 0 18px 38px rgba(11, 27, 51, .08);
}

.atos-about-side-panel p {
  font-size: 16px;
  line-height: 1.7;
}

.atos-about-side-panel .atos-about-checks {
  margin-top: 34px;
}

.atos-about-cta {
  padding: 96px 0;
  background: var(--about-dark);
  color: #fff;
  text-align: center;
}

.atos-about-cta h2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.atos-about-cta > .atos-about-wrap > p:not(.atos-about-kicker):not(.atos-about-cta-note) {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
}

.atos-about-cta-note {
  max-width: 820px;
  margin: 42px auto 0;
  color: #afc9ce !important;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .atos-about-hero .atos-about-wrap {
    width: min(100% - 80px, 980px);
  }

  .atos-about-hero-grid,
  .atos-about-intro-grid,
  .atos-about-work-grid {
    grid-template-columns: 1fr;
  }

  .atos-about-hero-media {
    margin-top: 0;
    transform: none;
    max-width: 640px;
  }

  .atos-about-side-panel {
    position: static;
  }
}

@media (max-width: 900px) {
  .atos-about-wrap,
  .atos-about-hero .atos-about-wrap {
    width: min(100% - 40px, 720px);
  }

  .atos-about-hero,
  .atos-about-section,
  .atos-about-cta {
    padding: 64px 0;
  }

  .atos-about-small-grid,
  .atos-about-card-grid {
    grid-template-columns: 1fr;
  }

  .atos-about h1 {
    font-size: 38px;
  }
}

@media (max-width: 600px) {
  .atos-about h1 {
    font-size: 32px;
  }

  .atos-about-section-head h2,
  .atos-about-side-panel h2,
  .atos-about-cta h2 {
    font-size: 28px;
  }

  .atos-about-steps article {
    grid-template-columns: 1fr;
  }

  .atos-about-input-panel div {
    grid-template-columns: 1fr;
  }

  .atos-about-btn {
    width: 100%;
  }
}

.atos-inquiry-open {
  overflow: hidden;
}

.atos-inquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(0, 0, 0, .8);
}

.atos-inquiry-modal.is-open {
  display: flex;
}

.atos-inquiry-dialog {
  position: relative;
  width: min(960px, calc(100vw - 64px));
  max-height: calc(100vh - 64px);
  overflow: auto;
  padding: 38px 44px 48px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
  color: #0f172a;
  font-family: Arial, Helvetica, sans-serif;
}

.atos-inquiry-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0f172a;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}

.atos-inquiry-dialog h2 {
  margin: 0 0 20px;
  color: #0f172a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

.atos-inquiry-intro {
  margin: 0 0 34px;
  max-width: 820px;
  color: #5a6670;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

.atos-inquiry-note {
  margin: 0 0 52px;
  color: #078492;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.atos-inquiry-form {
  display: grid;
  gap: 12px;
}

.atos-inquiry-form label {
  display: block;
  margin: 0;
}

.atos-inquiry-form label span {
  display: block;
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
}

.atos-inquiry-form input[type="text"],
.atos-inquiry-form input[type="email"],
.atos-inquiry-form textarea {
  width: 100%;
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid #d9e5e8;
  border-radius: 8px;
  outline: none;
  background: #f8fafc;
  color: #0f172a;
  font: 16px/1.4 Arial, Helvetica, sans-serif;
  box-shadow: none;
}

.atos-inquiry-form textarea {
  min-height: 54px;
  resize: vertical;
}

.atos-inquiry-form input[type="file"] {
  width: 100%;
  min-height: 28px;
  color: #0f172a;
  font: 14px/1.4 Arial, Helvetica, sans-serif;
}

.atos-inquiry-form input:focus,
.atos-inquiry-form textarea:focus {
  border-color: #078492;
  box-shadow: 0 0 0 2px rgba(7, 132, 146, .12);
}

.atos-inquiry-submit {
  width: 100%;
  min-height: 76px;
  margin-top: 0;
  border: 0;
  border-radius: 8px;
  background: #078492;
  color: #fff;
  cursor: pointer;
  font: 700 15px/1.2 Arial, Helvetica, sans-serif;
  text-align: center;
}

.atos-inquiry-submit:hover,
.atos-inquiry-submit:focus {
  background: #066f7b;
}

@media (max-width: 720px) {
  .atos-inquiry-modal {
    padding: 16px;
  }

  .atos-inquiry-dialog {
    width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
    padding: 32px 22px;
  }

  .atos-inquiry-dialog h2 {
    font-size: 24px;
  }
}

/* Metal Inserts page */
.atos-insert-page,
.atos-insert-page * {
  box-sizing: border-box;
  font-family: "AR One Sans", "AR ONE SANS", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.atos-insert-page {
  --insert-teal: #078492;
  --insert-dark: #000;
  --insert-panel: #071e25;
  --insert-soft: #eef3f6;
  --insert-ink: #0b1b33;
  --insert-muted: #405563;
  background: var(--insert-dark);
  color: #fff;
  overflow-x: hidden;
}

.atos-insert-wrap {
  width: min(1220px, calc(100% - 80px));
  margin: 0 auto;
}

.atos-insert-hero {
  min-height: calc(100vh - 103px);
  display: flex;
  align-items: center;
  padding: 76px 0;
  background: #000;
}

.atos-insert-hero .atos-insert-wrap {
  width: min(1680px, calc(100% - 160px));
}

.atos-insert-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(0, 680px);
  gap: 92px;
  align-items: center;
}

.atos-insert-kicker {
  margin: 0 0 18px;
  color: var(--insert-teal);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.atos-insert-page h1,
.atos-insert-page h2,
.atos-insert-page h3,
.atos-insert-page p {
  margin-top: 0;
}

.atos-insert-page h1 {
  margin-bottom: 24px;
  color: var(--insert-teal);
  font-size: clamp(46px, 3.1vw, 62px);
  line-height: 1.08;
  font-weight: 800;
}

.atos-insert-page h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 2.35vw, 46px);
  line-height: 1.14;
  font-weight: 800;
}

.atos-insert-lead {
  max-width: 780px;
  margin-bottom: 34px;
  color: #d8e9ed;
  font-size: 18px;
  line-height: 1.7;
}

.atos-insert-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
}

.atos-insert-list li {
  position: relative;
  padding-left: 20px;
}

.atos-insert-list li + li {
  margin-top: 16px;
}

.atos-insert-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--insert-teal);
}

.atos-insert-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 36px;
}

.atos-insert-actions.is-centered {
  justify-content: center;
}

.atos-insert-btn {
  min-width: 190px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border: 1px solid var(--insert-teal);
  border-radius: 7px;
  background: var(--insert-teal);
  color: #fff !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
}

.atos-insert-btn.is-outline {
  background: transparent;
  color: #fff !important;
}

.atos-insert-hero-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--insert-teal);
  border-radius: 16px;
  background: var(--insert-panel);
}

.atos-insert-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.atos-insert-section {
  padding: 92px 0;
}

.atos-insert-light {
  background: var(--insert-soft);
  color: var(--insert-ink);
}

.atos-insert-dark {
  background: #000;
  color: #fff;
}

.atos-insert-section-head {
  max-width: 940px;
  margin: 0 auto 56px;
  text-align: center;
}

.atos-insert-section-head p:not(.atos-insert-kicker) {
  color: var(--insert-muted);
  font-size: 17px;
  line-height: 1.65;
}

.atos-insert-shape-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.atos-insert-shape-card,
.atos-insert-product-card,
.atos-insert-info-grid article,
.atos-insert-preview,
.atos-insert-step-list article {
  border: 1px solid rgba(7, 132, 146, .22);
  border-radius: 8px;
}

.atos-insert-shape-card,
.atos-insert-product-card,
.atos-insert-info-grid article {
  background: #fff;
  box-shadow: 0 16px 34px rgba(11, 27, 51, .06);
}

.atos-insert-shape-card {
  overflow: hidden;
}

.atos-insert-shape-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.atos-insert-shape-card div {
  padding: 22px;
}

.atos-insert-shape-card h3,
.atos-insert-product-card h3,
.atos-insert-info-grid h3 {
  margin: 0 0 10px;
  color: var(--insert-ink);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.atos-insert-shape-card p,
.atos-insert-product-card p,
.atos-insert-info-grid p {
  margin: 0;
  color: var(--insert-muted);
  font-size: 15px;
  line-height: 1.62;
}

.atos-insert-shape-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--insert-teal);
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
}

.atos-insert-builder-grid {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 560px);
  gap: 84px;
  align-items: center;
}

.atos-insert-dark h2,
.atos-insert-dark h3 {
  color: #fff;
}

.atos-insert-dark p {
  color: #d8e9ed;
  font-size: 16px;
  line-height: 1.7;
}

.atos-insert-step-list {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.atos-insert-step-list article,
.atos-insert-preview {
  background: var(--insert-panel);
  border-color: rgba(7, 132, 146, .82);
}

.atos-insert-step-list article {
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 18px;
}

.atos-insert-step-list span,
.atos-insert-info-grid span {
  color: var(--insert-teal);
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}

.atos-insert-step-list strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.atos-insert-step-list p {
  grid-column: 2;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.atos-insert-preview {
  padding: 32px;
}

.atos-insert-preview img {
  display: block;
  width: 100%;
  margin: 24px 0 18px;
  border-radius: 8px;
}

.atos-insert-small-note {
  margin: 0;
  color: #a8cbd1 !important;
  font-size: 13px !important;
}

.atos-insert-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.atos-insert-product-card {
  overflow: hidden;
}

.atos-insert-product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  background: #f5f8f9;
}

.atos-insert-product-card div {
  padding: 24px;
}

.atos-insert-rfq-grid {
  display: grid;
  gap: 40px;
}

.atos-insert-rfq-grid > div:first-child {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.atos-insert-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.atos-insert-info-grid article {
  min-height: 210px;
  padding: 28px;
}

.atos-insert-info-grid span {
  display: block;
  margin-bottom: 22px;
}

.atos-insert-final {
  max-width: 860px;
  margin: 12px auto 0;
  text-align: center;
}

.atos-insert-final p {
  margin-bottom: 0;
}

@media (max-width: 1180px) {
  .atos-insert-hero .atos-insert-wrap {
    width: min(100% - 80px, 1180px);
  }

  .atos-insert-hero-grid,
  .atos-insert-builder-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .atos-insert-wrap,
  .atos-insert-hero .atos-insert-wrap {
    width: min(100% - 34px, 720px);
  }

  .atos-insert-hero,
  .atos-insert-section {
    padding: 58px 0;
  }

  .atos-insert-page h1 {
    font-size: 38px;
  }

  .atos-insert-shape-grid,
  .atos-insert-product-grid,
  .atos-insert-info-grid {
    grid-template-columns: 1fr;
  }

  .atos-insert-btn {
    width: 100%;
  }
}

/* Metal Inserts corrected builder layout */
.atos-insert-hero {
  min-height: calc(100vh - 103px);
  padding: 66px 0 78px;
}

.atos-insert-hero .atos-insert-wrap {
  width: min(100% - 176px, 1710px);
}

.atos-insert-hero-grid {
  grid-template-columns: minmax(0, 830px) minmax(0, 760px);
  gap: 110px;
  align-items: center;
}

.atos-insert-page h1 {
  color: var(--insert-teal);
  font-size: clamp(46px, 2.9vw, 58px);
  line-height: 1.08;
  max-width: 820px;
}

.atos-insert-lead {
  max-width: 820px;
  color: #e4f4f7;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}

.atos-insert-list {
  max-width: 840px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
}

.atos-insert-list li + li {
  margin-top: 11px;
}

.atos-insert-list li::before {
  top: .62em;
}

.atos-insert-hero-note {
  max-width: 820px;
  margin: 22px 0 0;
  color: #e4f4f7;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

.atos-insert-family-panel {
  align-self: center;
}

.atos-insert-family-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.atos-insert-family-card {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: 18px;
  border-radius: 14px;
  background: #fff;
  color: var(--insert-ink);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.atos-insert-family-card img,
.atos-insert-drawing-icon {
  display: flex;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin: 0 0 10px;
  border-radius: 10px;
  background: #eef6f7;
  object-fit: contain;
}

.atos-insert-family-card img {
  padding: 0;
  object-fit: contain;
  object-position: center;
}

.atos-insert-drawing-icon svg {
  width: 132px;
  height: 74px;
  stroke: var(--insert-teal);
  fill: none;
  stroke-width: 4;
}

.atos-insert-family-card span {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 2;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--insert-teal);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  box-shadow: none;
}

.atos-insert-family-card h2 {
  margin: 0 0 4px;
  color: #020817;
  font-size: clamp(23px, 1.55vw, 27px);
  line-height: 1.05;
  font-weight: 900;
}

.atos-insert-family-card p {
  margin: 0;
  color: #020817;
  font-size: 12px;
  line-height: 1.25;
}

.atos-insert-page .atos-insert-family-note {
  margin: 49px 0 0;
  color: #e4f4f7;
  font-size: 16px;
  line-height: 1.5;
}

.atos-insert-builder-section {
  min-height: calc(100vh - 103px);
  padding: 70px 0 80px;
  background: #000;
  color: #fff;
}

.atos-insert-builder-head {
  max-width: 980px;
  margin: 0 auto 36px;
  text-align: center;
}

.atos-insert-builder-head h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(38px, 2.75vw, 52px);
  line-height: 1.1;
  font-weight: 900;
}

.atos-insert-builder-head p:not(.atos-insert-kicker) {
  margin: 0;
  color: #d8e9ed;
  font-size: 16px;
  line-height: 1.55;
}

.atos-insert-builder-grid {
  display: grid;
  grid-template-columns: minmax(0, 820px) minmax(0, 760px);
  gap: 30px;
  align-items: start;
}

.atos-insert-builder-panel,
.atos-insert-preview-panel {
  min-height: 650px;
  padding: 28px;
  border: 1px solid rgba(7, 132, 146, .82);
  border-radius: 12px;
  background: #071e25;
  box-shadow: none;
}

.atos-insert-builder-panel h3,
.atos-insert-preview-panel h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}

.atos-insert-preview-panel > p {
  margin: -8px 0 18px;
  color: #d8e9ed;
  font-size: 14px;
  line-height: 1.45;
}

.atos-insert-style-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 28px;
}

.atos-insert-style-grid button,
.atos-insert-unit-toggle button,
.atos-insert-downloads button {
  border: 1px solid rgba(7, 132, 146, .85);
  background: #092a32;
  color: #fff;
  cursor: pointer;
  font-family: "AR One Sans", "AR ONE SANS", Arial, Helvetica, sans-serif;
}

.atos-insert-style-grid button {
  min-height: 54px;
  padding: 10px 12px;
  border-radius: 8px;
  text-align: left;
}

.atos-insert-style-grid button.is-active,
.atos-insert-unit-toggle button.is-active {
  background: var(--insert-teal);
}

.atos-insert-style-grid strong,
.atos-insert-style-grid span {
  display: block;
}

.atos-insert-style-grid strong {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.atos-insert-style-grid span {
  font-size: 13px;
  line-height: 1.15;
  font-weight: 700;
}

.atos-insert-unit-toggle {
  display: flex;
  gap: 8px;
  margin: -8px 0 16px;
}

.atos-insert-unit-toggle button {
  min-width: 84px;
  min-height: 36px;
  border-radius: 8px;
  font-weight: 800;
}

.atos-insert-field-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.atos-insert-field-grid label {
  display: block;
}

.atos-insert-field-grid label.is-wide {
  grid-column: span 3;
}

.atos-insert-field-grid span {
  display: block;
  margin-bottom: 6px;
  color: #d8e9ed;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.atos-insert-field-grid input,
.atos-insert-field-grid select,
.atos-insert-field-grid textarea {
  width: 100%;
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid #c8dce2;
  border-radius: 7px;
  background: #fff;
  color: #0b1b33;
  font: 14px/1.35 "AR One Sans", Arial, Helvetica, sans-serif;
}

.atos-insert-field-grid textarea {
  min-height: 66px;
  resize: vertical;
}

.atos-insert-builder-send {
  width: auto;
  min-width: 190px;
  margin-top: 18px;
  background: var(--insert-teal);
  border-color: var(--insert-teal);
  color: #fff !important;
}

.atos-insert-page .atos-insert-builder-panel .atos-insert-builder-send {
  background: var(--insert-teal) !important;
  border-color: var(--insert-teal) !important;
  color: #fff !important;
}

.atos-insert-drawing-sheet {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

.atos-insert-drawing-sheet svg {
  display: block;
  width: 100%;
  height: auto;
}

.atos-insert-drawing-sheet .sheet-title {
  fill: #071827;
  font: 800 22px Arial, Helvetica, sans-serif;
}

.atos-insert-drawing-sheet .sheet-subtitle {
  fill: #50626b;
  font: 400 12px Arial, Helvetica, sans-serif;
}

.atos-insert-drawing-sheet .sheet-label {
  fill: #071827;
  font: 700 16px Arial, Helvetica, sans-serif;
}

.atos-insert-drawing-sheet .sheet-data {
  fill: #071827;
  font: 700 15px Arial, Helvetica, sans-serif;
}

.atos-insert-summary {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid rgba(7, 132, 146, .6);
  border-radius: 8px;
  background: #092a32;
}

.atos-insert-summary h4 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.atos-insert-summary p {
  margin: 0;
  color: #d8e9ed;
  font-size: 13px;
  line-height: 1.45;
}

.atos-insert-downloads {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.atos-insert-downloads button {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--insert-teal);
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 800;
  white-space: nowrap;
}

.atos-insert-downloads button:first-child {
  background: var(--insert-teal);
  color: #fff;
}

.atos-insert-small-note {
  margin: 16px 0 0;
  color: #a8cbd1 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.atos-insert-preview-panel .atos-insert-small-note {
  margin-top: 16px !important;
}

.atos-insert-plugin-builder-anchor {
  padding: 26px 0 54px;
  background:
    radial-gradient(circle at 18% 0%, rgba(7, 132, 146, .08), transparent 28%),
    linear-gradient(180deg, #fbfdfe 0%, #f3f7f9 100%);
}

.atos-insert-plugin-builder-anchor .atos-insert-builder-app {
  border-radius: 22px;
}

.atos-insert-plugin-builder-anchor .atos-builder-controls,
.atos-insert-plugin-builder-anchor .atos-builder-preview {
  border-radius: 22px;
  overflow: hidden;
}

.atos-insert-plugin-builder-anchor .atos-style-button,
.atos-insert-plugin-builder-anchor .atos-rfq-sheet,
.atos-insert-plugin-builder-anchor .atos-rfq-sheet__identity,
.atos-insert-plugin-builder-anchor .atos-rfq-sheet__image-block,
.atos-insert-plugin-builder-anchor .atos-rfq-sheet__summary,
.atos-insert-plugin-builder-anchor .atos-rfq-sheet__note,
.atos-insert-plugin-builder-anchor .atos-custom-drawing-bar,
.atos-insert-plugin-builder-anchor .atos-builder-owner-notice-force-001 {
  border-radius: 16px !important;
}

.atos-insert-plugin-builder-anchor input,
.atos-insert-plugin-builder-anchor select,
.atos-insert-plugin-builder-anchor textarea {
  border-radius: 10px !important;
}

.atos-stock-coming-page,
.atos-stock-coming-page * {
  box-sizing: border-box;
}

.atos-stock-coming-page {
  background: #000;
  color: #fff;
  font-family: "AR One Sans", Arial, sans-serif;
}

.atos-stock-coming-hero {
  min-height: calc(100vh - 132px);
  display: flex;
  align-items: center;
  padding: 96px 24px;
  background:
    radial-gradient(circle at 70% 24%, rgba(7, 132, 146, .2), transparent 28%),
    linear-gradient(180deg, #000 0%, #02090b 100%);
}

.atos-stock-coming-inner {
  width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
}

.atos-stock-coming-kicker {
  margin: 0 0 16px;
  color: #078492;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .04em;
}

.atos-stock-coming-page h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4.2vw, 72px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

.atos-stock-coming-lead {
  max-width: 850px;
  margin: 28px auto 0;
  color: #eef9fb;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 650;
}

.atos-stock-coming-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 42px;
}

.atos-stock-coming-actions a {
  width: 230px !important;
  min-height: 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px 26px !important;
  border: 2px solid #078492 !important;
  border-radius: 8px !important;
  font-family: "AR One Sans", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: 0 18px 36px rgba(7, 132, 146, .2) !important;
}

.atos-stock-coming-actions a:first-child {
  background: #078492 !important;
  color: #fff !important;
}

.atos-stock-coming-actions a:last-child {
  background: transparent !important;
  color: #fff !important;
}

.atos-stock-coming-actions a:hover,
.atos-stock-coming-actions a:focus {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.atos-stock-coming-note {
  max-width: 760px;
  margin: 28px auto 0;
  color: #bdebf0;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 750;
}

@media (max-width: 760px) {
  .atos-stock-coming-hero {
    min-height: auto;
    padding: 72px 20px;
  }

  .atos-stock-coming-lead {
    font-size: 17px;
  }

  .atos-stock-coming-page .atos-insert-btn {
    width: 100%;
  }
}

@media (max-width: 1180px) {
  .atos-insert-hero .atos-insert-wrap {
    width: min(100% - 80px, 1180px);
  }

  .atos-insert-hero-grid,
  .atos-insert-builder-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .atos-insert-hero .atos-insert-wrap {
    width: min(100% - 34px, 720px);
  }

  .atos-insert-family-grid,
  .atos-insert-style-grid,
  .atos-insert-field-grid,
  .atos-insert-downloads {
    grid-template-columns: 1fr;
  }

  .atos-insert-field-grid label.is-wide {
    grid-column: auto;
  }

}

/* Mobile/tablet home hero refresh: reference-style header band, market buttons and PDF CTA. */
.atos-home-process-line,
.atos-market-sub {
  display: none;
}

@media (max-width: 1024px) {
  :root {
    --atos-header-h: clamp(116px, 15vw, 150px);
    --atos-shutter-depth: clamp(42px, 5.2vw, 54px);
    --atos-bottom-shutter-tail: clamp(40px, 6vw, 64px);
  }

  body.home {
    overflow-x: hidden;
  }

  body.home .atosv5-header {
    height: var(--atos-header-h);
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }

  body.home .atosv5-blackbar,
  body.home .atosv5-contact,
  body.home .atosv5-menu,
  body.home .atosv5-cta {
    display: none !important;
  }

  body.home .atosv5-left-shape {
    width: 100vw;
    height: calc(var(--atos-header-h) + var(--atos-shutter-depth));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--atos-shutter-depth)), 50% 100%, 0 calc(100% - var(--atos-shutter-depth)));
    background: #078492;
  }

  body.home .atosv5-left-shape::after {
    content: "ATOS";
    position: absolute;
    right: -5vw;
    bottom: -17px;
    color: rgba(255, 255, 255, .10);
    font-size: clamp(92px, 22vw, 190px);
    line-height: .8;
    font-weight: 900;
    letter-spacing: 0;
  }

  body.home .atosv5-logo-text {
    top: clamp(26px, 4vw, 42px);
    left: clamp(18px, 4vw, 42px);
    width: auto;
    max-width: calc(100vw - 150px);
    color: #fff;
    text-align: left;
    font-size: clamp(24px, 4.2vw, 38px);
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
  }

  body.home .atosv5-top-tags {
    top: clamp(70px, 9vw, 88px);
    left: clamp(18px, 4vw, 42px);
    width: min(68vw, 560px);
    height: auto;
    justify-content: flex-start;
  }

  body.home .atosv5-top-tags span {
    font-size: clamp(10px, 1.65vw, 15px);
    line-height: 1;
  }

  body.home .atosv5-top-tags span:not(:last-child)::after {
    margin: 0 clamp(5px, 1.4vw, 12px);
  }

  body.home .atosv5-tag-icon {
    width: clamp(6px, 1vw, 10px);
    height: clamp(6px, 1vw, 10px);
    margin-right: 4px;
  }

  body.home .atosv5-nav {
    top: clamp(22px, 3.6vw, 42px);
    right: clamp(16px, 4vw, 38px);
    left: auto;
    width: clamp(66px, 10vw, 90px);
    height: clamp(58px, 8.4vw, 76px);
    display: block;
    padding: 0;
    border-radius: 10px;
    background: rgba(0, 77, 86, .44);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
  }

  body.home .atosv5-nav::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 13px;
    width: clamp(32px, 5.1vw, 48px);
    height: 4px;
    border-radius: 99px;
    background: #fff;
    transform: translateX(-50%);
    box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
  }

  body.home .atosv5-nav::after {
    content: "MENU";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    color: #fff;
    text-align: center;
    font-size: clamp(12px, 2vw, 18px);
    font-weight: 900;
    line-height: 1;
  }

  body.home .atos-home-hero {
    min-height: calc(100svh - var(--atos-header-h));
    background-position: 67% center;
    isolation: isolate;
  }

  body.home .atos-home-hero::before {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, .92) 0%, rgba(255, 255, 255, .82) 45%, rgba(255, 255, 255, .23) 74%, rgba(255, 255, 255, .04) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, .18) 0%, rgba(7, 132, 146, .14) 100%);
    z-index: 0;
  }

  body.home .atos-home-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: calc(var(--atos-shutter-depth) + var(--atos-bottom-shutter-tail));
    background: #078492;
    clip-path: polygon(0 0, 50% var(--atos-shutter-depth), 100% 0, 100% 100%, 0 100%);
    z-index: 0;
    pointer-events: none;
  }

  body.home .atos-home-hero-inner {
    min-height: calc(100svh - var(--atos-header-h));
    align-items: flex-start;
    padding: clamp(40px, 6.3svh, 70px) 0 clamp(96px, 12svh, 138px);
  }

  body.home .atos-home-copy {
    width: min(620px, 70vw);
    transform: none;
  }

  body.home .atos-eyebrow {
    margin: 0 0 22px;
    color: #1f7580;
    font-size: clamp(18px, 2.1vw, 24px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: .02em;
  }

  body.home .atos-home-title {
    max-width: 620px;
    margin: 0 0 22px;
    color: #071827;
    font-size: clamp(36px, 5.2vw, 56px);
    line-height: 1.08;
    letter-spacing: 0;
  }

  body.home .atos-home-summary {
    max-width: 620px;
    margin: 0 0 22px;
    color: #101820;
    font-size: clamp(19px, 2.55vw, 26px);
    line-height: 1.42;
    font-weight: 800;
  }

  body.home .atos-home-process-line {
    display: block;
    max-width: 650px;
    margin: 0 0 28px;
    color: #1f7f89;
    font-size: clamp(18px, 2.45vw, 26px);
    line-height: 1.28;
    font-weight: 900;
  }

  body.home .atos-market-grid {
    width: min(620px, 70vw);
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0 0 12px;
  }

  body.home .atos-market-card {
    min-height: clamp(56px, 7.6vw, 72px);
    grid-template-columns: 34px 1fr auto;
    align-items: center;
    align-content: center;
    gap: 12px;
    padding: 11px 16px;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 8px;
    background: #078492;
    box-shadow: 0 12px 26px rgba(0, 88, 96, .20);
  }

  body.home .atos-market-icon {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .26);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .32);
  }

  body.home .atos-market-arrow {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
    color: #fff !important;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 900;
  }

  body.home .atos-market-label {
    grid-column: 2;
    color: #fff !important;
    font-size: clamp(15px, 2vw, 20px);
    line-height: 1.05;
    font-weight: 900;
  }

  body.home .atos-market-sub {
    display: block;
    grid-column: 2;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(11px, 1.45vw, 14px);
    line-height: 1.15;
    font-weight: 800;
  }

  body.home .atos-hero-actions {
    width: min(620px, 70vw);
    margin: 0;
  }

  body.home .atos-hero-actions > .atos-btn {
    display: none !important;
  }

  body.home .atos-pdf-menu,
  body.home .atos-pdf-trigger {
    width: 100%;
  }

  body.home .atos-pdf-trigger {
    min-width: 0;
    height: clamp(54px, 7vw, 68px);
    justify-content: flex-start;
    gap: 12px;
    padding: 0 17px;
    border: 2px solid rgba(7, 132, 146, .86);
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
    color: #1f7580;
    font-size: clamp(15px, 2vw, 20px);
    line-height: 1.1;
    box-shadow: 0 14px 30px rgba(0, 88, 96, .16);
  }

  body.home .atos-pdf-icon {
    width: clamp(38px, 5vw, 48px);
    height: clamp(34px, 4.5vw, 42px);
    border-radius: 6px;
    background: #c80b0b;
    color: #fff;
    font-size: clamp(10px, 1.3vw, 13px);
    letter-spacing: 0;
    box-shadow: 0 8px 18px rgba(200, 11, 11, .26);
  }

  body.home .atos-pdf-panel {
    top: calc(100% + 10px);
    bottom: auto;
    width: min(520px, 100%);
  }

  body.home .atos-category-section {
    position: relative;
    z-index: 2;
    margin-top: -24px;
    padding-top: 56px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body.home .atos-home-hero-inner {
    padding-top: clamp(78px, 7.2svh, 96px);
  }

  body.home .atos-home-copy,
  body.home .atos-market-grid,
  body.home .atos-hero-actions {
    width: min(680px, 76vw);
  }

  body.home .atos-eyebrow {
    margin-bottom: 30px;
  }

  body.home .atos-home-title {
    margin-bottom: 34px;
  }

  body.home .atos-home-summary {
    margin-bottom: 32px;
  }

  body.home .atos-home-process-line {
    margin-bottom: 42px;
  }

  body.home .atos-market-grid {
    gap: 16px;
    margin-bottom: 18px;
  }

  body.home .atos-market-card {
    min-height: clamp(104px, 10.6svh, 124px);
    padding: 18px 22px;
  }

  body.home .atos-pdf-trigger {
    height: clamp(66px, 6.4svh, 78px);
  }
}

@media (max-width: 767px) {
  :root {
    --atos-header-h: 120px;
    --atos-shutter-depth: 34px;
  }

  body.home .atos-inner {
    width: calc(100vw - 32px);
  }

  body.home .atosv5-logo-text {
    top: 30px;
    left: 16px;
    max-width: calc(100vw - 116px);
    font-size: clamp(22px, 6vw, 25px);
  }

  body.home .atosv5-top-tags {
    top: 76px;
    left: 16px;
    width: calc(100vw - 116px);
  }

  body.home .atosv5-top-tags span {
    font-size: clamp(8.5px, 2.35vw, 10.5px);
  }

  body.home .atosv5-tag-icon {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 3px;
  }

  body.home .atosv5-top-tags span:not(:last-child)::after {
    margin: 0 4px;
  }

  body.home .atosv5-nav {
    top: 24px;
    right: 15px;
    width: 72px;
    height: 64px;
  }

  body.home .atos-home-hero {
    min-height: calc(100svh - var(--atos-header-h));
    background-position: 69% center;
  }

  body.home .atos-home-hero-inner {
    min-height: calc(100svh - var(--atos-header-h));
    padding: clamp(34px, 5.2svh, 48px) 0 clamp(92px, 11svh, 112px);
  }

  body.home .atos-home-copy,
  body.home .atos-market-grid,
  body.home .atos-hero-actions {
    width: min(100%, 620px);
  }

  body.home .atos-eyebrow {
    margin-bottom: 14px;
    font-size: clamp(14px, 3.6vw, 17px);
    font-weight: 800;
  }

  body.home .atos-home-title {
    max-width: 340px;
    margin-bottom: 18px;
    font-size: clamp(34px, 8.8vw, 43px);
    font-weight: 800 !important;
  }

  body.home .atos-home-summary {
    max-width: 360px;
    margin-bottom: 18px;
    font-size: clamp(20px, 5.45vw, 25px);
    line-height: 1.38;
    font-weight: 700;
  }

  body.home .atos-home-process-line {
    max-width: 360px;
    margin-bottom: 18px;
    font-size: clamp(16px, 4.25vw, 20px);
    font-weight: 700;
  }

  body.home .atos-market-grid {
    gap: 9px;
    margin-bottom: 10px;
  }

  body.home .atos-market-card {
    min-height: clamp(54px, 7.4svh, 62px);
    padding: 9px 13px;
  }

  body.home .atos-market-label {
    font-size: clamp(15px, 4.15vw, 18px);
  }

  body.home .atos-market-sub {
    font-size: clamp(10px, 2.8vw, 12px);
  }

  body.home .atos-pdf-trigger {
    height: clamp(52px, 7svh, 60px);
    font-size: clamp(15px, 4vw, 18px);
  }
}

@media (max-width: 390px), (max-height: 760px) and (max-width: 767px) {
  body.home .atos-home-hero-inner {
    padding-top: 58px;
    padding-bottom: 54px;
  }

  body.home .atos-eyebrow {
    margin-bottom: 12px;
  }

  body.home .atos-home-title {
    margin-bottom: 12px;
    font-size: 31px;
  }

  body.home .atos-home-summary {
    margin-bottom: 12px;
    font-size: 17px;
  }

  body.home .atos-home-process-line {
    margin-bottom: 14px;
    font-size: 16px;
  }

  body.home .atos-market-card {
    min-height: 50px;
  }

  body.home .atos-pdf-trigger {
    height: 50px;
  }
}

@media (max-height: 760px) and (max-width: 767px) {
  :root {
    --atos-bottom-shutter-tail: 12px;
  }
}

/* Functional mobile navigation. */
.atosv5-menu-toggle,
.atosv5-submenu-toggle {
  display: none !important;
}

@media (max-width: 1024px) {
  .atosv5-nav::before,
  .atosv5-nav::after {
    pointer-events: none;
  }

  .atosv5-menu-toggle {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: block !important;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: inherit;
    background: transparent;
    cursor: pointer;
  }

  body.home .atosv5-nav.is-mobile-open .atosv5-menu,
  body:not(.home) .atosv5-nav.is-mobile-open .atosv5-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left: auto;
    z-index: 2;
    display: flex !important;
    width: min(340px, calc(100vw - 30px));
    height: auto;
    max-height: calc(100svh - 140px);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #d9e6ea;
    border-top: 4px solid #078492;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .24);
  }

  .atosv5-nav.is-mobile-open .atosv5-menu > a,
  .atosv5-nav.is-mobile-open .atosv5-dropdown-main {
    display: flex;
    min-height: 44px;
    align-items: center;
    padding: 9px 12px;
    color: #111;
    font-size: 15px;
    line-height: 1.25;
    text-decoration: none;
  }

  .atosv5-nav.is-mobile-open .atosv5-menu > a + a,
  .atosv5-nav.is-mobile-open .atosv5-dropdown + a,
  .atosv5-nav.is-mobile-open .atosv5-menu > a + .atosv5-dropdown,
  .atosv5-nav.is-mobile-open .atosv5-dropdown + .atosv5-dropdown {
    border-top: 1px solid #e5eef1;
  }

  .atosv5-nav.is-mobile-open .atosv5-dropdown {
    display: grid;
    width: 100%;
    height: auto;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: stretch;
  }

  .atosv5-nav.is-mobile-open .atosv5-dropdown-main {
    grid-column: 1;
  }

  .atosv5-nav.is-mobile-open .atosv5-submenu-toggle {
    position: relative;
    grid-column: 2;
    display: block !important;
    width: 44px;
    min-height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .atosv5-nav.is-mobile-open .atosv5-submenu-toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-right: 2px solid #078492;
    border-bottom: 2px solid #078492;
    transform: translate(-50%, -65%) rotate(45deg);
    transition: transform .18s ease;
  }

  .atosv5-nav.is-mobile-open .atosv5-submenu-toggle[aria-expanded="true"]::before {
    transform: translate(-50%, -35%) rotate(225deg);
  }

  body.home .atosv5-nav.is-mobile-open .atosv5-dropdown-box,
  body:not(.home) .atosv5-nav.is-mobile-open .atosv5-dropdown-box {
    position: static;
    grid-column: 1 / -1;
    display: none;
    width: 100%;
    padding: 4px 0 8px 12px;
    border: 0;
    border-left: 3px solid #078492;
    background: #f4f8fa;
    box-shadow: none;
  }

  body.home .atosv5-nav.is-mobile-open .atosv5-dropdown.is-submenu-open .atosv5-dropdown-box,
  body:not(.home) .atosv5-nav.is-mobile-open .atosv5-dropdown.is-submenu-open .atosv5-dropdown-box {
    display: block;
  }

  .atosv5-nav.is-mobile-open .atosv5-dropdown-box a {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.3;
    white-space: normal;
  }
}
