/* ================================================================
   Smstools — Homepage-specific CSS
   Loaded only on the homepage (not in main.css, not in critical/hero.php)
   ================================================================ */

/* ================================================================
   === HERO DASHBOARD MOCKUP ===
   ================================================================ */

.hero-dashboard {
  position: relative;
  display: block;
  max-width: 580px;
  margin: 0 auto;
  filter: drop-shadow(0 30px 60px rgba(15,48,74,0.18));
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.dash-sidebar {
  background: var(--navy);
  border-radius: 14px;
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  z-index: 2;
  position: relative;
  margin-top: 40px;
  margin-bottom: -40px;
  margin-right: -40px;
}
.dash-welcome {
  font-family: var(--font-display);
  font-weight: 700;
  color: white;
  font-size: 14px;
  align-self: flex-start;
  padding: 0 4px 8px;
  letter-spacing: -0.01em;
}
.dash-nav-item { width: 56px; height: 38px; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.55); cursor: pointer; transition: background 0.15s, color 0.15s; }
.dash-nav-item:hover { background: rgba(255,255,255,0.08); color: white; }
.dash-nav-item.active { background: var(--blue); color: white; }
.dash-nav-item svg { width: 18px; height: 18px; }

.dash-main { background: white; border-radius: 14px; overflow: hidden; border: 1px solid rgba(15,48,74,0.06); }
html[data-theme="dark"] .dash-main { background: #F7F9FC; }
.dash-titlebar { padding: 12px 16px; background: white; border-bottom: 1px solid rgba(15,48,74,0.06); display: flex; gap: 6px; }
.dash-dot { width: 11px; height: 11px; border-radius: 50%; }

.dash-cards-grid { padding: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; background: #F4F6FA; }
.dash-card { background: white; padding: 18px; border-radius: 12px; display: flex; align-items: center; gap: 14px; box-shadow: 0 1px 2px rgba(15,48,74,0.04); transition: transform 0.2s, box-shadow 0.2s; cursor: pointer; }
.dash-card:hover { transform: translateY(-2px); box-shadow: 0 8px 16px rgba(15,48,74,0.08); }
.dash-card-icon { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dash-card-icon svg { width: 18px; height: 18px; }
.dash-card-text { flex: 1; min-width: 0; }
.dash-card-title { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--navy); line-height: 1.2; letter-spacing: -0.01em; }
.dash-card-sub { font-size: 11px; color: var(--ink-3); margin-top: 2px; }
.dash-card-arrow { color: var(--ink-3); font-size: 16px; flex-shrink: 0; }

.dash-table { padding: 14px; background: white; }
.dash-table-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.dash-table-title { font-family: var(--font-display); font-weight: 600; font-size: 12px; color: var(--navy); }
.dash-table-link { font-size: 10.5px; color: var(--ink-3); }
.dash-table-cols { display: grid; grid-template-columns: 1.2fr 1.4fr 1fr 0.4fr; gap: 8px; padding: 8px 10px; font-size: 9.5px; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; border-bottom: 1px solid #E1E6EE; }
.dash-table-row { display: grid; grid-template-columns: 1.2fr 1.4fr 1fr 0.4fr; gap: 8px; padding: 8px 10px; font-size: 10.5px; color: var(--navy); align-items: center; border-radius: 6px; }
.dash-table-row.alt { background: #F4F6FA; }
.dash-cell-date { font-family: var(--font-mono); color: var(--ink-2); font-size: 9.5px; }
.dash-cell-sender { display: flex; align-items: center; gap: 6px; font-family: var(--font-mono); font-size: 10px; color: var(--navy); }
.dash-cell-msg { font-size: 10.5px; color: var(--ink-2); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dash-flag { width: 14px; height: 10px; display: inline-flex; overflow: hidden; border-radius: 1px; flex-shrink: 0; }
.dash-flag span { flex: 1; }
.dash-flag.flag-be span:nth-child(1) { background: #000; }
.dash-flag.flag-be span:nth-child(2) { background: #FFD700; }
.dash-flag.flag-be span:nth-child(3) { background: #C8312A; }
.dash-flag.flag-de span:nth-child(1) { background: #000; }
.dash-flag.flag-de span:nth-child(2) { background: #DD0000; }
.dash-flag.flag-de span:nth-child(3) { background: #FFCE00; }
.dash-flag.flag-nl span:nth-child(1) { background: #AE1C28; }
.dash-flag.flag-nl span:nth-child(2) { background: #FFF; }
.dash-flag.flag-nl span:nth-child(3) { background: #21468B; }

/* Send SMS compose window inside dashboard */
.dash-compose { padding: 18px; background: white; border-top: 1px solid rgba(15,48,74,0.06); }
html[data-theme="dark"] .dash-compose { background: #F7F9FC; }
.dash-compose-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.dash-compose-title { font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--navy); letter-spacing: -0.01em; }
.dash-compose-tag { font-size: 9.5px; font-family: var(--font-mono); color: var(--accent); background: var(--accent-50); padding: 2px 8px; border-radius: 100px; text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; }

.dash-compose-field { margin-bottom: 12px; }
.dash-compose-label { display: block; font-size: 9.5px; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 700; margin-bottom: 6px; font-family: var(--font-mono); }
.dash-compose-chips { display: flex; gap: 6px; flex-wrap: wrap; }
.dash-chip { display: inline-flex; align-items: center; gap: 6px; padding: 4px 8px 4px 6px; background: #F4F6FA; border: 1px solid #E1E6EE; border-radius: 100px; font-size: 11px; font-weight: 500; color: var(--navy); }
.dash-chip-active { background: var(--accent-50); border-color: rgba(192,43,48,0.25); color: var(--accent); }
.dash-chip-count { background: var(--accent); color: white; padding: 0 5px; border-radius: 50px; font-size: 9.5px; font-weight: 700; font-family: var(--font-mono); min-width: 18px; text-align: center; }
.dash-chip-active .dash-chip-count { background: var(--accent); }
.dash-chip:not(.dash-chip-active) .dash-chip-count { background: var(--ink-3); }
.dash-chip-add { color: var(--ink-3); padding: 4px 10px; cursor: pointer; font-weight: 700; }

.dash-compose-textarea { padding: 10px 12px; background: #F4F6FA; border: 1px solid #E1E6EE; border-radius: 8px; font-size: 12px; line-height: 1.55; color: var(--navy); }
.dash-placeholder { background: var(--accent-50); color: var(--accent); padding: 1px 5px; border-radius: 4px; font-family: var(--font-mono); font-size: 10.5px; font-weight: 600; }
.dash-mono { font-family: var(--font-mono); font-size: 11px; color: var(--ink); background: rgba(15,48,74,0.06); padding: 1px 4px; border-radius: 3px; }

.dash-compose-meta { display: flex; justify-content: space-between; align-items: center; margin-top: 6px; font-size: 10px; color: var(--ink-3); }
.dash-meta-left { display: inline-flex; align-items: center; gap: 4px; color: #00B341; font-family: var(--font-mono); font-size: 9.5px; }
.dash-meta-right { font-family: var(--font-mono); font-size: 10px; color: var(--ink-3); }

.dash-compose-actions { display: flex; gap: 8px; margin-top: 14px; }
.dash-btn-primary { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 9px 14px; background: var(--navy); color: white; border: none; border-radius: 8px; font-size: 12px; font-weight: 600; cursor: pointer; font-family: inherit; transition: background 0.15s; }
.dash-btn-primary:hover { background: var(--navy-2); }
.dash-btn-secondary { display: inline-flex; align-items: center; gap: 5px; padding: 9px 14px; background: white; color: var(--navy); border: 1px solid #E1E6EE; border-radius: 8px; font-size: 12px; font-weight: 600; cursor: pointer; font-family: inherit; }
.dash-btn-secondary:hover { background: #F4F6FA; }

/* ================================================================
   === HERO FLOAT ELEMENTS ===
   ================================================================ */

.hero-float-badge { position: absolute; top: -16px; right: -24px; background: white; padding: 10px 14px 10px 12px; border-radius: 12px; box-shadow: 0 12px 30px rgba(15,48,74,0.15); display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); transform: rotate(4deg); z-index: 3; }
.hero-float-badge .float-icon { width: 26px; height: 26px; background: #DEFFE2; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-float-channels { position: absolute; bottom: 16px; left: -36px; background: white; padding: 8px 14px; border-radius: 100px; box-shadow: 0 8px 20px rgba(15,48,74,0.12); display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); transform: rotate(-3deg); z-index: 3; }
html[data-theme="dark"] .hero-float-badge { background: var(--surface); border-color: var(--line); }
html[data-theme="dark"] .hero-float-channels { background: var(--surface); border-color: var(--line); }

/* ================================================================
   === INTEGRATIONS ORBIT — animated circular layout ===
   ================================================================ */

.orbit-section {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%);
  color: white;
  position: relative;
  overflow: hidden;
}
.orbit-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 30% 20%, rgba(192,43,48,0.20) 0%, transparent 55%),
    radial-gradient(circle at 70% 80%, rgba(192,43,48,0.15) 0%, transparent 50%);
  pointer-events: none;
}
.orbit-section .container { position: relative; z-index: 1; }
.orbit-section .section-eyebrow { color: rgba(255,255,255,0.95); background: rgba(192,43,48,0.25); border: 1px solid rgba(192,43,48,0.5); display: inline-block; padding: 5px 12px; border-radius: 100px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; }
.orbit-section .section-h2 { color: white; }
.orbit-section .section-h2 .grad {
  background: linear-gradient(120deg, var(--accent-2), white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.orbit-section .section-lede { color: rgba(255,255,255,0.7); }

/* Orbit container */
.orbit-wrap {
  position: relative;
  width: 680px;
  height: 680px;
  margin: 0 auto;
  max-width: 100%;
  will-change: transform;
}

/* Decorative dashed circles SVG layer */
.orbit-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Center logo */
.orbit-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-3) 0%, var(--navy) 100%);
  box-shadow:
    0 0 0 12px rgba(255,255,255,0.04),
    0 0 0 24px rgba(255,255,255,0.02),
    0 20px 60px rgba(0,0,0,0.4),
    inset 0 1px 2px rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
  transition: transform 0.15s ease-out;
}
.orbit-center::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), transparent 50%);
  z-index: -1;
  opacity: 0.5;
}
.orbit-center-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.orbit-center-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: var(--font-display);
}
.orbit-center-text .t1 { color: var(--accent); }
.orbit-center-text .t2 { color: white; font-weight: 400; }

/* Orbit rings — these rotate */
.orbit-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform-origin: center center;
}
.orbit-inner {
  width: 340px;
  height: 340px;
  margin-top: -170px;
  margin-left: -170px;
  animation: orbitSpin 60s linear infinite;
  will-change: animation-duration;
  transition: animation-duration 0.3s ease-out;
}
.orbit-outer {
  width: 540px;
  height: 540px;
  margin-top: -270px;
  margin-left: -270px;
  animation: orbitSpinReverse 90s linear infinite;
  will-change: animation-duration;
  transition: animation-duration 0.3s ease-out;
}
@keyframes orbitSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes orbitSpinReverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

/* Individual logo positioned at angle */
.orbit-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: rotate(var(--angle)) translateY(calc(var(--radius, 140px) * -1));
}
.orbit-inner .orbit-logo { --radius: 170px; }
.orbit-outer .orbit-logo { --radius: 270px; }
.orbit-logo .logo-inner {
  position: absolute;
  width: 96px;
  height: 54px;
  border-radius: 12px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(calc(var(--angle) * -1));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  font-family: var(--font-display);
  box-shadow: 0 6px 18px rgba(0,0,0,0.35), inset 0 1px 2px rgba(255,255,255,0.5);
  transition: transform 0.2s;
  border: 1px solid rgba(255,255,255,0.08);
  padding: 4px 10px;
  overflow: hidden;
  animation: orbitCounterSpin 60s linear infinite;
}
.orbit-logo .logo-inner.brand-light { background: #fff; }
.orbit-logo .logo-inner svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  overflow: hidden;
}
.orbit-outer .orbit-logo .logo-inner {
  width: 80px;
  height: 45px;
  border-radius: 10px;
  font-size: 12px;
  padding: 3px 8px;
  animation: orbitCounterSpinReverse 90s linear infinite;
}
@keyframes orbitCounterSpin {
  from { transform: translate(-50%, -50%) rotate(calc(var(--angle) * -1)) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(calc(var(--angle) * -1)) rotate(-360deg); }
}
@keyframes orbitCounterSpinReverse {
  from { transform: translate(-50%, -50%) rotate(calc(var(--angle) * -1)) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(calc(var(--angle) * -1)) rotate(360deg); }
}
.orbit-logo:hover .logo-inner {
  transform: translate(-50%, -50%) rotate(calc(var(--angle) * -1)) scale(1.2);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  z-index: 20;
  animation-play-state: paused;
}
/* Pause all orbit animations on wrap hover */
.orbit-wrap:hover .orbit-inner,
.orbit-wrap:hover .orbit-outer,
.orbit-wrap:hover .orbit-logo .logo-inner {
  animation-play-state: paused;
}

/* Stats below orbit */
.orbit-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.orbit-stat { text-align: center; }
.orbit-stat .num {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: white;
  margin-bottom: 8px;
}
.orbit-stat .num .counter { color: var(--accent-2); }
.orbit-stat .lbl {
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ================================================================
   === PRODUCT TABS + SHOWCASE ===
   ================================================================ */

.product-tab { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; background: white; border: 1.5px solid var(--line); border-radius: 100px; font-size: 13px; font-weight: 600; color: var(--ink-2); cursor: pointer; transition: all 0.2s; font-family: inherit; box-shadow: 0 1px 2px rgba(15,48,74,0.04); }
.product-tab svg { width: 16px; height: 16px; }
.product-tab:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); box-shadow: 0 6px 14px rgba(192,43,48,0.18); background: var(--accent-50); }
.product-tab.active { background: var(--accent); color: white; border-color: var(--accent); box-shadow: 0 6px 16px rgba(192,43,48,0.30); transform: translateY(-1px); }
.product-tab.active::before { content: ''; }
.product-tabs-hint { font-family: var(--font-mono); font-size: 11px; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.06em; display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 16px; }
.product-tabs-hint svg { width: 14px; height: 14px; }
.product-showcase { background: white; border: 1px solid var(--line); border-radius: 20px; padding: 48px; box-shadow: 0 12px 32px rgba(15,48,74,0.04); min-height: 480px; }
.product-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.product-content[hidden] { display: none; }

/* Dark mode overrides — product tabs */
html[data-theme="dark"] .product-tab {
  background: rgba(255,255,255,0.04);
  border-color: var(--line-2);
  color: var(--ink-2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
html[data-theme="dark"] .product-tab:hover {
  background: rgba(213,66,73,0.15);
  border-color: var(--accent);
  color: var(--accent-2);
}
html[data-theme="dark"] .product-tab.active { background: var(--accent); color: white; border-color: var(--accent); }
html[data-theme="dark"] .product-showcase {
  background: var(--surface);
  border-color: var(--line);
}

/* ================================================================
   === SOLUTIONS / PROBLEMS GRID ===
   ================================================================ */

.problems-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.problem-card { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 32px 28px; transition: all 0.2s; will-change: transform; display: block; text-decoration: none; color: inherit; }
.problem-card:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: 0 12px 28px rgba(50,50,93,0.08); }
.problem-category { display: inline-flex; align-items: center; padding: 5px 11px; background: var(--bg-2); border-radius: 100px; font-size: 11px; font-weight: 600; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; }
.problem-emoji { font-size: 36px; margin-bottom: 14px; line-height: 1; }
.problem-icon { width: 52px; height: 52px; border-radius: 13px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.problem-icon-red { background: var(--accent-50); color: var(--accent); }
.problem-icon-whatsapp { background: rgba(37,211,102,0.12); color: #25D366; }
html[data-theme="dark"] .problem-icon-whatsapp { background: rgba(37,211,102,0.18); color: #4FE08A; }
.problem-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; letter-spacing: -0.015em; color: var(--ink); }
.problem-card p { font-size: 14px; color: var(--ink-2); line-height: 1.55; }

/* Use-case application cards */
.apps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 56px; }
.app-card { background: white; border: 1px solid var(--line); border-radius: 14px; padding: 24px 22px; transition: all 0.2s; cursor: pointer; will-change: transform; }
.app-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.app-emoji { font-size: 28px; margin-bottom: 14px; line-height: 1; }
.app-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 6px; letter-spacing: -0.01em; color: var(--ink); }
.app-card p { font-size: 13px; color: var(--ink-2); line-height: 1.5; }

/* Use-case story cards */
.usecase-card { background: white; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: all 0.25s; will-change: transform; }
.usecase-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(50,50,93,0.08); border-color: rgba(200,49,42,0.18); }
.usecase-visual { height: 200px; position: relative; overflow: hidden; padding: 22px 18px 14px; }
.mini-phone { background: #1A1A1F; border-radius: 14px; padding: 12px 10px; max-width: 200px; box-shadow: 0 14px 30px rgba(0,0,0,0.18); transform: rotate(-2deg); display: flex; flex-direction: column; gap: 6px; }
.mini-msg { padding: 8px 11px; border-radius: 10px; font-size: 11px; line-height: 1.4; max-width: 90%; }
.mini-msg-in { background: #2A2A38; color: white; border-bottom-left-radius: 3px; }
.mini-msg-out { background: var(--accent); color: white; border-bottom-right-radius: 3px; margin-left: auto; font-weight: 600; padding: 6px 11px; }
.mini-status { display: flex; align-items: center; gap: 5px; font-size: 9px; color: #94A3B8; padding: 2px 4px; }
.dot-green { width: 7px; height: 7px; background: #00B341; border-radius: 50%; box-shadow: 0 0 0 2px rgba(0,179,65,0.18); }

/* Dark mode overrides — problem/app cards */
html[data-theme="dark"] .problem-card,
html[data-theme="dark"] .app-card,
html[data-theme="dark"] .usecase-card {
  background: var(--surface);
  border-color: var(--line);
}
html[data-theme="dark"] .problem-card p,
html[data-theme="dark"] .app-card p,
html[data-theme="dark"] .usecase-card p {
  color: var(--ink-2);
}
html[data-theme="dark"] .problem-category {
  background: rgba(255,255,255,0.06);
  color: var(--ink-2);
}

/* ================================================================
   === SECTORS GRID ===
   ================================================================ */

.sectors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.sector-card { background: linear-gradient(135deg, white 0%, var(--bg-2) 100%); border: 1px solid var(--line); border-radius: 18px; padding: 30px 28px; transition: all 0.2s; cursor: pointer; position: relative; overflow: hidden; will-change: transform; display: block; text-decoration: none; color: inherit; }
.sector-card::before { content: ''; position: absolute; top: -40px; right: -40px; width: 140px; height: 140px; background: radial-gradient(circle, rgba(200,49,42,0.10), transparent 70%); border-radius: 50%; transition: all 0.3s; }
.sector-card:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: 0 12px 28px rgba(50,50,93,0.08); }
.sector-card:hover::before { background: radial-gradient(circle, rgba(200,49,42,0.20), transparent 70%); }
.sector-icon { width: 50px; height: 50px; background: white; border: 1px solid var(--line); color: var(--accent); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; position: relative; z-index: 1; }
.sector-icon svg { width: 24px; height: 24px; }
.sector-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 10px; letter-spacing: -0.015em; color: var(--ink); position: relative; z-index: 1; }
.sector-card p { font-size: 14px; color: var(--ink-2); line-height: 1.55; position: relative; z-index: 1; }

/* Dark mode overrides — sectors */
html[data-theme="dark"] .sector-card {
  background: linear-gradient(135deg, var(--surface) 0%, var(--bg-3) 100%);
  border-color: var(--line);
}
html[data-theme="dark"] .sector-card p { color: var(--ink-2); }

/* ================================================================
   === RESULTS SECTION ===
   ================================================================ */

.results-section { background: linear-gradient(135deg, var(--accent) 0%, var(--orange) 100%); padding: 100px 0; color: white; }
.results-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.results-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.result-stat { text-align: center; }
.result-stat .big { font-size: 64px; font-weight: 800; letter-spacing: -0.04em; line-height: 1; margin-bottom: 8px; }
.result-stat .lbl { font-size: 14px; font-weight: 500; opacity: 0.85; line-height: 1.4; }
.results-cases { display: flex; flex-direction: column; gap: 16px; }
.case-link { display: flex; align-items: center; gap: 14px; padding: 18px 22px; background: rgba(255,255,255,0.12); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.18); border-radius: 12px; text-decoration: none; color: white; transition: all 0.2s; cursor: pointer; }
.case-link:hover { background: rgba(255,255,255,0.20); transform: translateX(4px); }
.case-link .arrow { width: 28px; height: 28px; background: white; color: var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.case-link .arrow svg { width: 14px; height: 14px; }
.case-link .text { font-size: 14.5px; font-weight: 600; line-height: 1.4; }

/* ================================================================
   === DEVELOPER SPLIT SECTION ===
   ================================================================ */

.feat-split { display: grid; grid-template-columns: 1fr 1.2fr; gap: 72px; align-items: center; }
.feat-list { display: flex; flex-direction: column; gap: 22px; }
.feat-item { display: flex; align-items: flex-start; gap: 18px; padding: 18px; border-radius: 12px; transition: all 0.2s; cursor: pointer; }
.feat-item:hover { background: var(--bg-2); }
.feat-item.active { background: var(--accent-50); border: 1px solid rgba(99,91,255,0.2); }
.feat-icon { width: 40px; height: 40px; background: white; border: 1px solid var(--line); color: var(--accent); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.feat-item.active .feat-icon { background: var(--accent); color: white; border-color: var(--accent); }
.feat-icon svg { width: 20px; height: 20px; }
.feat-content { min-width: 0; }
.feat-content h4 { font-size: 16px; font-weight: 700; margin-bottom: 4px; color: var(--ink); overflow-wrap: break-word; word-break: normal; }
.feat-content p { font-size: 14px; color: var(--ink-2); line-height: 1.55; overflow-wrap: break-word; }

.feat-code-panel { background: #0A2540; border-radius: 14px; overflow: hidden; box-shadow: 0 40px 80px -20px rgba(50, 50, 93, 0.25); position: relative; }
.feat-code-panel .hcp-tabs { background: rgba(0,0,0,0.2); }
.feat-code-panel .hcp-body { min-height: 380px; }
.feat-code-panel-wrap { /* responsive container for code panel */ }

/* Hero code panel (shared with feat-code-panel styles) */
.hero-code-panel { background: #0A2540; border-radius: 14px; overflow: hidden; box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(0, 0, 0, 0.30); position: relative; }
.hero-code-panel::before { content: ''; position: absolute; inset: 0; border-radius: 14px; padding: 1px; background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0)); -webkit-mask: linear-gradient(black, black) content-box, linear-gradient(black, black); mask: linear-gradient(black, black) content-box, linear-gradient(black, black); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }

/* Code panel tabs + body */
.hcp-tabs { display: flex; padding: 0 12px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.hcp-tab { padding: 14px 16px; font-family: var(--font-mono); font-size: 12px; color: rgba(255,255,255,0.5); border-bottom: 2px solid transparent; cursor: pointer; font-weight: 500; }
.hcp-tab.active { color: white; border-bottom-color: var(--cyan); }
.hcp-body { padding: 22px 24px; font-family: var(--font-mono); font-size: 13.5px; line-height: 1.8; color: #d4d4d8; min-height: 360px; }
.ln { display: block; white-space: pre; }

/* Syntax highlight colours */
.c-key { color: #C084FC; }
.c-str { color: #86EFAC; }
.c-fn { color: #FCD34D; }
.c-com { color: #94A3B8; font-style: italic; }
.c-punct { color: #64748B; }
.c-num { color: #F472B6; }
.c-var { color: #93C5FD; }

/* Floating "response" toast */
.resp-toast { position: absolute; bottom: -20px; right: -16px; background: white; padding: 14px 16px 14px 14px; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.12); display: flex; align-items: center; gap: 12px; min-width: 240px; border: 1px solid var(--line); }
.resp-check { width: 32px; height: 32px; background: var(--green-bg); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.resp-check svg { width: 16px; height: 16px; color: var(--green); }
.resp-content .t1 { font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 1px; }
.resp-content .t2 { font-size: 11.5px; color: var(--ink-3); font-family: var(--font-mono); }

/* Dark mode overrides — feat code panel */
html[data-theme="dark"] .feat-code-panel-wrap {
  background: var(--surface);
  border-color: var(--line);
}
html[data-theme="dark"] .feat-content p { color: var(--ink-2); }

/* ================================================================
   === NATIVE INTEGRATIONS LISTING ===
   ================================================================ */

.native-card { display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid var(--line); border-radius: 10px; text-decoration: none; transition: all 0.2s; cursor: pointer; }
.native-card:hover { border-color: var(--accent); transform: translateY(-2px); box-shadow: 0 6px 16px rgba(192,43,48,0.12); }
.native-grid { display: grid; gap: 10px; }

/* Dark mode overrides — native cards */
html[data-theme="dark"] .native-card {
  background: var(--surface);
  border-color: var(--line);
}

/* ================================================================
   === DATA SECURITY SECTION ===
   ================================================================ */

.data-security-section {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%);
  color: white;
  position: relative;
  overflow: hidden;
  padding: 72px 0 !important;
}
.data-security-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 80% 15%, rgba(192,43,48,0.18) 0%, transparent 55%),
    radial-gradient(circle at 15% 85%, rgba(192,43,48,0.12) 0%, transparent 55%);
  pointer-events: none;
}
.data-security-section .container { position: relative; z-index: 1; }
.data-security-section .section-h2 { color: white; font-size: clamp(28px, 3.6vw, 44px); }
.data-security-section .ds-main-h { text-align: left; font-size: clamp(26px, 3vw, 36px); margin-bottom: 16px; line-height: 1.15; }
.data-security-section .section-h2 .grad,
.data-security-section .ds-main-h .grad {
  background: linear-gradient(120deg, var(--accent-2), white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.data-security-section .section-lede { color: rgba(255,255,255,0.70); max-width: 680px; margin-left: auto; margin-right: auto; font-size: 16px; margin-bottom: 0 !important; }
.data-security-section .section-center { margin-bottom: 48px !important; }

/* Two-column grid: text + map */
.ds-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.ds-sub-h {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: white;
  margin-bottom: 12px;
}
.ds-sub-h .grad {
  background: linear-gradient(120deg, var(--accent-2), #FFB3B6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ds-sub-p {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255,255,255,0.70);
  margin-bottom: 24px;
}
.ds-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
}
.ds-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.ds-feature-icon {
  width: 36px;
  height: 36px;
  background: rgba(192,43,48,0.18);
  color: var(--accent-2);
  border: 1px solid rgba(192,43,48,0.30);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ds-feature-icon svg { width: 17px; height: 17px; }
.ds-feature-title {
  font-size: 14px;
  font-weight: 700;
  color: white;
  margin-bottom: 3px;
  font-family: var(--font-display);
  letter-spacing: -0.01em;
}
.ds-feature-body {
  font-size: 12.5px;
  color: rgba(255,255,255,0.62);
  line-height: 1.5;
}

/* Security shield + flow card on right */
.ds-map-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
}
.ds-server-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  font-size: 11.5px;
  font-weight: 600;
  color: white;
}
.ds-server-dot {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(0,179,65,0.20);
  animation: pulse 2s infinite;
}

/* Shield visualization */
.ds-shield-wrap {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(192,43,48,0.35);
  opacity: 0;
  animation: dsRingPulse 3.2s ease-out infinite;
}
.ds-ring-2 { animation-delay: 1s; }
.ds-ring-3 { animation-delay: 2s; }
@keyframes dsRingPulse {
  0% { transform: scale(0.6); opacity: 0; border-color: rgba(224,74,80,0.6); }
  20% { opacity: 1; }
  100% { transform: scale(1.15); opacity: 0; border-color: rgba(224,74,80,0); }
}
.ds-eu-stars {
  position: absolute;
  inset: 8px;
  animation: dsStarsRotate 60s linear infinite;
}
@keyframes dsStarsRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.ds-shield {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 8px 24px rgba(192,43,48,0.4));
}

/* Data flow row */
.ds-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 18px 6px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  margin-bottom: 20px;
}
.ds-flow-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
}
.ds-flow-icon {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.85);
}
.ds-flow-label {
  font-size: 10.5px;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ds-flow-arrow {
  flex: 1;
  position: relative;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
}
.ds-flow-arrow::before {
  content: '';
  position: absolute;
  left: 6px;
  right: 6px;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(224,74,80,0.4) 50%, transparent);
}
.ds-flow-pulse {
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background: var(--accent-2);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--accent-2);
  transform: translateY(-50%);
  animation: dsFlowMove 2.2s ease-in-out infinite;
}
@keyframes dsFlowMove {
  0% { left: 0; opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}
.ds-flow-cipher {
  position: relative;
  z-index: 1;
  background: rgba(15,33,57,0.95);
  padding: 2px 7px;
  border-radius: 100px;
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--accent-2);
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid rgba(224,74,80,0.30);
}

.ds-compliance-card {
  padding: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
}
.ds-compliance-label {
  font-size: 10.5px;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: var(--font-mono);
}
.ds-compliance-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.ds-compliance-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 11.5px;
  font-weight: 600;
}
.ds-pill-red { background: rgba(224,74,80,0.18); color: #FFB3B6; border: 1px solid rgba(224,74,80,0.30); }
.ds-pill-green { background: rgba(0,179,65,0.15); color: #6FE092; border: 1px solid rgba(0,179,65,0.30); }
.ds-pill-blue { background: rgba(40,143,216,0.15); color: #7BC2F2; border: 1px solid rgba(40,143,216,0.30); }
.ds-pill-amber { background: rgba(217,119,6,0.18); color: #F4C374; border: 1px solid rgba(217,119,6,0.30); }

/* ================================================================
   === FINAL CTA SECTION ===
   ================================================================ */

.final-cta { padding: 100px 0; text-align: center; position: relative; overflow: hidden; }
.final-cta::before { content: ''; position: absolute; inset: 0; background:
  radial-gradient(ellipse 800px 500px at 50% 50%, rgba(99,91,255,0.10), transparent 60%),
  radial-gradient(ellipse 600px 400px at 20% 30%, rgba(0,210,255,0.08), transparent 60%),
  radial-gradient(ellipse 500px 300px at 80% 70%, rgba(255,107,53,0.08), transparent 60%);
}
.final-cta .container { position: relative; }
.final-cta h2 { font-size: clamp(40px, 5vw, 64px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 20px; }
.final-cta h2 .grad { background: linear-gradient(120deg, var(--grad-2) 0%, var(--grad-1) 50%, var(--grad-3) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.final-cta p { font-size: 18px; color: var(--ink-2); margin-bottom: 36px; max-width: 540px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: inline-flex; gap: 12px; }

/* ================================================================
   === WILL-CHANGE PERFORMANCE HINTS ===
   ================================================================ */

.problem-card, .app-card, .sector-card, .usecase-card { will-change: transform; }

/* ================================================================
   === RESPONSIVE — TABLET (761px–1080px) ===
   ================================================================ */

@media (min-width: 761px) and (max-width: 1080px) {
  /* Problems/apps/sectors */
  .problems-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .apps-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .sectors-grid { grid-template-columns: 1fr 1fr 1fr !important; gap: 16px; }

  /* Product showcase */
  .product-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .product-text h3 { font-size: 28px !important; }
  .product-showcase { padding: 32px; min-height: auto; }
  #product-tabs { gap: 8px; flex-wrap: wrap; }
  .product-tab { font-size: 12.5px; padding: 9px 14px; }
  .product-tabs-hint { font-size: 10.5px; }

  /* Developer split */
  .feat-split { grid-template-columns: 1fr 1.1fr; gap: 32px; }
  .feat-item { padding: 14px; gap: 12px; }
  .feat-item h4 { font-size: 15px; }
  .feat-content p { font-size: 13px; }
  .feat-code-panel-wrap { min-width: 0; }
  .hcp-body { font-size: 12px !important; line-height: 1.6 !important; overflow-x: auto; }

  /* Orbit */
  .orbit-wrap { width: 560px; height: 560px; }
  .orbit-inner { width: 280px; height: 280px; margin-top: -140px; margin-left: -140px; }
  .orbit-outer { width: 460px; height: 460px; margin-top: -230px; margin-left: -230px; }
  .orbit-inner .orbit-logo { --radius: 140px; }
  .orbit-outer .orbit-logo { --radius: 230px; }
  .orbit-logo .logo-inner { width: 84px; height: 47px; padding: 3px 8px; border-radius: 11px; }
  .orbit-outer .orbit-logo .logo-inner { width: 72px; height: 40px; padding: 2px 6px; border-radius: 9px; }

  /* Data security */
  .data-security-section { padding: 56px 0 !important; }
  .ds-grid { grid-template-columns: 1fr; gap: 36px; }
  .ds-features-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .ds-map-card { padding: 28px; max-width: 560px; margin: 0 auto; }

  /* Use cases */
  .usecase-card { padding: 24px; }

  /* Final CTA */
  .final-cta h2 { font-size: clamp(36px, 5vw, 56px); }
}

/* ================================================================
   === RESPONSIVE — MOBILE (≤760px) ===
   ================================================================ */

@media (max-width: 760px) {
  /* Hero dashboard */
  .hero-dashboard { max-width: 100%; }
  .dash-welcome { font-size: 11px; }
  .dash-nav-item { width: 42px; height: 32px; }
  .dash-nav-item svg { width: 14px; height: 14px; }
  .dash-cards-grid { padding: 10px; gap: 8px; }
  .dash-card { padding: 10px; gap: 8px; }
  .dash-card-icon { width: 28px; height: 28px; }
  .dash-card-title { font-size: 12px; }
  .dash-card-sub { font-size: 10px; }
  .dash-table { padding: 10px; }
  .dash-table-row, .dash-table-cols { padding: 6px 8px; font-size: 9.5px; gap: 6px; }
  .dash-compose { padding: 14px; }
  .dash-compose-textarea { font-size: 11px; }
  .dash-btn-primary, .dash-btn-secondary { font-size: 11px; padding: 8px 10px; }

  /* Hero floats */
  .hero-float-badge { right: -10px; top: -10px; padding: 8px 10px; }
  .hero-float-channels { left: -10px; bottom: 8px; padding: 6px 10px; }

  /* Orbit */
  .orbit-wrap { width: 420px; height: 420px; }
  .orbit-center { width: 110px; height: 110px; }
  .orbit-center-text { font-size: 12px; }
  .orbit-center svg { width: 36px; height: 36px; }
  .orbit-inner { width: 230px; height: 230px; margin-top: -115px; margin-left: -115px; }
  .orbit-outer { width: 380px; height: 380px; margin-top: -190px; margin-left: -190px; }
  .orbit-inner .orbit-logo { --radius: 115px; }
  .orbit-outer .orbit-logo { --radius: 190px; }
  .orbit-logo .logo-inner { width: 70px; height: 40px; border-radius: 9px; font-size: 10px; padding: 3px 6px; }
  .orbit-outer .orbit-logo .logo-inner { width: 60px; height: 34px; border-radius: 8px; font-size: 9px; padding: 2px 5px; }
  .orbit-stats { grid-template-columns: 1fr 1fr; gap: 16px; }
  .orbit-stat .num { font-size: 32px; }

  /* Problems/apps/sectors */
  .problems-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .problem-card { padding: 22px 20px !important; }
  .problem-card h3 { font-size: 16px !important; }
  .problem-card p { font-size: 13px !important; }
  .apps-grid { grid-template-columns: 1fr 1fr !important; gap: 12px !important; }
  .sectors-grid { grid-template-columns: 1fr 1fr !important; gap: 12px !important; }
  .sector-card { padding: 18px 14px !important; }
  .sector-card h4 { font-size: 14px !important; }
  .sector-card p { font-size: 12px !important; }
  .sector-card .sector-icon { width: 34px !important; height: 34px !important; margin-bottom: 10px !important; }

  /* Results */
  .results-section { padding: 64px 0; }
  .results-section h2 { font-size: 28px !important; line-height: 1.12 !important; }
  .results-grid { grid-template-columns: 1fr; gap: 40px; }
  .results-stats { grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
  .result-stat .big { font-size: 44px; }

  /* Developer split */
  .feat-split { grid-template-columns: 1fr; gap: 32px; }
  .feat-list { gap: 12px; }
  .feat-item { padding: 14px; gap: 12px; }
  .feat-item h4 { font-size: 15px; }
  .feat-item p { font-size: 13px; }
  .feat-icon { width: 36px !important; height: 36px !important; flex-shrink: 0; }
  .feat-icon svg { width: 18px; height: 18px; }
  .feat-code-panel { font-size: 11px; }
  .hcp-body { padding: 16px !important; font-size: 11px !important; line-height: 1.55 !important; overflow-x: auto; }
  .hcp-tabs { padding: 0 12px !important; }
  .hcp-tab { font-size: 11px !important; padding: 8px 10px !important; }

  /* Native integrations */
  .native-card { padding: 10px !important; }
  .native-card > div:first-child { width: 30px !important; height: 30px !important; font-size: 11px !important; }

  /* Data security */
  .data-security-section { padding: 56px 0 !important; }
  .ds-grid { grid-template-columns: 1fr; gap: 36px; }
  .ds-features-grid { grid-template-columns: 1fr; gap: 12px; }
  .ds-map-card { padding: 24px 20px; }
  .ds-shield-wrap { width: 180px; height: 180px; }
  .ds-flow { padding: 14px 4px; }
  .ds-flow-cipher { font-size: 8px; padding: 2px 5px; }

  /* Product showcase */
  .product-showcase { padding: 24px 18px !important; min-height: auto !important; }
  .product-grid { grid-template-columns: 1fr !important; gap: 28px !important; }
  .product-text h3 { font-size: 24px !important; line-height: 1.15 !important; }
  .product-text p { font-size: 14px !important; }
  .product-tab { font-size: 12px !important; padding: 8px 12px !important; }
  .product-tab svg { width: 14px !important; height: 14px !important; }
  #product-tabs { gap: 6px !important; margin-bottom: 24px !important; }

  /* Final CTA */
  .final-cta { padding: 64px 0; }
  .final-cta h2 { font-size: 30px !important; line-height: 1.12 !important; }
  .final-cta p { font-size: 15px !important; }
  .cta-buttons { flex-direction: column; align-items: stretch; gap: 10px; }
  .cta-buttons .btn { width: 100%; justify-content: center; }

  /* Use cases */
  .usecase-visual { height: 180px !important; padding: 18px 14px 12px !important; }
  .usecase-card > div:last-child { padding: 18px 18px 20px !important; }
  .mini-phone { max-width: 180px !important; padding: 10px 8px !important; }
  .mini-msg { font-size: 10.5px !important; padding: 7px 10px !important; }
}

/* ================================================================
   === REDUCED MOTION — homepage-specific ===
   ================================================================ */

@media (prefers-reduced-motion: reduce) {
  .hero-dashboard { transform: none !important; opacity: 1 !important; }
  .orbit-wrap { transform: none !important; }
  .orbit-center { transform: translate(-50%, -50%) !important; }
  .orbit-inner, .orbit-outer, .orbit-logo .logo-inner { animation: none !important; }
  .ds-ring, .ds-eu-stars, .ds-flow-pulse, .ds-server-dot { animation: none !important; }
}

/* Developer panel */
.dev-panel-container { position: relative; min-height: 380px; }
.dev-panel { display: none; }
.dev-panel.active { display: block; }
