:root {
  --navy-950: #07111f;
  --navy-900: #0a1728;
  --navy-850: #0d1c30;
  --navy-800: #12233b;
  --blue-700: #154dd8;
  --blue-600: #2467ee;
  --blue-500: #4383ff;
  --cyan-400: #38c8e8;
  --mint-400: #52e1bd;
  --ink-900: #101828;
  --ink-700: #344054;
  --ink-600: #475467;
  --ink-500: #667085;
  --line: #e5eaf1;
  --surface: #f6f8fc;
  --white: #ffffff;
  --radius-sm: 0.8rem;
  --radius-md: 1.25rem;
  --radius-lg: 1.8rem;
  --shadow-sm: 0 10px 30px rgba(16, 24, 40, 0.06);
  --shadow-md: 0 20px 55px rgba(16, 24, 40, 0.11);
  --shadow-blue: 0 18px 40px rgba(36, 103, 238, 0.28);
  --transition: 220ms ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink-900);
  background: var(--white);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body[data-lang="es"] .lang-en,
body[data-lang="en"] .lang-es {
  display: none !important;
}

body[data-lang="es"] .lang-es,
body[data-lang="en"] .lang-en {
  display: inline;
}

::selection {
  color: var(--white);
  background: var(--blue-600);
}

a {
  color: inherit;
}

button,
a,
input,
select,
textarea {
  transition: color var(--transition), background-color var(--transition), border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 1rem;
  z-index: 2000;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--blue-600);
  border-radius: 0.6rem;
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2100;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue-500), var(--cyan-400));
}

.section-space {
  padding: 7rem 0;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: var(--blue-700);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-tag::before {
  width: 1.75rem;
  height: 2px;
  background: currentColor;
  content: "";
}

.section-tag-light {
  color: #85b0ff;
}

.section-title {
  margin: 0;
  color: var(--ink-900);
  font-size: clamp(2rem, 4vw, 3.55rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.section-lead {
  margin-top: 1.35rem;
  color: var(--ink-600);
  font-size: 1.08rem;
  line-height: 1.8;
}

.btn {
  --bs-btn-padding-x: 1.35rem;
  --bs-btn-padding-y: 0.82rem;
  --bs-btn-font-weight: 750;
  --bs-btn-border-radius: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-lg {
  --bs-btn-padding-x: 1.55rem;
  --bs-btn-padding-y: 0.95rem;
  --bs-btn-font-size: 0.98rem;
}

.btn-primary {
  --bs-btn-bg: var(--blue-600);
  --bs-btn-border-color: var(--blue-600);
  --bs-btn-hover-bg: #1659df;
  --bs-btn-hover-border-color: #1659df;
  --bs-btn-active-bg: #124fc9;
  --bs-btn-active-border-color: #124fc9;
  box-shadow: 0 12px 28px rgba(36, 103, 238, 0.2);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-blue);
}

.btn-outline-light {
  --bs-btn-color: rgba(255, 255, 255, 0.9);
  --bs-btn-border-color: rgba(255, 255, 255, 0.26);
  --bs-btn-hover-color: var(--white);
  --bs-btn-hover-bg: rgba(255, 255, 255, 0.1);
  --bs-btn-hover-border-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(10px);
}

.btn-dark {
  --bs-btn-bg: var(--navy-900);
  --bs-btn-border-color: var(--navy-900);
  --bs-btn-hover-bg: var(--blue-700);
  --bs-btn-hover-border-color: var(--blue-700);
}

/* Navigation */
.navbar {
  min-height: 80px;
  padding: 0.85rem 0;
  background: rgba(7, 17, 31, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: min-height var(--transition), padding var(--transition), background-color var(--transition), box-shadow var(--transition);
}

.navbar.scrolled {
  min-height: 70px;
  padding: 0.55rem 0;
  background: rgba(7, 17, 31, 0.94);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.16);
}

.navbar-brand {
  color: var(--white);
  text-decoration: none;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--white);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  color: var(--white);
  background: linear-gradient(145deg, var(--blue-500), var(--blue-700));
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 0.9rem;
  box-shadow: 0 9px 24px rgba(36, 103, 238, 0.28);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-copy strong {
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}

.brand-copy small {
  margin-top: 0.28rem;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.navbar .nav-link {
  position: relative;
  padding: 0.65rem 0.8rem !important;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
  font-weight: 650;
}

.navbar .nav-link::after {
  position: absolute;
  right: 0.8rem;
  bottom: 0.45rem;
  left: 0.8rem;
  height: 2px;
  background: var(--blue-500);
  border-radius: 2px;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: var(--white);
}

.navbar .nav-link:hover::after,
.navbar .nav-link:focus::after,
.navbar .nav-link.active::after {
  transform: scaleX(1);
}

.navbar-toggler {
  color: var(--white);
  font-size: 1.8rem;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  min-width: 58px;
  height: 42px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.75rem;
  font-size: 0.75rem;
  font-weight: 800;
}

.language-switch:hover,
.language-switch:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
}

.nav-cta {
  padding: 0.72rem 1.05rem;
  font-size: 0.82rem;
}

/* Hero */
.hero-section {
  position: relative;
  min-height: 900px;
  padding: 10.5rem 0 7rem;
  color: var(--white);
  background:
    radial-gradient(circle at 10% 25%, rgba(36, 103, 238, 0.15), transparent 32%),
    linear-gradient(135deg, #07111f 0%, #0a1728 58%, #0b2038 100%);
  overflow: hidden;
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  pointer-events: none;
}

.hero-glow-one {
  top: 8%;
  right: -7%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(36, 103, 238, 0.3), transparent 68%);
}

.hero-glow-two {
  bottom: 2%;
  left: 30%;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(56, 200, 232, 0.11), transparent 70%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.5rem;
  padding: 0.45rem 0.78rem;
  color: #b7d2ff;
  background: rgba(36, 103, 238, 0.1);
  border: 1px solid rgba(67, 131, 255, 0.25);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  background: var(--mint-400);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(82, 225, 189, 0.12);
  animation: pulse-dot 2.2s ease-in-out infinite;
}

.display-title {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(3rem, 5.3vw, 5.6rem);
  font-weight: 850;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.text-gradient {
  color: transparent;
  background: linear-gradient(90deg, #7aa6ff, #56d4ec 55%, #7be0c5);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lead {
  max-width: 680px;
  margin: 1.65rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.06rem, 1.55vw, 1.22rem);
  line-height: 1.75;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.4rem;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  font-weight: 650;
}

.hero-trust div {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
}

.hero-trust i {
  color: var(--mint-400);
}

.dashboard-shell {
  position: relative;
  z-index: 2;
  padding: 0.65rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1.55rem;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px);
  transform: perspective(1400px) rotateY(-2deg) rotateX(1deg);
}

.dashboard-shell::after {
  position: absolute;
  inset: 8% -6% -8% 8%;
  z-index: -1;
  background: rgba(36, 103, 238, 0.17);
  border-radius: 2rem;
  filter: blur(50px);
  content: "";
}

.dashboard-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.45rem 0.65rem 0.75rem;
}

.window-dot {
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.demo-label {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dashboard-body {
  display: flex;
  min-height: 490px;
  overflow: hidden;
  color: var(--ink-900);
  background: #f4f7fb;
  border-radius: 1.05rem;
}

.dashboard-sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.35rem;
  width: 58px;
  padding: 1rem 0.65rem;
  color: #77839a;
  background: var(--white);
  border-right: 1px solid #e9edf4;
}

.dashboard-sidebar i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 0.65rem;
  font-size: 0.9rem;
}

.dashboard-sidebar i.active {
  color: var(--blue-600);
  background: #eaf1ff;
}

.side-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 0.65rem;
  color: var(--white);
  background: var(--blue-600);
  border-radius: 0.7rem;
  font-weight: 900;
}

.dashboard-content {
  flex: 1;
  min-width: 0;
  padding: 1.25rem;
}

.dashboard-kicker {
  color: var(--blue-600);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dashboard-content h2 {
  margin: 0.18rem 0 0;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.5rem;
  color: #168a6d;
  background: #e8fbf5;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 800;
}

.live-pill span {
  width: 6px;
  height: 6px;
  background: #28b68f;
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}

.metric-card,
.chart-card,
.activity-card {
  background: var(--white);
  border: 1px solid #e7ecf3;
  border-radius: 0.9rem;
  box-shadow: 0 9px 18px rgba(37, 51, 78, 0.04);
}

.metric-card {
  position: relative;
  min-height: 124px;
  padding: 0.85rem;
}

.metric-card > span {
  display: block;
  max-width: 82%;
  color: #7b879c;
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1.25;
}

.metric-card strong {
  display: block;
  margin-top: 0.55rem;
  color: #152238;
  font-size: 1.4rem;
  line-height: 1;
}

.metric-card small {
  display: block;
  margin-top: 0.42rem;
  color: #20a982;
  font-size: 0.54rem;
  font-weight: 700;
}

.metric-icon {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  color: var(--blue-600);
  background: #edf3ff;
  border-radius: 0.55rem;
  font-size: 0.8rem;
}

.chart-card,
.activity-card {
  padding: 0.9rem;
}

.chart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #27364e;
  font-size: 0.65rem;
  font-weight: 800;
}

.chart-bars {
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 142px;
  margin-top: 0.7rem;
  padding: 0.25rem 0.25rem 0;
  background-image: repeating-linear-gradient(to top, #edf1f6 0, #edf1f6 1px, transparent 1px, transparent 35px);
}

.chart-bars span {
  width: 8.5%;
  height: var(--bar);
  min-height: 18px;
  background: linear-gradient(to top, var(--blue-700), var(--blue-500));
  border-radius: 0.32rem 0.32rem 0.1rem 0.1rem;
  transform-origin: bottom;
  animation: bars-grow 1.2s ease both;
}

.chart-bars span:nth-child(2) { animation-delay: 80ms; }
.chart-bars span:nth-child(3) { animation-delay: 160ms; }
.chart-bars span:nth-child(4) { animation-delay: 240ms; }
.chart-bars span:nth-child(5) { animation-delay: 320ms; }
.chart-bars span:nth-child(6) { animation-delay: 400ms; }
.chart-bars span:nth-child(7) { animation-delay: 480ms; }

.chart-axis {
  display: flex;
  justify-content: space-between;
  margin-top: 0.42rem;
  padding: 0 0.25rem;
  color: #9aa3b2;
  font-size: 0.48rem;
  font-weight: 700;
}

.integration-row {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 0.55rem;
  align-items: center;
  padding: 0.78rem 0;
  border-bottom: 1px solid #edf0f5;
}

.integration-row:last-child {
  border-bottom: 0;
}

.integration-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: var(--blue-600);
  background: #edf3ff;
  border-radius: 0.55rem;
  font-size: 0.72rem;
}

.integration-row div {
  min-width: 0;
}

.integration-row strong,
.integration-row small {
  display: block;
}

.integration-row strong {
  font-size: 0.62rem;
}

.integration-row small {
  color: #8892a4;
  font-size: 0.49rem;
}

.integration-row > i {
  color: #28b68f;
  font-size: 0.72rem;
}

.floating-chip {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.8rem;
  color: #dfe9ff;
  background: rgba(10, 23, 40, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.78rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  font-size: 0.66rem;
  font-weight: 750;
  animation: float-chip 5s ease-in-out infinite;
}

.floating-chip i {
  color: var(--cyan-400);
  font-size: 0.9rem;
}

.chip-one {
  right: -2%;
  bottom: 12%;
}

.chip-two {
  top: 15%;
  left: -2%;
  animation-delay: -2.2s;
}

.signal-strip {
  position: relative;
  z-index: 4;
  color: #c4cee0;
  background: #0b1b2f;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.signal-strip .col-6,
.signal-strip .col-12 {
  padding: 1.2rem 0.75rem;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.signal-strip .col-6:last-child,
.signal-strip .col-12:last-child {
  border-right: 0;
}

.signal-strip span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Problem */
.problem-section {
  background: var(--white);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pain-card {
  position: relative;
  min-height: 230px;
  padding: 1.5rem;
  background: var(--surface);
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.pain-card:hover {
  background: var(--white);
  border-color: #dce5f3;
  box-shadow: var(--shadow-sm);
  transform: translateY(-5px);
}

.pain-number {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #d9e0eb;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.pain-card > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 1.3rem;
  color: var(--blue-600);
  background: var(--white);
  border: 1px solid #e2e8f1;
  border-radius: 0.85rem;
  box-shadow: 0 8px 18px rgba(35, 58, 97, 0.07);
  font-size: 1.1rem;
}

.pain-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pain-card p {
  margin: 0;
  color: var(--ink-600);
  font-size: 0.88rem;
  line-height: 1.7;
}

/* Solutions */
.solutions-section {
  background: var(--surface);
}

.solution-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 7px 22px rgba(16, 24, 40, 0.035);
  overflow: hidden;
}

.solution-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--blue-600), var(--cyan-400));
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 350ms ease;
}

.solution-card:hover {
  border-color: #cfdbec;
  box-shadow: var(--shadow-md);
  transform: translateY(-7px);
}

.solution-card:hover::before {
  transform: scaleX(1);
}

.solution-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(250px, 0.9fr);
  gap: 2rem;
  min-height: 510px;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 15%, rgba(67, 131, 255, 0.2), transparent 33%),
    linear-gradient(145deg, #081426, #102640);
  border-color: rgba(255, 255, 255, 0.08);
}

.solution-featured h3,
.solution-featured p,
.solution-featured .feature-list li {
  color: inherit;
}

.solution-featured p {
  color: rgba(255, 255, 255, 0.65);
}

.solution-index {
  position: absolute;
  top: 1.35rem;
  right: 1.5rem;
  color: #c7d1e1;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.solution-featured .solution-index {
  color: rgba(255, 255, 255, 0.25);
}

.solution-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1.45rem;
  color: var(--blue-600);
  background: #edf3ff;
  border-radius: 1rem;
  font-size: 1.3rem;
}

.solution-featured .solution-icon {
  color: #a9c5ff;
  background: rgba(67, 131, 255, 0.15);
  border: 1px solid rgba(122, 166, 255, 0.18);
}

.solution-card h3 {
  max-width: 520px;
  margin: 0 0 0.9rem;
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.solution-card p {
  margin: 0 0 1.25rem;
  color: var(--ink-600);
  font-size: 0.95rem;
  line-height: 1.75;
}

.feature-list {
  display: grid;
  gap: 0.6rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
}

.feature-list li i {
  margin-top: 0.12rem;
  color: var(--mint-400);
}

.feature-list.compact li {
  color: var(--ink-600);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  align-self: flex-start;
  margin-top: auto;
  padding: 0;
  color: var(--blue-700);
  background: none;
  border: 0;
  font-size: 0.86rem;
  font-weight: 800;
  text-align: left;
}

.solution-featured .text-link {
  color: #8fb4ff;
}

.text-link i {
  transition: transform var(--transition);
}

.text-link:hover i,
.text-link:focus-visible i {
  transform: translateX(5px);
}

.code-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.code-window {
  width: 100%;
  padding: 1.1rem;
  color: #c5d2e7;
  background: rgba(2, 9, 18, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1rem;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.28);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.66rem;
  line-height: 2.2;
}

.code-dots {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.code-dots span {
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.code-line {
  display: grid;
  grid-template-columns: 22px 1fr;
  white-space: nowrap;
}

.code-line b {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 500;
}

.code-line em {
  color: #bb92ff;
  font-style: normal;
}

.code-line strong {
  color: #6bd5ee;
  font-weight: 600;
}

.code-line i {
  color: #72ddb8;
  font-style: normal;
}

.code-status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  padding: 0.25rem 0.55rem;
  color: #72ddb8;
  background: rgba(82, 225, 189, 0.08);
  border-radius: 999px;
  font-size: 0.56rem;
}

.code-status span {
  width: 6px;
  height: 6px;
  background: var(--mint-400);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(82, 225, 189, 0.1);
}

/* Connected flow */
.connected-section {
  padding-top: 0;
  background: var(--surface);
}

.connected-panel {
  position: relative;
  padding: clamp(2rem, 5vw, 4.5rem);
  color: var(--white);
  background:
    radial-gradient(circle at 80% 20%, rgba(56, 200, 232, 0.1), transparent 35%),
    linear-gradient(135deg, #07111f, #0f2742);
  border-radius: 2rem;
  overflow: hidden;
}

.connected-panel::before {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, transparent, black 45%, black);
  content: "";
}

.connected-panel > .row {
  position: relative;
  z-index: 2;
}

.flow-map {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 0.65rem;
  padding-bottom: 4.3rem;
}

.flow-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 0;
  padding: 1.1rem 0.65rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  backdrop-filter: blur(8px);
}

.flow-item > span {
  align-self: flex-end;
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.55rem;
  font-weight: 800;
}

.flow-item > i {
  margin: 0.3rem 0 0.65rem;
  color: #74a1f8;
  font-size: 1.35rem;
}

.flow-item strong {
  font-size: 0.78rem;
}

.flow-item small {
  margin-top: 0.15rem;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.58rem;
}

.flow-arrow {
  color: rgba(255, 255, 255, 0.27);
  font-size: 0.75rem;
}

.flow-core {
  position: absolute;
  right: 8%;
  bottom: 0;
  left: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.75rem 1rem;
  color: #b9d0ff;
  background: rgba(36, 103, 238, 0.14);
  border: 1px solid rgba(67, 131, 255, 0.22);
  border-radius: 0.8rem;
  font-size: 0.7rem;
  font-weight: 800;
}

.flow-core::before,
.flow-core::after {
  position: absolute;
  top: -39px;
  width: 1px;
  height: 39px;
  background: linear-gradient(to top, rgba(67, 131, 255, 0.5), transparent);
  content: "";
}

.flow-core::before { left: 23%; }
.flow-core::after { right: 23%; }

/* Method */
.method-section {
  position: relative;
  background: var(--white);
}

.method-grid {
  position: relative;
  z-index: 2;
}

.method-line {
  position: absolute;
  right: 12%;
  left: 12%;
  height: 1px;
  margin-top: 67px;
  background: linear-gradient(90deg, transparent, #cfd8e8 10%, #cfd8e8 90%, transparent);
}

.method-card {
  position: relative;
  padding: 1.5rem 1.1rem;
  text-align: center;
}

.method-number {
  position: absolute;
  top: 0;
  right: 0.5rem;
  color: #d2dae6;
  font-size: 0.68rem;
  font-weight: 900;
}

.method-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 1.35rem;
  color: var(--blue-600);
  background: var(--white);
  border: 1px solid #dce4ef;
  border-radius: 1.2rem;
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.08);
  font-size: 1.25rem;
}

.method-card:hover .method-icon {
  color: var(--white);
  background: var(--blue-600);
  border-color: var(--blue-600);
  box-shadow: var(--shadow-blue);
  transform: translateY(-5px) rotate(-3deg);
}

.method-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.method-card p {
  margin: 0;
  color: var(--ink-600);
  font-size: 0.86rem;
  line-height: 1.7;
}

/* Use cases */
.use-cases-section {
  background: var(--surface);
}

.use-case-list {
  display: grid;
  gap: 0.8rem;
}

.use-case-item {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(16, 24, 40, 0.035);
}

.use-case-item:hover {
  border-color: #cbd8ea;
  box-shadow: var(--shadow-sm);
  transform: translateX(7px);
}

.use-case-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--blue-600);
  background: #edf3ff;
  border-radius: 0.9rem;
  font-size: 1.15rem;
}

.use-case-item h3 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  font-weight: 800;
}

.use-case-item p {
  margin: 0;
  color: var(--ink-600);
  font-size: 0.82rem;
  line-height: 1.55;
}

.use-case-item > i {
  color: #a3adbc;
  font-size: 0.88rem;
}

/* Additional */
.additional-section {
  background: var(--white);
}

.additional-accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-color: var(--ink-900);
  --bs-accordion-active-bg: transparent;
}

.additional-accordion .accordion-item {
  border-bottom: 1px solid var(--line);
}

.additional-accordion .accordion-item:first-child {
  border-top: 1px solid var(--line);
}

.additional-accordion .accordion-button {
  padding: 1.35rem 0;
  color: var(--ink-900);
  background: transparent;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: none;
}

.additional-accordion .accordion-button i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  color: var(--blue-600);
  background: #edf3ff;
  border-radius: 0.75rem;
}

.additional-accordion .accordion-button::after {
  margin-right: 0.35rem;
}

.additional-accordion .accordion-body {
  padding: 0 3.5rem 1.5rem;
  color: var(--ink-600);
  font-size: 0.92rem;
}

/* About */
.about-section {
  background: var(--surface);
}

.about-panel {
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 2rem;
  box-shadow: var(--shadow-sm);
}

.about-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 440px;
  background: linear-gradient(145deg, #081426, #102640);
  border-radius: 1.55rem;
  overflow: hidden;
}

.about-grid {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 38px 38px;
}

.about-logo {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  color: var(--white);
  background: linear-gradient(145deg, var(--blue-500), var(--blue-700));
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 2rem;
  box-shadow: 0 28px 60px rgba(36, 103, 238, 0.4);
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.about-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 190px;
  padding: 0.85rem;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.95rem;
  backdrop-filter: blur(12px);
}

.about-card > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #91b6ff;
  background: rgba(67, 131, 255, 0.14);
  border-radius: 0.7rem;
}

.about-card strong,
.about-card span {
  display: block;
}

.about-card strong {
  font-size: 0.88rem;
}

.about-card span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.55rem;
  line-height: 1.35;
}

.about-card-one {
  top: 14%;
  right: 6%;
  animation: float-chip 5.8s ease-in-out infinite;
}

.about-card-two {
  bottom: 13%;
  left: 6%;
  animation: float-chip 6.2s ease-in-out infinite -2s;
}

.about-orbit {
  position: absolute;
  border: 1px solid rgba(105, 154, 255, 0.2);
  border-radius: 50%;
}

.orbit-one {
  width: 255px;
  height: 255px;
}

.orbit-two {
  width: 360px;
  height: 360px;
  border-style: dashed;
  animation: rotate-orbit 30s linear infinite;
}

.about-points {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.6rem;
}

.about-points div {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: var(--ink-700);
  font-size: 0.9rem;
  font-weight: 650;
}

.about-points i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-top: 0.1rem;
  color: var(--blue-600);
  background: #eaf1ff;
  border-radius: 50%;
  font-size: 0.72rem;
}

.founder-line {
  margin: 1.5rem 0 0;
  color: var(--ink-600);
  font-size: 0.86rem;
}

.founder-line strong {
  color: var(--ink-900);
}

/* Contact */
.contact-section {
  background: var(--white);
}

.contact-panel {
  color: var(--white);
  background: var(--navy-900);
  border-radius: 2rem;
  box-shadow: 0 30px 80px rgba(7, 17, 31, 0.18);
  overflow: hidden;
}

.contact-copy {
  position: relative;
  padding: clamp(2.2rem, 5vw, 4.5rem);
  background:
    radial-gradient(circle at 0 100%, rgba(36, 103, 238, 0.3), transparent 44%),
    linear-gradient(145deg, #07111f, #102640);
  overflow: hidden;
}

.contact-copy::after {
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(255, 255, 255, 0.025), 0 0 0 90px rgba(255, 255, 255, 0.018);
  content: "";
}

.contact-lead {
  position: relative;
  z-index: 2;
  margin: 1.3rem 0 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 1rem;
  line-height: 1.75;
}

.contact-details {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1rem;
  margin-top: 2.3rem;
}

.contact-details a,
.contact-details > div {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--white);
  text-decoration: none;
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  color: #9ec0ff;
  background: rgba(67, 131, 255, 0.12);
  border: 1px solid rgba(122, 166, 255, 0.14);
  border-radius: 0.8rem;
}

.contact-details small,
.contact-details strong {
  display: block;
}

.contact-details small {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-details strong {
  margin-top: 0.1rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.contact-form-wrap {
  padding: clamp(2rem, 5vw, 4rem);
  color: var(--ink-900);
  background: var(--white);
}

.form-label {
  margin-bottom: 0.45rem;
  color: var(--ink-700);
  font-size: 0.78rem;
  font-weight: 750;
}

.form-control,
.form-select {
  min-height: 50px;
  padding: 0.75rem 0.9rem;
  color: var(--ink-900);
  background-color: #f8fafc;
  border: 1px solid #dce3ed;
  border-radius: 0.78rem;
  font-size: 0.9rem;
}

textarea.form-control {
  min-height: 132px;
  resize: vertical;
}

.form-control:focus,
.form-select:focus {
  color: var(--ink-900);
  background: var(--white);
  border-color: #85aaff;
  box-shadow: 0 0 0 0.22rem rgba(36, 103, 238, 0.1);
}

.form-control::placeholder {
  color: #99a3b2;
}

.invalid-feedback {
  font-size: 0.72rem;
}

.form-note {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.45rem;
  max-width: 320px;
  color: var(--ink-500);
  font-size: 0.68rem;
  line-height: 1.5;
}

.form-note i {
  margin-top: 0.13rem;
  color: var(--blue-600);
}

.submit-button {
  min-width: 170px;
  gap: 0.65rem;
}

.form-status {
  margin-bottom: 1.1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.82rem;
  font-weight: 650;
}

.form-status.success {
  color: #106b55;
  background: #e8faf4;
  border: 1px solid #bcebdc;
}

.form-status.error {
  color: #9d2b2b;
  background: #fff0f0;
  border: 1px solid #f2c6c6;
}

/* Footer */
.site-footer {
  padding: 4.5rem 0 1.5rem;
  color: #9eabba;
  background: #050d18;
}

.footer-brand {
  color: var(--white);
  text-decoration: none;
}

.footer-brand > span:last-child {
  display: flex;
  flex-direction: column;
}

.footer-brand strong {
  font-size: 0.95rem;
}

.footer-brand small {
  margin-top: 0.22rem;
  color: #647287;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-copy {
  max-width: 470px;
  margin: 1.25rem 0 0;
  color: #748095;
  font-size: 0.86rem;
  line-height: 1.75;
}

.site-footer h2 {
  margin: 0 0 1rem;
  color: #dce4ef;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer .col-lg-2 > a {
  display: block;
  margin-bottom: 0.55rem;
  color: #7e8a9e;
  font-size: 0.78rem;
  text-decoration: none;
}

.site-footer .col-lg-2 > a:hover,
.site-footer .col-lg-2 > a:focus {
  color: var(--white);
  transform: translateX(3px);
}

.footer-meta {
  display: block;
  margin-top: 0.8rem;
  color: #536074;
  font-size: 0.66rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3.5rem;
  padding-top: 1.25rem;
  color: #4e5a6b;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.68rem;
}

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 90ms; }
.reveal-delay-2 { transition-delay: 180ms; }
.reveal-delay-3 { transition-delay: 270ms; }
.reveal-delay-4 { transition-delay: 360ms; }

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.75); }
}

@keyframes bars-grow {
  from { transform: scaleY(0); opacity: 0.2; }
  to { transform: scaleY(1); opacity: 1; }
}

@keyframes float-chip {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes rotate-orbit {
  to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 1199.98px) {
  .hero-section {
    min-height: auto;
  }

  .dashboard-shell {
    transform: none;
  }

  .solution-featured {
    grid-template-columns: 1fr;
  }

  .code-visual {
    align-items: stretch;
  }

  .flow-map {
    gap: 0.35rem;
  }

  .flow-item {
    padding-inline: 0.4rem;
  }
}

@media (max-width: 991.98px) {
  .section-space {
    padding: 5.5rem 0;
  }

  .navbar-collapse {
    margin-top: 0.8rem;
    padding: 1rem;
    background: rgba(9, 21, 37, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  }

  .navbar .nav-link {
    padding: 0.72rem 0.4rem !important;
  }

  .navbar .nav-link::after {
    right: auto;
    left: 0.4rem;
    width: 24px;
  }

  .hero-section {
    padding: 9.5rem 0 5.5rem;
  }

  .display-title {
    max-width: 860px;
  }

  .floating-chip {
    display: none;
  }

  .method-line {
    display: none;
  }

  .contact-copy,
  .contact-form-wrap {
    padding: 3rem;
  }
}

@media (max-width: 767.98px) {
  .section-space {
    padding: 4.5rem 0;
  }

  .section-title {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .hero-section {
    padding-top: 8.4rem;
  }

  .display-title {
    font-size: clamp(2.75rem, 12vw, 4.1rem);
  }

  .dashboard-body {
    min-height: 420px;
  }

  .dashboard-sidebar {
    display: none;
  }

  .dashboard-content {
    padding: 0.95rem;
  }

  .chart-bars {
    height: 112px;
  }

  .pain-grid {
    grid-template-columns: 1fr;
  }

  .pain-card {
    min-height: auto;
  }

  .solution-card {
    padding: 1.5rem;
    border-radius: 1.35rem;
  }

  .solution-featured {
    min-height: auto;
  }

  .code-window {
    overflow-x: auto;
  }

  .flow-map {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding-bottom: 4rem;
  }

  .flow-arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

  .flow-item {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.7rem;
    padding: 0.85rem 1rem;
  }

  .flow-item > span {
    align-self: center;
  }

  .flow-item > i {
    margin: 0;
  }

  .flow-item small {
    margin: 0 0 0 auto;
  }

  .flow-core {
    right: 2%;
    left: 2%;
  }

  .flow-core::before,
  .flow-core::after {
    display: none;
  }

  .use-case-item {
    grid-template-columns: 46px 1fr;
  }

  .use-case-item > i {
    display: none;
  }

  .use-case-icon {
    width: 46px;
    height: 46px;
  }

  .about-panel,
  .connected-panel,
  .contact-panel {
    border-radius: 1.35rem;
  }

  .about-visual {
    min-height: 380px;
  }

  .about-card {
    min-width: 164px;
  }

  .contact-copy,
  .contact-form-wrap {
    padding: 2rem 1.35rem;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .brand-copy small {
    display: none;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .signal-strip .col-6,
  .signal-strip .col-12 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .signal-strip .col-6:nth-child(2n) {
    border-right: 0;
  }

  .dashboard-shell {
    margin-right: -0.35rem;
    margin-left: -0.35rem;
    padding: 0.42rem;
    border-radius: 1.15rem;
  }

  .dashboard-body {
    border-radius: 0.85rem;
  }

  .dashboard-metrics .col-6:last-of-type {
    width: 100%;
  }

  .metric-card {
    min-height: 112px;
  }

  .about-card-one {
    top: 8%;
    right: 3%;
  }

  .about-card-two {
    bottom: 8%;
    left: 3%;
  }

  .additional-accordion .accordion-button {
    font-size: 0.9rem;
  }

  .additional-accordion .accordion-body {
    padding-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

.hero-visual-column {
  position: relative;
}

/* CET Pro Services v3: product launches, responsive navigation and theme control */
.dashboard-new { padding: .12rem .35rem; color: #8fb4ff !important; background: rgba(67,131,255,.14); border-radius: 999px; font-size: .43rem !important; font-weight: 900; }

.products-launch { background: var(--white); }
.products-launch .section-title { max-width: 940px; margin-inline: auto; }
.products-launch .section-lead { max-width: 710px; margin-inline: auto; }
.product-launch-shell { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 2rem; box-shadow: var(--shadow-md); }
.product-launch-tabs { display: grid; grid-template-columns: repeat(2, 1fr); padding: .8rem; background: var(--surface); border-bottom: 1px solid var(--line); }
.product-launch-tabs .nav-item { padding: .25rem; }
.product-launch-tabs .nav-link { display: flex; align-items: center; gap: .8rem; width: 100%; padding: .9rem 1rem; color: var(--ink-500); background: transparent; border: 1px solid transparent; border-radius: .9rem; text-align: left; }
.product-launch-tabs .nav-link > i { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; color: var(--blue-600); background: #edf3ff; border-radius: .75rem; }
.product-launch-tabs small, .product-launch-tabs strong { display: block; }
.product-launch-tabs small { color: var(--blue-600); font-size: .55rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.product-launch-tabs strong { color: var(--ink-900); font-size: .9rem; }
.product-launch-tabs .nav-link.active { background: var(--white); border-color: var(--line); box-shadow: var(--shadow-sm); }
.product-launch-content { padding: clamp(1.5rem, 5vw, 4rem); }
.launch-status { display: inline-flex; align-items: center; gap: .45rem; margin-bottom: 1.1rem; padding: .38rem .68rem; color: var(--blue-700); background: #edf3ff; border: 1px solid #d7e4ff; border-radius: 999px; font-size: .64rem; font-weight: 850; }
.product-launch-content h3 { max-width: 600px; margin: 0 0 1rem; color: var(--ink-900); font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 850; letter-spacing: -.045em; line-height: 1.1; }
.product-launch-content p { max-width: 630px; color: var(--ink-600); }
.launch-features { display: grid; gap: .65rem; margin: 1.35rem 0 1.8rem; }
.launch-features > span { display: flex; align-items: center; gap: .65rem; color: var(--ink-700); font-size: .83rem; font-weight: 700; }
.launch-features i { display: grid; place-items: center; width: 31px; height: 31px; color: var(--blue-600); background: #edf3ff; border-radius: .58rem; }
.time-product-demo, .jobs-product-demo { min-height: 365px; padding: 1.25rem; background: linear-gradient(145deg, var(--surface), var(--white)); border: 1px solid var(--line); border-radius: 1.35rem; box-shadow: var(--shadow-sm); }
.demo-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1rem; color: var(--ink-900); border-bottom: 1px solid var(--line); font-size: .8rem; font-weight: 850; }
.demo-head span { display: flex; align-items: center; gap: .5rem; }
.demo-head i { color: var(--blue-600); }
.demo-head b { color: var(--ink-500); font-size: .7rem; }
.timer-card { display: flex; align-items: center; flex-direction: column; margin-top: 1.2rem; padding: 1.4rem; background: #edf3ff; border: 1px solid #d9e5ff; border-radius: 1rem; text-align: center; }
.timer-card small { color: var(--ink-500); }
.timer-card strong { margin: .3rem 0 .8rem; color: var(--ink-900); font-size: 2.2rem; letter-spacing: .04em; }
.timer-action { padding: .5rem .78rem; color: #fff; background: var(--blue-600); border-radius: .65rem; font-size: .65rem; font-weight: 850; }
.timer-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; margin-top: 1rem; }
.timer-stats > span { display: flex; align-items: center; flex-direction: column; gap: .2rem; padding: .75rem .3rem; background: var(--white); border: 1px solid var(--line); border-radius: .75rem; text-align: center; }
.timer-stats i { color: var(--blue-600); }
.timer-stats small { color: var(--ink-500); font-size: .52rem; }
.timer-stats b { color: var(--ink-900); font-size: .62rem; }
.jobs-search { display: flex; align-items: center; gap: .6rem; padding: .65rem; color: var(--ink-500); background: var(--white); border: 1px solid var(--line); border-radius: .8rem; font-size: .7rem; }
.jobs-search span { flex: 1; }
.jobs-search b { padding: .42rem .72rem; color: #fff; background: var(--blue-600); border-radius: .55rem; font-size: .62rem; }
.job-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .75rem; margin-top: .75rem; padding: .9rem; background: var(--white); border: 1px solid var(--line); border-radius: .85rem; }
.job-row > span { display: grid; place-items: center; width: 40px; height: 40px; color: #fff; background: linear-gradient(135deg, var(--blue-600), #7959db); border-radius: .72rem; font-size: .62rem; font-weight: 900; }
.job-row small { display: block; color: var(--blue-600); font-size: .5rem; font-weight: 900; text-transform: uppercase; }
.job-row strong { display: block; color: var(--ink-900); font-size: .75rem; }
.job-row p { margin: 0; color: var(--ink-500); font-size: .58rem; }
.job-row > i { color: var(--ink-500); }

/* Whole-site dark mode. Dark hero/footer retain their original treatment. */
html[data-bs-theme="dark"] {
  --ink-900: #f3f6fb;
  --ink-700: #c8d2e1;
  --ink-600: #a8b5c8;
  --ink-500: #8493a9;
  --line: rgba(159, 181, 216, .15);
  --surface: #0d1c30;
  --shadow-sm: 0 10px 30px rgba(0,0,0,.17);
  --shadow-md: 0 20px 55px rgba(0,0,0,.28);
}
html[data-bs-theme="dark"] body { color: var(--ink-900); background: #07111f; }
html[data-bs-theme="dark"] .problem-section,
html[data-bs-theme="dark"] .method-section,
html[data-bs-theme="dark"] .additional-section,
html[data-bs-theme="dark"] .products-launch { background: #07111f; }
html[data-bs-theme="dark"] .solutions-section,
html[data-bs-theme="dark"] .connected-section,
html[data-bs-theme="dark"] .use-cases-section,
html[data-bs-theme="dark"] .about-section { background: #0a1728; }
html[data-bs-theme="dark"] .pain-card,
html[data-bs-theme="dark"] .solution-card:not(.solution-featured),
html[data-bs-theme="dark"] .use-case-item,
html[data-bs-theme="dark"] .about-panel,
html[data-bs-theme="dark"] .product-launch-shell,
html[data-bs-theme="dark"] .product-launch-tabs .nav-link.active,
html[data-bs-theme="dark"] .timer-stats > span,
html[data-bs-theme="dark"] .jobs-search,
html[data-bs-theme="dark"] .job-row,
html[data-bs-theme="dark"] .contact-form-wrap { background: #0d1c30; }
html[data-bs-theme="dark"] .pain-card:hover,
html[data-bs-theme="dark"] .method-icon,
html[data-bs-theme="dark"] .time-product-demo,
html[data-bs-theme="dark"] .jobs-product-demo { background: #10233b; }
html[data-bs-theme="dark"] .pain-card > i,
html[data-bs-theme="dark"] .solution-icon,
html[data-bs-theme="dark"] .use-case-icon,
html[data-bs-theme="dark"] .additional-accordion .accordion-button i,
html[data-bs-theme="dark"] .product-launch-tabs .nav-link > i,
html[data-bs-theme="dark"] .launch-status,
html[data-bs-theme="dark"] .launch-features i,
html[data-bs-theme="dark"] .timer-card { background: rgba(67,131,255,.13); border-color: rgba(67,131,255,.22); }
html[data-bs-theme="dark"] .product-launch-tabs { background: #0a1728; }
html[data-bs-theme="dark"] .accordion-item { color: var(--ink-900); background: transparent; }
html[data-bs-theme="dark"] .accordion-button::after { filter: invert(1) grayscale(1); }
html[data-bs-theme="dark"] .form-control,
html[data-bs-theme="dark"] .form-select { color: var(--ink-900); background-color: #10233b; border-color: var(--line); }
html[data-bs-theme="dark"] .form-control::placeholder { color: #76869c; }
html[data-bs-theme="dark"] .form-select option { color: var(--ink-900); background: #10233b; }
html[data-bs-theme="dark"] .navbar-collapse { background: #0a1728; }

@media (max-width: 767.98px) {
  .product-launch-tabs { grid-template-columns: 1fr; }
  .product-launch-content { padding: 1.4rem; }
  .timer-stats { grid-template-columns: 1fr 1fr; }
  .timer-stats > span:last-child { grid-column: 1 / -1; }
}


/* ---------- CET Pro Services v3 interface corrections ---------- */
.navbar-actions {
  flex: 0 0 auto;
}

.theme-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 76px;
  height: 42px;
  padding: 3px 8px;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  isolation: isolate;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.theme-switch::after {
  position: absolute;
  inset: -5px;
  border: 2px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.theme-switch:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 8px 22px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

.theme-switch:focus-visible {
  outline: 0;
}

.theme-switch:focus-visible::after {
  border-color: #79a4ff;
  box-shadow: 0 0 0 3px rgba(67, 131, 255, 0.24);
}

.theme-switch-icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 24px;
  height: 32px;
  font-size: 0.86rem;
  line-height: 1;
  transition: color var(--transition), transform var(--transition), opacity var(--transition);
}

.theme-switch-sun {
  color: #ffd166;
}

.theme-switch-moon {
  color: rgba(255, 255, 255, 0.47);
}

.theme-switch-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  width: 34px;
  height: 34px;
  background: linear-gradient(145deg, #ffffff, #eaf0f8);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), background-color var(--transition), box-shadow var(--transition);
}

html[data-bs-theme="dark"] .theme-switch {
  background: rgba(26, 49, 79, 0.85);
  border-color: rgba(127, 164, 224, 0.22);
}

html[data-bs-theme="dark"] .theme-switch-thumb {
  background: linear-gradient(145deg, #2d4e78, #18304f);
  border-color: rgba(141, 180, 240, 0.25);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.35);
  transform: translateX(34px);
}

html[data-bs-theme="dark"] .theme-switch-sun {
  color: rgba(255, 255, 255, 0.42);
}

html[data-bs-theme="dark"] .theme-switch-moon {
  color: #9fc3ff;
  transform: rotate(-8deg);
}

.language-switch {
  border-radius: 999px;
}

.language-switch:focus-visible,
.navbar-toggler:focus-visible {
  outline: 2px solid #79a4ff;
  outline-offset: 3px;
  box-shadow: none;
}

/* The navbar collapses before links and controls become cramped. */
@media (max-width: 1199.98px) {
  .navbar-collapse {
    max-height: calc(100vh - 98px);
    margin-top: 0.8rem;
    padding: 1rem;
    background: rgba(9, 21, 37, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 1rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
    overflow-y: auto;
  }

  .navbar .nav-link {
    padding: 0.72rem 0.45rem !important;
  }

  .navbar .nav-link::after {
    right: auto;
    left: 0.45rem;
    width: 24px;
  }

  .navbar-actions {
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 575.98px) {
  .navbar-actions {
    display: grid !important;
    grid-template-columns: 76px 58px minmax(0, 1fr);
    width: 100%;
  }

  .navbar-actions .nav-cta {
    min-width: 0;
    white-space: nowrap;
  }
}

@media (max-width: 419.98px) {
  .navbar-actions {
    grid-template-columns: 76px 58px;
  }

  .navbar-actions .nav-cta {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* Dark-mode gaps fixed: the contact section and interactive states now follow the selected theme. */
html[data-bs-theme="dark"] .contact-section {
  background: #07111f;
}

html[data-bs-theme="dark"] .solution-card:hover,
html[data-bs-theme="dark"] .use-case-item:hover,
html[data-bs-theme="dark"] .pain-card:hover {
  border-color: rgba(127, 164, 224, 0.28);
}

html[data-bs-theme="dark"] .pain-number,
html[data-bs-theme="dark"] .method-number {
  color: #52637a;
}

html[data-bs-theme="dark"] .method-line {
  background: linear-gradient(90deg, transparent, rgba(127, 164, 224, 0.24) 10%, rgba(127, 164, 224, 0.24) 90%, transparent);
}

html[data-bs-theme="dark"] .product-launch-tabs .nav-link:hover {
  background: rgba(67, 131, 255, 0.08);
  border-color: rgba(127, 164, 224, 0.16);
}

html[data-bs-theme="dark"] .additional-accordion .accordion-button:hover {
  color: #ffffff;
}

html[data-bs-theme="dark"] .form-control:focus,
html[data-bs-theme="dark"] .form-select:focus {
  background-color: #122842;
  border-color: #6594f6;
  box-shadow: 0 0 0 0.22rem rgba(67, 131, 255, 0.16);
}

html[data-bs-theme="dark"] .contact-panel {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}
