/* Elementor wrappers must not change the imported ATAOP geometry. */
body.ataop-wordpress .elementor .ataop-layout.e-con {
 display:block; position:relative; width:auto; max-width:none; min-width:0; min-height:0;
 margin:0; padding:0; gap:normal; flex:0 1 auto; flex-direction:row; flex-wrap:nowrap; align-items:normal; justify-content:normal; align-self:auto; order:initial;
 border:0; border-radius:0; background:transparent; box-shadow:none; overflow:visible;
 --container-widget-width:100%; --container-widget-flex-grow:0; --container-widget-align-self:initial;
}

body.ataop-wordpress .elementor .ataop-leaf,
body.ataop-wordpress .elementor .ataop-leaf > .elementor-widget-container,
body.ataop-wordpress .elementor .ataop-leaf .elementor-image { display:contents; }
body.ataop-wordpress .elementor .ataop-leaf { font-family:inherit; color:inherit; }
body.ataop-wordpress .elementor .elementor-heading-title { font-weight:700; padding:0; line-height:inherit; color:inherit; font-family:inherit; }
body.ataop-wordpress .elementor h1.elementor-heading-title { margin-block:.67em; }
body.ataop-wordpress .elementor h2.elementor-heading-title { margin-block:.83em; }
body.ataop-wordpress .elementor h3.elementor-heading-title { margin-block:1em; }
body.ataop-wordpress .elementor h4.elementor-heading-title { margin-block:1.33em; }
body.ataop-wordpress .elementor h5.elementor-heading-title { margin-block:1.67em; }
body.ataop-wordpress .elementor h6.elementor-heading-title { margin-block:2.33em; }
body.ataop-wordpress .elementor .elementor-widget-image img { display:inline-block; vertical-align:baseline; }
body.ataop-wordpress .elementor ::before, body.ataop-wordpress .elementor ::after { box-sizing:content-box; }
.ataop-honeypot { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.screen-reader-text { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); }
.screen-reader-text:focus { position:fixed; top:0; left:0; width:auto; height:auto; clip-path:none; z-index:99999; background:white; padding:12px; }
body.admin-bar .site-header { top:32px; }
@media(max-width:782px) { body.admin-bar .site-header { top:46px; } }

body.ataop-wordpress.ataop-wordpress.ataop-wordpress {
  --navy: #071a36;
  --blue: #0b2f63;
  --light: #f5f8fc;
  --text: #12213a;
  --muted: #64748b;
  --orange: #f97316;
  --white: #fff;
  --line: #e5edf7;
  --shadow: 0 18px 50px rgba(7, 26, 54, .14);
  --teal: #0ea5a4;
  --soft-shadow: 0 14px 36px rgba(7, 26, 54, .1);
  --strong-shadow: 0 26px 64px rgba(7, 26, 54, .18);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress * {
  box-sizing: border-box;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress {
  scroll-behavior: smooth;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress {
  margin: 0;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress.nav-open {
  overflow: hidden;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress a {
  color: inherit;
  text-decoration: none;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress img {
  max-width: 100%;
  height: auto;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .container {
  width: min(1180px, 92%);
  margin: auto;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .topbar {
  background: var(--navy);
  color: #dbeafe;
  font-size: 13px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .topbar-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  text-align: right;
  flex-wrap: wrap;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .topbar-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .topbar-links a {
  border-radius: 6px;
  color: #eef7ff;
  font-weight: 650;
  line-height: 1.3;
  padding: 2px 0;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .topbar-links a:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .topbar-links a:focus-visible {
  color: #fed7aa;
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .topbar-links span {
  color: rgba(219, 234, 254, .66);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .topbar a {
  color: var(--white);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  box-shadow: 0 2px 18px rgba(7, 26, 54, .08);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .navbar {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  min-width: 0;
  font-weight: 800;
  color: var(--navy);
  font-size: 22px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .brand-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  object-fit: contain;
  display: block;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .brand-name {
  display: grid;
  gap: 4px;
  line-height: 1;
  min-width: 0;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .brand-name strong {
  color: var(--navy);
  font-size: 25px;
  font-weight: 950;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .brand-name small {
  color: #49627f;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links a {
  font-weight: 650;
  font-size: 15px;
  color: #22324a;
  white-space: nowrap;
  line-height: 1.2;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links > a:not(.btn),
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-item > a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links a.active,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links a:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links a:focus-visible {
  color: var(--orange);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links > a.active:not(.btn),
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-item > a.active {
  border-bottom-color: var(--orange);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .brand:focus-visible,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links a:focus-visible,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-toggle:focus-visible,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-submenu-toggle:focus-visible,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-toggle:focus-visible,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-head button:focus-visible,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-form button:focus-visible,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .whatsapp-float:focus-visible,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn:focus-visible {
  outline: 3px solid rgba(249, 115, 22, .35);
  outline-offset: 3px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-submenu-toggle {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #22324a;
  cursor: pointer;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-caret {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-toggle-icon,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-toggle-icon::before,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-toggle-icon::after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-toggle-icon {
  position: relative;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-toggle-icon::before,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-toggle-icon::before {
  top: -7px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-toggle-icon::after {
  top: 7px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-toggle[aria-expanded="true"] .nav-toggle-icon {
  background: transparent;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-toggle[aria-expanded="true"] .nav-toggle-icon::before {
  top: 0;
  transform: rotate(45deg);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-toggle[aria-expanded="true"] .nav-toggle-icon::after {
  top: 0;
  transform: rotate(-45deg);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-submenu-toggle:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-submenu-toggle:focus-visible,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-item.submenu-open .nav-submenu-toggle {
  color: var(--orange);
  background: var(--light);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 90;
  min-width: 320px;
  display: none;
  grid-template-columns: 1fr;
  gap: 2px;
  margin-top: 14px;
  padding: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-submenu[hidden] {
  display: none !important;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-submenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .has-submenu.submenu-open .nav-submenu {
  display: grid;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-submenu a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: #22324a;
  line-height: 1.3;
  white-space: normal;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-submenu a:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-submenu a:focus-visible,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-submenu a.active {
  color: var(--orange);
  background: var(--light);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-toggle {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  flex: 0 0 auto;
  margin-left: auto;
  background: var(--navy);
  color: var(--white);
  border: 0;
  border-radius: 8px;
  font-size: 22px;
  cursor: pointer;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn {
  min-height: 46px;
  background: var(--orange);
  color: var(--white);
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(249, 115, 22, .26);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn:focus-visible {
  transform: translateY(-1px);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn.secondary,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn.outline {
  background: var(--white);
  color: var(--navy);
  border-color: var(--line);
  box-shadow: none;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn-small {
  min-height: 40px;
  padding: 9px 16px;
  font-size: 14px;
  white-space: nowrap;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links .btn-small {
  flex: 0 0 auto;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero {
  background: linear-gradient(135deg, var(--navy), #0d3673 72%, #102a4e);
  color: var(--white);
  padding: 76px 0 60px;
  overflow: hidden;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 44px;
  align-items: center;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-grid > *,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .grid-2 > *,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .cta > * {
  min-width: 0;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .eyebrow {
  color: #fed7aa;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 13px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero h1,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .page-hero h1 {
  font-size: 54px;
  line-height: 1.05;
  margin: 14px 0;
  overflow-wrap: anywhere;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero p,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .page-hero p {
  color: #dbeafe;
  font-size: 18px;
  max-width: 780px;
  overflow-wrap: break-word;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px 0 0;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-card {
  width: 100%;
  min-width: 0;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  padding: 22px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-card img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .metric {
  min-width: 0;
  background: var(--white);
  color: var(--navy);
  border-radius: 8px;
  padding: 18px;
  box-shadow: var(--shadow);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .metric b {
  display: block;
  font-size: 28px;
  line-height: 1.15;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .section {
  padding: 72px 0;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .section.alt {
  background: var(--light);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 32px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .section-head h2,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .section h2 {
  font-size: 36px;
  line-height: 1.15;
  margin: 0 0 14px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .section-head p {
  max-width: 620px;
  color: var(--muted);
  margin: 0;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .feature-card,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .industry-card,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .content-block {
  min-width: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 12px 36px rgba(7, 26, 54, .06);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .feature-card,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .industry-card {
  transition: transform .2s ease, box-shadow .2s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .feature-card:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .industry-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card span {
  color: var(--orange);
  font-weight: 800;
  font-size: 13px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card h3,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .feature-card h3,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .industry-card h3 {
  font-size: 22px;
  line-height: 1.25;
  margin: 12px 0 8px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card p,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .feature-card p,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .industry-card p {
  color: var(--muted);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  align-items: start;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .grid-3,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .grid-4,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .process-grid,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .proof-strip,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-matrix,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-options {
  display: grid;
  gap: 18px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .grid-3,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .process-grid,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-options {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .grid-4,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .proof-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lede {
  max-width: 780px;
  color: var(--muted);
  font-size: 18px;
  margin: 0 0 24px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .section-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .highlight-panel,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .process-step,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .proof-item,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .matrix-item,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-option,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .timeline-item,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .value-tile {
  min-width: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .highlight-panel {
  padding: 28px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .highlight-panel.accent {
  background: linear-gradient(135deg, #fff7ed, #ecfeff);
  border-color: rgba(249, 115, 22, .24);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .process-step,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .proof-item,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .matrix-item,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-option,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .value-tile {
  position: relative;
  overflow: hidden;
  padding: 22px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .process-step::before,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .matrix-item::before,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-option::before,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .value-tile::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--teal));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .process-step:hover::before,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .matrix-item:hover::before,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-option:hover::before,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .value-tile:hover::before {
  transform: scaleX(1);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .step-number,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .proof-item b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(249, 115, 22, .12);
  color: #c2410c;
  font-weight: 900;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .proof-item b {
  display: block;
  width: auto;
  min-width: 0;
  height: auto;
  margin-bottom: 8px;
  background: transparent;
  color: var(--navy);
  font-size: 26px;
  line-height: 1.15;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .proof-item span {
  display: block;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .process-step h3,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .matrix-item h3,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-option h3,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .value-tile h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.25;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .process-step p,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .proof-item span,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .matrix-item p,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-option p,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .value-tile p,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .highlight-panel p {
  color: var(--muted);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-matrix {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .matrix-item ul,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .value-tile ul,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .highlight-panel ul {
  margin: 12px 0 0;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .timeline {
  display: grid;
  gap: 14px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .timeline-item {
  position: relative;
  padding: 18px 18px 18px 52px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .timeline-item::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 24px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(249, 115, 22, .12);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .timeline-item h3 {
  margin: 0 0 5px;
  font-size: 18px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .timeline-item p {
  margin: 0;
  color: var(--muted);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .solution-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #071a36, #0d3673 58%, #0f766e);
  color: var(--white);
  border-radius: 8px;
  padding: 34px;
  box-shadow: var(--strong-shadow);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .solution-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background:
    linear-gradient(rgba(255, 255, 255, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 34px 34px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .solution-band > * {
  position: relative;
  z-index: 1;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .solution-band p,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .solution-band li {
  color: #dbeafe;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .pill-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  font-weight: 750;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .solution-band .pill-row span:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .solution-band .pill-row span:focus-visible {
  color: var(--navy);
  background: rgba(255, 255, 255, .94);
  border-color: rgba(255, 255, 255, .78);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-option {
  display: grid;
  gap: 10px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .grid-2 .contact-options {
  grid-template-columns: 1fr;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-option a:not(.btn) {
  width: fit-content;
  color: var(--orange);
  font-weight: 800;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .page-hero .hero-actions {
  margin-top: 24px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .list li {
  padding: 10px 0 10px 30px;
  position: relative;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 900;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .tech-cloud {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .tech-cloud span {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .cta {
  background: linear-gradient(135deg, var(--navy), #0f3d75);
  color: var(--white);
  border-radius: 12px;
  padding: 44px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  align-items: center;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .cta p {
  color: #dbeafe;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  box-shadow: var(--shadow);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form input,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form select,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form textarea {
  width: 100%;
  margin-bottom: 14px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  padding: 13px 14px;
  font: inherit;
  color: var(--text);
  background: var(--white);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form textarea {
  resize: vertical;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form button[disabled] {
  cursor: wait;
  opacity: .75;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .form-note {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 0;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .page-hero {
  background: linear-gradient(135deg, var(--navy), #0d3673);
  color: var(--white);
  padding: 68px 0;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .breadcrumb {
  color: #fed7aa;
  font-weight: 700;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 12px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .faq summary {
  font-weight: 800;
  cursor: pointer;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-footer {
  background: var(--navy);
  color: #dbeafe;
  padding: clamp(28px, 3.2vw, 40px) 0 0;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, .95fr) minmax(330px, 1.16fr) minmax(135px, .58fr) minmax(270px, 1fr);
  column-gap: clamp(28px, 3.6vw, 48px);
  row-gap: 24px;
  align-items: start;
  padding-bottom: 22px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-grid > * {
  min-width: 0;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-logo {
  height: 48px;
  width: auto;
  display: block;
  background: var(--white);
  border-radius: 8px;
  padding: 6px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-brand {
  align-items: center;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .2);
  color: var(--navy);
  display: inline-flex;
  gap: 10px;
  max-width: 100%;
  padding: 9px 12px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-brand-mark {
  display: block;
  flex: 0 0 auto;
  height: 42px;
  object-fit: contain;
  width: 42px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-brand-text {
  display: grid;
  gap: 3px;
  line-height: 1;
  min-width: 0;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-brand-text strong {
  color: var(--navy);
  font-size: 22px;
  font-weight: 950;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-brand-text small {
  color: #42607f;
  font-size: 9px;
  font-weight: 850;
  line-height: 1.18;
  text-transform: uppercase;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-footer h3 {
  color: var(--white);
  margin: 0 0 12px;
  line-height: 1.2;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-footer a {
  color: #dbeafe;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-footer .footer-brand {
  color: var(--navy);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-footer p,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-footer address {
  margin: 14px 0 0;
  color: #dbeafe;
  line-height: 1.52;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-footer address {
  font-style: normal;
  max-width: 320px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-links {
  display: grid;
  gap: 6px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-services {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(18px, 2.4vw, 28px);
  row-gap: 0;
  align-items: start;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-services-column {
  display: flex;
  flex-direction: column;
  align-content: start;
  gap: 6px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-contact {
  display: grid;
  gap: 6px;
  max-width: 320px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-links a,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-contact a {
  line-height: 1.35;
  width: fit-content;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-services a {
  display: block;
  width: auto;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-links a:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-links a:focus-visible,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-contact a:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-contact a:focus-visible,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .topbar a:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .topbar a:focus-visible {
  color: #fed7aa;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 0;
  padding: 14px 16px 16px;
  line-height: 1.5;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 22px;
  z-index: 60;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  overflow: hidden;
  background: #25d366 url("../images/whatsapp-icon.webp") center / 100% 100% no-repeat;
  box-shadow: 0 12px 30px rgba(37, 211, 102, .38);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot {
  position: fixed;
  right: 20px;
  bottom: 92px;
  z-index: 61;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-toggle {
  min-height: 44px;
  background: #c2410c;
  color: var(--white);
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(194, 65, 12, .32);
  cursor: pointer;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-panel {
  display: none;
  width: min(340px, calc(100vw - 32px));
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-panel.open {
  display: block;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-head {
  background: var(--navy);
  color: var(--white);
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-head button {
  width: 32px;
  height: 32px;
  background: transparent;
  border: 0;
  color: var(--white);
  font-size: 22px;
  cursor: pointer;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-messages {
  height: 320px;
  padding: 14px;
  overflow: auto;
  background: #f8fafc;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .bot,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .user {
  padding: 10px 12px;
  border-radius: 8px;
  margin-bottom: 10px;
  max-width: 88%;
  font-size: 14px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .bot {
  background: var(--white);
  border: 1px solid var(--line);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .user {
  background: #dbeafe;
  margin-left: auto;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-form {
  display: flex;
  padding: 10px;
  gap: 8px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-form input {
  min-width: 0;
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-form button {
  background: var(--orange);
  color: var(--white);
  border: 0;
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: 800;
  cursor: pointer;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress ::selection {
  background: rgba(249, 115, 22, .22);
  color: var(--navy);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .topbar {
  background: linear-gradient(90deg, #071a36, #0b2f63);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-header {
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(229, 237, 247, .72);
  backdrop-filter: blur(14px);
  transition: background-color .24s ease, box-shadow .24s ease, border-color .24s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-header.is-scrolled {
  background: rgba(255, 255, 255, .98);
  border-bottom-color: rgba(216, 226, 239, .92);
  box-shadow: 0 12px 34px rgba(7, 26, 54, .12);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .navbar {
  transition: min-height .24s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .brand-mark,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .brand-name {
  transition: transform .24s ease, filter .24s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .brand:hover .brand-mark,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .brand:focus-visible .brand-mark,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .brand:hover .brand-name,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .brand:focus-visible .brand-name {
  transform: translateY(-1px);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .brand:hover .brand-mark,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .brand:focus-visible .brand-mark {
  filter: drop-shadow(0 8px 16px rgba(7, 26, 54, .1));
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links > a:not(.btn),
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-item > a {
  position: relative;
  border-bottom: 0;
  transition: color .2s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links > a:not(.btn)::after,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links > a.active:not(.btn)::after,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links > a:not(.btn):hover::after,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links > a:not(.btn):focus-visible::after,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-item > a.active::after,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-item > a:hover::after,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-item > a:focus-visible::after {
  transform: scaleX(1);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-submenu,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links {
  animation: menuIn .18s ease both;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-caret {
  transition: transform .22s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-item.submenu-open .nav-caret {
  transform: translateY(2px) rotate(225deg);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-submenu a {
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-submenu a:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-submenu a:focus-visible {
  transform: translateX(3px);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-toggle,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-toggle-icon,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-toggle-icon::before,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-toggle-icon::after {
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-toggle:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-toggle:focus-visible {
  transform: translateY(-1px);
  background: #0b2f63;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fb923c, var(--orange) 48%, #c2410c);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, .34) 50%, transparent 80%);
  transform: translateX(-120%);
  transition: transform .55s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn:focus-visible {
  box-shadow: 0 16px 34px rgba(249, 115, 22, .34);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn:hover::before,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn:focus-visible::before {
  transform: translateX(120%);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn.secondary,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn.outline {
  background: rgba(255, 255, 255, .96);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn.secondary:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn.outline:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn.secondary:focus-visible,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn.outline:focus-visible {
  color: var(--orange);
  border-color: rgba(249, 115, 22, .38);
  box-shadow: 0 14px 28px rgba(7, 26, 54, .12);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .page-hero {
  position: relative;
  isolation: isolate;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero::before,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .36;
  background:
    linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(120deg, #000 0%, rgba(0, 0, 0, .62) 48%, transparent 100%);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero::after,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 18%, rgba(255, 255, 255, .08) 36%, transparent 54% 100%);
  transform: translateX(-18%);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero .container,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .page-hero .container {
  position: relative;
  z-index: 1;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-card,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .metric,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .feature-card,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .industry-card,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .content-block,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .faq details,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .tech-cloud span,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .highlight-panel,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .process-step,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .proof-item,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .matrix-item,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-option,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .timeline-item,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .value-tile,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .pill-row span {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, .34);
  box-shadow: 0 24px 60px rgba(7, 26, 54, .2);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-card {
  position: relative;
  overflow: hidden;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255, 255, 255, .18), transparent 48%);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-card img {
  position: relative;
  z-index: 1;
  transition: transform .45s ease, filter .45s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-card:hover img {
  animation: none;
  transform: scale(1.025);
  filter: saturate(1.06) contrast(1.03);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .metric {
  position: relative;
  overflow: hidden;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .metric::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--orange);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .metric:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(7, 26, 54, .16);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .metric b {
  color: var(--navy);
  transition: color .22s ease, transform .22s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .metric:hover b {
  color: var(--orange);
  transform: translateX(2px);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .feature-card,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .industry-card,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .content-block,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .highlight-panel,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .process-step,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .proof-item,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .matrix-item,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-option,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .timeline-item,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .value-tile {
  position: relative;
  overflow: hidden;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .feature-card,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .industry-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card::before,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .feature-card::before,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .industry-card::before,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .content-block::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), #0ea5a4);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .24s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .feature-card:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .industry-card:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .content-block:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .highlight-panel:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .process-step:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .proof-item:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .matrix-item:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-option:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .timeline-item:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .value-tile:hover {
  border-color: rgba(249, 115, 22, .34);
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(7, 26, 54, .12);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card:hover::before,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .feature-card:hover::before,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .industry-card:hover::before,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .content-block:hover::before {
  transform: scaleX(1);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card h3,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .feature-card h3,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .industry-card h3,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .content-block h2,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .content-block h3 {
  transition: color .22s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card:hover h3,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .feature-card:hover h3,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .industry-card:hover h3,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .content-block:hover h2,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .content-block:hover h3 {
  color: var(--navy);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card b,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .feature-card b,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .industry-card b {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  color: var(--orange);
  transition: transform .22s ease, color .22s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card:hover b,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .feature-card:hover b,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .industry-card:hover b {
  color: #c2410c;
  transform: translateX(4px);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .section.alt {
  background: linear-gradient(180deg, #f8fbff, var(--light));
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .tech-cloud span:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .tech-cloud span:focus-visible,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .pill-row span:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .pill-row span:focus-visible {
  color: var(--navy);
  border-color: rgba(14, 165, 164, .35);
  box-shadow: 0 12px 28px rgba(7, 26, 54, .08);
  transform: translateY(-2px);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .list li {
  transition: color .18s ease, transform .18s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .list li:hover {
  color: var(--navy);
  transform: translateX(3px);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .list li::before {
  transition: transform .18s ease, color .18s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .list li:hover::before {
  color: var(--teal);
  transform: scale(1.08);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form {
  position: relative;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), var(--teal));
  opacity: .8;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form:focus-within {
  border-color: rgba(249, 115, 22, .38);
  box-shadow: var(--strong-shadow);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form input,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form select,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form textarea,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-form input {
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form input:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form select:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form textarea:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-form input:hover {
  border-color: #b8c7dc;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form input:focus,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form select:focus,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form textarea:focus,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-form input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, .14);
  outline: 0;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .faq details:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .faq details[open] {
  border-color: rgba(249, 115, 22, .32);
  box-shadow: 0 14px 34px rgba(7, 26, 54, .08);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .faq summary {
  transition: color .2s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  list-style: none;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .faq summary::-webkit-details-marker {
  display: none;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .faq summary::after {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .2s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .faq details[open] summary::after {
  transform: translateY(2px) rotate(225deg);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .faq summary:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .faq details[open] summary {
  color: var(--orange);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-links a,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-contact a,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .topbar a,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-toggle,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-form button,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .whatsapp-float {
  transition: transform .2s ease, color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-links a,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-contact a {
  position: relative;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-links a::after,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-contact a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  background: #fed7aa;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-links a:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-contact a:hover {
  transform: translateX(3px);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-links a:hover::after,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-links a:focus-visible::after,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-contact a:hover::after,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-contact a:focus-visible::after {
  transform: scaleX(1);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .whatsapp-float:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .whatsapp-float:focus-visible {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 38px rgba(37, 211, 102, .45);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-toggle:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-toggle:focus-visible,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-form button:hover,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-form button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(194, 65, 12, .34);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-panel.open {
  animation: panelIn .2s ease both;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  box-shadow: var(--strong-shadow);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .12), transparent 34%),
    linear-gradient(90deg, transparent, rgba(14, 165, 164, .16), transparent);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .cta > * {
  position: relative;
  z-index: 1;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .page-hero .breadcrumb {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  border: 1px solid rgba(254, 215, 170, .24);
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, .08);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-toggle {
  position: relative;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-toggle::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, .18);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .bot,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .user {
  animation: messageIn .18s ease both;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .5s ease, transform .5s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .topbar-inner {
  min-height: 38px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .topbar-contact a {
  border-radius: 999px;
  padding: 2px 0;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-header {
  border-bottom: 1px solid rgba(229, 237, 247, .85);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .navbar {
  min-height: 88px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .brand {
  border-radius: 8px;
  padding: 4px 0;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .brand-mark {
  filter: drop-shadow(0 8px 14px rgba(7, 26, 54, .08));
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links {
  gap: 16px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links a {
  letter-spacing: 0;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn {
  gap: 9px;
  isolation: isolate;
  letter-spacing: 0;
  min-width: max-content;
  white-space: nowrap;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 1px;
  position: relative;
  transform: rotate(-45deg);
  transition: transform .2s ease, opacity .2s ease;
  width: 8px;
  z-index: 1;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn:hover::after,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn:focus-visible::after {
  transform: translateX(3px) rotate(-45deg);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero {
  background:
    linear-gradient(135deg, rgba(7, 26, 54, .98), rgba(11, 47, 99, .97) 58%, rgba(15, 118, 110, .94)),
    #071a36;
  border-bottom: 1px solid rgba(229, 237, 247, .18);
  padding-bottom: 66px;
  padding-top: 82px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-grid {
  gap: 52px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero h1,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .page-hero h1 {
  letter-spacing: 0;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero p,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .page-hero p {
  line-height: 1.7;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .06));
  border-color: rgba(255, 255, 255, .24);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .metric,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .proof-item {
  border: 1px solid rgba(229, 237, 247, .9);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .section {
  position: relative;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .section-head {
  align-items: flex-end;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .section-kicker,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card span {
  background: rgba(249, 115, 22, .1);
  border: 1px solid rgba(249, 115, 22, .16);
  border-radius: 999px;
  padding: 5px 10px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card span {
  line-height: 1.35;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .feature-card,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .industry-card,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .content-block,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .highlight-panel,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .process-step,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .proof-item,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .matrix-item,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-option,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .timeline-item,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .value-tile,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .faq details {
  border-color: rgba(216, 226, 239, .95);
  box-shadow: 0 14px 34px rgba(7, 26, 54, .07);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card h3,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .feature-card h3,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .industry-card h3,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .matrix-item h3,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-option h3,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .value-tile h3 {
  color: #0c2342;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card p,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .feature-card p,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .industry-card p,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .matrix-item p,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-option p,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .value-tile p,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .highlight-panel p,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .timeline-item p {
  line-height: 1.68;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .process-step::after,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .value-tile::after,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-option::after {
  background: linear-gradient(90deg, rgba(249, 115, 22, .72), rgba(14, 165, 164, .72));
  border-radius: 999px;
  bottom: 18px;
  content: "";
  height: 3px;
  opacity: 0;
  position: absolute;
  right: 18px;
  transform: scaleX(.4);
  transform-origin: right;
  transition: opacity .22s ease, transform .22s ease;
  width: 38px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .process-step:hover::after,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .value-tile:hover::after,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-option:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form input,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form select,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form textarea,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-form input {
  background: #fbfdff;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form input:focus,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form select:focus,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form textarea:focus,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-form input:focus {
  background: #fff;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form .btn {
  width: 100%;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .form-note {
  color: #52667f;
  line-height: 1.55;
  margin-left: auto;
  margin-right: auto;
  max-width: 92%;
  text-align: center;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .cta .lead-form .form-note {
  color: #52667f;
  text-align: center;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .page-hero {
  background:
    linear-gradient(135deg, rgba(7, 26, 54, .98), rgba(11, 47, 99, .96) 62%, rgba(12, 74, 110, .94)),
    #071a36;
  border-bottom: 1px solid rgba(229, 237, 247, .16);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .solution-band {
  border: 1px solid rgba(255, 255, 255, .14);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .cta {
  border-radius: 8px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .tech-cloud span {
  color: #17304f;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-footer {
  background:
    linear-gradient(180deg, #071a36, #06152c);
  border-top: 1px solid rgba(255, 255, 255, .12);
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-footer h3 {
  position: relative;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-footer h3::after {
  background: linear-gradient(90deg, var(--orange), var(--teal));
  border-radius: 999px;
  content: "";
  display: block;
  height: 3px;
  margin-top: 8px;
  width: 34px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .whatsapp-float {
  align-items: center;
  background: #25d366;
  background-image: none;
  border: 3px solid #fff;
  box-shadow: 0 14px 34px rgba(37, 211, 102, .38);
  display: inline-grid;
  height: 58px;
  justify-content: center;
  width: 58px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .whatsapp-float::before {
  background: #fff;
  content: "";
  display: block;
  height: 34px;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2032%2032%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M16%203C9.4%203%204%208.3%204%2014.9c0%202.5.8%204.9%202.2%206.9L4.8%2029l7.4-1.9c1.9%201%204%201.6%206.2%201.6%206.6%200%2012-5.3%2012-11.9S22.6%203%2016%203Zm0%202.4c5.3%200%209.6%204.3%209.6%209.5s-4.3%209.5-9.6%209.5c-2%200-3.8-.6-5.4-1.6l-.4-.2-4.4%201.1.9-4.3-.3-.4c-1.2-1.6-1.8-3.5-1.8-5.6%200-5.2%204.3-9.5%209.6-9.5Zm-3%204.8c-.2%200-.5.1-.7.4-.3.3-1%201-1%202.3%200%201.4%201%202.7%201.1%202.9.1.2%202%203.2%204.9%204.4%202.4%201%202.9.8%203.4.7.5-.1%201.7-.7%201.9-1.4.2-.7.2-1.3.2-1.4-.1-.1-.2-.2-.5-.4l-1.8-.9c-.3-.1-.5-.2-.7.2-.2.3-.8%201-1%201.2-.2.2-.4.2-.7.1-.3-.2-1.3-.5-2.4-1.5-.9-.8-1.5-1.8-1.7-2.1-.2-.3%200-.5.1-.7.1-.1.3-.4.5-.5.2-.2.2-.3.3-.5.1-.2%200-.4%200-.5l-.8-1.9c-.2-.4-.4-.4-.7-.4Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2032%2032%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M16%203C9.4%203%204%208.3%204%2014.9c0%202.5.8%204.9%202.2%206.9L4.8%2029l7.4-1.9c1.9%201%204%201.6%206.2%201.6%206.6%200%2012-5.3%2012-11.9S22.6%203%2016%203Zm0%202.4c5.3%200%209.6%204.3%209.6%209.5s-4.3%209.5-9.6%209.5c-2%200-3.8-.6-5.4-1.6l-.4-.2-4.4%201.1.9-4.3-.3-.4c-1.2-1.6-1.8-3.5-1.8-5.6%200-5.2%204.3-9.5%209.6-9.5Zm-3%204.8c-.2%200-.5.1-.7.4-.3.3-1%201-1%202.3%200%201.4%201%202.7%201.1%202.9.1.2%202%203.2%204.9%204.4%202.4%201%202.9.8%203.4.7.5-.1%201.7-.7%201.9-1.4.2-.7.2-1.3.2-1.4-.1-.1-.2-.2-.5-.4l-1.8-.9c-.3-.1-.5-.2-.7.2-.2.3-.8%201-1%201.2-.2.2-.4.2-.7.1-.3-.2-1.3-.5-2.4-1.5-.9-.8-1.5-1.8-1.7-2.1-.2-.3%200-.5.1-.7.1-.1.3-.4.5-.5.2-.2.2-.3.3-.5.1-.2%200-.4%200-.5l-.8-1.9c-.2-.4-.4-.4-.7-.4Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  width: 34px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot-toggle::before {
  background: currentColor;
  content: "";
  height: 16px;
  mask:
    linear-gradient(#000 0 0) 2px 4px / 12px 8px no-repeat,
    radial-gradient(circle at 5px 8px, #000 1.8px, transparent 2px),
    radial-gradient(circle at 11px 8px, #000 1.8px, transparent 2px);
  width: 16px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form .form-note,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .cta .lead-form .form-note {
  color: #52667f;
  font-size: 11px;
  line-height: 1.35;
  margin: 12px auto 0;
  max-width: 100%;
  text-align: center;
  white-space: nowrap;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-footer .footer-brand {
  align-items: center;
  background: rgba(255, 255, 255, .97);
  border-radius: 8px;
  color: var(--navy);
  display: inline-flex;
  gap: 8px;
  padding: 7px 9px;
  width: fit-content;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-footer .footer-brand-mark {
  display: block;
  flex: 0 0 34px;
  height: 34px;
  max-height: 34px;
  max-width: 34px;
  object-fit: contain;
  width: 34px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-footer .footer-brand-text strong {
  color: var(--navy);
  font-size: 18px;
  line-height: 1;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-footer .footer-brand-text small {
  color: #42607f;
  font-size: 8px;
  line-height: 1.15;
  white-space: nowrap;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .whatsapp-float {
  background: #25d366 url("../images/whatsapp-icon.webp") center / 100% 100% no-repeat;
  border: 3px solid #fff;
  border-radius: 50%;
  height: 58px;
  overflow: visible;
  width: 58px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .whatsapp-float::before {
  content: none;
}

@media (min-width: 981px) {
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-header.is-scrolled .navbar {
    min-height: 76px;
  }
}

@media (prefers-reduced-motion: no-preference) {
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero::after,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .page-hero::after {
    animation: heroSweep 8s ease-in-out infinite alternate;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero .eyebrow,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero h1,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero p,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-actions,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-card,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .metrics {
    animation: fadeUp .55s ease both;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero h1 {
    animation-delay: .06s;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero p {
    animation-delay: .12s;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-actions {
    animation-delay: .18s;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-card {
    animation-delay: .16s;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .metrics {
    animation-delay: .24s;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .whatsapp-float {
    animation: whatsappPulse 2.8s ease-in-out infinite;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-card img {
    animation: heroFloat 5.5s ease-in-out infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
body.ataop-wordpress.ataop-wordpress.ataop-wordpress *,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress *::before,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes menuIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes panelIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes messageIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes heroSweep {
  from {
    transform: translateX(-18%);
  }

  to {
    transform: translateX(18%);
  }
}

@keyframes whatsappPulse {
  0%,
  100% {
    box-shadow: 0 12px 30px rgba(37, 211, 102, .38);
  }

  50% {
    box-shadow: 0 16px 38px rgba(37, 211, 102, .52);
  }
}

@media (max-width: 1120px) {
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 26px clamp(24px, 5vw, 44px);
  }
}

@media (max-width: 980px) {
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .topbar {
    display: none;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-toggle {
    display: grid;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links {
    display: none;
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    max-height: calc(100vh - 92px);
    overflow: auto;
    background: var(--white);
    padding: 18px 4% 24px;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: flex-start;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links.open {
    display: flex;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links a,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-item {
    width: 100%;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-item {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links a:not(.btn) {
    padding: 12px 0;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-item > a {
    width: auto;
    flex: 1 1 calc(100% - 52px);
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-submenu-toggle {
    width: 40px;
    height: 40px;
    background: var(--light);
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-submenu {
    position: static;
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    margin-top: 8px;
    box-shadow: none;
    border-radius: 8px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-submenu::before,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .has-submenu:hover .nav-submenu {
    display: none;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .has-submenu.submenu-open .nav-submenu {
    display: grid;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links .btn-small {
    width: 100%;
    margin-top: 6px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-grid,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .grid-2,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .cta {
    grid-template-columns: 1fr;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero h1,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .page-hero h1 {
    font-size: 40px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .metrics,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .cards,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .grid-3,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .grid-4,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .process-grid,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .proof-strip,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-matrix {
    grid-template-columns: 1fr;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-services {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    column-gap: 20px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .section-head {
    display: block;
  }
}

@media (max-width: 620px) {
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form .form-note,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .cta .lead-form .form-note {
    white-space: normal;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .container {
    width: min(100% - 28px, 1180px);
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .navbar {
    min-height: 76px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .brand {
    font-size: 19px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .brand-mark {
    width: 42px;
    height: 42px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .brand-name strong {
    font-size: 22px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .brand-name small {
    font-size: 9px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-toggle {
    display: grid;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .nav-links {
    top: 76px;
    max-height: calc(100vh - 76px);
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero {
    padding: 48px 0 52px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .page-hero {
    padding: 52px 0;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero h1,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .page-hero h1 {
    font-size: 29px;
    max-width: 100%;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero p,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .page-hero p {
    font-size: 16px;
    max-width: 100%;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-actions {
    display: grid;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-card {
    max-width: 100%;
    padding: 16px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .metrics,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .cards,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .grid-3,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .grid-4,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .process-grid,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .proof-strip,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-matrix,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-options,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-grid {
    grid-template-columns: 1fr;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-footer {
    padding-top: 30px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-grid {
    gap: 22px;
    padding-bottom: 22px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-logo {
    height: 44px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-footer h3 {
    margin-bottom: 10px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-footer p,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .site-footer address {
    margin-top: 10px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-services {
    grid-template-columns: 1fr;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-services-column {
    gap: 6px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-bottom {
    padding: 14px 82px 78px 14px;
    text-align: left;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .section {
    padding: 52px 0;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .section-head h2,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .section h2 {
    font-size: 28px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .feature-card,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .industry-card,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .content-block,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .highlight-panel,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .process-step,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .proof-item,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .matrix-item,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-option,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .value-tile,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form {
    padding: 20px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .cta,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .solution-band {
    padding: 28px 20px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .whatsapp-float,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .chatbot {
    display: none;
  }
}

@media (max-width: 420px) {
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .brand-name small {
    display: none;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero h1,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .page-hero h1 {
    font-size: 26px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .btn {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 621px) {
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .lead-form .form-note,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .cta .lead-form .form-note {
    font-size: 12px !important;
    line-height: 1.3 !important;
    max-width: none !important;
    text-align: center !important;
    white-space: nowrap !important;
  }
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .content-icon {
  align-items: center;
  background: linear-gradient(135deg, #fff7ed, #ecfeff);
  border: 1px solid rgba(249, 115, 22, .18);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(7, 26, 54, .1);
  color: #0f766e;
  display: inline-flex;
  flex: 0 0 auto;
  height: 48px;
  justify-content: center;
  margin: 0 0 16px;
  padding: 0 !important;
  position: relative;
  width: 48px;
  z-index: 1;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .content-icon svg {
  display: block;
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 24px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-icon {
  background: linear-gradient(135deg, rgba(249, 115, 22, .96), rgba(14, 165, 164, .92));
  border-color: rgba(255, 255, 255, .34);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
  color: #fff;
  height: 62px;
  margin-bottom: 18px;
  width: 62px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-icon svg {
  height: 30px;
  width: 30px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .page-hero .hero-icon {
  background: rgba(255, 255, 255, .13);
  border-color: rgba(255, 255, 255, .28);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .16);
  color: #fff;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card .content-icon,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .feature-card .content-icon,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .industry-card .content-icon,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .content-block .content-icon,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .highlight-panel .content-icon,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .matrix-item .content-icon,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .contact-option .content-icon,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .value-tile .content-icon,
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .process-step .content-icon {
  background: linear-gradient(135deg, #fff7ed, #ecfeff);
  border: 1px solid rgba(249, 115, 22, .18);
  border-radius: 16px;
  color: #0f766e;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  min-width: 48px;
  text-transform: none;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card .content-icon {
  margin-bottom: 14px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .service-card .content-icon + span {
  width: fit-content;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .highlight-panel.accent .content-icon {
  background: #fff;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .process-step .step-number {
  position: absolute;
  right: 18px;
  top: 18px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .process-step .content-icon {
  margin-bottom: 20px;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .content-icon:hover {
  color: #c2410c;
}

@media (max-width: 620px) {
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .content-icon {
    border-radius: 14px;
    height: 44px;
    margin-bottom: 12px;
    width: 44px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .content-icon svg {
    height: 22px;
    width: 22px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-icon {
    height: 54px;
    width: 54px;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .hero-icon svg {
    height: 27px;
    width: 27px;
  }
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .whatsapp-float {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 50% !important;
  display: inline-grid !important;
  font-size: 0 !important;
  height: 70px !important;
  justify-content: center !important;
  overflow: visible !important;
  padding: 0 !important;
  width: 70px !important;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .whatsapp-float::before {
  content: none !important;
  display: none !important;
}
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .whatsapp-float img {
  display: block !important;
  height: 62px !important;
  max-height: 62px !important;
  max-width: 62px !important;
  object-fit: contain !important;
  width: 62px !important;
}

@media (max-width: 620px) {
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .whatsapp-float {
    bottom: 16px !important;
    display: inline-grid !important;
    height: 62px !important;
    right: 14px !important;
    width: 62px !important;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .whatsapp-float img {
    height: 56px !important;
    max-height: 56px !important;
    max-width: 56px !important;
    width: 56px !important;
  }
body.ataop-wordpress.ataop-wordpress.ataop-wordpress .footer-bottom {
    padding-right: 88px;
  }
}
