/**
 * Agency Packages & Pricing Hub Stylesheet — Web Techiq Official
 * Developed by MH Badhon Ahmed (Web Techiq)
 *
 * Ultra-Premium, High-Performance, Production-Ready Design:
 *  - Interactive Responsive Pricing Grid & Category Switcher Dock
 *  - Glassmorphic Cards with Featured Tier Golden Glowing Halo & Shimmer
 *  - Delivery Turnaround SLA Badges, Savings % Chips, Tech Stack Micro-Pills
 *  - High-Converting CTA Buttons with Hover Micro-Interactions & Trust Badges
 *  - Dedicated Packages Page Hero Banner with 4 Value Pillars
 *  - Comprehensive Side-by-Side Feature Comparison Matrix Table
 *  - Interactive Pricing FAQ Accordion with Smooth Expand/Collapse
 *  - 100% Fully Responsive Layouts across Mobile, Tablet, and Desktop
 *
 * @package Web_Techiq_Official
 */

/* ==========================================================================
   0. Custom Properties & Variables
   ========================================================================== */
.web-techiq-packages-section,
.wt-packages-page-hub {
  --pkg-primary:        var(--wt-primary-color, #ff6b00);
  --pkg-primary-glow:   rgba(255, 107, 0, 0.35);
  --pkg-secondary:      #0f172a;
  --pkg-accent:         #7c3aed;
  --pkg-heading:        #0f172a;
  --pkg-body:           #64748b;
  --pkg-card-bg:        #ffffff;
  --pkg-card-border:    #e2e8f0;
  --pkg-card-radius:    20px;
  --pkg-featured-gold:  #ffb800;
  --pkg-featured-bg:    #fffdfa;
  --pkg-btn-gold:       #ff6b00;
  --pkg-btn-gold-hover: #e05d00;
  --pkg-btn-text:       #ffffff;

  /* Responsive Grid Columns & Gaps */
  --pkg-cols:           var(--pkg-cols-desktop, 3);
  --pkg-gap-h:          var(--pkg-gap-h-desktop, 28px);
  --pkg-gap-v:          var(--pkg-gap-v-desktop, 28px);
}

@media (max-width: 1024px) {
  .web-techiq-packages-section,
  .wt-packages-page-hub {
    --pkg-cols:  var(--pkg-cols-tablet, 2);
    --pkg-gap-h: var(--pkg-gap-h-tablet, 20px);
    --pkg-gap-v: var(--pkg-gap-v-tablet, 20px);
  }
}

@media (max-width: 640px) {
  .web-techiq-packages-section,
  .wt-packages-page-hub {
    --pkg-cols:  1;
    --pkg-gap-h: var(--pkg-gap-h-mobile, 16px);
    --pkg-gap-v: var(--pkg-gap-v-mobile, 16px);
  }
}

/* ==========================================================================
   1. Section Background & Container
   ========================================================================== */
.web-techiq-packages-section {
  position: relative;
  width: 100%;
  padding: 85px 0 95px;
  background: transparent;
  overflow: hidden;
  isolation: isolate;
}

.web-techiq-packages-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(circle at 12% 20%, rgba(255, 107, 0, 0.035) 0%, transparent 40%),
    radial-gradient(circle at 88% 30%, rgba(124, 58, 237, 0.035) 0%, transparent 40%),
    radial-gradient(circle at 50% 85%, rgba(0, 0, 0, 0.02) 2px, transparent 2px);
  background-size: 100% 100%, 100% 100%, 180px 180px;
  pointer-events: none;
  z-index: 0;
}

/* ==========================================================================
   2. Section Header & Category Filter Dock
   ========================================================================== */
.pkg-section-header {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 820px;
  margin: 0 auto 48px;
}

.pkg-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 107, 0, 0.08);
  border: 1px solid rgba(255, 107, 0, 0.28);
  padding: 5px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: #ff6b00;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  box-shadow: 0 2px 10px rgba(255, 107, 0, 0.08);
}

.pkg-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff6b00;
  display: inline-block;
  box-shadow: 0 0 8px rgba(255, 107, 0, 0.8);
}

.pkg-section-title {
  font-family: 'Outfit', 'Inter', sans-serif;
  font-size: 38px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}

.pkg-title-gradient {
  background: linear-gradient(135deg, #ff6b00 0%, #ff9800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pkg-section-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #64748b;
  margin: 0 auto;
  max-width: 660px;
}

/* ── Modern Category Filter Dock Toolbar ── */
.wt-pkg-filter-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.pkg-category-tabs.wt-pkg-dock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  padding: 5px;
  border-radius: 9999px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.pkg-category-tabs.wt-pkg-dock::-webkit-scrollbar {
  display: none;
}

.pkg-category-tabs.wt-pkg-dock .pkg-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  border-radius: 9999px;
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #475569;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  outline: none;
  line-height: 1.2;
}

.pkg-category-tabs.wt-pkg-dock .pkg-tab-btn:hover:not(.is-active) {
  color: #0f172a;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
}

.pkg-category-tabs.wt-pkg-dock .pkg-tab-btn.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #ff6b00 0%, #ff8800 100%);
  box-shadow: 0 4px 14px rgba(255, 107, 0, 0.35);
  font-weight: 700;
}

.pkg-tab-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff6b00;
  display: inline-block;
  transition: background 0.25s ease;
}

.pkg-tab-btn.is-active .pkg-tab-dot {
  background: #ffffff;
}

.wt-pkg-count-badge {
  font-size: 11px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  color: #334155;
  line-height: 1;
}

.pkg-tab-btn.is-active .wt-pkg-count-badge {
  background: rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

/* ==========================================================================
   3. Packages Responsive Grid & Slider
   ========================================================================== */
.pkg-slider-wrapper {
  position: relative;
  width: 100%;
}

.pkg-cards-viewport {
  width: 100%;
  overflow: visible;
}

.pkg-cards-track {
  display: flex;
  column-gap: var(--pkg-gap-h);
  row-gap: var(--pkg-gap-v);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  align-items: stretch;
}

/* ── Modern CSS Grid Layout ── */
.pkg-cards-track.is-grid-layout,
.web-techiq-packages-section.mode-grid .pkg-cards-track {
  display: grid;
  grid-template-columns: repeat(var(--pkg-cols, 3), 1fr);
  column-gap: var(--pkg-gap-h);
  row-gap: var(--pkg-gap-v);
  transform: none !important;
  cursor: default;
}

.pkg-card-item.is-filtered-out {
  display: none !important;
}

/* ── Homepage Row Limit — hidden cards (2 rows desktop/tablet, 1 row mobile) ── */
.pkg-card-item.pkg-home-hidden {
  display: none !important;
}

/* ── Homepage "View All Packages" Button — keep original dark navy style ── */
.is-home-pkg-section .pkg-more-btn-wrap {
  margin-top: 8px;
}

@keyframes pkgCardFadeIn {
  0% {
    opacity: 0;
    transform: translateY(14px) scale(0.97);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.pkg-card-item:not(.is-filtered-out) {
  animation: pkgCardFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* ==========================================================================
   4. Package Card Architecture & High-Converting UI
   ========================================================================== */
.pkg-card-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.pkg-card-inner {
  position: relative;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: var(--pkg-card-radius);
  padding: 32px 28px 28px;
  border: 1.5px solid var(--card-border, rgba(226, 232, 240, 0.8));
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05), 0 1px 3px rgba(15, 23, 42, 0.02);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.pkg-card-item:hover .pkg-card-inner {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08), 0 4px 14px rgba(15, 23, 42, 0.04);
  border-color: rgba(255, 107, 0, 0.35);
}

/* ── Featured Best-Value Card with Glowing Halo ── */
.pkg-card-item.is-featured-card {
  z-index: 3;
}

.pkg-card-item.is-featured-card .pkg-card-inner {
  background: #ffffff;
  border: 2px solid #ff6b00;
  box-shadow: 0 16px 45px rgba(255, 107, 0, 0.18), 0 2px 10px rgba(0, 0, 0, 0.04);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 26px;
}

.pkg-card-item.is-featured-card:hover .pkg-card-inner {
  transform: translateY(-10px);
  box-shadow: 0 24px 60px rgba(255, 107, 0, 0.28), 0 6px 16px rgba(255, 107, 0, 0.12);
  border-color: #e05d00;
}

/* Featured Header Ribbon Banner */
.pkg-featured-ribbon {
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, #ff6b00 0%, #ff8800 100%);
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 9px 16px;
  border-top-left-radius: var(--pkg-card-radius);
  border-top-right-radius: var(--pkg-card-radius);
  box-shadow: 0 3px 10px rgba(255, 107, 0, 0.3);
  overflow: hidden;
}

.pkg-featured-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-25deg);
  animation: pkgRibbonShimmer 4s infinite;
}

@keyframes pkgRibbonShimmer {
  0% { left: -100%; }
  35% { left: 150%; }
  100% { left: 150%; }
}

/* ==========================================================================
   5. Card Content Details
   ========================================================================== */

/* Turnaround SLA Badge */
.pkg-install-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 11.5px;
  font-weight: 700;
  margin-bottom: 16px;
  align-self: flex-start;
  letter-spacing: 0.01em;
  background: #f0fdf4;
  color: #16a34a;
  border: 1px solid #bbf7d0;
}

.pkg-install-badge .badge-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #16a34a;
}

/* Card Header: Title & Subtitle */
.pkg-card-header {
  margin-bottom: 18px;
}

.pkg-speed-title {
  font-family: 'Outfit', 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 6px;
}

.pkg-speed-sub {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.45;
}

/* ── Price Block ── */
.pkg-price-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 16px 20px;
  border-radius: 14px;
  margin-bottom: 20px;
}

.pkg-price-main-wrap {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.pkg-currency {
  font-family: 'Outfit', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #0f172a;
}

.pkg-amount {
  font-family: 'Outfit', sans-serif;
  font-size: 38px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.03em;
  line-height: 1;
}

.pkg-period {
  font-size: 13.5px;
  font-weight: 600;
  color: #64748b;
  margin-left: 4px;
}

.pkg-price-sub-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}

.pkg-reg-price {
  font-size: 13px;
  color: #94a3b8;
  font-weight: 600;
}

.pkg-save-badge {
  display: inline-block;
  background: rgba(22, 163, 74, 0.12);
  color: #16a34a;
  border: 1px solid rgba(22, 163, 74, 0.25);
  padding: 2px 7px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

/* ── Tech Stack Micro-Pills ── */
.pkg-tech-stack-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.pkg-tech-pill {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #334155;
  font-size: 11.5px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 6px;
}

/* ── Features Deliverables Checklist ── */
.pkg-features-header {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #475569;
  margin-bottom: 12px;
}

.pkg-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex-grow: 1;
}

.pkg-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: #334155;
  line-height: 1.45;
}

.pkg-feature-item .check-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.pkg-feature-item .check-icon svg {
  width: 11px;
  height: 11px;
}

/* ── Card Footer & CTA Action ── */
.pkg-card-footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pkg-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 20px;
  border-radius: 12px;
  font-family: 'Outfit', 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
  text-align: center;
  border: none;
  outline: none;
}

.pkg-cta-btn.btn-primary {
  background: linear-gradient(135deg, #ff6b00 0%, #ff8800 100%);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(255, 107, 0, 0.35);
}

.pkg-cta-btn.btn-primary:hover {
  background: linear-gradient(135deg, #e05d00 0%, #ff6b00 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 107, 0, 0.45);
  color: #ffffff;
}

.pkg-cta-btn.btn-secondary {
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.15);
}

.pkg-cta-btn.btn-secondary:hover {
  background: #ff6b00;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(255, 107, 0, 0.35);
  color: #ffffff;
}

.pkg-trust-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 700;
  color: #64748b;
  text-align: center;
}

/* ── Section Bottom & Disclaimer ── */
.pkg-section-bottom {
  margin-top: 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.pkg-disclaimer-text {
  font-size: 13.5px;
  color: #64748b;
  max-width: 680px;
  margin: 0 auto;
}

.pkg-explore-all-btn {
  background: #0f172a;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.15);
}

.pkg-explore-all-btn:hover {
  background: #ff6b00;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 107, 0, 0.35);
}

/* ==========================================================================
   6. Dedicated Packages Page Hub Styles
   ========================================================================== */
.wt-packages-page-hub {
  background: #ffffff;
}

/* ── Hero Banner ── */
.wt-pkg-hero-banner {
  background: linear-gradient(135deg, #0b132b 0%, #1e293b 100%);
  padding: 70px 0 60px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.wt-pkg-hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 30%, rgba(255, 107, 0, 0.15) 0%, transparent 60%);
  pointer-events: none;
}

.wt-pkg-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 20px;
}

.wt-pkg-breadcrumb a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.wt-pkg-breadcrumb a:hover {
  color: #ff6b00;
}

.wt-pkg-breadcrumb .current {
  color: #ffffff;
  font-weight: 700;
}

.wt-pkg-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 107, 0, 0.15);
  border: 1px solid rgba(255, 107, 0, 0.35);
  color: #ff9f00;
  padding: 6px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.wt-pkg-hero-title {
  font-family: 'Outfit', 'Inter', sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  max-width: 860px;
  margin: 0 auto 16px;
  letter-spacing: -0.02em;
}

.wt-title-gradient {
  background: linear-gradient(135deg, #ff6b00 0%, #ffb800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wt-pkg-hero-subtitle {
  font-size: 16.5px;
  line-height: 1.6;
  color: #cbd5e1;
  max-width: 720px;
  margin: 0 auto 36px;
}

.wt-pkg-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}

.wt-pkg-pillar-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  padding: 14px 18px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 700;
  color: #f8fafc;
  text-align: left;
}

.wt-pkg-pillar-item .icon-green  { color: #4ade80; font-size: 16px; }
.wt-pkg-pillar-item .icon-amber  { color: #fbbf24; font-size: 16px; }
.wt-pkg-pillar-item .icon-blue   { color: #38bdf8; font-size: 16px; }
.wt-pkg-pillar-item .icon-purple { color: #c084fc; font-size: 16px; }

@media (max-width: 900px) {
  .wt-pkg-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wt-pkg-hero-title {
    font-size: 32px;
  }
}

@media (max-width: 540px) {
  .wt-pkg-pillars-grid {
    grid-template-columns: 1fr;
  }
  .wt-pkg-hero-title {
    font-size: 26px;
  }
}

/* ==========================================================================
   7. Feature Comparison Matrix Table
   ========================================================================== */
.wt-pkg-comparison-section {
  padding: 90px 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.wt-pkg-comp-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 48px;
}

.wt-pkg-comp-title {
  font-family: 'Outfit', 'Inter', sans-serif;
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 10px;
}

.wt-pkg-comp-subtitle {
  font-size: 15.5px;
  color: #64748b;
  margin: 0;
}

.wt-pkg-table-container {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 18px;
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.wt-pkg-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.wt-pkg-matrix-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  min-width: 780px;
}

.wt-pkg-matrix-table thead tr {
  background: #f8fafc;
  border-bottom: 2px solid #e2e8f0;
}

.wt-pkg-matrix-table th {
  padding: 24px 20px;
  vertical-align: bottom;
}

.wt-pkg-matrix-table th.col-features {
  width: 37%;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
}

.wt-pkg-matrix-table th.col-tier {
  width: 21%;
  text-align: center;
  position: relative;
}

.tier-head-title {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 4px;
}

.tier-head-sub {
  font-size: 12px;
  color: #64748b;
}

.col-tier.is-popular {
  background: rgba(255, 107, 0, 0.04);
  border-left: 2px solid rgba(255, 107, 0, 0.2);
  border-right: 2px solid rgba(255, 107, 0, 0.2);
}

.tier-popular-tag {
  display: inline-block;
  background: linear-gradient(135deg, #ff6b00 0%, #ff8800 100%);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 999px;
  margin-bottom: 6px;
}

.wt-pkg-matrix-table tbody tr.section-row td {
  background: #0f172a;
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 12px 20px;
}

.wt-pkg-matrix-table tbody tr.section-row td i {
  color: #ff6b00;
  margin-right: 6px;
}

.wt-pkg-matrix-table tbody tr:not(.section-row) {
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.2s ease;
}

.wt-pkg-matrix-table tbody tr:not(.section-row):hover {
  background: #f8fafc;
}

.wt-pkg-matrix-table td {
  padding: 16px 20px;
  font-size: 14px;
  color: #334155;
}

.wt-pkg-matrix-table td.feature-name {
  font-weight: 600;
  color: #1e293b;
}

.wt-pkg-matrix-table td.check-cell {
  text-align: center;
}

.wt-pkg-matrix-table td.check-cell.is-popular {
  background: rgba(255, 107, 0, 0.02);
  border-left: 2px solid rgba(255, 107, 0, 0.15);
  border-right: 2px solid rgba(255, 107, 0, 0.15);
}

.icon-check {
  color: #16a34a;
  font-size: 16px;
}

.text-muted {
  color: #94a3b8;
  font-weight: 600;
}

.font-bold {
  font-weight: 800;
  color: #0f172a;
}

/* ==========================================================================
   8. Frequently Asked Questions (FAQ) Accordion
   ========================================================================== */
.wt-pkg-faq-section {
  padding: 95px 0 90px;
  background: #ffffff;
}

.wt-pkg-faq-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 52px;
}

.wt-pkg-faq-title {
  font-family: 'Outfit', 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 10px;
}

.wt-pkg-faq-subtitle {
  font-size: 16px;
  color: #64748b;
  margin: 0;
}

.wt-pkg-faq-grid {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.wt-faq-item {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.25s ease;
}

.wt-faq-item.is-open {
  background: #ffffff;
  border-color: #ff6b00;
  box-shadow: 0 8px 24px rgba(255, 107, 0, 0.08);
}

.wt-faq-trigger {
  width: 100%;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
}

.faq-question {
  font-family: 'Outfit', 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  transition: color 0.2s ease;
}

.wt-faq-item.is-open .faq-question {
  color: #ff6b00;
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e2e8f0;
  color: #475569;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.wt-faq-item.is-open .faq-icon {
  transform: rotate(45deg);
  background: #ff6b00;
  color: #ffffff;
}

.wt-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s ease;
  padding: 0 24px;
}

.wt-faq-item.is-open .wt-faq-answer {
  max-height: 300px;
  padding: 0 24px 20px 24px;
}

.wt-faq-answer p {
  font-size: 14.5px;
  color: #475569;
  line-height: 1.65;
  margin: 0;
}
