/**
 * ATV MEDIA - Strict 100vh Snap Scroll & Premium Startup Ecosystem
 * Brand Palette:
 * Primary: #39B54A (ATV Bright Green)
 * Secondary: #006837 (ATV Dark Green)
 * Accent: #E6D0C6 (Sand Dune Accent)
 * Background Dark: #121513 / #181E1A
 * Background Light: #F4F8F5 / #FFFFFF
 */

/* ==========================================================================
   0. NATURAL TYPOGRAPHY, ZERO TEXT-SHADOW & THEME SYNC
   ========================================================================== */

* {
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html[data-theme="light"] .text-theme-main {
  color: #111827 !important;
}

html[data-theme="light"] .text-theme-muted,
html[data-theme="light"] p {
  color: #374151 !important;
  font-weight: 400;
}

html[data-theme="dark"] .text-theme-main {
  color: #ffffff !important;
}

html[data-theme="dark"] .text-theme-muted,
html[data-theme="dark"] p {
  color: #cbd5e1 !important;
  font-weight: 400;
}

/* Card titles and clean text */
html[data-theme="light"] .step-card h3,
html[data-theme="light"] .service-card-atv h3,
html[data-theme="light"] .combo-card h3,
html[data-theme="light"] .promise-card h3,
html[data-theme="light"] .news-card-home h3,
html[data-theme="light"] .news-title-home a {
  color: #111827 !important;
}

html[data-theme="light"] .step-card p,
html[data-theme="light"] .service-card-atv p,
html[data-theme="light"] .combo-card p,
html[data-theme="light"] .promise-card p,
html[data-theme="light"] .news-card-home p,
html[data-theme="light"] .news-excerpt-clamp {
  color: #374151 !important;
  font-weight: 400;
}

html[data-theme="dark"] .step-card h3,
html[data-theme="dark"] .service-card-atv h3,
html[data-theme="dark"] .combo-card h3,
html[data-theme="dark"] .promise-card h3,
html[data-theme="dark"] .news-card-home h3,
html[data-theme="dark"] .news-title-home a {
  color: #ffffff !important;
}

html[data-theme="dark"] .step-card p,
html[data-theme="dark"] .service-card-atv p,
html[data-theme="dark"] .combo-card p,
html[data-theme="dark"] .promise-card p,
html[data-theme="dark"] .news-card-home p,
html[data-theme="dark"] .news-excerpt-clamp {
  color: #cbd5e1 !important;
  font-weight: 400;
}

/* ==========================================================================
   1. SNAP SCROLL CONTAINER SYSTEM (STRICT 100VH ON DESKTOP)
   ========================================================================== */

@media (min-width: 992px) {
  html.has-snap-scroll,
  body.has-snap-scroll {
    overflow-x: hidden;
    scroll-behavior: smooth;
  }

  .snap-section {
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 68px 0 20px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .snap-section > .container {
    max-height: calc(100vh - 88px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .footer-section {
    position: relative;
    z-index: 10;
  }
}

@media (max-width: 991.98px) {
  .snap-section {
    padding: 50px 0;
    min-height: auto;
    display: block;
    height: auto;
    overflow: visible;
  }
}

/* Floating Snap Navigation Dots (Desktop) */
.snap-nav-dots {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(18, 21, 19, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 12px 8px;
  border-radius: 20px;
  border: 1px solid rgba(57, 181, 74, 0.35);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

html[data-theme="light"] .snap-nav-dots {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 104, 55, 0.22);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.snap-dot {
  position: relative;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(120, 140, 125, 0.4);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.snap-dot:hover {
  background: var(--atv-primary);
  transform: scale(1.25);
}

.snap-dot.active {
  background: var(--atv-primary);
  transform: scale(1.35);
  box-shadow: 0 0 12px var(--atv-primary-glow);
}

.snap-dot .snap-tooltip {
  position: absolute;
  right: 26px;
  background: #181d1a;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateX(8px);
  transition: all 0.2s ease;
  border: 1px solid rgba(57, 181, 74, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

html[data-theme="light"] .snap-dot .snap-tooltip {
  background: #ffffff;
  color: #121513;
  border: 1px solid rgba(0, 104, 55, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.snap-dot:hover .snap-tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* ==========================================================================
   2. HERO SECTION - UNIFIED CINEMATIC DARK VIDEO HERO (FOR BOTH THEMES)
   ========================================================================== */

.hero-atv {
  position: relative;
  overflow: hidden;
  background: #0f1411 !important;
  color: #ffffff !important;
}

/* Video Wrapper */
.hero-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.hero-video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.52 !important;
  filter: brightness(0.92) contrast(1.08) !important;
}

.hero-video-poster {
  background: radial-gradient(circle at center, rgba(15, 20, 17, 0.38) 0%, rgba(15, 20, 17, 0.88) 100%) !important;
  pointer-events: none;
  z-index: 1;
}

.hero-badge-atv {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(57, 181, 74, 0.18);
  border: 1px solid rgba(57, 181, 74, 0.45);
  border-radius: 10px;
  color: #4ade80;
  font-size: 0.82rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

#hero .hero-badge-atv {
  background: rgba(57, 181, 74, 0.18) !important;
  border-color: rgba(57, 181, 74, 0.45) !important;
  color: #4ade80 !important;
}

html[data-theme="light"] .hero-badge-atv {
  background: rgba(0, 104, 55, 0.08) !important;
  border-color: rgba(0, 104, 55, 0.25) !important;
  color: #006837 !important;
}

html[data-theme="light"] #hero .hero-badge-atv {
  background: rgba(57, 181, 74, 0.2) !important;
  border-color: rgba(57, 181, 74, 0.45) !important;
  color: #4ade80 !important;
}

.hero-title-main {
  font-size: clamp(1.85rem, 3.4vw, 3rem);
  line-height: 1.16;
  letter-spacing: -0.5px;
  color: #ffffff !important;
}

.hero-title-line1 {
  color: #ffffff !important;
}

.text-gradient-atv {
  background: linear-gradient(135deg, #4ade80 0%, #39b54a 50%, #e6d0c6 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: 800;
}

.hero-lead-text,
#hero .hero-lead-text,
html[data-theme="light"] #hero .hero-lead-text,
html[data-theme="dark"] #hero .hero-lead-text,
html[data-theme="light"] #hero p,
html[data-theme="dark"] #hero p {
  color: #ffffff !important;
  font-size: clamp(0.96rem, 1.2vw, 1.12rem) !important;
  line-height: 1.58 !important;
  max-width: 780px !important;
  margin: 0 auto !important;
  font-weight: 500 !important;
  opacity: 0.95 !important;
}

/* Harmonized Hero Action Buttons */
.hero-btn-action {
  min-height: 46px !important;
  height: 46px !important;
  padding: 0 22px !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
  transition: all 0.25s ease !important;
}

.hero-btn-action span {
  display: inline-block;
  line-height: 1;
}

.hero-atv .btn-atv-primary.hero-btn-action {
  background: linear-gradient(135deg, #39b54a 0%, #006837 100%) !important;
  color: #ffffff !important;
  border: 1.5px solid transparent !important;
}

.hero-atv .hero-btn-quote {
  border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.hero-atv .hero-btn-quote:hover {
  background: var(--atv-primary) !important;
  border-color: var(--atv-primary) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(57, 181, 74, 0.4);
}

.btn-hero-hotline {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
  color: #ffffff !important;
}

.btn-hero-hotline .hero-hotline-icon {
  color: #39b54a !important;
  stroke: #39b54a !important;
  transition: transform 0.25s ease;
}

.btn-hero-hotline:hover {
  background: var(--atv-primary) !important;
  border-color: var(--atv-primary) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(57, 181, 74, 0.4);
}

.btn-hero-hotline:hover .hero-hotline-icon {
  color: #ffffff !important;
  stroke: #ffffff !important;
  transform: rotate(15deg) scale(1.1);
}

.hero-bg-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  opacity: 0.25;
  z-index: 1;
}

.glow-green {
  top: -10%;
  right: -10%;
  background: radial-gradient(circle, var(--atv-primary) 0%, transparent 70%);
}

.glow-sand {
  bottom: -15%;
  left: -10%;
  background: radial-gradient(circle, var(--atv-primary-dark) 0%, transparent 70%);
}

/* ==========================================================================
   3. SEAMLESS STARTUP ROADMAP (THE 6-STEP ECOSYSTEM)
   ========================================================================== */

.bg-section-alt {
  background: #181e1a;
}

html[data-theme="light"] .bg-section-alt {
  background: #edf3ef;
}

.roadmap-timeline-wrapper {
  position: relative;
  padding: 10px 0;
}

.roadmap-timeline-track {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 3px;
  background: linear-gradient(90deg, #39b54a 0%, #006837 50%, #e6d0c6 100%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.55;
}

@media (max-width: 991.98px) {
  .roadmap-timeline-track {
    display: none;
  }
}

.step-card {
  position: relative;
  z-index: 2;
  background: #1c221e;
  border: 1px solid rgba(57, 181, 74, 0.2);
  border-radius: 14px;
  padding: 20px 14px 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 320px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .step-card {
    min-height: 335px;
    padding: 22px 14px 18px;
  }
}

html[data-theme="light"] .step-card {
  background: #ffffff;
  border: 1px solid rgba(0, 104, 55, 0.14);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.step-card:hover {
  transform: translateY(-6px);
  border-color: var(--atv-primary);
  box-shadow: 0 14px 32px rgba(57, 181, 74, 0.25);
}

.step-number-badge {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #39b54a 0%, #006837 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(57, 181, 74, 0.35);
  margin-bottom: 0;
  flex-shrink: 0;
}

.step-top-watermark-icon {
  position: absolute;
  top: 10px;
  right: 12px;
  opacity: 0.16;
  color: var(--atv-primary);
  pointer-events: none;
  z-index: 0;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

html[data-theme="light"] .step-top-watermark-icon {
  opacity: 0.16;
  color: #006837;
}

html[data-theme="dark"] .step-top-watermark-icon {
  opacity: 0.22;
  color: #39b54a;
}

.step-card:hover .step-top-watermark-icon {
  opacity: 0.38;
  transform: scale(1.12) rotate(-5deg);
}

.step-card-title {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.3px;
}

@media (min-width: 1200px) {
  .step-card-title {
    white-space: nowrap;
    font-size: 1.04rem;
  }
}

@media (min-width: 1400px) {
  .step-card-title {
    font-size: 1.08rem;
  }
}

.step-card-sub {
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.3px;
}

.step-card-desc {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 12px;
}

html[data-theme="light"] .step-card-desc {
  color: #374151;
}

html[data-theme="dark"] .step-card-desc {
  color: #cbd5e1;
}

.step-card-footer {
  padding-top: 14px;
  margin-top: auto;
  transition: all 0.3s ease;
}

.step-footer-text {
  font-size: 0.84rem;
  font-weight: 700;
}

.step-footer-arrow {
  font-size: 0.8rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.step-card:hover .step-footer-arrow {
  transform: translateX(3px);
  color: var(--atv-primary) !important;
}

/* ==========================================================================
   4. INTERACTIVE SERVICES MASTER-DETAIL SHOWCASE
   ========================================================================== */

.service-master-detail-card {
  background: #1c221e;
  border: 1px solid rgba(57, 181, 74, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  min-height: 500px;
}

html[data-theme="light"] .service-master-detail-card {
  background: #ffffff;
  border: 1px solid rgba(0, 104, 55, 0.14);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.service-detail-pane {
  display: none;
  opacity: 0;
  height: 100%;
}

.service-detail-pane.active {
  display: block;
  opacity: 1;
  animation: srvDetailFadeIn 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes srvDetailFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Service Pill Badges */
.service-pill-badge {
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s ease;
}

.service-pill-cat {
  background: rgba(57, 181, 74, 0.16);
  color: #4ade80;
  border: 1px solid rgba(57, 181, 74, 0.35);
}

html[data-theme="light"] .service-pill-cat {
  background: #e8f5ec;
  color: #006837;
  border: 1px solid rgba(0, 104, 55, 0.28);
}

.service-pill-time {
  background: rgba(255, 255, 255, 0.07);
  color: #cbd5e1;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

html[data-theme="light"] .service-pill-time {
  background: #f1f5f9;
  color: #334155;
  border: 1px solid #cbd5e1;
}

.service-pill-step {
  background: rgba(57, 181, 74, 0.15);
  color: #4ade80;
  border: 1px solid rgba(57, 181, 74, 0.3);
}

html[data-theme="light"] .service-pill-step {
  background: #006837;
  color: #ffffff;
  border: 1px solid #006837;
}

.service-price-banner {
  background: rgba(57, 181, 74, 0.08);
  border: 1px dashed rgba(57, 181, 74, 0.3);
}

html[data-theme="light"] .service-price-banner {
  background: #f2f8f4 !important;
  border-color: rgba(0, 104, 55, 0.3) !important;
}

html[data-theme="light"] .service-price-banner span.fw-semibold {
  color: #374151 !important;
}

html[data-theme="light"] .service-detail-pane p.text-theme-muted,
html[data-theme="light"] .service-checklist-group .text-theme-muted {
  color: #374151 !important;
}

.service-showcase-image-wrap {
  position: relative;
  min-height: 380px;
  height: 100%;
  border: 1px solid rgba(57, 181, 74, 0.25);
  background: #121513;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: inset 45px 0 45px -20px rgba(18, 21, 19, 0.75);
}

html[data-theme="light"] .service-showcase-image-wrap {
  border: 1px solid rgba(0, 104, 55, 0.22);
  background: #f1f5f3;
  box-shadow: inset 35px 0 35px -20px rgba(0, 104, 55, 0.08), 0 4px 16px rgba(0, 0, 0, 0.04);
}

.service-showcase-img {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-master-detail-card:hover .service-showcase-img {
  transform: scale(1.04);
}

.service-image-glass-tag {
  background: linear-gradient(180deg, transparent 0%, rgba(18, 21, 19, 0.9) 100%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* Right Nav Panel */
.service-nav-panel {
  background: #181e1a;
  border: 1px solid rgba(57, 181, 74, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

html[data-theme="light"] .service-nav-panel {
  background: #ffffff;
  border: 1px solid rgba(0, 104, 55, 0.14);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.btn-service-nav {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(57, 181, 74, 0.12);
  border: 1px solid rgba(57, 181, 74, 0.25);
  color: var(--atv-primary);
  font-size: 0.8rem;
  transition: all 0.25s ease;
}

html[data-theme="light"] .btn-service-nav {
  background: #f0fdf4;
  border-color: rgba(0, 104, 55, 0.2);
  color: #006837;
}

.btn-service-nav:hover {
  background: var(--atv-primary);
  border-color: var(--atv-primary);
  color: #ffffff;
  transform: translateY(-2px);
}

.service-nav-item {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  opacity: 0.55;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: inherit;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

html[data-theme="light"] .service-nav-item {
  background: #f8faf9;
  border-color: #e5e7eb;
  opacity: 0.55;
}

.service-nav-item:hover {
  opacity: 0.88;
  background: rgba(57, 181, 74, 0.08);
  border-color: rgba(57, 181, 74, 0.3);
  transform: translateX(3px);
}

html[data-theme="light"] .service-nav-item:hover {
  opacity: 0.9;
  background: #f0fdf4;
  border-color: rgba(0, 104, 55, 0.3);
}

.service-nav-item.active {
  opacity: 1 !important;
  background: linear-gradient(135deg, rgba(57, 181, 74, 0.18) 0%, rgba(0, 104, 55, 0.1) 100%) !important;
  border-color: var(--atv-primary) !important;
  box-shadow: 0 6px 20px rgba(57, 181, 74, 0.25) !important;
  transform: translateX(6px) !important;
}

html[data-theme="light"] .service-nav-item.active {
  opacity: 1 !important;
  background: #ffffff !important;
  border-color: #006837 !important;
  box-shadow: 0 6px 20px rgba(0, 104, 55, 0.18) !important;
}

.service-nav-item-num {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--atv-primary);
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(57, 181, 74, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

html[data-theme="light"] .service-nav-item-num {
  background: rgba(0, 104, 55, 0.1);
  color: #006837;
}

.service-nav-item.active .service-nav-item-num {
  background: linear-gradient(135deg, #39b54a 0%, #006837 100%);
  color: #ffffff;
  box-shadow: 0 3px 10px rgba(57, 181, 74, 0.35);
}

.service-nav-item-watermark {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%) rotate(-15deg);
  opacity: 0.08;
  color: var(--atv-primary);
  pointer-events: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

.service-nav-item-watermark svg {
  width: 48px;
  height: 48px;
  stroke-width: 1.5;
}

html[data-theme="light"] .service-nav-item-watermark {
  color: #006837;
  opacity: 0.1;
}

.service-nav-item:hover .service-nav-item-watermark {
  opacity: 0.2;
  transform: translateY(-50%) scale(1.1) rotate(-8deg);
}

.service-nav-item.active .service-nav-item-watermark {
  opacity: 0.28;
  transform: translateY(-50%) scale(1.18) rotate(-6deg);
  color: var(--atv-primary);
}

html[data-theme="light"] .service-nav-item.active .service-nav-item-watermark {
  opacity: 0.22;
  color: #006837;
}

.service-nav-item-title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--theme-main);
  transition: color 0.25s ease;
}

html[data-theme="light"] .service-nav-item-title {
  color: #111827;
}

.service-nav-item.active .service-nav-item-title {
  color: var(--atv-primary);
}

html[data-theme="light"] .service-nav-item.active .service-nav-item-title {
  color: #006837;
}

.service-nav-item-sub,
.service-nav-item-price {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--theme-muted);
  line-height: 1.3;
}

html[data-theme="light"] .service-nav-item-sub,
html[data-theme="light"] .service-nav-item-price {
  color: #6b7280;
}

.service-nav-item.active .service-nav-item-sub {
  color: #86efac;
}

html[data-theme="light"] .service-nav-item.active .service-nav-item-sub {
  color: #047857;
}

.service-nav-item-arrow {
  font-size: 0.82rem;
  color: var(--theme-muted);
  transition: transform 0.25s ease, color 0.25s ease;
  margin-left: auto;
}

.service-nav-item.active .service-nav-item-arrow {
  color: var(--atv-primary);
  transform: translateX(3px);
}

/* ==========================================================================
   5. STARTUP PACKAGES (TRUE PHYSICAL SLIDING TRACK)
   ========================================================================== */

.combo-slider-wrap {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 48px;
}

.combo-slider-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.combo-slider-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.combo-slider-track.no-anim,
.combo-slider-track.no-anim *,
.combo-slider-track.no-anim *::before,
.combo-slider-track.no-anim *::after {
  transition: none !important;
  animation: none !important;
}

.combo-slide-item {
  flex: 0 0 calc((100% - 48px) / 3);
  width: calc((100% - 48px) / 3);
  box-sizing: border-box;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.45s ease;
  transform: scale(0.92);
  opacity: 0.72;
  cursor: pointer;
}

.combo-slide-item:hover {
  opacity: 0.88;
}

/* Center Active Slide */
.combo-slide-item.is-active {
  transform: scale(1.05);
  opacity: 1 !important;
  z-index: 5;
  cursor: default;
}

.combo-slide-item.is-active .combo-card {
  border-color: var(--atv-primary) !important;
  box-shadow: 0 20px 50px rgba(57, 181, 74, 0.35) !important;
  background: #202722 !important;
}

html[data-theme="light"] .combo-slide-item.is-active .combo-card {
  background: #ffffff !important;
  border-color: #006837 !important;
  box-shadow: 0 20px 50px rgba(0, 104, 55, 0.22) !important;
}

.combo-slide-item.is-active .select-combo-btn {
  background: linear-gradient(135deg, #39b54a 0%, #006837 100%) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 4px 16px rgba(57, 181, 74, 0.4) !important;
  transform: scale(1.02);
}

@media (max-width: 991.98px) {
  .combo-slider-wrap {
    padding: 0 35px;
  }
  .combo-slide-item {
    flex: 0 0 100%;
    width: 100%;
    transform: scale(1);
    opacity: 1;
  }
}

.combo-card {
  background: #1c221e;
  border: 2px solid rgba(57, 181, 74, 0.2);
  border-radius: 16px;
  padding: 24px 20px;
  min-height: 480px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: border-color 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}

html[data-theme="light"] .combo-card {
  background: #ffffff;
  border: 2px solid rgba(0, 104, 55, 0.16);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

/* Crisp & Readable Combo Pill Badges */
.combo-pkg-badge {
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 0.76rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.combo-badge-starter {
  background: rgba(148, 163, 184, 0.15);
  color: #e2e8f0;
  border: 1px solid rgba(148, 163, 184, 0.3);
}

html[data-theme="light"] .combo-badge-starter {
  background: #f1f5f9;
  color: #1e293b;
  border: 1px solid #cbd5e1;
}

.combo-badge-popular {
  background: rgba(57, 181, 74, 0.2);
  color: #4ade80;
  border: 1px solid rgba(57, 181, 74, 0.4);
}

html[data-theme="light"] .combo-badge-popular {
  background: #e8f5ec;
  color: #006837;
  border: 1px solid rgba(0, 104, 55, 0.3);
}

.combo-badge-vip {
  background: rgba(234, 179, 8, 0.18);
  color: #fef08a;
  border: 1px solid rgba(234, 179, 8, 0.35);
}

html[data-theme="light"] .combo-badge-vip {
  background: #fef9c3;
  color: #854d0e;
  border: 1px solid #fde047;
}

.combo-badge-digital {
  background: rgba(14, 165, 233, 0.18);
  color: #bae6fd;
  border: 1px solid rgba(14, 165, 233, 0.35);
}

html[data-theme="light"] .combo-badge-digital {
  background: #e0f2fe;
  color: #0369a1;
  border: 1px solid #7dd3fc;
}

.combo-badge-ecosystem {
  background: rgba(168, 85, 247, 0.18);
  color: #e9d5ff;
  border: 1px solid rgba(168, 85, 247, 0.35);
}

html[data-theme="light"] .combo-badge-ecosystem {
  background: #f3e8ff;
  color: #6b21a8;
  border: 1px solid #d8b4fe;
}

.combo-price-wrap {
  margin: 12px 0;
  padding: 10px 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}

html[data-theme="light"] .combo-price-wrap {
  border-top-color: rgba(0, 104, 55, 0.15);
  border-bottom-color: rgba(0, 104, 55, 0.15);
}

.combo-price-amount {
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--atv-primary);
  line-height: 1.1;
}

html[data-theme="light"] .combo-price-amount {
  color: #006837;
}

/* CTA Buttons inside Combo Cards */
.combo-card .select-combo-btn {
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.25s ease;
  background: transparent;
  color: var(--atv-primary);
  border: 1.5px solid rgba(57, 181, 74, 0.4);
}

html[data-theme="light"] .combo-card .select-combo-btn {
  color: #006837 !important;
  border: 1.5px solid #006837 !important;
  background: #ffffff !important;
}

html[data-theme="light"] .combo-card .select-combo-btn:hover {
  background: #006837 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 104, 55, 0.25);
}

/* Nav Buttons Vertically Centered on Left & Right */
.btn-combo-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(18, 21, 19, 0.9);
  border: 1px solid rgba(57, 181, 74, 0.35);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease;
  padding: 0;
}

.combo-nav-prev {
  left: -10px;
}

.combo-nav-next {
  right: -10px;
}

html[data-theme="light"] .btn-combo-nav {
  background: #ffffff;
  border-color: rgba(0, 104, 55, 0.25);
  color: #006837;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.btn-combo-nav:hover {
  background: var(--atv-primary);
  border-color: var(--atv-primary);
  color: #ffffff !important;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 24px rgba(57, 181, 74, 0.4);
}

/* Bottom Indicator Dots */
.combo-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(120, 140, 125, 0.4);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.combo-dot.active {
  background: var(--atv-primary);
  width: 26px;
  border-radius: 6px;
}

/* ==========================================================================
   6. ABOUT COMPANY & 4 VALUE COMMITMENTS
   ========================================================================== */

.about-showcase-wrapper {
  position: relative;
  width: 100%;
}

.about-image-frame {
  height: 440px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(57, 181, 74, 0.25);
  background: #151a17;
}

html[data-theme="light"] .about-image-frame {
  border-color: rgba(0, 104, 55, 0.18);
  box-shadow: 0 20px 40px rgba(0, 104, 55, 0.12);
  background: #f1f5f9;
}

.about-main-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.about-showcase-wrapper:hover .about-main-img {
  transform: scale(1.04);
}

.about-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(10, 13, 11, 0.75) 100%);
  pointer-events: none;
}

html[data-theme="light"] .about-img-overlay {
  background: linear-gradient(180deg, transparent 65%, rgba(0, 104, 55, 0.2) 100%);
}

/* Floating Glassmorphic Badges on Image */
.about-float-badge {
  position: absolute;
  background: rgba(18, 24, 20, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(57, 181, 74, 0.3);
  border-radius: 14px;
  padding: 10px 16px;
  z-index: 10;
  transition: transform 0.3s ease;
}

.about-float-badge:hover {
  transform: translateY(-3px) scale(1.02);
}

.about-badge-top {
  top: 24px;
  right: -12px;
}

.about-badge-bottom {
  bottom: 24px;
  left: -12px;
}

html[data-theme="light"] .about-float-badge {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(0, 104, 55, 0.2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12) !important;
}

html[data-theme="light"] .about-float-badge .font-heading {
  color: #1e293b !important;
}

html[data-theme="light"] .about-float-badge .text-white-50 {
  color: #64748b !important;
}

.about-badge-icon {
  width: 36px;
  height: 36px;
  font-size: 0.95rem;
  flex-shrink: 0;
}

/* 4 Benefits / Commitments 2x2 Cards */
.about-benefit-card {
  background: #1c221e;
  border: 1px solid rgba(57, 181, 74, 0.18);
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

html[data-theme="light"] .about-benefit-card {
  background: #ffffff;
  border: 1px solid rgba(0, 104, 55, 0.12);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.about-benefit-card:hover {
  transform: translateY(-3px);
  border-color: var(--atv-primary);
  box-shadow: 0 10px 24px rgba(57, 181, 74, 0.2);
}

html[data-theme="light"] .about-benefit-card:hover {
  border-color: #006837;
  box-shadow: 0 10px 24px rgba(0, 104, 55, 0.12);
}

@media (max-width: 991.98px) {
  .about-image-frame {
    height: 320px;
  }
  .about-badge-top {
    right: 10px;
    top: 15px;
  }
  .about-badge-bottom {
    left: 10px;
    bottom: 15px;
  }
}

/* ==========================================================================
   7. REVIEWS (VERTICAL CAROUSEL) & FAQ
   ========================================================================== */

.review-vertical-swiper-container {
  position: relative;
  width: 100%;
}

.review-vertical-swiper {
  height: 480px;
  overflow: hidden;
  padding: 14px 18px !important;
}

.review-vertical-swiper .swiper-slide {
  height: auto;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
  transform: scale(0.94);
  opacity: 0.55;
  box-sizing: border-box;
}

/* Center Active Slide in Vertical Swiper */
.review-vertical-swiper .swiper-slide-active {
  transform: scale(1.03);
  opacity: 1 !important;
  z-index: 5;
}

.review-vertical-swiper .swiper-slide-active .review-card-item {
  border: 2px solid var(--atv-primary) !important;
  box-shadow: 0 12px 36px rgba(57, 181, 74, 0.28) !important;
  background: #1e2621 !important;
}

html[data-theme="light"] .review-vertical-swiper .swiper-slide-active .review-card-item {
  background: #ffffff !important;
  border: 2px solid #006837 !important;
  box-shadow: 0 12px 36px rgba(0, 104, 55, 0.16) !important;
}

.review-card-item {
  background: #1c221e;
  border: 2px solid rgba(57, 181, 74, 0.16);
  border-radius: 14px;
  padding: 18px 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

html[data-theme="light"] .review-card-item {
  background: #ffffff;
  border: 2px solid rgba(0, 104, 55, 0.12);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

/* Verified Badge in Review Cards */
.review-badge-verified {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  background: rgba(57, 181, 74, 0.18);
  color: #4ade80;
  border: 1px solid rgba(57, 181, 74, 0.35);
  white-space: nowrap;
}

html[data-theme="light"] .review-badge-verified {
  background: #e8f5ec;
  color: #006837;
  border: 1px solid rgba(0, 104, 55, 0.25);
}

.review-comment-text {
  color: var(--text-theme-main);
  opacity: 0.9;
}

html[data-theme="light"] .review-comment-text {
  color: #334155;
}

/* FAQ Styling */
.faq-item-box {
  background: #1c221e;
  border: 1px solid rgba(57, 181, 74, 0.16);
  border-radius: 12px;
  transition: all 0.25s ease;
}

html[data-theme="light"] .faq-item-box {
  background: #ffffff;
  border: 1px solid rgba(0, 104, 55, 0.12);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

.faq-item-box:hover {
  border-color: rgba(57, 181, 74, 0.35);
}

html[data-theme="light"] .faq-item-box:hover {
  border-color: rgba(0, 104, 55, 0.3);
}

.faq-item-box .accordion-button {
  background: transparent;
  color: inherit;
  box-shadow: none;
  padding: 15px 20px;
  font-size: 0.95rem;
}

.faq-item-box .accordion-button:not(.collapsed) {
  background: rgba(57, 181, 74, 0.08);
  color: var(--atv-primary);
}

html[data-theme="light"] .faq-item-box .accordion-button:not(.collapsed) {
  background: rgba(0, 104, 55, 0.06);
  color: #006837;
}

.faq-item-box .accordion-body {
  padding: 14px 20px 18px 20px;
  border-top: 1px dashed rgba(57, 181, 74, 0.16);
}

html[data-theme="light"] .faq-item-box .accordion-body {
  border-top: 1px dashed rgba(0, 104, 55, 0.14);
}

.consult-form-card {
  background: #181e1a;
  border: 1px solid rgba(57, 181, 74, 0.3);
  border-radius: 12px;
  padding: 24px 24px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(16px);
}

html[data-theme="light"] .consult-form-card {
  background: #ffffff;
  border: 1px solid rgba(0, 104, 55, 0.2);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
}

.form-input-atv {
  background: #121513;
  color: #ffffff;
  border: 1.5px solid rgba(57, 181, 74, 0.35);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 0.9rem;
  transition: all 0.25s ease;
}

.form-input-atv:focus {
  background: #121513;
  color: #ffffff;
  border-color: var(--atv-primary);
  box-shadow: 0 0 0 3px rgba(57, 181, 74, 0.2);
}

html[data-theme="light"] .form-input-atv {
  background: #f9fbf9;
  color: #121513;
  border: 1.5px solid rgba(0, 104, 55, 0.25);
}

html[data-theme="light"] .form-input-atv:focus {
  background: #ffffff;
  color: #121513;
  border-color: var(--atv-primary);
  box-shadow: 0 0 0 3px rgba(57, 181, 74, 0.2);
}

.service-check-chip {
  cursor: pointer;
}

.service-check-chip input[type="checkbox"] {
  display: none;
}

.service-check-chip span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #e1e7e3;
  transition: all 0.2s ease;
}

html[data-theme="light"] .service-check-chip span {
  background: #f0f5f1;
  border-color: rgba(0, 104, 55, 0.18);
  color: #181d1a;
}

.service-check-chip input[type="checkbox"]:checked + span {
  background: var(--atv-primary);
  border-color: var(--atv-primary);
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 3px 10px rgba(57, 181, 74, 0.35);
}

/* Button Select All Services */
.btn-select-all-services {
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px dashed rgba(57, 181, 74, 0.4);
  background: rgba(57, 181, 74, 0.1);
  color: var(--atv-primary);
  transition: all 0.2s ease;
}

.btn-select-all-services:hover,
.btn-select-all-services.active {
  background: var(--atv-primary);
  border-color: var(--atv-primary);
  color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(57, 181, 74, 0.3);
}

html[data-theme="light"] .btn-select-all-services {
  background: #e8f5ec;
  border-color: rgba(0, 104, 55, 0.3);
  color: #006837;
}

html[data-theme="light"] .btn-select-all-services:hover,
html[data-theme="light"] .btn-select-all-services.active {
  background: #006837;
  border-color: #006837;
  color: #ffffff !important;
}

/* Section 7 Right: Consultation Showcase */
.consult-showcase-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 520px;
}

.consult-image-frame {
  height: 100%;
  min-height: 520px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(57, 181, 74, 0.25);
  background: #151a17;
}

html[data-theme="light"] .consult-image-frame {
  border-color: rgba(0, 104, 55, 0.18);
  box-shadow: 0 20px 40px rgba(0, 104, 55, 0.12);
  background: #f1f5f9;
}

.consult-main-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.consult-showcase-wrapper:hover .consult-main-img {
  transform: scale(1.04);
}

.consult-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(10, 13, 11, 0.75) 100%);
  pointer-events: none;
}

html[data-theme="light"] .consult-img-overlay {
  background: linear-gradient(180deg, transparent 65%, rgba(0, 104, 55, 0.2) 100%);
}

/* Floating Badges on Consultation Image */
.consult-float-badge {
  position: absolute;
  background: rgba(18, 24, 20, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(57, 181, 74, 0.3);
  border-radius: 14px;
  padding: 12px 18px;
  z-index: 10;
  transition: transform 0.3s ease;
}

.consult-float-badge:hover {
  transform: translateY(-3px) scale(1.02);
}

.consult-badge-top-left {
  top: 24px;
  left: -14px;
}

.consult-badge-mid-right {
  top: 48%;
  right: -14px;
  transform: translateY(-50%);
}

.consult-badge-mid-right:hover {
  transform: translateY(-53%) scale(1.02);
}

.consult-badge-bottom-left {
  bottom: 24px;
  left: -14px;
}

html[data-theme="light"] .consult-float-badge {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(0, 104, 55, 0.2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12) !important;
}

.consult-badge-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.consult-badge-icon.icon-warning {
  background: rgba(245, 158, 11, 0.16);
  color: #f59e0b;
}

.consult-badge-icon.icon-success {
  background: rgba(57, 181, 74, 0.16);
  color: #39b54a;
}

.consult-badge-icon.icon-info {
  background: rgba(14, 165, 233, 0.16);
  color: #0ea5e9;
}

html[data-theme="light"] .consult-badge-icon.icon-warning {
  background: #fef3c7;
  color: #d97706;
}

html[data-theme="light"] .consult-badge-icon.icon-success {
  background: #e8f5ec;
  color: #006837;
}

html[data-theme="light"] .consult-badge-icon.icon-info {
  background: #e0f2fe;
  color: #0284c7;
}

@media (max-width: 991.98px) {
  .consult-showcase-wrapper,
  .consult-image-frame {
    min-height: 360px;
    height: 360px;
  }
  .consult-badge-top-left {
    left: 10px;
    top: 15px;
  }
  .consult-badge-mid-right {
    right: 10px;
  }
  .consult-badge-bottom-left {
    left: 10px;
    bottom: 15px;
  }
}

/* ==========================================================================
   8. NEWS & BLOG SLIDER
   ========================================================================== */

.news-card-home {
  background: var(--hv-card-bg);
  border: 1px solid var(--hv-border);
  border-radius: var(--hv-radius);
  transition: all 0.3s ease;
  overflow: hidden;
}

.news-card-home:hover {
  transform: translateY(-4px);
  border-color: var(--atv-primary);
  box-shadow: 0 10px 24px rgba(57, 181, 74, 0.15);
}

.news-thumb-wrap {
  height: 180px;
  background: #121513;
}

.news-thumb-img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-card-home:hover .news-thumb-img {
  transform: scale(1.05);
}

.news-category-badge {
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 6px;
}

.news-title-home {
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.4;
}

.news-title-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-excerpt-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-btn-detail {
  font-size: 0.82rem;
  border-radius: 8px;
}

.btn-atv-primary {
  background: linear-gradient(135deg, #39b54a 0%, #006837 100%);
  color: #ffffff !important;
  border: none;
  font-weight: 700;
  border-radius: 12px !important;
  padding: 10px 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 16px rgba(57, 181, 74, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-atv-primary:hover {
  background: linear-gradient(135deg, #2fa13e 0%, #004d28 100%);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(57, 181, 74, 0.45);
}

.btn-atv-outline {
  background: transparent;
  color: var(--atv-primary) !important;
  border: 1.5px solid var(--atv-primary);
  font-weight: 600;
  border-radius: 12px !important;
  padding: 9px 18px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-atv-outline:hover {
  background: var(--atv-primary);
  color: #ffffff !important;
  box-shadow: 0 5px 16px rgba(57, 181, 74, 0.3);
}

.btn-atv-cta {
  background: linear-gradient(135deg, #39b54a 0%, #006837 100%);
  color: #ffffff !important;
  border: none;
  font-weight: 600;
  font-size: 0.85rem;
  border-radius: 12px !important;
  padding: 6px 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(57, 181, 74, 0.35);
  white-space: nowrap;
}

.btn-atv-cta:hover {
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(57, 181, 74, 0.5);
}

.btn-outline-theme {
  border-radius: 12px !important;
}

.brand-tagline-badge {
  background: rgba(57, 181, 74, 0.12);
  border: 1px solid rgba(57, 181, 74, 0.3);
  border-radius: 10px;
}

.text-atv-green {
  color: #39b54a !important;
}

.text-atv-sand {
  color: #e6d0c6 !important;
}

.border-atv {
  border-color: rgba(57, 181, 74, 0.3) !important;
}

/* Tabler SVG inline baseline alignment */
.tabler-svg-icon {
  display: inline-block;
  vertical-align: -0.15em;
  flex-shrink: 0;
}

/* Footer Section */
.footer-section {
  padding: 55px 0 22px;
  background: #101512;
  color: #d1dad4;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.35) !important;
  position: relative;
  z-index: 10;
}

.footer-heading {
  color: #ffffff;
}

.footer-brand-title {
  color: #ffffff;
}

.footer-desc-text {
  color: #d1dad4;
}

.footer-tagline-text {
  color: #ffffff;
}

.footer-contact-text {
  color: #d1dad4;
}

.footer-hotline-link {
  color: #ffffff;
}

.footer-link {
  color: #a0ada4 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #39b54a !important;
}

.footer-copy-text {
  color: #839187;
}

/* Light Mode Footer */
html[data-theme="light"] .footer-section {
  background: #edf3ef;
  color: #2b3830;
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.04) !important;
}

html[data-theme="light"] .footer-heading {
  color: #0d1a11 !important;
}

html[data-theme="light"] .footer-brand-title {
  color: #0d1a11 !important;
}

html[data-theme="light"] .footer-desc-text {
  color: #2b3830 !important;
}

html[data-theme="light"] .footer-tagline-text {
  color: #006837 !important;
}

html[data-theme="light"] .footer-contact-text {
  color: #2b3830 !important;
}

html[data-theme="light"] .footer-hotline-link {
  color: #006837 !important;
}

html[data-theme="light"] .footer-link {
  color: #3a473f !important;
}

html[data-theme="light"] .footer-link:hover {
  color: #006837 !important;
}

html[data-theme="light"] .footer-copy-text {
  color: #59695f !important;
}

.footer-btn-messenger {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 6px 14px !important;
  border-radius: 8px !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  background: #ffffff !important;
  color: #0084ff !important;
  border: 1.5px solid #0084ff !important;
  box-shadow: 0 2px 8px rgba(0, 132, 255, 0.15) !important;
}

.footer-btn-messenger:hover {
  background: #0084ff !important;
  color: #ffffff !important;
  border-color: #0084ff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 132, 255, 0.35) !important;
}

html[data-theme="dark"] .footer-btn-messenger {
  background: rgba(0, 132, 255, 0.12) !important;
  color: #38bdf8 !important;
  border: 1.5px solid rgba(56, 189, 248, 0.45) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

html[data-theme="dark"] .footer-btn-messenger:hover {
  background: #0084ff !important;
  color: #ffffff !important;
  border-color: #0084ff !important;
  box-shadow: 0 4px 16px rgba(0, 132, 255, 0.5) !important;
}

/* ==========================================================================
   8. NEWS & BLOG HOME SECTION
   ========================================================================== */

.news-swiper {
  width: 100%;
  overflow: hidden;
  padding: 6px 2px 26px;
  position: relative;
}

.news-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.news-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.news-card-home {
  background: #1c221e;
  border: 1px solid rgba(57, 181, 74, 0.2);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  display: flex;
  flex-direction: column;
}

html[data-theme="light"] .news-card-home {
  background: #ffffff;
  border: 1px solid rgba(0, 104, 55, 0.12);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.news-card-home:hover {
  transform: translateY(-4px);
  border-color: var(--atv-primary);
  box-shadow: 0 12px 28px rgba(57, 181, 74, 0.22);
}

.news-thumb-wrap {
  height: 200px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

@media (max-width: 1199.98px) {
  .news-thumb-wrap {
    height: 175px;
  }
}

@media (max-width: 575.98px) {
  .news-thumb-wrap {
    height: 155px;
  }
}

.news-thumb-img {
  height: 100%;
  transition: transform 0.45s ease;
}

.news-card-home:hover .news-thumb-img {
  transform: scale(1.08);
}

.news-category-badge {
  background: rgba(18, 21, 19, 0.88);
  color: #4ade80;
  border: 1px solid rgba(57, 181, 74, 0.35);
  font-size: 0.74rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  backdrop-filter: blur(8px);
}

html[data-theme="light"] .news-category-badge {
  background: rgba(255, 255, 255, 0.94);
  color: #006837;
  border-color: rgba(0, 104, 55, 0.22);
}

.news-meta-time {
  font-size: 0.76rem;
}

.news-title-home {
  font-size: 0.95rem;
  line-height: 1.42;
  margin-bottom: 8px;
}

.news-title-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

.news-title-home a:hover {
  color: var(--atv-primary) !important;
}

.news-excerpt-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.82rem;
  line-height: 1.5;
  margin-bottom: 14px;
}

.news-btn-detail {
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  border-radius: 10px !important;
  padding: 9px 16px !important;
  transition: all 0.25s ease;
}

.news-btn-detail svg {
  transition: transform 0.25s ease;
}

.news-card-home:hover .news-btn-detail {
  background: var(--atv-primary);
  color: #ffffff !important;
  border-color: var(--atv-primary);
  box-shadow: 0 4px 14px rgba(57, 181, 74, 0.35);
}

.news-card-home:hover .news-btn-detail svg {
  transform: translateX(4px);
}

/* Swiper Navigation Buttons */
.btn-swiper-nav {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(57, 181, 74, 0.3);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 0;
}

html[data-theme="light"] .btn-swiper-nav {
  background: #ffffff;
  border-color: rgba(0, 104, 55, 0.2);
  color: #121513;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.btn-swiper-nav:hover {
  background: var(--atv-primary);
  color: #ffffff !important;
  border-color: var(--atv-primary);
  transform: scale(1.08);
  box-shadow: 0 4px 14px rgba(57, 181, 74, 0.4);
}

.btn-swiper-nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.news-swiper-pagination {
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 18px auto 12px auto !important;
  z-index: 10 !important;
  width: 100% !important;
}

.news-swiper-pagination .swiper-pagination-bullet {
  background: rgba(120, 140, 125, 0.45) !important;
  opacity: 1 !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  margin: 0 !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

html[data-theme="light"] .news-swiper-pagination .swiper-pagination-bullet {
  background: rgba(0, 104, 55, 0.25) !important;
}

.news-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--atv-primary) !important;
  width: 28px !important;
  border-radius: 6px !important;
  box-shadow: 0 2px 8px var(--atv-primary-glow) !important;
}

