/* ===== SCOPED RESET ===== */
.ta-technology-revamp {
  font-family: 'Poppins', sans-serif;
}

.ta-technology-revamp * {
  box-sizing: border-box;
}

/* ===== LAYOUT ===== */
.container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

/* ===================================================== */
/* ================= HERO SECTION ======================= */
/* ===================================================== */

.service-hero {
  position: relative;
  min-height: 400px;
  background: url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 60px 0 40px;
  overflow: hidden;
}

.service-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(5, 20, 40, 0.95) 0%,
    rgba(5, 20, 40, 0.85) 40%,
    rgba(5, 20, 40, 0.6) 70%,
    rgba(5, 20, 40, 0.3) 100%
  );
}

.service-hero__content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.service-hero__tag {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.service-hero__tag-line {
  width: 40px;
  height: 2px;
  background: #ff6a1a;
}

.service-hero__tag-text {
  font-size: 12px;
  letter-spacing: 2px;
  color: #ff6a1a;
  font-weight: 500;
}

.service-hero__title {
  font-size: 72px;
  line-height: 1.05;
  font-weight: 700;
}

.service-hero__title--white {
  color: #ffffff;
}

.service-hero__title--orange {
  color: #ff6a1a;
}

.service-hero__scroll {
  position: absolute;
  right: 30px;
  bottom: 80px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 10px;
  letter-spacing: 4px;
  color: #aaa;
}

.service-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255,106,26,0.08), transparent 60%);
}

/* ===================================================== */
/* ================= SERVICES SECTION =================== */
/* ===================================================== */

.services {
  padding: 100px 0;
  background: #f7f7f7;
}

/* Header */
.services__header {
  max-width: 900px;
  margin-bottom: 60px;
}

.services__tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.services__tag-line {
  width: 40px;
  height: 2px;
  background: #ff6a1a;
}

.services__tag-text {
  font-size: 12px;
  letter-spacing: 2px;
  color: #ff6a1a;
  font-weight: 600;
}

.services__title {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #1c2539;
}

.services__title span {
  color: #ff6a1a;
}

.services__subtitle {
  margin-top: 16px;
  font-size: 15px;
  color: #6b7280;
  max-width: 600px;
}

/* Grid */
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.services__card {
  padding: 30px;
  border-radius: 20px;
  color: #fff;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.services__card:hover {
  transform: translateY(-6px);
}

/* Card elements */
.services__card-icon {
  width: 52px;
  height: 52px;
  background: rgba(255,255,255,0.15);
  border-radius: 14px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.services__card-icon svg {
  width: 22px;
  height: 22px;
  stroke: #fff;
}

.services__card-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  color: #ffffff !important;
}

.services__card-text {
  font-size: 14px;
  opacity: 0.9;
  margin-top: 10px;
  color: #ffffff !important;
}

.services__card-arrow {
  margin-top: 20px;
  font-size: 18px;
  color: #ffffff !important;
}

/* Modifiers (BEM style) */
.services__card--blue {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.services__card--orange {
  background: linear-gradient(135deg, #ff6a1a, #ff8c42);
}

.services__card--green {
  background: linear-gradient(135deg, #34d399, #10b981);
}

.services__card--purple {
  background: linear-gradient(135deg, #8b5cf6, #6d28d9);
}

.services__card--pink {
  background: linear-gradient(135deg, #f43f5e, #e11d48);
}

.services__card--cyan {
  background: linear-gradient(135deg, #06b6d4, #2563eb);
}

.tech {
  position: relative;
  background:
    radial-gradient(circle, rgba(148, 163, 184, 0.18) 1px, transparent 1.5px),
    linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  background-size: 22px 22px, auto;
  padding: 120px 0;
  color: #1c2539;
  overflow: hidden;
}

.tech::before,
.tech::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.tech::before {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0, transparent calc(100% - 140px), rgba(148, 163, 184, 0.14) calc(100% - 140px), rgba(148, 163, 184, 0.14) calc(100% - 139px), transparent calc(100% - 139px)),
    linear-gradient(180deg, transparent 0, transparent calc(100% - 72px), rgba(148, 163, 184, 0.12) calc(100% - 72px), rgba(148, 163, 184, 0.12) calc(100% - 71px), transparent calc(100% - 71px));
}

.tech::after {
  top: 72px;
  right: 72px;
  width: 140px;
  height: 140px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cg fill='none' stroke='%23cbd5e1' stroke-width='1'%3E%3Cpath d='M20 70h100'/%3E%3Cpath d='M70 20v100'/%3E%3Ccircle cx='70' cy='70' r='18'/%3E%3Ccircle cx='70' cy='70' r='38'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
}

.tech__shell {
  position: relative;
  z-index: 1;
  padding: 44px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.05);
}

.tech__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

/* Header */
.tech__tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.tech__tag-line {
  width: 40px;
  height: 2px;
  background: #ff6a1a;
}

.tech__tag-text {
  color: #ff6a1a;
  font-size: 12px;
  letter-spacing: 2px;
}

.tech__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}

.tech__title span {
  color: #ff6a1a;
}

.tech__subtitle {
  margin-top: 16px;
  color: #5f6b7c;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.7;
}

.tech__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  padding-top: 0;
}

.tech__meta span {
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(203, 213, 225, 0.9);
  background: rgba(248, 250, 252, 0.88);
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Tabs */
.tech__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 44px;
  padding: 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(226, 232, 240, 0.95);
}

.tech__tab {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  color: #475569;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s ease;
}

.tech__tab:hover {
  border-color: rgba(255, 106, 26, 0.2);
  color: #ff6a1a;
  background: rgba(255, 255, 255, 0.92);
}

.tech__tab--active {
  background: linear-gradient(135deg, #ff6a1a, #ff8a3d);
  color: #fff;
  box-shadow: 0 6px 14px rgba(255, 106, 26, 0.18);
}

/* Content */
.tech__content {
  margin-top: 28px;
  padding-bottom: 18px;
}

.tech__panel {
  display: none;
}

.tech__panel--active {
  display: block;
}

/* Grid */
.tech__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

/* Items */
.tech__item {
  position: relative;
  min-height: 74px;
  padding: 18px 16px 16px 34px;
  border-radius: 16px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: rgba(255, 255, 255, 0.92);
  text-align: left;
  color: #334155;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.tech__item-accent {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: #cbd5e1;
  opacity: 1;
}

.tech__item:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 106, 26, 0.28);
  color: #ff6a1a;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}

.tech__item:hover .tech__item-accent {
  background: #ff6a1a;
}

@media (max-width: 1100px) {
  .tech__header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .tech__meta {
    justify-content: flex-start;
  }

  .tech__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .tech {
    padding: 88px 0;
  }

  .tech__shell {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .tech__title {
    font-size: 34px;
  }

  .tech::after {
    width: 100px;
    height: 100px;
    top: 52px;
    right: 20px;
  }

  .tech__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .tech__meta {
    gap: 8px;
  }

  .tech__meta span {
    width: 100%;
    text-align: center;
  }

  .tech__tabs {
    gap: 10px;
    padding: 8px;
  }

  .tech__tab {
    width: 100%;
    text-align: center;
  }

  .tech__grid {
    grid-template-columns: 1fr;
  }
}


.faq {
  background: #f7f7f7;
  padding: 120px 0;
}

/* Header */
.faq__header {
  text-align: center;
  margin-bottom: 60px;
}

.faq__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.faq__tag-line {
  width: 40px;
  height: 2px;
  background: #ff6a1a;
}

.faq__tag-text {
  color: #ff6a1a;
  font-size: 12px;
  letter-spacing: 2px;
}

.faq__title {
  font-size: 42px;
  color: #ff6a1a;
  font-weight: 700;
}

/* List */
.faq__list {
  max-width: 900px;
  margin: 0 auto;
}

/* Item */
.faq__item {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  margin-bottom: 16px;
  overflow: hidden;
  transition: 0.3s;
}

/* Active state */
.faq__item--active {
  border-color: #ff6a1a;
}

/* Question */
.faq__question {
  width: 100%;
  padding: 18px 22px;
  background: transparent;
  border: none;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #1c2539;

  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* Icon */
.faq__icon {
  font-size: 18px;
  transition: 0.3s;
}

/* Rotate when open */
.faq__item--active .faq__icon {
  transform: rotate(180deg);
}

/* Answer */
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0 22px;
}

.faq__item--active .faq__answer {
  max-height: 200px;
  padding-bottom: 18px;
}

.faq__answer p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

/* ===== FINAL CTA SECTION ===== */
.ta-cta {
  padding: 100px 20px;
  background: #ffffff;
}

.ta-cta__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  text-align: center;
  background: radial-gradient(1200px circle at top left, rgba(255, 255, 255, 0.08), transparent 40%), 
              linear-gradient(135deg, #0b132b, #0f172a);
  border-radius: 32px;
  color: #ffffff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.ta-cta__container h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
}

.ta-cta__container p {
  max-width: 620px;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.ta-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.ta-btn-revamp {
  display: inline-block;
  padding: 15px 40px;
  background: #ef9920;
  color: #ffffff !important;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(239, 153, 32, 0.2);
  text-align: center;
}

.ta-btn-revamp:hover {
  background: #d4870e;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(239, 153, 32, 0.4);
  color: #ffffff !important;
}

/* ===== SERVICES RESPONSIVE ===== */
@media (max-width: 991px) {
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .services {
    padding: 60px 0;
  }
  .services__title {
    font-size: 32px;
  }
  .services__header {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .services__grid {
    grid-template-columns: 1fr;
  }
}
