/*
Theme Name: Grupo DM
Theme URI: https://grupodm.local
Author: Santiago N. Zapata
Author URI: https://santiago-zapata.com.ar/
Description: Custom one-page landing theme for Grupo DM.
Version: 1.0.0
Text Domain: grupo-dm
*/

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;600;700;800&family=Sora:wght@300;400;600;700&display=swap");

:root {
  --bg: #0b0d12;
  --ink: #f2f4f8;
  --muted: #a7b0c2;
  --accent: #8aa4ff;
  --accent-soft: #b9c7ff;
  --tone-a: #202532;
  --tone-b: #2a3142;
  --bg-top: #0b0d12;
  --bg-mid: #0c1118;
  --bg-bottom: #0b0d12;
  --blob-a: #2a6cff;
  --blob-b: #6ec6ff;
  --blob-c: #8b6bff;
  --line: rgba(255, 255, 255, 0.12);
  --radius: 18px;
  --container: 1200px;
  --mx: 50%;
  --my: 30%;
  --px: 0px;
  --py: 0px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  font-family: "Sora", "Manrope", system-ui, sans-serif;
  background:
    radial-gradient(900px 600px at 10% -10%, rgba(32, 40, 54, 0.55), transparent 60%),
    radial-gradient(900px 600px at 90% 0%, rgba(26, 32, 44, 0.45), transparent 65%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-mid) 60%, var(--bg-bottom) 100%);
  color: var(--ink);
  line-height: 1.4;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: -30% -15%;
  background:
    radial-gradient(1200px 900px at 10% 20%, color-mix(in srgb, var(--tone-a) 28%, transparent), transparent 70%),
    radial-gradient(1200px 900px at 90% 80%, color-mix(in srgb, var(--tone-b) 26%, transparent), transparent 70%);
  opacity: 0.55;
  filter: blur(10px);
  transition: opacity 1s ease;
  pointer-events: none;
  z-index: 0;
}

body::after {
  content: "";
  position: fixed;
  inset: -35% -20%;
  background:
    radial-gradient(1400px 1000px at 0% 100%, color-mix(in srgb, var(--tone-a) 18%, transparent), transparent 75%),
    radial-gradient(1400px 1000px at 100% 0%, color-mix(in srgb, var(--tone-b) 18%, transparent), transparent 75%);
  opacity: 0.4;
  filter: blur(14px);
  transition: opacity 1s ease;
  pointer-events: none;
  z-index: 0;
}

.bg-dynamic {
  position: fixed;
  inset: -20% -10%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(700px 520px at var(--mx) var(--my), color-mix(in srgb, var(--tone-b) 30%, transparent), transparent 70%),
    radial-gradient(620px 520px at calc(var(--mx) + 15%) calc(var(--my) + 8%), color-mix(in srgb, var(--tone-a) 24%, transparent), transparent 70%);
  transition: background 0.2s ease-out, opacity 1s ease;
  filter: blur(2px);
  opacity: 0.88;
  transform: translate3d(var(--px), var(--py), 0);
  will-change: transform;
}

body.is-solutions::before,
body.is-solutions::after {
  opacity: 0;
}

body.is-solutions .bg-dynamic {
  opacity: 0;
}

body.is-solutions.is-solutions-hover .bg-dynamic {
  opacity: 0.88;
}

.bg-blob {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.75;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.blob-a {
  top: 5%;
  left: 8%;
  background: radial-gradient(circle, color-mix(in srgb, var(--blob-a) 70%, transparent), transparent);
  animation: driftA 10s ease-in-out infinite;
}

.blob-b {
  top: 20%;
  right: 8%;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, color-mix(in srgb, var(--blob-b) 70%, transparent), transparent);
  animation: driftB 13s ease-in-out infinite;
}

.blob-c {
  bottom: -10%;
  left: 35%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, color-mix(in srgb, #7fcfff 65%, transparent), transparent);
  animation: driftC 16s ease-in-out infinite;
}

.blob-d {
  top: 55%;
  left: 5%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, color-mix(in srgb, #7fcfff 55%, transparent), transparent);
  animation: driftA 12s ease-in-out infinite;
}

.blob-e {
  top: -5%;
  right: 18%;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, color-mix(in srgb, #ff8a3d 60%, transparent), transparent);
  animation: driftB 11s ease-in-out infinite;
}

.blob-f {
  bottom: 12%;
  right: 6%;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, color-mix(in srgb, #42c7a5 55%, transparent), transparent);
  animation: driftC 14s ease-in-out infinite;
}

.blob-g {
  top: 18%;
  left: 40%;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, color-mix(in srgb, #7fcfff 58%, transparent), transparent);
  animation: driftA 13s ease-in-out infinite;
}

.blob-d,
.blob-e,
.blob-f,
.blob-g {
  opacity: 0.65;
  transform: scale(1);
  transition: opacity 1.1s ease, transform 1.1s ease;
}

body.is-solutions .bg-blob {
  opacity: 0;
  transform: scale(0.96);
}

body.is-solutions.is-solutions-hover:not(.is-solutions-multi) .blob-d,
body.is-solutions.is-solutions-hover:not(.is-solutions-multi) .blob-e,
body.is-solutions.is-solutions-hover:not(.is-solutions-multi) .blob-f,
body.is-solutions.is-solutions-hover:not(.is-solutions-multi) .blob-g {
  opacity: 0.65;
  transform: scale(1);
  background: radial-gradient(circle, color-mix(in srgb, var(--solutions-blob, #2a6cff) 60%, transparent), transparent);
}

body.is-solutions.is-solutions-hover.is-solutions-multi .blob-d,
body.is-solutions.is-solutions-hover.is-solutions-multi .blob-e,
body.is-solutions.is-solutions-hover.is-solutions-multi .blob-f,
body.is-solutions.is-solutions-hover.is-solutions-multi .blob-g {
  opacity: 0.75;
  transform: scale(1.04);
  filter: blur(36px) drop-shadow(0 0 22px rgba(120, 220, 255, 0.4));
}

body.is-solutions.is-solutions-hover .blob-a,
body.is-solutions.is-solutions-hover .blob-b,
body.is-solutions.is-solutions-hover .blob-c {
  opacity: 0;
  transform: scale(0.96);
}

@keyframes driftA {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(120px, 60px, 0) scale(1.1); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes driftB {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-130px, 80px, 0) scale(1.08); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes driftC {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(90px, -90px, 0) scale(1.12); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}

.problems-orbit {
  position: relative;
  margin: 56px auto 0;
  width: min(100%, 820px);
  height: min(660px, 78vh);
  --orbit-size: min(640px, 78vw);
  --orbit-radius: calc(var(--orbit-size) / 2);
  display: grid;
  place-items: center;
}

.problems-orbit::before {
  content: "";
  position: absolute;
  width: var(--orbit-size);
  height: var(--orbit-size);
  border-radius: 50%;
  border: 2px solid rgba(110, 198, 255, 0.18);
  box-shadow: 0 0 60px rgba(42, 108, 255, 0.12);
}

.problems-center-card {
  width: min(460px, 86%);
  padding: 26px 28px;
  min-height: 120px;
  display: grid;
  place-items: center;
  border-radius: calc(var(--radius) + 6px);
  border: 3px solid rgba(110, 198, 255, 0.7);
  background: rgba(110, 198, 255, 0.16);
  box-shadow: 0 28px 56px rgba(10, 30, 80, 0.55);
  font-weight: 800;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  text-align: center;
  z-index: 2;
}

.problems-orbit-items {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  will-change: transform;
}

.orbit-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  transform: translate(-50%, -50%) rotate(var(--angle)) translateX(var(--orbit-radius)) rotate(calc(var(--angle) * -1));
  pointer-events: auto;
}

.orbit-item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 64px;
  height: 64px;
  padding: 0;
  position: relative;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  color: var(--ink);
  text-align: center;
  box-shadow: 0 18px 36px rgba(10, 30, 80, 0.3);
  transition: width 0.35s ease, height 0.35s ease, padding 0.35s ease, border-radius 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
  animation: floatCard 6s ease-in-out infinite;
  overflow: hidden;
}

.orbit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 22px;
  color: var(--ink);
  line-height: 1;
}

.orbit-icon-closed {
  position: absolute;
  inset: 0;
}

.orbit-icon-open {
  display: none;
}

.orbit-icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1;
  transform: translateY(-1px);
}

.orbit-icon i::before {
  display: block;
  line-height: 1;
}

.orbit-text {
  font-size: 0.95rem;
  line-height: 1.25;
  opacity: 0;
  max-height: 0;
  transition: opacity 0.25s ease, max-height 0.25s ease;
}

.orbit-item.is-open .orbit-item-inner {
  display: grid;
  place-items: center;
  width: min(260px, 62vw);
  height: auto;
  min-height: 96px;
  padding: 14px 18px;
  gap: 6px;
  border-radius: calc(var(--radius) - 2px);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 44px rgba(10, 30, 80, 0.38);
}

.orbit-item.is-open .orbit-icon {
  width: auto;
  height: auto;
}

.orbit-item.is-open .orbit-icon-closed {
  display: none;
}

.orbit-item.is-open .orbit-icon-open {
  display: inline-flex;
}

.orbit-item.is-open .orbit-text {
  opacity: 1;
  max-height: 88px;
}

@keyframes floatCard {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 -6px;
  }
  100% {
    translate: 0 0;
  }
}

@keyframes orbitCounter {
  to {
    rotate: -360deg;
  }
}

.site-header,
main {
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(92%, var(--container));
  margin: 0 auto;
}

.section {
  padding: 110px 0;
}

#hero,
#hero-next,
#problemas,
#soluciones,
#nosotros,
#logos,
#contacto {
  scroll-margin-top: 96px;
}

.problems.section {
  padding-top: 40px;
  padding-bottom: 90px;
}

.problems .section-title {
  text-align: center;
}

.site-header > .container {
  width: min(100%, 1600px);
  max-width: 1560px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 10, 16, 0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease, background 0.3s ease;
}

.site-header.is-scrolled {
  background: rgba(9, 16, 32, 0.9);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--ink);
}

.brand-logo {
  height: 48px;
  width: auto;
  display: block;
}

.nav {
  display: flex;
  gap: 22px;
  align-items: center;
  font-size: 0.95rem;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(12, 20, 36, 0.65);
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  background: #f2f4f8;
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-header.is-menu-open .nav-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-header.is-menu-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .nav-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.nav a:not(.btn) {
  position: relative;
  color: var(--ink);
  font-weight: 500;
  padding-bottom: 4px;
  transition: color 0.25s ease, font-weight 0.25s ease, transform 0.25s ease;
}

.nav a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #2a6cff, #ff8a3d, #42c7a5);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.nav a:not(.btn):hover {
  font-weight: 700;
  transform: translateY(-1px);
}

.nav a:not(.btn):hover::after {
  transform: scaleX(1);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.btn-primary {
  background: #f2f4f8;
  color: #0b0d12;
  border-color: transparent;
  box-shadow: none;
}

.btn-hero {
  font-weight: 700;
}

.btn-hero.btn-primary {
  color: #0b0d12;
}


.btn-hablemos {
  background-color: #7fcfff;
}

.btn-primary:hover {
  color: #ffffff;
  background: #2a6cff;
  box-shadow:
    0 18px 40px rgba(42, 108, 255, 0.55),
    0 0 18px rgba(138, 164, 255, 0.65);
  transform: translateY(-2px) perspective(600px) rotateX(6deg);
}

.wpcf7-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #f2f4f8;
  color: #0b0d12;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.wpcf7-submit:hover {
  color: #ffffff;
  background: #2a6cff;
  box-shadow:
    0 18px 40px rgba(42, 108, 255, 0.55),
    0 0 18px rgba(138, 164, 255, 0.65);
  transform: translateY(-2px) perspective(600px) rotateX(6deg);
}

.btn-cta {
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(42, 108, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.85);
}

.btn-cta-lg {
  padding: 14px 26px;
  font-size: 1rem;
}

.btn-cta::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -40%;
  width: 60%;
  height: 220%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: translateX(-120%) rotate(10deg);
  transition: transform 0.8s ease;
}

.btn-cta:hover::after {
  transform: translateX(220%) rotate(10deg);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
}

.nav .btn-ghost {
  border-color: rgba(138, 164, 255, 0.6);
  background: rgba(15, 28, 52, 0.35);
  box-shadow: 0 14px 30px rgba(20, 35, 80, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.nav .btn-ghost:hover {
  color: #ffffff;
  background: #2a6cff;
  box-shadow:
    0 18px 40px rgba(42, 108, 255, 0.55),
    0 0 18px rgba(138, 164, 255, 0.65);
  transform: translateY(-2px) perspective(600px) rotateX(6deg);
}

.btn-link {
  border: none;
  padding: 0;
  font-weight: 600;
  color: var(--muted);
}

.hero {
  padding-top: 90px;
  min-height: 75vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-next {
  padding-top: 32px;
  background: transparent;
  padding-bottom: 12px;
  align-items: flex-start;
}

.hero-next .hero-grid {
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}


#hero > .container,
#hero-next > .container {
  width: min(100%, 1560px);
  max-width: 1600px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1440px) {
  #hero > .container,
  #hero-next > .container {
    max-width: 1140px; 
    padding-left: 24px; 
    padding-right: 24px;
  }
    .site-header > .container {
        width: min(100%, 1600px);
        max-width: 1124px;
        }
}

@media screen and (max-width: 1666px) {
  #hero > .container,
  #hero-next > .container {
    max-width: 1124px; 
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-header > .container {
        width: min(100%, 1600px);
        max-width: 1124px;
        }
}

.hero-grid {
  display: grid;
  gap: 22px;
  max-width: none;
  width: 100%;
  position: relative;
  z-index: 1;
  justify-items: start;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 80vh;
}

.hero-logo img {
  height: 130px;
  width: auto;
  display: block;
  margin-left: 0;
}

.hero-logo {
  justify-self: start;
  margin-top: auto;
  padding-top: 16px;
  position: absolute;
  left: 0;
  bottom: 58px;
  max-width: min(420px, 42vw);
  text-align: left;
}

.hero-logo-text {
  margin-top: 20px !important;
  margin: 16px 0 0;
  font-size: clamp(0.98rem, 1.4vw, 1.2rem);
  line-height: 1.45;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0 10px 24px rgba(32, 71, 152, 0.3);
  max-width: 420px;
}

.hero-logo-text .hero-logo-line {
  display: block;
}

.hero-product-links {
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 14px;
  z-index: 2;
  width: max-content;
}

.hero-product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  width: 170px;
  min-height: 52px;
  padding: 0 18px;
  border: 2px solid;
  border-radius: 999px;
  background: transparent;
  color: #f2f4f8;
  text-decoration: none;
  font-weight: 700;
  transition: width 0.35s ease, transform 0.25s ease, color 0.25s ease, background 0.25s ease;
  overflow: hidden;
  transform-origin: right center;
}

.hero-product-btn:hover {
  width: 232px;
  transform: scale(1.02);
  background: rgba(255, 255, 255, 0.06);
}

.hero-product-arrow {
  margin-left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: transform 0.25s ease;
}

.hero-product-btn:hover .hero-product-arrow {
  transform: translateY(2px);
}

.hero-product-btn--blue {
  border-color: #2a6cff;
  color: #d9efff;
}

.hero-product-btn--orange {
  border-color: #ff8a3d;
  color: #ffe9d8;
}

.hero-product-btn--green {
  border-color: #42c7a5;
  color: #d8f6ec;
}

.hero-product-btn--teal {
  border-color: #7fcfff;
  color: #e6f7ff;
}

@media (max-width: 1180px) {
  .hero-product-links {
    display: none;
  }
}

@media (max-width: 900px) {
  .hero-logo {
    position: static;
    right: auto;
    bottom: auto;
    text-align: left;
    margin-top: 24px;
    max-width: 100%;
  }

  .hero-logo img {
    margin-left: 0;
  }
}

.eyebrow {
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  text-transform: none;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.28;
}

.eyebrow-break {
  display: block;
  margin-top: 6px;
}

.eyebrow-glow {
  display: inline-block;
  font-size: clamp(3.1rem, 7.6vw, 6rem);
  line-height: 1.05;
  padding-bottom: 4px;
  color: transparent;
  background: linear-gradient(90deg, #7fcfff, #d9f0ff 45%, #ffffff 65%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 12px 26px rgba(32, 71, 152, 0.35), 0 0 22px rgba(110, 198, 255, 0.2);
  font-weight: 800;
  animation: glowSweep 6s ease-in-out infinite;
}

@keyframes glowSweep {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.hero-title {
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-shadow: none;
  margin-top: 32px;
  color: #ffffff;
}

.hero-title-animate {
  position: relative;
  display: inline-block;
}

.line-word {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

.char {
  display: inline-block;
}

.line-word::after {
  display: none;
}

@keyframes accentShift {
  from {
    color: var(--muted);
  }
  to {
    color: var(--accent-soft);
  }
}

.hero-next .hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-lead,
.hero-logo-text,
.intro-text,
.intro-emphasis {
  max-width: 760px;
  margin: 0 auto;
}

.hero-next .hero-lead,
.hero-next .intro-text,
.hero-next .intro-emphasis {
  color: #ffffff;
}

.hero-lead {
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  color: var(--muted);
  margin-bottom: 0;
  margin-top: 10px;
}

.hero-lead-strong {
  display: inline-block;
  text-align: center;
  margin: 0 auto 14px;
  color: #ffffff;
  font-weight: 700;
}

.hero-lead-break {
  display: block;
  margin-top: 8px;
}

.hero-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}

.hero-mark {
  margin-top: 24px;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  opacity: 0.6;
}

.hero-mark img {
  height: 60px;
  width: auto;
}

.logos {
  padding-top: 40px;
  padding-bottom: 40px;
}

.logos-title {
  text-align: left;
}


.logos-marquee {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0;
}

.logos-track {
  display: flex;
  gap: 0;
  align-items: center;
  animation: logosScroll 30s linear infinite;
  width: max-content;
  flex-shrink: 0;
}

.logos-group {
  display: flex;
  gap: var(--logos-gap, 40px);
  align-items: center;
  flex: 0 0 auto;
  padding-right: var(--logos-gap, 40px);
}

.logos-track img {
  height: 66px;
  width: 210px;
  object-fit: contain;
  opacity: 0.7;
  filter: grayscale(1);
  transition: transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
}

.logos-marquee:hover .logos-track {
  animation-play-state: paused;
}

.logos-track img:hover {
  transform: scale(1.15);
  opacity: 1;
  filter: grayscale(0);
}

@keyframes logosScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: auto;
  margin: 0;
}

.hero-scroll-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cfd6e6;
  box-shadow: 0 0 10px rgba(207, 214, 230, 0.5);
}

.hero-scroll-arrow {
  width: 18px;
  height: 18px;
  border-right: 2px solid rgba(207, 214, 230, 0.8);
  border-bottom: 2px solid rgba(207, 214, 230, 0.8);
  transform: rotate(45deg);
  animation: heroScrollPulse 1.6s ease-in-out infinite;
}

@keyframes heroScrollPulse {
  0% {
    transform: translateY(0) rotate(45deg);
    opacity: 0.5;
  }
  50% {
    transform: translateY(6px) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotate(45deg);
    opacity: 0.5;
  }
}

.intro {
  padding-top: 10px;
}

.intro-text {
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  color: var(--muted);
  max-width: 860px;
  margin: 0;
  text-align: left;
}

.hero-next .intro-text,
.hero-next .intro-emphasis {
  text-align: center;
}

.intro-emphasis {
  font-weight: 700;
  color: var(--ink);
}

.section-title {
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  letter-spacing: -0.01em;
  margin: 0 0 32px;
}

.problems .section-title {
  text-align: center;
}

.problems-header {
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}

.problems-lead {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}

.problems-cta {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.problems-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(220px, 1fr));
  gap: 22px;
  align-items: stretch;
}

.problem-card {
  --card-color: 255, 255, 255;
  padding: 28px 30px;
  min-height: 170px;
  display: grid;
  align-items: center;
  border-radius: calc(var(--radius) + 4px);
  background: rgba(255, 255, 255, 0.04);
  border: 2px solid rgba(var(--card-color), 0.45);
  color: #f2f4f8;
  font-size: 1.25rem;
  line-height: 1.55;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background-color 0.35s ease, background-position 1.2s linear;
  background-image: linear-gradient(135deg, rgba(var(--card-color), 0.16) 1px, transparent 1px), linear-gradient(45deg, rgba(var(--card-color), 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--card-color), 0.08) 1px, transparent 1px), radial-gradient(circle, rgba(var(--card-color), 0.08) 1px, transparent 1px);
  background-size: 28px 28px, 18px 18px, 80px 80px, 12px 12px;
  background-position: 0 0, 0 0, 0 0, 4px 4px;
}

.problem-card:hover {
  transform: translateY(-10px);
  border-color: rgba(var(--card-color), 0.95);
  box-shadow: 0 34px 88px rgba(0, 0, 0, 0.32);
  background-color: rgba(var(--card-color), 0.12);
  background-image: linear-gradient(135deg, rgba(var(--card-color), 0.28) 1px, transparent 1px), linear-gradient(45deg, rgba(var(--card-color), 0.18) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--card-color), 0.14) 1px, transparent 1px), radial-gradient(circle, rgba(var(--card-color), 0.12) 1px, transparent 1px);
  background-size: 28px 28px, 18px 18px, 80px 80px, 14px 14px;
  background-position: 0 0, 0 0, 0 0, 6px 6px;
  animation: cardStripeShift 12s ease-in-out infinite, cardBounce 3.2s ease-in-out infinite;
}

.problem-card--blue {
  --card-color: 42, 108, 255;
}

.problem-card--orange {
  --card-color: 255, 138, 61;
}

.problem-card--green {
  --card-color: 66, 199, 165;
}

.problem-card--teal {
  --card-color: 127, 207, 255;
}

.problem-card--violet {
  --card-color: 155, 107, 255;
}

.problem-primary {
  margin: 24px auto 0;
  max-width: 100%;
  padding: 28px 32px;
  border-radius: calc(var(--radius) + 6px);
  border-left: 6px solid #ff4b4b;
  border-right: 6px solid #ff4b4b;
  background: rgba(255, 75, 75, 0.08);
  color: #f2f4f8;
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  line-height: 1.75;
  text-align: center;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  background-image: linear-gradient(135deg, rgba(255, 75, 75, 0.22) 1px, transparent 1px), linear-gradient(45deg, rgba(255, 75, 75, 0.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 75, 75, 0.1) 1px, transparent 1px), radial-gradient(circle, rgba(255, 75, 75, 0.14) 1px, transparent 1px);
  background-size: 28px 28px, 18px 18px, 80px 80px, 12px 12px;
  background-position: 0 0, 0 0, 0 0, 4px 4px;
  animation: cardStripeShift 12s ease-in-out infinite;
}

@keyframes cardStripeShift {
  0%, 100% {
    background-position: 0 0, 0 0, 0 0, 4px 4px;
  }
  50% {
    background-position: 10px 10px, -10px -10px;
  }
}

@keyframes cardBounce {
  0%, 100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(-14px);
  }
}

.problems-timeline {
  position: relative;
  margin-top: 18px;
  padding: 10px 0;
}

.problems-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.problems-path {
  fill: none;
  stroke: rgba(110, 198, 255, 0.55);
  stroke-width: 2.5;
  stroke-linecap: round;
}

.problems-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  padding: 10px 24px;
}

.problem-item {
  width: min(560px, 92%);
  padding: 18px 20px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  text-align: left;
  position: relative;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.problem-item::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #9fe8ff;
  box-shadow: 0 0 12px rgba(159, 232, 255, 0.7);
  transform: translateY(-50%);
}

.problem-item:nth-child(odd) {
  margin-right: auto;
}

.problem-item:nth-child(odd)::before {
  left: -24px;
}

.problem-item:nth-child(even) {
  margin-left: auto;
}

.problem-item:nth-child(even)::before {
  right: -24px;
}

.problem-item:hover {
  transform: translateY(-4px);
  border-color: rgba(110, 198, 255, 0.35);
  box-shadow: 0 16px 32px rgba(10, 30, 80, 0.3);
}

.problem-item.is-highlight {
  margin: 18px auto 0;
  text-align: center;
  border-width: 3px;
  border-color: rgba(110, 198, 255, 0.7);
  background: rgba(110, 198, 255, 0.16);
  box-shadow: 0 28px 56px rgba(10, 30, 80, 0.55);
  font-weight: 800;
  font-size: 1.22rem;
  transform: translateY(-2px) scale(1.03);
  animation: floatCard 7s ease-in-out infinite;
}

.problem-item.is-highlight::before {
  left: auto;
  right: -24px;
  transform: translateY(-50%);
  background: #6ec6ff;
  box-shadow: 0 0 18px rgba(110, 198, 255, 0.95);
}

.problems-cta {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.problems-cta .btn {
  padding: 16px 32px;
  font-size: 1.12rem;
  font-weight: 800;
  color: #0b0d12;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

@media (min-width: 1100px) {
  .cards-grid {
    grid-template-columns: repeat(4, minmax(220px, 1fr));
  }

  .cards-grid > :nth-child(5) {
    grid-column: 2;
  }

  .cards-grid > :nth-child(6) {
    grid-column: 3;
  }
}

.card {
  padding: 22px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  font-size: 0.98rem;
  text-align: center;
}

.solutions-grid {
  display: grid;
  gap: 30px;
}

.solutions-row {
  display: grid;
  gap: 20px;
}

.solution-block {
  padding: 32px;
  border-radius: calc(var(--radius) + 6px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 14, 30, 0.65);
  box-shadow: 0 18px 40px rgba(3, 8, 20, 0.45);
}

.solution-block h3 {
  margin-top: 0;
  font-size: 1.6rem;
}

.solution-intro {
  color: var(--muted);
}

.solution-items {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.solution-item {
  padding: 18px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease, transform 0.3s ease;
}

.solution-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(8px);
  transition: max-height 0.45s ease, opacity 0.35s ease, transform 0.35s ease;
}

.solution-body img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: calc(var(--radius) - 4px);
  margin-top: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.solution-item:hover {
  border-color: rgba(110, 198, 255, 0.35);
  box-shadow: 0 14px 34px rgba(10, 30, 80, 0.35);
  transform: translateY(-2px);
}

.solution-item:hover .solution-body {
  max-height: 420px;
  opacity: 1;
  transform: translateY(0);
}

.solutions-accordion:hover .solution-item:not(:hover) {
  filter: blur(1.5px);
  opacity: 0.7;
}

.solution-item h4 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.solution-block.is-feature {
  position: relative;
  background: linear-gradient(135deg, rgba(42, 108, 255, 0.18), rgba(110, 198, 255, 0.08));
  border: 3px solid rgba(110, 198, 255, 0.35);
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(20, 50, 120, 0.4);
}

.solution-block.is-feature::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: calc(var(--radius) + 8px);
  padding: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #c7f2ff 30%, #2a6cff 50%, #9fe8ff 70%, rgba(255, 255, 255, 0));
  background-size: 220% 100%;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  animation: borderSweep 3.5s linear infinite;
  pointer-events: none;
  opacity: 1;
  filter: drop-shadow(0 0 16px rgba(130, 220, 255, 0.8));
}

.solutions-lead {
  max-width: 720px;
  margin: 0 0 38px;
  text-align: left;
  color: var(--muted);
  font-size: 1.05rem;
}

.solutions-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  gap: 36px;
  align-items: stretch;
}

.solutions-scroll {
  align-items: stretch;
}

.solutions-copy {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: flex-start;
  position: sticky;
  top: calc(50vh - 150px);
  height: 100%;
  align-self: stretch;
}

.solutions-showcase .pin-spacer {
  inset: auto !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
}

.solutions-copy > * {
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.solutions-copy.is-fading > * {
  opacity: 0;
  transform: translateY(10px);
}

.solutions-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  width: fit-content;
}

.solutions-subtitle {
  margin: 18px 0 10px;
  color: #ffffff;
  font-size: clamp(1.1rem, 2.4vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}

.text-white {
  color: #ffffff;
}

.solutions-title {
  margin: 0;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  letter-spacing: -0.02em;
}

.solutions-title-weak,
.solutions-title-strong {
  display: inline;
}

.solutions-title-weak {
  color: var(--muted);
  font-weight: 500;
  margin-right: 0.4ch;
}

.solutions-title-strong {
  color: var(--solutions-accent, #2a6cff);
  font-weight: 800;
}

.solutions-title-strong--gradient {
  background: linear-gradient(90deg, #2a6cff, #ff8a3d, #42c7a5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


.solutions-visual {
  position: relative;
}

.solutions-visual-list {
  display: grid;
  gap: 28px;
  padding-bottom: 150px;
}

.solutions-visual-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.solutions-visual-item.is-active .solutions-visual-card {
  box-shadow: 0 26px 60px rgba(5, 15, 35, 0.6);
  border-color: rgba(255, 255, 255, 0.28);
}

.solutions-visual-card {
  position: relative;
  border-radius: calc(var(--radius) + 8px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 22px 52px rgba(5, 15, 35, 0.45);
  background: transparent;
  width: min(560px, 100%);
  margin-left: auto;
  min-height: 360px;
  display: grid;
  place-items: center;
}

.solutions-visual-card--gradient .solutions-visual-overlay {
  background: linear-gradient(
    130deg,
    color-mix(in srgb, var(--tint) 60%, transparent),
    color-mix(in srgb, var(--tint-2) 55%, transparent),
    color-mix(in srgb, var(--tint-3) 55%, transparent)
  );
  mix-blend-mode: screen;
  opacity: 0.8;
}

.solutions-visual-card--gradient .solutions-visual-label strong {
  background: linear-gradient(90deg, #2a6cff, #ff8a3d, #42c7a5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.solutions-visual-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Default: keep original color/brightness so image looks natural */
  filter: saturate(0.9) contrast(1.05) brightness(0.85);
  transition: opacity 0.35s ease, filter 0.35s ease;
}

.solutions-visual-overlay {
  position: absolute;
  inset: 0;
  /* Subtle tinted overlay using the card tint so each product gives a color cast */
  background: linear-gradient(
    120deg,
    color-mix(in srgb, var(--tint) 18%, rgba(6,9,18,0.06)),
    color-mix(in srgb, var(--tint) 8%, rgba(6,9,18,0.02))
  );
  mix-blend-mode: screen;
  opacity: 1;
  transition: background 0.35s ease, opacity 0.35s ease, mix-blend-mode 0.35s ease;
}

/* On hover: darken image and strengthen overlay so text is clearly readable */
.solutions-visual-card:hover .solutions-visual-image {
  filter: brightness(0.42) saturate(0.95) contrast(1.05);
}
.solutions-visual-card:hover .solutions-visual-overlay {
  background: linear-gradient(120deg, rgba(6,9,18,0.88), rgba(6,9,18,0.72));
  opacity: 1;
}

.solutions-visual-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 28px;
  text-align: left;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--ink);
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  background: linear-gradient(160deg, rgba(6, 9, 18, 0.08), rgba(6, 9, 18, 0.02));
  box-shadow: none;
}

.solutions-visual-header {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--tint) 18%, rgba(5, 10, 20, 0.75));
  border: 1px solid color-mix(in srgb, var(--tint) 45%, rgba(255, 255, 255, 0.2));
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  margin-bottom: 16px;
  transform: translateY(16px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.solutions-visual-header-title {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  color: color-mix(in srgb, var(--tint) 80%, #ffffff);
  font-weight: 700;
}

.solutions-visual-label {
  position: absolute;
  left: 22px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(5, 10, 20, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  transition: opacity 0.35s ease, transform 0.45s ease, background 0.45s ease, border-color 0.45s ease;
  transform: translateY(0);
}

.solutions-visual-logo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--tint) 22%, rgba(5, 10, 20, 0.7));
  border: 1px solid color-mix(in srgb, var(--tint) 45%, rgba(255, 255, 255, 0.2));
  flex-shrink: 0;
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.solutions-visual-logo img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.4));
}

.solutions-visual-label strong {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  color: color-mix(in srgb, var(--tint) 75%, #ffffff);
}

.solutions-visual-card:hover .solutions-visual-image {
  opacity: 1;
  filter: brightness(0.32) saturate(0.92) contrast(1.05);
}

.solutions-visual-card:hover .solutions-visual-overlay {
  opacity: 1;
  background: linear-gradient(120deg, color-mix(in srgb, var(--tint) 14%, rgba(6,9,18,0.9)), color-mix(in srgb, var(--tint) 6%, rgba(6,9,18,0.74)));
}

.solutions-visual-card:hover .solutions-visual-text {
  opacity: 1;
  transform: translateY(0);
}

.solutions-visual-card:hover .solutions-visual-header {
  transform: translateY(0);
  opacity: 1;
}

.solutions-visual-card:hover .solutions-visual-logo {
  transform: scale(1.12);
}

.solutions-visual-card:hover .solutions-visual-label {
  opacity: 0;
  transform: translateY(-120px) scale(1.05);
  background: color-mix(in srgb, var(--tint) 24%, rgba(5, 10, 20, 0.75));
  border-color: color-mix(in srgb, var(--tint) 50%, rgba(255, 255, 255, 0.2));
}


.solutions-media {
  position: relative;
  order: 2;
}

.solutions-carousel {
  order: 1;
}

.solutions-media-card {
  position: relative;
  border-radius: calc(var(--radius) + 8px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 52px rgba(5, 15, 35, 0.45);
  aspect-ratio: 3 / 2;
  background: #0b1326;
  width: min(520px, 100%);
  margin-left: auto;
}

.solutions-media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05) brightness(0.85);
}

.solutions-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, color-mix(in srgb, var(--tint) 65%, transparent), rgba(8, 14, 28, 0.6));
  mix-blend-mode: screen;
  opacity: 0.75;
}

.solutions-media-label {
  position: absolute;
  left: 22px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(5, 10, 20, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}

.solutions-media-label strong {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

.solutions-carousel {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solutions-track {
  position: relative;
  width: min(420px, 92%);
  height: var(--solutions-height, 520px);
}

.solution-card {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 22px;
  border-radius: calc(var(--radius) + 6px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 12, 26, 0.76);
  box-shadow: 0 18px 40px rgba(3, 8, 20, 0.45);
  transition: transform 0.6s ease, opacity 0.6s ease, filter 0.6s ease;
  opacity: 0;
  filter: blur(6px);
  transform: translateY(40px) scale(0.96);
  overflow: hidden;
  pointer-events: none;
}

.solution-card h3 {
  margin: 8px 0 12px;
  font-size: 1.35rem;
}

.solution-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.solution-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.solution-card.is-active {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
  z-index: 3;
  pointer-events: auto;
}

.solution-card.is-prev {
  opacity: 0.45;
  filter: blur(6px);
  transform: translateY(-60px) scale(0.94);
  z-index: 2;
}

.solution-card.is-next {
  opacity: 0.35;
  filter: blur(8px);
  transform: translateY(70px) scale(0.92);
  z-index: 1;
}

.solutions-controls {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 10px;
  z-index: 4;
}

.solutions-control {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(8, 14, 30, 0.7);
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.solutions-control:hover {
  transform: translateY(-2px);
  background: rgba(42, 108, 255, 0.35);
}

.solutions-dots {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.solutions-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  cursor: pointer;
}

.solutions-dot.is-active {
  background: #9fe8ff;
  box-shadow: 0 0 10px rgba(159, 232, 255, 0.7);
}

.solutions-feature {
  margin-top: 80px;
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 12px;
  align-items: center;
  padding: 20px;
  border-radius: calc(var(--radius) + 10px);
  border: 2px solid transparent;
  background:
    linear-gradient(rgba(7, 12, 26, 0.75), rgba(7, 12, 26, 0.75)) padding-box,
    conic-gradient(
      from var(--solutions-angle, 180deg),
      rgba(42, 108, 255, 0.7),
      rgba(255, 138, 61, 0.65),
      rgba(66, 199, 165, 0.7),
      rgba(42, 108, 255, 0.7)
    ) border-box;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: 0 20px 52px rgba(3, 8, 20, 0.45);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  animation: solutionsBorderShift 8s linear infinite;
}

body.is-solutions.is-feature-hover .bg-dynamic {
  opacity: 0.9;
}

body.is-solutions.is-feature-hover .bg-blob {
  opacity: 0.8;
  transform: scale(1.04);
  filter: blur(38px) drop-shadow(0 0 18px rgba(120, 220, 255, 0.35));
}

.solutions-feature > * {
  position: relative;
  z-index: 1;
}

@property --solutions-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 180deg;
}

@keyframes solutionsBorderShift {
  0% { --solutions-angle: 180deg; }
  100% { --solutions-angle: 540deg; }
}

.solutions-feature-media {
  position: relative;
  border-radius: calc(var(--radius) + 8px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  aspect-ratio: 16 / 10;
  background: #0b1326;
  max-height: 280px;
}

.solutions-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05) brightness(0.85);
}

.solutions-feature-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, color-mix(in srgb, var(--tint) 55%, transparent), rgba(8, 14, 28, 0.6));
  mix-blend-mode: screen;
  opacity: 0.8;
}

.solutions-feature-title {
  margin: 0 0 12px;
  font-size: clamp(1.4rem, 2.1vw, 1.7rem);
  font-weight: 700;
}

.solutions-feature-subtitle {
  margin: 0 0 14px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
}

.solutions-feature-content p {
  color: var(--muted);
  margin: 0 0 10px;
}

.solutions-feature-content p:last-of-type {
  margin-bottom: 0;
}

.solutions-feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@keyframes borderSweep {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

.team-carousel {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.team-track {
  position: relative;
  width: min(420px, 90%);
  height: var(--team-height, 520px);
}

.team-card {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 18px 18px 20px;
  border-radius: calc(var(--radius) + 6px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 12, 26, 0.75);
  box-shadow: 0 18px 40px rgba(3, 8, 20, 0.45);
  transition: transform 0.6s ease, opacity 0.6s ease, filter 0.6s ease;
  opacity: 0;
  filter: blur(6px);
  transform: translateY(40px) scale(0.96);
  overflow: hidden;
  pointer-events: none;
}

.team-card.is-active {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
  z-index: 3;
  pointer-events: auto;
}

.team-card.is-active:hover {
  background: rgba(7, 12, 26, 0.88);
}

.team-card.is-prev {
  opacity: 0.45;
  filter: blur(6px);
  transform: translateY(-60px) scale(0.94);
  z-index: 2;
}

.team-card.is-next {
  opacity: 0.35;
  filter: blur(8px);
  transform: translateY(70px) scale(0.92);
  z-index: 1;
}

.team-photo {
  width: 100%;
  height: 190px;
  border-radius: 18px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.team-card--dario .team-photo {
  object-position: center 50%;
}

.team-card:nth-child(2) .team-photo {
  object-position: center 14%;
}

.team-card:nth-child(3) .team-photo {
  object-position: center 27%;
}

.team-card p {
  margin-bottom: 0;
  overflow: visible;
}

.team-controls {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 10px;
  z-index: 4;
}

.team-control {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(8, 14, 30, 0.7);
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.team-control:hover {
  transform: translateY(-2px);
  background: rgba(42, 108, 255, 0.35);
}

.team-dots {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.problems {
  position: relative;
  overflow: hidden;
}


.problems .container {
  position: relative;
  z-index: 1;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(10, 30, 80, 0.35);
  border-color: rgba(110, 198, 255, 0.35);
}


.team-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  cursor: pointer;
}

.team-dot.is-active {
  background: #9fe8ff;
  box-shadow: 0 0 10px rgba(159, 232, 255, 0.7);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 60px 0 30px;
  background: rgba(6, 10, 20, 0.65);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
  gap: 30px;
  align-items: start;
}

.footer-logo {
  height: 58px;
  width: auto;
  margin-bottom: 16px;
  display: block;
}

.footer-brand p {
  color: var(--muted);
  margin: 0;
  max-width: 360px;
}

.footer-links h4 {
  margin: 0 0 12px;
  font-size: 1rem;
}

.footer-links a {
  display: block;
  color: var(--muted);
  margin-bottom: 8px;
  transition: color 0.2s ease;
}

.footer-links a.footer-social-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: fit-content;
  line-height: 1;
  margin-bottom: 10px;
  text-align: left;
}

.footer-social-link {
  line-height: 1;
}

.footer-social-link span {
  line-height: 1;
  transform: none;
}

.footer-social-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: currentColor;
  display: block;
}

.footer-social-link--icon-only {
  gap: 0;
  padding-left: 2px;
}

/* icon-only class no longer hides the label; keep for spacing tweaks */

.footer-social-link[aria-label*="LinkedIn"] {
  color: #7fcfff;
}

.footer-social-link[aria-label*="WhatsApp"] {
  color: #25d366;
}

.footer-social-link[aria-label*="Instagram"] {
  color: #e1306c;
}

.footer-links a:hover {
  color: var(--ink);
}

.footer-bottom {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.9rem;
  flex-wrap: wrap;
}

.footer-bottom a {
  color: var(--ink);
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 36px;
}

.about.section {
  padding-top: 20px;
}

.about-text p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.team-grid {
  display: grid;
  gap: 18px;
}

.team-card {
  padding: 22px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(12, 26, 60, 0.35);
}

.team-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent-soft);
  font-size: 0.9rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.testimonial-card {
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.testimonial-card strong {
  display: block;
  margin-top: 16px;
}

.testimonial-card span {
  color: var(--muted);
  font-size: 0.9rem;
}

.cta {
  padding: 100px 0 130px;
}

.cta-inner {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  padding: 36px;
  border-radius: calc(var(--radius) + 8px);
  background: linear-gradient(135deg, rgba(42, 108, 255, 0.2), rgba(110, 198, 255, 0.1));
  border: 1px solid rgba(110, 198, 255, 0.3);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.cta-inner + .cta-inner {
  margin-top: 28px;
}

.cta-inner--stack {
  grid-template-columns: 1fr;
  max-width: 720px;
}

.cta-inner--stack .cta-text {
  max-width: 100%;
  text-align: center;
}

.cta-inner h2 {
  margin: 0 0 14px;
  font-size: clamp(1.2rem, 1.8vw, 1.6rem);
  line-height: 1.35;
}

.cta-text {
  max-width: 380px;
}

.is-hidden {
  display: none !important;
}

.cta-inner p {
  margin: 0;
  color: var(--muted);
}

.line-word {
  display: inline-block;
}

.social-icons-wrapper {
  display: flex;
  gap: 16px; /* Ajusta este valor si quieres más o menos separación */
  align-items: center; /* Centra los iconos verticalmente por si cambian de tamaño */
}

/* Opcional: Para asegurar que los iconos tengan el tamaño correcto y un color base */
.footer-social-icon {
  width: 29px;
  height: 29px;
  fill: currentColor; /* Tomará el color del texto de su contenedor o el que le definas en CSS */
}

@media (max-width: 840px) {
  .site-header > .container,
  #hero > .container,
  #hero-next > .container {
    width: min(92%, var(--container));
    max-width: var(--container);
    padding-left: 0;
    padding-right: 0;
  }

  .header-inner {
    position: relative;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-width: 230px;
    padding: 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(9, 16, 32, 0.95);
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 34px rgba(4, 10, 22, 0.45);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 30;
  }

  .site-header.is-menu-open .nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav .btn-ghost {
    width: 100%;
    justify-content: center;
  }

  #hero .hero-grid {
    justify-items: center;
    text-align: center;
    min-height: calc(100vh - 96px);
    padding-top: 24px;
    padding-bottom: 74px;
  }

  #hero .hero-product-links {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    display: grid;
    gap: 10px;
    width: min(100%, 300px);
    margin: 2px auto 10px;
  }

  #hero .hero-product-btn {
    width: 100%;
    min-height: 48px;
    margin-left: 0;
  }

  #hero .hero-product-btn:hover,
  #hero .hero-product-btn:focus-visible,
  #hero .hero-product-btn:active {
    width: 100%;
    transform: scale(1.02);
  }

  #hero .eyebrow {
    text-align: center;
    margin-bottom: 18px;
    max-width: 24ch;
  }

  #hero .hero-logo {
    position: static;
    left: auto;
    bottom: auto;
    justify-self: center;
    margin-top: 0;
    padding-top: 0;
    max-width: min(520px, 92vw);
    text-align: center;
  }

  #hero .hero-logo img {
    margin: 0 auto;
    height: 112px;
  }

  #hero .hero-logo-text {
    text-align: center;
    margin: 14px auto 0;
    max-width: 34ch;
  }

  .about-grid,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .solutions-showcase {
    grid-template-columns: 1fr;
  }

  .solutions-copy {
    display: none;
  }

  .solutions-visual {
    order: -1;
  }

  .solutions-visual-card {
    margin: 0 auto;
    min-height: 280px;
  }

  .solutions-feature {
    grid-template-columns: 1fr;
  }

  .solutions-feature-media {
    order: -1;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .section {
    padding: 90px 0;
  }

  .hero {
    padding-top: 110px;
  }

  .hero-next {
    padding-top: 110px;
    padding-bottom: 20px;
  }

  .hero-grid {
    min-height: 60vh;
  }

  .problems-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }

  .team-carousel {
    min-height: 480px;
  }
}

@media (max-width: 900px) {
  .logos-title {
    text-align: center;
  }

  .logos-marquee {
    --logos-gap: 18px;
    padding: 14px 0;
  }

  .logos-track {
    animation-duration: 44s;
  }

  .hero-title {
    font-size: clamp(2.2rem, 6vw, 3.4rem);
  }

  .hero-lead {
    font-size: 1.05rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  /* Mostrar títulos sobre imagen sólo en mobile */
  .solutions-visual-mobile-title {
    display: inline-flex;
  }
  
  .problems-list {
    padding: 10px 12px;
  }

  .problem-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 16px 16px 18px;
    animation: none;
  }

  .problem-item::before {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .problem-item:nth-child(odd)::before,
  .problem-item:nth-child(even)::before {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .solutions-grid {
    gap: 22px;
  }

  .solution-block {
    padding: 24px;
  }

  .solutions-accordion:hover .solution-item:not(:hover) {
    filter: none;
    opacity: 1;
  }

  .solution-body {
    max-height: none;
    opacity: 1;
    overflow: visible;
    transform: none;
  }

  .solution-item:hover .solution-body {
    max-height: none;
  }

  .team-carousel {
    min-height: 520px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .team-track {
    width: min(420px, 100%);
  }

  .team-controls {
    position: static;
    transform: none;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 14px;
  }

  .team-dots {
    position: static;
    transform: none;
    justify-content: center;
    margin-top: 10px;
  }

  .logos-track img {
    height: 32px;
    width: 146px;
  }

  .footer-grid {
    text-align: center;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-brand p {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-links h4 {
    text-align: center;
  }

  .footer-links a.footer-social-link {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  body::before,
  body::after {
    opacity: 0.22;
    filter: blur(8px);
  }

  .bg-dynamic {
    inset: -8% -6%;
    opacity: 0.42;
    filter: blur(0px);
  }

  .bg-blob {
    width: 300px;
    height: 300px;
    filter: blur(24px);
    opacity: 0.28;
  }

  .blob-a,
  .blob-b,
  .blob-c {
    animation-duration: 18s;
  }

  .blob-d,
  .blob-e,
  .blob-f,
  .blob-g {
    display: none;
  }

  .header-inner {
    padding: 14px 0;
  }

  .brand-logo {
    height: 40px;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: auto;
    gap: 18px;
  }

  .eyebrow {
    font-size: clamp(1.05rem, 4.2vw, 1.5rem);
  }

  .eyebrow-glow {
    font-size: clamp(2.2rem, 8.5vw, 3.4rem);
  }

  .hero-title {
    margin-top: 18px;
    line-height: 1.1;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-scroll {
    display: inline-flex;
    bottom: 18px;
  }

  .problems-grid {
    gap: 16px;
  }

  .problem-card {
    padding: 22px;
  }

  .problems-orbit {
    height: min(520px, 70vh);
    --orbit-size: min(460px, 86vw);
  }

  .orbit-item-inner {
    width: 56px;
    height: 56px;
  }

  .orbit-item.is-open .orbit-item-inner {
    width: min(240px, 78vw);
  }

  .solutions-showcase {
    gap: 24px;
  }

  .solutions-copy {
    gap: 22px;
  }

  .solutions-title {
    font-size: clamp(1.6rem, 6vw, 2.1rem);
  }

  .solutions-visual-list {
    padding-bottom: 90px;
  }

  .solutions-visual-card {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    overflow: hidden;
  }

  .solutions-visual-image {
    height: 180px;
    flex: 0 0 auto;
  }
  .solutions-visual-mobile-title {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(5, 10, 20, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    max-width: calc(100% - 28px);
    white-space: normal;
    line-height: 1.2;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    backdrop-filter: blur(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .solutions-visual-overlay {
    display: block;
    opacity: 0;
  }

  .solutions-visual-text {
    position: static;
    inset: auto;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(10px);
    padding: 0 16px;
    font-size: 0.9rem;
    line-height: 1.45;
    background: linear-gradient(180deg, rgba(6, 9, 18, 0.1), rgba(6, 9, 18, 0.04));
    transition: max-height 0.45s ease, opacity 0.35s ease, transform 0.35s ease, padding 0.35s ease;
  }

  .solutions-visual-header {
    opacity: 0;
    transform: translateY(8px);
    padding: 8px 12px;
    font-size: 0.66rem;
    margin-bottom: 0;
    transition: opacity 0.35s ease, transform 0.35s ease, margin-bottom 0.35s ease;
  }

  .solutions-visual-card:hover .solutions-visual-overlay,
  .solutions-visual-card:focus-within .solutions-visual-overlay,
  .solutions-visual-card:active .solutions-visual-overlay {
    opacity: 1;
  }
  .solutions-visual-card:hover .solutions-visual-mobile-title,
  .solutions-visual-card:focus-within .solutions-visual-mobile-title,
  .solutions-visual-card:active .solutions-visual-mobile-title {
    opacity: 0;
    transform: translateY(-6px);
  }

  .solutions-visual-card:hover .solutions-visual-text,
  .solutions-visual-card:focus-within .solutions-visual-text,
  .solutions-visual-card:active .solutions-visual-text {
    max-height: 520px;
    opacity: 1;
    transform: translateY(0);
    padding: 16px 16px 18px;
  }

  .solutions-visual-card:hover .solutions-visual-header,
  .solutions-visual-card:focus-within .solutions-visual-header,
  .solutions-visual-card:active .solutions-visual-header {
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 12px;
  }

  .solutions-visual-label {
    display: none;
  }

  .cta-inner {
    padding: 24px;
  }

  .cta-inner h2 {
    font-size: clamp(1.05rem, 4.2vw, 1.35rem);
  }

  .cta-form .wpcf7 form {
    display: grid;
    gap: 12px;
  }

  .cta-form .wpcf7 input,
  .cta-form .wpcf7 textarea,
  .cta-form .wpcf7 select {
    width: 100%;
  }

  .wpcf7-submit {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .section {
    padding: 80px 0;
  }

  .hero {
    padding-top: 96px;
  }

  .hero-next {
    padding-top: 100px;
  }

  .hero-logo img {
    height: 100px;
  }

  .hero-mark img {
    height: 58px;
  }

  .problems-orbit {
    height: min(440px, 70vh);
    --orbit-size: min(400px, 86vw);
  }

  .problems-orbit::before {
    width: var(--orbit-size);
    height: var(--orbit-size);
  }

  .hero-grid {
    gap: 20px;
    min-height: 56vh;
  }

  .section-title {
    font-size: clamp(1.7rem, 5vw, 2.2rem);
  }

  .intro-text {
    font-size: 1.05rem;
    text-align: left;
  }

  .solution-body img {
    height: 180px;
  }

  .team-carousel {
    min-height: 500px;
  }

  .team-photo {
    height: 170px;
  }

  .cta {
    padding: 90px 0 110px;
  }

  .cta-inner {
    padding: 28px;
  }
}

@media (max-width: 520px) {
  .section {
    padding: 70px 0;
  }

  .hero-logo img {
    height: 90px;
  }

  .hero-mark img {
    height: 52px;
  }

  .eyebrow {
    font-size: 0.9rem;
  }

  .hero-title {
    font-size: clamp(2rem, 8vw, 2.6rem);
  }

  .hero-actions {
    gap: 12px;
  }

  .intro-emphasis {
    margin-top: 8px;
  }


  .btn {
    padding: 12px 18px;
  }

  .problems-list {
    gap: 12px;
  }


  .solution-block {
    padding: 20px;
  }

  .solution-item {
    padding: 16px;
  }

  .team-controls {
    position: static;
    justify-content: center;
    margin-top: 16px;
  }

  .team-dots {
    position: static;
    transform: none;
    justify-content: center;
    margin-top: 10px;
  }

  .logos-track img {
    height: 28px;
    width: 124px;
  }

  .footer-grid {
    gap: 20px;
  }
}
