/** Shopify CDN: Minification failed

Line 1355:0 Unexpected "}"

**/
/* ============================================================
   Hero
   ============================================================ */
.amelyore-hero {
    position:relative;
    margin:0;
    overflow:hidden;
    border-radius:24px 24px 0 0;
    background:
      radial-gradient(circle at 12% 22%,rgba(113,224,140,.10) 0 2px,transparent 3px),
      linear-gradient(135deg,#052d1b 0%,#064329 58%,#08653a 100%);
    background-size:20px 20px,auto;
    box-shadow:0 18px 44px rgba(8,55,33,.20);
  }

  .amelyore-hero-inner {
    display:flex;
    align-items:stretch;
    min-height:500px;
  }

  .amelyore-hero-content {
    position:relative;
    z-index:3;
    flex:1 1 58%;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:62px 58px;
    color:#ffffff;
  }

  .amelyore-hero-eyebrow {
    display:inline-flex;
    align-items:center;
    align-self:flex-start;
    gap:10px;
    margin:0 0 25px 0;
    padding:8px 14px;
    border:1px solid rgba(117,226,143,.25);
    border-radius:999px;
    background:rgba(2,35,20,.35);
    color:#ffffff;
    font-size:12px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
  }

  .amelyore-hero-dot {
    display:inline-block;
    width:9px;
    height:9px;
    border-radius:50%;
    background:#72e18d;
    box-shadow:0 0 0 4px rgba(114,225,141,.15);
  }

  .amelyore-hero h1 {
    max-width:760px;
    margin:0 0 23px 0;
    color:#ffffff;
    font-size:clamp(38px,5vw,66px);
    line-height:1.01;
    font-weight:850;
    letter-spacing:-1.8px;
    text-transform:uppercase;
  }

  .amelyore-hero-location {
    display:block;
    color:#69db84;
  }

  .amelyore-hero-intro {
    max-width:650px;
    margin:0 0 28px 0;
    color:#e8f4eb;
    font-size:clamp(17px,1.7vw,20px);
    line-height:1.65;
  }

  .amelyore-hero-benefits {
    display:flex;
    flex-wrap:wrap;
    gap:13px 26px;
  }

  .amelyore-hero-benefit {
    color:#ffffff;
    font-size:15px;
    font-weight:750;
  }

  .amelyore-hero-check {
    margin-right:6px;
    color:#72e18d;
    font-weight:900;
  }

  .amelyore-hero-media {
    position:relative;
    flex:1 1 42%;
    min-width:390px;
    min-height:500px;
    overflow:hidden;
    background:#dce7df;
  }

  .amelyore-hero-media::before {
    content:"";
    position:absolute;
    z-index:2;
    top:-8%;
    bottom:-8%;
    left:-105px;
    width:190px;
    border-radius:0 50% 50% 0;
    background:#064329;
  }

  .amelyore-hero-image {
    position:absolute;
    inset:0;
    line-height:0;
  }

  .amelyore-hero-image img {
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    min-height:500px !important;
    object-fit:cover !important;
    object-position:center center !important;
  }

  .amelyore-hero-image-caption {
    position:absolute;
    z-index:4;
    right:24px;
    bottom:24px;
    left:78px;
    max-width:410px;
    margin-left:auto;
    padding:17px 19px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:14px;
    background:rgba(4,45,26,.92);
    color:#ffffff;
    box-shadow:0 14px 34px rgba(0,0,0,.28);
  }

  .amelyore-hero-caption-label {
    margin-bottom:5px;
    color:#75e38f;
    font-size:11px;
    font-weight:850;
    letter-spacing:1.2px;
    text-transform:uppercase;
  }

  .amelyore-hero-caption-text {
    font-size:15px;
    font-weight:700;
    line-height:1.45;
  }

  @media (max-width:900px) {
    .amelyore-hero-inner {
      flex-direction:column;
    }

    .amelyore-hero-content {
      padding:48px 32px;
    }

    .amelyore-hero-media {
      min-width:0;
      min-height:370px;
    }

    .amelyore-hero-media::before {
      display:none;
    }

    .amelyore-hero-image img {
      min-height:370px !important;
    }

    .amelyore-hero-image-caption {
      left:22px;
    }
  }

  @media (max-width:560px) {
    .amelyore-hero-content {
      padding:38px 23px;
    }

    .amelyore-hero h1 {
      font-size:36px;
    }

    .amelyore-hero-media,
    .amelyore-hero-image img {
      min-height:310px !important;
    }

    .amelyore-hero-image-caption {
      right:16px;
      bottom:16px;
      left:16px;
    }
  }

/* ============================================================
   Trust Bar
   ============================================================ */
.amelyore-trust-grid {
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    align-items:stretch;
  }

  .amelyore-trust-item {
    box-sizing:border-box;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:94px;
    padding:17px 14px;
    border-right:1px solid rgba(255,255,255,.14);
    text-align:center;
  }

  .amelyore-trust-item:last-child {
    border-right:0;
  }

  .amelyore-trust-icon {
    display:flex;
    align-items:center;
    justify-content:center;
    width:38px;
    height:38px;
    margin:0 auto 8px auto;
    border:1px solid rgba(117,227,143,.70);
    border-radius:50%;
    color:#77e391;
    font-size:17px;
    font-weight:900;
  }

  .amelyore-trust-title {
    color:#ffffff;
    font-size:12px;
    font-weight:850;
    line-height:1.25;
    text-transform:uppercase;
  }

  .amelyore-trust-text {
    margin-top:4px;
    color:#d8ebe0;
    font-size:12px;
    line-height:1.3;
  }

  .amelyore-trust-link {
    color:inherit;
    text-decoration:none;
  }

  .amelyore-trust-button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:0 18px;
    border-radius:9px;
    background:#ffffff;
    color:#145c2e;
    text-decoration:none;
    font-size:13px;
    font-weight:850;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
  }

  @media (max-width:1000px) {
    .amelyore-trust-grid {
      grid-template-columns:repeat(3,minmax(0,1fr));
    }

    .amelyore-trust-item:nth-child(3n) {
      border-right:0;
    }

    .amelyore-trust-item:nth-child(-n+3) {
      border-bottom:1px solid rgba(255,255,255,.14);
    }
  }

  @media (max-width:620px) {
    .amelyore-trust-grid {
      grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .amelyore-trust-item {
      border-right:1px solid rgba(255,255,255,.14);
      border-bottom:1px solid rgba(255,255,255,.14);
    }

    .amelyore-trust-item:nth-child(2n) {
      border-right:0;
    }
  }

/* ============================================================
   Service Details
   ============================================================ */
.amelyore-service-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
  }

  .amelyore-service-card {
    box-sizing:border-box;
    height:100%;
    padding:30px 26px;
    border:1px solid #d9e8dd;
    border-radius:18px;
    background:#ffffff;
    text-align:center;
    box-shadow:0 10px 28px rgba(16,60,39,.07);
  }

  .amelyore-service-icon {
    display:flex;
    align-items:center;
    justify-content:center;
    width:56px;
    height:56px;
    margin:0 auto 18px auto;
    border-radius:50%;
    background:#e8f6ec;
    color:#176b3a;
    font-size:25px;
    font-weight:900;
  }

  .amelyore-service-card h3 {
    margin:0 0 11px 0;
    color:#123c28;
    font-size:21px;
    line-height:1.3;
    font-weight:850;
  }

  .amelyore-service-card p {
    margin:0;
    color:#536159;
    font-size:15px;
    line-height:1.7;
  }

  @media (max-width:820px) {
    .amelyore-service-grid {
      grid-template-columns:1fr;
    }
  }

/* ============================================================
   Process
   ============================================================ */
.amelyore-process-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
  }

  @media (max-width:900px) {
    .amelyore-process-grid {
      grid-template-columns:repeat(2,minmax(0,1fr));
    }
  }

  @media (max-width:620px) {
    .amelyore-process-grid {
      grid-template-columns:1fr;
    }
  }

/* ============================================================
   Why Choose
   ============================================================ */
.amelyore-benefit-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
  }

  .amelyore-benefit-card {
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    align-items:center;
    height:100%;
    min-height:220px;
    padding:29px 24px;
    border:1px solid #d9e8dd;
    border-radius:18px;
    background:#ffffff;
    text-align:center;
    box-shadow:0 9px 25px rgba(16,60,39,.06);
  }

  .amelyore-benefit-icon {
    display:flex;
    align-items:center;
    justify-content:center;
    width:48px;
    height:48px;
    margin:0 auto 17px auto;
    border-radius:50%;
    background:linear-gradient(135deg,#176b3a,#2a9854);
    color:#ffffff;
    font-size:18px;
    font-weight:900;
    box-shadow:0 8px 18px rgba(23,107,58,.18);
  }

  .amelyore-benefit-card h3 {
    margin:0 0 10px 0;
    color:#123c28;
    font-size:19px;
    line-height:1.3;
    font-weight:850;
  }

  .amelyore-benefit-card p {
    margin:0;
    color:#56655c;
    font-size:15px;
    line-height:1.65;
  }

  @media (max-width:880px) {
    .amelyore-benefit-grid {
      grid-template-columns:repeat(2,minmax(0,1fr));
    }
  }

  @media (max-width:560px) {
    .amelyore-benefit-grid {
      grid-template-columns:1fr;
    }
  }

/* ============================================================
   Industries
   ============================================================ */
.amelyore-industries-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
  }

  .amelyore-industry-card {
    box-sizing:border-box;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    min-height:86px;
    padding:18px;
    border:1px solid #d9e8dd;
    border-radius:16px;
    background:#ffffff;
    color:#145c2e;
    text-align:center;
    font-size:16px;
    font-weight:800;
    box-shadow:0 8px 22px rgba(16,60,39,.055);
  }

  .amelyore-industry-mark {
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 30px;
    width:30px;
    height:30px;
    border-radius:50%;
    background:#e8f6ec;
    color:#176b3a;
    font-size:14px;
    font-weight:900;
  }

  @media (max-width:780px) {
    .amelyore-industries-grid {
      grid-template-columns:repeat(2,minmax(0,1fr));
    }
  }

  @media (max-width:520px) {
    .amelyore-industries-grid {
      grid-template-columns:1fr;
    }
  }
/* ============================================================
   Shared Section Layout
   ============================================================ */
.amelyore-section-panel {
    margin:60px 0;
    padding:48px 42px;
    border:1px solid #dce9df;
    border-radius:22px;
    background:linear-gradient(180deg,#f6faf7 0%,#eef6f0 100%);
  }

  .amelyore-section-panel--process {
    margin:50px 0;
    background:linear-gradient(180deg,#f5faf6 0%,#eef6f0 100%);
  }

  .amelyore-section-header {
    max-width:900px;
    margin:0 auto 34px auto;
    text-align:center;
  }

  .amelyore-section-header--process {
    max-width:850px;
  }

  .amelyore-section-header--service {
    max-width:960px;
    margin-bottom:36px;
  }

  .amelyore-section-eyebrow {
    margin:0 0 11px 0;
    color:#198347;
    font-size:14px;
    font-weight:850;
    letter-spacing:1.4px;
    text-transform:uppercase;
  }

  .amelyore-section-eyebrow--process {
    margin-bottom:10px;
    font-size:13px;
  }

  .amelyore-section-title {
    margin:0 0 16px 0;
    color:#103c27;
    font-size:clamp(32px,4vw,46px);
    line-height:1.12;
    font-weight:850;
    letter-spacing:-.8px;
  }

  .amelyore-section-title--process {
    margin-bottom:14px;
    font-size:clamp(30px,4vw,44px);
    letter-spacing:-.7px;
  }

  .amelyore-section-title--service {
    margin-bottom:18px;
    font-size:clamp(32px,4vw,48px);
  }

  .amelyore-section-intro {
    margin:0;
    color:#4f6056;
    font-size:18px;
    line-height:1.7;
  }

  .amelyore-section-intro--process {
    color:#506158;
    font-size:17px;
  }

  .amelyore-section-intro--service {
    max-width:900px;
    margin:0 auto;
    color:#4d5e54;
    line-height:1.75;
  }

/* ============================================================
   Trust Bar Container
   ============================================================ */
.amelyore-trust-bar {
    margin:0 0 48px 0;
    overflow:hidden;
    border-radius:0 0 24px 24px;
    background:linear-gradient(135deg,#063a23 0%,#087342 100%);
    box-shadow:0 16px 34px rgba(8,55,33,.16);
  }

/* ============================================================
   Service Details Layout
   ============================================================ */
.amelyore-service-details {
    margin:60px 0;
  }

/* ============================================================
   Process Cards and Download Panel
   ============================================================ */
.amelyore-process-step {
    box-sizing:border-box;
    height:100%;
    padding:27px 24px;
    border:1px solid #dbe8de;
    border-radius:17px;
    background:#ffffff;
    text-align:center;
    box-shadow:0 8px 22px rgba(16,60,39,.055);
  }

  .amelyore-process-step-number {
    display:flex;
    align-items:center;
    justify-content:center;
    width:50px;
    height:50px;
    margin:0 auto 18px auto;
    border-radius:50%;
    background:linear-gradient(135deg,#176b3a,#2b9955);
    color:#ffffff;
    font-size:18px;
    font-weight:850;
    box-shadow:0 8px 18px rgba(23,107,58,.18);
  }

  .amelyore-process-step h3 {
    margin:0 0 10px 0;
    color:#123b28;
    font-size:19px;
    line-height:1.3;
    font-weight:850;
  }

  .amelyore-process-step p {
    margin:0;
    color:#59675f;
    font-size:15px;
    line-height:1.65;
  }

  .amelyore-process-download {
    margin-top:26px;
    padding:28px;
    border:1px solid #d9e8dd;
    border-radius:17px;
    background:#ffffff;
    text-align:center;
    box-shadow:0 8px 24px rgba(16,60,39,.06);
  }

  .amelyore-process-download-icon {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:48px;
    height:48px;
    margin-bottom:14px;
    border-radius:50%;
    background:#e9f7ed;
    color:#176b3a;
    font-size:24px;
    font-weight:900;
  }

  .amelyore-process-download h3 {
    margin:0 0 10px 0;
    color:#103c27;
    font-size:23px;
    line-height:1.3;
    font-weight:850;
  }

  .amelyore-process-download p {
    max-width:760px;
    margin:0 auto 20px auto;
    color:#526158;
    font-size:16px;
    line-height:1.7;
  }

  .amelyore-process-download-button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:0 22px;
    border-radius:10px;
    background:#176b3a;
    color:#ffffff;
    text-decoration:none;
    font-size:15px;
    font-weight:850;
    box-shadow:0 8px 20px rgba(23,107,58,.18);
  }

/* ============================================================
   Final Call to Action
   ============================================================ */
.amelyore-cta {
  position:relative;
  margin:52px 0 28px 0;
  padding:44px clamp(24px,5vw,58px);
  overflow:hidden;
  border-radius:22px;
  background:linear-gradient(135deg,#073721 0%,#0b5a34 58%,#198347 100%);
  color:#ffffff;
  box-shadow:0 18px 42px rgba(8,55,33,.20);
}

.amelyore-cta-decoration {
  position:absolute;
  top:-80px;
  right:-60px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:rgba(255,255,255,.055);
}

.amelyore-cta-inner {
  position:relative;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.amelyore-cta-content {
  flex:1 1 560px;
}

.amelyore-cta-eyebrow {
  margin:0 0 10px 0;
  color:#7ee399;
  font-size:13px;
  font-weight:850;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.amelyore-cta h2 {
  margin:0 0 12px 0;
  color:#ffffff;
  font-size:clamp(29px,4vw,44px);
  line-height:1.12;
  font-weight:850;
  letter-spacing:-.7px;
}

.amelyore-cta p {
  max-width:720px;
  margin:0;
  color:#e5f4e9;
  font-size:17px;
  line-height:1.7;
}

.amelyore-cta-actions {
  flex:0 1 auto;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.amelyore-cta-primary,
.amelyore-cta-secondary {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  text-decoration:none;
  font-size:16px;
}

.amelyore-cta-primary {
  min-height:54px;
  padding:0 26px;
  background:#ffffff;
  color:#145c2e;
  font-weight:850;
  box-shadow:0 9px 22px rgba(0,0,0,.17);
}

.amelyore-cta-secondary {
  min-height:52px;
  padding:0 24px;
  border:1px solid rgba(255,255,255,.46);
  background:rgba(255,255,255,.08);
  color:#ffffff;
  font-weight:800;
}

/* ============================================================
   Feature Cards
   ============================================================ */
.amelyore-feature-cards {
  margin:30px 0;
  padding:36px 34px;
  border:1px solid #dbe7dd;
  border-radius:18px;
  background:#ffffff;
  box-shadow:0 12px 30px rgba(16,60,39,.07);
}

.amelyore-feature-cards-header {
  max-width:760px;
  margin:0 auto 28px auto;
  text-align:center;
}

.amelyore-feature-cards-eyebrow {
  margin-bottom:8px;
  color:#176b3a;
  font-size:13px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.amelyore-feature-cards h2 {
  margin:0 0 12px 0;
  color:#111111;
  font-size:clamp(26px,3vw,38px);
  line-height:1.15;
  font-weight:800;
}

.amelyore-feature-cards-header p {
  margin:0;
  color:#4f5d54;
  font-size:17px;
  line-height:1.65;
}

.amelyore-feature-cards-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:18px;
}

.amelyore-feature-card {
  min-height:210px;
  padding:26px 24px;
  border:1px solid #dce8df;
  border-radius:16px;
  background:#f5f9f6;
  transition:transform .2s ease,box-shadow .2s ease;
}

.amelyore-feature-card-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  margin-bottom:20px;
  border-radius:14px;
  background:#176b3a;
  color:#ffffff;
  font-size:26px;
  line-height:1;
}

.amelyore-feature-card h3 {
  margin:0 0 10px 0;
  color:#111111;
  font-size:19px;
  line-height:1.3;
  font-weight:800;
}

.amelyore-feature-card p {
  margin:0;
  color:#526158;
  font-size:15px;
  line-height:1.65;
}


/* ============================================================
   Related Services
   ============================================================ */
.amelyore-related-services {
  margin:60px 0;
  padding:42px;
  border:1px solid #dce9df;
  border-radius:22px;
  background:linear-gradient(180deg,#f7fbf8 0%,#eef6f0 100%);
}

.amelyore-related-services-header {
  max-width:900px;
  margin:0 auto 30px auto;
  text-align:center;
}

.amelyore-related-services h2 {
  margin:0 0 14px 0;
  color:#103c27;
  font-size:clamp(30px,4vw,42px);
  line-height:1.15;
  font-weight:850;
  letter-spacing:-.7px;

  display:inline-block;
  white-space:nowrap;
}

.amelyore-related-services-header p {
  margin:0;
  color:#4f6056;
  font-size:17px;
  line-height:1.7;
}

.amelyore-related-services-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:12px;
}

.amelyore-related-service-link {
  display:flex;
  align-items:center;
  min-height:52px;
  padding:12px 16px;
  border:1px solid #d5e6da;
  border-radius:12px;
  background:#ffffff;
  color:#145c2e;
  text-decoration:none;
  font-size:15px;
  font-weight:750;
  box-shadow:0 7px 18px rgba(16,60,39,.045);
}

.amelyore-related-service-link--primary {
  background:#176b3a;
  color:#ffffff;
  border-color:#176b3a;
  font-weight:850;
}

.amelyore-related-services-footer {
  margin-top:22px;
  text-align:center;
}

.amelyore-related-services-footer a {
  color:#145c2e;
  font-size:15px;
  font-weight:800;
}

@media (max-width:620px) {
  .amelyore-related-services {
    padding:36px 23px;
  }
}

/* ============================================================
   Frequently Asked Questions
   ============================================================ */
.amelyore-faq {
  margin:60px 0;
  padding:48px 42px;
  border:1px solid #dce9df;
  border-radius:22px;
  background:#ffffff;
  box-shadow:0 10px 28px rgba(16,60,39,.06);
}

.amelyore-faq-header {
  max-width:900px;
  margin:0 auto 34px auto;
  text-align:center;
}

.amelyore-faq-list {
  display:grid;
  gap:14px;
  max-width:980px;
  margin:0 auto;
}

.amelyore-faq-item {
  padding:24px 26px;
  border:1px solid #dce8df;
  border-radius:16px;
  background:#f7faf8;
}

.amelyore-faq-item h3 {
  margin:0 0 9px 0;
  color:#123c28;
  font-size:19px;
  line-height:1.35;
  font-weight:850;
}

.amelyore-faq-item p {
  margin:0;
  color:#536159;
  font-size:15px;
  line-height:1.7;
}

@media (max-width:620px) {
  .amelyore-faq {
    padding:38px 23px;
  }

  .amelyore-faq-item {
    padding:21px 20px;
  }
}

/* ============================================================
   Sprint 20.6 Related Services Single Row
   ============================================================ */
.amelyore-related-services-grid {
  grid-template-columns:repeat(6,minmax(0,1fr));
}

.amelyore-related-service-link {
  box-sizing:border-box;
  justify-content:center;
  min-width:0;
  padding:12px 10px;
  text-align:center;
  line-height:1.3;
}

@media (max-width:1050px) {
  .amelyore-related-services-grid {
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:620px) {
  .amelyore-related-services-grid {
    grid-template-columns:1fr;
  }
}
/* ============================================================
   Atlas Header
   ============================================================ */
.atlas-header {
  position: relative;
  z-index: 50;
  width: 100%;
  background: #ffffff;
  color: #0f172a;
  border-bottom: 1px solid #e2e8f0;
}

.atlas-header__container {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
}

.atlas-header__utility {
  background: #0f172a;
  color: #ffffff;
}

.atlas-header__utility-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 13px;
}

.atlas-header__contact,
.atlas-header__utility-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.atlas-header__utility a {
  color: #ffffff;
  text-decoration: none;
}

.atlas-header__utility a:hover {
  color: #86c84a;
}

.atlas-header__utility-quote {
  padding: 7px 14px;
  background: #86c84a;
  color: #0f172a !important;
  border-radius: 999px;
  font-weight: 700;
}

.atlas-header__main {
  background: #ffffff;
}

.atlas-header__main-inner {
  min-height: 104px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.atlas-header__brand {
  flex: 0 0 auto;
}

.atlas-header__logo {
  margin: 0;
  line-height: 1;
}

.atlas-header__logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.atlas-header__logo img {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 84px;
  object-fit: contain;
}

.atlas-header__shop-name {
  color: #0f172a;
  font-size: 24px;
  font-weight: 800;
}

.atlas-header__desktop {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
}

.atlas-header__nav {
  min-width: 0;
}

.atlas-header__nav .site-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding: 0;
}

.atlas-header__nav .site-nav > li {
  margin: 0;
}

.atlas-header__nav .site-nav--link {
  display: inline-flex;
  align-items: center;
  padding: 12px 10px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
}

.atlas-header__nav .site-nav--link:hover,
.atlas-header__nav .site-nav--active > .site-nav--link {
  color: #198347;
  background: #f1f7f2;
}

.atlas-header__actions {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
}

.atlas-header__search,
.atlas-header__cart {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 0 12px;
  color: #0f172a;
  text-decoration: none;
  border: 1px solid #d7e0da;
  border-radius: 9px;
  background: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.atlas-header__search:hover,
.atlas-header__cart:hover {
  border-color: #198347;
  color: #198347;
}

.atlas-header__quote,
.atlas-header__mobile-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 9px;
  background: #198347;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
}

.atlas-header__quote:hover,
.atlas-header__mobile-quote:hover {
  background: #116b38;
  color: #ffffff;
}

.atlas-header__cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #86c84a;
  color: #0f172a;
  font-size: 11px;
  font-weight: 800;
}

.atlas-header__mobile-actions,
.atlas-header__mobile-nav {
  display: none;
}

@media screen and (min-width: 990px) {
  .atlas-header {
    position: sticky;
    top: 0;
  }
}

@media screen and (max-width: 989px) {
  .atlas-header__container {
    width: min(100% - 28px, 920px);
  }

  .atlas-header__utility {
    display: none;
  }

  .atlas-header__main-inner {
    min-height: 78px;
    gap: 16px;
  }

  .atlas-header__logo img {
    max-width: 130px;
    max-height: 60px;
  }

  .atlas-header__desktop {
    display: none;
  }

  .atlas-header__mobile-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .show-nav .atlas-header__mobile-nav {
    display: block;
  }

}

  .atlas-header__mobile-search,
  .atlas-header__mobile-cart,
  .atlas-header__menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 10px;
    border: 1px solid #d7e0da;
    border-radius: 8px;
    background: #ffffff;
    color: #0f172a;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
  }

  .atlas-header__mobile-nav {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
  }

  .atlas-header__mobile-nav .mobile-nav {
    margin: 0;
    padding: 14px 0;
  }

  .atlas-header__mobile-nav .mobile-nav--link {
    color: #0f172a;
    font-weight: 700;
  }

  .atlas-header__mobile-quote {
    width: 100%;
    margin: 0 0 18px;
  }
}

@media screen and (max-width: 560px) {
  .atlas-header__container {
    width: min(100% - 20px, 520px);
  }

  .atlas-header__main-inner {
    min-height: 70px;
  }

  .atlas-header__logo img {
    max-width: 106px;
    max-height: 52px;
  }

  .atlas-header__mobile-search {
    display: none;
  }

  .atlas-header__mobile-cart,
  .atlas-header__menu-button {
    min-height: 38px;
    padding: 0 9px;
    font-size: 11px;
  }
}
/* Atlas Header v1 refinements */

.atlas-header__container {
  width: min(1520px, calc(100% - 32px));
}

.atlas-header__main-inner {
  min-height: 88px;
  gap: 22px;
}

.atlas-header__brand {
  width: 165px;
}

.atlas-header__logo img {
  max-width: 145px;
  max-height: 72px;
  transform: scale(1.22);
  transform-origin: left center;
}

.atlas-header__desktop {
  gap: 18px;
}

.atlas-header__nav .site-nav {
  gap: 0;
  flex-wrap: nowrap;
}

.atlas-header__nav .site-nav--link {
  padding: 11px 8px;
  font-size: 13px;
  white-space: nowrap;
}

.atlas-header__actions {
  gap: 7px;
}

.atlas-header__search,
.atlas-header__cart {
  min-height: 40px;
  padding: 0 11px;
}

.atlas-header__quote {
  min-height: 42px;
  padding: 0 16px;
}
/* ============================================================
   Atlas Hero
   ============================================================ */

.atlas-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0f172a;
}

.atlas-hero__background,
.atlas-hero__overlay {
  position: absolute;
  inset: 0;
}

.atlas-hero__background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.atlas-hero__overlay {
  background:
    linear-gradient(
      90deg,
      rgba(15, 23, 42, 0.97) 0%,
      rgba(15, 23, 42, 0.84) 45%,
      rgba(15, 23, 42, 0.25) 100%
    );
}

.atlas-hero__container {
  position: relative;
  z-index: 2;
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  padding: 90px 0;
}

.atlas-hero__content {
  max-width: 720px;
}

.atlas-hero__eyebrow {
  margin: 0 0 18px;
  color: #9cdb64;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atlas-hero .atlas-hero__heading {
  margin: 0;
  color: #ffffff;
  font-size: clamp(46px, 5vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.atlas-hero__introduction {
  max-width: 650px;
  margin-top: 26px;
  color: #e2e8f0;
  font-size: 20px;
  line-height: 1.65;
}

.atlas-hero__introduction p {
  margin: 0;
}

.atlas-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.atlas-hero__button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease;
}

.atlas-hero__button:hover {
  transform: translateY(-2px);
}

.atlas-hero__button--primary {
  background: #86c84a;
  color: #0f172a;
}

.atlas-hero__button--primary:hover {
  background: #9cdb64;
  color: #0f172a;
}

.atlas-hero__button--secondary {
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(15, 23, 42, 0.25);
  color: #ffffff;
}

.atlas-hero__button--secondary:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

@media screen and (max-width: 760px) {
  .atlas-hero {
    min-height: 590px;
  }

  .atlas-hero__overlay {
    background: rgba(15, 23, 42, 0.8);
  }

  .atlas-hero__container {
    width: min(100% - 28px, 700px);
    padding: 70px 0;
  }

  .atlas-hero__heading {
    font-size: clamp(40px, 12vw, 58px);
  }

  .atlas-hero__actions,
  .atlas-hero__button {
    width: 100%;
  }

   .atlas-hero__introduction {
    font-size: 17px;
  }
}
/* ========================================
   ATLAS TRUST BAR
======================================== */

.atlas-trust-bar {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.atlas-trust-bar__inner {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: stretch;
}

.atlas-trust-bar__item {
  position: relative;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 96px;
}

.atlas-trust-bar__item + .atlas-trust-bar__item {
  border-left: 1px solid #e5e7eb;
}

.atlas-trust-bar__item strong {
  display: block;
  margin-bottom: 5px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.atlas-trust-bar__item span {
  display: block;
  color: #64748b;
  font-size: 13px;
  line-height: 1.4;
}

@media screen and (max-width: 1000px) {
  .atlas-trust-bar__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .atlas-trust-bar__item {
    border-bottom: 1px solid #e5e7eb;
  }

  .atlas-trust-bar__item + .atlas-trust-bar__item {
    border-left: 0;
  }

  .atlas-trust-bar__item:nth-child(even) {
    border-left: 1px solid #e5e7eb;
  }
}

@media screen and (max-width: 600px) {
  .atlas-trust-bar__inner {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .atlas-trust-bar__item {
    min-height: auto;
    padding: 18px 22px;
  }

  .atlas-trust-bar__item:nth-child(even) {
    border-left: 0;
  }
}
/* ========================================
   ATLAS SERVICES
======================================== */

.atlas-services {
  padding: 110px 0 120px;
  background: #f7f8f6;
}

.atlas-services__inner {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
}

.atlas-services__intro {
  max-width: 760px;
  margin-bottom: 54px;
}

.atlas-services__eyebrow {
  margin: 0 0 14px;
  color: #16854b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atlas-services .atlas-services__heading {
  margin: 0;
  color: #0f172a;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.atlas-services__text {
  max-width: 680px;
  margin: 22px 0 0;
  color: #64748b;
  font-size: 18px;
  line-height: 1.65;
}

.atlas-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.atlas-services__card {
  min-height: 230px;
  padding: 34px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.atlas-services__card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.atlas-services .atlas-services__card h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.2;
}

.atlas-services__card p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 1000px) {
  .atlas-services {
    padding: 80px 0 90px;
  }

  .atlas-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .atlas-services {
    padding: 64px 0 70px;
  }

  .atlas-services__inner {
    width: min(100% - 36px, 700px);
  }

  .atlas-services__intro {
    margin-bottom: 36px;
  }

  .atlas-services .atlas-services__heading {
    font-size: 34px;
  }

  .atlas-services__text {
    font-size: 16px;
  }

  .atlas-services__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .atlas-services__card {
    min-height: 190px;
    padding: 26px;
  }
}
/* ========================================
   ATLAS INDUSTRIES
======================================== */

.atlas-industries {
  padding: 110px 0 120px;
  background: #0f172a;
}

.atlas-industries__inner {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
}

.atlas-industries__intro {
  max-width: 820px;
  margin-bottom: 54px;
}

.atlas-industries__eyebrow {
  margin: 0 0 14px;
  color: #86c84a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atlas-industries .atlas-industries__heading {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.atlas-industries__text {
  max-width: 720px;
  margin: 22px 0 0;
  color: #cbd5e1;
  font-size: 18px;
  line-height: 1.65;
}

.atlas-industries__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  overflow: hidden;
}

.atlas-industries__card {
  min-height: 240px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #162033;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 180ms ease;
}

.atlas-industries__card:hover {
  background: #1d2a40;
}

.atlas-industries .atlas-industries__card h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
}

.atlas-industries__card p {
  margin: 0;
  color: #b8c3d3;
  font-size: 15px;
  line-height: 1.6;
}

.atlas-industries__link {
  display: block;
  margin-top: 20px;
  color: #9cdb64;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 1000px) {
  .atlas-industries {
    padding: 80px 0 90px;
  }

  .atlas-industries__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .atlas-industries {
    padding: 64px 0 70px;
  }

  .atlas-industries__inner {
    width: min(100% - 36px, 700px);
  }

  .atlas-industries__intro {
    margin-bottom: 36px;
  }

  .atlas-industries .atlas-industries__heading {
    font-size: 34px;
  }

  .atlas-industries__text {
    font-size: 16px;
  }

  .atlas-industries__grid {
    grid-template-columns: 1fr;
  }

  .atlas-industries__card {
    min-height: 200px;
    padding: 28px;
  }
}
/* ========================================
   ATLAS WHY HAZEXPERTS
======================================== */

.atlas-why {
  padding: 80px 0;
  background: #ffffff;
}

.atlas-why__inner {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 100px;
  align-items: start;
}

.atlas-why__intro {
  position: static;
}

.atlas-why__eyebrow {
  margin: 0 0 16px;
  color: #16854b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atlas-why .atlas-why__heading {
  max-width: 600px;
  margin: 0;
  color: #0f172a;
  font-size: clamp(40px, 4vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.atlas-why__text {
  max-width: 580px;
  margin: 26px 0 0;
  color: #64748b;
  font-size: 18px;
  line-height: 1.7;
}

.atlas-why__list {
  border-top: 1px solid #dbe2ea;
}

.atlas-why__item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  padding: 30px 0;
  border-bottom: 1px solid #dbe2ea;
}

.atlas-why__number {
  color: #16854b;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.atlas-why .atlas-why__item h3 {
  margin: 0 0 9px;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.25;
}

.atlas-why__item p {
  max-width: 620px;
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.65;
}

@media screen and (max-width: 900px) {
  .atlas-why {
    padding: 80px 0 90px;
  }

  .atlas-why__inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .atlas-why__intro {
    position: static;
  }
}

@media screen and (max-width: 600px) {
  .atlas-why {
    padding: 64px 0 70px;
  }

  .atlas-why__inner {
    width: min(100% - 36px, 700px);
    gap: 40px;
  }

  .atlas-why .atlas-why__heading {
    font-size: 34px;
  }

  .atlas-why__text {
    font-size: 16px;
  }

  .atlas-why__item {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 24px 0;
  }
}
/* ========================================
   ATLAS CTA
======================================== */

.atlas-cta {
  padding: 80px 0;
  background: #86c84a;
}

.atlas-cta__inner {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
  gap: 80px;
  align-items: end;
}

.atlas-cta__content {
  max-width: 900px;
}

.atlas-cta__eyebrow {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atlas-cta .atlas-cta__heading {
  margin: 0;
  color: #0f172a;
  font-size: clamp(40px, 4.5vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.atlas-cta__text {
  max-width: 760px;
  margin: 24px 0 0;
  color: #182337;
  font-size: 17px;
  line-height: 1.65;
}

.atlas-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}

.atlas-cta__button {
  display: flex;
  min-height: 56px;
  padding: 14px 24px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease;
}

.atlas-cta__button:hover {
  transform: translateY(-2px);
}

.atlas-cta__button--primary {
  background: #0f172a;
  color: #ffffff;
}

.atlas-cta__button--primary:hover {
  background: #17233a;
  color: #ffffff;
}

.atlas-cta__button--secondary {
  border: 2px solid #0f172a;
  background: transparent;
  color: #0f172a;
}

.atlas-cta__button--secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #0f172a;
}

@media screen and (max-width: 900px) {
  .atlas-cta {
    padding: 70px 0;
  }

  .atlas-cta__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .atlas-cta__actions {
    max-width: 420px;
  }
}

@media screen and (max-width: 600px) {
  .atlas-cta {
    padding: 58px 0;
  }

  .atlas-cta__inner {
    width: min(100% - 36px, 700px);
    gap: 32px;
  }

  .atlas-cta .atlas-cta__heading {
    font-size: 36px;
  }

  .atlas-cta__text {
    font-size: 16px;
  }

  .atlas-cta__actions {
    max-width: none;
  }
}
/* ========================================
   ATLAS SERVICE PAGE — HERO
   ======================================== */

.atlas-service-hero {
  background: #0d172b;
  color: #ffffff;
  padding: 88px 0 0;
}

.atlas-service-hero__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 56px;
}

.atlas-service-hero__content {
  max-width: 900px;
  padding-bottom: 72px;
}

.atlas-service-hero__eyebrow {
  margin: 0 0 24px;
  color: #84cc45;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atlas-service-hero__heading {
  margin: 0;
  max-width: 850px;
  color: #ffffff;
  font-size: clamp(52px, 5.2vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.atlas-service-hero__text {
  max-width: 760px;
  margin: 30px 0 0;
  color: #d7deea;
  font-size: 20px;
  line-height: 1.55;
}

.atlas-service-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.atlas-service-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.atlas-service-hero__button:hover {
  transform: translateY(-1px);
}

.atlas-service-hero__button--primary {
  background: #84cc45;
  border: 2px solid #84cc45;
  color: #0d172b;
}

.atlas-service-hero__button--secondary {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.65);
  color: #ffffff;
}

.atlas-service-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.atlas-service-hero__proof-item {
  padding: 26px 28px 30px 0;
}

.atlas-service-hero__proof-item + .atlas-service-hero__proof-item {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.atlas-service-hero__proof-item strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.atlas-service-hero__proof-item span {
  display: block;
  color: #aeb9ca;
  font-size: 14px;
  line-height: 1.45;
}

/* Tablet */
@media screen and (max-width: 900px) {
  .atlas-service-hero {
    padding-top: 68px;
  }

  .atlas-service-hero__inner {
    padding: 0 32px;
  }

  .atlas-service-hero__content {
    padding-bottom: 54px;
  }

  .atlas-service-hero__proof {
    grid-template-columns: 1fr;
  }

  .atlas-service-hero__proof-item,
  .atlas-service-hero__proof-item + .atlas-service-hero__proof-item {
    padding: 20px 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .atlas-service-hero__proof-item:first-child {
    border-top: 0;
  }
}

/* Mobile */
@media screen and (max-width: 600px) {
  .atlas-service-hero {
    padding-top: 52px;
  }

  .atlas-service-hero__inner {
    padding: 0 22px;
  }

  .atlas-service-hero__content {
    padding-bottom: 42px;
  }

  .atlas-service-hero__eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .atlas-service-hero__heading {
    font-size: clamp(40px, 12vw, 56px);
  }

  .atlas-service-hero__text {
    margin-top: 24px;
    font-size: 17px;
  }

  .atlas-service-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .atlas-service-hero__button {
    width: 100%;
  }
}
/* ========================================
   ATLAS SERVICE PAGE — PROCESS
   ======================================== */

.atlas-service-body {
  background: #ffffff;
  padding: 100px 0;
}

.atlas-service-body__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 110px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 56px;
}

.atlas-service-body__intro {
  align-self: start;
  position: static;
}

.atlas-service-body__eyebrow {
  margin: 0 0 20px;
  color: #168a4b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atlas-service-body__heading {
  margin: 0;
  max-width: 560px;
  color: #0d172b;
  font-size: clamp(40px, 4vw, 60px);
  line-height: 1;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.atlas-service-body__text {
  max-width: 540px;
  margin: 28px 0 0;
  color: #61708a;
  font-size: 18px;
  line-height: 1.65;
}

.atlas-service-body__steps {
  border-top: 1px solid #d9e0e8;
}

.atlas-service-body__step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 26px;
  padding: 30px 0 32px;
  border-bottom: 1px solid #d9e0e8;
}

.atlas-service-body__number {
  padding-top: 4px;
  color: #168a4b;
  font-size: 14px;
  font-weight: 700;
}

.atlas-service-body__step h3 {
  margin: 0 0 10px;
  color: #0d172b;
  font-size: 21px;
  line-height: 1.2;
  text-transform: uppercase;
}

.atlas-service-body__step p {
  max-width: 650px;
  margin: 0;
  color: #61708a;
  font-size: 16px;
  line-height: 1.6;
}

/* Tablet */
@media screen and (max-width: 900px) {
  .atlas-service-body {
    padding: 72px 0;
  }

  .atlas-service-body__inner {
    grid-template-columns: 1fr;
    gap: 52px;
    padding: 0 32px;
  }

  .atlas-service-body__intro {
    position: static;
  }
}

/* Mobile */
@media screen and (max-width: 600px) {
  .atlas-service-body {
    padding: 58px 0;
  }

  .atlas-service-body__inner {
    gap: 40px;
    padding: 0 22px;
  }

  .atlas-service-body__heading {
    font-size: clamp(36px, 10vw, 48px);
  }

  .atlas-service-body__text {
    margin-top: 22px;
    font-size: 17px;
  }

  .atlas-service-body__step {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 24px 0;
  }

  .atlas-service-body__step h3 {
    font-size: 19px;
  }
}
/* ========================================
   ATLAS CHEMICAL WASTE TYPES
   ======================================== */

.atlas-chemical-types {
  padding: 100px 0;
  background: #f7f8f6;
}

.atlas-chemical-types__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 56px;
}

.atlas-chemical-types__intro {
  max-width: 800px;
  margin-bottom: 50px;
}

.atlas-chemical-types__eyebrow {
  margin: 0 0 14px;
  color: #16854b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atlas-chemical-types .atlas-chemical-types__heading {
  margin: 0;
  color: #0f172a;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.atlas-chemical-types__text {
  max-width: 720px;
  margin: 22px 0 0;
  color: #64748b;
  font-size: 18px;
  line-height: 1.65;
}

.atlas-chemical-types__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.atlas-chemical-types__item {
  min-height: 190px;
  padding: 28px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}

.atlas-chemical-types .atlas-chemical-types__item h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 19px;
  line-height: 1.25;
}

.atlas-chemical-types__item p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
}

.atlas-chemical-types__callout {
  margin-top: 30px;
  padding: 34px 36px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  background: #0f172a;
  border-radius: 14px;
}

.atlas-chemical-types__callout-eyebrow {
  margin: 0 0 8px;
  color: #86c84a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atlas-chemical-types .atlas-chemical-types__callout h3 {
  margin: 0;
  max-width: 820px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.3;
}

.atlas-chemical-types__button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #86c84a;
  color: #0f172a;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  .atlas-chemical-types__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .atlas-chemical-types__callout {
    grid-template-columns: 1fr;
  }

  .atlas-chemical-types__button {
    justify-self: start;
  }
}

@media screen and (max-width: 600px) {
  .atlas-chemical-types {
    padding: 64px 0 70px;
  }

  .atlas-chemical-types__inner {
    width: min(100% - 36px, 700px);
  }

  .atlas-chemical-types .atlas-chemical-types__heading {
    font-size: 34px;
  }

  .atlas-chemical-types__text {
    font-size: 16px;
  }

  .atlas-chemical-types__grid {
    grid-template-columns: 1fr;
  }

  .atlas-chemical-types__item {
    min-height: auto;
    padding: 24px;
  }

  .atlas-chemical-types__callout {
    padding: 28px 24px;
  }

  .atlas-chemical-types .atlas-chemical-types__callout h3 {
    font-size: 21px;
  }
}
/* Keep Atlas service hero title white */
.atlas-service-hero .atlas-service-hero__heading {
  color: #ffffff !important;
}
/* ========================================
   ATLAS SERVICE CTA
   ======================================== */

.atlas-service-cta {
  padding: 78px 0;
  background: #86c84a;
}

.atlas-service-cta__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 56px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
  gap: 80px;
  align-items: end;
}

.atlas-service-cta__content {
  max-width: 900px;
}

.atlas-service-cta__eyebrow {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atlas-service-cta .atlas-service-cta__heading {
  margin: 0;
  color: #0f172a;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.atlas-service-cta__text {
  max-width: 760px;
  margin: 24px 0 0;
  color: #182337;
  font-size: 17px;
  line-height: 1.65;
}

.atlas-service-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.atlas-service-cta__button {
  display: flex;
  min-height: 56px;
  padding: 14px 24px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease;
}

.atlas-service-cta__button:hover {
  transform: translateY(-2px);
}

.atlas-service-cta__button--primary {
  background: #0f172a;
  color: #ffffff;
}

.atlas-service-cta__button--secondary {
  border: 2px solid #0f172a;
  background: transparent;
  color: #0f172a;
}

@media screen and (max-width: 900px) {
  .atlas-service-cta__inner {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 0 32px;
  }

  .atlas-service-cta__actions {
    max-width: 420px;
  }
}

@media screen and (max-width: 600px) {
  .atlas-service-cta {
    padding: 58px 0;
  }

  .atlas-service-cta__inner {
    padding: 0 22px;
  }

  .atlas-service-cta .atlas-service-cta__heading {
    font-size: 36px;
  }

  .atlas-service-cta__text {
    font-size: 16px;
  }

  .atlas-service-cta__actions {
    max-width: none;
  }
}
/* ========================================
   ATLAS AMELYORE PAGE WRAPPER
   ======================================== */

.atlas-amelyore-page {
  width: 100%;
  background: #ffffff;
}

.atlas-amelyore-page__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 56px;
}

@media screen and (max-width: 900px) {
  .atlas-amelyore-page__inner {
    padding: 0 32px;
  }
}

@media screen and (max-width: 600px) {
  .atlas-amelyore-page__inner {
    padding: 0 22px;
  }
}
/* ========================================
   ATLAS CHEMICAL LIST DOWNLOAD
   ======================================== */

.atlas-chemical-types__known {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  margin-top: 30px;
  padding: 34px 36px;
  background: #ffffff;
  border: 4px solid #16854b;
  border-radius: 14px;
}

.atlas-chemical-types__known-content {
  max-width: 780px;
}

.atlas-chemical-types__known-eyebrow {
  margin: 0 0 8px;
  color: #16854b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atlas-chemical-types .atlas-chemical-types__known h3 {
  margin: 0;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.25;
}

.atlas-chemical-types__known-content > p:last-child {
  margin: 10px 0 0;
  max-width: 720px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
}

.atlas-chemical-types__known-button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  border: 2px solid #0f172a;
  border-radius: 8px;
  background: #ffffff;
  color: #0f172a;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, background-color 180ms ease;
}

.atlas-chemical-types__known-button:hover {
  transform: translateY(-2px);
  background: #f4f7f2;
}

@media screen and (max-width: 900px) {
  .atlas-chemical-types__known {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .atlas-chemical-types__known-button {
    justify-self: start;
  }
}

@media screen and (max-width: 600px) {
  .atlas-chemical-types__known {
    padding: 26px 24px;
  }

  .atlas-chemical-types__known-button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}
/* ========================================
   ATLAS WEEE — HAZARDOUS WEEE CALLOUT
   ======================================== */

.atlas-weee-hazard {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  margin-top: 30px;
  padding: 34px 36px;
  background: #0f172a;
  border-radius: 14px;
}

.atlas-weee-hazard__content {
  max-width: 820px;
}

.atlas-weee-hazard__eyebrow {
  margin: 0 0 8px;
  color: #86c84a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atlas-weee-hazard h3 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.3;
}

.atlas-weee-hazard__content > p:last-child {
  margin: 10px 0 0;
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.6;
}

.atlas-weee-hazard__button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #86c84a;
  color: #0f172a;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .atlas-weee-hazard {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .atlas-weee-hazard__button {
    justify-self: start;
  }
}

@media screen and (max-width: 600px) {
  .atlas-weee-hazard {
    padding: 26px 24px;
  }

  .atlas-weee-hazard__button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}
/* ========================================
   ATLAS WEEE — REUSE / RECYCLE / RECOVER
   ======================================== */

.atlas-weee-recycling {
  padding: 100px 0;
  background: #ffffff;
}

.atlas-weee-recycling__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 56px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 100px;
  align-items: start;
}

.atlas-weee-recycling__eyebrow {
  margin: 0 0 16px;
  color: #16854b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atlas-weee-recycling .atlas-weee-recycling__heading {
  margin: 0;
  color: #0f172a;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.atlas-weee-recycling__text {
  max-width: 620px;
  margin: 24px 0 0;
  color: #64748b;
  font-size: 18px;
  line-height: 1.65;
}

.atlas-weee-recycling__points {
  border-top: 1px solid #dbe2ea;
}

.atlas-weee-recycling__point {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid #dbe2ea;
}

.atlas-weee-recycling__point > span {
  color: #16854b;
  font-size: 14px;
  font-weight: 800;
}

.atlas-weee-recycling .atlas-weee-recycling__point h3 {
  margin: 0 0 9px;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.25;
}

.atlas-weee-recycling__point p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.65;
}

@media screen and (max-width: 900px) {
  .atlas-weee-recycling {
    padding: 76px 0;
  }

  .atlas-weee-recycling__inner {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 0 32px;
  }
}

@media screen and (max-width: 600px) {
  .atlas-weee-recycling {
    padding: 62px 0;
  }

  .atlas-weee-recycling__inner {
    padding: 0 22px;
  }

  .atlas-weee-recycling .atlas-weee-recycling__heading {
    font-size: 34px;
  }

  .atlas-weee-recycling__text {
    font-size: 16px;
  }

  .atlas-weee-recycling__point {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding: 24px 0;
  }
}
/* ========================================
   ATLAS WASTE OIL — COLLECTION OPTIONS
   ======================================== */

.atlas-oil-options {
  padding: 100px 0;
  background: #f7f8f6;
}

.atlas-oil-options__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 56px;
}

.atlas-oil-options__intro {
  max-width: 800px;
  margin-bottom: 48px;
}

.atlas-oil-options__eyebrow {
  margin: 0 0 14px;
  color: #16854b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atlas-oil-options .atlas-oil-options__heading {
  margin: 0;
  color: #0f172a;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.atlas-oil-options__text {
  max-width: 720px;
  margin: 22px 0 0;
  color: #64748b;
  font-size: 18px;
  line-height: 1.65;
}

.atlas-oil-options__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.atlas-oil-options__card {
  min-height: 320px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #dbe2ea;
  border-radius: 14px;
  color: inherit;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.atlas-oil-options__card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.atlas-oil-options__card--dark {
  background: #0f172a;
  border-color: #0f172a;
}

.atlas-oil-options__label {
  margin: 0 0 14px;
  color: #16854b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atlas-oil-options__card--dark .atlas-oil-options__label {
  color: #86c84a;
}

.atlas-oil-options .atlas-oil-options__card h3 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 28px;
  line-height: 1.15;
}

.atlas-oil-options__card > div > p:last-child {
  margin: 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.65;
}

.atlas-oil-options__card--dark h3 {
  color: #ffffff !important;
}

.atlas-oil-options__card--dark > div > p:last-child {
  color: #cbd5e1;
}

.atlas-oil-options__link {
  display: block;
  margin-top: 30px;
  color: #16854b;
  font-size: 15px;
  font-weight: 800;
}

.atlas-oil-options__card--dark .atlas-oil-options__link {
  color: #9cdb64;
}

@media screen and (max-width: 900px) {
  .atlas-oil-options {
    padding: 76px 0;
  }

  .atlas-oil-options__inner {
    padding: 0 32px;
  }

  .atlas-oil-options__grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 600px) {
  .atlas-oil-options {
    padding: 62px 0;
  }

  .atlas-oil-options__inner {
    padding: 0 22px;
  }

  .atlas-oil-options .atlas-oil-options__heading {
    font-size: 34px;
  }

  .atlas-oil-options__text {
    font-size: 16px;
  }

  .atlas-oil-options__card {
    min-height: 260px;
    padding: 28px;
  }
}
/* Atlas Oil & Fuel Filter Hero */
body .atlas-filter-page .atlas-service-hero,
body .atlas-filter-page {
  background: #0f172a;
}
/* ========================================
   ATLAS FILTER — DRUM EXCHANGE PROCESS
   ======================================== */

.atlas-filter-process {
  padding: 100px 0;
  background: #ffffff;
}

.atlas-filter-process__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 56px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 100px;
  align-items: start;
}

.atlas-filter-process__eyebrow {
  margin: 0 0 16px;
  color: #16854b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atlas-filter-process .atlas-filter-process__heading {
  margin: 0;
  color: #0f172a;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.atlas-filter-process__text {
  max-width: 620px;
  margin: 24px 0 0;
  color: #64748b;
  font-size: 18px;
  line-height: 1.65;
}

.atlas-filter-process__steps {
  border-top: 1px solid #dbe2ea;
}

.atlas-filter-process__step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid #dbe2ea;
}

.atlas-filter-process__step > span {
  color: #16854b;
  font-size: 14px;
  font-weight: 800;
}

.atlas-filter-process .atlas-filter-process__step h3 {
  margin: 0 0 9px;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.25;
}

.atlas-filter-process__step p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.65;
}

@media screen and (max-width: 900px) {
  .atlas-filter-process {
    padding: 76px 0;
  }

  .atlas-filter-process__inner {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 0 32px;
  }
}

@media screen and (max-width: 600px) {
  .atlas-filter-process {
    padding: 62px 0;
  }

  .atlas-filter-process__inner {
    padding: 0 22px;
  }

  .atlas-filter-process .atlas-filter-process__heading {
    font-size: 34px;
  }

  .atlas-filter-process__text {
    font-size: 16px;
  }

  .atlas-filter-process__step {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding: 24px 0;
  }
}
/* Atlas service hero photographic backgrounds */
.atlas-service-hero--paint {
  background-image:
    linear-gradient(rgba(13, 23, 43, 0.82), rgba(13, 23, 43, 0.82)),
    url('/cdn/shop/files/Paint_Tins.jpg?v=1772201378');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Chemical Clearances hero */
.atlas-service-hero--chemical {
  background-image:
    linear-gradient(rgba(13, 23, 43, 0.82), rgba(13, 23, 43, 0.82)),
    url('/cdn/shop/files/Chemical-Waste-696x437_1000x500_c80c974e-b10d-4f45-86eb-31bdac22d650.png?v=1613180790');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* WEEE Waste Recycling hero */
.atlas-service-hero--weee {
  background-image:
    linear-gradient(rgba(13, 23, 43, 0.82), rgba(13, 23, 43, 0.82)),
    url('/cdn/shop/files/weee_1000x500_c900caec-cc2d-400e-8064-d2ec2e250882.jpg?v=1613180790');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Waste Oil Collection hero */
.atlas-service-hero--oil {
  background-image:
    linear-gradient(rgba(13, 23, 43, 0.82), rgba(13, 23, 43, 0.82)),
    url('/cdn/shop/files/waste_fuel_59512a33-966f-49c0-b352-1cbd682b6156.jpg?v=1613180789');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Oil & Fuel Filter Disposal hero */
.atlas-service-hero--filter {
  background-image:
    linear-gradient(rgba(13, 23, 43, 0.82), rgba(13, 23, 43, 0.82)),
    url('/cdn/shop/files/Oil_Fuel_Filters.jpg?v=1772201382');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Tyre Disposal & Recycling hero */
.atlas-service-hero--tyre {
  background-image:
    linear-gradient(rgba(13, 23, 43, 0.82), rgba(13, 23, 43, 0.82)),
    url('/cdn/shop/files/tyre_disposal.jpg?v=1613180345');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Atlas homepage photographic hero */
.atlas-hero--photo {
  background-image:
    linear-gradient(
      90deg,
      rgba(15, 23, 42, 0.98) 0%,
      rgba(15, 23, 42, 0.94) 35%,
      rgba(15, 23, 42, 0.82) 60%,
      rgba(15, 23, 42, 0.72) 100%
    ),
    url('/cdn/shop/files/IMG-20240930-WA0005_57133736-2674-460e-91ff-def6fcc046dd.jpg?v=1727782427');

  background-size: auto 100%;
  background-position: 100% center;
  background-repeat: no-repeat;
}
/* Rugby Town FC partnership block */
.atlas-hero__partner {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 620px;
  margin: 28px 0 0;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(8, 18, 36, 0.58);
  backdrop-filter: blur(4px);
}

.atlas-hero__partner-logo {
  width: 72px;
  height: auto;
  flex: 0 0 auto;
}

.atlas-hero__partner-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #ffffff;
}

.atlas-hero__partner-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #4da3ff;
}

.atlas-hero__partner-content strong {
  font-size: 18px;
  line-height: 1.3;
}

.atlas-hero__partner-content > span:last-child {
  font-size: 15px;
  opacity: 0.86;
}

.atlas-hero__partner-logo {
    width: 58px;
  }

  .atlas-hero__partner-content strong {
    font-size: 16px;
  }

/* Rugby Town FC partnership strip */
.atlas-home-partner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 16px 30px;
  background: #ffffff;
  color: #0d172b;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.atlas-home-partner__logo {
  width: 48px;
  height: auto;
  flex: 0 0 auto;
}

.atlas-home-partner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  white-space: nowrap;
}

.atlas-home-partner__content strong {
  font-size: 18px;
  line-height: 1.2;
  color: #0d172b;
}

.atlas-home-partner__divider {
  color: #94a3b8;
}

@media (max-width: 749px) {
  .atlas-home-partner {
    gap: 12px;
    padding: 14px 16px;
  }

  .atlas-home-partner__logo {
    width: 40px;
  }

  .atlas-home-partner__content {
    gap: 8px;
    white-space: normal;
    text-align: center;
  }

  .atlas-home-partner__content strong {
    font-size: 14px;
  }

  .atlas-home-partner__divider {
    display: none;
  }
}
/* ========================================
   ATLAS LOCATION PAGES
   ======================================== */
/* ========================================
   ATLAS LOCATION PAGES
   ======================================== */

.atlas-location-page {
  background: #ffffff;
  color: #0d172b;
}

.atlas-location-hero {
  width: 100%;
  min-height: 560px;
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #0d172b;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.atlas-location-hero--aerosol {
  background-image:
    linear-gradient(
      90deg,
      rgba(13, 23, 43, 0.97) 0%,
      rgba(13, 23, 43, 0.92) 38%,
      rgba(13, 23, 43, 0.78) 65%,
      rgba(13, 23, 43, 0.68) 100%
    ),
    url('/cdn/shop/files/Aerosol_Cans_168821852.JPG_0b3d2a4b-b47d-40dd-b1e4-25a7fa3601be_medium.jpg?v=1550317777');
}

.atlas-location-hero__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 56px;
}

.atlas-location-hero__content {
  max-width: 760px;
}

.atlas-location-hero__eyebrow {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #22c55e;
}

.atlas-location-hero h1 {
  margin: 0;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.02;
  color: #ffffff;
}

.atlas-location-hero h1 span {
  display: block;
  color: #22c55e;
}

.atlas-location-hero__intro {
  max-width: 680px;
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.atlas-location-hero__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 26px;
  font-size: 15px;
  font-weight: 600;
}

.atlas-location-hero__benefits span {
  color: #ffffff;
}

.atlas-location-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.atlas-location-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}

.atlas-location-hero__button--primary {
  background: #22c55e;
  color: #ffffff;
}

.atlas-location-hero__button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

@media (max-width: 749px) {
  .atlas-location-hero {
    min-height: 520px;
    background-position: center;
  }

  .atlas-location-hero__inner {
    padding: 56px 20px;
  }

  .atlas-location-hero h1 {
    font-size: 40px;
  }

  .atlas-location-hero__actions {
    flex-direction: column;
  }

  .atlas-location-hero__button {
    width: 100%;
  }
}
.atlas-location-hero {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
/* Atlas location trust strip */
.atlas-location-trust {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.atlas-location-trust__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 22px 56px;
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  align-items: center;
}

.atlas-location-trust__item {
  padding: 4px 24px;
  border-right: 1px solid #e5e7eb;
}

.atlas-location-trust__item:first-child {
  padding-left: 0;
}

.atlas-location-trust__item strong {
  display: block;
  margin-bottom: 4px;
  color: #0d172b;
  font-size: 15px;
  line-height: 1.2;
}

.atlas-location-trust__item span {
  display: block;
  color: #64748b;
  font-size: 13px;
  line-height: 1.4;
}

.atlas-location-trust__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-left: 26px;
  padding: 0 20px;
  border-radius: 8px;
  background: #22c55e;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .atlas-location-trust__inner {
    padding: 20px 28px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .atlas-location-trust__item {
    padding: 0;
    border-right: 0;
  }

  .atlas-location-trust__button {
    margin-left: 0;
  }
}

@media (max-width: 749px) {
  .atlas-location-trust__inner {
    padding: 20px;
    grid-template-columns: 1fr 1fr;
    gap: 18px 16px;
  }

  .atlas-location-trust__button {
    grid-column: 1 / -1;
    width: 100%;
  }
}
.atlas-location-body {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f8fafc;
}
.atlas-location-body__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 72px 56px 80px;
}

.atlas-location-body__intro {
  max-width: 820px;
  margin-bottom: 42px;
}

.atlas-location-body__eyebrow {
  margin: 0 0 12px;
  color: #22c55e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atlas-location-body__intro h2 {
  margin: 0 0 18px;
  color: #0d172b;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
}

.atlas-location-body__intro > p:last-child {
  max-width: 760px;
  margin: 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.7;
}

/* Three service cards */
.atlas-location-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.atlas-location-card {
  position: relative;
  margin: 0;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.atlas-location-card::before {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 22px;
  border-radius: 99px;
  background: #22c55e;
}

.atlas-location-card h3 {
  margin: 0 0 12px;
  color: #0d172b;
  font-size: 20px;
  line-height: 1.3;
}

.atlas-location-card p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .atlas-location-body__inner {
    padding: 56px 28px 64px;
  }

  .atlas-location-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 749px) {
  .atlas-location-body__inner {
    padding: 48px 20px 56px;
  }

  .atlas-location-body__intro {
    margin-bottom: 30px;
  }

  .atlas-location-card {
    padding: 24px;
  }
}
/* Atlas location process */
.atlas-location-process {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #ffffff;
}

.atlas-location-process__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 76px 56px 84px;
}

.atlas-location-process__intro {
  max-width: 820px;
  margin-bottom: 48px;
}

.atlas-location-process__intro h2 {
  margin: 0 0 18px;
  color: #0d172b;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
}

.atlas-location-process__intro > p:last-child {
  max-width: 760px;
  margin: 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.7;
}

.atlas-location-process__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid #e5e7eb;
  border-left: 1px solid #e5e7eb;
}

.atlas-location-process__step {
  position: relative;
  margin: 0;
  padding: 34px 32px 38px;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
}

.atlas-location-process__step > span {
  display: block;
  margin-bottom: 22px;
  color: #22c55e;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.atlas-location-process__step h3 {
  margin: 0 0 12px;
  color: #0d172b;
  font-size: 19px;
  line-height: 1.3;
}

.atlas-location-process__step p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .atlas-location-process__inner {
    padding: 60px 28px 68px;
  }

  .atlas-location-process__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 749px) {
  .atlas-location-process__inner {
    padding: 50px 20px 56px;
  }

  .atlas-location-process__intro {
    margin-bottom: 32px;
  }

  .atlas-location-process__grid {
    grid-template-columns: 1fr;
  }

  .atlas-location-process__step {
    padding: 26px 24px 30px;
  }
}
/* Atlas location - Why HazExperts */
.atlas-location-why {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #0d172b;
  color: #ffffff;
}

.atlas-location-why__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 76px 56px 84px;
}

.atlas-location-why__intro {
  max-width: 820px;
  margin-bottom: 46px;
}

.atlas-location-why__intro .atlas-location-body__eyebrow {
  color: #22c55e;
}

.atlas-location-why__intro h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
}

.atlas-location-why__intro > p:last-child {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.7;
}

.atlas-location-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.atlas-location-why__item {
  position: relative;
  margin: 0;
  padding: 32px;
  background: #0d172b;
}

.atlas-location-why__item::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #22c55e;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.atlas-location-why__item h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.3;
}

.atlas-location-why__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .atlas-location-why__inner {
    padding: 60px 28px 68px;
  }

  .atlas-location-why__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 749px) {
  .atlas-location-why__inner {
    padding: 50px 20px 56px;
  }

  .atlas-location-why__intro {
    margin-bottom: 32px;
  }

  .atlas-location-why__grid {
    grid-template-columns: 1fr;
  }

  .atlas-location-why__item {
    padding: 26px 24px;
  }
}
/* Atlas location - related services */
.atlas-location-related {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f8fafc;
}

.atlas-location-related__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 76px 56px 84px;
}

.atlas-location-related__intro {
  max-width: 820px;
  margin-bottom: 40px;
}

.atlas-location-related__intro h2 {
  margin: 0 0 18px;
  color: #0d172b;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
}

.atlas-location-related__intro > p:last-child {
  max-width: 760px;
  margin: 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.7;
}

.atlas-location-related__links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.atlas-location-related__links a {
  display: flex;
  min-height: 145px;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.atlas-location-related__links a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.atlas-location-related__links strong {
  color: #0d172b;
  font-size: 17px;
  line-height: 1.35;
}

.atlas-location-related__links span {
  color: #22c55e;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .atlas-location-related__links {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .atlas-location-related__inner {
    padding: 60px 28px 68px;
  }

  .atlas-location-related__links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 749px) {
  .atlas-location-related__inner {
    padding: 50px 20px 56px;
  }

  .atlas-location-related__links {
    grid-template-columns: 1fr;
  }

  .atlas-location-related__links a {
    min-height: 110px;
  }
}
/* Atlas location - FAQs */
.atlas-location-faq {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #ffffff;
}

.atlas-location-faq__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 76px 56px 84px;
}

.atlas-location-faq__intro {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.atlas-location-faq__intro h2 {
  margin: 0;
  color: #0d172b;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
}

.atlas-location-faq__list {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #e5e7eb;
}

.atlas-location-faq__item {
  position: relative;
  margin: 0;
  padding: 26px 54px 26px 0;
  border-bottom: 1px solid #e5e7eb;
}

.atlas-location-faq__item::after {
  content: "+";
  position: absolute;
  top: 24px;
  right: 8px;
  color: #22c55e;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.atlas-location-faq__item h3 {
  margin: 0 0 8px;
  color: #0d172b;
  font-size: 18px;
  line-height: 1.35;
}

.atlas-location-faq__item p {
  max-width: 820px;
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 749px) {
  .atlas-location-faq__inner {
    padding: 50px 20px 56px;
  }

  .atlas-location-faq__intro {
    margin-bottom: 30px;
    text-align: left;
  }

  .atlas-location-faq__item {
    padding: 22px 40px 22px 0;
  }
}
/* Atlas location - final CTA */
.atlas-location-cta {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #0d172b;
  color: #ffffff;
}

.atlas-location-cta__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 64px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.atlas-location-cta__content {
  max-width: 760px;
}

.atlas-location-cta__eyebrow {
  margin: 0 0 12px;
  color: #22c55e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atlas-location-cta__content h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
}

.atlas-location-cta__content > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.7;
}

.atlas-location-cta__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 14px;
}

.atlas-location-cta__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.atlas-location-cta__primary {
  background: #22c55e;
  color: #ffffff;
}

.atlas-location-cta__secondary {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

@media (max-width: 900px) {
  .atlas-location-cta__inner {
    padding: 56px 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}

@media (max-width: 749px) {
  .atlas-location-cta__inner {
    padding: 48px 20px;
  }

  .atlas-location-cta__actions {
    width: 100%;
    flex-direction: column;
  }

  .atlas-location-cta__actions a {
    width: 100%;
  }
}
