.tech-page {
  background-color: #020713;
  color: var(--text-gray-light, #94a3b8);
  font-family: var(--font-body, "Inter", sans-serif);
}
.tech-page h1,
.tech-page h2,
.tech-page h3,
.tech-page h4 {
  font-family: var(--font-heading, "Plus Jakarta Sans", sans-serif);
  color: var(--text-white, #fff);
}
.tech-light-section {
  background-color: #f8fafc;
  color: #0f172a;
  padding: 100px 0;
}
.tech-light-section h2 {
  color: #0f172a;
}
.tech-light-section p {
  color: #475569;
}
.tech-dark-section {
  background-color: #030712;
  color: #94a3b8;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.tech-section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}
.tech-section-header h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.2;
  font-weight: 800;
}
.tech-section-header h2 span {
  color: var(--tech-accent);
}
.tech-section-header p {
  font-size: 1.1rem;
  color: #64748b;
  margin-top: 15px;
}
.tech-breadcrumb-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  margin-bottom: 40px;
}
.tech-breadcrumb {
  font-size: 0.85rem;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tech-breadcrumb a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s;
}
.tech-breadcrumb a:hover {
  color: var(--tech-accent);
}
.tech-breadcrumb span {
  color: rgba(255, 255, 255, 0.2);
}
.tech-hero {
  position: relative;
  padding: 130px 0 80px;
  background-color: #020713;
  overflow: hidden;
}
.tech-hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(
      circle at 80% 50%,
      rgba(var(--tech-accent-rgb), 0.12),
      transparent 45%
    ),
    radial-gradient(circle at 20% 80%, rgba(37, 99, 235, 0.06), transparent 35%);
  z-index: 1;
}
.tech-hero-grid-pattern {
  position: absolute;
  inset: 0;
  background-size: 50px 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath d='M 50 0 L 0 0 0 50' fill='none' stroke='%23ffffff' stroke-opacity='0.02' stroke-width='1'/%3E%3C/svg%3E");
  mask-image: radial-gradient(circle at 60% 50%, black 30%, transparent 70%);
  -webkit-mask-image: radial-gradient(
    circle at 60% 50%,
    black 30%,
    transparent 70%
  );
  z-index: 2;
}
.tech-hero .container {
  position: relative;
  z-index: 3;
}
.tech-hero-row {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 4rem;
  align-items: center;
}
.tech-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tech-eyebrow {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(var(--tech-accent-rgb), 0.1);
  border: 1px solid rgba(var(--tech-accent-rgb), 0.25);
  color: var(--tech-accent);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}
.tech-hero-copy h1 {
  font-size: clamp(2.6rem, 4.5vw, 3.8rem);
  line-height: 1.15;
  margin-bottom: 1.5rem;
  font-weight: 800;
  color: #fff;
}
.tech-hero-copy h1 span {
  display: block;
  background: linear-gradient(135deg, #fff 40%, var(--tech-accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 30px rgba(var(--tech-accent-rgb), 0.15);
}
.tech-hero-copy p {
  font-size: 1.1rem;
  line-height: 1.65;
  color: #94a3b8;
  margin-bottom: 2.2rem;
  max-width: 550px;
}
.tech-hero-copy .baa-actions {
  display: flex;
  gap: 1.25rem;
}
.tech-hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  width: 100%;
}
.tech-laptop-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: radial-gradient(
    circle,
    rgba(var(--tech-accent-rgb), 0.22) 0,
    transparent 60%
  );
  pointer-events: none;
  z-index: 1;
}
.tech-laptop-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  transition: transform 0.5s;
}
.tech-laptop-wrap:hover {
  transform: scale(1.02) rotate(-0.5deg);
}
.tech-laptop-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
}
.tech-features-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 3;
}
.tech-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  width: 215px;
  min-height: 58px;
  border-radius: 12px;
  background: rgba(11, 15, 25, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #94a3b8;
  font-family: var(--font-heading, sans-serif);
  font-size: 0.85rem;
  font-weight: 700;
  transition: 0.3s;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.tech-feature-item:hover {
  transform: translateX(-5px);
  border-color: rgba(var(--tech-accent-rgb), 0.4);
  color: #fff;
  box-shadow: 0 4px 20px rgba(var(--tech-accent-rgb), 0.2);
}
.tech-feature-item svg {
  width: 20px;
  height: 20px;
  stroke: var(--tech-accent);
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
}
.tech-cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.tech-choose-card,
.tech-solution-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 35px 30px;
  transition: 0.3s;
}
.tech-choose-card:hover,
.tech-solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  border-color: rgba(var(--tech-accent-rgb), 0.25);
}
.tech-choose-icon,
.tech-solution-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: rgba(var(--tech-accent-rgb), 0.08);
  color: var(--tech-accent);
  margin-bottom: 24px;
}
.tech-choose-icon svg,
.tech-solution-icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}
.tech-choose-card h3,
.tech-solution-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0f172a;
}
.tech-choose-card p,
.tech-solution-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #475569;
}
.tech-stats-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 24px !important;
}
.tech-stat-card {
  min-height: 260px !important;
  padding: 40px 20px 30px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 18px !important;
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0.72),
    rgba(8, 13, 24, 0.9)
  ) !important;
  text-align: center !important;
  transition: 0.3s !important;
}
.tech-stat-card:hover {
  border-color: rgba(var(--tech-accent-rgb), 0.35) !important;
  transform: translateY(-5px) !important;
  box-shadow: 0 10px 30px rgba(var(--tech-accent-rgb), 0.12) !important;
}
.tech-stat-icon {
  display: grid !important;
  place-items: center !important;
  width: 60px !important;
  height: 60px !important;
  margin: 0 auto 28px !important;
  border-radius: 50% !important;
  background: rgba(var(--tech-accent-rgb), 0.12) !important;
  color: var(--tech-accent) !important;
}
.tech-stat-icon svg {
  width: 26px !important;
  height: 26px !important;
  stroke: currentColor !important;
  fill: none;
  stroke-width: 2;
}
.tech-stat-number {
  font-size: clamp(2rem, 2.5vw, 2.75rem) !important;
  line-height: 1.1 !important;
  margin-bottom: 12px !important;
  color: #fff !important;
  font-weight: 800 !important;
}
.tech-stat-label {
  color: rgba(226, 232, 240, 0.65) !important;
  font-size: 0.9rem !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
}
.tech-slider-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.tech-slider-controls {
  display: flex;
  gap: 12px;
}
.tech-slider-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #0f172a;
  cursor: pointer;
  transition: 0.2s;
}
.tech-slider-btn:hover {
  background: var(--tech-accent);
  border-color: var(--tech-accent);
  color: #fff;
}
.tech-slider-btn svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
}
.tech-slider-viewport {
  overflow: hidden;
  width: 100%;
}
.tech-slider-track {
  display: flex;
  gap: 30px;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.tech-project-card {
  flex: 0 0 calc(33.333% - 20px);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
.tech-project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  border-color: rgba(var(--tech-accent-rgb), 0.25);
}
.tech-project-image {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  background: #020713;
}
.tech-project-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.tech-project-card:hover .tech-project-image img {
  transform: scale(1.05);
}
.tech-project-category {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.tech-project-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.tech-project-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}
.tech-project-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 20px;
  flex-grow: 1;
}
.tech-project-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tech-accent);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
  transition: transform 0.2s;
}
.tech-project-link:hover {
  transform: translateX(4px);
}
.tech-project-link svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
}
.tech-slider-dots,
.tech-slider-dots-wrapper {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
.tech-slider-dots button,
.tech-slider-dots-wrapper button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e2e8f0;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.tech-slider-dots button.active,
.tech-slider-dots-wrapper button.active {
  background: var(--tech-accent);
  width: 24px;
  border-radius: 5px;
}
.tech-cta-section {
  background: #fff !important;
  padding: 72px 0 !important;
}
.tech-cta-section .container {
  max-width: 1180px;
}
.tech-cta-section .project-cta {
  margin: 0;
  border-radius: 14px;
  padding: 28px 34px;
}
@media (max-width: 1200px) {
  .tech-project-card {
    flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .tech-light-section {
    padding: 40px 0 !important;
  }
  .tech-dark-section {
    padding: 36px 0 !important;
  }
  .tech-section-header {
    margin-bottom: 22px !important;
  }
  .tech-cta-section {
    padding: 36px 0 !important;
  }
  .tech-cta-section .project-cta {
    padding: 22px 18px;
  }
  .tech-hero {
    padding: 95px 0 35px;
  }
  .tech-hero-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .tech-hero-visual {
    grid-template-columns: 1fr;
  }
  .tech-features-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    width: 100%;
    margin-top: 20px;
  }
  .tech-feature-item {
    width: 100% !important;
    box-sizing: border-box;
  }
  .tech-cards-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .tech-stats-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 18px !important;
  }
}
@media (max-width: 767px) {
  .tech-project-card {
    flex: 0 0 100%;
  }
}
@media (max-width: 640px) {
  .tech-light-section {
    padding: 32px 0 !important;
  }
  .tech-dark-section {
    padding: 28px 0 !important;
  }
  .tech-section-header {
    margin-bottom: 18px !important;
  }
  .tech-hero {
    padding: 88px 0 28px !important;
  }
  .tech-cards-row,
  .tech-features-list,
  .tech-stats-grid {
    grid-template-columns: 1fr !important;
  }
}
.tech-hero-footer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  width: 100%;
}
.tech-hero-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
  font-weight: 600;
  transition: 0.3s;
}
.tech-hero-badge:hover {
  color: #fff;
  transform: translateY(-2px);
}
.tech-hero-badge svg {
  width: 20px;
  height: 20px;
  stroke: var(--tech-accent);
  stroke-width: 2;
  fill: none;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .tech-hero-footer {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .tech-hero-footer {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .tech-hero-badge {
    justify-content: flex-start;
  }
}
.tech-process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
  margin-top: 4.5rem;
}
.tech-process-timeline::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 8.333%;
  right: 8.333%;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #cbd5e1 0,
    #cbd5e1 6px,
    transparent 6px,
    transparent 12px
  );
  z-index: 1;
}
.tech-process-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 2;
}
.tech-process-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e2e8f0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  color: var(--tech-accent);
  margin-bottom: 1.5rem;
  transition: 0.3s;
  position: relative;
}
.tech-process-step:hover .tech-process-icon {
  border-color: var(--tech-accent);
  box-shadow: 0 10px 25px rgba(var(--tech-accent-rgb), 0.2);
  transform: scale(1.05);
}
.tech-process-icon svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}
.tech-process-number,
.tech-process-step span {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--tech-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tech-process-step h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0.35rem 0 0.6rem;
}
.tech-process-step p {
  font-size: 0.82rem;
  line-height: 1.55;
  color: #64748b;
  padding: 0 0.5rem;
}
@media (max-width: 1024px) {
  .tech-process-timeline {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1.5rem;
  }
  .tech-process-timeline::before {
    display: none;
  }
}
@media (max-width: 640px) {
  .tech-process-timeline {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.tech-page .btn-primary {
  background: var(--tech-accent) !important;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(var(--tech-accent-rgb), 0.3) !important;
}
.tech-page .btn-primary:hover {
  filter: brightness(1.1) saturate(1.1) !important;
  box-shadow: 0 12px 30px rgba(var(--tech-accent-rgb), 0.45) !important;
}
.tech-page .btn-secondary-light {
  color: var(--tech-accent) !important;
}
.tech-page .btn-secondary-light:hover {
  background: var(--tech-accent) !important;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(var(--tech-accent-rgb), 0.35) !important;
}
@media (min-width: 1200px) {
  .tech-carousel-viewport .tech-cards-row.tech-cards-six-cols > * {
    flex: 0 0 calc((100% - 5 * 2rem) / 6) !important;
    width: calc((100% - 5 * 2rem) / 6) !important;
  }
  .tech-carousel-viewport .tech-cards-row.tech-cards-seven-cols > * {
    flex: 0 0 calc((100% - 6 * 2rem) / 7) !important;
    width: calc((100% - 6 * 2rem) / 7) !important;
  }
  .tech-carousel-viewport .tech-cards-row.tech-cards-eight-cols > * {
    flex: 0 0 calc((100% - 7 * 2rem) / 8) !important;
    width: calc((100% - 7 * 2rem) / 8) !important;
  }
}
