.elementor-167 .elementor-element.elementor-element-8f5382e{--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-4574d39 *//* ================================
   ATMODULE B2B / ZAKELIJKE TOEPASSINGEN PAGE
================================ */

:root {
  --atmb2b-brand: #D34E13;
  --atmb2b-brand-dark: #B8440F;
  --atmb2b-black: #121212;
  --atmb2b-white: #FFFFFF;
  --atmb2b-muted: #5b6270;
  --atmb2b-light: #E4E5E9;
  --atmb2b-shadow: 0 28px 80px rgba(18, 18, 18, 0.11);
  --atmb2b-shadow-soft: 0 18px 55px rgba(18, 18, 18, 0.08);
}

html {
  scroll-behavior: smooth;
}

.atmb2b-page,
.atmb2b-page * {
  box-sizing: border-box;
}

.atmb2b-page {
  overflow: hidden;
  background: #ffffff;
  color: var(--atmb2b-black);
  font-family: "Geist", "Inter", "Segoe UI", Arial, sans-serif;
}

.atmb2b-container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.atmb2b-eyebrow,
.atmb2b-section-kicker {
  display: inline-block;
  color: var(--atmb2b-brand);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.atmb2b-section-head {
  max-width: 860px;
  margin: 0 auto 54px;
  text-align: center;
}

.atmb2b-section-head h2,
.atmb2b-intro h2,
.atmb2b-solar-copy h2,
.atmb2b-config-copy h2,
.atmb2b-faq-copy h2,
.atmb2b-final-card h2 {
  margin: 14px 0 0;
  color: var(--atmb2b-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;
}

.atmb2b-section-head p,
.atmb2b-intro p,
.atmb2b-solar-copy p,
.atmb2b-config-copy p,
.atmb2b-faq-copy p,
.atmb2b-final-card p {
  margin: 18px auto 0;
  color: var(--atmb2b-muted);
  font-size: 18px;
  line-height: 1.78;
}

/* BUTTONS */

.atmb2b-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;
}

.atmb2b-btn:hover {
  transform: translateY(-2px);
}

.atmb2b-btn-main {
  background: linear-gradient(135deg, var(--atmb2b-brand), var(--atmb2b-brand-dark));
  box-shadow: 0 16px 34px rgba(211, 78, 19, 0.28);
}

.atmb2b-btn-light {
  background: #ffffff;
  color: var(--atmb2b-black);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.atmb2b-btn-dark {
  background: #121212;
  color: #ffffff;
}

/* HERO */

.atmb2b-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 52%, #101010 100%);
  color: #ffffff;
}

.atmb2b-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;
}

.atmb2b-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 58px;
  align-items: center;
}

.atmb2b-hero h1 {
  margin: 18px 0 0;
  max-width: 850px;
  color: #ffffff;
  font-family: "Space Grotesk", "Inter", Arial, sans-serif;
  font-size: clamp(48px, 5.8vw, 88px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.058em;
}

.atmb2b-hero p {
  margin: 28px 0 0;
  max-width: 720px;
  color: rgba(255,255,255,0.78);
  font-size: 18px;
  line-height: 1.78;
}

.atmb2b-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.atmb2b-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.atmb2b-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;
}

.atmb2b-hero-visual {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atmb2b-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);
}

.atmb2b-product-glow {
  position: absolute;
  inset: 12%;
  border-radius: 999px;
  background: rgba(211, 78, 19, 0.20);
  filter: blur(48px);
}

.atmb2b-hero-card img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  filter: drop-shadow(0 26px 34px rgba(0,0,0,0.28));
}

.atmb2b-floating-card {
  position: absolute;
  z-index: 5;
  width: 235px;
  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);
}

.atmb2b-floating-card strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
}

.atmb2b-floating-card span {
  display: block;
  color: rgba(255,255,255,0.74);
  font-size: 13px;
  line-height: 1.5;
}

.atmb2b-floating-card-one {
  top: 42px;
  right: 0;
}

.atmb2b-floating-card-two {
  left: 0;
  bottom: 60px;
}

/* TRUST */

.atmb2b-trust {
  position: relative;
  z-index: 4;
  margin-top: -38px;
}

.atmb2b-trust-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(--atmb2b-shadow);
}

.atmb2b-trust-grid article {
  padding: 26px 24px;
  border-right: 1px solid rgba(18,18,18,0.08);
}

.atmb2b-trust-grid article:last-child {
  border-right: 0;
}

.atmb2b-trust-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--atmb2b-black);
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.atmb2b-trust-grid span {
  color: var(--atmb2b-muted);
  font-size: 14px;
  line-height: 1.55;
}

/* INTRO */

.atmb2b-intro {
  padding: 110px 0 80px;
  background: #ffffff;
}

.atmb2b-intro-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 58px;
  align-items: start;
}

/* SECTORS */

.atmb2b-sectors {
  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%);
}

.atmb2b-sector-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.atmb2b-sector-card {
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(18,18,18,0.08);
  box-shadow: var(--atmb2b-shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.atmb2b-sector-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--atmb2b-shadow);
}

.atmb2b-sector-card-wide {
  grid-column: span 2;
}

.atmb2b-sector-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: rgba(211,78,19,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.atmb2b-sector-card > span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--atmb2b-brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atmb2b-sector-card h3 {
  margin: 0 0 12px;
  color: var(--atmb2b-black);
  font-family: "Space Grotesk", sans-serif;
  font-size: 23px;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.atmb2b-sector-card p {
  margin: 0;
  color: var(--atmb2b-muted);
  font-size: 15px;
  line-height: 1.72;
}

/* SOLAR */

.atmb2b-solar {
  padding: 0 0 110px;
  background: #ffffff;
}

.atmb2b-solar-card {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 28px;
  align-items: start;
  padding: 40px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 90% 0%, rgba(211,78,19,0.12), transparent 34%),
    #ffffff;
  border: 1px solid rgba(18,18,18,0.08);
  box-shadow: var(--atmb2b-shadow);
}

.atmb2b-solar-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: rgba(211,78,19,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}

/* WHY */

.atmb2b-why {
  padding: 110px 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(211,78,19,0.055), transparent 28%),
    linear-gradient(180deg, #f8f9fb 0%, #eef1f4 100%);
}

.atmb2b-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.atmb2b-why-grid article {
  padding: 26px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(18,18,18,0.08);
  box-shadow: var(--atmb2b-shadow-soft);
}

.atmb2b-why-grid span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--atmb2b-brand);
  font-weight: 900;
}

.atmb2b-why-grid h3 {
  margin: 0 0 12px;
  color: var(--atmb2b-black);
  font-family: "Space Grotesk", sans-serif;
  font-size: 21px;
  line-height: 1.15;
}

.atmb2b-why-grid p {
  margin: 0;
  color: var(--atmb2b-muted);
  font-size: 15px;
  line-height: 1.68;
}

.atmb2b-fiscal-box {
  margin-top: 28px;
  padding: 24px 26px;
  border-radius: 24px;
  background: #ffffff;
  border-left: 4px solid var(--atmb2b-brand);
  box-shadow: var(--atmb2b-shadow-soft);
}

.atmb2b-fiscal-box strong {
  display: block;
  color: var(--atmb2b-black);
  font-family: "Space Grotesk", sans-serif;
  font-size: 21px;
  margin-bottom: 8px;
}

.atmb2b-fiscal-box p {
  margin: 0;
  color: var(--atmb2b-muted);
  font-size: 15px;
  line-height: 1.72;
}

/* CONFIG DARK */

.atmb2b-config {
  padding: 110px 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(211,78,19,0.08), transparent 32%),
    linear-gradient(135deg, #121212 0%, #181818 100%);
  color: #ffffff;
}

.atmb2b-config-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 58px;
  align-items: center;
}

.atmb2b-config-copy h2 {
  color: #ffffff;
}

.atmb2b-config-copy p {
  color: rgba(255,255,255,0.72);
}

.atmb2b-config-list {
  display: grid;
  gap: 16px;
}

.atmb2b-config-list article {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.075);
  border: 1px solid rgba(255,255,255,0.12);
}

.atmb2b-config-list span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--atmb2b-brand);
  font-weight: 900;
}

.atmb2b-config-list strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
}

.atmb2b-config-list p {
  margin: 0;
  color: rgba(255,255,255,0.70);
  font-size: 15px;
  line-height: 1.7;
}

/* PROCESS */

.atmb2b-process {
  padding: 110px 0;
  background: #ffffff;
}

.atmb2b-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.atmb2b-process-grid article {
  padding: 26px;
  border-radius: 26px;
  background: #f8f9fb;
  border: 1px solid rgba(18,18,18,0.08);
  box-shadow: var(--atmb2b-shadow-soft);
}

.atmb2b-process-grid span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--atmb2b-brand);
  font-weight: 900;
}

.atmb2b-process-grid h3 {
  margin: 0 0 12px;
  color: var(--atmb2b-black);
  font-family: "Space Grotesk", sans-serif;
  font-size: 21px;
  line-height: 1.15;
}

.atmb2b-process-grid p {
  margin: 0;
  color: var(--atmb2b-muted);
  font-size: 15px;
  line-height: 1.68;
}

/* FAQ */

.atmb2b-faq {
  padding: 110px 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(211,78,19,0.055), transparent 28%),
    linear-gradient(180deg, #f8f9fb 0%, #eef1f4 100%);
}

.atmb2b-faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 54px;
  align-items: start;
}

.atmb2b-faq-list {
  display: grid;
  gap: 14px;
}

.atmb2b-faq-list details {
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(18,18,18,0.08);
  overflow: hidden;
  box-shadow: var(--atmb2b-shadow-soft);
}

.atmb2b-faq-list summary {
  padding: 20px 22px;
  cursor: pointer;
  color: var(--atmb2b-black);
  font-weight: 900;
  list-style: none;
}

.atmb2b-faq-list summary::-webkit-details-marker {
  display: none;
}

.atmb2b-faq-list summary::after {
  content: "+";
  float: right;
  color: var(--atmb2b-brand);
  font-weight: 900;
}

.atmb2b-faq-list details[open] summary::after {
  content: "–";
}

.atmb2b-faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--atmb2b-muted);
  font-size: 15px;
  line-height: 1.72;
}

/* FINAL */

.atmb2b-final {
  padding: 0 0 110px;
  background: #ffffff;
}

.atmb2b-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(--atmb2b-shadow);
}

.atmb2b-final-card h2 {
  color: #ffffff;
}

.atmb2b-final-card p {
  color: rgba(255,255,255,0.72);
  max-width: 680px;
  margin-left: 0;
}

.atmb2b-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .atmb2b-hero-grid,
  .atmb2b-intro-grid,
  .atmb2b-config-grid,
  .atmb2b-faq-grid,
  .atmb2b-final-card {
    grid-template-columns: 1fr;
  }

  .atmb2b-trust-grid,
  .atmb2b-sector-grid,
  .atmb2b-why-grid,
  .atmb2b-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .atmb2b-sector-card-wide {
    grid-column: auto;
  }

  .atmb2b-hero-visual {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .atmb2b-floating-card {
    position: relative;
    inset: auto !important;
    width: 100%;
  }

  .atmb2b-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .atmb2b-page,
  .atmb2b-page * {
    max-width: 100%;
    min-width: 0;
  }

  .atmb2b-container {
    width: calc(100% - 28px) !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .atmb2b-hero {
    padding: 54px 0 64px !important;
  }

  .atmb2b-hero-grid {
    gap: 34px !important;
  }

  .atmb2b-eyebrow {
    max-width: 100%;
    white-space: normal;
    line-height: 1.35;
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .atmb2b-hero h1 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(32px, 9.5vw, 44px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.055em !important;
    overflow-wrap: break-word !important;
  }

  .atmb2b-hero p,
  .atmb2b-section-head p,
  .atmb2b-intro p,
  .atmb2b-solar-copy p,
  .atmb2b-config-copy p,
  .atmb2b-faq-copy p,
  .atmb2b-final-card p {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .atmb2b-hero-actions,
  .atmb2b-final-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .atmb2b-btn {
    width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .atmb2b-hero-pills {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .atmb2b-hero-pills span {
    width: 100% !important;
    min-height: 44px !important;
    padding: 10px 15px !important;
    white-space: normal !important;
  }

  .atmb2b-hero-card {
    width: 100% !important;
    padding: 20px !important;
    border-radius: 26px !important;
  }

  .atmb2b-hero-card img {
    transform: scale(1.06);
  }

  .atmb2b-trust {
    margin-top: -24px;
  }

  .atmb2b-trust-grid,
  .atmb2b-sector-grid,
  .atmb2b-why-grid,
  .atmb2b-process-grid {
    grid-template-columns: 1fr;
  }

  .atmb2b-trust-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(18,18,18,0.08);
  }

  .atmb2b-trust-grid article:last-child {
    border-bottom: 0;
  }

  .atmb2b-intro,
  .atmb2b-sectors,
  .atmb2b-why,
  .atmb2b-config,
  .atmb2b-process,
  .atmb2b-faq {
    padding: 82px 0;
  }

  .atmb2b-solar {
    padding-bottom: 82px;
  }

  .atmb2b-solar-card {
    grid-template-columns: 1fr;
    padding: 26px;
    border-radius: 26px;
  }

  .atmb2b-final {
    padding-bottom: 82px;
  }

  .atmb2b-final-card {
    padding: 26px;
    border-radius: 26px;
  }

  .atmb2b-section-head h2,
  .atmb2b-intro h2,
  .atmb2b-solar-copy h2,
  .atmb2b-config-copy h2,
  .atmb2b-faq-copy h2,
  .atmb2b-final-card h2 {
    font-size: 34px;
  }
}

@media (max-width: 430px) {
  .atmb2b-container {
    width: calc(100% - 24px) !important;
  }

  .atmb2b-hero {
    padding: 48px 0 58px !important;
  }

  .atmb2b-hero h1 {
    font-size: 31px !important;
  }

  .atmb2b-hero p {
    font-size: 15.5px !important;
  }

  .atmb2b-hero-card,
  .atmb2b-final-card {
    padding: 20px !important;
  }

  .atmb2b-section-head h2,
  .atmb2b-intro h2,
  .atmb2b-solar-copy h2,
  .atmb2b-config-copy h2,
  .atmb2b-faq-copy h2,
  .atmb2b-final-card h2 {
    font-size: 32px;
  }
}/* End custom CSS */