.elementor-89 .elementor-element.elementor-element-2dfdfa4{--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-c3f4621 *//* ================================
   ATMODULE CALCULATOR PAGE
================================ */

:root {
  --atmcalc-brand: #D34E13;
  --atmcalc-brand-dark: #B8440F;
  --atmcalc-black: #121212;
  --atmcalc-dark: #1A1A1A;
  --atmcalc-grey: #3B3B3B;
  --atmcalc-light: #E4E5E9;
  --atmcalc-white: #FFFFFF;
  --atmcalc-muted: #5b6270;
  --atmcalc-shadow: 0 28px 80px rgba(18, 18, 18, 0.11);
  --atmcalc-shadow-soft: 0 18px 55px rgba(18, 18, 18, 0.08);
}

.atmcalc-page,
.atmcalc-page * {
  box-sizing: border-box;
}

.atmcalc-page {
  overflow: hidden;
  background: #ffffff;
  color: var(--atmcalc-black);
  font-family: "Geist", "Inter", "Segoe UI", Arial, sans-serif;
}

.atmcalc-container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.atmcalc-section-kicker,
.atmcalc-eyebrow {
  display: inline-block;
  color: var(--atmcalc-brand);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.atmcalc-section-head {
  max-width: 820px;
  margin: 0 auto 54px;
  text-align: center;
}

.atmcalc-section-head h2,
.atmcalc-intro h2,
.atmcalc-calc-copy h2,
.atmcalc-cta-card h2,
.atmcalc-faq-copy h2 {
  margin: 14px 0 0;
  color: var(--atmcalc-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;
}

.atmcalc-section-head p,
.atmcalc-intro p,
.atmcalc-calc-copy p,
.atmcalc-cta-card p,
.atmcalc-faq-copy p {
  margin: 18px auto 0;
  color: var(--atmcalc-muted);
  font-size: 18px;
  line-height: 1.78;
}

/* BUTTONS */

.atmcalc-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;
}

.atmcalc-btn:hover {
  transform: translateY(-2px);
}

.atmcalc-btn-main {
  background: linear-gradient(135deg, var(--atmcalc-brand), var(--atmcalc-brand-dark));
  box-shadow: 0 16px 34px rgba(211, 78, 19, 0.28);
}

.atmcalc-btn-light {
  background: #ffffff;
  color: var(--atmcalc-black);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.atmcalc-btn-dark {
  background: #121212;
  color: #ffffff;
}

/* HERO */

.atmcalc-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;
}

.atmcalc-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;
}

.atmcalc-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 58px;
  align-items: center;
}

.atmcalc-hero h1 {
  margin: 18px 0 0;
  max-width: 760px;
  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;
}

.atmcalc-hero p {
  margin: 28px 0 0;
  max-width: 670px;
  color: rgba(255,255,255,0.78);
  font-size: 18px;
  line-height: 1.78;
}

.atmcalc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.atmcalc-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.atmcalc-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;
}

.atmcalc-hero-visual {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atmcalc-visual-card {
  width: min(100%, 520px);
  padding: 34px;
  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);
}

.atmcalc-visual-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.atmcalc-visual-top span {
  color: rgba(255,255,255,0.68);
  font-size: 14px;
}

.atmcalc-visual-top strong {
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 42px;
  letter-spacing: -0.05em;
}

.atmcalc-mini-lines {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}

.atmcalc-mini-lines span {
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(211,78,19,0.85), rgba(255,255,255,0.10));
}

.atmcalc-mini-lines span:nth-child(2) {
  width: 78%;
}

.atmcalc-mini-lines span:nth-child(3) {
  width: 58%;
}

.atmcalc-model-stack {
  display: grid;
  gap: 12px;
}

.atmcalc-model-stack article {
  padding: 18px 20px;
  border-radius: 18px;
  color: #ffffff;
  background: rgba(255,255,255,0.065);
  border: 1px solid rgba(255,255,255,0.11);
  font-weight: 900;
}

.atmcalc-floating-note {
  position: absolute;
  z-index: 4;
  width: 220px;
  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);
}

.atmcalc-floating-note strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
}

.atmcalc-floating-note span {
  color: rgba(255,255,255,0.74);
  font-size: 13px;
  line-height: 1.5;
}

.atmcalc-floating-one {
  top: 42px;
  right: 0;
}

.atmcalc-floating-two {
  left: 0;
  bottom: 58px;
}

/* TRUST */

.atmcalc-trust {
  position: relative;
  z-index: 5;
  margin-top: -38px;
}

.atmcalc-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(--atmcalc-shadow);
}

.atmcalc-trust-grid article {
  padding: 26px 24px;
  border-right: 1px solid rgba(18,18,18,0.08);
}

.atmcalc-trust-grid article:last-child {
  border-right: 0;
}

.atmcalc-trust-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--atmcalc-black);
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.atmcalc-trust-grid span {
  color: var(--atmcalc-muted);
  font-size: 14px;
  line-height: 1.55;
}

/* INTRO */

.atmcalc-intro {
  padding: 110px 0 80px;
  background: #ffffff;
}

.atmcalc-intro-inner {
  max-width: 880px;
  text-align: center;
}

.atmcalc-info-box {
  margin: 34px auto 0;
  max-width: 760px;
  padding: 22px 24px;
  border-radius: 22px;
  background: #f8f9fb;
  border: 1px solid rgba(18,18,18,0.08);
  color: var(--atmcalc-muted);
  font-size: 16px;
  line-height: 1.7;
}

.atmcalc-info-box strong {
  color: var(--atmcalc-black);
}

/* CALCULATOR */

.atmcalc-calculator-section {
  padding: 80px 0 110px;
  background:
    radial-gradient(circle at 10% 10%, rgba(211,78,19,0.06), transparent 28%),
    linear-gradient(180deg, #f8f9fb 0%, #eef1f4 100%);
}

.atmcalc-calc-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 52px;
  align-items: start;
}

.atmcalc-calc-copy {
  position: sticky;
  top: 110px;
}

.atmcalc-copy-card {
  margin-top: 30px;
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(18,18,18,0.08);
  box-shadow: var(--atmcalc-shadow-soft);
}

.atmcalc-copy-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
}

.atmcalc-copy-card span {
  display: block;
  color: var(--atmcalc-muted);
  font-size: 15px;
  line-height: 1.7;
}

.atmcalc-card {
  padding: 30px;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid rgba(18,18,18,0.08);
  box-shadow: var(--atmcalc-shadow);
}

.atmcalc-form h3 {
  margin: 0 0 28px;
  color: var(--atmcalc-black);
  font-family: "Space Grotesk", sans-serif;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -0.045em;
  text-align: center;
}

.atmcalc-field {
  display: grid;
  gap: 9px;
  margin-bottom: 22px;
}

.atmcalc-field span,
.atmcalc-radio-title {
  color: var(--atmcalc-black);
  font-size: 15px;
  font-weight: 900;
}

.atmcalc-field small {
  color: rgba(18,18,18,0.48);
  font-size: 13px;
}

.atmcalc-field input,
.atmcalc-field select {
  width: 100%;
  min-height: 58px;
  padding: 0 17px;
  border-radius: 16px;
  border: 1px solid rgba(18,18,18,0.12);
  background: #fafbfc;
  color: var(--atmcalc-black);
  font-family: "Geist", "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.atmcalc-field input:focus,
.atmcalc-field select:focus {
  border-color: rgba(211, 78, 19, 0.55);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(211, 78, 19, 0.10);
}

.atmcalc-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin: 26px 0;
  padding-top: 24px;
  border-top: 1px solid rgba(18,18,18,0.08);
}

.atmcalc-radio-title {
  flex: 0 0 100%;
}

.atmcalc-radio-group label {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8f9fb;
  border: 1px solid rgba(18,18,18,0.08);
  color: var(--atmcalc-black);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.atmcalc-radio-group input {
  width: 17px;
  height: 17px;
  accent-color: var(--atmcalc-brand);
}

.atmcalc-submit {
  width: 100%;
  min-height: 60px;
  margin-top: 8px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--atmcalc-brand), var(--atmcalc-brand-dark));
  color: #ffffff;
  font-family: "Geist", "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(211,78,19,0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.atmcalc-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(211,78,19,0.36);
}

/* RESULT */

.atmcalc-result {
  margin-top: 26px;
  padding: 28px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 0%, rgba(211,78,19,0.11), transparent 34%),
    #ffffff;
  border: 2px solid rgba(211,78,19,0.18);
  text-align: center;
}

.atmcalc-result.is-active {
  border-color: rgba(211,78,19,0.45);
}

.atmcalc-result-label {
  display: block;
  margin-bottom: 8px;
  color: var(--atmcalc-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.atmcalc-result h4 {
  margin: 0;
  color: var(--atmcalc-brand);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.atmcalc-result p {
  max-width: 640px;
  margin: 14px auto 0;
  color: var(--atmcalc-muted);
  font-size: 15px;
  line-height: 1.7;
}

.atmcalc-result-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.atmcalc-result-meta span {
  padding: 14px;
  border-radius: 16px;
  background: #f8f9fb;
  color: var(--atmcalc-muted);
  font-size: 13px;
  line-height: 1.45;
}

.atmcalc-result-meta strong {
  display: block;
  color: var(--atmcalc-black);
  font-size: 15px;
}

.atmcalc-warning {
  display: none;
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(211,78,19,0.08);
  border-left: 4px solid var(--atmcalc-brand);
  color: #84310c;
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
}

.atmcalc-warning.is-visible {
  display: block;
}

.atmcalc-result-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

/* EXAMPLES */

.atmcalc-examples {
  padding: 90px 0;
  background: #ffffff;
}

.atmcalc-example-line {
  width: 100%;
  height: 5px;
  margin-bottom: 34px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--atmcalc-brand), #F69323);
}

.atmcalc-example-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.atmcalc-example-grid article {
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
}

.atmcalc-example-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--atmcalc-brand);
  font-weight: 900;
}

.atmcalc-example-grid h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 26px;
  letter-spacing: -0.04em;
}

.atmcalc-example-grid p {
  margin: 0;
  color: var(--atmcalc-muted);
  font-size: 16px;
  line-height: 1.7;
}

.atmcalc-example-grid strong {
  color: var(--atmcalc-black);
}

/* MODELS */

.atmcalc-models {
  padding: 110px 0;
  background:
    radial-gradient(circle at 6% 0%, rgba(211,78,19,0.07), transparent 30%),
    linear-gradient(180deg, #f8f9fb 0%, #eef1f4 100%);
}

.atmcalc-model-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.atmcalc-model-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: center;
  padding: 22px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(18,18,18,0.08);
  box-shadow: var(--atmcalc-shadow-soft);
}

.atmcalc-model-card img {
  width: 100%;
  border-radius: 22px;
  background: #eef1f4;
}

.atmcalc-model-card span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--atmcalc-brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atmcalc-model-card h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 34px;
  letter-spacing: -0.05em;
}

.atmcalc-model-card p {
  margin: 10px 0 16px;
  color: var(--atmcalc-muted);
  font-size: 15px;
  line-height: 1.65;
}

.atmcalc-model-card a {
  color: var(--atmcalc-brand);
  font-weight: 900;
  text-decoration: none;
}

/* CTA */

.atmcalc-cta {
  padding: 110px 0;
  background: #ffffff;
}

.atmcalc-cta-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(--atmcalc-shadow);
}

.atmcalc-cta-card h2 {
  color: #ffffff;
}

.atmcalc-cta-card p {
  color: rgba(255,255,255,0.72);
  max-width: 680px;
  margin-left: 0;
}

.atmcalc-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* FAQ */

.atmcalc-faq {
  padding: 0 0 110px;
  background: #ffffff;
}

.atmcalc-faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 54px;
  align-items: start;
}

.atmcalc-faq-list {
  display: grid;
  gap: 14px;
}

.atmcalc-faq-list details {
  border-radius: 20px;
  background: #f8f9fb;
  border: 1px solid rgba(18,18,18,0.08);
  overflow: hidden;
}

.atmcalc-faq-list summary {
  padding: 20px 22px;
  cursor: pointer;
  color: var(--atmcalc-black);
  font-weight: 900;
  list-style: none;
}

.atmcalc-faq-list summary::-webkit-details-marker {
  display: none;
}

.atmcalc-faq-list summary::after {
  content: "+";
  float: right;
  color: var(--atmcalc-brand);
  font-weight: 900;
}

.atmcalc-faq-list details[open] summary::after {
  content: "–";
}

.atmcalc-faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--atmcalc-muted);
  font-size: 15px;
  line-height: 1.72;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .atmcalc-hero-grid,
  .atmcalc-calc-layout,
  .atmcalc-cta-card,
  .atmcalc-faq-grid {
    grid-template-columns: 1fr;
  }

  .atmcalc-calc-copy {
    position: static;
  }

  .atmcalc-trust-grid,
  .atmcalc-example-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .atmcalc-model-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .atmcalc-container {
    width: min(100% - 24px, 1240px);
  }

  .atmcalc-hero {
    padding: 64px 0 76px;
  }

  .atmcalc-hero-grid {
    gap: 42px;
  }

  .atmcalc-hero h1 {
    font-size: clamp(38px, 11vw, 54px);
    line-height: 1.02;
  }

  .atmcalc-hero p,
  .atmcalc-section-head p,
  .atmcalc-intro p,
  .atmcalc-calc-copy p,
  .atmcalc-cta-card p,
  .atmcalc-faq-copy p {
    font-size: 16px;
    line-height: 1.72;
  }

  .atmcalc-hero-actions,
  .atmcalc-cta-actions,
  .atmcalc-result-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .atmcalc-btn {
    width: 100%;
  }

  .atmcalc-hero-pills {
    display: grid;
    grid-template-columns: 1fr;
  }

  .atmcalc-hero-visual {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .atmcalc-visual-card {
    width: 100%;
    padding: 24px;
    border-radius: 28px;
  }

  .atmcalc-floating-note {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .atmcalc-trust {
    margin-top: -24px;
  }

  .atmcalc-trust-grid,
  .atmcalc-example-grid,
  .atmcalc-result-meta {
    grid-template-columns: 1fr;
  }

  .atmcalc-trust-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(18,18,18,0.08);
  }

  .atmcalc-trust-grid article:last-child {
    border-bottom: 0;
  }

  .atmcalc-intro,
  .atmcalc-calculator-section,
  .atmcalc-examples,
  .atmcalc-models,
  .atmcalc-cta {
    padding: 82px 0;
  }

  .atmcalc-faq {
    padding-bottom: 82px;
  }

  .atmcalc-card,
  .atmcalc-cta-card {
    padding: 24px;
    border-radius: 26px;
  }

  .atmcalc-form h3 {
    font-size: 28px;
    text-align: left;
  }

  .atmcalc-radio-group label {
    width: 100%;
  }

  .atmcalc-model-card {
    grid-template-columns: 1fr;
  }

  .atmcalc-model-card img {
    max-width: 360px;
    margin: 0 auto;
  }

  .atmcalc-section-head h2,
  .atmcalc-intro h2,
  .atmcalc-calc-copy h2,
  .atmcalc-cta-card h2,
  .atmcalc-faq-copy h2 {
    font-size: 34px;
  }
}

@media (max-width: 430px) {
  .atmcalc-hero {
    padding: 56px 0 68px;
  }

  .atmcalc-hero h1 {
    font-size: 36px;
  }

  .atmcalc-visual-top {
    display: grid;
  }

  .atmcalc-visual-top strong {
    font-size: 34px;
  }

  .atmcalc-card {
    padding: 20px;
  }

  .atmcalc-result {
    padding: 22px;
  }
}/* End custom CSS */