/* Базовые стили */

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #f9f9f9;
  color: #333;
  line-height: 1.6;

}










/* MAIN UTP */
.hero {
  position: relative;
  background: linear-gradient(135deg, #0f172a, #1e293b, #1e3a8a, #00c3ff, #9333ea);
  background-size: 400% 400%;
  animation: neonGradient 12s ease infinite;
  /* min-height: 90vh; */
  min-height: 410px; /* стало меньше */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  margin: 0 -1.5rem;
}

@keyframes neonGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 4px 4px;
  opacity: 0.15;
  animation: grainMove 6s linear infinite;
  z-index: 0;
  pointer-events: none;
}

@keyframes grainMove {
  0% { transform: translate(0, 0); }
  50% { transform: translate(1px, 1px); }
  100% { transform: translate(0, 0); }
}

.hero-overlay {
  background: rgba(15, 23, 42, 0.7);
  width: 100%;
  padding: 3rem 1rem;
  text-align: center;
  z-index: 2;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.hero h1 {
  font-size: 2.5rem;
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 2rem;
}

.hero-pillars {
  font-size: 0.85rem !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55) !important;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

.hero-pillars span {
  padding: 0 0.45rem;
  color: #a2ff00;
  font-weight: 700;
}
/*
.hero-btn {
  display: inline-block;
  background-color: #00e0b8;
  color: #0f172a;
  padding: 0.9rem 1.8rem;
  font-size: 1.05rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 224, 184, 0.25);
}

.hero-btn:hover {
  background-color: #00c3a5;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 224, 184, 0.4);
}


*/

/* Mobile */
@media screen and (max-width: 768px) {
  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1rem;
  }
}






/* ENT MAIN UTP */









/* About US STYLES */
.about-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #1f2937;
  line-height: 1.8;
}

.about-section h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1.5rem;
  text-align: center;
}

.about-section h2 {
  font-size: 1.4rem;
  color: #0f172a;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  border-bottom: 2px solid #00C2B2; /* акцент под MaybePromo */
  padding-bottom: 4px;
  display: inline-block;
}

.about-section p {
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
}

.about-section ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.about-section ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.6rem;
}

.about-section ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #00C2B2;
  font-weight: bold;
}

.about-section strong {
  font-weight: 600;
}

.about-section em {
  font-style: italic;
}




/* END ABOUT US */










.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 1rem;
}


.main-content {

  padding-bottom: 60px;
}

main {
  padding: 2rem 1.5rem;
   background: transparent;
}




h1, h2, h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}







p, ul {
  margin-bottom: 1rem;
}



a {
  color: #1CC5B7;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}




/* LOGO */
.logo img {
  width: 240px;
  max-width: none;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .logo img {
    width: 210px;
  }





}
.logo img {
  width: 240px;
  max-width: none;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .logo img {
    width: 210px;
  }
}

.logo-mark {
  display: block;
  width: 240px;
  height: 48px;
  overflow: hidden;
}

.logo-tagline {
  display: block;
  margin-top: 2px;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.045em;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .logo-mark {
    width: 210px;
    height: 43px;
  }

  .logo-tagline {
    font-size: 0.58rem;
  }
}




.language-switcher {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.language-switcher a {
  color: #CBD5E1;
  text-decoration: none;
}

.language-switcher a:hover {
  color: #00C2B2;
}

.lang-flags-desktop {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.lang-flags-desktop ul {
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lang-flags-desktop li a img {
  width: 20px;
  height: auto;
  display: block;
  transition: opacity 0.3s;
}

.lang-flags-desktop li a:hover img {
  opacity: 0.7;
}



.lang-flags-mobile {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 20px 0 10px;
  padding: 0;
  list-style: none;
}

.lang-flags-mobile li a img {
  width: 24px;
  height: auto;
  display: block;
  transition: opacity 0.3s;
}

.lang-flags-mobile li a:hover img {
  opacity: 0.7;
}









/* карточки услуг */
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}





.service-card {
  flex: 1 1 calc(50% - 1.5rem);
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
@media (max-width: 768px) {
  .service-card {
    flex: 1 1 100%;
  }
}











/* Затемнение фона когда открыт бургер */
body.menu-open {
  overflow: hidden;
}
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
}



.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 997;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

body.menu-open .menu-overlay {
  opacity: 1;
  pointer-events: auto;
}



/* Header */

.site-header {
  background: linear-gradient(to right, #0f172a, #1e293b);
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
   padding: 0px 0 3px;
}










.header-inner {
  max-width: 1200px;
  margin: 0 auto;
 padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: space-between; /* или space-around / flex-start - по желанию */
   height: 60px; /* можно изменить под твой дизайн */
  box-sizing: border-box;
}
    
    




.logo a {
  color: #00c3ff;
  text-decoration: none;
  font-weight: bold; /* выбери: bold или 600 */
  font-size: 1.8rem;  /* выбери: 1.8rem или 1.6rem */
}











.desktop-nav .btn-primary {
  margin-left: 20px;
}




.mega-menu {
  position: fixed;
  top: 63px;
  left: 0;
  width: 100%;
  z-index: 998;
  background: #0f172a;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
}

.mega-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.mega-menu-column-title {
  margin: 0 0 16px;
  color: #00c2b2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-nav .mega-menu-column ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-menu-column li + li {
  margin-top: 4px;
}

.mega-menu-column a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.15s ease;
}

.mega-menu-column a:hover {
  background: rgba(0, 194, 178, 0.08);
}

.mega-menu-column a img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

.mega-menu-column a strong {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.mega-menu-footer {
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  padding: 16px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
}

.mega-menu-footer a {
  color: #00c2b2;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.mega-menu-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .mega-menu {
    display: none;
  }
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 20px; /* расстояние между меню и кнопкой */
}



.desktop-nav a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
}

.desktop-nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      gap: 20px;
    }
.desktop-nav ul li a {
      color: white;
      text-decoration: none;
    }
    












/* Mobile toggle */

.menu-toggle {
  display: none;
  flex-direction: column;
  width: 26px;
  height: 20px;
  justify-content: space-between;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 3px;
  background: white;
  border-radius: 2px;
        width: 25px;

      margin: 3px 0;
      transition: 0.4s;
  
}



















.menu-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.open span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}



    













/* Mobile menu */

.mobile-nav {
  display: none;
  flex-direction: column;
  background: #111;
  position: fixed;
  top: 70px;
  right: 0;
  width: 220px;
  padding: 1rem;
  z-index: 9999; /* <--- Обязателен */
  transition: all 0.3s ease;
}




.mobile-nav.active {
  display: flex;
}

.mobile-nav a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 0.6rem 0;
  border-bottom: 1px solid #333;
}
.mobile-nav a:hover {
  color: #00c3ff;
}

/* Mobile menu animation */

.mobile-nav {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateX(100%);
  opacity: 0;
}
.mobile-nav.active {
  transform: translateX(0%);
  opacity: 1;
}






.mobile-nav {
      display: none;
      flex-direction: column;
      background: #111;
      position: fixed;
      top: 80px;
      right: 0;
      width: 220px;
      padding: 1rem;
      z-index: 999;
    }
.mobile-nav.active {
      display: flex;
    }
.mobile-nav a {
      color: white;
      text-decoration: none;
      padding: 0.5rem 0;
      border-bottom: 1px solid #333;
    }
    




/* btn primary */



/* === Общий базовый стиль для всех кнопок === */
.btn {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1.4;
  padding: 12px 30px;
  font-size: 1rem;
  cursor: pointer;
}










.btn-primary {
  display: inline-block;
  background-color: #00C2B2;
  color: white;
  padding: 12px 20px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s;
}


/* === Основной стиль - бирюзовая кнопка === */
.btn-primary {
  background-color: #00C2B2;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 194, 178, 0.2);
}
.btn-primary:hover {
  background-color: #00b0a3;
  box-shadow: 0 6px 16px rgba(0, 194, 178, 0.3);
  transform: translateY(-1px);
}

/* === Вторичная - прозрачный фон, обводка === */
.btn-secondary {
  background-color: transparent;
  color: #00C2B2;
  border: 2px solid #00C2B2;
}
.btn-secondary:hover {
  background-color: #00C2B2;
  color: #fff;
  transform: translateY(-1px);
}

/* === Призрачная кнопка (на тёмном фоне) === */
.btn-ghost {
  background-color: transparent;
  color: #ccc;
  border: none;
}
.btn-ghost:hover {
  color: #fff;
  text-decoration: underline;
}

/* === Маленькая кнопка === */
.btn-sm {
  padding: 8px 20px;
  font-size: 0.9rem;
}

/* === Навигационные отступы === */
.desktop-nav .btn-primary {
  margin-left: 20px;
}

.mobile-nav .btn-primary {
  margin-top: 1rem;
  display: block;
}

/* === Адаптация под мобильные === */
@media (max-width: 600px) {
  .btn-primary,
  .btn-secondary {
    width: 100%;
    text-align: center;
    padding: 14px 0;
  }
}




/* Media queries */

@media (max-width: 768px) {
  .main-content {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: flex;
    margin-left: 16px;
  }

  .language-switcher {
    margin-left: auto;
  }

  .hero-pillars {
    font-size: 0.65rem !important;
    letter-spacing: 0.03em;
  }

  .hero-pillars span {
    padding: 0 0.3rem;
  }
}







@media (max-width: 768px) {
      .desktop-nav {
        display: none;
      }
      .menu-toggle {
        display: flex;
      }
    }




@media (min-width: 769px) {
  .mobile-nav {
    display: none;
  }

  .menu-toggle {
    display: none;
  }
}



/* Main layout */

main {
  margin-top: 0;
  background: #0F172A; /* или inherit, если родитель уже тёмный */
}





/* MAIN CONTENT*/
.main-content {
  padding: 100px 1.5rem 2rem;
  background-color: #0f172a;
  color: #f8fafc;
}

.main-content h1 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
  color: white;
}

.main-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #cbd5e1;
  margin-bottom: 16px;
}

@media (max-width: 600px) {
  .main-content h1 {
    font-size: 28px;
  }

  .main-content p {
    font-size: 16px;
  }
}






/* Services Section */
.section-services {
  background-color: #0F172A;
  padding: 20px 0;
  color: white;
  text-align: center;
}

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: 18px;
  color: #CBD5E1;
  margin-bottom: 50px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.service-card {
  background-color:  #1E293B;/* old  #072744;*/
  padding: 30px;
  border-radius: 20px;
  width: 100%;
  max-width: 250px;
  flex: 1 1 250px;
  text-align: center;
}



.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 194, 178, 0.15);
  transition: all 0.3s ease;
  cursor: pointer;
}



.service-card img {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 14px;
  color: #94A3B8;
}

.pillars-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}

.pillar-card {
  display: flex;
  flex-direction: column;
  background-color: #1E293B;
  padding: 40px;
  border-radius: 20px;
  width: 100%;
  max-width: 460px;
  flex: 1 1 380px;
  text-align: left;
  scroll-margin-top: 110px;
}

.pillar-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 194, 178, 0.15);
  transition: all 0.3s ease;
}

.pillar-card h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
}

.pillar-card p {
  font-size: 15px;
  color: #94A3B8;
  margin-bottom: 20px;
}

.subservice-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
  margin: 0 0 30px 0;
}

.subservice {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.subservice:first-child {
  padding-top: 0;
  border-top: none;
}

.subservice img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-top: 2px;
}

.subservice-icon-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00C2B2;
  flex-shrink: 0;
  margin-top: 8px;
}

.subservice-body h4 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 4px 0;
}

.subservice-body p {
  font-size: 13px;
  color: #94A3B8;
  margin: 0;
}

@media (max-width: 600px) {
  .pillar-card {
    max-width: 100%;
    padding: 30px;
  }
}

.cta-button {
  margin-top: auto;
  padding-top: 30px;
}

.cta-button a {
  display: inline-block;
  background-color: #00C2B2;
  color: white;
  padding: 12px 30px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.cta-button a:hover {
  background-color: #00b0a3;
}

@media (max-width: 600px) {
  .service-card {
    max-width: 100%;
  }
  .section-title {
    font-size: 28px;
  }
  .section-subtitle {
    font-size: 16px;
  }
  .cta-button a {
    width: 100%;
    padding: 14px 0;
  }
}






/* Contact Form */
/* Общий стиль формы */
.wpcf7 form {
  background-color: #1e293b;
  padding: 30px;
  border-radius: 12px;
  max-width: 500px;
  margin: 0 auto;
  color: #fff;
}

.wpcf7 form p {
  margin-bottom: 20px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  padding: 12px 14px;
  border: none;
  border-radius: 8px;
  background-color: #fff;
  font-size: 16px;
  color: #1e293b;
  box-sizing: border-box;
}

.wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}

.wpcf7 input[type="submit"] {
  background-color: #00c2b2;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #00a59a;
}








/* Modal form */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.modal-overlay.active {
  display: flex;
}

.modal-content {
  background: #1e293b;
  padding: 40px;
  border-radius: 12px;
  max-width: 600px;
  width: 100%;
  color: white;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 32px;
  right: 25px;
  font-size: 35px;
  cursor: pointer;
  color: #fff;
}


@media (max-width: 480px) {
  .modal-content {
    max-width: 90%;
    padding: 20px;
    max-height: 95%;
  }

  .modal-close {
    top: 32px;
    right: 25px;
    font-size: 35px;
  }
}







/* Single styles */

.post-full-width {
  background: #f3f4f6;
  padding: 30px 1rem;
}

.post-entry {
  max-width: 1120px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 12px;
  padding: 60px 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  color: #1e293b;
}

.post-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #64748b;
  font-size: 14px;
  margin-bottom: 40px;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post-content {
  font-size: 18px;
  line-height: 1.75;
  color: #1e293b;
}

.post-content p {
  margin-bottom: 1.5rem;
}

.post-footer {
  border-top: 1px solid #e5e7eb;
  margin-top: 60px;
  padding-top: 30px;
  text-align: left;
  color: #94a3b8;
}






























/*Страница с кейсами */
/* Секция заголовка */
.case-header {
  padding: 4rem 0;
  text-align: center;
  background-color: #f9fafb;
}

.case-header h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #111827;
}

.case-header p {
  font-size: 1.25rem;
  color: #6b7280;
}

/* Фильтры */
.case-filters {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.case-filters button {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background-color: #e5e7eb;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.case-filters button:hover,
.case-filters button.active {
  background-color: #00C2B2;
  color: #fff;
}

/* Карточки кейсов */
.cases-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  margin-bottom: 3rem;
}

.case-card {
  background-color: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.case-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.case-card-content {
  padding: 1.5rem;
}

.case-card-content h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #111827;
}

.case-card-content p {
  color: #6b7280;
  margin-bottom: 1rem;
}

.case-card-content a {
  color: #00C2B2;
  font-weight: 500;
  transition: color 0.2s ease;
}

.case-card-content a:hover {
  color: #008f85;
}

/* CTA Блок */
.case-cta {
  background-color: #00C2B2;
  text-align: center;
  color: white;
  padding: 4rem 1rem;
}

.case-cta h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.case-cta p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.case-cta a {
  display: inline-block;
  background-color: #fff;
  color: #00C2B2;
  font-weight: bold;
  padding: 0.75rem 2rem;
  border-radius: 999px;
  transition: background-color 0.3s ease;
}

.case-cta a:hover {
  background-color: #f0fdfa;
}









/* Footer */
footer {
  background: linear-gradient(to right, #0f172a, #1e293b);
  color: #ccc;
  padding: 2rem 1rem;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
}

footer p {
  margin: 0;
  color: #aaa;
}

footer a {
  color: #00c3ff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

/* Контейнер внутри футера */
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* Навигация в футере */
.footer-nav {
  margin: 1.5rem 0 1rem;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  display: inline-block;
  margin: 0 12px;
}

.footer-nav a {
  color: #ccc;
  font-weight: 500;
  font-size: 0.9rem;
  transition: color 0.3s ease;
  text-decoration: none;
}

.footer-nav a:hover {
  color: #00e0c7;
  text-decoration: underline;
}

/* Соцсети */
.footer-socials {
  margin-top: 1rem;
  text-align: center;
}

.footer-socials a {
  margin: 0 10px;
  display: inline-block;
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.footer-socials a:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* Адаптивность */
@media screen and (max-width: 768px) {
  .footer-socials a img {
    width: 40px;
    height: 40px;
  }

  footer {
    font-size: 0.85rem;
    padding: 1.5rem 1rem;
  }

  .footer-nav li {
    display: block;
    margin: 8px 0;
  }
}















/* CASES STYLES START */


/* Контейнер зі сіткою кейсів */
.case-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

/* Окрема картка кейсу */
.case-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.case-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.case-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #f0f0f0;
}

.case-item h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 16px 20px 8px;
}

.case-item p {
  font-size: 0.95rem;
  margin: 0 20px 16px;
  color: #555;
}

.case-meta {
  margin: auto 20px 20px;
}

.case-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 0.95rem;
  color: #00C2B2;
  text-decoration: none;
  transition: color 0.2s;
}


.case-link:hover {
  color: #005a8e;
  text-decoration: underline;
}

.case-bare-url {
  display: inline-block;
  margin: 6px 0 4px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  word-break: break-all;
}

.case-bare-url:hover {
  color: rgba(255,255,255,0.6);
}

.case-card-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.case-site-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.2s;
}

.case-site-link:hover {
  color: rgba(255,255,255,0.8);
}

.case-tags {
  margin-top: 8px;
}

.case-tags .tag {
  display: inline-block;
  font-size: 0.75rem;
  background: #f2f2f2;
  padding: 4px 10px;
  border-radius: 20px;
  margin-right: 6px;
  margin-top: 4px;
  color: #333;
}



/* CASES STYLES END */




/* Cases section on homepage (dark theme override) */
.section-cases {
  background-color: #1E293B;
  padding: 60px 0;
  color: white;
  text-align: center;
}

.section-cases .case-card {
  background-color: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
}

.section-cases .case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 194, 178, 0.15);
}

.section-cases .case-card-content h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin: 10px 0 8px;
}

.section-cases .case-card-content p {
  color: #94A3B8;
  font-size: 0.95rem;
  line-height: 1.6;
}

.case-tag {
  display: inline-block;
  font-size: 0.75rem;
  background: rgba(0, 194, 178, 0.15);
  color: #00C2B2;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.case-result-highlight {
  color: #00C2B2 !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  margin-top: 12px !important;
  margin-bottom: 14px !important;
}

.section-cases .case-proof {
  display: grid;
  gap: 7px;
  margin: 14px 0 16px;
}

.section-cases .case-proof-row {
  display: grid;
  grid-template-columns: minmax(46px, auto) minmax(0, 1fr);
  gap: 8px;
  padding-left: 10px;
  border-left: 2px solid #475569;
  color: #94A3B8;
  font-size: 0.78rem;
  line-height: 1.45;
}

.section-cases .case-proof-after {
  border-left-color: #00C2B2;
  color: #d8fff9;
}

.section-cases .case-proof-label {
  color: #94A3B8;
  font-weight: 700;
}

.section-cases .case-proof-after .case-proof-label {
  color: #00C2B2;
}

.section-cases .case-proof-text {
  min-width: 0;
  overflow-wrap: anywhere;
}

.cases-all-cta {
  margin-top: 48px;
  text-align: center;
}

@media (max-width: 600px) {
  .section-cases {
    padding: 40px 0;
  }
}
.case-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background-size: cover;
  background-position: top center;
}

.case-img-link {
  display: block;
  text-decoration: none;
}

.case-img-link:hover .case-img-wrap {
  opacity: 0.88;
  transition: opacity 0.2s ease;
}

.case-title-link {
  color: inherit;
  text-decoration: none;
}

.case-title-link:hover {
  text-decoration: underline;
}

.case-img-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 20px;
  width: 100%;
}

.case-label-accent {
  width: 40px;
  height: 3px;
  border-radius: 2px;
  margin-bottom: 16px;
}

.case-label-main {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 8px;
}

.case-label-sub {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* END Cases section homepage */


/* Partners / logos strip */
.section-clients {
  padding: 48px 0;
  background: #0F172A;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.clients-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.25);
  text-transform: uppercase;
  margin-bottom: 32px;
}

.clients-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px 52px;
}

.client-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.45;
  transition: opacity 0.2s;
  text-decoration: none;
}

.client-logo-link:hover {
  opacity: 0.9;
}

.client-logo-link img {
  height: 48px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  filter: grayscale(1) brightness(2);
}

.client-logo-text {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
  font-family: inherit;
}

@media (max-width: 600px) {
  .clients-logos {
    gap: 24px 36px;
  }
  .client-logo-link img {
    height: 28px;
    max-width: 90px;
  }
}
/* END Partners strip */


/* CTA section before footer */
.section-cta {
  padding: 96px 0;
  background: linear-gradient(135deg, #0d001a 0%, #0a0a1a 50%, #001a0d 100%);
  text-align: center;
}

.cta-inner {
  max-width: 680px;
  margin: 0 auto;
}

.cta-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 20px;
}

.cta-sub {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  margin-bottom: 32px;
}

.cta-props {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 28px;
}

.cta-props li {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.45);
  position: relative;
  padding-left: 14px;
}

.cta-props li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #20d9d2;
}

.btn-cta {
  display: inline-block;
  padding: 18px 48px;
  background: linear-gradient(135deg, #20d9d2 0%, #1ab5af 100%);
  color: #0a0a0f;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: opacity 0.2s, transform 0.15s;
}

.btn-cta:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.cta-micro {
  margin-top: 16px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.3);
}

@media (max-width: 600px) {
  .section-cta {
    padding: 64px 0;
  }
  .btn-cta {
    padding: 16px 36px;
    font-size: 1rem;
  }
}

/* Services landing page */
.services-page {
  overflow: hidden;
  background: #0b1324;
  color: #f8fafc;
}

.services-page *,
.services-page *::before,
.services-page *::after {
  box-sizing: border-box;
}

.svc-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.svc-eyebrow {
  margin: 0 0 18px;
  color: #00c2b2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.svc-hero {
  position: relative;
  padding: 100px 0 110px;
  background:
    radial-gradient(circle at 79% 27%, rgba(0, 194, 178, 0.14), transparent 29%),
    radial-gradient(circle at 10% 75%, rgba(30, 58, 138, 0.36), transparent 34%),
    #0b1324;
}

.svc-hero::after {
  position: absolute;
  right: -8%;
  bottom: -160px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(162, 255, 0, 0.12);
  border-radius: 50%;
  content: "";
}

.svc-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  gap: 70px;
  align-items: center;
}

.svc-hero-content h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(43px, 5.3vw, 72px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.99;
}

.svc-hero-subtitle {
  max-width: 670px;
  margin: 28px 0 0;
  color: #aebdd0;
  font-size: 18px;
  line-height: 1.7;
}

.svc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.svc-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.svc-button:hover {
  transform: translateY(-2px);
}

.svc-button-primary {
  background: #00c2b2;
  color: #07151d;
  box-shadow: 0 12px 28px rgba(0, 194, 178, 0.2);
}

.svc-button-primary:hover {
  background: #00aa9d;
}

.svc-button-secondary {
  border-color: rgba(0, 194, 178, 0.72);
  background: transparent;
  color: #00d6c5;
}

.svc-button-secondary:hover {
  border-color: #a2ff00;
  color: #a2ff00;
}

.svc-system-map {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 22px;
  background: rgba(19, 31, 52, 0.88);
  box-shadow: 0 36px 80px rgba(2, 8, 23, 0.42);
}

.svc-system-map::before {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #a2ff00;
  box-shadow: 0 0 0 6px rgba(162, 255, 0, 0.08);
  content: "";
}

.svc-system-map-core {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  padding: 21px 16px;
  border-radius: 13px;
  background: #0d192c;
  color: #9fb0c7;
  text-align: center;
}

.svc-system-map-core strong {
  padding: 11px 10px;
  border: 1px solid rgba(162, 255, 0, 0.46);
  border-radius: 8px;
  color: #a2ff00;
}

.svc-system-map-core span[aria-hidden="true"] {
  color: #00c2b2;
}

.svc-system-flow {
  margin-top: 15px;
  padding: 18px;
  border: 1px solid rgba(148, 163, 184, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
}

.svc-system-flow p {
  margin: 0 0 13px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.svc-system-flow ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.svc-system-flow li {
  position: relative;
  padding: 10px 8px;
  border-radius: 7px;
  background: #17263c;
  color: #aebdd0;
  font-size: 11px;
  text-align: center;
}

.svc-system-flow li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -7px;
  z-index: 2;
  color: #00c2b2;
  content: ">";
  transform: translateY(-50%);
}

.svc-choice,
.svc-process,
.svc-faq {
  padding: 104px 0;
}

.svc-choice {
  background: #111c30;
}

.svc-choice h2,
.svc-deep-dive h2,
.svc-process h2,
.svc-faq h2,
.svc-final-cta h2 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.svc-section-lead {
  max-width: 760px;
  margin: 20px 0 45px;
  color: #9fb0c7;
  font-size: 17px;
  line-height: 1.7;
}

.svc-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.svc-choice-card {
  position: relative;
  display: flex;
  min-height: 390px;
  overflow: hidden;
  flex-direction: column;
  padding: 38px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 20px;
  background: #19263a;
  transition: transform 200ms ease, border-color 200ms ease;
}

.svc-choice-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #00c2b2;
  content: "";
}

.svc-choice-card:nth-child(2)::before {
  background: #a2ff00;
}

.svc-choice-card:hover {
  border-color: rgba(0, 194, 178, 0.45);
  transform: translateY(-5px);
}

.svc-choice-card h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 28px;
}

.svc-choice-card p {
  margin: 0 0 25px;
  color: #aebdd0;
  line-height: 1.7;
}

.svc-choice-card ul,
.svc-problem-list,
.svc-outcomes-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.svc-choice-card li,
.svc-problem-list li,
.svc-outcomes-list li {
  position: relative;
  padding: 12px 0 12px 24px;
  border-top: 1px solid rgba(148, 163, 184, 0.11);
  color: #c5d1df;
}

.svc-choice-card li::before,
.svc-problem-list li::before,
.svc-outcomes-list li::before {
  position: absolute;
  top: 18px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00c2b2;
  content: "";
}

.svc-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 28px;
  color: #00d6c5;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.svc-text-link span {
  transition: transform 180ms ease;
}

.svc-text-link:hover span {
  transform: translateX(5px);
}

.svc-deep-dive {
  padding: 112px 0;
  scroll-margin-top: 80px;
}

.svc-deep-dive-marketing {
  background: #0b1324;
}

.svc-deep-dive-automation {
  background:
    linear-gradient(135deg, rgba(0, 194, 178, 0.055), transparent 42%),
    #111c30;
}

.svc-problem-block,
.svc-outcomes-block {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 55px;
  margin: 50px 0;
  padding: 32px 0;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.svc-problem-block h3,
.svc-outcomes-block h3,
.svc-capabilities-block > h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
}

.svc-problem-list,
.svc-outcomes-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.svc-problem-list li,
.svc-outcomes-list li {
  padding: 0 0 0 22px;
  border: 0;
  color: #aebdd0;
  line-height: 1.65;
}

.svc-problem-list li::before,
.svc-outcomes-list li::before {
  top: 9px;
}

.svc-outcomes-list li::before {
  background: #a2ff00;
}

.svc-capabilities-block {
  margin: 58px 0;
}

.svc-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.svc-capability-item {
  min-height: 260px;
  padding: 25px;
  border: 1px solid rgba(148, 163, 184, 0.13);
  border-radius: 15px;
  background: #162338;
}

.svc-capability-item img {
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  object-fit: contain;
}

.svc-capability-item h4 {
  margin: 0 0 11px;
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
}

.svc-capability-item p {
  margin: 0;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.65;
}

.svc-related-case {
  display: flex;
  gap: 35px;
  align-items: flex-end;
  justify-content: space-between;
  margin: 55px 0 30px;
  padding: 32px;
  border-left: 4px solid #a2ff00;
  border-radius: 0 15px 15px 0;
  background: #17253a;
}

.svc-related-case .svc-case-label {
  margin: 0 0 7px;
  color: #00c2b2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.svc-related-case h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 25px;
}

.svc-related-case p:not(.svc-case-label) {
  max-width: 720px;
  margin: 0;
  color: #aebdd0;
}

.svc-related-case .svc-text-link {
  flex: 0 0 auto;
  padding-top: 0;
}

.svc-process {
  background: #09111f;
}

.svc-process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 55px 0 0;
  padding: 0;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  list-style: none;
}

.svc-process-step {
  min-height: 300px;
  padding: 28px 23px;
  border-right: 1px solid rgba(148, 163, 184, 0.13);
}

.svc-process-step:last-child {
  border-right: 0;
}

.svc-process-step > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 56px;
  border: 1px solid rgba(0, 194, 178, 0.45);
  border-radius: 50%;
  place-items: center;
  color: #a2ff00;
  font-size: 13px;
  font-weight: 800;
}

.svc-process-step h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
}

.svc-process-step p {
  margin: 0;
  color: #8fa0b6;
  font-size: 13px;
  line-height: 1.65;
}

.svc-proof-strip {
  padding: 82px 0;
  background: #18263a;
}

.svc-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.svc-proof-item {
  display: grid;
  overflow: hidden;
  grid-template-columns: 122px 1fr;
  min-height: 138px;
  border: 1px solid rgba(148, 163, 184, 0.13);
  border-radius: 14px;
  background: #111c30;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease;
}

.svc-proof-item:hover {
  border-color: rgba(0, 194, 178, 0.55);
  transform: translateY(-3px);
}

.svc-proof-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.svc-proof-item div {
  padding: 22px 20px;
}

.svc-proof-item h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
}

.svc-proof-item p {
  margin: 0;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.55;
}

.svc-faq {
  background: #0b1324;
}

.svc-faq-list {
  max-width: 900px;
  margin-top: 45px;
  border-top: 1px solid rgba(148, 163, 184, 0.17);
}

.svc-faq-item {
  border-bottom: 1px solid rgba(148, 163, 184, 0.17);
}

.svc-faq-item summary {
  position: relative;
  padding: 24px 54px 24px 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
}

.svc-faq-item summary::-webkit-details-marker {
  display: none;
}

.svc-faq-item summary::after {
  position: absolute;
  top: 23px;
  right: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 194, 178, 0.45);
  border-radius: 50%;
  color: #00c2b2;
  content: "+";
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}

.svc-faq-item[open] summary::after {
  color: #a2ff00;
  content: "-";
}

.svc-faq-item p {
  max-width: 790px;
  margin: -4px 0 25px;
  color: #9fb0c7;
  line-height: 1.75;
}

.svc-final-cta {
  padding: 108px 0;
  background:
    radial-gradient(circle at 85% 25%, rgba(0, 194, 178, 0.17), transparent 28%),
    linear-gradient(135deg, #10182e, #071821);
}

.svc-final-cta h2 {
  max-width: 820px;
}

.svc-final-cta > .svc-container > p {
  max-width: 680px;
  margin: 22px 0 0;
  color: #aebdd0;
  font-size: 18px;
}

@media (max-width: 1020px) {
  .svc-hero-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .svc-system-map {
    max-width: 720px;
  }

  .svc-capabilities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .svc-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .svc-process-step {
    min-height: 235px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.13);
  }

  .svc-process-step > span {
    margin-bottom: 34px;
  }

  .svc-proof-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .svc-hero,
  .svc-choice,
  .svc-deep-dive,
  .svc-process,
  .svc-faq,
  .svc-final-cta {
    padding: 72px 0;
  }

  .svc-choice-grid,
  .svc-problem-list,
  .svc-outcomes-list {
    grid-template-columns: 1fr;
  }

  .svc-choice-card {
    min-height: 0;
    padding: 29px;
  }

  .svc-problem-block,
  .svc-outcomes-block {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .svc-related-case {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .svc-container {
    width: min(100% - 28px, 1180px);
  }

  .svc-hero-content h1 {
    font-size: 39px;
  }

  .svc-hero-subtitle,
  .svc-section-lead,
  .svc-final-cta > .svc-container > p {
    font-size: 16px;
  }

  .svc-actions,
  .svc-button {
    width: 100%;
  }

  .svc-system-map {
    padding: 15px;
  }

  .svc-system-map-core {
    grid-template-columns: 1fr;
  }

  .svc-system-map-core span[aria-hidden="true"] {
    display: inline-block;
    transform: rotate(90deg);
  }

  .svc-system-flow ol,
  .svc-capabilities-grid,
  .svc-process-list {
    grid-template-columns: 1fr;
  }

  .svc-system-flow li:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -10px;
    transform: translateX(50%) rotate(90deg);
  }

  .svc-capability-item {
    min-height: 0;
  }

  .svc-process-step {
    min-height: 0;
    border-right: 0;
  }

  .svc-proof-item {
    grid-template-columns: 96px 1fr;
  }

  .svc-faq-item summary {
    font-size: 16px;
  }
}

/* Services editorial revision */
.services-page {
  background: #0a1220;
}

.services-page .svc-container {
  width: min(1240px, calc(100% - 72px));
}

.services-page .svc-eyebrow {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 24px;
  color: #00c2b2;
  font-size: 11px;
  letter-spacing: 0.16em;
}

.services-page .svc-eyebrow::before {
  width: 38px;
  height: 1px;
  background: currentColor;
  content: "";
}

.services-page .svc-hero {
  min-height: 720px;
  padding: 130px 0 115px;
  background: #0a1220;
}

.services-page .svc-hero::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% + 105px);
  width: 1px;
  background: rgba(148, 163, 184, 0.12);
  content: "";
}

.services-page .svc-hero::after {
  right: 5%;
  bottom: 80px;
  width: 180px;
  height: 1px;
  border: 0;
  border-radius: 0;
  background: #a2ff00;
}

.services-page .svc-hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  gap: 90px;
}

.services-page .svc-hero-content h1 {
  max-width: 780px;
  font-size: clamp(52px, 6vw, 84px);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.services-page .svc-hero-subtitle {
  max-width: 650px;
  margin-top: 34px;
  font-size: 17px;
}

.services-page .svc-button {
  min-height: 48px;
  padding: 11px 22px;
  border-radius: 2px;
  box-shadow: none;
  letter-spacing: 0.01em;
}

.services-page .svc-system-map {
  padding: 0 0 0 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.services-page .svc-system-map::before {
  top: 4px;
  right: auto;
  left: -5px;
  width: 10px;
  height: 10px;
  background: #a2ff00;
  box-shadow: none;
}

.services-page .svc-system-map-core {
  display: flex;
  gap: 13px;
  align-items: baseline;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 0;
  background: transparent;
  text-align: left;
}

.services-page .svc-system-map-core span,
.services-page .svc-system-map-core strong {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 23px;
  font-weight: 700;
}

.services-page .svc-system-map-core strong {
  color: #a2ff00;
}

.services-page .svc-system-flow {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 22px;
  align-items: start;
  margin: 0;
  padding: 25px 0;
  border: 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 0;
  background: transparent;
}

.services-page .svc-system-flow p {
  margin: 2px 0 0;
  color: #708198;
  font-size: 10px;
  line-height: 1.5;
}

.services-page .svc-system-flow ol {
  display: block;
  counter-reset: svc-flow;
}

.services-page .svc-system-flow li {
  counter-increment: svc-flow;
  padding: 0 0 9px;
  border-radius: 0;
  background: transparent;
  color: #d5dde8;
  font-size: 14px;
  text-align: left;
}

.services-page .svc-system-flow li::before {
  margin-right: 11px;
  color: #00c2b2;
  content: "0" counter(svc-flow);
  font-size: 10px;
}

.services-page .svc-system-flow li:not(:last-child)::after {
  display: none;
}

.services-page .svc-choice {
  padding: 115px 0 125px;
  background: #e5eae6;
  color: #0b1724;
}

.services-page .svc-choice .svc-eyebrow {
  color: #075e58;
}

.services-page .svc-choice h2 {
  max-width: 760px;
  color: #0a1521;
  font-size: clamp(44px, 5vw, 66px);
}

.services-page .svc-choice .svc-section-lead {
  max-width: 610px;
  color: #50605c;
}

.services-page .svc-choice-grid {
  display: block;
  margin-top: 70px;
  border-top: 1px solid #9aa59e;
}

.services-page .svc-choice-card {
  display: grid;
  grid-template-columns: 70px minmax(220px, 0.6fr) minmax(280px, 1fr) 210px;
  gap: 28px;
  min-height: 0;
  align-items: start;
  padding: 42px 0;
  border: 0;
  border-bottom: 1px solid #9aa59e;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.services-page .svc-choice-card::before {
  position: static;
  width: auto;
  height: auto;
  background: transparent;
  color: #075e58;
  content: "01";
  font-size: 14px;
  font-weight: 800;
}

.services-page .svc-choice-card:nth-child(2)::before {
  background: transparent;
  color: #607615;
  content: "02";
}

.services-page .svc-choice-card:hover {
  border-color: #60706a;
  transform: none;
}

.services-page .svc-choice-card h3 {
  margin: -8px 0 0;
  color: #0a1521;
  font-size: 31px;
  line-height: 1.1;
}

.services-page .svc-choice-card p {
  margin: -4px 0 0;
  color: #3d4d49;
}

.services-page .svc-choice-card ul {
  grid-column: 3;
  margin-top: 20px;
}

.services-page .svc-choice-card li {
  border-color: rgba(11, 23, 36, 0.15);
  color: #31413d;
}

.services-page .svc-choice-card .svc-text-link {
  grid-column: 4;
  grid-row: 1;
  justify-self: end;
  margin: 0;
  padding: 0;
  color: #075e58;
}

.services-page .svc-deep-dive {
  padding: 125px 0 135px;
}

.services-page .svc-deep-dive-marketing {
  background: #0a1220;
}

.services-page .svc-deep-dive-automation {
  background: #d8dfda;
  color: #0b1724;
}

.services-page .svc-deep-dive h2 {
  max-width: 920px;
  font-size: clamp(45px, 5vw, 66px);
}

.services-page .svc-deep-dive-automation h2,
.services-page .svc-deep-dive-automation h3,
.services-page .svc-deep-dive-automation h4,
.services-page .svc-deep-dive-automation .svc-related-case h3 {
  color: #0a1521;
}

.services-page .svc-deep-dive-automation .svc-eyebrow,
.services-page .svc-deep-dive-automation .svc-case-label,
.services-page .svc-deep-dive-automation .svc-text-link {
  color: #075e58;
}

.services-page .svc-deep-dive-automation .svc-section-lead,
.services-page .svc-deep-dive-automation .svc-problem-list li,
.services-page .svc-deep-dive-automation .svc-outcomes-list li,
.services-page .svc-deep-dive-automation .svc-capability-item p,
.services-page .svc-deep-dive-automation .svc-related-case p:not(.svc-case-label) {
  color: #40514c;
}

.services-page .svc-problem-block,
.services-page .svc-outcomes-block {
  grid-template-columns: 260px 1fr;
  gap: 70px;
  margin: 65px 0;
  padding: 38px 0;
  border-color: rgba(148, 163, 184, 0.22);
}

.services-page .svc-deep-dive-automation .svc-problem-block,
.services-page .svc-deep-dive-automation .svc-outcomes-block {
  border-color: rgba(11, 23, 36, 0.2);
}

.services-page .svc-capabilities-block {
  margin: 75px 0;
}

.services-page .svc-capabilities-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 42px;
  margin-top: 35px;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.services-page .svc-capability-item {
  display: grid;
  grid-template-columns: 46px 180px 1fr;
  gap: 17px;
  min-height: 0;
  align-items: start;
  padding: 27px 0;
  border: 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 0;
  background: transparent;
}

.services-page .svc-deep-dive-automation .svc-capabilities-grid,
.services-page .svc-deep-dive-automation .svc-capability-item {
  border-color: rgba(11, 23, 36, 0.2);
}

.services-page .svc-capability-item img {
  width: 32px;
  height: 32px;
  margin: 0;
}

.services-page .svc-capability-item h4 {
  margin: 4px 0 0;
  font-size: 16px;
}

.services-page .svc-capability-item p {
  margin: 1px 0 0;
}

.services-page .svc-related-case {
  margin: 70px 0 34px;
  padding: 33px 0;
  border: 0;
  border-top: 1px solid #a2ff00;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 0;
  background: transparent;
}

.services-page .svc-deep-dive-automation .svc-related-case {
  border-top-color: #075e58;
  border-bottom-color: rgba(11, 23, 36, 0.2);
}

.services-page .svc-process {
  padding: 120px 0 130px;
  background: #f0f2ee;
  color: #0b1724;
}

.services-page .svc-process .svc-eyebrow {
  color: #075e58;
}

.services-page .svc-process h2 {
  max-width: 940px;
  color: #0a1521;
  font-size: clamp(43px, 5vw, 64px);
}

.services-page .svc-process .svc-section-lead {
  color: #50605c;
}

.services-page .svc-process-list {
  border-color: #aeb8b1;
}

.services-page .svc-process-step {
  min-height: 330px;
  padding: 32px 25px;
  border-color: #c1c8c2;
}

.services-page .svc-process-step > span {
  width: auto;
  height: auto;
  margin-bottom: 80px;
  border: 0;
  border-radius: 0;
  place-items: start;
  color: #075e58;
  font-size: 12px;
}

.services-page .svc-process-step h3 {
  color: #0a1521;
}

.services-page .svc-process-step p {
  color: #53625e;
}

.services-page .svc-proof-strip {
  padding: 105px 0;
  background: #101927;
}

.services-page .svc-proof-grid {
  grid-template-columns: 1.35fr 0.825fr 0.825fr;
  gap: 34px;
  margin-top: 45px;
}

.services-page .svc-proof-item {
  display: block;
  min-height: 0;
  overflow: visible;
  padding-top: 18px;
  border: 0;
  border-top: 1px solid #4b5a6c;
  border-radius: 0;
  background: transparent;
}

.services-page .svc-proof-item:hover {
  border-color: #a2ff00;
  transform: none;
}

.services-page .svc-proof-item img {
  height: 190px;
  filter: saturate(0.55) contrast(1.05);
}

.services-page .svc-proof-item:first-child img {
  height: 250px;
}

.services-page .svc-proof-item div {
  padding: 22px 0 0;
}

.services-page .svc-proof-item h3 {
  font-size: 21px;
}

.services-page .svc-faq {
  padding: 120px 0;
  background: #0a1220;
}

.services-page .svc-faq h2 {
  font-size: clamp(43px, 5vw, 62px);
}

.services-page .svc-faq-list {
  max-width: none;
  margin-top: 65px;
}

.services-page .svc-faq-item summary {
  display: grid;
  grid-template-columns: 1fr 42px;
  padding: 27px 0;
  font-size: 19px;
}

.services-page .svc-faq-item summary::after {
  position: static;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  line-height: 1;
  text-align: right;
}

.services-page .svc-final-cta {
  padding: 120px 0;
  background: #00b9aa;
  color: #07151d;
}

.services-page .svc-final-cta h2 {
  max-width: 940px;
  color: #07151d;
  font-size: clamp(47px, 5.5vw, 72px);
}

.services-page .svc-final-cta > .svc-container > p {
  color: #062e2b;
}

.services-page .svc-button:focus-visible,
.services-page .svc-text-link:focus-visible,
.services-page .svc-proof-item:focus-visible,
.services-page .svc-faq-item summary:focus-visible {
  outline: 3px solid #a2ff00;
  outline-offset: 4px;
}

.services-page .svc-choice :focus-visible,
.services-page .svc-deep-dive-automation :focus-visible,
.services-page .svc-process :focus-visible,
.services-page .svc-final-cta :focus-visible {
  outline-color: #07151d;
}

.services-page .svc-final-cta .svc-button-primary {
  background: #07151d;
  color: #fff;
}

.services-page .svc-final-cta .svc-button-secondary {
  border-color: #07151d;
  color: #07151d;
}

@media (max-width: 1120px) {
  .services-page .svc-hero::before {
    display: none;
  }

  .services-page .svc-hero-grid {
    grid-template-columns: 1fr;
  }

  .services-page .svc-system-map {
    max-width: 760px;
    padding-left: 0;
  }

  .services-page .svc-system-map::before {
    display: none;
  }

  .services-page .svc-choice-card {
    grid-template-columns: 55px minmax(200px, 0.65fr) 1fr;
  }

  .services-page .svc-choice-card .svc-text-link {
    grid-column: 3;
    grid-row: auto;
    justify-self: start;
  }

  .services-page .svc-choice-card ul {
    grid-column: 3;
  }

  .services-page .svc-capability-item {
    grid-template-columns: 42px 150px 1fr;
  }
}

@media (max-width: 820px) {
  .services-page .svc-container {
    width: min(100% - 40px, 1240px);
  }

  .services-page .svc-choice-card {
    grid-template-columns: 45px 1fr;
    gap: 20px;
  }

  .services-page .svc-choice-card p,
  .services-page .svc-choice-card ul,
  .services-page .svc-choice-card .svc-text-link {
    grid-column: 2;
  }

  .services-page .svc-problem-block,
  .services-page .svc-outcomes-block {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .services-page .svc-capabilities-grid {
    grid-template-columns: 1fr;
  }

  .services-page .svc-process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-page .svc-proof-grid {
    grid-template-columns: 1fr;
  }

  .services-page .svc-proof-item:first-child img {
    height: 220px;
  }
}

@media (max-width: 560px) {
  .services-page .svc-container {
    width: min(100% - 28px, 1240px);
  }

  .services-page .svc-hero {
    min-height: 0;
    padding: 82px 0 76px;
  }

  .services-page .svc-hero-content h1 {
    font-size: 43px;
  }

  .services-page .svc-system-map-core {
    display: grid;
  }

  .services-page .svc-system-map-core span[aria-hidden="true"] {
    transform: rotate(90deg);
  }

  .services-page .svc-system-flow {
    grid-template-columns: 1fr;
  }

  .services-page .svc-choice,
  .services-page .svc-deep-dive,
  .services-page .svc-process,
  .services-page .svc-proof-strip,
  .services-page .svc-faq,
  .services-page .svc-final-cta {
    padding: 78px 0;
  }

  .services-page .svc-choice-card {
    grid-template-columns: 1fr;
    padding: 32px 0;
  }

  .services-page .svc-choice-card p,
  .services-page .svc-choice-card ul,
  .services-page .svc-choice-card .svc-text-link {
    grid-column: 1;
  }

  .services-page .svc-capability-item {
    grid-template-columns: 38px 1fr;
  }

  .services-page .svc-capability-item p {
    grid-column: 2;
  }

  .services-page .svc-related-case {
    padding: 28px 0;
  }

  .services-page .svc-process-list {
    grid-template-columns: 1fr;
  }

  .services-page .svc-process-step {
    min-height: 0;
  }

  .services-page .svc-process-step > span {
    margin-bottom: 35px;
  }

  .services-page .svc-proof-item img {
    height: 175px;
  }
}
/* END CTA section */

/* Services page rebuild */
.svc-page {
  overflow: hidden;
  background: #08111f;
  color: #f8fafc;
}

.svc-page *,
.svc-page *::before,
.svc-page *::after {
  box-sizing: border-box;
}

.svc-page .svc-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.svc-page .svc-eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 22px;
  color: #00c2b2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.svc-page .svc-eyebrow::before {
  width: 30px;
  height: 2px;
  background: currentColor;
  content: "";
}

.svc-page .svc-hero {
  position: relative;
  min-height: 590px;
  padding: 105px 0 100px;
  background: #08111f;
}

.svc-page .svc-hero::before {
  position: absolute;
  top: 0;
  right: max(24px, calc((100vw - 1180px) / 2));
  width: min(31vw, 430px);
  height: 100%;
  border-right: 1px solid rgba(148, 163, 184, 0.13);
  border-left: 1px solid rgba(148, 163, 184, 0.13);
  background: repeating-linear-gradient(135deg, transparent 0 20px, rgba(0, 194, 178, 0.028) 20px 21px);
  content: "";
}

.svc-page .svc-hero::after {
  position: absolute;
  right: max(52px, calc((100vw - 1110px) / 2));
  bottom: 84px;
  width: min(24vw, 330px);
  height: 4px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, #00c2b2 0 65%, #a2ff00 65% 100%);
  content: "";
}

.svc-page .svc-hero-inner {
  position: relative;
  z-index: 1;
}

.svc-page .svc-hero-title {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(52px, 7vw, 94px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.93;
}

.svc-page .svc-hero-text {
  max-width: 670px;
  margin: 34px 0 0;
  color: #aebdd0;
  font-size: 19px;
  line-height: 1.65;
}

.svc-page .svc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.svc-page .svc-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.svc-page .svc-button:hover {
  transform: translateY(-2px);
}

.svc-page .svc-button-primary {
  background: #00c2b2;
  color: #06131a;
  box-shadow: none;
}

.svc-page .svc-button-primary:hover {
  background: #a2ff00;
  color: #09121e;
}

.svc-page .svc-button-secondary {
  border-color: rgba(0, 194, 178, 0.72);
  background: transparent;
  color: #00d6c5;
}

.svc-page .svc-button-secondary:hover {
  border-color: #a2ff00;
  color: #a2ff00;
}

.svc-page .svc-chapter {
  padding: 112px 0 118px;
  scroll-margin-top: 78px;
}

.svc-page .svc-chapter-marketing {
  background: #101c2d;
}

.svc-page .svc-chapter-automation {
  background: #e5e9e5;
  color: #0a1724;
}

.svc-page .svc-chapter-header {
  display: grid;
  grid-template-columns: 110px minmax(0, 820px);
  gap: 30px;
  align-items: start;
  margin-bottom: 56px;
}

.svc-page .svc-chapter-number {
  padding-top: 8px;
  border-top: 2px solid #a2ff00;
  color: #a2ff00;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.svc-page .svc-chapter-header h2,
.svc-page .svc-section-heading h2,
.svc-page .svc-final h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.svc-page .svc-chapter-positioning {
  max-width: 720px;
  margin: 24px 0 0;
  color: #aebdd0;
  font-size: 18px;
  line-height: 1.65;
}

.svc-page .svc-chapter-automation .svc-eyebrow,
.svc-page .svc-chapter-automation .svc-chapter-number {
  color: #006b64;
}

.svc-page .svc-chapter-automation .svc-chapter-number {
  border-top-color: #007f76;
}

.svc-page .svc-chapter-automation .svc-chapter-header h2,
.svc-page .svc-chapter-automation .svc-capabilities h3,
.svc-page .svc-chapter-automation .svc-capability h4 {
  color: #0a1724;
}

.svc-page .svc-chapter-automation .svc-chapter-positioning,
.svc-page .svc-chapter-automation .svc-capability p {
  color: #465a5a;
}

.svc-page .svc-case-visual {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) 330px;
  min-height: 440px;
  margin: 0 0 68px;
  background: #07101d;
}

.svc-page .svc-case-visual img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: top center;
  filter: saturate(0.86) contrast(1.04);
}

.svc-page .svc-case-visual figcaption {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 34px;
  border-left: 1px solid rgba(148, 163, 184, 0.17);
  background: #07101d;
}

.svc-page .svc-case-visual figcaption span {
  margin-bottom: 14px;
  color: #00c2b2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.svc-page .svc-case-visual figcaption strong {
  color: #fff;
  font-size: 31px;
  line-height: 1.05;
}

.svc-page .svc-case-visual figcaption p {
  margin: 20px 0 0;
  color: #aebdd0;
  font-size: 14px;
  line-height: 1.65;
}

.svc-page .svc-chapter-automation .svc-case-visual {
  background: #0b1724;
}

.svc-page .svc-chapter-details {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(280px, 0.75fr);
  gap: 64px;
  align-items: start;
}

.svc-page .svc-capabilities h3,
.svc-page .svc-outcomes h3 {
  margin: 0 0 28px;
  color: #fff;
  font-size: 20px;
}

.svc-page .svc-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
}

.svc-page .svc-capability {
  min-height: 150px;
  padding: 24px 0 26px;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  background: transparent;
}

.svc-page .svc-capability:nth-child(odd) {
  padding-right: 18px;
}

.svc-page .svc-capability h4 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}

.svc-page .svc-capability p {
  margin: 0;
  color: #93a5ba;
  font-size: 14px;
  line-height: 1.65;
}

.svc-page .svc-chapter-automation .svc-capability {
  border-top-color: #aab5ae;
}

.svc-page .svc-capabilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.svc-page .svc-capabilities li {
  position: relative;
  padding: 16px 0 16px 24px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  color: #c4d0dd;
  font-size: 15px;
  line-height: 1.6;
}

.svc-page .svc-capabilities li::before {
  position: absolute;
  top: 23px;
  left: 1px;
  width: 7px;
  height: 7px;
  background: #00c2b2;
  content: "";
}

.svc-page .svc-case-note {
  margin: 40px 0 0;
  padding: 28px 32px;
  border-left: 3px solid #00c2b2;
  background: #0b1724;
}

.svc-page .svc-case-note span {
  display: block;
  margin-bottom: 8px;
  color: #00c2b2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.svc-page .svc-case-note strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}

.svc-page .svc-case-note p {
  margin: 0;
  color: #aebdd0;
  font-size: 14px;
  line-height: 1.65;
}

.svc-page .svc-outcomes {
  padding: 32px;
  background: #08111f;
  color: #fff;
}

.svc-page .svc-outcomes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.svc-page .svc-outcomes li {
  position: relative;
  padding: 18px 0 18px 24px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  color: #c4d0dd;
  font-size: 14px;
  line-height: 1.55;
}

.svc-page .svc-outcomes li::before {
  position: absolute;
  top: 25px;
  left: 1px;
  width: 7px;
  height: 7px;
  background: #a2ff00;
  content: "";
}

.svc-page .svc-transformation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 64px 0 34px;
  border-top: 1px solid rgba(148, 163, 184, 0.24);
  border-bottom: 1px solid rgba(148, 163, 184, 0.24);
}

.svc-page .svc-transformation-state {
  min-height: 132px;
  padding: 26px 32px 27px 0;
}

.svc-page .svc-transformation-state + .svc-transformation-state {
  padding-right: 0;
  padding-left: 32px;
  border-left: 1px solid rgba(148, 163, 184, 0.24);
}

.svc-page .svc-transformation-state span {
  display: block;
  margin-bottom: 11px;
  color: #77899d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.svc-page .svc-transformation-state p {
  max-width: 470px;
  margin: 0;
  color: #b8c5d2;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.svc-page .svc-transformation-after span {
  color: #00c2b2;
}

.svc-page .svc-transformation-after p {
  color: #fff;
}

.svc-page .svc-chapter-automation .svc-transformation {
  border-color: #aab5ae;
}

.svc-page .svc-chapter-automation .svc-transformation-state + .svc-transformation-state {
  border-left-color: #aab5ae;
}

.svc-page .svc-chapter-automation .svc-transformation-state span {
  color: #687872;
}

.svc-page .svc-chapter-automation .svc-transformation-state p {
  color: #3f514d;
}

.svc-page .svc-chapter-automation .svc-transformation-after span {
  color: #007f76;
}

.svc-page .svc-chapter-automation .svc-transformation-after p {
  color: #0a1724;
}

.svc-page .svc-process {
  padding: 100px 0 108px;
  background: #07101d;
}

.svc-page .svc-section-heading {
  max-width: 760px;
}

.svc-page .svc-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 58px 0 0;
  padding: 0;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  list-style: none;
}

.svc-page .svc-process-step {
  min-height: 245px;
  padding: 26px 26px 28px 0;
  border-right: 1px solid rgba(148, 163, 184, 0.16);
}

.svc-page .svc-process-step + .svc-process-step {
  padding-left: 26px;
}

.svc-page .svc-process-step:last-child {
  border-right: 0;
}

.svc-page .svc-process-step > span {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 58px;
  border: 0;
  border-radius: 0;
  color: #00c2b2;
  font-size: 12px;
  font-weight: 800;
}

.svc-page .svc-process-step h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}

.svc-page .svc-process-step p {
  margin: 0;
  color: #8fa0b4;
  font-size: 14px;
  line-height: 1.6;
}

.svc-page .svc-faq {
  padding: 104px 0;
  background: #e5e9e5;
  color: #0a1724;
}

.svc-page .svc-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 100px;
}

.svc-page .svc-faq .svc-section-heading h2 {
  color: #0a1724;
}

.svc-page .svc-faq .svc-eyebrow {
  color: #006b64;
}

.svc-page .svc-faq-list {
  margin: 0;
  border-top: 1px solid #aab5ae;
}

.svc-page .svc-faq-item {
  border-bottom: 1px solid #aab5ae;
}

.svc-page .svc-faq-item summary {
  position: relative;
  padding: 25px 52px 25px 0;
  color: #0a1724;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

.svc-page .svc-faq-item summary::-webkit-details-marker {
  display: none;
}

.svc-page .svc-faq-item summary::after {
  position: absolute;
  top: 22px;
  right: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #667772;
  border-radius: 0;
  color: #007f76;
  content: "+";
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  text-align: center;
}

.svc-page .svc-faq-item[open] summary::after {
  content: "-";
}

.svc-page .svc-faq-item p {
  max-width: 680px;
  margin: -3px 0 26px;
  color: #465a56;
  font-size: 15px;
  line-height: 1.7;
}

.svc-page .svc-final {
  padding: 110px 0;
  background: #00b9aa;
  color: #07101d;
}

.svc-page .svc-final-inner {
  position: relative;
}

.svc-page .svc-final .svc-eyebrow {
  color: #07101d;
}

.svc-page .svc-final h2 {
  max-width: 900px;
  color: #07101d;
}

.svc-page .svc-final-inner > p:not(.svc-eyebrow) {
  max-width: 690px;
  margin: 25px 0 0;
  color: #123333;
  font-size: 18px;
  line-height: 1.65;
}

.svc-page .svc-final .svc-button-primary {
  background: #07101d;
  color: #fff;
}

.svc-page .svc-final .svc-button-primary:hover {
  background: #17263a;
}

.svc-page .svc-final .svc-button-secondary {
  border-color: #153f3d;
  color: #07101d;
}

.svc-page .svc-final .svc-button-secondary:hover {
  border-color: #07101d;
  background: rgba(7, 16, 29, 0.08);
  color: #07101d;
}

.svc-page a:focus-visible,
.svc-page button:focus-visible,
.svc-page summary:focus-visible {
  outline: 3px solid #a2ff00;
  outline-offset: 4px;
}

.svc-page .svc-chapter-automation a:focus-visible,
.svc-page .svc-chapter-automation button:focus-visible,
.svc-page .svc-faq summary:focus-visible,
.svc-page .svc-final a:focus-visible,
.svc-page .svc-final button:focus-visible {
  outline-color: #0b3640;
}

@media (max-width: 980px) {
  .svc-page .svc-hero::before,
  .svc-page .svc-hero::after {
    opacity: 0.45;
  }

  .svc-page .svc-case-visual {
    grid-template-columns: minmax(0, 1fr) 280px;
  }

  .svc-page .svc-chapter-details {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .svc-page .svc-outcomes {
    max-width: none;
  }

  .svc-page .svc-faq-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 760px) {
  .svc-page .svc-container {
    width: min(100% - 32px, 1180px);
  }

  .svc-page .svc-hero {
    min-height: 0;
    padding: 82px 0 86px;
  }

  .svc-page .svc-hero::before,
  .svc-page .svc-hero::after {
    display: none;
  }

  .svc-page .svc-hero-title {
    font-size: clamp(44px, 13vw, 68px);
  }

  .svc-page .svc-chapter {
    padding: 82px 0 88px;
  }

  .svc-page .svc-chapter-header {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 40px;
  }

  .svc-page .svc-case-visual {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-bottom: 48px;
  }

  .svc-page .svc-case-visual img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .svc-page .svc-case-visual figcaption {
    padding: 28px 24px 31px;
    border-top: 1px solid rgba(148, 163, 184, 0.17);
    border-left: 0;
  }

  .svc-page .svc-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .svc-page .svc-process-step:nth-child(2) {
    border-right: 0;
  }

  .svc-page .svc-process-step:nth-child(n + 3) {
    border-top: 1px solid rgba(148, 163, 184, 0.16);
  }
}

@media (max-width: 540px) {
  .svc-page .svc-hero-text,
  .svc-page .svc-chapter-positioning,
  .svc-page .svc-final-inner > p:not(.svc-eyebrow) {
    font-size: 16px;
  }

  .svc-page .svc-actions,
  .svc-page .svc-button {
    width: 100%;
  }

  .svc-page .svc-chapter-header {
    grid-template-columns: 1fr;
  }

  .svc-page .svc-chapter-number {
    width: 52px;
  }

  .svc-page .svc-capability-grid,
  .svc-page .svc-transformation,
  .svc-page .svc-process-grid {
    grid-template-columns: 1fr;
  }

  .svc-page .svc-capability:nth-child(odd) {
    padding-right: 0;
  }

  .svc-page .svc-transformation-state,
  .svc-page .svc-transformation-state + .svc-transformation-state {
    min-height: 0;
    padding: 23px 0;
    border-left: 0;
  }

  .svc-page .svc-transformation-state + .svc-transformation-state {
    border-top: 1px solid rgba(148, 163, 184, 0.24);
  }

  .svc-page .svc-process-step,
  .svc-page .svc-process-step + .svc-process-step {
    min-height: 0;
    padding: 25px 0 28px;
    border-right: 0;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
  }

  .svc-page .svc-process-step > span {
    margin-bottom: 28px;
  }

  .svc-page .svc-faq,
  .svc-page .svc-process,
  .svc-page .svc-final {
    padding: 78px 0;
  }
}
