* { scroll-behavior: smooth; }
body { font-feature-settings: "cv02","cv03","cv04","cv11"; }
::selection { background: rgba(26,86,219,0.2); }
.gradient-brand {
  background: linear-gradient(to right, #4a4afe, #fa0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gradient-text { background: linear-gradient(to right, #1a56db, #dc2626); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.nav-scrolled { background: rgba(255,255,255,0.8) !important; backdrop-filter: blur(12px); border-bottom: 1px solid #e5e7eb; }
.dark .nav-scrolled { background: rgba(10,25,41,0.8) !important; border-bottom-color: #243b53; }
.hero-bg {
  background-image: url("/assets/hero-bg10.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-effects {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}
.hero-effects > *:not(#particles-js) {
  pointer-events: none;
}
#particles-js {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
#particles-js canvas {
  display: block;
}

.testimonials-section {
  background: #f8fafc;
}
.dark .testimonials-section {
  background: #111827;
}
.testimonials-section-bg {
  display: none;
}
.testimonials-slider {
  max-width: 34rem;
  margin: 0 auto;
}
.testimonials-slider-viewport {
  overflow: hidden;
  border-radius: 0.75rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.dark .testimonials-slider-viewport {
  background: #1f2937;
  border-color: #374151;
}
.testimonials-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonials-track.no-transition {
  transition: none;
}
.testimonial-slide {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  min-width: 0;
  padding: 1.5rem 1.75rem;
}
.testimonial-quote-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #2563eb;
  opacity: 0.35;
  margin-bottom: 0.75rem;
  flex-shrink: 0;
}
.dark .testimonial-quote-icon {
  color: #60a5fa;
  opacity: 0.4;
}
.testimonial-text {
  margin: 0 0 1.125rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #374151;
  font-style: normal;
}
.dark .testimonial-text { color: #d1d5db; }
.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
  margin-top: auto;
}
.dark .testimonial-footer { border-top-color: #374151; }
.testimonials-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.testimonials-dot {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: none;
  border-radius: 9999px;
  background: #cbd5e1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.testimonials-dot:hover {
  background: #94a3b8;
}
.testimonials-dot.active {
  background: #2563eb;
  transform: scale(1.15);
}
.dark .testimonials-dot {
  background: #4b5563;
}
.dark .testimonials-dot:hover {
  background: #6b7280;
}
.dark .testimonials-dot.active {
  background: #60a5fa;
}
.testimonial-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 2.5rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}
.dark .testimonial-logo-wrap {
  background: #111827;
  border-color: #374151;
}
.testimonial-logo {
  height: 1.5rem;
  width: auto;
  max-width: 6.5rem;
  object-fit: contain;
  object-position: center;
}
.testimonial-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
  font-style: normal;
  font-family: 'Plus Jakarta Sans', Inter, sans-serif;
}
.dark .testimonial-name { color: #f9fafb; }

/* ── Services section ── */
.services-section {
  background: #fff;
}
.dark .services-section {
  background: #111827;
}
.services-section-bg {
  display: none;
}
.section-header-line {
  width: 72px;
  height: 3px;
  border-radius: 9999px;
  background: #2563eb;
}
.dark .section-header-line {
  background: #3b82f6;
}
.service-card {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}
.service-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 8px 24px -12px rgba(15, 23, 42, 0.12);
}
.dark .service-card {
  background: #1f2937;
  border-color: #374151;
  box-shadow: none;
}
.dark .service-card:hover {
  border-color: #4b5563;
  box-shadow: 0 8px 24px -12px rgba(0, 0, 0, 0.35);
}
.service-card-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.75rem;
  border-radius: inherit;
  background: transparent;
}
.dark .service-card-inner {
  background: transparent;
}
.service-card-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  margin-bottom: 1.25rem;
  transition: transform 0.35s ease;
}
.service-card:hover .service-card-icon { transform: none; }
.service-icon-blue,
.service-icon-indigo,
.service-icon-purple,
.service-icon-pink,
.service-icon-cyan {
  background: #f1f5f9;
  color: #334155;
}
.dark .service-icon-blue,
.dark .service-icon-indigo,
.dark .service-icon-purple,
.dark .service-icon-pink,
.dark .service-icon-cyan {
  background: rgba(51, 65, 85, 0.45);
  color: #cbd5e1;
}
.service-card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
  font-family: 'Plus Jakarta Sans', Inter, sans-serif;
}
.dark .service-card-title { color: #f9fafb; }
.service-card-desc {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 1rem;
  flex-grow: 1;
}
.dark .service-card-desc { color: #9ca3af; }
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.service-tags span {
  font-size: 0.7rem;
  font-weight: 500;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #e5e7eb;
}
.dark .service-tags span {
  background: rgba(55,65,81,0.5);
  color: #d1d5db;
  border-color: #374151;
}
.service-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a56db;
  transition: gap 0.25s ease, color 0.25s ease;
}
.dark .service-card-cta { color: #60a5fa; }
.service-card:hover .service-card-cta { gap: 0.625rem; }
.service-card-cta svg { transition: transform 0.25s ease; }
.service-card:hover .service-card-cta svg { transform: translateX(2px); }
.btn-services-all {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  font-weight: 600;
  color: #fff;
  border-radius: 0.5rem;
  background: #2563eb;
  border: 1px solid #2563eb;
  box-shadow: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
}
.btn-services-all:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
}
.btn-services-all svg { transition: transform 0.25s ease; }
.btn-services-all:hover svg { transform: translateX(4px); }

/* ── Homepage scroll animations ── */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

.scroll-in {
  opacity: 0;
  transform: translate3d(0, 50px, 0) scale(0.98);
  filter: blur(6px);
  transition:
    opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--scroll-delay, 0ms);
  will-change: opacity, transform, filter;
}
.scroll-in.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}
.section-header.scroll-in .section-header-line {
  width: 0;
  transition: width 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}
.section-header.scroll-in.is-visible .section-header-line { width: 72px; }

@media (prefers-reduced-motion: reduce) {
  .scroll-in {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
  .section-header.scroll-in .section-header-line { width: 72px; }
}

/* ── Why Choose section ── */
.why-section {
  background: #f8fafc;
}
.dark .why-section {
  background: #0f172a;
}
.why-section-bg {
  display: none;
}
.why-card {
  position: relative;
  padding: 2rem;
  border-radius: 0.75rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.why-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 8px 24px -12px rgba(15, 23, 42, 0.12);
}
.dark .why-card {
  background: #1f2937;
  border-color: #374151;
  box-shadow: none;
}
.dark .why-card:hover {
  border-color: #4b5563;
  box-shadow: 0 8px 24px -12px rgba(0, 0, 0, 0.35);
}
.why-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.why-card-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  transition: transform 0.35s ease;
}
.why-card:hover .why-card-icon { transform: none; }
.why-icon-gold,
.why-icon-blue,
.why-icon-indigo,
.why-icon-emerald,
.why-icon-cyan,
.why-icon-purple {
  background: #f1f5f9;
  color: #334155;
}
.dark .why-icon-gold,
.dark .why-icon-blue,
.dark .why-icon-indigo,
.dark .why-icon-emerald,
.dark .why-icon-cyan,
.dark .why-icon-purple {
  background: rgba(51, 65, 85, 0.45);
  color: #cbd5e1;
}
.why-card-metric {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.65rem;
  border-radius: 9999px;
  background: rgba(37,99,235,0.08);
  color: #1d4ed8;
  border: 1px solid rgba(37,99,235,0.15);
}
.dark .why-card-metric {
  background: rgba(59,130,246,0.15);
  color: #93c5fd;
  border-color: rgba(59,130,246,0.25);
}
.why-card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
  font-family: 'Plus Jakarta Sans', Inter, sans-serif;
}
.dark .why-card-title { color: #f9fafb; }
.why-card-desc {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #4b5563;
}
.dark .why-card-desc { color: #9ca3af; }

/* ── Industries section ── */
.industries-section {
  background: #fff;
}
.dark .industries-section {
  background: #111827;
}
.industries-section-bg {
  display: none;
}
.industry-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem;
  border-radius: 0.75rem;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.industry-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 8px 24px -12px rgba(15, 23, 42, 0.12);
}
.industries-section .industry-card {
  padding: 1.75rem;
}
.dark .industry-card {
  background: #1f2937;
  border-color: #374151;
}
.dark .industry-card:hover {
  border-color: #4b5563;
  box-shadow: 0 8px 24px -12px rgba(0, 0, 0, 0.35);
}
.industry-card-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  margin-bottom: 1rem;
  transition: transform 0.35s ease;
}
.industry-card:hover .industry-card-icon { transform: none; }
.industry-icon-rose,
.industry-icon-blue,
.industry-icon-indigo,
.industry-icon-amber,
.industry-icon-teal,
.industry-icon-slate,
.industry-icon-cyan,
.industry-icon-purple {
  background: #f1f5f9;
  color: #334155;
}
.dark .industry-icon-rose,
.dark .industry-icon-blue,
.dark .industry-icon-indigo,
.dark .industry-icon-amber,
.dark .industry-icon-teal,
.dark .industry-icon-slate,
.dark .industry-icon-cyan,
.dark .industry-icon-purple {
  background: rgba(51, 65, 85, 0.45);
  color: #cbd5e1;
}
.industry-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
  font-family: 'Plus Jakarta Sans', Inter, sans-serif;
  padding-right: 1.5rem;
}
.dark .industry-card-title { color: #f9fafb; }
.industry-card-desc {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #6b7280;
  margin-bottom: 1rem;
  flex-grow: 1;
}
.dark .industry-card-desc { color: #9ca3af; }
.industry-card-metric {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 0.3rem 0.6rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(37,99,235,0.08), rgba(99,102,241,0.08));
  color: #1d4ed8;
  border: 1px solid rgba(37,99,235,0.12);
}
.dark .industry-card-metric {
  background: rgba(59,130,246,0.12);
  color: #93c5fd;
  border-color: rgba(59,130,246,0.2);
}
.industry-card-arrow {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: #9ca3af;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}
.industry-card:hover .industry-card-arrow {
  opacity: 1;
  transform: translateX(0);
  color: #2563eb;
}
.dark .industry-card:hover .industry-card-arrow { color: #60a5fa; }
.btn-industries-all {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  font-weight: 600;
  color: #2563eb;
  border-radius: 0.5rem;
  border: 1px solid #cbd5e1;
  background: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn-industries-all:hover {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}
.dark .btn-industries-all {
  background: #1f2937;
  color: #93c5fd;
  border-color: #4b5563;
}
.dark .btn-industries-all:hover {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}
.btn-industries-all svg { transition: transform 0.25s ease; }
.btn-industries-all:hover svg { transform: translateX(4px); }

/* ── Technology Stack section ── */
.tech-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 50%, #f8fafc 100%);
}
.dark .tech-section {
  background: linear-gradient(180deg, #0f172a 0%, #111827 50%, #0f172a 100%);
}
.tech-section-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 10% 50%, rgba(59,130,246,0.07) 0%, transparent 42%),
    radial-gradient(circle at 90% 30%, rgba(139,92,246,0.06) 0%, transparent 40%),
    radial-gradient(circle at 50% 100%, rgba(220,38,38,0.04) 0%, transparent 35%);
  pointer-events: none;
}
.dark .tech-section-bg {
  background-image:
    radial-gradient(circle at 10% 50%, rgba(59,130,246,0.1) 0%, transparent 42%),
    radial-gradient(circle at 90% 30%, rgba(139,92,246,0.08) 0%, transparent 40%);
}
.tech-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  padding: 0.375rem;
  border-radius: 1rem;
  background: rgba(255,255,255,0.7);
  border: 1px solid #e5e7eb;
  backdrop-filter: blur(8px);
}
.dark .tech-tabs {
  background: rgba(31,41,55,0.6);
  border-color: #374151;
}
.tech-tab {
  padding: 0.625rem 1.125rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
  background: transparent;
  border: none;
  border-radius: 0.625rem;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  white-space: nowrap;
}
.tech-tab:hover {
  color: #2563eb;
  background: rgba(37,99,235,0.06);
}
.dark .tech-tab { color: #9ca3af; }
.dark .tech-tab:hover {
  color: #93c5fd;
  background: rgba(59,130,246,0.1);
}
.tech-tab.active {
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  box-shadow: 0 4px 14px -4px rgba(37,99,235,0.45);
}
.dark .tech-tab.active {
  background: linear-gradient(135deg, #2563eb, #6366f1);
}
.tech-panel {
  display: none;
  padding: 2rem;
  border-radius: 1.25rem;
  background: rgba(255,255,255,0.9);
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 24px -8px rgba(0,0,0,0.06);
  backdrop-filter: blur(8px);
  animation: tech-panel-in 0.35s ease;
}
.tech-panel.active { display: block; }
.dark .tech-panel {
  background: rgba(31,41,55,0.85);
  border-color: #374151;
  box-shadow: 0 4px 24px -8px rgba(0,0,0,0.25);
}
@keyframes tech-panel-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.tech-panel-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f3f4f6;
}
.dark .tech-panel-header { border-bottom-color: #374151; }
.tech-panel-icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
}
.tech-cat-blue { background: rgba(59,130,246,0.12); color: #2563eb; }
.tech-cat-green { background: rgba(34,197,94,0.12); color: #16a34a; }
.tech-cat-purple { background: rgba(139,92,246,0.12); color: #7c3aed; }
.tech-cat-teal { background: rgba(20,184,166,0.12); color: #0d9488; }
.tech-cat-cyan { background: rgba(6,182,212,0.12); color: #0891b2; }
.tech-cat-indigo { background: rgba(99,102,241,0.12); color: #4f46e5; }
.tech-cat-slate { background: rgba(100,116,139,0.12); color: #475569; }
.dark .tech-cat-blue { background: rgba(59,130,246,0.2); color: #60a5fa; }
.dark .tech-cat-green { background: rgba(34,197,94,0.2); color: #4ade80; }
.dark .tech-cat-purple { background: rgba(139,92,246,0.2); color: #a78bfa; }
.dark .tech-cat-teal { background: rgba(20,184,166,0.2); color: #2dd4bf; }
.dark .tech-cat-cyan { background: rgba(6,182,212,0.2); color: #22d3ee; }
.dark .tech-cat-indigo { background: rgba(99,102,241,0.2); color: #818cf8; }
.dark .tech-cat-slate { background: rgba(148,163,184,0.15); color: #94a3b8; }
.tech-panel-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.25rem;
  font-family: 'Plus Jakarta Sans', Inter, sans-serif;
}
.dark .tech-panel-title { color: #f9fafb; }
.tech-panel-sub {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
}
.dark .tech-panel-sub { color: #9ca3af; }
.tech-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.tech-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: default;
}
.tech-chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px -4px rgba(0,0,0,0.15);
}
.tech-chip[data-color="cyan"] { background: rgba(6,182,212,0.1); color: #0e7490; border-color: rgba(6,182,212,0.2); }
.tech-chip[data-color="slate"] { background: rgba(100,116,139,0.1); color: #334155; border-color: rgba(100,116,139,0.2); }
.tech-chip[data-color="emerald"] { background: rgba(16,185,129,0.1); color: #047857; border-color: rgba(16,185,129,0.2); }
.tech-chip[data-color="red"] { background: rgba(239,68,68,0.1); color: #b91c1c; border-color: rgba(239,68,68,0.2); }
.tech-chip[data-color="blue"] { background: rgba(59,130,246,0.1); color: #1d4ed8; border-color: rgba(59,130,246,0.2); }
.tech-chip[data-color="sky"] { background: rgba(14,165,233,0.1); color: #0369a1; border-color: rgba(14,165,233,0.2); }
.tech-chip[data-color="orange"] { background: rgba(249,115,22,0.1); color: #c2410c; border-color: rgba(249,115,22,0.2); }
.tech-chip[data-color="indigo"] { background: rgba(99,102,241,0.1); color: #4338ca; border-color: rgba(99,102,241,0.2); }
.tech-chip[data-color="green"] { background: rgba(34,197,94,0.1); color: #15803d; border-color: rgba(34,197,94,0.2); }
.tech-chip[data-color="purple"] { background: rgba(168,85,247,0.1); color: #7e22ce; border-color: rgba(168,85,247,0.2); }
.tech-chip[data-color="yellow"] { background: rgba(234,179,8,0.12); color: #a16207; border-color: rgba(234,179,8,0.25); }
.tech-chip[data-color="rust"] { background: rgba(180,83,9,0.1); color: #9a3412; border-color: rgba(180,83,9,0.2); }
.tech-chip[data-color="amber"] { background: rgba(245,158,11,0.12); color: #b45309; border-color: rgba(245,158,11,0.25); }
.dark .tech-chip[data-color="cyan"] { background: rgba(6,182,212,0.15); color: #22d3ee; border-color: rgba(6,182,212,0.25); }
.dark .tech-chip[data-color="slate"] { background: rgba(148,163,184,0.12); color: #cbd5e1; border-color: rgba(148,163,184,0.2); }
.dark .tech-chip[data-color="emerald"] { background: rgba(16,185,129,0.15); color: #34d399; border-color: rgba(16,185,129,0.25); }
.dark .tech-chip[data-color="red"] { background: rgba(239,68,68,0.15); color: #f87171; border-color: rgba(239,68,68,0.25); }
.dark .tech-chip[data-color="blue"] { background: rgba(59,130,246,0.15); color: #60a5fa; border-color: rgba(59,130,246,0.25); }
.dark .tech-chip[data-color="sky"] { background: rgba(14,165,233,0.15); color: #38bdf8; border-color: rgba(14,165,233,0.25); }
.dark .tech-chip[data-color="orange"] { background: rgba(249,115,22,0.15); color: #fb923c; border-color: rgba(249,115,22,0.25); }
.dark .tech-chip[data-color="indigo"] { background: rgba(99,102,241,0.15); color: #818cf8; border-color: rgba(99,102,241,0.25); }
.dark .tech-chip[data-color="green"] { background: rgba(34,197,94,0.15); color: #4ade80; border-color: rgba(34,197,94,0.25); }
.dark .tech-chip[data-color="purple"] { background: rgba(168,85,247,0.15); color: #c084fc; border-color: rgba(168,85,247,0.25); }
.dark .tech-chip[data-color="yellow"] { background: rgba(234,179,8,0.15); color: #facc15; border-color: rgba(234,179,8,0.25); }
.dark .tech-chip[data-color="rust"] { background: rgba(180,83,9,0.18); color: #fdba74; border-color: rgba(180,83,9,0.3); }
.dark .tech-chip[data-color="amber"] { background: rgba(245,158,11,0.15); color: #fbbf24; border-color: rgba(245,158,11,0.25); }
@media (max-width: 640px) {
  .tech-tabs { gap: 0.375rem; padding: 0.25rem; }
  .tech-tab { padding: 0.5rem 0.75rem; font-size: 0.8125rem; }
  .tech-panel { padding: 1.25rem; }
}

/* ── About page stats ── */
.about-stat-card {
  text-align: center;
  padding: 1px;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(59,130,246,0.25), rgba(99,102,241,0.1), rgba(220,38,38,0.15));
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.about-stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px -10px rgba(37,99,235,0.2);
}
.about-stat-card-inner {
  padding: 1.5rem 1rem;
  border-radius: calc(1rem - 1px);
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
}
.dark .about-stat-card-inner {
  background: rgba(31,41,55,0.95);
}
.about-stat-number {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-family: 'Plus Jakarta Sans', Inter, sans-serif;
  background: linear-gradient(to right, #1a56db, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.dark .about-stat-number {
  background: linear-gradient(to right, #60a5fa, #818cf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-stat-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #4b5563;
  letter-spacing: 0.02em;
}
.dark .about-stat-label { color: #9ca3af; }
@media (min-width: 768px) {
  .about-stat-number { font-size: 2.75rem; }
}

/* ── Contact page ── */
.contact-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.dark .contact-section {
  background: linear-gradient(180deg, #111827 0%, #0f172a 100%);
}
.contact-section-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(59,130,246,0.06) 0%, transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(99,102,241,0.06) 0%, transparent 45%);
  pointer-events: none;
}
.contact-form-card {
  border-radius: 1rem;
  padding: 1px;
  background: linear-gradient(135deg, rgba(59,130,246,0.25), rgba(99,102,241,0.1), rgba(220,38,38,0.15));
  box-shadow: 0 8px 30px -12px rgba(37,99,235,0.12);
}
.contact-form-card-inner {
  padding: 2rem;
  border-radius: calc(1rem - 1px);
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
}
.contact-form-card-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, #2563eb, #6366f1, #dc2626);
}
.dark .contact-form-card-inner {
  background: rgba(31,41,55,0.95);
}
@media (min-width: 768px) {
  .contact-form-card-inner { padding: 2.5rem; }
}
.contact-form-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
  font-family: 'Plus Jakarta Sans', Inter, sans-serif;
}
.dark .contact-form-title { color: #f9fafb; }
.contact-form-subtitle {
  font-size: 0.9375rem;
  color: #6b7280;
  margin-bottom: 1.75rem;
}
.dark .contact-form-subtitle { color: #9ca3af; }
.contact-form { display: flex; flex-direction: column; gap: 1.25rem; }
.contact-form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .contact-form-row { grid-template-columns: 1fr 1fr; }
}
.contact-field label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
}
.dark .contact-field label { color: #d1d5db; }
.contact-field input,
.contact-field textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  color: #111827;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.625rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.dark .contact-field input,
.dark .contact-field textarea {
  color: #f9fafb;
  background: rgba(17,24,39,0.6);
  border-color: #374151;
}
.contact-field input:focus,
.contact-field textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37,99,235,0.12);
  background: #fff;
}
.dark .contact-field input:focus,
.dark .contact-field textarea:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59,130,246,0.15);
  background: rgba(17,24,39,0.8);
}
.contact-field textarea { resize: vertical; min-height: 8rem; }
.contact-submit {
  width: 100%;
  padding: 0.875rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 0.625rem;
  background: linear-gradient(to right, #2563eb, #1e40af);
  box-shadow: 0 10px 25px -8px rgba(37,99,235,0.45);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px -8px rgba(37,99,235,0.5);
}
.contact-form-success {
  font-size: 0.875rem;
  font-weight: 500;
  color: #059669;
  text-align: center;
}
.dark .contact-form-success { color: #34d399; }
.contact-info-card,
.contact-map-card {
  padding: 1.75rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.04);
}
.dark .contact-info-card,
.dark .contact-map-card {
  background: rgba(31,41,55,0.9);
  border-color: #374151;
}
.contact-info-title,
.contact-map-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1.25rem;
  font-family: 'Plus Jakarta Sans', Inter, sans-serif;
}
.dark .contact-info-title,
.dark .contact-map-title { color: #f9fafb; }
.contact-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.contact-info-item {
  display: flex;
  gap: 0.875rem;
  align-items: flex-start;
}
.contact-info-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  background: rgba(59,130,246,0.08);
  color: #2563eb;
  border: 1px solid rgba(59,130,246,0.12);
}
.contact-info-icon svg { width: 1.125rem; height: 1.125rem; }
.dark .contact-info-icon {
  background: rgba(59,130,246,0.12);
  color: #60a5fa;
  border-color: rgba(96,165,250,0.2);
}
.contact-info-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b7280;
  margin-bottom: 0.25rem;
}
.dark .contact-info-label { color: #9ca3af; }
.contact-info-text {
  font-size: 0.875rem;
  line-height: 1.55;
  color: #374151;
}
.dark .contact-info-text { color: #d1d5db; }
.contact-info-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1d4ed8;
  text-decoration: none;
  transition: color 0.2s ease;
}
.contact-info-link:hover { color: #2563eb; }
.dark .contact-info-link { color: #60a5fa; }
.dark .contact-info-link:hover { color: #93c5fd; }
.contact-map-wrap {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  aspect-ratio: 4 / 3;
}
.dark .contact-map-wrap { border-color: #374151; }
.contact-map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ── Footer ── */
.site-footer {
  position: relative;
  background: #d4dfea;
  border-top: 1px solid #e5e7eb;
}
.dark .site-footer {
  background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
  border-top-color: #1f2937;
}
.footer-desc {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #4b5563;
  max-width: 28rem;
}
.dark .footer-desc { color: #9ca3af; }
.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
}
.dark .footer-bottom { border-top-color: #1f2937; }
.footer-contact-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-contact-link:hover { color: #2563eb; }
.dark .footer-contact-link:hover { color: #60a5fa; }
.footer-brand { text-decoration: none; }
.footer-heading {
  font-size: 0.875rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1.25rem;
  font-family: 'Plus Jakarta Sans', Inter, sans-serif;
}
.dark .footer-heading { color: #f9fafb; }
.footer-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-link:hover { color: #2563eb; }
.dark .footer-link:hover { color: #60a5fa; }
.footer-social {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #6b7280;
  background: #f3f4f6;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.footer-social:hover {
  background: #2563eb;
  color: #fff;
  transform: translateY(-2px);
}
.dark .footer-social {
  background: #1f2937;
  color: #9ca3af;
}
.dark .footer-social:hover {
  background: #2563eb;
  color: #fff;
}
.footer-address-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  line-height: 1.6;
}
.footer-address-icon {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.2rem;
  color: #2563eb;
}
.dark .footer-address-icon { color: #60a5fa; }

.legal-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  font-size: 0.875rem;
}
.legal-breadcrumb li {
  display: flex;
  align-items: center;
  color: #6b7280;
}
.legal-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 0.5rem;
  color: #9ca3af;
}
.dark .legal-breadcrumb li { color: #9ca3af; }
.legal-breadcrumb a {
  color: #2563eb;
  text-decoration: none;
  transition: color 0.2s;
}
.legal-breadcrumb a:hover { color: #1d4ed8; }
.dark .legal-breadcrumb a { color: #60a5fa; }
.dark .legal-breadcrumb a:hover { color: #93c5fd; }
.legal-breadcrumb li:last-child span { color: #374151; font-weight: 500; }
.dark .legal-breadcrumb li:last-child span { color: #e5e7eb; }

.legal-content {
  color: #374151;
  line-height: 1.75;
  font-size: 1rem;
}
.dark .legal-content { color: #d1d5db; }
.legal-content > * + * { margin-top: 1.25rem; }
.legal-content h2 {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin-top: 2.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e7eb;
}
.dark .legal-content h2 {
  color: #f9fafb;
  border-bottom-color: #374151;
}
.legal-content h3 {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin-top: 1.75rem;
}
.dark .legal-content h3 { color: #f3f4f6; }
.legal-content ul {
  list-style: disc;
  padding-left: 1.5rem;
}
.legal-content ul li + li { margin-top: 0.5rem; }
.legal-content a {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal-content a:hover { color: #1d4ed8; }
.dark .legal-content a { color: #60a5fa; }
.dark .legal-content a:hover { color: #93c5fd; }
.legal-notice {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #fecaca;
  background: #fef2f2;
}
.dark .legal-notice {
  border-color: rgba(220, 38, 38, 0.35);
  background: rgba(220, 38, 38, 0.08);
}
.legal-notice p { margin: 0; color: #991b1b; }
.dark .legal-notice p { color: #fca5a5; }

html.page-transition-pending body {
  overflow: hidden;
}
html.page-transition-pending body > *:not(#page-loader) {
  opacity: 0;
}

body.is-page-loading {
  overflow: hidden;
}
body.is-page-loading main,
body.is-page-loading .site-footer {
  opacity: 0;
}
body.page-ready main,
body.page-ready .site-footer {
  opacity: 1;
  transition: opacity 0.45s ease;
}
#page-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.dark #page-loader { background: #060d1f; }
#page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}
.page-loader-spinner {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 3px solid rgba(26, 86, 219, 0.15);
  border-top-color: #1a56db;
  border-right-color: #dc2626;
  animation: pageLoaderSpin 0.75s linear infinite;
}
.dark .page-loader-spinner {
  border-color: rgba(96, 165, 250, 0.15);
  border-top-color: #60a5fa;
  border-right-color: #f87171;
}
.page-loader-brand {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.page-loader-text {
  font-size: 0.875rem;
  color: #6b7280;
}
.dark .page-loader-text { color: #9ca3af; }
@keyframes pageLoaderSpin {
  to { transform: rotate(360deg); }
}
