/* =========================================================================
   HIRE DEDICATED DEVELOPERS — DUBAI SERVICE PAGE
   Scoped entirely under .hdd-page — no body/html/:root/* or global rules,
   no font-family declarations (inherits host site typography).
   Design tokens live on .hdd-page as CSS custom properties.
   ========================================================================= */

.hdd-page {
  --hdd-black: #05070d;
  --hdd-navy: #0b1220;
  --hdd-navy-soft: #0f1830;
  --hdd-blue: #2f6fed;
  --hdd-blue-light: #4f8cff;
  --hdd-cyan: #22d3ee;
  --hdd-white: #f5f7fb;
  --hdd-muted: #9aa5b8;
  --hdd-muted-2: #6b7690;
  --hdd-line: rgba(255, 255, 255, 0.09);
  --hdd-glass: rgba(255, 255, 255, 0.045);
  --hdd-glass-strong: rgba(255, 255, 255, 0.075);
  --hdd-grad: linear-gradient(97deg, #4f8cff 0%, #7a7bff 48%, #22d3ee 100%);
  --hdd-grad-soft: linear-gradient(97deg, rgba(79,140,255,.16) 0%, rgba(34,211,238,.16) 100%);
  --hdd-radius: 18px;
  --hdd-radius-sm: 12px;
  --hdd-shadow: 0 20px 60px -20px rgba(0, 10, 40, 0.65);
  background: var(--hdd-black);
  color: var(--hdd-white);
  overflow-x: hidden;
  position: relative;
  padding-bottom: 30px;
}

.hdd-page::before,
.hdd-page::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.28;
  pointer-events: none;
  z-index: 0;
}
.hdd-page::before {
  background: #2f6fed;
  top: -120px;
  left: -160px;
}
.hdd-page::after {
  background: #22d3ee;
  top: 1600px;
  right: -200px;
  opacity: 0.18;
}

.hdd-page * {
  box-sizing: border-box;
}
.hdd-page a { text-decoration: none; }
:where(.hdd-page a) { color: inherit; }
.hdd-page ul { list-style: none; margin: 0; padding: 0; }
.hdd-page img { max-width: 100%; height: auto; }
.hdd-page svg { display: block; }

.hdd-section {
  position: relative;
  z-index: 1;
  padding: 30px 0;
}

/* ---------------------------------------------------------------------
   Alternating dark / light section bands.
   Every component below reads its colors from these custom properties,
   so re-declaring them per-section cascades correctly into cards, tables,
   pills, icons (currentColor), tabs, marquee chips, etc. with no need to
   override each component individually.
   ------------------------------------------------------------------- */
.hdd-section.hdd-bg-dark {
  background: var(--hdd-black);
}
.hdd-section.hdd-bg-light {
  background: #e9eef8;
  --hdd-navy: #ffffff;
  --hdd-navy-soft: #ffffff;
  --hdd-white: #0b1220;
  --hdd-muted: #414d68;
  --hdd-muted-2: #5b6780;
  --hdd-line: rgba(15, 23, 42, 0.14);
  --hdd-glass: #ffffff;
  --hdd-glass-strong: #ffffff;
}
.hdd-section.hdd-bg-light .hdd-glass {
  border: 1px solid rgba(15, 23, 42, 0.09);
  box-shadow: 0 16px 36px -20px rgba(15, 23, 42, 0.22), 0 2px 8px rgba(15, 23, 42, 0.05);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.hdd-section.hdd-bg-light .hdd-tech-card:hover {
  border-color: rgba(47, 111, 237, 0.35);
  box-shadow: 0 20px 40px -18px rgba(15, 23, 42, 0.28);
}
.hdd-section.hdd-bg-light .hdd-feature-grid { border-color: rgba(15, 23, 42, 0.12); }
.hdd-section.hdd-bg-light .hdd-feature-item { background: #ffffff; }
.hdd-section.hdd-bg-light .hdd-feature-item:hover { background: #eef3ff; }
.hdd-section.hdd-bg-light .hdd-tl-note { border: 1px solid rgba(15, 23, 42, 0.09); }
.hdd-section.hdd-bg-light .hdd-table thead th { background: rgba(47, 111, 237, 0.1); }
.hdd-section.hdd-bg-light .hdd-table tbody tr:hover td { background: #f3f6fd; }
.hdd-section.hdd-bg-light .hdd-compare td { background: #ffffff; border-color: rgba(15, 23, 42, 0.1); }
.hdd-section.hdd-bg-light .hdd-compare td.hdd-col-hi { background: #eef3ff; }
.hdd-section.hdd-bg-light .hdd-h1,
.hdd-section.hdd-bg-light .hdd-h2 {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
  color: #1e3a8a;
}
.hdd-section.hdd-bg-light .hdd-eyebrow,
.hdd-section.hdd-bg-light .hdd-tag {
  color: #0e7490;
}
.hdd-section.hdd-bg-light .hdd-match-status {
  color: #0e7490;
  background: rgba(8, 145, 178, 0.08);
  border-color: rgba(8, 145, 178, 0.3);
}
.hdd-section.hdd-bg-light .hdd-yes { color: #0e7490; }
.hdd-section.hdd-bg-light .hdd-no { color: #94a3b8; }
.hdd-section.hdd-bg-light .hdd-testi-stars { color: #d99a1b; }
.hdd-section.hdd-bg-light .hdd-btn-ghost { background: #ffffff; }
.hdd-section.hdd-bg-light .hdd-tab-nav { border-right-color: rgba(15, 23, 42, 0.1); }
.hdd-section.hdd-bg-light .hdd-tab-meta,
.hdd-section.hdd-bg-light .hdd-trust-chip,
.hdd-section.hdd-bg-light .hdd-filter-btn,
.hdd-section.hdd-bg-light .hdd-logo-chip {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
}
.hdd-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.hdd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hdd-cyan);
  margin-bottom: 14px;
}
.hdd-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--hdd-grad);
  display: inline-block;
  border-radius: 2px;
}

.hdd-h1 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  background: var(--hdd-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--hdd-white);
}
.hdd-h2 {
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.015em;
  margin: 0 0 16px;
  background: var(--hdd-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--hdd-white);
}
.hdd-h3 {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--hdd-white);
}
.hdd-lede {
  font-size: 17px;
  line-height: 1.7;
  color: var(--hdd-muted);
  max-width: 780px;
  margin: 0 0 8px;
}
.hdd-lede.hdd-center { margin-left: auto; margin-right: auto; text-align: center; }
.hdd-p { font-size: 15px; line-height: 1.7; color: var(--hdd-muted); }

.hdd-head-block { margin-bottom: 42px; }
.hdd-head-block.hdd-center { text-align: center; }
.hdd-head-block.hdd-center .hdd-eyebrow { justify-content: center; }

.hdd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 100px;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color .25s ease;
  white-space: nowrap;
}
.hdd-btn:focus-visible { outline: 2px solid var(--hdd-cyan); outline-offset: 3px; }
.hdd-btn-primary {
  background: var(--hdd-grad);
  color: #041022;
  box-shadow: 0 12px 30px -10px rgba(47, 111, 237, 0.65);
}
.hdd-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px -8px rgba(34, 211, 238, 0.55);
  color: #041022;
}
.hdd-btn-ghost {
  background: var(--hdd-glass);
  border-color: var(--hdd-line);
  color: var(--hdd-white);
  backdrop-filter: blur(8px);
}
.hdd-btn-ghost:hover {
  border-color: rgba(79, 140, 255, 0.6);
  background: var(--hdd-glass-strong);
  transform: translateY(-2px);
  color: var(--hdd-white);
}
.hdd-btn-sm { padding: 11px 20px; font-size: 13px; }
.hdd-btn-block { width: 100%; }

.hdd-glass {
  background: var(--hdd-glass);
  border: 1px solid var(--hdd-line);
  border-radius: var(--hdd-radius);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--hdd-shadow);
}

.hdd-icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hdd-grad-soft);
  border: 1px solid rgba(79, 140, 255, 0.28);
  color: var(--hdd-blue-light);
  flex-shrink: 0;
  margin-bottom: 16px;
}
.hdd-icon svg { width: 22px; height: 22px; }

.hdd-reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.hdd-reveal.hdd-in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .hdd-reveal { opacity: 1; transform: none; transition: none; }
}

/* HERO */
/* HERO */
.hdd-hero {
  padding-top: 56px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #0b1220 0%, #05070d 60%, #0b1220 100%) !important;
  background-image: none !important;
}
.hdd-hero .hdd-container { position: relative; z-index: 1; }

.hdd-section.hdd-hero {
  --hdd-white: #f5f7fb;
  --hdd-muted: #9aa5b8;
  --hdd-muted-2: #6b7690;
  --hdd-line: rgba(255, 255, 255, 0.09);
  --hdd-glass: rgba(255, 255, 255, 0.045);
  --hdd-glass-strong: rgba(255, 255, 255, 0.075);
}
.hdd-section.hdd-hero .hdd-h1,
.hdd-section.hdd-hero .hdd-h2 {
  background: var(--hdd-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--hdd-white);
}
.hdd-section.hdd-hero .hdd-eyebrow { color: var(--hdd-cyan); }
.hdd-section.hdd-hero .hdd-trust-chip {
  background: var(--hdd-glass);
  border-color: var(--hdd-line);
  color: var(--hdd-muted);
}
.hdd-section.hdd-hero .hdd-trust-chip strong { color: var(--hdd-white); }
.hdd-section.hdd-hero .hdd-btn-ghost {
  background: var(--hdd-glass);
  border-color: var(--hdd-line);
  color: var(--hdd-white);
}

/* Break out of Bootstrap's col-12 (width:100%) so the two columns
   actually sit side by side */
.hdd-hero-grid {
  display: grid !important;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: start;
}
.hdd-hero-grid > .hdd-hero-copy,
.hdd-hero-grid > .hdd-hero-visual-col {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding-left: 0;
  padding-right: 0;
}

.hdd-hero-copy { text-align: left; }
.hdd-hero-copy .hdd-eyebrow { justify-content: flex-start; }
.hdd-hero-copy .hdd-h1 { max-width: 100%; margin-left: 0; margin-right: 0; }
.hdd-hero-copy .hdd-lede { font-size: 18px; margin-left: 0; margin-right: 0; text-align: left; }
.hdd-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 34px; justify-content: flex-start; }
.hdd-trust-bar { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-start; }
.hdd-trust-chip {
  font-size: 12.5px; font-weight: 600; color: var(--hdd-muted);
  padding: 8px 14px; border-radius: 100px; background: var(--hdd-glass); border: 1px solid var(--hdd-line);
}
.hdd-trust-chip strong { color: var(--hdd-white); }

/* Right column: image on top, match-card panel below */
.hdd-hero-visual-col { display: flex; flex-direction: column; gap: 20px; }

.hdd-hero-photo {
  position: relative;
  border-radius: var(--hdd-radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 70px -25px rgba(0, 0, 0, 0.7);
}
.hdd-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(47,111,237,.18), rgba(34,211,238,.1));
  pointer-events: none;
}
.hdd-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.hdd-hero-visual { position: relative; padding: 28px; }
.hdd-hero-visual .hdd-orbit {
  position: absolute;
  inset: -1px;
  border-radius: var(--hdd-radius);
  padding: 1px;
  background: conic-gradient(from 180deg, rgba(79,140,255,.65), rgba(34,211,238,.35), rgba(79,140,255,.65));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: .8;
}
.hdd-match-row {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 14px 16px; border-radius: var(--hdd-radius-sm);
  background: rgba(255, 255, 255, 0.04); border: 1px solid var(--hdd-line);
  margin-bottom: 12px; animation: hddFloat 6s ease-in-out infinite;
}
.hdd-match-row:nth-child(2) { animation-delay: .4s; }
.hdd-match-row:nth-child(3) { animation-delay: .8s; margin-bottom: 0; }
@keyframes hddFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.hdd-avatar {
  width: 38px; height: 38px; border-radius: 50%; background: var(--hdd-grad);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800; color: #041022; flex-shrink: 0;
}
.hdd-match-name { font-size: 14px; font-weight: 700; color: var(--hdd-white); }
.hdd-match-role { font-size: 12px; color: var(--hdd-muted-2); }
.hdd-match-status {
  margin-left: auto; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  color: #22d3ee; padding: 5px 10px; border-radius: 100px;
  background: rgba(34, 211, 238, 0.12); border: 1px solid rgba(34, 211, 238, 0.3); white-space: nowrap;
}
.hdd-hero-stat-strip { display: flex; gap: 10px; margin-top: 18px; }
.hdd-hero-stat { flex: 1; text-align: center; padding: 14px 8px; border-radius: var(--hdd-radius-sm); background: rgba(255,255,255,0.03); border: 1px solid var(--hdd-line); }
.hdd-hero-stat b {
  display: block; font-size: 20px; font-weight: 800; background: var(--hdd-grad);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hdd-hero-stat span { font-size: 11px; color: var(--hdd-muted-2); }

@media (max-width: 991px) {
  .hdd-hero-grid { grid-template-columns: 1fr !important; }
}
/* SECTION 2 — Bento benefits (deliberately dark glass cards, even inside
   the light section band — flips to a light card on hover) */
.hdd-bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(150px, auto); gap: 16px; }
.hdd-bento-card {
  padding: 26px;
  transition: transform .35s ease, border-color .35s ease, background .35s ease, box-shadow .35s ease;
}
.hdd-bento-card.hdd-glass,
.hdd-section.hdd-bg-light .hdd-bento-card.hdd-glass {
  background: linear-gradient(155deg, rgba(17, 25, 45, 0.96), rgba(9, 13, 26, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 18px 40px -20px rgba(0, 0, 0, 0.6);
}
.hdd-bento-card .hdd-h3 { color: #f5f7fb; }
.hdd-bento-card p { margin: 0; font-size: 13.5px; line-height: 1.6; color: #aab4c8; }
.hdd-bento-card.hdd-span-2 { grid-column: span 2; }
.hdd-bento-card.hdd-span-4 { grid-column: span 4; display: flex; align-items: center; gap: 26px; }
.hdd-bento-card.hdd-span-4 .hdd-icon { margin-bottom: 0; }

.hdd-bento-card:hover {
  transform: translateY(-6px);
}
.hdd-bento-card.hdd-glass:hover,
.hdd-section.hdd-bg-light .hdd-bento-card.hdd-glass:hover {
  background: #ffffff;
  border-color: rgba(47, 111, 237, 0.35);
  box-shadow: 0 22px 46px -20px rgba(15, 23, 42, 0.3);
}
.hdd-bento-card:hover .hdd-h3 { color: #0b1220; }
.hdd-bento-card:hover p { color: #4b5568; }

/* Glassmorphism icon badge — frosted, layered, with an inner highlight
   rather than a flat tinted square */
.hdd-bento-card .hdd-icon {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -6px 10px -6px rgba(0, 0, 0, 0.3), 0 10px 22px -12px rgba(0, 0, 0, 0.6);
  color: #9db9ff;
  transition: background .35s ease, border-color .35s ease, color .35s ease, box-shadow .35s ease;
}
.hdd-bento-card:hover .hdd-icon {
  background: linear-gradient(145deg, rgba(79, 140, 255, 0.22), rgba(34, 211, 238, 0.1));
  border-color: rgba(47, 111, 237, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 10px 22px -14px rgba(47, 111, 237, 0.4);
  color: #2f6fed;
}

/* SECTION 3 — Technology grid with filter tabs */
.hdd-filterbar { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 30px; }
.hdd-filter-btn {
  font-size: 12.5px; font-weight: 700; padding: 9px 16px; border-radius: 100px;
  background: var(--hdd-glass); border: 1px solid var(--hdd-line); color: var(--hdd-muted);
  cursor: pointer; transition: all .25s ease;
}
.hdd-filter-btn:hover { color: var(--hdd-white); border-color: rgba(79,140,255,.4); }
.hdd-filter-btn.is-active { background: var(--hdd-grad); color: #041022; border-color: transparent; }
.hdd-tech-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.hdd-tech-card {
  flex: 0 1 calc(33.333% - 11px);
  max-width: calc(33.333% - 11px);
  padding: 24px;
  transition: transform .3s ease, border-color .3s ease;
}
.hdd-tech-card.is-hidden { display: none; }
.hdd-tech-card:hover { transform: translateY(-5px); border-color: rgba(34, 211, 238, 0.4); }
.hdd-tech-card p { font-size: 13.5px; line-height: 1.65; color: var(--hdd-muted); margin: 0; }
.hdd-tech-logo {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 10px 22px -12px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
}
.hdd-tech-logo img { width: 30px; height: 30px; object-fit: contain; }
.hdd-tag { display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--hdd-cyan); margin-bottom: 10px; }

/* SECTION 4 — Team model cards */
.hdd-model-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.hdd-model-card { position: relative; padding: 32px 28px; display: flex; flex-direction: column; }
.hdd-model-card.is-popular {
  border-image: var(--hdd-grad) 1; border-width: 1.5px; border-style: solid;
  background: linear-gradient(165deg, rgba(11, 18, 32, 0.97), rgba(6, 10, 20, 0.97));
  transform: scale(1.03); z-index: 2;
}
.hdd-model-card.is-popular .hdd-h3 { color: #f5f7fb; }
.hdd-model-card.is-popular p { color: #aab4c8; }
.hdd-model-card.is-popular .hdd-model-list li { color: #f5f7fb; border-bottom-color: rgba(255, 255, 255, 0.12); }
.hdd-model-card.is-popular .hdd-model-meta { color: #9aa5b8; }
.hdd-model-card.is-popular .hdd-model-meta b { color: #f5f7fb; }
.hdd-model-card.is-popular .hdd-icon {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #9db9ff;
}
.hdd-model-badge {
  position: absolute; top: -13px; left: 28px; background: var(--hdd-grad); color: #041022;
  font-size: 11px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px;
}
.hdd-model-card p { font-size: 13.5px; color: var(--hdd-muted); line-height: 1.65; margin-bottom: 18px; }
.hdd-model-list { margin-bottom: 16px; }
.hdd-model-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 13.5px; color: var(--hdd-white); padding: 6px 0; border-bottom: 1px dashed var(--hdd-line); }
.hdd-model-list li:last-child { border-bottom: none; }
.hdd-model-list svg { width: 15px; height: 15px; flex-shrink: 0; margin-top: 2px; color: var(--hdd-cyan); }
.hdd-model-meta { font-size: 11.5px; color: var(--hdd-muted-2); margin-bottom: 4px; }
.hdd-model-meta b { color: var(--hdd-white); }
.hdd-model-foot { margin-top: auto; padding-top: 18px; }

/* SECTION 5 — Feature icon grid */
.hdd-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; border-radius: var(--hdd-radius); overflow: hidden; border: 1px solid var(--hdd-line); }
.hdd-feature-item { background: var(--hdd-navy-soft); padding: 26px 24px; display: flex; gap: 14px; transition: background .25s ease; }
.hdd-feature-item:hover { background: rgba(79, 140, 255, 0.08); }
.hdd-feature-item .hdd-icon { margin-bottom: 0; width: 40px; height: 40px; }
.hdd-feature-item .hdd-icon svg { width: 19px; height: 19px; }
.hdd-feature-copy h3 { font-size: 15.5px; margin: 0 0 6px; font-weight: 700; color: var(--hdd-white); }
.hdd-feature-copy p { font-size: 13px; color: var(--hdd-muted); line-height: 1.6; margin: 0; }

/* SECTION 6 — Industry pill grid */
.hdd-pill-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.hdd-pill,
.hdd-section.hdd-bg-light .hdd-pill {
  padding: 12px 20px; border-radius: 100px;
  background: linear-gradient(155deg, rgba(17, 25, 45, 0.96), rgba(9, 13, 26, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13.5px; font-weight: 600; color: #c3cadb; display: inline-flex; align-items: center; gap: 8px;
  transition: all .25s ease; cursor: pointer;
}
.hdd-pill:hover,
.hdd-section.hdd-bg-light .hdd-pill:hover {
  color: #0b1220;
  border-color: rgba(47, 111, 237, 0.35);
  background: #ffffff;
  box-shadow: 0 14px 30px -14px rgba(15, 23, 42, 0.3);
  transform: translateY(-3px);
}
.hdd-pill svg { width: 14px; height: 14px; color: #4f8cff; transition: color .25s ease; }
.hdd-pill:hover svg { color: #2f6fed; }
button.hdd-pill { text-align: left; }

/* SECTION 7 — Vertical timeline */
.hdd-timeline { position: relative; }
.hdd-timeline::before {
  content: ""; position: absolute; left: 50%; top: 6px; bottom: 6px; width: 2px;
  background: linear-gradient(180deg, var(--hdd-blue-light), var(--hdd-cyan)); transform: translateX(-50%); opacity: .5;
}
.hdd-tl-row {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  grid-template-areas: "card node spacer";
  align-items: start;
  margin-bottom: 26px;
}
.hdd-tl-row:nth-child(even) { grid-template-areas: "spacer node card"; }
.hdd-tl-row:last-child { margin-bottom: 0; }
.hdd-tl-node {
  grid-area: node;
  width: 44px; height: 44px; border-radius: 50%; background: var(--hdd-navy); border: 1.5px solid var(--hdd-blue-light);
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; color: var(--hdd-cyan);
  margin: 12px auto 0; position: relative; z-index: 1; box-shadow: 0 0 0 6px var(--hdd-black);
}
.hdd-tl-card { grid-area: card; padding: 22px 24px; }
.hdd-tl-spacer { grid-area: spacer; }
.hdd-tl-card p { font-size: 13.5px; color: var(--hdd-muted); line-height: 1.65; margin: 0; }
.hdd-tl-note { margin-top: 30px; text-align: center; font-size: 14px; color: var(--hdd-muted); padding: 16px 22px; }

/* SECTION 8 — Skill matrix table */
.hdd-table-wrap { overflow-x: auto; border-radius: var(--hdd-radius); -webkit-overflow-scrolling: touch; }
.hdd-table { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 880px; }
.hdd-table thead th {
  text-align: left; font-size: 11.5px; letter-spacing: .05em; text-transform: uppercase; color: var(--hdd-cyan);
  padding: 16px 18px; background: rgba(79, 140, 255, 0.1); position: sticky; top: 0;
}
.hdd-table thead th:first-child { border-radius: 12px 0 0 0; }
.hdd-table thead th:last-child { border-radius: 0 12px 0 0; }
.hdd-table tbody td { padding: 14px 18px; font-size: 13.5px; color: var(--hdd-muted); border-bottom: 1px solid var(--hdd-line); white-space: nowrap; }
.hdd-table tbody td:first-child { color: var(--hdd-white); font-weight: 700; }
.hdd-table-tech { display: inline-flex; align-items: center; gap: 10px; }
.hdd-table-tech img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 6px;
  background: #ffffff;
  padding: 3px;
  box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.3);
}
.hdd-table tbody tr:hover td { background: rgba(255, 255, 255, 0.03); color: var(--hdd-white); }
.hdd-table-cta { margin-top: 22px; padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.hdd-table-cta p { margin: 0; font-size: 14.5px; color: var(--hdd-white); max-width: 560px; }

/* SECTION 9 — Comparison table */
.hdd-compare-wrap { overflow-x: auto; max-width: 960px; margin: 0 auto; }
.hdd-compare { width: 100%; max-width: 960px; margin: 0 auto; border-collapse: separate; border-spacing: 0 10px; min-width: 680px; table-layout: fixed; }
.hdd-compare col.hdd-col-feature { width: 24%; }
.hdd-compare col.hdd-col-data { width: 25.33%; }
.hdd-compare th { text-align: left; font-size: 13px; padding: 0 16px 14px; color: var(--hdd-muted-2); font-weight: 700; overflow-wrap: break-word; }
.hdd-compare th.hdd-col-hi { color: var(--hdd-cyan); font-size: 14px; }
.hdd-compare td { padding: 14px 16px; font-size: 13px; line-height: 1.4; color: var(--hdd-muted); background: var(--hdd-glass); border-top: 1px solid var(--hdd-line); border-bottom: 1px solid var(--hdd-line); overflow-wrap: break-word; }
.hdd-compare td:first-child { color: var(--hdd-white); font-weight: 700; border-left: 1px solid var(--hdd-line); border-radius: 10px 0 0 10px; }
.hdd-compare td:last-child { border-right: 1px solid var(--hdd-line); border-radius: 0 10px 10px 0; }
.hdd-compare td.hdd-col-hi { background: var(--hdd-grad-soft); color: var(--hdd-white); font-weight: 600; border-top-color: rgba(79,140,255,.3); border-bottom-color: rgba(79,140,255,.3); }
.hdd-yes { color: #22d3ee; }
.hdd-no { color: #64748b; }
.hdd-warn { color: #f0b93d; }

/* SECTION 10 — Engagement model tabs */
.hdd-tabs { display: flex; }
.hdd-tab-nav { display: flex; flex-direction: column; gap: 8px; width: 300px; flex-shrink: 0; padding-right: 22px; border-right: 1px solid var(--hdd-line); }
.hdd-tab-btn {
  text-align: left; padding: 14px 18px; border-radius: var(--hdd-radius-sm); background: transparent; border: 1px solid transparent;
  color: var(--hdd-muted); cursor: pointer; font-size: 14px; font-weight: 700; display: flex; align-items: center; gap: 12px; transition: all .25s ease;
}
.hdd-tab-btn span.hdd-tab-num { font-size: 11px; font-weight: 800; color: var(--hdd-muted-2); width: 22px; }
.hdd-tab-btn:hover { background: var(--hdd-glass); color: var(--hdd-white); }
.hdd-tab-btn.is-active { background: var(--hdd-grad-soft); border-color: rgba(79,140,255,.4); color: var(--hdd-white); }
.hdd-tab-btn.is-active span.hdd-tab-num { color: var(--hdd-cyan); }
.hdd-tab-panels { flex: 1; padding-left: 34px; position: relative; }
.hdd-tab-panel { display: none; }
.hdd-tab-panel.is-active { display: block; animation: hddFadeIn .4s ease; }
@keyframes hddFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.hdd-tab-panel p { font-size: 14.5px; color: var(--hdd-muted); line-height: 1.7; max-width: 560px; }
.hdd-tab-meta { font-size: 13px; color: var(--hdd-white); background: var(--hdd-glass); border: 1px solid var(--hdd-line); display: inline-block; padding: 10px 16px; border-radius: var(--hdd-radius-sm); margin: 6px 0 22px; }
.hdd-tab-meta b { color: var(--hdd-cyan); }

.hdd-accordion { display: none; }
.hdd-acc-item { border-bottom: 1px solid var(--hdd-line); }
.hdd-acc-item:first-child { border-top: 1px solid var(--hdd-line); }
.hdd-acc-trigger {
  width: 100%; background: transparent; border: none; color: var(--hdd-white); text-align: left; padding: 18px 4px;
  font-size: 14.5px; font-weight: 700; display: flex; justify-content: space-between; align-items: center; cursor: pointer; gap: 12px;
}
.hdd-acc-trigger svg { width: 18px; height: 18px; flex-shrink: 0; transition: transform .3s ease; color: var(--hdd-cyan); }
.hdd-acc-item.is-open .hdd-acc-trigger svg { transform: rotate(45deg); }
.hdd-acc-panel { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.hdd-acc-panel-inner { padding: 0 4px 20px; font-size: 13.5px; color: var(--hdd-muted); line-height: 1.65; }

/* SECTION 11 — Tech logo marquee */
.hdd-marquee {
  overflow: hidden; padding: 28px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.hdd-marquee-track { display: flex; width: max-content; gap: 18px; animation: hddMarquee 34s linear infinite; }
.hdd-marquee:hover .hdd-marquee-track { animation-play-state: paused; }
.hdd-logo-chip { display: flex; align-items: center; gap: 10px; padding: 14px 22px; border-radius: var(--hdd-radius-sm); white-space: nowrap; }
.hdd-logo-chip svg { width: 22px; height: 22px; fill: var(--hdd-white); opacity: .9; }
.hdd-logo-chip img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(94%) sepia(6%) saturate(217%) hue-rotate(181deg) brightness(101%);
  opacity: 1;
  transition: opacity .25s ease;
}
.hdd-logo-chip span { font-size: 13.5px; font-weight: 700; color: var(--hdd-muted); }
.hdd-logo-chip:hover span { color: var(--hdd-white); }
.hdd-logo-chip:hover img { opacity: 1; }
@keyframes hddMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* SECTION 12 — Counter strip */
.hdd-counter-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hdd-counter-card { padding: 30px 20px; text-align: center; }
.hdd-counter-num {
  font-size: 40px; font-weight: 800; background: var(--hdd-grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; display: block; line-height: 1; margin-bottom: 8px;
}
.hdd-counter-label { font-size: 12.5px; letter-spacing: .03em; color: var(--hdd-muted-2); text-transform: uppercase; font-weight: 700; }

/* SECTION 13 — Stat badge cluster */
.hdd-stat-cluster { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.hdd-stat-badge { padding: 16px 22px; border-radius: var(--hdd-radius-sm); font-size: 14px; font-weight: 700; color: var(--hdd-white); display: inline-flex; align-items: center; gap: 8px; }
.hdd-stat-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--hdd-cyan); box-shadow: 0 0 10px var(--hdd-cyan); }

/* FINAL CTA */
.hdd-final-cta {
  padding: 64px 48px; text-align: center;
  background: radial-gradient(120% 160% at 50% 0%, rgba(79,140,255,.22), transparent 60%), var(--hdd-navy-soft);
  position: relative; overflow: hidden;
}
.hdd-final-cta .hdd-lede { margin-left: auto; margin-right: auto; }
.hdd-final-ctas { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 26px; }

/* SECTION 14 — Testimonials carousel */
.hdd-testi-wrap { position: relative; }
.hdd-testi-track-wrap { overflow: hidden; }
.hdd-testi-track { display: flex; gap: 18px; transition: transform .5s ease; }
.hdd-testi-card { flex: 0 0 calc(33.333% - 12px); padding: 26px; display: flex; flex-direction: column; }
.hdd-testi-stars { color: #f0b93d; font-size: 14px; letter-spacing: 2px; margin-bottom: 14px; }
.hdd-testi-quote { font-size: 14px; line-height: 1.7; color: var(--hdd-muted); margin: 0 0 20px; flex-grow: 1; }
.hdd-testi-person { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--hdd-line); }
.hdd-testi-logo {
  width: 50px; height: 50px; border-radius: 50%; background: var(--hdd-grad); display: flex; align-items: center;
  justify-content: center; font-weight: 800; font-size: 15px; color: #041022; flex-shrink: 0;
}
.hdd-testi-name { font-size: 14px; font-weight: 700; color: var(--hdd-white); }
.hdd-testi-role { font-size: 12px; color: var(--hdd-muted-2); }
.hdd-testi-nav { display: flex; justify-content: center; gap: 10px; margin-top: 26px; }
.hdd-testi-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--hdd-line); border: none; cursor: pointer; padding: 0; transition: all .25s ease; }
.hdd-testi-dot.is-active { width: 22px; border-radius: 100px; background: var(--hdd-grad); }
.hdd-testi-arrows { position: absolute; top: 50%; left: 0; right: 0; display: flex; justify-content: space-between; transform: translateY(-50%); pointer-events: none; z-index: 2; }
.hdd-testi-arrow {
  pointer-events: all;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--hdd-white);
  background: var(--hdd-glass-strong);
  border: 1px solid var(--hdd-line);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 26px -10px rgba(0, 0, 0, 0.55);
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.hdd-testi-arrow.hdd-prev { margin-left: -20px; }
.hdd-testi-arrow.hdd-next { margin-right: -20px; }
.hdd-testi-arrow:hover {
  background: var(--hdd-grad-soft);
  border-color: rgba(79, 140, 255, 0.5);
  transform: translateY(-2px);
}
.hdd-testi-arrow:focus-visible { outline: 2px solid var(--hdd-cyan); outline-offset: 2px; }
.hdd-testi-arrow svg { width: 16px; height: 16px; }
@media (max-width: 575px) {
  .hdd-testi-arrow.hdd-prev { margin-left: 4px; }
  .hdd-testi-arrow.hdd-next { margin-right: 4px; }
}

/* SECTION 15 — FAQ accordion */
.hdd-faq-wrap { max-width: 880px; margin: 0 auto; }
.hdd-faq-item { margin-bottom: 12px; overflow: hidden; }
.hdd-faq-trigger {
  width: 100%; background: transparent; border: none; color: var(--hdd-white); text-align: left; padding: 20px 24px;
  font-size: 15px; font-weight: 700; display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer;
}
.hdd-faq-trigger svg { width: 20px; height: 20px; flex-shrink: 0; transition: transform .3s ease; color: var(--hdd-cyan); }
.hdd-faq-item.is-open .hdd-faq-trigger svg { transform: rotate(45deg); }
.hdd-faq-item.is-open { border-color: rgba(79,140,255,.4); }
.hdd-faq-panel { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.hdd-faq-panel-inner { padding: 0 24px 22px; font-size: 14px; line-height: 1.7; color: var(--hdd-muted); }
.hdd-faq-num { font-size: 12px; color: var(--hdd-cyan); font-weight: 800; margin-right: 10px; }

/* RESPONSIVE */
@media (max-width: 991px) {
  .hdd-hero-grid { grid-template-columns: 1fr; }
  .hdd-bento { grid-template-columns: repeat(2, 1fr); }
  .hdd-bento-card.hdd-span-2 { grid-column: span 2; }
  .hdd-bento-card.hdd-span-4 { grid-column: span 2; flex-direction: column; text-align: center; }
  .hdd-tech-card { flex: 0 1 calc(50% - 8px); max-width: calc(50% - 8px); }
  .hdd-model-grid { grid-template-columns: 1fr; }
  .hdd-model-card.is-popular { transform: none; }
  .hdd-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .hdd-testi-card { flex: 0 0 calc(50% - 9px); }
  .hdd-tabs { display: none; }
  .hdd-accordion { display: block; }
}

@media (max-width: 767px) {
  .hdd-section { padding: 30px 0; }
  .hdd-bento { grid-template-columns: 1fr; }
  .hdd-bento-card.hdd-span-2, .hdd-bento-card.hdd-span-4 { grid-column: span 1; }
  .hdd-tech-card { flex: 0 1 100%; max-width: 100%; }
  .hdd-feature-grid { grid-template-columns: 1fr; }
  .hdd-timeline::before { left: 21px; }
  .hdd-tl-row,
  .hdd-tl-row:nth-child(even) { grid-template-columns: 44px 1fr; grid-template-areas: "node card"; }
  .hdd-tl-node { margin: 0; }
  .hdd-tl-spacer { display: none; }
  .hdd-counter-strip { grid-template-columns: 1fr; }
  .hdd-testi-card { flex: 0 0 100%; }
  .hdd-final-cta { padding: 44px 22px; }
  .hdd-hero-visual { min-height: auto; }
}