.elementor-145 .elementor-element.elementor-element-70f1237{--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-5c15eb9 *//* ================================
   ATMODULE ALGEMENE VOORWAARDEN PAGE
================================ */

:root {
  --atmt-brand: #D34E13;
  --atmt-brand-dark: #B8440F;
  --atmt-black: #121212;
  --atmt-white: #FFFFFF;
  --atmt-muted: #5b6270;
  --atmt-light: #E4E5E9;
  --atmt-shadow: 0 28px 80px rgba(18, 18, 18, 0.11);
  --atmt-shadow-soft: 0 18px 55px rgba(18, 18, 18, 0.08);
}

html {
  scroll-behavior: smooth;
}

.atmterms-page,
.atmterms-page * {
  box-sizing: border-box;
}

.atmterms-page {
  overflow: hidden;
  background: #ffffff;
  color: var(--atmt-black);
  font-family: "Geist", "Inter", "Segoe UI", Arial, sans-serif;
}

.atmterms-container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.atmterms-eyebrow,
.atmterms-section-kicker {
  display: inline-block;
  color: var(--atmt-brand);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* BUTTONS */

.atmterms-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;
}

.atmterms-btn:hover {
  transform: translateY(-2px);
}

.atmterms-btn-main {
  background: linear-gradient(135deg, var(--atmt-brand), var(--atmt-brand-dark));
  box-shadow: 0 16px 34px rgba(211, 78, 19, 0.28);
}

.atmterms-btn-light {
  background: #ffffff;
  color: var(--atmt-black);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.atmterms-btn-dark {
  background: #121212;
  color: #ffffff;
}

/* HERO */

.atmterms-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;
}

.atmterms-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;
}

.atmterms-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 58px;
  align-items: center;
}

.atmterms-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;
}

.atmterms-hero p {
  margin: 28px 0 0;
  max-width: 710px;
  color: rgba(255,255,255,0.78);
  font-size: 18px;
  line-height: 1.78;
}

.atmterms-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.atmterms-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.atmterms-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;
}

.atmterms-hero-card {
  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);
}

.atmterms-card-top {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.atmterms-card-top span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,0.66);
  font-size: 14px;
}

.atmterms-card-top strong {
  display: block;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.atmterms-card-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.atmterms-card-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.065);
  border: 1px solid rgba(255,255,255,0.10);
}

.atmterms-card-list article > span {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: rgba(211,78,19,0.18);
  color: var(--atmt-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.atmterms-card-list p {
  margin: 0;
  color: rgba(255,255,255,0.76);
  font-size: 15px;
  line-height: 1.55;
}

/* TRUST */

.atmterms-trust {
  position: relative;
  z-index: 4;
  margin-top: -38px;
}

.atmterms-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(--atmt-shadow);
}

.atmterms-trust-grid article {
  padding: 26px 24px;
  border-right: 1px solid rgba(18,18,18,0.08);
}

.atmterms-trust-grid article:last-child {
  border-right: 0;
}

.atmterms-trust-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--atmt-black);
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.atmterms-trust-grid span {
  color: var(--atmt-muted);
  font-size: 14px;
  line-height: 1.55;
}

/* CONTENT */

.atmterms-content {
  padding: 120px 0 110px;
  background:
    radial-gradient(circle at 8% 0%, rgba(211,78,19,0.055), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
}

.atmterms-layout {
  display: grid;
  grid-template-columns: 0.34fr 1fr;
  gap: 54px;
  align-items: start;
}

.atmterms-sidebar {
  position: sticky;
  top: 120px;
  padding: 24px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(18,18,18,0.08);
  box-shadow: var(--atmt-shadow-soft);
}

.atmterms-sidebar nav {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.atmterms-sidebar a {
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--atmt-muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: background 0.22s ease, color 0.22s ease;
}

.atmterms-sidebar a:hover {
  background: rgba(211,78,19,0.08);
  color: var(--atmt-brand);
}

.atmterms-document {
  display: grid;
  gap: 22px;
}

.atmterms-update {
  padding: 18px 22px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(18,18,18,0.08);
  color: var(--atmt-muted);
}

.atmterms-update strong {
  color: var(--atmt-black);
}

.atmterms-block {
  scroll-margin-top: 120px;
  padding: 34px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(18,18,18,0.08);
  box-shadow: var(--atmt-shadow-soft);
}

.atmterms-block h2 {
  margin: 0 0 18px;
  color: var(--atmt-black);
  font-family: "Space Grotesk", "Inter", Arial, sans-serif;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.atmterms-block p {
  margin: 14px 0 0;
  color: var(--atmt-muted);
  font-size: 16px;
  line-height: 1.78;
}

.atmterms-block a {
  color: var(--atmt-brand);
  font-weight: 900;
  text-decoration: none;
}

.atmterms-block ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.atmterms-block li {
  position: relative;
  padding-left: 28px;
  color: var(--atmt-muted);
  font-size: 16px;
  line-height: 1.7;
}

.atmterms-block li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--atmt-brand);
  font-weight: 900;
}

.atmterms-info-card,
.atmterms-contact-card,
.atmterms-warning {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding: 22px;
  border-radius: 22px;
  background: #f8f9fb;
  border: 1px solid rgba(18,18,18,0.08);
}

.atmterms-warning {
  border-left: 4px solid var(--atmt-brand);
  background: rgba(211,78,19,0.07);
}

.atmterms-warning strong {
  color: var(--atmt-black);
}

.atmterms-info-card p {
  margin: 0;
}

.atmterms-contact-card strong {
  color: var(--atmt-black);
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
}

.atmterms-contact-card span {
  color: var(--atmt-muted);
  line-height: 1.6;
}

.atmterms-table {
  display: grid;
  margin-top: 22px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(18,18,18,0.08);
}

.atmterms-table div {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 18px;
  padding: 18px 20px;
  background: #f8f9fb;
  border-bottom: 1px solid rgba(18,18,18,0.08);
}

.atmterms-table div:last-child {
  border-bottom: 0;
}

.atmterms-table span {
  color: var(--atmt-muted);
}

.atmterms-table strong {
  color: var(--atmt-black);
}

/* FINAL */

.atmterms-final {
  padding: 0 0 110px;
  background: #ffffff;
}

.atmterms-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(--atmt-shadow);
}

.atmterms-final-card h2 {
  margin: 14px 0 0;
  color: #ffffff;
  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;
}

.atmterms-final-card p {
  margin: 18px 0 0;
  color: rgba(255,255,255,0.72);
  max-width: 680px;
  font-size: 18px;
  line-height: 1.78;
}

.atmterms-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .atmterms-hero-grid,
  .atmterms-layout,
  .atmterms-final-card {
    grid-template-columns: 1fr;
  }

  .atmterms-sidebar {
    position: static;
  }

  .atmterms-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .atmterms-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .atmterms-page,
  .atmterms-page * {
    max-width: 100%;
    min-width: 0;
  }

  .atmterms-container {
    width: calc(100% - 28px) !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .atmterms-hero {
    width: 100% !important;
    overflow: hidden !important;
    padding: 54px 0 64px !important;
  }

  .atmterms-hero-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .atmterms-hero-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .atmterms-eyebrow {
    max-width: 100% !important;
    white-space: normal !important;
    line-height: 1.35 !important;
    min-height: auto !important;
    padding: 10px 14px !important;
    font-size: 12px !important;
    letter-spacing: 0.12em !important;
  }

  .atmterms-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;
    hyphens: auto !important;
  }

  .atmterms-hero p,
  .atmterms-final-card p {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    overflow-wrap: break-word !important;
  }

  .atmterms-hero-actions,
  .atmterms-final-actions {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 30px !important;
  }

  .atmterms-btn {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 56px !important;
    padding: 0 18px !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .atmterms-hero-pills {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 28px !important;
  }

  .atmterms-hero-pills span {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 44px !important;
    padding: 10px 15px !important;
    white-space: normal !important;
    line-height: 1.35 !important;
  }

  .atmterms-hero-card,
  .atmterms-block,
  .atmterms-final-card {
    width: 100% !important;
    max-width: 100% !important;
    padding: 22px !important;
    border-radius: 24px !important;
  }

  .atmterms-card-top strong {
    font-size: 30px !important;
    line-height: 1.05 !important;
    overflow-wrap: break-word !important;
  }

  .atmterms-card-list article {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .atmterms-card-list article > span {
    width: 42px !important;
    height: 42px !important;
  }

  .atmterms-trust {
    margin-top: -24px;
  }

  .atmterms-trust-grid {
    grid-template-columns: 1fr;
  }

  .atmterms-trust-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(18,18,18,0.08);
  }

  .atmterms-trust-grid article:last-child {
    border-bottom: 0;
  }

  .atmterms-content {
    padding: 82px 0;
  }

  .atmterms-final {
    padding-bottom: 82px;
  }

  .atmterms-block h2,
  .atmterms-final-card h2 {
    font-size: 32px;
    overflow-wrap: break-word;
  }

  .atmterms-block p,
  .atmterms-block li {
    font-size: 15.5px;
    line-height: 1.72;
    overflow-wrap: break-word;
  }

  .atmterms-table div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .atmterms-sidebar {
    padding: 20px;
    border-radius: 22px;
  }
}

@media (max-width: 430px) {
  .atmterms-container {
    width: calc(100% - 24px) !important;
  }

  .atmterms-hero {
    padding: 48px 0 58px !important;
  }

  .atmterms-hero h1 {
    font-size: 31px !important;
  }

  .atmterms-hero p {
    font-size: 15.5px !important;
  }

  .atmterms-hero-card,
  .atmterms-block,
  .atmterms-final-card {
    padding: 20px !important;
  }
}/* End custom CSS */