/* TheDynamicHub — Public Website Styles */
:root {
  --bg-primary:    #050c18;
  --bg-darker:     #080f1e;
  --bg-card:       #0d1929;
  --bg-card-hover: #111e2e;
  --text-primary:  #f1f5f9;
  --text-secondary:#8899b0;
  --border-color:  #162030;
  --border-light:  #1d2f47;
  --primary:       #2563eb;
  --primary-hover: #1d4ed8;
  --primary-glow:  rgba(37,99,235,0.18);
  --accent:        #6366f1;
}

/* ── Light Theme Overrides ───────────────────────────────────────────────── */
html.light {
  --bg-primary:    #f0f4f8;
  --bg-darker:     #e2e8f0;
  --bg-card:       #ffffff;
  --bg-card-hover: #f8fafc;
  --text-primary:  #0f172a;
  --text-secondary:#475569;
  --border-color:  #e2e8f0;
  --border-light:  #cbd5e1;
  --primary-glow:  rgba(37,99,235,0.10);
}
html.light body { background: var(--bg-primary) !important; color: var(--text-primary) !important; }
html.light .tdh-navbar { background: rgba(255,255,255,0.97) !important; border-bottom-color: var(--border-color) !important; }
html.light .tdh-navbar .navbar-brand { color: #0f172a !important; }
html.light .tdh-navbar .nav-link { color: #475569 !important; }
html.light .tdh-navbar .nav-link:hover { color: #0f172a !important; }
html.light .btn-theme-toggle { color: #475569 !important; }
html.light .btn-theme-toggle:hover { color: #0f172a !important; }
html.light .btn-start-project { color: #0f172a !important; border-color: rgba(0,0,0,.3) !important; }
html.light .btn-start-project:hover { background: rgba(0,0,0,.06) !important; border-color: rgba(0,0,0,.5) !important; color: #0f172a !important; }
html.light .btn-start-project i { color: #0f172a !important; }
html.light .hero-section { background: var(--bg-primary) !important; }
html.light .hero-title { color: #0f172a !important; }
html.light .hero-desc { color: #475569 !important; }
html.light .hero-stat-value { color: #0f172a !important; }
html.light .hero-stat-label { color: #64748b !important; }
html.light .hero-stat-sep { background: #cbd5e1 !important; }
html.light .eyebrow-tag { background: rgba(37,99,235,.08) !important; color: #2563eb !important; }
html.light .eyebrow-dot { background: #2563eb !important; }
html.light .text-white { color: #0f172a !important; }
html.light .text-secondary { color: #475569 !important; }
html.light .section-title { color: #0f172a !important; }
html.light .section-eyebrow { color: #475569 !important; }
html.light .card, html.light .blog-card, html.light .service-card,
html.light .package-card, html.light .feature-card { background: var(--bg-card) !important; border-color: var(--border-color) !important; }
html.light .bg-card { background: var(--bg-card) !important; }
html.light .bg-darker { background: var(--bg-darker) !important; }
html.light section { background: var(--bg-primary); }
html.light .section-alt { background: var(--bg-darker) !important; }
html.light footer, html.light .site-footer { background: #1e293b !important; }
html.light .navbar-toggler-icon { filter: invert(1); }
html.light .form-control, html.light .form-select {
  background: #fff !important; color: #0f172a !important;
  border-color: var(--border-light) !important;
}
/* Cards — add visible shadow so white cards stand out on light bg */
html.light .service-card,
html.light .why-card,
html.light .industry-card,
html.light .package-card,
html.light .testimonial-card,
html.light .blog-card,
html.light .trait-card {
  box-shadow: 0 2px 16px rgba(0,0,0,0.07), 0 1px 4px rgba(0,0,0,0.05) !important;
}
html.light .service-card:hover,
html.light .why-card:hover,
html.light .industry-card:hover,
html.light .package-card:hover,
html.light .testimonial-card:hover,
html.light .blog-card:hover,
html.light .trait-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.07) !important;
}
/* Hardcoded-white titles — fix for light mode */
html.light .service-title    { color: #0f172a !important; }
html.light .service-desc     { color: #475569 !important; }
html.light .industry-title   { color: #0f172a !important; }
html.light .industry-desc    { color: #64748b !important; }
html.light .process-title    { color: #0f172a !important; }
html.light .process-desc     { color: #64748b !important; }
html.light .process-num      { color: rgba(0,0,0,0.06) !important; }
html.light .project-title    { color: #0f172a !important; }
html.light .package-name     { color: #0f172a !important; }
html.light .package-desc     { color: #475569 !important; }
html.light .why-title        { color: #0f172a !important; }
html.light .why-desc         { color: #475569 !important; }
html.light .trait-title      { color: #0f172a !important; }
html.light .trait-desc       { color: #64748b !important; }
html.light .blog-content h1,
html.light .blog-content h2,
html.light .blog-content h3  { color: #0f172a !important; }
html.light .blog-content p,
html.light .blog-content li  { color: #334155 !important; }
html.light .contact-feature-title { color: #0f172a !important; }
html.light .about-lead, html.light .about-body { color: #475569 !important; }
/* CTA banner — keep dark so white text stays readable (two-class selector wins specificity) */
html.light .section-cta-banner.bg-darker { background: #1e293b !important; }
html.light .section-cta-banner { background: #1e293b !important; }
html.light .cta-banner-title { color: #ffffff !important; }
html.light .cta-banner-sub { color: #94a3b8 !important; }
html.light .hero-bg-glow { opacity: 0.3; }
/* Service listing page — svc-card titles + service detail page */
html.light .svc-title { color: #0f172a !important; }
html.light .svc-desc { color: #475569 !important; }
html.light .svc-card { box-shadow: 0 2px 12px rgba(0,0,0,0.07) !important; }
html.light .svc-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.12) !important; }
html.light .svc-card:hover .svc-link { color: #2563eb !important; }
html.light .svc-icon { background: rgba(99,102,241,.08) !important; border-color: var(--border-light) !important; }
html.light .svc-feat-card { box-shadow: 0 2px 12px rgba(0,0,0,0.07) !important; }
html.light .svc-feat-title { color: #0f172a !important; }
html.light .svc-feat-desc { color: #475569 !important; }
html.light .svc-back-link:hover { color: #0f172a !important; }
html.light .svc-intro-text { color: #475569 !important; }
/* Featured cards — keep intentionally dark (blue gradient) even in light mode */
html.light .service-card-featured { background: linear-gradient(145deg, #1e3a8a, #1d4ed8) !important; border-color: rgba(37,99,235,.4) !important; }
html.light .service-card-featured .service-title { color: #ffffff !important; }
html.light .service-card-featured .service-desc { color: rgba(255,255,255,.75) !important; }
html.light .service-card-featured .service-features li { color: rgba(255,255,255,.8) !important; }
html.light .package-card-featured { background: linear-gradient(145deg, #1e3a8a, #1d4ed8) !important; border-color: rgba(37,99,235,.5) !important; }
html.light .package-card-featured .package-name { color: #ffffff !important; }
html.light .package-card-featured .package-desc { color: rgba(255,255,255,.75) !important; }
html.light .package-card-featured .package-features li { color: rgba(255,255,255,.8) !important; }
/* Package modal success title */
html.light .pkg-modal-success h5 { color: #0f172a !important; }
html.light .pkg-modal { background: #ffffff !important; border-color: #e2e8f0 !important; }
html.light .pkg-modal-title { color: #0f172a !important; }
html.light .pkg-modal-sub { color: #64748b !important; }
html.light .pkg-modal-close { color: #64748b !important; }
html.light .contact-input { background: #fff !important; color: #0f172a !important; border-color: #e2e8f0 !important; }
html.light .contact-input::placeholder { color: #94a3b8 !important; }
/* Blog section on homepage */
html.light .blog-card .text-white { color: #0f172a !important; }
/* Section alt bg — partner/process/testimonial sections using bg-darker */
html.light .section-why { background: var(--bg-darker) !important; }
html.light .section-testimonials { background: var(--bg-darker) !important; }
html.light .section-industries { background: var(--bg-darker) !important; }
html.light .section-partner { background: var(--bg-darker) !important; }
/* Partner section */
html.light .partner-body strong { color: #0f172a !important; }
/* Packages section (pkg-* are alternate package card classes) */
html.light .pkg-name { color: #0f172a !important; }
html.light .pkg-tabs { background: rgba(0,0,0,0.04) !important; border-color: var(--border-color) !important; }
html.light .pkg-card { background: #ffffff !important; border-color: var(--border-color) !important; box-shadow: 0 2px 16px rgba(0,0,0,0.07) !important; }
html.light .pkg-feats li { color: #475569 !important; }
/* Industries section (ind-* are alternate industry card classes) */
html.light .ind-card {
  background: #ffffff !important;
  border-color: #d1dbe8 !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07), 0 1px 4px rgba(0,0,0,0.04) !important;
}
html.light .ind-card:hover {
  border-color: rgba(99,102,241,.35) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12) !important;
}
html.light .ind-icon {
  background: rgba(99,102,241,.08) !important;
  border-color: #d1dbe8 !important;
  color: #6366f1 !important;
}
html.light .ind-title { color: #0f172a !important; }
html.light .ind-desc { color: #64748b !important; }
/* Project/work section */
html.light .proj-title { color: #0f172a !important; }
html.light .proj-cat { color: rgba(0,0,0,0.45) !important; }
/* Hero + package buttons — ghost/white buttons converted for light mode */
html.light .btn-consultation {
  color: #0f172a !important;
  border-color: rgba(0,0,0,.25) !important;
  background: transparent !important;
}
html.light .btn-consultation:hover {
  background: rgba(0,0,0,.05) !important;
  border-color: rgba(0,0,0,.45) !important;
  color: #0f172a !important;
}
/* Learn More — keep navy but ensure text contrast */
html.light .btn-learn-more {
  background: #0f172a !important;
  border-color: #0f172a !important;
  color: #ffffff !important;
}
html.light .btn-learn-more:hover {
  background: #1e3a8a !important;
  border-color: #1e3a8a !important;
  color: #ffffff !important;
}
/* Package "Get Started" — white button vanishes on white card; switch to blue */
html.light .btn-pkg-cta {
  background: #2563eb !important;
  color: #ffffff !important;
  border: none !important;
}
html.light .btn-pkg-cta:hover {
  background: #1d4ed8 !important;
  color: #ffffff !important;
}
/* Why Choose method link button */
html.light .btn-why-method { color: #0f172a !important; border-color: var(--border-light) !important; }
html.light .btn-why-method:hover { color: #0f172a !important; background: rgba(99,102,241,.08) !important; }
html.light .why-bullet-title { color: #0f172a !important; }
html.light .why-bullet-desc { color: #64748b !important; }
/* Testimonials */
html.light .testi-name { color: #0f172a !important; }
html.light .testi-role { color: #64748b !important; }
html.light .testi-dot { background: rgba(0,0,0,0.15) !important; }
html.light .testi-dot.active { background: #2563eb !important; }
html.light .testi-text { color: #334155 !important; }
/* Testimonials — testi-card has near-transparent bg that vanishes on light section */
html.light .testi-card {
  background: #ffffff !important;
  border-color: #d1dbe8 !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07), 0 1px 4px rgba(0,0,0,0.04) !important;
}
html.light .testi-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.12) !important;
}
/* Contact form card */
html.light .contact-form-card {
  background: #ffffff !important;
  border-color: #d1dbe8 !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08) !important;
}
html.light .contact-form-title { color: #0f172a !important; }
html.light .contact-form-sub { color: #64748b !important; }
html.light .contact-wrapper { background: #ffffff !important; border-color: #e2e8f0 !important; box-shadow: 0 4px 24px rgba(0,0,0,.07) !important; }
/* Package inquiry modal — has hardcoded dark background */
html.light .pkg-modal { background: #ffffff !important; border-color: #e2e8f0 !important; }
html.light .pkg-modal-title { color: #0f172a !important; }
html.light .pkg-modal-sub { color: #64748b !important; }
html.light .pkg-modal-close { color: #64748b !important; background: rgba(0,0,0,0.05) !important; }
html.light .pkg-modal-close:hover { background: rgba(0,0,0,0.10) !important; color: #0f172a !important; }
html.light .pkg-tab-btn { color: #64748b !important; border-color: #e2e8f0 !important; }
html.light .pkg-tab-btn.active { background: #2563eb !important; color: #fff !important; border-color: #2563eb !important; }
html.light .pkg-phone-prefix { color: #64748b !important; }
html.light .pkg-form-alert { background: rgba(239,68,68,.1) !important; color: #dc2626 !important; }
/* Form select options inherit dark bg — force light */
html.light .form-select { background-color: #fff !important; color: #0f172a !important; }
html.light .form-select option { background: #fff !important; color: #0f172a !important; }
/* Form control focus state — hardcoded dark bg needs light override */
html.light .form-control:focus,
html.light .form-select:focus { background: #fff !important; color: #0f172a !important; }
html.light .form-control::placeholder { color: #94a3b8 !important; }
html.light .form-control { background: #fff !important; color: #0f172a !important; border-color: #e2e8f0 !important; }
/* Hero visual cards — bg-card goes white in light mode so text must be dark */
html.light .visual-card-text { color: #0f172a !important; }
html.light .hero-visual-card { box-shadow: 0 4px 24px rgba(0,0,0,0.12) !important; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  line-height: 1.6;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat', -apple-system, sans-serif;
  font-weight: 700;
  line-height: 1.15;
}

/* ── Spacing Helpers ── */
.py-6  { padding-top: 5rem !important; padding-bottom: 5rem !important; }
.mb-6  { margin-bottom: 4rem !important; }
.min-vh-80 { min-height: 80vh; }

/* ── Navbar ── */
.tdh-navbar {
  background: rgba(5,12,24,0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-color);
  padding: 14px 0;
  font-family: 'Montserrat', sans-serif;
}

.tdh-navbar .navbar-brand {
  color: #fff !important;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tdh-navbar .nav-link {
  color: var(--text-secondary) !important;
  font-size: .875rem;
  font-weight: 500;
  transition: color .2s;
  padding: 6px 12px !important;
  border-radius: 8px;
}

.tdh-navbar .nav-link:hover { color: #fff !important; }

.logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #2563eb;
  color: #fff;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  flex-shrink: 0;
  font-family: 'Montserrat', sans-serif;
}

/* ── Section Helpers ── */
.section-eyebrow {
  display: inline-block;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #2563eb;
  margin-bottom: .75rem;
  font-family: 'Montserrat', sans-serif;
}

.section-header { max-width: 640px; margin-left: auto; margin-right: auto; }

.section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1.15;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-secondary);
  margin-top: .75rem;
  line-height: 1.65;
}

.bg-darker { background: var(--bg-darker); }

/* ══════════════════════════════
   HERO
══════════════════════════════ */
.hero-section {
  position: relative;
  background: var(--bg-primary);
  overflow: hidden;
  padding: 60px 0 80px;
}

.hero-bg-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(37,99,235,.14) 0%, transparent 70%),
    radial-gradient(ellipse 40% 30% at 80% 30%, rgba(99,102,241,.07) 0%, transparent 60%);
  pointer-events: none;
}

.hero-section .container { position: relative; z-index: 1; }

/* ── Navbar extras ── */
.btn-start-project {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 8px;
  font-weight: 600;
  font-size: .875rem;
  font-family: 'Montserrat', sans-serif;
  transition: background .2s, border-color .2s;
}
.btn-start-project:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.6);
  color: #fff;
}
.btn-theme-toggle {
  background: none;
  border: none;
  color: var(--text-secondary);
  font-size: 1rem;
  padding: 6px 10px;
  cursor: pointer;
  border-radius: 8px;
  transition: color .2s;
}
.btn-theme-toggle:hover { color: #fff; }

.eyebrow-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(37,99,235,.1);
  border: 1px solid rgba(37,99,235,.25);
  color: #60a5fa;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
}

/* eyebrow dot */
.eyebrow-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #818cf8;
  flex-shrink: 0;
}

.hero-title {
  font-size: clamp(2.6rem, 5.8vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.1;
  color: #fff;
  margin: 0;
}

@keyframes gradientShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.hero-title-accent {
  background: linear-gradient(90deg, #4f46e5, #818cf8, #c4b5fd, #818cf8, #4f46e5);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 4s ease infinite;
}


.hero-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* CTA Buttons */
.btn-consultation {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.35);
  border-radius: 50px;
  font-weight: 600;
  font-size: .95rem;
  font-family: 'Montserrat', sans-serif;
  transition: background .2s, border-color .2s;
}
.btn-consultation:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.6);
  color: #fff;
}
.btn-learn-more {
  background: #1a2540;
  color: #fff;
  border: 1.5px solid var(--border-light);
  border-radius: 50px;
  font-weight: 600;
  font-size: .95rem;
  font-family: 'Montserrat', sans-serif;
  transition: background .2s, border-color .2s;
}
.btn-learn-more:hover {
  background: #1e2e50;
  border-color: #2563eb;
  color: #fff;
}

/* Hero stats row (centered) */
.hero-stats-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-top: 1px solid var(--border-color);
  padding-top: 1.5rem;
}

.hero-stat-item {
  text-align: center;
  padding: 0 2.5rem;
}

.hero-stat-value {
  font-size: 1.9rem;
  font-weight: 800;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.5px;
  line-height: 1.1;
}

.hero-stat-label {
  font-size: .78rem;
  color: var(--text-secondary);
  margin-top: 3px;
  letter-spacing: .3px;
}

.hero-stat-sep {
  width: 1px;
  height: 36px;
  background: var(--border-color);
  flex-shrink: 0;
}

/* Decorative dots & diamond */
.hero-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(99,102,241,.45);
  pointer-events: none;
  z-index: 0;
}
.hero-dot-tl { top: 14%;  left: 6%; }
.hero-dot-tr { top: 22%;  right: 10%; }
.hero-dot-ml { top: 50%;  left: 3.5%; }
.hero-dot-bl { bottom: 18%; left: 8%; }

.hero-diamond {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #6366f1;
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 0;
}
.hero-diamond-tr { top: 18%; right: 7%; }

/* Hero visual */
.hero-visual {
  position: relative;
  width: 320px;
  height: 320px;
}

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

.hero-orb-1 {
  width: 220px; height: 220px;
  background: rgba(37,99,235,.25);
  top: 20px; left: 20px;
}

.hero-orb-2 {
  width: 160px; height: 160px;
  background: rgba(99,102,241,.15);
  bottom: 20px; right: 20px;
}

.hero-visual-card {
  position: absolute;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  backdrop-filter: blur(8px);
  white-space: nowrap;
  box-shadow: 0 8px 32px rgba(0,0,0,.4);
}

.hero-visual-card:first-of-type { top: 30px; left: 10px; }
.hero-visual-card-2 { top: 50%; left: 50%; transform: translate(-50%,-50%); }
.hero-visual-card-3 { bottom: 30px; right: 10px; }

.visual-card-icon {
  width: 36px; height: 36px;
  background: rgba(37,99,235,.15);
  color: #60a5fa;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.visual-card-text {
  font-size: .82rem;
  font-weight: 600;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.hero-scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.scroll-text {
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #3a4d63;
  font-family: 'Montserrat', sans-serif;
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, #3a4d63, transparent);
}

/* ══════════════════════════════
   SERVICES
══════════════════════════════ */
.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 36px 32px 40px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37,99,235,.3);
  box-shadow: 0 16px 48px rgba(0,0,0,.4);
}

.service-card-featured {
  border-color: rgba(37,99,235,.35);
  background: linear-gradient(145deg, #0d1929, #0f1e35);
}

.service-card-glow {
  position: absolute;
  top: -60px; right: -60px;
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(37,99,235,.12), transparent 70%);
  pointer-events: none;
}

.service-eyebrow {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #2563eb;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
}

.service-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.25;
}

.service-desc {
  font-size: .92rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.service-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .88rem;
  color: var(--text-secondary);
  margin-bottom: 8px;
}

.service-features li i.fa-check {
  color: #2563eb;
  font-size: .7rem;
  flex-shrink: 0;
}

.service-cta {
  color: #60a5fa;
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  transition: color .15s;
}

.service-cta:hover { color: #93c5fd; }

/* ══════════════════════════════
   WHY CHOOSE US
══════════════════════════════ */
.why-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 28px 24px;
  height: 100%;
  transition: transform .2s, border-color .2s;
}

.why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37,99,235,.25);
}

.why-icon {
  width: 50px; height: 50px;
  background: rgba(37,99,235,.1);
  color: #60a5fa;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 1rem;
}

.why-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .5rem;
  line-height: 1.3;
}

.why-desc {
  font-size: .875rem;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.6;
}

/* ══════════════════════════════
   PROJECTS / WORK
══════════════════════════════ */
.project-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}

.project-card:hover {
  transform: translateY(-5px);
  border-color: var(--border-light);
  box-shadow: 0 12px 40px rgba(0,0,0,.35);
}

.project-card-visual {
  height: 160px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--project-color) 15%, transparent), color-mix(in srgb, var(--project-color) 5%, transparent));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--project-color);
  opacity: .9;
}

.project-card-body { padding: 20px; }

.project-category {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #2563eb;
  margin-bottom: .5rem;
  font-family: 'Montserrat', sans-serif;
}

.project-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .5rem;
}

.project-desc {
  font-size: .82rem;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.6;
}

/* ══════════════════════════════
   PACKAGES
══════════════════════════════ */
.package-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 36px 28px;
  height: 100%;
  position: relative;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0,0,0,.4);
}

.package-card-featured {
  border-color: rgba(37,99,235,.5);
  background: linear-gradient(145deg, #0d1929, #0f1e35);
  box-shadow: 0 0 0 1px rgba(37,99,235,.15);
}

.package-badge {
  position: absolute;
  top: -1px; right: 24px;
  background: #2563eb;
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 0 0 10px 10px;
  font-family: 'Montserrat', sans-serif;
}

.package-icon {
  width: 56px; height: 56px;
  background: rgba(37,99,235,.12);
  color: #60a5fa;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 1.25rem;
}

.package-name {
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: .5rem;
}

.package-price {
  font-size: 1rem;
  font-weight: 700;
  color: #60a5fa;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
}

.package-desc {
  font-size: .88rem;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.package-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.package-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .87rem;
  color: var(--text-secondary);
  margin-bottom: 10px;
}

.package-features li i {
  color: #2563eb;
  font-size: .75rem;
  flex-shrink: 0;
}

/* ══════════════════════════════
   INDUSTRIES
══════════════════════════════ */
.industry-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: transform .2s, border-color .2s;
}

.industry-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37,99,235,.25);
}

.industry-icon {
  width: 44px; height: 44px;
  background: rgba(37,99,235,.1);
  color: #60a5fa;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.industry-title {
  font-size: .95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .35rem;
}

.industry-desc {
  font-size: .83rem;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.6;
}

/* ══════════════════════════════
   ABOUT
══════════════════════════════ */
.about-lead {
  font-size: 1.08rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.about-body {
  font-size: .95rem;
  color: #6b7e96;
  line-height: 1.7;
}

.about-beliefs { border-left: 2px solid rgba(37,99,235,.3); padding-left: 1.25rem; }

.belief-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: .9rem;
  font-size: .9rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.belief-dot {
  color: #2563eb;
  font-size: .4rem;
  margin-top: .5rem;
  flex-shrink: 0;
}

.trait-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 22px 20px;
  height: 100%;
  transition: transform .2s, border-color .2s;
}

.trait-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37,99,235,.2);
}

.trait-icon {
  width: 40px; height: 40px;
  background: rgba(37,99,235,.1);
  color: #60a5fa;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-bottom: .75rem;
}

.trait-title {
  font-size: .9rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .3rem;
  font-family: 'Montserrat', sans-serif;
}

.trait-desc {
  font-size: .8rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* ══════════════════════════════
   PROCESS
══════════════════════════════ */
.process-step {
  padding: 10px 8px;
  height: 100%;
}

.process-num {
  font-size: 5rem;
  font-weight: 800;
  color: rgba(255,255,255,.07);
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  margin-bottom: .75rem;
}

.process-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .5rem;
}

.process-desc {
  font-size: .875rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.65;
  max-width: 240px;
}

/* ══════════════════════════════
   TESTIMONIALS
══════════════════════════════ */
.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 18px;
  padding: 28px 24px;
  height: 100%;
}

.testimonial-stars { color: #f59e0b; font-size: .85rem; margin-bottom: 1rem; }

.testimonial-text {
  font-size: .93rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* ══════════════════════════════
   BLOG CARDS
══════════════════════════════ */
.blog-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  transition: transform .2s, border-color .2s;
}

.blog-card:hover { transform: translateY(-3px); border-color: rgba(37,99,235,.3); }

.blog-card-img { width: 100%; height: 200px; object-fit: cover; display: block; }

.blog-card-img-placeholder {
  width: 100%; height: 200px;
  background: var(--bg-darker);
  display: flex; align-items: center; justify-content: center;
  font-size: 32px; color: var(--border-color);
}

.blog-content h1,.blog-content h2,.blog-content h3 { color: #fff; margin-top: 2rem; margin-bottom: 1rem; font-family:'Montserrat',sans-serif; }
.blog-content p { line-height: 1.8; margin-bottom: 1.2rem; }
.blog-content a { color: #2563eb; }
.blog-content img { max-width: 100%; border-radius: 8px; margin: 1rem 0; }
.blog-content code { background: var(--bg-card); padding: 2px 6px; border-radius: 4px; font-size: .9em; }
.blog-content pre { background: var(--bg-card); padding: 16px; border-radius: 8px; overflow-x: auto; }
.blog-content blockquote { border-left: 4px solid #2563eb; padding-left: 16px; margin: 1.5rem 0; color: var(--text-secondary); }
.blog-content ul,.blog-content ol { padding-left: 1.5rem; margin-bottom: 1rem; }
.blog-content li { margin-bottom: .4rem; }

/* ══════════════════════════════
   CONTACT
══════════════════════════════ */
.contact-wrapper {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 24px;
  padding: 48px 44px;
}

.contact-label {
  font-size: .82rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 6px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .3px;
}

.contact-input {
  background: var(--bg-primary) !important;
  border: 1px solid var(--border-light) !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 10px 14px !important;
  font-size: .92rem !important;
  transition: border-color .2s, box-shadow .2s !important;
}

.contact-input:focus {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37,99,235,.12) !important;
  background: #0a1525 !important;
  color: #fff !important;
}

.contact-input::placeholder { color: #3a4d63 !important; }

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .9rem;
  color: var(--text-secondary);
}

.contact-info-item i {
  width: 36px; height: 36px;
  background: rgba(37,99,235,.1);
  color: #60a5fa;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}

.btn-contact {
  background: #2563eb;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: .95rem;
  font-family: 'Montserrat', sans-serif;
  color: #fff !important;
  transition: background .2s, transform .15s;
}

.btn-contact:hover { background: #1d4ed8; color: #fff; transform: translateY(-1px); }

/* ══════════════════════════════
   FOOTER
══════════════════════════════ */
.tdh-footer {
  background: var(--bg-darker);
  border-top: 1px solid var(--border-color);
  margin-top: auto;
}

.footer-heading {
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--text-secondary);
  margin-bottom: 1.1rem;
  font-family: 'Montserrat', sans-serif;
}

.footer-link {
  color: #6b7e96;
  text-decoration: none;
  font-size: .875rem;
  display: block;
  margin-bottom: 8px;
  transition: color .15s;
}

.footer-link:hover { color: #fff; }

.footer-social {
  width: 36px; height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  color: var(--text-secondary);
  border-radius: 50%;
  text-decoration: none;
  transition: background .15s, color .15s, border-color .15s;
  font-size: 13px;
}

.footer-social:hover { background: #2563eb; color: #fff; border-color: #2563eb; }

/* ══════════════════════════════
   ADMIN / HUB LOGIN (keep these!)
══════════════════════════════ */
.hub-login-body {
  background: #070e1a;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(37,99,235,.15), transparent);
}

.hub-login-container { width: 100%; padding: 20px; display: flex; align-items: center; justify-content: center; }

.hub-login-card {
  background: #101d33;
  border: 1px solid #1e2b42;
  border-radius: 20px;
  padding: 48px 40px;
  max-width: 440px;
  width: 100%;
}

/* Page hero */
.page-hero {
  background: var(--bg-primary);
  background-image: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(37,99,235,.12), transparent);
  padding: 60px 0 40px;
  border-bottom: 1px solid var(--border-color);
}

/* Avatar */
.avatar-circle {
  width: 42px; height: 42px;
  background: #2563eb;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  flex-shrink: 0;
}

.avatar-circle.sm { width: 32px; height: 32px; font-size: 13px; }

/* Bootstrap overrides */
.btn-primary { background: #2563eb; border-color: #2563eb; font-family:'Montserrat',sans-serif; font-weight:600; }
.btn-primary:hover { background: #1d4ed8; border-color: #1d4ed8; }
.btn-outline-primary { color: #2563eb; border-color: rgba(37,99,235,.5); font-family:'Montserrat',sans-serif; font-weight:600; }
.btn-outline-primary:hover { background: #2563eb; border-color: #2563eb; color:#fff; }

.form-control::placeholder { color: #3a4d63; }
.form-control:focus, .form-select:focus {
  background: #0a1525 !important;
  border-color: #2563eb !important;
  color: #fff !important;
  box-shadow: 0 0 0 3px rgba(37,99,235,.12) !important;
}

.form-select { background-color: var(--bg-primary) !important; color: #fff !important; border-color: var(--border-light) !important; }
.form-select option { background: #0d1929; color: #fff; }

/* ══════════════════════════════
   SERVICE CARDS (homepage grid)
══════════════════════════════ */
.svc-card {
  display: block;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 32px 28px 36px;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  cursor: pointer;
}

.svc-card:hover {
  transform: translateY(-6px);
  border-color: rgba(99,102,241,.35);
  box-shadow: 0 20px 48px rgba(0,0,0,.4);
}

.svc-icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--border-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 1.4rem;
  background: rgba(255,255,255,.03);
  transition: border-color .2s, color .2s;
}

.svc-card:hover .svc-icon {
  border-color: rgba(99,102,241,.5);
  color: #818cf8;
}

.svc-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .75rem;
  line-height: 1.3;
}

.svc-desc {
  font-size: .88rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.svc-link {
  font-size: .82rem;
  font-weight: 600;
  color: #6366f1;
  font-family: 'Montserrat', sans-serif;
  opacity: 0;
  transition: opacity .2s, color .2s;
}

.svc-card:hover .svc-link {
  opacity: 1;
  color: #ffffff;
}

/* ══════════════════════════════
   SERVICE DETAIL PAGE
══════════════════════════════ */
.svc-hero {
  position: relative;
  background: var(--bg-primary);
  overflow: hidden;
  padding: 60px 0 80px;
}

.svc-hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(99,102,241,.12) 0%, transparent 70%);
  pointer-events: none;
}

.svc-back-link {
  color: var(--text-secondary);
  font-size: .85rem;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  transition: color .2s;
}
.svc-back-link:hover { color: #fff; }

.svc-hero-icon {
  width: 72px;
  height: 72px;
  border: 1px solid var(--border-light);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #818cf8;
  font-size: 1.75rem;
  margin: 0 auto;
  background: rgba(99,102,241,.08);
}

.svc-intro-text {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

.svc-feat-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 28px 24px;
  height: 100%;
  transition: border-color .2s;
}
.svc-feat-card:hover { border-color: rgba(99,102,241,.3); }

.svc-feat-icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #818cf8;
  font-size: .95rem;
  margin-bottom: 1rem;
  background: rgba(99,102,241,.06);
}

.svc-feat-title {
  font-size: .98rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .5rem;
}

.svc-feat-desc {
  font-size: .87rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* ── Partner intro section ── */
.section-partner { }
.partner-body {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.8;
}
.partner-body strong {
  color: #ffffff;
  font-weight: 700;
}

/* ═══════════════════════════════════════════════
   PACKAGES — tab layout
═══════════════════════════════════════════════ */
.pkg-tabs {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border-color);
  border-radius: 50px;
  display: inline-flex;
  padding: 5px;
}
.pkg-tab-btn {
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: .95rem;
  font-weight: 600;
  padding: 10px 28px;
  border-radius: 50px;
  cursor: pointer;
  transition: background .2s, color .2s;
  white-space: nowrap;
}
.pkg-tab-btn.active {
  background: #ffffff;
  color: #0a0f1e;
}
.pkg-panel { }
.pkg-card {
  background: #0b1426;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: border-color .25s, transform .25s;
}
.pkg-card:hover {
  border-color: rgba(99,102,241,.4);
  transform: translateY(-4px);
}
.pkg-name {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
.pkg-feats {
  list-style: none;
  padding: 0;
  margin: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pkg-feats li {
  color: var(--text-muted);
  font-size: .9rem;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.pkg-feats li i {
  color: #6366f1;
  font-size: .8rem;
  margin-top: 3px;
  flex-shrink: 0;
}
.btn-pkg-cta {
  background: #ffffff;
  color: #0a0f1e;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: .9rem;
  padding: 12px 0;
  margin-top: 24px;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: background .2s, color .2s, transform .15s;
}
.btn-pkg-cta:hover {
  background: #e0e0ff;
  color: #0a0f1e;
  transform: translateY(-2px);
}

/* ═══════════════════════════════════════════════
   INDUSTRIES — stacked card
═══════════════════════════════════════════════ */
.ind-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 28px 24px;
  transition: border-color .25s, transform .25s;
  height: 100%;
}
.ind-card:hover {
  border-color: rgba(99,102,241,.35);
  transform: translateY(-3px);
}
.ind-icon {
  width: 46px;
  height: 46px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 18px;
}
.ind-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}
.ind-desc {
  color: var(--text-muted);
  font-size: .88rem;
  line-height: 1.6;
  margin: 0;
}

/* ═══════════════════════════════════════════════
   FEATURED PROJECTS — 2x2 image grid
═══════════════════════════════════════════════ */
.proj-showcase-link {
  color: var(--text-muted);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 600;
  transition: color .2s;
  white-space: nowrap;
}
.proj-showcase-link:hover { color: #ffffff; }
.proj-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  display: block;
  aspect-ratio: 16/10;
}
.proj-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.proj-card:hover .proj-img { transform: scale(1.04); }
.proj-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5,8,20,.85) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px 24px;
}
.proj-category {
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-bottom: 4px;
}
.proj-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

/* ═══════════════════════════════════════════════
   WHY CHOOSE — two column with photo
═══════════════════════════════════════════════ */
.btn-why-method {
  background: transparent;
  border: 1px solid var(--border-color);
  color: #ffffff;
  border-radius: 50px;
  font-size: .9rem;
  font-weight: 600;
  padding: 10px 22px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: border-color .2s, background .2s;
}
.btn-why-method:hover {
  border-color: rgba(99,102,241,.6);
  background: rgba(99,102,241,.1);
  color: #ffffff;
}
.why-bullets { display: flex; flex-direction: column; gap: 20px; }
.why-bullet {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.why-bullet-icon {
  width: 36px;
  height: 36px;
  background: rgba(99,102,241,.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6366f1;
  font-size: .85rem;
  flex-shrink: 0;
}
.why-bullet-title {
  font-weight: 700;
  color: #ffffff;
  font-size: .95rem;
  margin-bottom: 2px;
}
.why-bullet-desc {
  color: var(--text-muted);
  font-size: .85rem;
  line-height: 1.5;
}
.why-team-photo {
  width: 100%;
  border-radius: 16px;
  display: block;
  object-fit: cover;
  max-height: 460px;
}

/* ═══════════════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════════════ */
.testi-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 28px 24px;
  height: 100%;
}
.testi-stars { color: #f59e0b; font-size: .85rem; margin-bottom: 14px; }
.testi-text {
  color: var(--text-muted);
  font-size: .92rem;
  line-height: 1.65;
  font-style: italic;
}
.testi-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg,#6366f1,#8b5cf6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .9rem;
  color: #fff;
  flex-shrink: 0;
}
.testi-name { font-weight: 700; color: #ffffff; font-size: .9rem; }
.testi-role { color: var(--text-muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; }
.testi-dots { display: flex; justify-content: center; gap: 6px; margin-top: 20px; }
.testi-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  transition: background .2s, width .2s;
}
.testi-dot.active { background: #ffffff; width: 24px; border-radius: 4px; }

/* ═══════════════════════════════════════════════
   CTA BANNER
═══════════════════════════════════════════════ */
.section-cta-banner { background: var(--bg-darker); }
.cta-banner-title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
}
.cta-banner-sub {
  color: var(--text-muted);
  font-size: 1rem;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}
.btn-cta-white {
  background: #ffffff;
  color: #0a0f1e;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 36px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background .2s, transform .15s;
}
.btn-cta-white:hover {
  background: #e0e0ff;
  color: #0a0f1e;
  transform: translateY(-2px);
}

/* ═══════════════════════════════════════════════
   CONTACT — new layout
═══════════════════════════════════════════════ */
.contact-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.contact-feature-icon {
  width: 38px; height: 38px;
  background: rgba(99,102,241,.12);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #6366f1;
  font-size: .85rem;
  flex-shrink: 0;
}
.contact-feature-title { font-weight: 700; color: #ffffff; font-size: .95rem; }
.contact-feature-desc { color: var(--text-muted); font-size: .85rem; }
.contact-form-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 36px 32px;
}
.contact-form-title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}
.contact-form-sub { color: var(--text-muted); font-size: .88rem; margin-bottom: 20px; }

/* ═══════════════════════════════════════════════
   PACKAGE INQUIRY MODAL
═══════════════════════════════════════════════ */
.pkg-modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.75);
  z-index: 1040;
  backdrop-filter: blur(3px);
}
.pkg-modal-backdrop.active { display: block; }

.pkg-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  opacity: 0;
  z-index: 1050;
  width: 100%;
  max-width: 500px;
  background: #0d1929;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 32px 32px 28px;
  box-shadow: 0 24px 64px rgba(0,0,0,.6);
  transition: transform .25s ease, opacity .25s ease;
}
.pkg-modal.active {
  display: block;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.pkg-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
}
.pkg-modal-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 6px;
}
.pkg-modal-sub {
  color: var(--text-muted);
  font-size: .85rem;
  line-height: 1.55;
  margin: 0;
  max-width: 380px;
}
.pkg-modal-close {
  background: rgba(255,255,255,.07);
  border: none;
  color: rgba(255,255,255,.6);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s, color .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.pkg-modal-close:hover {
  background: rgba(255,255,255,.15);
  color: #ffffff;
}
.pkg-phone-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.pkg-phone-prefix {
  position: absolute;
  left: 14px;
  color: rgba(255,255,255,.7);
  font-size: .9rem;
  pointer-events: none;
  z-index: 1;
  white-space: nowrap;
}
.pkg-phone-input {
  padding-left: 72px !important;
}
.pkg-form-alert {
  padding: 10px 14px;
  border-radius: 8px;
  font-size: .88rem;
  margin-bottom: 12px;
}
.pkg-form-alert.success {
  background: rgba(34,197,94,.12);
  border: 1px solid rgba(34,197,94,.3);
  color: #4ade80;
}
.pkg-form-alert.error {
  background: rgba(239,68,68,.12);
  border: 1px solid rgba(239,68,68,.3);
  color: #f87171;
}
.pkg-modal-success {
  text-align: center;
  padding: 20px 0 8px;
}
.pkg-modal-success-icon {
  width: 56px;
  height: 56px;
  background: rgba(99,102,241,.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.5rem;
  color: #6366f1;
}

/* ── Responsive ── */
/* ══════════════════════════════════════════════════════════════════
   BACKGROUND DOT PATTERN — full-page fixed layer
══════════════════════════════════════════════════════════════════ */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 38px 38px;
  pointer-events: none;
  z-index: 0;
}
html.light body::before {
  background-image: radial-gradient(circle, rgba(0,0,0,.06) 1px, transparent 1px);
}

/* ══════════════════════════════════════════════════════════════════
   KEYFRAME ANIMATIONS
══════════════════════════════════════════════════════════════════ */
@keyframes floatY {
  0%, 100% { transform: translateY(0px);  opacity: .38; }
  50%       { transform: translateY(-16px); opacity: .7; }
}
@keyframes floatYSm {
  0%, 100% { transform: translateY(0px);  opacity: .25; }
  50%       { transform: translateY(-10px); opacity: .55; }
}
@keyframes floatDiamond {
  0%, 100% { transform: rotate(12deg) translateY(0px)   scale(1); }
  33%       { transform: rotate(16deg) translateY(-9px)  scale(1.06); }
  66%       { transform: rotate(8deg)  translateY(4px)   scale(.94); }
}
@keyframes gradientPulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: .7; }
}
@keyframes eyebrowPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .5; transform: scale(1.3); }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0);    }
}
@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to   { opacity: 1; transform: translateX(0);     }
}
@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(30px); }
  to   { opacity: 1; transform: translateX(0);    }
}
@keyframes scaleIn {
  from { opacity: 0; transform: scale(.92); }
  to   { opacity: 1; transform: scale(1);   }
}
@keyframes countUp {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0);    }
}

/* ══════════════════════════════════════════════════════════════════
   APPLY ANIMATIONS — Hero decorations
══════════════════════════════════════════════════════════════════ */
.hero-dot         { animation: floatY 7s ease-in-out infinite; }
.hero-dot-tl      { animation-duration: 6s;  animation-delay: 0s; }
.hero-dot-tr      { animation-duration: 8.5s; animation-delay: 1.8s; }
.hero-dot-ml      { animation-duration: 7s;  animation-delay: 3.2s; }
.hero-dot-bl      { animation-duration: 9s;  animation-delay: 4.8s; }
.hero-dot-sm      { animation: floatYSm 6s ease-in-out infinite; }
.hero-dot-sm-a    { animation-duration: 5s;  animation-delay: .9s;  top: 35%; right: 4%; }
.hero-dot-sm-b    { animation-duration: 7s;  animation-delay: 2.4s; bottom: 35%; right: 14%; }
.hero-dot-sm-c    { animation-duration: 8s;  animation-delay: 1.2s; top: 68%; left: 14%; }
.hero-dot-sm-d    { animation-duration: 6s;  animation-delay: 3.6s; top: 12%; left: 22%; }
.hero-dot-sm-e    { animation-duration: 9s;  animation-delay: 0.6s; bottom: 12%; right: 26%; }
.hero-dot-sm { position: absolute; width: 4px; height: 4px; border-radius: 50%;
  background: rgba(99,102,241,.3); pointer-events: none; z-index: 0; }
.hero-diamond     { animation: floatDiamond 11s ease-in-out infinite; }
.hero-diamond-tr  { animation-delay: 2s; }
.hero-bg-glow     { animation: gradientPulse 9s ease-in-out infinite; }
.eyebrow-dot      { animation: eyebrowPulse 2.8s ease-in-out infinite; }

/* ══════════════════════════════════════════════════════════════════
   SCROLL REVEAL
══════════════════════════════════════════════════════════════════ */
[data-animate] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s ease, transform .65s ease;
}
[data-animate="left"]  { transform: translateX(-28px); }
[data-animate="right"] { transform: translateX(28px); }
[data-animate="scale"] { transform: scale(.93); opacity: 0; transition: opacity .65s ease, transform .65s ease; }
[data-animate].is-visible {
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 991px) {
  .hero-title { font-size: clamp(2rem, 7vw, 3rem); }
  .contact-wrapper { padding: 32px 24px; }
  .hero-stat-item { padding: 0 1.5rem; }
}

@media (max-width: 767px) {
  .hero-stats-row { flex-wrap: wrap; gap: 1rem; border-top: none; padding-top: 0; }
  .hero-stat-item { padding: 0.75rem 1.5rem; border-top: 1px solid var(--border-color); }
  .hero-stat-sep { display: none; }
  .hub-login-card { padding: 32px 24px; }
  .hero-dot, .hero-diamond { display: none; }
  .pkg-tab-btn { padding: 9px 16px; font-size: .85rem; }
  .why-team-photo { max-height: 300px; }
  .proj-card { aspect-ratio: 16/11; }
  .contact-form-card { padding: 24px 20px; }
}
