.elementor-35 .elementor-element.elementor-element-3740658{--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;}/* Start custom CSS for html, class: .elementor-element-1fff0f3 *//* =========================================================
   ATLANTO-AXIAL SERVICE PAGE — Luxury (Blue Wave Background)
========================================================= */

:root{
  --ts-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Inter, Arial, sans-serif;
  --ts-serif: ui-serif, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;

  --ink: #0f172a;
  --muted: rgba(15,23,42,.74);
  --line: rgba(15,23,42,.10);

  --blue: #2f7cff;
  --blue2: #0b3a7a;
}

/* Blue wave pattern (inline SVG, repeats softly) */
.ts-aa{
  --wave: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='240' viewBox='0 0 1200 240'%3E%3Cpath d='M0 120 C 120 70 240 170 360 120 C 480 70 600 170 720 120 C 840 70 960 170 1080 120 C 1140 95 1170 85 1200 80' fill='none' stroke='%232f7cff' stroke-opacity='0.12' stroke-width='6'/%3E%3Cpath d='M0 165 C 120 115 240 215 360 165 C 480 115 600 215 720 165 C 840 115 960 215 1080 165 C 1140 140 1170 130 1200 125' fill='none' stroke='%232f7cff' stroke-opacity='0.08' stroke-width='5'/%3E%3C/svg%3E");
  font-family: var(--ts-sans);
  color: var(--ink);
  background:
    radial-gradient(900px 520px at 12% 8%, rgba(47,124,255,0.12), transparent 60%),
    radial-gradient(900px 520px at 82% 18%, rgba(11,58,122,0.10), transparent 55%),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.85), rgba(255,255,255,0.85)),
    var(--wave);
  background-size: auto, auto, auto, 1200px 240px;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
}

/* ---------------- HERO ---------------- */

.ts-aa-hero{
  position: relative;
  min-height: 76vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #070b14;
}

.ts-aa-hero__video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
  transform: scale(1.06);
  filter: contrast(1.08) saturate(1.05) brightness(0.88);
}

.ts-aa-hero__overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(1000px 620px at 26% 35%, rgba(0,0,0,0.16), rgba(0,0,0,0.78)),
    linear-gradient(90deg, rgba(0,0,0,0.74) 0%, rgba(0,0,0,0.40) 52%, rgba(0,0,0,0.18) 100%);
}

.ts-aa-hero__overlay:after{
  content:"";
  position:absolute;
  inset:0;
  opacity: 0.12;
  background-image:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.05) 0px, rgba(255,255,255,0.05) 1px, transparent 1px, transparent 3px);
  mix-blend-mode: overlay;
  pointer-events:none;
}

.ts-aa-hero__wrap{
  position:relative;
  z-index:2;
  width: min(1100px, 92vw);
  margin: 0 auto;
  padding: clamp(46px, 6vw, 82px) 0;
  color: #fff;
}

.ts-aa-hero__badge{
  display:inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.88);
  margin-bottom: 14px;
}

.ts-aa-hero__title{
  font-family: var(--ts-serif);
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.03;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  text-shadow: 0 22px 60px rgba(0,0,0,0.55);
}

.ts-aa-hero__sub{
  max-width: 70ch;
  font-size: clamp(15.5px, 1.6vw, 19px);
  line-height: 1.6;
  margin: 0 0 18px;
  color: rgba(255,255,255,0.86);
}

.ts-aa-hero__cta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin: 0 0 14px;
}

.ts-aa-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 14px;
  text-decoration:none;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.ts-aa-btn:hover{ transform: translateY(-1px); }

.ts-aa-btn--primary{
  background: rgba(255,255,255,0.94);
  color: rgba(10,14,22,0.95) !important;
  box-shadow: 0 18px 55px rgba(0,0,0,0.35);
}

.ts-aa-btn--primary:hover{
  background: rgba(255,255,255,1);
  box-shadow: 0 22px 70px rgba(0,0,0,0.45);
}

.ts-aa-btn--ghost{
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.92);
  border-color: rgba(255,255,255,0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ts-aa-btn--ghost:hover{
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.26);
}

.ts-aa-hero__trust{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top: 6px;
}

.ts-aa-pill{
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.86);
  font-size: 13px;
  font-weight: 700;
}

/* ---------------- MAIN ---------------- */

.ts-aa-main{
  padding: clamp(34px, 4vw, 54px) 0 clamp(70px, 6vw, 110px);
}

.ts-aa-wrap{
  width: min(1100px, 92vw);
  margin: 0 auto;
}

.ts-aa-nav{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.ts-aa-nav__link{
  padding: 10px 12px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  color: rgba(15,23,42,0.84);
  background: rgba(255,255,255,0.75);
  border: 1px solid var(--line);
  box-shadow: 0 12px 36px rgba(15,23,42,0.06);
  transition: transform .15s ease, border-color .2s ease;
}

.ts-aa-nav__link:hover{
  transform: translateY(-1px);
  border-color: rgba(47,124,255,0.28);
}

.ts-aa-card{
  margin-top: 14px;
  padding: clamp(18px, 2.6vw, 26px);
  border-radius: 26px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(15,23,42,0.10);
  box-shadow: 0 18px 60px rgba(15,23,42,0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ts-aa-h2{
  font-family: var(--ts-serif);
  margin: 0 0 10px;
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: -0.02em;
  color: var(--ink);
}

.ts-aa-p{
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 15.6px;
}

.ts-aa-split{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.ts-aa-mini{
  padding: 14px 14px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(15,23,42,0.06);
}

.ts-aa-mini__title{
  font-weight: 1000;
  color: var(--ink);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

.ts-aa-mini__text{
  color: rgba(15,23,42,0.74);
  line-height: 1.55;
  font-weight: 650;
  font-size: 14.5px;
}

.ts-aa-list{
  margin: 0 0 14px;
  padding-left: 18px;
  color: rgba(15,23,42,0.76);
  line-height: 1.75;
  font-weight: 650;
}

.ts-aa-callout{
  border-radius: 22px;
  padding: 14px 14px;
  background: linear-gradient(135deg, rgba(47,124,255,0.12), rgba(47,124,255,0.06));
  border: 1px solid rgba(47,124,255,0.18);
}

.ts-aa-callout__title{
  font-weight: 1000;
  margin-bottom: 4px;
  color: rgba(15,23,42,0.88);
}

.ts-aa-callout__text{
  color: rgba(15,23,42,0.78);
  line-height: 1.6;
  font-weight: 650;
}

.ts-aa-steps{
  margin: 0 0 12px;
  padding-left: 18px;
  color: rgba(15,23,42,0.76);
  line-height: 1.75;
  font-weight: 650;
}

.ts-aa-noteRow{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ts-aa-note{
  padding: 14px 14px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(15,23,42,0.06);
}

.ts-aa-note__title{
  font-weight: 1000;
  color: var(--ink);
  margin-bottom: 6px;
}

.ts-aa-note__text{
  color: rgba(15,23,42,0.74);
  line-height: 1.55;
  font-weight: 650;
  font-size: 14.5px;
}

.ts-aa-grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.ts-aa-kpi{
  padding: 14px 14px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(15,23,42,0.06);
}

.ts-aa-kpi__title{
  font-weight: 1000;
  color: var(--ink);
  margin-bottom: 6px;
}

.ts-aa-kpi__text{
  color: rgba(15,23,42,0.74);
  line-height: 1.55;
  font-weight: 650;
  font-size: 14.5px;
}

.ts-aa-ctaBar{
  margin-top: 14px;
  padding: 16px 16px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(15,23,42,0.95), rgba(15,23,42,0.82));
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.92);
  display:flex;
  gap: 14px;
  align-items:center;
  justify-content: space-between;
  box-shadow: 0 26px 90px rgba(15,23,42,0.18);
}

.ts-aa-ctaBar__text{
  font-weight: 750;
  line-height: 1.4;
}

/* FAQ */
.ts-aa-faq{
  display:grid;
  gap: 10px;
  margin-top: 6px;
}

.ts-aa-faq__q{
  width: 100%;
  text-align: left;
  padding: 14px 14px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(15,23,42,0.06);
  font-weight: 950;
  color: rgba(15,23,42,0.90);
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  cursor:pointer;
}

.ts-aa-faq__icon{
  width: 18px;
  height: 18px;
  border-radius: 999px;
  position: relative;
  flex: 0 0 auto;
}

.ts-aa-faq__icon:before,
.ts-aa-faq__icon:after{
  content:"";
  position:absolute;
  background: rgba(15,23,42,0.70);
  border-radius: 999px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ts-aa-faq__icon:before{ width: 12px; height: 2px; }
.ts-aa-faq__icon:after{ width: 2px; height: 12px; }

.ts-aa-faq__q[aria-expanded="true"] .ts-aa-faq__icon:after{
  display:none;
}

.ts-aa-faq__a{
  padding: 0 14px 14px;
  color: rgba(15,23,42,0.76);
  line-height: 1.75;
  font-weight: 650;
}

/* Sources */
.ts-aa-sources{
  margin-top: 14px;
}

.ts-aa-sources__list{
  margin: 0;
  padding-left: 18px;
  color: rgba(15,23,42,0.76);
  line-height: 1.75;
  font-weight: 650;
}

/* Responsive */
@media (max-width: 980px){
  .ts-aa-hero{ min-height: 70vh; }
  .ts-aa-split{ grid-template-columns: 1fr; }
  .ts-aa-grid3{ grid-template-columns: 1fr; }
  .ts-aa-noteRow{ grid-template-columns: 1fr; }
  .ts-aa-ctaBar{ flex-direction: column; align-items: flex-start; }
}/* End custom CSS */