.elementor-512842 .elementor-element.elementor-element-e025a5c{--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;}html, body{overflow-x:auto;}/* Start custom CSS for html, class: .elementor-element-c88c081 *//* =====================================================
   ansrTMS — Elementor Section Styles
   Brand Palette — WCAG 2 AA Compliant
   ===================================================== */
:root {
  --brand-orange:   #DA3C04;
  --brand-text:     #2C2F30;
  --brand-teal:     #127295;
  --brand-light:    #EAEAEA;
  --brand-amber:    #F8B50C;
  --brand-white:    #FFFFFF;
  --brand-dark:     #0E1A22;
  --brand-muted:    #5A6B72;
  --brand-muted-lt: #C8DEE5;
  --border-light:   rgba(44,47,48,0.12);
  --t-title: 30px;
  --t-sub:   20px;
  --t-body:  16px;
}

/* =====================================================
   BASE
   ===================================================== */
.atms-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
.atms-wrap {
  font-family: 'DM Sans', sans-serif;
  color: var(--brand-text);
  font-size: var(--t-body) !important;
  line-height: 1.6;
}
.atms-wrap h1, .atms-wrap h2, .atms-wrap h3, .atms-wrap h4 {
  font-family: 'Syne', sans-serif;
  line-height: 1.12;
  letter-spacing: -0.5px;
}
.atms-wrap h2 { font-size: var(--t-title) !important; font-weight: 800; color: var(--brand-text); }
.atms-wrap h3 { font-size: var(--t-sub) !important; font-weight: 700; }
.atms-wrap p  { font-size: var(--t-body) !important; }
.atms-wrap a  { color: var(--brand-orange); text-decoration: none; }
.atms-wrap img { max-width: 100%; display: block; }

/* =====================================================
   UTILITY
   ===================================================== */
.atms-container { max-width: 1160px; margin: 0 auto; padding: 0 28px; }
.atms-section { padding: 80px 0; }
.atms-section--light { background: var(--brand-light); }
.atms-section--white { background: var(--brand-white); }

/* Focus ring */
.atms-wrap *:focus-visible { outline: 3px solid var(--brand-amber); outline-offset: 3px; }

/* =====================================================
   BUTTONS
   ===================================================== */
.btn-primary {
  display: inline-block; padding: 13px 28px; border-radius: 8px;
  background: var(--brand-orange); color: var(--brand-white) !important;
  font-size: 16px !important; font-weight: 700;
  border: 2px solid var(--brand-orange); cursor: pointer;
  transition: background 0.2s, transform 0.15s; text-decoration: none; line-height: 1;
}
.btn-primary:hover { background: #b83203; border-color: #b83203; transform: translateY(-2px); }
.btn-primary:focus-visible { outline: 3px solid var(--brand-amber); outline-offset: 3px; }

.btn-outline {
  display: inline-block; padding: 13px 28px; border-radius: 8px;
  background: transparent; color: var(--brand-orange) !important;
  font-family: 'Syne', sans-serif; font-size: 15px !important; font-weight: 700;
  border: 2px solid var(--brand-orange); cursor: pointer;
  transition: all 0.2s; text-decoration: none; line-height: 1;
}
.btn-outline:hover { background: var(--brand-orange); color: var(--brand-white) !important; }
.btn-outline:focus-visible { outline: 3px solid var(--brand-amber); outline-offset: 3px; }

.btn-outline--white { color: var(--brand-white) !important; border-color: var(--brand-white); }
.btn-outline--white:hover { background: var(--brand-white); color: var(--brand-teal) !important; }

/* =====================================================
   HERO
   ===================================================== */
.hero-section {
  background: var(--brand-teal);
  padding: 60px 0;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.hero-left {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hero-copy { padding: 0 0 28px; }

.hero-section h1 {
  font-size: 40px !important; font-weight: 800; color: var(--brand-white);
  margin-bottom: 16px; letter-spacing: -1px;
}
.hero-section h1 em { font-style: normal; color: var(--brand-amber); }

.hero-sub {
  font-size: 16px !important; color: var(--brand-white); line-height: 1.7;
  font-weight: 300; margin-bottom: 24px; max-width: 480px;
}
.hero-bullets { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; gap: 10px; }
.hero-bullets li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 16px !important; color: var(--brand-white); font-weight: 400;
}
.hero-bullet-check {
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--brand-orange); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  margin-top: 1px;
}
.hero-bullet-check svg { width: 10px; height: 10px; fill: none; stroke: white; stroke-width: 2.5; }

.hero-award-strip {
  background: var(--brand-white);
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.18);
}
.hero-award-strip img { width: 100px; height: auto; flex-shrink: 0; border-radius: 4px; }
.hero-award-text { font-size: 16px !important; color: var(--brand-text); line-height: 1.5; font-weight: 400; }
.hero-award-text strong {
  display: block; font-weight: 700; font-size: 16px !important;
  color: var(--brand-teal); margin-bottom: 2px;
}

.hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 60px;
}
.hero-form-panel {
  background: var(--brand-white);
  border-radius: 16px;
  padding: 32px 28px 28px;
  box-shadow: 0 12px 56px rgba(0,0,0,0.24), 0 2px 12px rgba(0,0,0,0.08);
  width: 100%;
  max-width: 460px;
}
.form-row { margin-bottom: 13px; }
.form-row label {
  display: block; font-size: 16px !important; font-weight: 600; color: var(--brand-text);
  margin-bottom: 4px; letter-spacing: 0.3px;
}
.form-row input, .form-row select {
  width: 100%; padding: 10px 13px; border: 1.5px solid #D0D4D6;
  border-radius: 7px; font-family: 'DM Sans', sans-serif; font-size: 14px !important;
  color: var(--brand-text); background: var(--brand-white);
  transition: border-color 0.2s; outline: none;
}
.form-row input:focus, .form-row select:focus {
  border-color: var(--brand-teal); box-shadow: 0 0 0 3px rgba(18,114,149,0.15);
}
.form-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form-req { color: var(--brand-orange); }
.form-submit {
  width: 100%; padding: 14px; background: var(--brand-orange); color: var(--brand-white);
  border: none; border-radius: 8px; font-size: 16px !important;
  font-weight: 900 !important; cursor: pointer; margin-top: 4px;
  transition: background 0.2s, transform 0.15s;
}
.form-submit:hover { background: #b83203; transform: translateY(-1px); }
.form-submit:focus-visible { outline: 3px solid var(--brand-amber); outline-offset: 3px; }

/* =====================================================
   VIDEO SECTION
   ===================================================== */
.video-section { background: var(--brand-light); padding: 80px 0; }
.video-header { text-align: center; margin-bottom: 48px; }
.video-header h2 { color: var(--brand-dark); }
.video-header p { color: var(--brand-dark); font-size: 20px !important; margin-top: 12px; }
.video-wrapper {
  position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;
  border-radius: 14px; box-shadow: 0 24px 60px rgba(0,0,0,0.35);
  border: 2px solid rgba(255,255,255,0.2);
  max-width: 1200px; margin: 0 auto;
}
.video-wrapper iframe {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  border: none; border-radius: 12px;
}

/* =====================================================
   TMS COMPLEXITY VISUALIZER
   ===================================================== */
.complexity-section {
  background: linear-gradient(135deg, #EBF6F9 0%, #D6EEF4 50%, #EAF3F0 100%);
  padding: 80px 0;
  border-top: 1px solid rgba(18,114,149,0.12);
  border-bottom: 1px solid rgba(18,114,149,0.12);
}
.complexity-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.complexity-section h2 { color: var(--brand-text); margin-bottom: 24px; }
.complexity-cta-line {
  font-size: 20px !important; font-weight: 600; color: var(--brand-text);
  margin-top: 20px; margin-bottom: 0; line-height: 1.6;
}
.complexity-card {
  margin-top: 20px;
  background: var(--brand-white);
  border-radius: 20px;
  padding: 52px 48px;
  box-shadow: 0 8px 40px rgba(18,114,149,0.12), 0 2px 8px rgba(18,114,149,0.06);
  border: 1px solid rgba(18,114,149,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.complexity-card h3 {
  font-size: 20px !important; font-weight: 800; color: var(--brand-text);
  letter-spacing: -0.4px; margin: 0;
}
.complexity-card p {
  font-size: 16px !important; color: var(--brand-muted); line-height: 1.7;
  max-width: 480px; text-align: center;
}
.complexity-stats {
  display: flex; gap: 32px; align-items: center; justify-content: center;
  padding: 20px 0;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  width: 100%;
}
.complexity-stat-item { text-align: center; }
.complexity-stat-val {
  font-size: 30px !important; font-weight: 800;
  color: var(--brand-teal); letter-spacing: -1px; display: block;
}
.complexity-stat-desc { font-size: 16px !important; color: var(--brand-muted); margin-top: 3px; }
.complexity-cta-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 36px; border-radius: 10px;
  background: var(--brand-orange); color: var(--brand-white) !important;
  font-size: 16px !important; font-weight: 700;
  border: 2px solid var(--brand-orange); text-decoration: none;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(218,60,4,0.25);
}
.complexity-cta-btn:hover {
  background: #b83203; border-color: #b83203;
  transform: translateY(-2px); box-shadow: 0 8px 28px rgba(218,60,4,0.3);
}
.complexity-cta-btn:focus-visible { outline: 3px solid var(--brand-amber); outline-offset: 3px; }
.complexity-cta-btn svg { width: 18px; height: 18px; stroke: white; fill: none; stroke-width: 2; flex-shrink: 0; }

@media (max-width: 640px) {
  .complexity-card { padding: 32px 24px; }
  .complexity-stats { flex-direction: column; gap: 16px; }
}

/* =====================================================
   SCREENSHOTS SLIDER
   ===================================================== */
.screenshots-section { background: var(--brand-teal); padding: 80px 0; }
.screenshots-section h2 { color: var(--brand-white); }
.screenshots-sub { color: #fff; font-size: 20px !important; margin-top: 10px; margin-bottom: 48px; }

.ss-slider-wrap { position: relative; max-width: 860px; margin: 0 auto; }
.ss-slider {
  overflow: hidden;
  border-radius: 14px;
  border: 2px solid rgba(255,255,255,0.15);
  line-height: 0;
}
.ss-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
  will-change: transform;
}
.ss-slide { flex: 0 0 100%; position: relative; line-height: 0; }
.ss-slide img { width: 100%; height: auto; display: block; }
.ss-slide figcaption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: rgba(14,26,34,0.82);
  backdrop-filter: blur(6px);
  padding: 14px 20px;
  font-size: 16px !important; color: rgba(255,255,255,0.85); font-weight: 500;
  letter-spacing: 0.2px; line-height: 1.4;
}
.ss-dots {
  display: flex; justify-content: center; gap: 8px; margin-top: 24px;
}
.ss-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,0.35); border: none; cursor: pointer;
  transition: background 0.2s, transform 0.2s; padding: 0;
}
.ss-dot.active { background: var(--brand-white); transform: scale(1.3); }
.ss-dot:focus-visible { outline: 3px solid var(--brand-amber); outline-offset: 3px; }

/* =====================================================
   PAIN / PROBLEM CARDS
   ===================================================== */
.pain-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px;
}
.pain-card {
  background: var(--brand-white); border: 1px solid var(--border-light);
  border-radius: 12px; padding: 28px;
  transition: box-shadow 0.2s, transform 0.2s; border-top: 3px solid var(--brand-teal);
}
.pain-card:hover { box-shadow: 0 8px 32px rgba(18,114,149,0.12); transform: translateY(-3px); }
.pain-card h3 { font-size: 20px !important; font-weight: 700; margin-bottom: 10px; color: var(--brand-text); }
.pain-card p  { font-size: 16px !important; color: var(--brand-muted); line-height: 1.65; }
.pain-accent { width: 36px; height: 3px; background: var(--brand-orange); border-radius: 2px; margin-bottom: 16px; }

/* =====================================================
   FEATURES / SOLUTION
   ===================================================== */
.feat-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 2px; background: var(--border-light); border-radius: 14px; overflow: hidden;
  margin-top: 48px;
}
.feat-tile { background: var(--brand-white); padding: 36px; transition: background 0.2s; }
.feat-tile:hover { background: #F5FAFC; }
.feat-icon-bar { width: 44px; height: 4px; border-radius: 2px; background: var(--brand-teal); margin-bottom: 16px; }
.feat-tile h3 { font-size: var(--t-sub) !important; color: var(--brand-text); margin-bottom: 10px; }
.feat-tile p  { font-size: var(--t-body) !important; color: var(--brand-muted); line-height: 1.7; }
.feat-tags {
  column-count: 2; column-gap: 20px;
  list-style-type: disc; padding-left: 20px;
  color: #2C2F30 !important;
}
.feat-tags li { margin-bottom: 8px; color: var(--brand-dark); }

/* =====================================================
   HOW IT WORKS
   ===================================================== */
.how-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; margin-top: 56px; position: relative;
}
.how-connector {
  position: absolute; top: 28px; left: calc(12.5% + 14px); right: calc(12.5% + 14px);
  height: 2px; background: linear-gradient(90deg, var(--brand-teal), var(--brand-amber));
}
.step { text-align: center; padding: 0 16px; position: relative; }
.step-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--brand-orange); color: var(--brand-white);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px !important; font-weight: 800;
  margin: 0 auto 20px; box-shadow: 0 0 0 8px rgba(218,60,4,0.1);
}
.step h4 { font-size: 20px !important; font-weight: 700; color: var(--brand-text); margin-bottom: 8px; }

/* =====================================================
   HILTI CASE STUDY
   ===================================================== */
.hilti-section { background: var(--brand-white); padding: 80px 0; }
.hs-heading { font-size: 30px !important; font-weight: 800; color: #2C2F30; margin: 0 0 28px; line-height: 1.15; }
.hs-card { border: 1px solid rgba(44,47,48,0.1); border-radius: 16px; overflow: hidden; }
.hs-band {
  background: #127295; padding: 28px 36px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
}
.hs-name { font-size: 30px; font-weight: 800; color: #fff; margin: 0 0 4px; }
.hs-desc { font-size: 16px !important; color: rgba(255,255,255,0.65); line-height: 1.5; margin: 0; }
.hs-results { padding: 24px 36px 28px; background: #FAFAFA; }
.hs-results-label {
  font-size: 16px !important; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: #B8860A; margin-bottom: 14px;
}
.hs-pills { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.hs-pill {
  display: flex; align-items: center; gap: 12px; padding: 12px 14px;
  border: 1px solid rgba(248,181,12,0.3); border-radius: 10px;
  background: rgba(248,181,12,0.06);
}
.hs-pill-val { font-size: 20px !important; font-weight: 800; color: #127295; min-width: 40px; flex-shrink: 0; }
.hs-pill-txt { font-size: 16px !important; color: #5A6B72; line-height: 1.45; }
.hs-footer {
  background: #127295; padding: 20px 36px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
}
.hs-quote {
  font-size: 16px !important; font-style: italic; color: rgba(255,255,255,0.85);
  line-height: 1.6; max-width: 580px; margin: 0;
  font-family: 'DM Sans', sans-serif; font-weight: 300;
}
.hs-btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 11px 22px;
  background: #DA3C04; color: #fff !important; border-radius: 8px;
  font-size: 16px !important; font-weight: 700; text-decoration: none;
  white-space: nowrap; flex-shrink: 0;
  border: 2px solid #DA3C04; transition: background 0.2s, transform 0.15s;
}
.hs-btn:hover { background: #b83203; border-color: #b83203; transform: translateY(-1px); }
.hs-btn svg { width: 14px; height: 14px; stroke: #fff; fill: none; stroke-width: 2.2; flex-shrink: 0; }

/* =====================================================
   FINAL CTA
   ===================================================== */
.cta-section { background: var(--brand-dark); padding: 80px 0; }
.cta-box {
  max-width: 820px; margin: 0 auto;
  background: linear-gradient(135deg, rgba(18,114,149,0.25) 0%, rgba(218,60,4,0.1) 100%);
  border: 1px solid rgba(255,255,255,0.1); border-radius: 20px;
  padding: 64px 56px; text-align: center;
}
.cta-box h2 { font-size: var(--t-title) !important; color: var(--brand-white); margin-bottom: 14px; }
.cta-box p  { font-size: 16px !important; color: var(--brand-muted-lt); margin-bottom: 36px; font-weight: 300; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-right { padding: 0; }
  .hero-form-panel { max-width: 100%; }
  .pain-grid { grid-template-columns: 1fr 1fr; }
  .feat-grid { grid-template-columns: 1fr; }
  .how-steps { grid-template-columns: repeat(2, 1fr); }
  .how-connector { display: none; }
  .cta-box { padding: 44px 28px; }
}
@media (max-width: 700px) {
  .hs-pills { grid-template-columns: 1fr; }
  .hs-band { flex-direction: column; align-items: flex-start; }
  .hs-footer { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .pain-grid { grid-template-columns: 1fr; }
  .feat-tile { padding: 24px; }
  .form-2col { grid-template-columns: 1fr; }
}/* End custom CSS */