:root {
  --artelnics-blue: #0056a7;
  --artelnics-cyan: #56a1c8;
  --artelnics-deep: #06152a;
  --artelnics-ink: #101828;
  --artelnics-text: #344054;
  --artelnics-muted: #667085;
  --artelnics-line: #d8e0ea;
  --artelnics-soft: #f5f9fc;
  --artelnics-white: #ffffff;
  --content-width: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--artelnics-text);
  background: var(--artelnics-white);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  overflow-x: clip;
}

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

a {
  color: var(--artelnics-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: #003d78;
}

.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 10px 14px;
  color: var(--artelnics-ink);
  background: var(--artelnics-white);
  border-radius: 6px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(6, 21, 42, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 30px rgba(6, 21, 42, 0.18);
  backdrop-filter: saturate(140%) blur(10px);
}

.site-header-inner {
  width: min(100% - 48px, 1680px);
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-branding,
.site-logo-link,
.custom-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.site-logo-link img,
.custom-logo-link img {
  width: 202px;
  max-height: 48px;
  object-fit: contain;
}

.site-navigation {
  display: flex;
  align-items: center;
}

.site-menu,
.footer-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: var(--artelnics-white);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.site-menu a:hover {
  color: #9bd8ef;
}

.site-menu .menu-contact a {
  min-height: 46px;
  padding: 0 20px;
  color: var(--artelnics-white);
  background: var(--artelnics-blue);
  border-radius: 6px;
}

.site-menu .menu-contact a:hover {
  background: #0870cc;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--artelnics-white);
  border-radius: 999px;
}

.site-main {
  min-height: 58vh;
}

.content-wrap {
  width: min(100% - 48px, var(--content-width));
  margin: 0 auto;
}

.cms-page-content {
  overflow: hidden;
}

.page-hero,
.single-hero,
.atl-hero {
  color: var(--artelnics-white);
  background:
    radial-gradient(circle at 76% 22%, rgba(86, 161, 200, 0.28), transparent 24%),
    linear-gradient(135deg, #06152a 0%, #0d315a 58%, #06152a 100%);
}

.page-hero-inner,
.single-hero-inner,
.atl-hero-inner {
  width: min(100% - 48px, var(--content-width));
  margin: 0 auto;
  padding: 92px 0 88px;
}

.single-hero-inner {
  padding-top: 78px;
  padding-bottom: 76px;
}

.eyebrow,
.atl-eyebrow {
  margin: 0 0 10px;
  color: #9bd8ef;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-hero h1,
.single-hero h1,
.atl-hero h1 {
  max-width: 980px;
  margin: 0;
  color: var(--artelnics-white);
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

.single-hero h1 {
  font-size: clamp(34px, 4.5vw, 58px);
}

.page-hero p:not(.eyebrow),
.single-hero p,
.atl-hero p:not(.atl-eyebrow) {
  max-width: 780px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.5;
}

.atl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.content-section,
.atl-section {
  padding: 82px 0;
}

.atl-section-soft {
  background: var(--artelnics-soft);
}

.atl-section-dark {
  color: var(--artelnics-white);
  background: var(--artelnics-deep);
}

.atl-section-dark h2,
.atl-section-dark h3,
.atl-section-dark p {
  color: inherit;
}

.atl-section-header {
  width: min(100% - 48px, var(--content-width));
  margin: 0 auto 34px;
}

.atl-section-header h2,
.single-content h2 {
  margin: 0 0 12px;
  color: var(--artelnics-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.atl-section-header p {
  max-width: 820px;
  margin: 0;
  color: var(--artelnics-muted);
  font-size: 19px;
  line-height: 1.55;
}

.atl-grid,
.card-grid {
  width: min(100% - 48px, var(--content-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

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

.atl-card,
.content-card {
  background: var(--artelnics-white);
  border: 1px solid var(--artelnics-line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(16, 24, 40, 0.06);
}

.atl-card {
  padding: 28px;
}

.atl-card h3,
.content-card-title {
  display: block;
  margin: 0 0 10px;
  color: var(--artelnics-ink);
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
}

.atl-card p,
.content-card-summary {
  color: var(--artelnics-text);
}

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

.atl-stat {
  color: var(--artelnics-blue);
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}

.atl-logo-grid {
  width: min(100% - 48px, var(--content-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.atl-logo-grid img {
  display: block;
  max-height: 56px;
  width: 100%;
  object-fit: contain;
  padding: 10px 14px;
  filter: grayscale(1);
  opacity: 0.78;
}

.content-card {
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.content-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(16, 24, 40, 0.1);
}

.content-card-link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}

.content-card-media {
  display: block;
  aspect-ratio: 16 / 9;
  background: var(--artelnics-soft);
  overflow: hidden;
}

.content-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-card-body {
  display: block;
  padding: 24px;
}

.content-card-type {
  display: block;
  margin-bottom: 10px;
  color: var(--artelnics-blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--artelnics-blue);
  font-weight: 900;
}

.button,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.button-primary,
.wp-block-button__link {
  color: var(--artelnics-white);
  background: var(--artelnics-blue);
}

.button-primary:hover,
.wp-block-button__link:hover {
  color: var(--artelnics-white);
  background: #0870cc;
}

.button-secondary {
  color: var(--artelnics-white);
  border-color: rgba(255, 255, 255, 0.4);
  background: transparent;
}

.button-secondary:hover {
  color: var(--artelnics-white);
  border-color: #9bd8ef;
}

.back-link {
  display: inline-flex;
  margin-bottom: 18px;
  color: #9bd8ef;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.back-link:hover {
  color: var(--artelnics-white);
}

.single-content-section {
  padding: 76px 0 90px;
}

.single-content {
  width: min(100% - 48px, 1040px);
  margin: 0 auto;
}

.single-content > *:first-child {
  margin-top: 0;
}

.single-content h2 {
  margin-top: 42px;
  font-size: clamp(28px, 3vw, 40px);
}

.single-content h3 {
  color: var(--artelnics-ink);
  font-size: 25px;
  line-height: 1.25;
}

.single-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  font-size: 15px;
}

.single-content th,
.single-content td {
  padding: 14px 16px;
  border: 1px solid var(--artelnics-line);
  text-align: left;
  vertical-align: top;
}

.single-content th {
  color: var(--artelnics-white);
  background: var(--artelnics-deep);
}

.site-footer {
  color: var(--artelnics-white);
  background: #06152a;
}

.site-footer-inner {
  width: min(100% - 48px, var(--content-width));
  margin: 0 auto;
  padding: 56px 0 42px;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 48px;
}

.footer-brand img {
  width: 202px;
}

.footer-brand p {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.75);
}

.footer-brand a,
.footer-menu a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.footer-brand a:hover,
.footer-menu a:hover {
  color: var(--artelnics-white);
}

.footer-menu {
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px 26px;
}

.site-footer-bottom {
  width: min(100% - 48px, var(--content-width));
  margin: 0 auto;
  padding: 20px 0 26px;
  color: rgba(255, 255, 255, 0.58);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
}

.wp-block-heading,
.cms-page-content h1,
.cms-page-content h2,
.cms-page-content h3 {
  color: var(--artelnics-ink);
}

.cms-page-content p {
  margin-top: 0;
}

.legal-text {
  width: min(100% - 48px, 980px);
  margin: 0 auto;
}

.legal-text h2 {
  margin-top: 42px;
  color: var(--artelnics-ink);
}

@media (max-width: 1024px) {
  .site-header-inner {
    min-height: 68px;
  }

  .menu-toggle {
    display: block;
  }

  .site-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    background: rgba(6, 21, 42, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .menu-open .site-navigation {
    display: block;
  }

  .site-menu {
    width: min(100% - 48px, 1680px);
    margin: 0 auto;
    padding: 14px 0 18px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .site-menu a,
  .site-menu .menu-contact a {
    justify-content: flex-start;
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    background: transparent;
  }

  .site-menu .menu-contact a:hover {
    background: rgba(255, 255, 255, 0.08);
  }

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

  .atl-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .site-header-inner,
  .content-wrap,
  .page-hero-inner,
  .single-hero-inner,
  .atl-hero-inner,
  .atl-section-header,
  .atl-grid,
  .card-grid,
  .atl-logo-grid,
  .single-content,
  .site-footer-inner,
  .site-footer-bottom,
  .legal-text {
    width: min(100% - 32px, var(--content-width));
  }

  .site-logo-link img,
  .custom-logo-link img,
  .footer-brand img {
    width: 170px;
  }

  .page-hero-inner,
  .atl-hero-inner {
    padding: 72px 0 68px;
  }

  .single-hero-inner {
    padding: 60px 0;
  }

  .content-section,
  .atl-section,
  .single-content-section {
    padding: 58px 0;
  }

  .atl-grid,
  .card-grid,
  .atl-grid-two,
  .site-footer-inner {
    grid-template-columns: 1fr;
  }

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

  .atl-card,
  .content-card-body {
    padding: 22px;
  }

  .footer-menu {
    justify-content: flex-start;
  }
}

/* Redesigned Artelnics homepage. Kept in the theme CSS so WordPress does not
   auto-paragraph CSS inside the page content. */
body.wp-theme-artelnics-code:not(.page-id-1729):not(.page-id-1918) e-page-transition {
  display: none !important;
}

body.wp-theme-artelnics-code:not(.page-id-1729):not(.page-id-1918) .elementor-location-header,
body.wp-theme-artelnics-code:not(.page-id-1729):not(.page-id-1918) .elementor-location-footer {
  display: none !important;
}

.atl-home,
.atl-home * {
  box-sizing: border-box;
}

.atl-home {
  --home-navy: #001233;
  --home-blue: #0056a7;
  --home-sky: #55a1c8;
  --home-light: #5ac8ff;
  --home-ink: #101828;
  --home-text: #344054;
  --home-muted: #667085;
  --home-line: #dbe5ee;
  --home-soft: #f4f8fb;
  --home-white: #ffffff;
  color: var(--home-text);
  background: var(--home-white);
}

.atl-home br {
  display: none;
}

.atl-home-wrap {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
}

.atl-home-hero {
  position: relative;
  overflow: hidden;
  color: var(--home-white);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(135deg, #001233 0%, #06224a 52%, #0056a7 100%);
}

.atl-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background:
    linear-gradient(35deg, transparent 0 52%, rgba(90, 200, 255, 0.34) 52.2%, transparent 52.8% 100%),
    linear-gradient(115deg, transparent 0 18%, rgba(255, 255, 255, 0.22) 18.2%, transparent 18.7% 100%);
  pointer-events: none;
}

.atl-home-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 56px;
  align-items: center;
  min-height: 690px;
  padding: 118px 0 92px;
}

.atl-home-eyebrow {
  margin: 0 0 14px;
  color: #9bd8ef;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.atl-home h1,
.atl-home h2,
.atl-home h3 {
  letter-spacing: 0;
}

.atl-home-hero h1 {
  max-width: 730px;
  margin: 0;
  color: var(--home-white);
  font-size: 72px;
  line-height: 0.98;
  font-weight: 900;
}

.atl-home-lead {
  max-width: 660px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 21px;
  line-height: 1.55;
}

.atl-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.atl-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.atl-home-button-primary {
  color: var(--home-white);
  background: var(--home-sky);
}

.atl-home-button-primary:hover {
  color: var(--home-white);
  background: var(--home-light);
}

.atl-home-button-secondary {
  color: var(--home-white);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.06);
}

.atl-home-button-secondary:hover {
  color: var(--home-white);
  border-color: var(--home-light);
  background: rgba(255, 255, 255, 0.12);
}

.atl-home-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 48px;
}

.atl-home-stat {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.atl-home-stat strong {
  display: block;
  color: var(--home-white);
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.atl-home-stat span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.atl-home-visual {
  position: relative;
  min-height: 450px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(0, 18, 51, 0.46);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.atl-home-visual::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(90, 200, 255, 0.18), transparent 68%);
  pointer-events: none;
}

.atl-home-visual-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 18px;
}

.atl-home-visual-logo {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.atl-home-visual-logo img {
  width: 58px;
  height: 58px;
}

.atl-home-visual-kicker {
  display: block;
  margin-bottom: 6px;
  color: #9bd8ef;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.atl-home-visual-title {
  display: block;
  max-width: 260px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
}

.atl-home-flow {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.atl-home-flow-row {
  display: grid;
  grid-template-columns: 44px minmax(120px, 0.58fr) minmax(120px, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 70px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.atl-home-flow-row p {
  display: contents;
  margin: 0;
}

.atl-home-flow-index {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(155, 216, 239, 0.34);
  border-radius: 50%;
  color: #9bd8ef;
  background: rgba(90, 200, 255, 0.08);
  font-size: 12px;
  font-weight: 900;
}

.atl-home-flow-copy strong {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.15;
  font-weight: 900;
}

.atl-home-flow-copy span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
}

.atl-home-flow-line {
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  overflow: hidden;
}

.atl-home-flow-line i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #55a1c8, #5ac8ff);
}

.atl-home-section {
  padding: 92px 0;
}

.atl-home-section-soft {
  background: var(--home-soft);
}

.atl-home-section-dark {
  color: var(--home-white);
  background: linear-gradient(135deg, #001233 0%, #06224a 100%);
}

.atl-home-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.58fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 36px;
}

.atl-home-section-head h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: 44px;
  line-height: 1.08;
  font-weight: 900;
}

.atl-home-section-dark .atl-home-section-head h2 {
  color: var(--home-white);
}

.atl-home-section-head p {
  margin: 0;
  color: var(--home-muted);
  font-size: 18px;
  line-height: 1.55;
}

.atl-home-section-dark .atl-home-section-head p {
  color: rgba(255, 255, 255, 0.78);
}

.atl-home-services,
.atl-home-product-grid,
.atl-home-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.atl-home-service,
.atl-home-product,
.atl-home-case {
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: var(--home-white);
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.06);
}

.atl-home-service b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  color: var(--home-white);
  border-radius: 50%;
  background: var(--home-blue);
  font-size: 15px;
  font-weight: 900;
}

.atl-home-service h3,
.atl-home-product h3,
.atl-home-case h3 {
  margin: 0 0 10px;
  color: var(--home-ink);
  font-size: 23px;
  line-height: 1.22;
  font-weight: 900;
}

.atl-home-service p,
.atl-home-product p,
.atl-home-case p {
  margin: 0;
  color: var(--home-text);
}

.atl-home-product::before {
  content: "";
  display: block;
  width: 48px;
  height: 5px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: var(--home-sky);
}

.atl-home-product a,
.atl-home-case a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--home-blue);
  font-weight: 900;
  text-decoration: none;
}

.atl-home-industries {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.atl-home-industry {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 900;
}

.atl-home-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.atl-home-logo {
  min-height: 96px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: var(--home-white);
}

.atl-home-logo img {
  max-height: 58px;
  width: 100%;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.82;
}

.atl-home-programmes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.atl-home-programme {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.atl-home-programme h3 {
  margin: 0 0 10px;
  color: var(--home-white);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.atl-home-programme p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.atl-home-programme img {
  display: block;
  max-height: 58px;
  width: auto;
  max-width: 100%;
  margin-top: 22px;
}

.atl-home-cta {
  padding: 72px 0;
  background: var(--home-white);
}

.atl-home-cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 38px;
  border-radius: 8px;
  color: var(--home-white);
  background: linear-gradient(135deg, #0056a7 0%, #55a1c8 100%);
}

.atl-home-cta h2 {
  margin: 0 0 8px;
  color: var(--home-white);
  font-size: 36px;
  line-height: 1.12;
  font-weight: 900;
}

.atl-home-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 1024px) {
  .atl-home-hero-grid,
  .atl-home-section-head,
  .atl-home-cta-box {
    grid-template-columns: 1fr;
  }

  .atl-home-hero-grid {
    min-height: 0;
  }

  .atl-home-services,
  .atl-home-product-grid,
  .atl-home-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atl-home-industries,
  .atl-home-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .atl-home-wrap {
    width: min(100% - 32px, 1180px);
  }

  .atl-home-hero-grid {
    padding: 74px 0 70px;
    gap: 38px;
  }

  .atl-home-hero h1 {
    font-size: 44px;
  }

  .atl-home-lead {
    font-size: 18px;
  }

  .atl-home-stats,
  .atl-home-services,
  .atl-home-product-grid,
  .atl-home-case-grid,
  .atl-home-programmes {
    grid-template-columns: 1fr;
  }

  .atl-home-visual {
    min-height: 390px;
    padding: 24px;
  }

  .atl-home-flow-row {
    grid-template-columns: 40px 1fr;
    gap: 8px;
  }

  .atl-home-flow-line {
    grid-column: 1 / -1;
  }

  .atl-home-section {
    padding: 64px 0;
  }

  .atl-home-section-head h2,
  .atl-home-cta h2 {
    font-size: 32px;
  }

  .atl-home-industries,
  .atl-home-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atl-home-cta-box {
    padding: 28px;
  }
}
