/* Homepage deep-tech overlay — Obsidian / Cyan / Ultraviolet */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@500;600;700&display=swap');

html:has(body.home-deep-tech) {
  scroll-behavior: smooth;
}

#maturity,
#product-suite,
#solutions-profiles,
#order,
#contact {
  scroll-margin-top: 5.5rem;
}

/* Homepage uses theme tokens so light/dark tracks data-theme on <html> */
body.home-deep-tech {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: var(--bg-primary);
  color: var(--text-primary);
}

/* Cyber nav / announcement strip — dark theme only (light uses global styles.css) */
html[data-theme="dark"] body.home-deep-tech .navbar {
  background: rgba(2, 6, 23, 0.92) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(34, 211, 238, 0.12) !important;
  box-shadow: 0 0 40px rgba(124, 58, 237, 0.08);
}

html[data-theme="dark"] body.home-deep-tech .nav-links > a,
html[data-theme="dark"] body.home-deep-tech .nav-dropdown-trigger {
  color: #cbd5e1 !important;
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}

html[data-theme="dark"] body.home-deep-tech .nav-links > a:hover,
html[data-theme="dark"] body.home-deep-tech .nav-dropdown-trigger:hover {
  color: #22d3ee !important;
}

html[data-theme="dark"] body.home-deep-tech .cta-button {
  background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%) !important;
  border: 1px solid rgba(34, 211, 238, 0.35) !important;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  box-shadow: 0 0 24px rgba(124, 58, 237, 0.35);
}

html[data-theme="dark"] body.home-deep-tech .cta-button:hover {
  box-shadow: 0 0 32px rgba(34, 211, 238, 0.25);
}

html[data-theme="dark"] body.home-deep-tech .nav-dropdown-menu {
  background: rgba(15, 23, 42, 0.96) !important;
  border: 1px solid rgba(34, 211, 238, 0.15) !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 48px rgba(2, 6, 23, 0.6) !important;
}

html[data-theme="dark"] body.home-deep-tech .nav-dropdown-menu a {
  color: #cbd5e1 !important;
}

html[data-theme="dark"] body.home-deep-tech .nav-dropdown-menu a:hover {
  color: #22d3ee !important;
  background: rgba(124, 58, 237, 0.15) !important;
}

html[data-theme="dark"] body.home-deep-tech .theme-toggle {
  border-color: rgba(148, 163, 184, 0.35) !important;
  color: #e2e8f0 !important;
}

html[data-theme="dark"] body.home-deep-tech .mobile-menu-toggle span {
  background: #e2e8f0 !important;
}

html[data-theme="dark"] body.home-deep-tech .home-announcement-carousel {
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.08), rgba(34, 211, 238, 0.06)) !important;
  border-bottom: 1px solid rgba(34, 211, 238, 0.15) !important;
}

html[data-theme="dark"] body.home-deep-tech .home-announcement-line {
  color: #cbd5e1 !important;
}

html[data-theme="dark"] body.home-deep-tech .home-announcement-inline-link {
  color: #22d3ee !important;
}

html[data-theme="dark"] body.home-deep-tech .home-announcement-nav {
  color: #94a3b8 !important;
  border-color: rgba(34, 211, 238, 0.2) !important;
}

html[data-theme="dark"] body.home-deep-tech .home-announcement-nav:hover {
  color: #22d3ee !important;
  background: rgba(124, 58, 237, 0.12) !important;
}

/* —— Deep tech main sections —— */
.dt-tech-grid {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(34, 211, 238, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 58, 237, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, black 30%, transparent 95%);
}

.dt-hero {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 3.5rem 0 4rem;
  border-bottom: 1px solid var(--border);
  min-height: min(88vh, 920px);
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .dt-hero {
    padding: 4rem 0 4.5rem;
    min-height: min(90vh, 960px);
  }
}

@media (max-height: 640px) {
  .dt-hero {
    min-height: unset;
    padding: 2.5rem 0 3rem;
  }
}

.dt-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 2.5rem;
  align-items: center;
  justify-items: center;
  width: 100%;
}

@media (min-width: 1024px) {
  .dt-hero-inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 2.5rem 3.5rem;
    justify-items: stretch;
    align-items: center;
  }
}

.dt-hero-copy {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .dt-hero-copy {
    text-align: left;
    max-width: none;
    margin: 0;
    justify-self: start;
  }
}

.dt-hero h1 {
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  margin: 0 auto;
  max-width: 44rem;
}

@media (min-width: 1024px) {
  .dt-hero h1 {
    margin: 0;
    max-width: 38rem;
  }
}

.dt-hero .dt-hero-subhead {
  margin-top: 1.1rem;
  font-size: 1.02rem;
  line-height: 1.65;
  font-weight: 500;
  color: var(--text-secondary);
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .dt-hero .dt-hero-subhead {
    margin-left: 0;
    margin-right: 0;
    max-width: 40rem;
  }
}

.dt-hero .dt-hero-subhead strong {
  color: var(--text-primary);
  font-weight: 600;
}

.dt-badge {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #22d3ee;
  border: 1px solid rgba(34, 211, 238, 0.35);
  padding: 0.35rem 0.75rem;
  border-radius: 4px;
  margin-bottom: 1rem;
  background: rgba(124, 58, 237, 0.12);
}

.dt-hero-cta {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .dt-hero-cta {
    justify-content: flex-start;
  }
}

.dt-btn-deploy {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.9rem 1.75rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: #020617;
  background: linear-gradient(135deg, #22d3ee 0%, #7c3aed 100%);
  box-shadow: 0 0 28px rgba(34, 211, 238, 0.25), 0 0 40px rgba(124, 58, 237, 0.2);
  transition: transform 0.2s, box-shadow 0.2s;
}

.dt-btn-deploy:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 36px rgba(34, 211, 238, 0.35);
}

.dt-btn-ghost {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.9rem 1.5rem;
  border-radius: 6px;
  border: 1px solid var(--border);
  background: var(--bg-secondary);
  color: var(--text-primary);
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}

.dt-btn-ghost:hover {
  border-color: #22d3ee;
  color: #22d3ee;
}

/* Visual column: side-by-side with copy on large screens */
.dt-hero-visual-column {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .dt-hero-visual-column {
    justify-content: flex-end;
  }
}

/* Holographic core / mesh — base animation unchanged */
.dt-hero-visual {
  position: relative;
  aspect-ratio: 1;
  width: min(100%, 440px);
  max-width: 440px;
  margin: 0 auto;
  flex-shrink: 0;
  isolation: isolate;
  animation: dt-hero-visual-float 7s ease-in-out infinite;
}

.dt-hero-visual--interactive {
  cursor: crosshair;
}

.dt-hero-bit-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
  pointer-events: none;
  overflow: visible;
}

.dt-binary-bit {
  position: absolute;
  left: 0;
  top: 0;
  font-family: ui-monospace, 'SF Mono', 'Cascadia Code', Menlo, Consolas, monospace;
  font-size: clamp(12.65px, 2.76vw, 16.1px);
  font-weight: 600;
  color: #22d3ee;
  /* Trail + glow set inline per digit (directional translucent trail) */
  white-space: nowrap;
  pointer-events: none;
  opacity: 1;
  will-change: transform, opacity;
  animation: dt-binary-fly var(--dur, 2.25s) cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.dt-binary-bit--violet {
  color: #c4b5fd;
}

@keyframes dt-binary-fly {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  to {
    opacity: 0;
    transform: translate(calc(-50% + var(--dx, 0px)), calc(-50% + var(--dy, 0px))) scale(0.35) rotate(var(--rot, 0deg));
  }
}

.dt-hero-scan {
  position: absolute;
  inset: -5%;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 260deg,
    rgba(34, 211, 238, 0.12) 280deg,
    rgba(124, 58, 237, 0.18) 310deg,
    transparent 360deg
  );
  animation: dt-hero-scan 14s linear infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes dt-hero-visual-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes dt-hero-scan {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.dt-orb {
  position: absolute;
  inset: 8%;
  z-index: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(34, 211, 238, 0.25), transparent 55%),
    radial-gradient(circle at 70% 65%, rgba(124, 58, 237, 0.45), transparent 50%),
    radial-gradient(circle, rgba(15, 23, 42, 0.9), #020617);
  border: 1px solid rgba(34, 211, 238, 0.25);
  box-shadow:
    0 0 60px rgba(124, 58, 237, 0.25),
    inset 0 0 60px rgba(34, 211, 238, 0.08);
  animation: dt-orb-pulse 6s ease-in-out infinite;
}

/*
 * Light hero visual: high-contrast, minimal blur
 * Indigo = structure · Teal = signal · Neutral base
 */
[data-theme="light"] .dt-orb {
  background:
    radial-gradient(ellipse 90% 75% at 78% 88%, rgba(67, 56, 202, 0.11), transparent 58%),
    radial-gradient(circle at 18% 12%, rgba(13, 148, 136, 0.14), transparent 42%),
    linear-gradient(160deg, #ffffff 0%, #f1f5f9 55%, #e8eef7 100%);
  border: 2px solid #312e81;
  box-shadow:
    0 10px 36px rgba(15, 23, 42, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

[data-theme="light"] .dt-hero-visual > .dt-orb-ring {
  border-width: 1px;
}

[data-theme="light"] .dt-hero-visual > .dt-orb-ring:nth-child(2) {
  border-color: #4338ca;
  opacity: 0.95;
}

[data-theme="light"] .dt-hero-visual > .dt-orb-ring:nth-child(3) {
  border-color: #0f766e;
  opacity: 0.9;
}

[data-theme="light"] .dt-hero-visual > .dt-orb-ring:nth-child(4) {
  border-style: dashed;
  border-color: #64748b;
  opacity: 0.85;
}

[data-theme="light"] .dt-mesh-svg {
  opacity: 1;
  filter: none;
}

[data-theme="light"] .dt-mesh-svg .dt-mesh-geo {
  opacity: 1;
  stroke: #312e81 !important;
  stroke-width: 1.1;
}

[data-theme="light"] .dt-mesh-svg .dt-mesh-nodes circle {
  fill: #0d9488;
}

[data-theme="light"] .dt-mesh-svg .dt-mesh-core-node {
  fill: #5b21b6;
}

[data-theme="light"] .dt-mesh-lattice {
  stroke: rgba(79, 70, 229, 0.45);
}

[data-theme="light"] .dt-mesh-perimeter {
  stroke: #0d9488;
  opacity: 0.55;
}

[data-theme="light"] .dt-hero-scan {
  background: conic-gradient(
    from 225deg,
    transparent 0deg 318deg,
    rgba(49, 46, 129, 0.11) 328deg,
    transparent 338deg
  );
}

[data-theme="light"] .dt-tech-grid {
  background-image:
    linear-gradient(#e2e8f0 1px, transparent 1px),
    linear-gradient(90deg, rgba(67, 56, 202, 0.2) 1px, transparent 1px);
}

[data-theme="light"] .dt-binary-bit {
  color: #115e59;
  font-weight: 700;
}

[data-theme="light"] .dt-binary-bit--violet {
  color: #4c1d95;
  font-weight: 700;
}

.dt-orb-ring {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid rgba(124, 58, 237, 0.25);
  animation: dt-ring-spin 24s linear infinite;
}

.dt-orb-ring:nth-child(2) {
  inset: 2%;
  animation-duration: 32s;
  animation-direction: reverse;
  border-color: rgba(34, 211, 238, 0.15);
}

.dt-orb-ring:nth-child(3) {
  inset: -4%;
  animation-duration: 48s;
  border-style: dashed;
  border-color: rgba(34, 211, 238, 0.12);
}

.dt-mesh-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.55;
  z-index: 2;
}

.dt-mesh-svg .dt-mesh-geo {
  transform-origin: 200px 200px;
  animation: dt-mesh-spin 90s linear infinite;
}

/* Post-quantum / crypto lattice: slow square grid (mathematical, not “quantum mystique”) */
.dt-mesh-lattice-wrap {
  transform-box: fill-box;
  transform-origin: center;
  animation: dt-lattice-rotate 40s linear infinite;
}

.dt-mesh-lattice {
  fill: none;
  stroke: rgba(167, 139, 250, 0.38);
  stroke-width: 0.85;
  opacity: 0.85;
}

@keyframes dt-lattice-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}

/* Security: bright segment travels the attack-surface perimeter */
.dt-mesh-perimeter {
  stroke: #22d3ee;
  stroke-width: 1.35;
  opacity: 0.5;
  stroke-dasharray: 10 90;
  pointer-events: none;
  animation: dt-perimeter-sweep 7.5s linear infinite;
}

@keyframes dt-perimeter-sweep {
  to {
    stroke-dashoffset: -100;
  }
}

/* Agentic: one station “active” at a time around the mesh (round-robin handoff) */
.dt-mesh-svg .dt-mesh-nodes circle:not(.dt-mesh-core-node) {
  animation: dt-agent-station 6s linear infinite;
  transform-box: fill-box;
}

.dt-mesh-svg .dt-mesh-nodes circle:nth-child(1) { animation-delay: 0s; }
.dt-mesh-svg .dt-mesh-nodes circle:nth-child(2) { animation-delay: -1s; }
.dt-mesh-svg .dt-mesh-nodes circle:nth-child(3) { animation-delay: -2s; }
.dt-mesh-svg .dt-mesh-nodes circle:nth-child(4) { animation-delay: -3s; }
.dt-mesh-svg .dt-mesh-nodes circle:nth-child(5) { animation-delay: -4s; }
.dt-mesh-svg .dt-mesh-nodes circle:nth-child(6) { animation-delay: -5s; }

.dt-mesh-svg .dt-mesh-core-node {
  animation: dt-mesh-core-glow 2.2s ease-in-out infinite !important;
}

@keyframes dt-agent-station {
  0% {
    opacity: 0.38;
    filter: none;
  }
  4% {
    opacity: 1;
    filter: drop-shadow(0 0 7px rgba(34, 211, 238, 0.95));
  }
  12% {
    opacity: 0.38;
    filter: none;
  }
  100% {
    opacity: 0.38;
    filter: none;
  }
}

@keyframes dt-mesh-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes dt-mesh-core-glow {
  0%, 100% {
    opacity: 0.85;
    filter: drop-shadow(0 0 4px rgba(34, 211, 238, 0.6));
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 14px rgba(124, 58, 237, 0.9));
  }
}

@keyframes dt-orb-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.02); opacity: 0.95; }
}

@keyframes dt-ring-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  html:has(body.home-deep-tech) {
    scroll-behavior: auto;
  }
  .dt-orb,
  .dt-orb-ring,
  .dt-hero-visual,
  .dt-hero-scan,
  .dt-mesh-svg .dt-mesh-geo,
  .dt-mesh-svg .dt-mesh-nodes circle,
  .dt-mesh-svg .dt-mesh-core-node,
  .dt-mesh-lattice-wrap,
  .dt-mesh-perimeter {
    animation: none !important;
  }
  .dt-hero-visual {
    transform: none;
  }
}

/* Hero stats (reused classes) */
body.home-deep-tech .dt-hero-stats {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 2.75rem;
  border-top: 1px solid var(--border);
  padding-top: 1.75rem;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
  grid-template-columns: unset !important;
}

body.home-deep-tech .dt-hero-stats .stat {
  min-width: 5.5rem;
}

@media (min-width: 1024px) {
  body.home-deep-tech .dt-hero-stats {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
}

body.home-deep-tech .dt-hero-stats .stat-number {
  color: #0891b2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

[data-theme="dark"] body.home-deep-tech .dt-hero-stats .stat-number {
  color: #22d3ee;
}

body.home-deep-tech .dt-hero-stats .stat-label {
  color: var(--text-tertiary);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Testimonial strip — follows theme tokens */
body.home-deep-tech .post-cta-testimonial {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

body.home-deep-tech .inline-testimonial-quote .review-text {
  color: var(--text-secondary);
  font-size: 1.05rem;
}

body.home-deep-tech .reviewer-name {
  color: var(--accent-primary);
}

body.home-deep-tech .reviewer-title {
  color: var(--text-tertiary);
}

/* Maturity timeline */
.dt-maturity {
  position: relative;
  padding: 4.5rem 0;
  background: linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-accent) 50%, var(--bg-primary) 100%);
  border-bottom: 1px solid var(--border);
}

.dt-maturity h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  color: var(--text-primary);
  text-align: center;
  margin: 0 0 0.75rem;
}

.dt-maturity-intro {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 3.5rem;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

.dt-timeline-wrap {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding-left: 2.5rem;
}

@media (min-width: 768px) {
  .dt-timeline-wrap {
    padding-left: 3rem;
  }
}

.dt-timeline-rail {
  position: absolute;
  left: 0.6rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(51, 65, 85, 0.8);
  border-radius: 2px;
}

.dt-timeline-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, #22d3ee, #7c3aed);
  border-radius: 2px;
  box-shadow: 0 0 16px rgba(34, 211, 238, 0.5);
  transition: height 0.15s ease-out;
}

.dt-phase {
  position: relative;
  margin-bottom: 2.75rem;
  padding: 1.5rem 1.5rem 1.5rem 0;
  border-radius: 12px;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  backdrop-filter: blur(12px);
  transition: border-color 0.3s, box-shadow 0.3s;
}

.dt-phase:last-child {
  margin-bottom: 0;
}

.dt-phase.is-active {
  border-color: rgba(34, 211, 238, 0.35);
  box-shadow: 0 0 32px rgba(124, 58, 237, 0.12);
}

.dt-phase-dot {
  position: absolute;
  left: -2.05rem;
  top: 1.75rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--bg-primary);
  border: 2px solid var(--text-tertiary);
  z-index: 2;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.dt-phase.is-active .dt-phase-dot {
  border-color: #22d3ee;
  box-shadow: 0 0 12px rgba(34, 211, 238, 0.8);
}

.dt-phase-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #7c3aed;
  margin-bottom: 0.35rem;
}

.dt-phase h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  color: var(--text-primary);
  margin: 0 0 0.75rem;
}

.dt-phase p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-secondary);
}

/* Product suite */
.dt-suite {
  padding: 4.5rem 0;
  border-bottom: 1px solid var(--border);
}

.dt-suite h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  color: var(--text-primary);
  margin: 0 0 0.5rem;
}

.dt-suite-intro {
  color: var(--text-secondary);
  font-size: 0.95rem;
  max-width: 40rem;
  margin-bottom: 2.5rem;
}

.dt-suite-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .dt-suite-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.dt-suite-card {
  display: block;
  padding: 1.75rem;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(145deg, var(--bg-secondary), var(--bg-accent));
  border: 1px solid var(--border);
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.dt-suite-card:hover {
  transform: translateY(-4px);
  border-color: rgba(34, 211, 238, 0.45);
  box-shadow: var(--shadow-lg);
}

.dt-suite-card .dt-mod {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #22d3ee;
  margin-bottom: 0.5rem;
}

.dt-suite-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  color: var(--text-primary);
  margin: 0 0 0.65rem;
}

.dt-suite-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--text-secondary);
}

/* Solutions industrial */
.dt-solutions {
  padding: 4.5rem 0;
  background: var(--bg-accent);
}

.dt-solutions h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  color: var(--text-primary);
  margin: 0 0 0.5rem;
}

.dt-solutions-intro {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-bottom: 2rem;
}

.dt-profile-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .dt-profile-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.dt-profile {
  padding: 2rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--bg-secondary);
  backdrop-filter: blur(10px);
}

.dt-profile h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  color: #22d3ee;
  margin: 0 0 1rem;
}

.dt-profile:nth-child(2) h3 {
  color: #a78bfa;
}

.dt-profile p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-secondary);
}

/* Order + downstream — cyber skin only in dark theme (light uses styles.css) */
html[data-theme="dark"] body.home-deep-tech .order-section,
html[data-theme="dark"] body.home-deep-tech .post-cta-testimonial,
html[data-theme="dark"] body.home-deep-tech .contact-section,
html[data-theme="dark"] body.home-deep-tech .locations-section,
html[data-theme="dark"] body.home-deep-tech .partner-cta-strip {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.14) 0%, rgba(34, 211, 238, 0.06) 50%, rgba(2, 6, 23, 1) 100%) !important;
  border-color: rgba(34, 211, 238, 0.12) !important;
}

html[data-theme="dark"] body.home-deep-tech .partner-cta-strip-text h2 {
  color: #f1f5f9 !important;
}

html[data-theme="dark"] body.home-deep-tech .partner-cta-strip-text p {
  color: #94a3b8 !important;
}

html[data-theme="dark"] body.home-deep-tech .section-title,
html[data-theme="dark"] body.home-deep-tech .order-header h2,
html[data-theme="dark"] body.home-deep-tech .contact-info h2,
html[data-theme="dark"] body.home-deep-tech .locations-section .section-title {
  color: #f1f5f9 !important;
  font-family: 'Montserrat', 'Inter', sans-serif;
}

html[data-theme="dark"] body.home-deep-tech .section-subtitle,
html[data-theme="dark"] body.home-deep-tech .order-header .section-subtitle,
html[data-theme="dark"] body.home-deep-tech .contact-info p {
  color: #94a3b8 !important;
}

html[data-theme="dark"] body.home-deep-tech .order-option,
html[data-theme="dark"] body.home-deep-tech .why-item,
html[data-theme="dark"] body.home-deep-tech .location-item {
  background: rgba(15, 23, 42, 0.6) !important;
  border: 1px solid rgba(124, 58, 237, 0.2) !important;
  color: #e2e8f0 !important;
}

html[data-theme="dark"] body.home-deep-tech .order-option h3,
html[data-theme="dark"] body.home-deep-tech .location-item h3 {
  color: #f8fafc !important;
}

html[data-theme="dark"] body.home-deep-tech .order-description,
html[data-theme="dark"] body.home-deep-tech .order-features li {
  color: #94a3b8 !important;
}

html[data-theme="dark"] body.home-deep-tech .order-modules-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a78bfa !important;
  margin: 1.1rem 0 0.5rem;
}

html[data-theme="dark"] body.home-deep-tech .order-modules-label--standard {
  color: #22d3ee !important;
}

html[data-theme="dark"] body.home-deep-tech .btn-primary {
  background: linear-gradient(135deg, #22d3ee 0%, #7c3aed 100%) !important;
  color: #020617 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600 !important;
  border: none !important;
}

html[data-theme="dark"] body.home-deep-tech .btn-outline {
  border-color: rgba(34, 211, 238, 0.4) !important;
  color: #22d3ee !important;
}

html[data-theme="dark"] body.home-deep-tech .contact-form input,
html[data-theme="dark"] body.home-deep-tech .contact-form textarea {
  background: rgba(15, 23, 42, 0.8) !important;
  border: 1px solid rgba(51, 65, 85, 0.9) !important;
  color: #e2e8f0 !important;
  border-radius: 6px !important;
}

html[data-theme="dark"] body.home-deep-tech .contact-form input:focus,
html[data-theme="dark"] body.home-deep-tech .contact-form textarea:focus {
  outline: none !important;
  border-color: #22d3ee !important;
  box-shadow: 0 0 0 1px #22d3ee, 0 0 20px rgba(34, 211, 238, 0.2) !important;
}

html[data-theme="dark"] body.home-deep-tech .contact-form input::placeholder,
html[data-theme="dark"] body.home-deep-tech .contact-form textarea::placeholder {
  color: #64748b !important;
}

html[data-theme="dark"] body.home-deep-tech .order-modal .modal-content {
  background: #0f172a !important;
  border: 1px solid rgba(34, 211, 238, 0.2) !important;
  box-shadow: 0 0 80px rgba(124, 58, 237, 0.25) !important;
  color: #e2e8f0 !important;
}

html[data-theme="dark"] body.home-deep-tech .order-modal .modal-content h2 {
  color: #f8fafc !important;
  font-family: 'Montserrat', sans-serif;
}

html[data-theme="dark"] body.home-deep-tech .order-modal .modal-subtitle {
  color: #94a3b8 !important;
}

html[data-theme="dark"] body.home-deep-tech .order-form label {
  color: #cbd5e1 !important;
}

html[data-theme="dark"] body.home-deep-tech .order-form input,
html[data-theme="dark"] body.home-deep-tech .order-form select,
html[data-theme="dark"] body.home-deep-tech .order-form textarea {
  background: rgba(2, 6, 23, 0.9) !important;
  border: 1px solid rgba(51, 65, 85, 0.95) !important;
  color: #e2e8f0 !important;
  border-radius: 6px !important;
}

html[data-theme="dark"] body.home-deep-tech .order-form input:focus,
html[data-theme="dark"] body.home-deep-tech .order-form select:focus,
html[data-theme="dark"] body.home-deep-tech .order-form textarea:focus {
  outline: none !important;
  border-color: #22d3ee !important;
  box-shadow: 0 0 0 1px #22d3ee, 0 0 22px rgba(34, 211, 238, 0.18) !important;
}

html[data-theme="dark"] body.home-deep-tech .order-modal .btn-primary {
  background: linear-gradient(135deg, #22d3ee 0%, #7c3aed 100%) !important;
  color: #020617 !important;
}

html[data-theme="dark"] body.home-deep-tech .modal-close {
  color: #94a3b8 !important;
}

html[data-theme="dark"] body.home-deep-tech .modal-close:hover {
  color: #22d3ee !important;
}

html[data-theme="dark"] body.home-deep-tech .footer {
  background: #020617 !important;
  border-top: 1px solid rgba(124, 58, 237, 0.15) !important;
}

html[data-theme="dark"] body.home-deep-tech .footer-brand,
html[data-theme="dark"] body.home-deep-tech .footer-column-title {
  color: #f1f5f9 !important;
}

html[data-theme="dark"] body.home-deep-tech .footer-column-links a {
  color: #94a3b8 !important;
}

html[data-theme="dark"] body.home-deep-tech .footer-column-links a:hover {
  color: #22d3ee !important;
}

html[data-theme="dark"] body.home-deep-tech .footer-bottom {
  border-color: rgba(51, 65, 85, 0.6) !important;
  color: #64748b !important;
}

html[data-theme="dark"] body.home-deep-tech .locations-map {
  border: 1px solid rgba(34, 211, 238, 0.15) !important;
  border-radius: 12px;
  overflow: hidden;
}

html[data-theme="dark"] body.home-deep-tech .contact-link {
  color: #cbd5e1 !important;
}

html[data-theme="dark"] body.home-deep-tech .contact-link:hover {
  color: #22d3ee !important;
}

/* —— Inner page heroes: teal / cyan + indigo (no violet wash) —— */

[data-theme="light"] body.home-deep-tech:not(.page-promo) .blog-hero {
  background:
    radial-gradient(ellipse 100% 85% at 100% -10%, rgba(13, 148, 136, 0.14), transparent 52%),
    radial-gradient(ellipse 90% 70% at 0% 100%, rgba(67, 56, 202, 0.1), transparent 55%),
    linear-gradient(168deg, #f8fafc 0%, #eff6ff 38%, #ecfdf5 100%);
  color: var(--text-primary);
}

[data-theme="light"] body.home-deep-tech:not(.page-promo) .blog-hero-subtitle {
  color: var(--text-secondary);
  opacity: 1;
}

[data-theme="light"] body.home-deep-tech .partner-page-breadcrumb,
[data-theme="light"] body.home-deep-tech .partner-page-breadcrumb a {
  color: var(--text-secondary);
}

[data-theme="light"] body.home-deep-tech .partner-page-breadcrumb a:hover {
  color: #0f766e;
}

[data-theme="light"] body.home-deep-tech .partner-page-breadcrumb-current {
  color: var(--text-primary);
}

[data-theme="light"] body.home-deep-tech .partner-page-kicker {
  color: #0f766e;
}

[data-theme="light"] body.home-deep-tech .partner-page-lead {
  color: var(--text-secondary);
  opacity: 1;
}

[data-theme="light"] body.home-deep-tech .partner-page-hero .btn-primary {
  background: linear-gradient(135deg, #0d9488 0%, #0e7490 100%);
  color: #fff;
  box-shadow: 0 4px 24px rgba(13, 148, 136, 0.28);
}

[data-theme="light"] body.home-deep-tech .partner-page-hero .btn-primary:hover {
  background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
  box-shadow: 0 6px 28px rgba(13, 148, 136, 0.35);
  opacity: 1;
}

[data-theme="light"] body.home-deep-tech .partner-page-hero-btn-outline {
  color: #0f766e !important;
  border-color: rgba(13, 148, 136, 0.45) !important;
  background: rgba(13, 148, 136, 0.06) !important;
}

[data-theme="light"] body.home-deep-tech .partner-page-hero-btn-outline:hover {
  border-color: #0d9488 !important;
  background: rgba(13, 148, 136, 0.12) !important;
}

[data-theme="light"] body.home-deep-tech .partner-page-hero::after {
  background: radial-gradient(ellipse 90% 55% at 50% 100%, rgba(13, 148, 136, 0.08) 0%, transparent 55%);
}

html[data-theme="dark"] body.home-deep-tech:not(.page-promo) .blog-hero {
  background:
    radial-gradient(ellipse 85% 65% at 75% 5%, rgba(34, 211, 238, 0.11), transparent 55%),
    radial-gradient(ellipse 65% 50% at 5% 95%, rgba(14, 165, 233, 0.07), transparent 52%),
    linear-gradient(152deg, #020617 0%, #0f172a 42%, #0c1929 100%);
  color: #f1f5f9;
  border-bottom: 1px solid rgba(34, 211, 238, 0.1);
}

html[data-theme="dark"] body.home-deep-tech:not(.page-promo) .blog-hero-subtitle {
  color: #cbd5e1;
  opacity: 1;
}

html[data-theme="dark"] body.home-deep-tech .partner-page-hero .btn-primary {
  background: linear-gradient(135deg, #22d3ee 0%, #0e7490 100%);
  color: #020617;
  box-shadow: 0 4px 24px rgba(34, 211, 238, 0.2);
}

html[data-theme="dark"] body.home-deep-tech .partner-page-hero .btn-primary:hover {
  background: linear-gradient(135deg, #67e8f9 0%, #22d3ee 100%);
  color: #020617;
  box-shadow: 0 6px 28px rgba(34, 211, 238, 0.3);
  opacity: 1;
}

[data-theme="light"] body.home-deep-tech .about-act-hero {
  background:
    radial-gradient(ellipse 100% 80% at 90% 20%, rgba(67, 56, 202, 0.09), transparent 50%),
    radial-gradient(ellipse 80% 60% at 10% 80%, rgba(13, 148, 136, 0.12), transparent 55%),
    linear-gradient(165deg, #f8fafc 0%, #f0fdfa 45%, #eef2ff 100%);
  color: var(--text-primary);
}

[data-theme="light"] body.home-deep-tech .about-act-hero .about-act-label {
  color: #0f766e;
}

[data-theme="light"] body.home-deep-tech .about-hero-line {
  color: #0f172a;
}

[data-theme="light"] body.home-deep-tech .about-hero-tagline {
  color: #134e4a;
}

[data-theme="light"] body.home-deep-tech .about-hero-support {
  color: var(--text-secondary);
  opacity: 1;
}

html[data-theme="dark"] body.home-deep-tech .about-act-hero {
  background:
    radial-gradient(ellipse 80% 55% at 70% 15%, rgba(34, 211, 238, 0.1), transparent 58%),
    radial-gradient(ellipse 60% 45% at 15% 85%, rgba(56, 189, 248, 0.06), transparent 52%),
    linear-gradient(155deg, #020617 0%, #0f172a 50%, #0a1628 100%);
  color: #f8fafc;
  border-bottom: 1px solid rgba(34, 211, 238, 0.1);
}

html[data-theme="dark"] body.home-deep-tech .about-act-hero .about-act-label {
  color: #67e8f9;
}

html[data-theme="dark"] body.home-deep-tech .about-act-hero .about-hero-mesh {
  background:
    radial-gradient(ellipse 60% 40% at 20% 80%, rgba(34, 211, 238, 0.14) 0%, transparent 50%),
    radial-gradient(ellipse 50% 50% at 80% 20%, rgba(56, 189, 233, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse 40% 60% at 50% 50%, rgba(129, 140, 248, 0.07) 0%, transparent 60%);
}

[data-theme="light"] body.home-deep-tech .about-act-hero .about-hero-mesh {
  background:
    radial-gradient(ellipse 60% 40% at 20% 80%, rgba(13, 148, 136, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse 50% 50% at 80% 20%, rgba(67, 56, 202, 0.07) 0%, transparent 50%),
    radial-gradient(ellipse 40% 60% at 50% 50%, rgba(13, 148, 136, 0.04) 0%, transparent 60%);
}

body.home-deep-tech .addons-hero {
  background:
    radial-gradient(ellipse 80% 50% at 50% -30%, rgba(13, 148, 136, 0.08), transparent 50%),
    linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}

html[data-theme="dark"] body.home-deep-tech .addons-hero {
  background:
    radial-gradient(ellipse 80% 45% at 50% -20%, rgba(34, 211, 238, 0.07), transparent 50%),
    linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}

body.home-deep-tech .story-title {
  background: linear-gradient(135deg, #0d9488 0%, #312e81 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

html[data-theme="dark"] body.home-deep-tech .story-title {
  background: linear-gradient(135deg, #5eead4 0%, #93c5fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.home-deep-tech .story-invitation {
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.1) 0%, rgba(67, 56, 202, 0.08) 100%);
  border-color: rgba(13, 148, 136, 0.25);
}

html[data-theme="dark"] body.home-deep-tech .story-invitation {
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.08) 0%, rgba(56, 189, 248, 0.05) 100%);
  border-color: rgba(34, 211, 238, 0.2);
}

body.home-deep-tech .addon-badge {
  background: rgba(13, 148, 136, 0.12);
  color: #0f766e;
}

html[data-theme="dark"] body.home-deep-tech .addon-badge {
  background: rgba(34, 211, 238, 0.12);
  color: #5eead4;
}

[data-theme="light"] body.home-deep-tech .pricing-hero {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(13, 148, 136, 0.08), transparent 55%),
    linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}

html[data-theme="dark"] body.home-deep-tech .pricing-hero {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(34, 211, 238, 0.06), transparent 55%),
    linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}

body.page-promo.home-deep-tech::before {
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(6, 182, 212, 0.22) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 92% 45%, rgba(14, 165, 233, 0.14) 0%, transparent 50%),
    radial-gradient(ellipse 50% 35% at 8% 78%, rgba(34, 211, 238, 0.12) 0%, transparent 50%);
}

body.page-promo.home-deep-tech .cta-button {
  background: linear-gradient(135deg, #06b6d4 0%, #0284c7 100%);
  box-shadow: 0 0 24px rgba(6, 182, 212, 0.35);
}

body.page-promo.home-deep-tech .cta-button:hover {
  box-shadow: 0 0 32px rgba(34, 211, 238, 0.45);
}

body.page-promo.home-deep-tech .blog-hero-title {
  background: linear-gradient(135deg, #e2e8f0 0%, #22d3ee 45%, #38bdf8 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.page-promo.home-deep-tech .security-report-card {
  box-shadow:
    0 0 40px rgba(6, 182, 212, 0.15),
    0 0 60px rgba(14, 165, 233, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.page-promo.home-deep-tech .security-report-card::before {
  background: linear-gradient(90deg, transparent, #06b6d4, #0ea5e9, transparent);
}
