.elementor-77 .elementor-element.elementor-element-6f7bd38{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ba01f79 *//* ================================
   ATMODULE AT-8KW PRODUCT PAGE
================================ */

:root {
  --atm8-brand: #D34E13;
  --atm8-brand-dark: #B8440F;
  --atm8-black: #121212;
  --atm8-dark: #1A1A1A;
  --atm8-grey: #3B3B3B;
  --atm8-light: #E4E5E9;
  --atm8-white: #FFFFFF;
  --atm8-muted: #5b6270;
  --atm8-shadow: 0 28px 80px rgba(18, 18, 18, 0.11);
  --atm8-shadow-soft: 0 18px 55px rgba(18, 18, 18, 0.08);
}

.atm8-page,
.atm8-page * {
  box-sizing: border-box;
}

.atm8-page {
  overflow: hidden;
  background: #ffffff;
  color: var(--atm8-black);
  font-family: "Geist", "Inter", "Segoe UI", Arial, sans-serif;
}

.atm8-container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.atm8-section-kicker,
.atm8-eyebrow {
  display: inline-block;
  color: var(--atm8-brand);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.atm8-section-head {
  max-width: 820px;
  margin: 0 auto 54px;
  text-align: center;
}

.atm8-section-head h2,
.atm8-details-copy h2,
.atm8-app-copy h2,
.atm8-faq-copy h2,
.atm8-final-card h2 {
  margin: 14px 0 0;
  color: var(--atm8-black);
  font-family: "Space Grotesk", "Inter", Arial, sans-serif;
  font-size: clamp(38px, 4.5vw, 62px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.052em;
}

.atm8-section-head p,
.atm8-details-copy p,
.atm8-app-copy p,
.atm8-faq-copy p,
.atm8-final-card p {
  margin: 18px auto 0;
  color: var(--atm8-muted);
  font-size: 18px;
  line-height: 1.78;
}

/* BUTTONS */

.atm8-btn {
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.atm8-btn:hover {
  transform: translateY(-2px);
}

.atm8-btn-main {
  background: linear-gradient(135deg, var(--atm8-brand), var(--atm8-brand-dark));
  box-shadow: 0 16px 34px rgba(211, 78, 19, 0.28);
}

.atm8-btn-light {
  background: #ffffff;
  color: var(--atm8-black);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.atm8-btn-dark {
  background: #121212;
  color: #ffffff;
}

/* HERO */

.atm8-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 90px;
  background:
    radial-gradient(circle at 14% 18%, rgba(211, 78, 19, 0.22), transparent 30%),
    radial-gradient(circle at 86% 72%, rgba(211, 78, 19, 0.13), transparent 32%),
    linear-gradient(135deg, #121212 0%, #181818 50%, #101010 100%);
  color: #ffffff;
}

.atm8-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}

.atm8-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 54px;
  align-items: center;
}

.atm8-hero h1 {
  margin: 18px 0 0;
  max-width: 780px;
  color: #ffffff;
  font-family: "Space Grotesk", "Inter", Arial, sans-serif;
  font-size: clamp(48px, 5.6vw, 84px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.058em;
}

.atm8-hero p {
  margin: 28px 0 0;
  max-width: 680px;
  color: rgba(255,255,255,0.78);
  font-size: 18px;
  line-height: 1.78;
}

.atm8-hero p strong {
  color: #ffffff;
  font-weight: 900;
}

.atm8-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.atm8-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.atm8-hero-pills span {
  min-height: 42px;
  padding: 0 15px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: rgba(255,255,255,0.86);
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 14px;
}

.atm8-hero-visual {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atm8-hero-card {
  position: relative;
  width: min(100%, 560px);
  padding: 32px;
  border-radius: 38px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 36px 90px rgba(0,0,0,0.32);
  backdrop-filter: blur(18px);
}

.atm8-product-glow {
  position: absolute;
  inset: 12%;
  border-radius: 999px;
  background: rgba(211, 78, 19, 0.20);
  filter: blur(48px);
}

.atm8-hero-card img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  border-radius: 24px;
  filter: drop-shadow(0 26px 34px rgba(0,0,0,0.28));
}

.atm8-floating-card {
  position: absolute;
  z-index: 5;
  width: 215px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(70, 47, 38, 0.78);
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow: 0 24px 60px rgba(0,0,0,0.30);
  backdrop-filter: blur(14px);
}

.atm8-floating-card strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
}

.atm8-floating-card span {
  display: block;
  color: rgba(255,255,255,0.74);
  font-size: 13px;
  line-height: 1.5;
}

.atm8-floating-card-one {
  top: 42px;
  right: 0;
}

.atm8-floating-card-two {
  left: 0;
  bottom: 60px;
}

/* QUICK SPECS */

.atm8-quick-specs {
  position: relative;
  z-index: 3;
  margin-top: -38px;
}

.atm8-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(18,18,18,0.08);
  box-shadow: var(--atm8-shadow);
}

.atm8-quick-grid article {
  padding: 26px 24px;
  border-right: 1px solid rgba(18,18,18,0.08);
}

.atm8-quick-grid article:last-child {
  border-right: 0;
}

.atm8-quick-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--atm8-muted);
  font-size: 14px;
}

.atm8-quick-grid strong {
  display: block;
  color: var(--atm8-black);
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  line-height: 1.1;
}

/* DETAILS */

.atm8-details {
  padding: 120px 0 110px;
  background: #ffffff;
}

.atm8-details-grid {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  gap: 54px;
  align-items: center;
}

.atm8-details-copy {
  max-width: 650px;
}

.atm8-note {
  margin-top: 30px;
  padding: 22px 24px;
  border-left: 4px solid var(--atm8-brand);
  border-radius: 18px;
  background: #f8f9fb;
  color: #4f5562;
  font-size: 16px;
  line-height: 1.7;
}

.atm8-note strong {
  color: var(--atm8-black);
}

.atm8-spec-card {
  padding: 30px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 80% 0%, rgba(211,78,19,0.10), transparent 34%),
    #ffffff;
  border: 1px solid rgba(18,18,18,0.08);
  box-shadow: var(--atm8-shadow);
}

.atm8-spec-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(18,18,18,0.08);
}

.atm8-spec-head span {
  color: var(--atm8-brand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.atm8-spec-head h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 38px;
  letter-spacing: -0.04em;
}

.atm8-spec-table {
  display: grid;
}

.atm8-spec-table div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(18,18,18,0.075);
}

.atm8-spec-table div:last-child {
  border-bottom: 0;
}

.atm8-spec-table span {
  color: var(--atm8-muted);
  font-size: 15px;
}

.atm8-spec-table strong {
  color: var(--atm8-black);
  font-size: 15px;
  text-align: right;
}

/* BENEFITS */

.atm8-benefits {
  padding: 110px 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(211,78,19,0.06), transparent 28%),
    linear-gradient(180deg, #f8f9fb 0%, #eef1f4 100%);
}

.atm8-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.atm8-benefit-card {
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(18,18,18,0.08);
  box-shadow: var(--atm8-shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.atm8-benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--atm8-shadow);
}

.atm8-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 15px;
  background: rgba(211,78,19,0.10);
  color: var(--atm8-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.atm8-benefit-card h3 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.atm8-benefit-card p {
  margin: 0;
  color: var(--atm8-muted);
  font-size: 15px;
  line-height: 1.72;
}

/* APPLICATIONS */

.atm8-applications {
  padding: 110px 0;
  background: #ffffff;
}

.atm8-app-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: center;
}

.atm8-app-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.atm8-app-list article {
  padding: 24px;
  border-radius: 24px;
  background: #f8f9fb;
  border: 1px solid rgba(18,18,18,0.08);
}

.atm8-app-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--atm8-black);
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
}

.atm8-app-list span {
  color: var(--atm8-muted);
  font-size: 15px;
  line-height: 1.65;
}

/* PROCESS */

.atm8-process {
  padding: 110px 0;
  background:
    linear-gradient(135deg, #121212 0%, #181818 100%);
  color: #ffffff;
}

.atm8-process .atm8-section-head h2,
.atm8-process .atm8-section-head p {
  color: #ffffff;
}

.atm8-process .atm8-section-head p {
  color: rgba(255,255,255,0.72);
}

.atm8-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.atm8-process-grid article {
  padding: 26px;
  border-radius: 26px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.10);
}

.atm8-process-grid span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--atm8-brand);
  font-weight: 900;
}

.atm8-process-grid h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 21px;
  line-height: 1.15;
}

.atm8-process-grid p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.68;
}

/* FAQ */

.atm8-faq {
  padding: 110px 0;
  background: #ffffff;
}

.atm8-faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 54px;
  align-items: start;
}

.atm8-faq-list {
  display: grid;
  gap: 14px;
}

.atm8-faq-list details {
  border-radius: 20px;
  background: #f8f9fb;
  border: 1px solid rgba(18,18,18,0.08);
  overflow: hidden;
}

.atm8-faq-list summary {
  padding: 20px 22px;
  cursor: pointer;
  color: var(--atm8-black);
  font-weight: 900;
  list-style: none;
}

.atm8-faq-list summary::-webkit-details-marker {
  display: none;
}

.atm8-faq-list summary::after {
  content: "+";
  float: right;
  color: var(--atm8-brand);
  font-weight: 900;
}

.atm8-faq-list details[open] summary::after {
  content: "–";
}

.atm8-faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--atm8-muted);
  font-size: 15px;
  line-height: 1.72;
}

/* FINAL CTA */

.atm8-final-cta {
  padding: 0 0 110px;
  background: #ffffff;
}

.atm8-final-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  padding: 52px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 8% 20%, rgba(211,78,19,0.22), transparent 32%),
    linear-gradient(135deg, #181818 0%, #121212 100%);
  box-shadow: var(--atm8-shadow);
}

.atm8-final-card h2 {
  color: #ffffff;
}

.atm8-final-card p {
  color: rgba(255,255,255,0.72);
  max-width: 680px;
  margin-left: 0;
}

.atm8-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .atm8-hero-grid,
  .atm8-details-grid,
  .atm8-app-grid,
  .atm8-faq-grid,
  .atm8-final-card {
    grid-template-columns: 1fr;
  }

  .atm8-quick-grid,
  .atm8-benefit-grid,
  .atm8-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .atm8-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .atm8-container {
    width: min(100% - 24px, 1240px);
  }

  .atm8-hero {
    padding: 64px 0 76px !important;
  }

  .atm8-hero-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 42px !important;
    align-items: start !important;
  }

  .atm8-hero h1 {
    max-width: 100% !important;
    font-size: clamp(36px, 10.5vw, 52px) !important;
    line-height: 1.03 !important;
    letter-spacing: -0.055em !important;
  }

  .atm8-hero p,
  .atm8-section-head p,
  .atm8-details-copy p,
  .atm8-app-copy p,
  .atm8-faq-copy p,
  .atm8-final-card p {
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.72 !important;
  }

  .atm8-hero-actions,
  .atm8-final-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 30px !important;
  }

  .atm8-btn {
    width: 100%;
  }

  .atm8-hero-pills {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 26px !important;
  }

  .atm8-hero-pills span {
    width: 100% !important;
    justify-content: flex-start !important;
    min-height: 44px !important;
    padding: 0 16px !important;
  }

  .atm8-hero-visual {
    width: 100% !important;
    min-height: auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    align-items: stretch !important;
    justify-content: stretch !important;
  }

  .atm8-hero-card {
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px !important;
    border-radius: 28px !important;
    background: rgba(255, 255, 255, 0.08) !important;
  }

  .atm8-hero-card img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 20px !important;
    transform: scale(1.08) !important;
    transform-origin: center !important;
  }

  .atm8-floating-card {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 18px 20px !important;
    border-radius: 20px !important;
    background: rgba(70, 47, 38, 0.82) !important;
  }

  .atm8-floating-card strong {
    font-size: 16px !important;
    line-height: 1.25 !important;
  }

  .atm8-floating-card span {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .atm8-quick-specs {
    margin-top: -24px !important;
  }

  .atm8-quick-grid,
  .atm8-benefit-grid,
  .atm8-app-list,
  .atm8-process-grid {
    grid-template-columns: 1fr;
  }

  .atm8-quick-grid {
    border-radius: 24px !important;
  }

  .atm8-quick-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(18,18,18,0.08);
  }

  .atm8-quick-grid article:last-child {
    border-bottom: 0;
  }

  .atm8-details,
  .atm8-benefits,
  .atm8-applications,
  .atm8-process,
  .atm8-faq {
    padding: 82px 0;
  }

  .atm8-final-cta {
    padding-bottom: 82px;
  }

  .atm8-spec-card,
  .atm8-benefit-card,
  .atm8-final-card {
    border-radius: 26px;
    padding: 26px;
  }

  .atm8-spec-table div {
    flex-direction: column;
    gap: 5px;
  }

  .atm8-spec-table strong {
    text-align: left;
  }
}

@media (max-width: 430px) {
  .atm8-hero {
    padding: 56px 0 68px !important;
  }

  .atm8-hero h1 {
    font-size: 34px !important;
  }

  .atm8-hero-card {
    padding: 14px !important;
  }

  .atm8-hero-card img {
    transform: scale(1.12) !important;
  }

  .atm8-floating-card {
    padding: 16px 18px !important;
  }

  .atm8-section-head h2,
  .atm8-details-copy h2,
  .atm8-app-copy h2,
  .atm8-faq-copy h2,
  .atm8-final-card h2 {
    font-size: 32px;
  }
}/* End custom CSS */