.elementor-108 .elementor-element.elementor-element-cb8994e{--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-e951456 *//* ================================
   ATMODULE FAQ PAGE
================================ */

:root {
  --atmf-brand: #D34E13;
  --atmf-brand-dark: #B8440F;
  --atmf-black: #121212;
  --atmf-dark: #1A1A1A;
  --atmf-grey: #3B3B3B;
  --atmf-light: #E4E5E9;
  --atmf-white: #FFFFFF;
  --atmf-muted: #5b6270;
  --atmf-shadow: 0 28px 80px rgba(18, 18, 18, 0.11);
  --atmf-shadow-soft: 0 18px 55px rgba(18, 18, 18, 0.08);
}

html {
  scroll-behavior: smooth;
}

.atmfaq-page,
.atmfaq-page * {
  box-sizing: border-box;
}

.atmfaq-page {
  overflow: hidden;
  background: #ffffff;
  color: var(--atmf-black);
  font-family: "Geist", "Inter", "Segoe UI", Arial, sans-serif;
}

.atmfaq-container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.atmfaq-eyebrow,
.atmfaq-section-kicker {
  display: inline-block;
  color: var(--atmf-brand);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.atmfaq-section-head {
  max-width: 840px;
  margin: 0 auto 54px;
  text-align: center;
}

.atmfaq-section-head h2,
.atmfaq-intro h2,
.atmfaq-side h2,
.atmfaq-mid-card h2,
.atmfaq-final-card h2 {
  margin: 14px 0 0;
  color: var(--atmf-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;
}

.atmfaq-section-head p,
.atmfaq-intro p,
.atmfaq-side p,
.atmfaq-mid-card p,
.atmfaq-final-card p {
  margin: 18px 0 0;
  color: var(--atmf-muted);
  font-size: 18px;
  line-height: 1.78;
}

/* BUTTONS */

.atmfaq-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;
}

.atmfaq-btn:hover {
  transform: translateY(-2px);
}

.atmfaq-btn-main {
  background: linear-gradient(135deg, var(--atmf-brand), var(--atmf-brand-dark));
  box-shadow: 0 16px 34px rgba(211, 78, 19, 0.28);
}

.atmfaq-btn-light {
  background: #ffffff;
  color: var(--atmf-black);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.atmfaq-btn-dark {
  background: #121212;
  color: #ffffff;
}

/* HERO */

.atmfaq-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;
}

.atmfaq-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;
}

.atmfaq-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 58px;
  align-items: center;
}

.atmfaq-hero h1 {
  margin: 18px 0 0;
  max-width: 800px;
  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;
}

.atmfaq-hero p {
  margin: 28px 0 0;
  max-width: 720px;
  color: rgba(255,255,255,0.78);
  font-size: 18px;
  line-height: 1.78;
}

.atmfaq-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.atmfaq-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.atmfaq-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;
}

.atmfaq-hero-panel {
  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);
}

.atmfaq-panel-top {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.atmfaq-panel-top span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,0.66);
  font-size: 14px;
}

.atmfaq-panel-top strong {
  display: block;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.atmfaq-panel-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.atmfaq-panel-list a {
  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);
  text-decoration: none;
  transition: transform 0.22s ease, background 0.22s ease;
}

.atmfaq-panel-list a:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.09);
}

.atmfaq-panel-list a > span {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: rgba(211,78,19,0.18);
  color: var(--atmf-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.atmfaq-panel-list strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
}

.atmfaq-panel-list p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  line-height: 1.55;
}

/* TRUST */

.atmfaq-trust {
  position: relative;
  z-index: 4;
  margin-top: -38px;
}

.atmfaq-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(--atmf-shadow);
}

.atmfaq-trust-grid article {
  padding: 26px 24px;
  border-right: 1px solid rgba(18,18,18,0.08);
}

.atmfaq-trust-grid article:last-child {
  border-right: 0;
}

.atmfaq-trust-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--atmf-black);
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.atmfaq-trust-grid span {
  color: var(--atmf-muted);
  font-size: 14px;
  line-height: 1.55;
}

/* INTRO */

.atmfaq-intro {
  padding: 110px 0 50px;
  background: #ffffff;
}

.atmfaq-intro-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 58px;
  align-items: start;
}

/* CATEGORY NAV */

.atmfaq-category-nav {
  padding: 0 0 56px;
  background: #ffffff;
}

.atmfaq-category-card {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 18px;
  border-radius: 999px;
  background: #f8f9fb;
  border: 1px solid rgba(18,18,18,0.08);
  box-shadow: var(--atmf-shadow-soft);
}

.atmfaq-category-card a {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  color: var(--atmf-black);
  border: 1px solid rgba(18,18,18,0.08);
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: transform 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.atmfaq-category-card a:hover {
  transform: translateY(-2px);
  border-color: rgba(211,78,19,0.45);
  color: var(--atmf-brand);
}

/* FAQ SECTIONS */

.atmfaq-section {
  padding: 86px 0;
  background: #ffffff;
  scroll-margin-top: 110px;
}

.atmfaq-section-soft {
  background:
    radial-gradient(circle at 8% 0%, rgba(211,78,19,0.055), transparent 28%),
    linear-gradient(180deg, #f8f9fb 0%, #eef1f4 100%);
}

.atmfaq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 58px;
  align-items: start;
}

.atmfaq-side {
  position: sticky;
  top: 110px;
}

.atmfaq-list {
  display: grid;
  gap: 14px;
}

.atmfaq-list details {
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(18,18,18,0.08);
  box-shadow: var(--atmf-shadow-soft);
  overflow: hidden;
}

.atmfaq-section:not(.atmfaq-section-soft) .atmfaq-list details {
  background: #f8f9fb;
  box-shadow: none;
}

.atmfaq-list summary {
  position: relative;
  padding: 22px 62px 22px 24px;
  cursor: pointer;
  color: var(--atmf-black);
  font-family: "Space Grotesk", sans-serif;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.025em;
  list-style: none;
}

.atmfaq-list summary::-webkit-details-marker {
  display: none;
}

.atmfaq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(211,78,19,0.10);
  color: var(--atmf-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Geist", Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  transform: translateY(-50%);
}

.atmfaq-list details[open] summary::after {
  content: "–";
}

.atmfaq-list details p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--atmf-muted);
  font-size: 16px;
  line-height: 1.75;
}

/* MID CTA */

.atmfaq-mid-cta {
  padding: 24px 0 86px;
  background: #ffffff;
}

.atmfaq-mid-card,
.atmfaq-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(--atmf-shadow);
}

.atmfaq-mid-card h2,
.atmfaq-final-card h2 {
  color: #ffffff;
}

.atmfaq-mid-card p,
.atmfaq-final-card p {
  color: rgba(255,255,255,0.72);
  max-width: 680px;
}

.atmfaq-mid-actions,
.atmfaq-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* FINAL */

.atmfaq-final {
  padding: 24px 0 110px;
  background: #ffffff;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .atmfaq-hero-grid,
  .atmfaq-intro-grid,
  .atmfaq-layout,
  .atmfaq-mid-card,
  .atmfaq-final-card {
    grid-template-columns: 1fr;
  }

  .atmfaq-side {
    position: static;
  }

  .atmfaq-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .atmfaq-mid-actions,
  .atmfaq-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .atmfaq-container {
    width: min(100% - 24px, 1240px);
  }

  .atmfaq-hero {
    padding: 64px 0 76px;
  }

  .atmfaq-hero h1 {
    font-size: clamp(36px, 10.5vw, 52px);
    line-height: 1.03;
  }

  .atmfaq-hero p,
  .atmfaq-section-head p,
  .atmfaq-intro p,
  .atmfaq-side p,
  .atmfaq-mid-card p,
  .atmfaq-final-card p {
    font-size: 16px;
    line-height: 1.72;
  }

  .atmfaq-hero-actions,
  .atmfaq-mid-actions,
  .atmfaq-final-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .atmfaq-btn {
    width: 100%;
  }

  .atmfaq-hero-pills {
    display: grid;
    grid-template-columns: 1fr;
  }

  .atmfaq-hero-panel,
  .atmfaq-mid-card,
  .atmfaq-final-card {
    padding: 24px;
    border-radius: 26px;
  }

  .atmfaq-panel-top strong {
    font-size: 32px;
  }

  .atmfaq-panel-list a {
    grid-template-columns: 1fr;
  }

  .atmfaq-trust {
    margin-top: -24px;
  }

  .atmfaq-trust-grid {
    grid-template-columns: 1fr;
  }

  .atmfaq-trust-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(18,18,18,0.08);
  }

  .atmfaq-trust-grid article:last-child {
    border-bottom: 0;
  }

  .atmfaq-intro {
    padding: 82px 0 42px;
  }

  .atmfaq-category-nav {
    padding-bottom: 42px;
  }

  .atmfaq-category-card {
    border-radius: 26px;
  }

  .atmfaq-category-card a {
    width: 100%;
    justify-content: center;
  }

  .atmfaq-section {
    padding: 72px 0;
    scroll-margin-top: 90px;
  }

  .atmfaq-list summary {
    padding: 20px 58px 20px 20px;
    font-size: 18px;
  }

  .atmfaq-list summary::after {
    right: 18px;
  }

  .atmfaq-list details p {
    padding: 0 20px 22px;
    font-size: 15px;
  }

  .atmfaq-mid-cta {
    padding: 10px 0 72px;
  }

  .atmfaq-final {
    padding: 10px 0 82px;
  }

  .atmfaq-section-head h2,
  .atmfaq-intro h2,
  .atmfaq-side h2,
  .atmfaq-mid-card h2,
  .atmfaq-final-card h2 {
    font-size: 34px;
  }
}

@media (max-width: 430px) {
  .atmfaq-hero {
    padding: 56px 0 68px;
  }

  .atmfaq-hero h1 {
    font-size: 34px;
  }

  .atmfaq-hero-panel,
  .atmfaq-mid-card,
  .atmfaq-final-card {
    padding: 20px;
  }

  .atmfaq-section-head h2,
  .atmfaq-intro h2,
  .atmfaq-side h2,
  .atmfaq-mid-card h2,
  .atmfaq-final-card h2 {
    font-size: 32px;
  }
}/* End custom CSS */