/* =================================================================
   ĐÌNH LÚA TOOLS — Light Premium Override
   Concept: Soft glass · Gradient accent · Modern & clean
   ================================================================= */

/* ── Google Font ─────────────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

html {
  scroll-behavior: smooth;
}

/* ── Design Tokens ───────────────────────────────────────────────── */
:root {
  /* Backgrounds */
  --bg-primary:   #f8faff;
  --bg-section:   #ffffff;
  --bg-alt:       #f1f5f9;
  --bg-card:      #ffffff;

  /* Accent gradient */
  --accent-start: #3b82f6;
  --accent-end:   #8b5cf6;
  --accent:       #3b82f6;

  /* Text */
  --text-primary:   #1e293b;
  --text-secondary: #64748b;
  --text-muted:     #94a3b8;

  /* Glass effect */
  --glass-bg:     rgba(255, 255, 255, 0.65);
  --glass-border: rgba(255, 255, 255, 0.45);
  --glass-blur:   16px;

  /* Shadows */
  --shadow-sm:  0 2px 8px rgba(59, 130, 246, 0.06);
  --shadow-md:  0 8px 30px rgba(59, 130, 246, 0.10);
  --shadow-lg:  0 20px 50px rgba(59, 130, 246, 0.12);
  --shadow-glow: 0 0 40px rgba(59, 130, 246, 0.15);

  /* Radius */
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --radius-xl: 32px;

  /* Transitions */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ── Base Reset ──────────────────────────────────────────────────── */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  background: var(--bg-primary);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  color: var(--text-primary);
  font-weight: 800;
}

p {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ── Gradient Text Utility ───────────────────────────────────────── */
.gradient-text {
  background: linear-gradient(135deg, var(--accent-start), var(--accent-end));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Preloader ───────────────────────────────────────────────────── */
.preloader {
  background: var(--bg-primary) !important;
}

.preloader .loader .spinner-circle {
  border-color: var(--accent-start) var(--accent-end) #e2e8f0 !important;
}

.preloader .loader .spinner-left .spinner-circle {
  border-right-color: #e2e8f0 !important;
}

.preloader .loader .spinner-right .spinner-circle {
  border-left-color: #e2e8f0 !important;
}

/* ═══════════════════════════════════════════════════════════════════
   HEADER / NAVBAR
   ═══════════════════════════════════════════════════════════════════ */
.hero-section-wrapper-5 {
  background: var(--bg-primary) !important;
}

.hero-section-wrapper-5 .header {
  background: transparent !important;
  transition: all 0.4s var(--ease-out);
}

.hero-section-wrapper-5 .header.sticky {
  background: rgba(248, 250, 255, 0.85) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 30px rgba(59, 130, 246, 0.08) !important;
  border-bottom: 1px solid rgba(59, 130, 246, 0.06);
}

.header.header-6 .navbar {
  padding: 16px 0 !important;
}

.header.header-6 .navbar-nav .nav-item a {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500;
  font-size: 15px;
  color: var(--text-secondary);
  border-radius: 50px;
  padding: 8px 18px;
  transition: all 0.3s var(--ease-out);
}

.header.header-6 .navbar-nav .nav-item a:hover,
.header.header-6 .navbar-nav .nav-item a.active {
  color: var(--accent-start) !important;
  background: rgba(59, 130, 246, 0.06);
  border-color: transparent !important;
}

/* Tool links divider */
.header.header-6 .navbar-nav .nav-item.nav-divider {
  width: 1px;
  height: 20px;
  background: rgba(59, 130, 246, 0.12);
  margin: 0 6px;
  align-self: center;
}

/* Tool links (TempMail, Note, CheckBM) — same style as other nav items */

/* ═══════════════════════════════════════════════════════════════════
   HERO SECTION
   ═══════════════════════════════════════════════════════════════════ */
.hero-section-wrapper-5 .hero-style-5 {
  position: relative;
  overflow: hidden;
}

/* Animated gradient orbs background */
.hero-bg-effects {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.hero-bg-effects .orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  animation: orbFloat 8s ease-in-out infinite;
}

.hero-bg-effects .orb-1 {
  width: 500px; height: 500px;
  background: rgba(59, 130, 246, 0.2);
  top: -10%; right: -5%;
  animation-delay: 0s;
}

.hero-bg-effects .orb-2 {
  width: 400px; height: 400px;
  background: rgba(139, 92, 246, 0.15);
  bottom: -10%; left: -5%;
  animation-delay: -3s;
}

.hero-bg-effects .orb-3 {
  width: 300px; height: 300px;
  background: rgba(59, 130, 246, 0.12);
  top: 40%; left: 30%;
  animation-delay: -5s;
}

@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30px, -20px) scale(1.05); }
  66%      { transform: translate(-20px, 15px) scale(0.95); }
}

/* Hero content */
.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper {
  position: relative;
  z-index: 1;
}

.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper h2 {
  font-weight: 800 !important;
  letter-spacing: -0.5px;
  line-height: 1.15;
  background: linear-gradient(135deg, var(--text-primary) 30%, var(--accent-start) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-secondary);
}

/* Hero floating image */
.hero-section-wrapper-5 .hero-style-5 .hero-image {
  position: relative;
  z-index: 1;
  animation: heroFloat 6s ease-in-out infinite;
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-16px); }
}

/* ═══════════════════════════════════════════════════════════════════
   BUTTONS — Gradient Style
   ═══════════════════════════════════════════════════════════════════ */
.button {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  background: linear-gradient(135deg, var(--accent-start), var(--accent-end)) !important;
  border: none !important;
  border-radius: 50px !important;
  color: #fff !important;
  padding: 0 28px !important;
  box-shadow: 0 4px 20px rgba(59, 130, 246, 0.25);
  transition: all 0.35s var(--ease-out) !important;
  position: relative;
  overflow: hidden;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.35) !important;
}

.button::before {
  background: rgba(255, 255, 255, 0.15) !important;
}

.button.border-button {
  background: transparent !important;
  border: 2px solid var(--accent-start) !important;
  color: var(--accent-start) !important;
  box-shadow: none;
}

.button.border-button:hover {
  background: linear-gradient(135deg, var(--accent-start), var(--accent-end)) !important;
  color: #fff !important;
  border-color: transparent !important;
}

/* ═══════════════════════════════════════════════════════════════════
   SECTION TITLES
   ═══════════════════════════════════════════════════════════════════ */
.section-title h3 {
  font-weight: 800 !important;
  letter-spacing: -0.3px;
}

.section-title p {
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto;
}

/* ═══════════════════════════════════════════════════════════════════
   PREVIEW SHOWCASE — Browser Mockup + Enhanced Slider
   ═══════════════════════════════════════════════════════════════════ */

/* Preview section override */
#preview.feature-style-5 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* Browser mockup container */
.preview-showcase {
  background: var(--bg-card);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(59, 130, 246, 0.08);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  transition: all 0.5s var(--ease-out);
}

.preview-showcase:hover {
  box-shadow: 0 30px 70px rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.12);
}

/* Browser top bar */
.browser-bar {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  background: linear-gradient(180deg, #f8faff 0%, #f1f5f9 100%);
  border-bottom: 1px solid rgba(59, 130, 246, 0.06);
  gap: 16px;
}

.browser-dots {
  display: flex;
  gap: 7px;
  flex-shrink: 0;
}

.browser-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.browser-dots .dot:hover {
  transform: scale(1.2);
}

.browser-dots .dot-red    { background: #ff5f57; }
.browser-dots .dot-yellow { background: #ffbd2e; }
.browser-dots .dot-green  { background: #28ca41; }

.browser-address {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(59, 130, 246, 0.08);
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 13px;
  color: var(--text-muted);
  max-width: 280px;
}

.browser-address i {
  color: #28ca41;
  font-size: 12px;
}

.browser-address span {
  color: var(--text-secondary);
  font-weight: 500;
}

.browser-counter {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  background: rgba(59, 130, 246, 0.06);
  padding: 4px 12px;
  border-radius: 20px;
  flex-shrink: 0;
  min-width: 60px;
  text-align: center;
}

/* Slider inside browser mockup */
.preview-showcase .preview-slider .preview-item {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.preview-showcase .preview-slider img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  transition: transform 0.3s var(--ease-out), filter 0.3s ease;
}

.preview-showcase .preview-slider img:hover {
  transform: scale(1.005) !important;
  filter: brightness(1.02);
}

/* Slider controls — prev/next arrows */
.preview-showcase .tns-controls {
  display: flex !important;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  justify-content: space-between;
  pointer-events: none;
  padding: 0 12px;
  z-index: 10;
}

.preview-showcase .tns-controls button {
  pointer-events: auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--text-primary);
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s var(--ease-out);
}

.preview-showcase .tns-controls button:hover {
  background: linear-gradient(135deg, var(--accent-start), var(--accent-end));
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(59, 130, 246, 0.3);
}

/* Navigation dots */
.preview-showcase .tns-nav {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  padding: 16px 0 20px;
  background: linear-gradient(0deg, #f8faff 0%, transparent 100%);
}

.preview-showcase .tns-nav button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(59, 130, 246, 0.15);
  transition: all 0.35s var(--ease-out);
  cursor: pointer;
  padding: 0;
}

.preview-showcase .tns-nav button:hover {
  background: rgba(59, 130, 246, 0.3);
  transform: scale(1.2);
}

.preview-showcase .tns-nav button.tns-nav-active {
  width: 28px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--accent-start), var(--accent-end));
}

/* Outer wrapper position for controls */
.preview-showcase .tns-outer {
  position: relative;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .browser-bar {
    padding: 10px 14px;
    gap: 10px;
  }
  
  .browser-address {
    max-width: 160px;
    font-size: 12px;
    padding: 5px 10px;
  }

  .browser-dots .dot {
    width: 10px;
    height: 10px;
  }

  .browser-counter {
    font-size: 11px;
    padding: 3px 8px;
  }

  .preview-showcase .tns-controls button {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .preview-showcase {
    border-radius: var(--radius-lg);
  }
}

/* ═══════════════════════════════════════════════════════════════════
   FEATURE CARDS — Glass Style
   ═══════════════════════════════════════════════════════════════════ */
.feature-style-5 {
  background: var(--bg-primary) !important;
  padding: 100px 0 60px !important;
  position: relative;
}

.feature-style-5 .single-feature {
  background: var(--bg-card) !important;
  border-radius: var(--radius-lg) !important;
  border-bottom: none !important;
  border: 1px solid rgba(59, 130, 246, 0.06);
  box-shadow: var(--shadow-sm) !important;
  padding: 50px 30px !important;
  transition: all 0.4s var(--ease-out) !important;
  position: relative;
  overflow: hidden;
}

/* Subtle gradient top-border effect */
.feature-style-5 .single-feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-start), var(--accent-end));
  opacity: 0;
  transition: opacity 0.4s var(--ease-out);
}

.feature-style-5 .single-feature:hover::before {
  opacity: 1;
}

.feature-style-5 .single-feature:hover {
  transform: translateY(-8px) !important;
  box-shadow: var(--shadow-lg) !important;
  border-color: rgba(59, 130, 246, 0.12);
}

.feature-style-5 .single-feature .icon {
  width: 80px !important;
  height: 80px !important;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(59,130,246,0.08), rgba(139,92,246,0.08));
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px !important;
  transition: all 0.4s var(--ease-out);
}

.feature-style-5 .single-feature:hover .icon {
  background: linear-gradient(135deg, rgba(59,130,246,0.15), rgba(139,92,246,0.15));
  transform: scale(1.08);
}

.feature-style-5 .single-feature .icon i {
  color: var(--accent-start);
  font-size: 32px !important;
  position: relative;
  z-index: 2;
}

/* Hide the SVG blob behind icon */
.feature-style-5 .single-feature .icon svg {
  display: none !important;
}

.feature-style-5 .single-feature .content h5 {
  font-weight: 700 !important;
  font-size: 20px;
  margin-bottom: 12px !important;
  color: var(--text-primary);
}

.feature-style-5 .single-feature .content p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--text-secondary);
}

/* ═══════════════════════════════════════════════════════════════════
   ABOUT SECTION
   ═══════════════════════════════════════════════════════════════════ */
.about-style-4 {
  background: var(--bg-section) !important;
  padding: 100px 0 60px !important;
}

/* About label tag */
.about-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-start);
  background: rgba(59, 130, 246, 0.08);
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.about-style-4 .about-content-wrapper .section-title h3 {
  background: linear-gradient(135deg, var(--text-primary) 40%, var(--accent-start) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* About feature items — new design */
.about-features {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 30px 0 !important;
}

.about-style-4 .about-content-wrapper .about-features .about-feature-item {
  display: flex !important;
  align-items: center !important;
  gap: 16px;
  background: var(--bg-alt);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  margin-bottom: 12px !important;
  border: 1px solid rgba(59, 130, 246, 0.04);
  border-left: 3px solid transparent;
  transition: all 0.35s var(--ease-out);
  position: relative;
}

/* Icon container — override template .about-style-4 ul li i */
.about-style-4 .about-content-wrapper .about-features .about-feature-item .feature-icon-wrap {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0 !important;
  transition: all 0.35s var(--ease-out);
}

.about-style-4 .about-content-wrapper .about-features .about-feature-item .feature-icon-wrap i {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  transition: transform 0.3s var(--ease-out);
}

.feature-text {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-secondary);
}

.feature-text strong {
  color: var(--text-primary);
  font-weight: 700;
}

/* ── Accent color variants ── */
/* Blue */
.about-feature-item.accent-blue .feature-icon-wrap {
  background: rgba(59, 130, 246, 0.1);
}
.about-feature-item.accent-blue .feature-icon-wrap i { color: #3b82f6; }
.about-feature-item.accent-blue { border-left-color: transparent; }
.about-feature-item.accent-blue:hover { border-left-color: #3b82f6; }

/* Purple */
.about-feature-item.accent-purple .feature-icon-wrap {
  background: rgba(139, 92, 246, 0.1);
}
.about-feature-item.accent-purple .feature-icon-wrap i { color: #8b5cf6; }
.about-feature-item.accent-purple:hover { border-left-color: #8b5cf6; }

/* Green */
.about-feature-item.accent-green .feature-icon-wrap {
  background: rgba(16, 185, 129, 0.1);
}
.about-feature-item.accent-green .feature-icon-wrap i { color: #10b981; }
.about-feature-item.accent-green:hover { border-left-color: #10b981; }

/* Orange */
.about-feature-item.accent-orange .feature-icon-wrap {
  background: rgba(245, 158, 11, 0.1);
}
.about-feature-item.accent-orange .feature-icon-wrap i { color: #f59e0b; }
.about-feature-item.accent-orange:hover { border-left-color: #f59e0b; }

/* Pink */
.about-feature-item.accent-pink .feature-icon-wrap {
  background: rgba(236, 72, 153, 0.1);
}
.about-feature-item.accent-pink .feature-icon-wrap i { color: #ec4899; }
.about-feature-item.accent-pink:hover { border-left-color: #ec4899; }

/* Hover effects */
.about-feature-item:hover {
  background: #ffffff;
  border-color: rgba(59, 130, 246, 0.08);
  transform: translateX(6px);
  box-shadow: 0 4px 20px rgba(59, 130, 246, 0.08);
}

.about-feature-item:hover .feature-icon-wrap {
  transform: scale(1.1);
}

.about-feature-item:hover .feature-icon-wrap i {
  transform: scale(1.1);
}

/* About image area */
.about-style-4 .about-image {
  position: relative;
}

.about-style-4 .about-image img {
  filter: drop-shadow(0 20px 40px rgba(59, 130, 246, 0.1));
  animation: heroFloat 7s ease-in-out infinite;
  animation-delay: -2s;
}

/* Floating stat badges */
.about-stat-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(59, 130, 246, 0.1);
  border-radius: var(--radius-sm);
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.12);
  animation: badgeFloat 4s ease-in-out infinite;
}

.about-stat-badge .stat-number {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent-start), var(--accent-end));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

.about-stat-badge .stat-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.about-stat-badge.stat-1 {
  top: 10%;
  right: 5%;
  animation-delay: 0s;
}

.about-stat-badge.stat-2 {
  bottom: 20%;
  left: 10%;
  animation-delay: -2s;
}

@keyframes badgeFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

@media (max-width: 991px) {
  .about-stat-badge {
    display: none;
  }
}

/* ═══════════════════════════════════════════════════════════════════
   PRICING — Grid Layout (replace slider)
   ═══════════════════════════════════════════════════════════════════ */
.pricing-style-4 {
  background: var(--bg-alt) !important;
  padding: 100px 0 !important;
}

/* Override slider: grid on desktop */
.pricing-style-4 .pricing-active-wrapper {
  width: 100%;
}

.pricing-style-4 .pricing-active {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 991px) {
  .pricing-style-4 .pricing-active {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .pricing-style-4 .pricing-active {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Hide slider controls */
.pricing-style-4 .tns-controls,
.pricing-style-4 .tns-nav {
  display: none !important;
}

.pricing-style-4 .pricing-active .single-pricing-wrapper {
  width: 100% !important;
}

.pricing-style-4 .pricing-active .single-pricing {
  background: var(--bg-card) !important;
  border-radius: var(--radius-lg) !important;
  border: 1px solid rgba(59, 130, 246, 0.06) !important;
  box-shadow: var(--shadow-sm) !important;
  padding: 40px 32px !important;
  margin: 0 !important;
  transition: all 0.4s var(--ease-out) !important;
  position: relative;
  overflow: hidden;
}

.pricing-style-4 .pricing-active .single-pricing:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg) !important;
  border-color: rgba(59, 130, 246, 0.15) !important;
}

/* Popular badge */
.pricing-style-4 .pricing-active .single-pricing.popular {
  border-color: var(--accent-start) !important;
  box-shadow: var(--shadow-md), 0 0 0 1px var(--accent-start) !important;
  position: relative;
}

.pricing-style-4 .pricing-active .single-pricing.popular::before {
  content: '⭐ Phổ biến nhất';
  position: absolute;
  top: 16px;
  right: 16px;
  background: linear-gradient(135deg, var(--accent-start), var(--accent-end));
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 50px;
  letter-spacing: 0.3px;
}

.pricing-style-4 .pricing-active .single-pricing.active {
  transform: scale(1) !important;
}

.pricing-style-4 .pricing-active .single-pricing h6 {
  color: var(--text-muted) !important;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.pricing-style-4 .pricing-active .single-pricing h4 {
  font-weight: 700 !important;
  color: var(--text-primary) !important;
  font-size: 22px !important;
}

.pricing-style-4 .pricing-active .single-pricing h3 {
  font-weight: 800 !important;
  font-size: 34px !important;
  background: linear-gradient(135deg, var(--accent-start), var(--accent-end));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pricing-style-4 .pricing-active .single-pricing ul li {
  color: var(--text-secondary);
  font-size: 14.5px;
  line-height: 28px;
  position: relative;
  padding-left: 22px;
}

.pricing-style-4 .pricing-active .single-pricing ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent-start);
  font-weight: 700;
}

.pricing-style-4 .pricing-active .single-pricing .button {
  width: 100%;
  height: 50px !important;
}

/* ═══════════════════════════════════════════════════════════════════
   CONTACT SECTION
   ═══════════════════════════════════════════════════════════════════ */
.contact-style-3 {
  background: var(--bg-section) !important;
  padding: 100px 0 80px !important;
}

.contact-box {
  background: var(--bg-card) !important;
  border-radius: var(--radius-lg) !important;
  border: 1px solid rgba(59, 130, 246, 0.06);
  box-shadow: var(--shadow-sm) !important;
  padding: 36px 24px !important;
  transition: all 0.4s var(--ease-out) !important;
  color: var(--text-primary) !important;
  text-align: center;
}

.contact-box:hover {
  transform: translateY(-8px) !important;
  box-shadow: var(--shadow-lg) !important;
  border-color: rgba(59, 130, 246, 0.15);
}

/* Hover brand glow */
.contact-box.facebook:hover {
  box-shadow: 0 12px 40px rgba(24, 119, 242, 0.15) !important;
  border-color: rgba(24, 119, 242, 0.2);
}

.contact-box.telegram:hover {
  box-shadow: 0 12px 40px rgba(34, 158, 217, 0.15) !important;
  border-color: rgba(34, 158, 217, 0.2);
}

.contact-box.zalo:hover {
  box-shadow: 0 12px 40px rgba(0, 104, 255, 0.15) !important;
  border-color: rgba(0, 104, 255, 0.2);
}

.contact-box .icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px !important;
}

.contact-box.facebook .icon {
  background: rgba(24, 119, 242, 0.08);
}

.contact-box.telegram .icon {
  background: rgba(34, 158, 217, 0.08);
}

.contact-box.zalo .icon {
  background: rgba(0, 104, 255, 0.08);
}

.contact-box .icon i {
  font-size: 28px !important;
}

.contact-box h6 {
  font-weight: 700 !important;
  color: var(--text-primary);
  font-size: 16px;
}

.contact-box p {
  color: var(--text-secondary) !important;
  font-size: 13.5px !important;
}

/* ═══════════════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════════════ */
.footer-style-4 {
  background: var(--bg-alt) !important;
  border-top: 1px solid rgba(59, 130, 246, 0.06);
}

.footer-style-4 .widget-wrapper .footer-widget .logo img {
  max-height: 48px;
}

.footer-style-4 .widget-wrapper .footer-widget p.desc {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.7;
}

.footer-style-4 .widget-wrapper .footer-widget h6 {
  color: var(--text-primary) !important;
  font-weight: 700 !important;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-style-4 .widget-wrapper .footer-widget .links li a {
  color: var(--text-secondary);
  font-size: 14.5px;
  transition: all 0.3s var(--ease-out);
}

.footer-style-4 .widget-wrapper .footer-widget .links li a:hover {
  color: var(--accent-start);
  padding-left: 4px;
}

.footer-style-4 .widget-wrapper .footer-widget .socials li a {
  background: linear-gradient(135deg, rgba(59,130,246,0.1), rgba(139,92,246,0.1)) !important;
  color: var(--accent-start);
  border-radius: var(--radius-sm) !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 18px !important;
  transition: all 0.3s var(--ease-out);
}

.footer-style-4 .widget-wrapper .footer-widget .socials li a:hover {
  background: linear-gradient(135deg, var(--accent-start), var(--accent-end)) !important;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.25);
}

.footer-style-4 .widget-wrapper .footer-widget .download-app li a {
  background: var(--bg-card) !important;
  border-radius: var(--radius-sm) !important;
  border: 1px solid rgba(59, 130, 246, 0.08);
  transition: all 0.3s var(--ease-out);
}

.footer-style-4 .widget-wrapper .footer-widget .download-app li a:hover {
  border-color: var(--accent-start);
  box-shadow: var(--shadow-sm);
}

.footer-style-4 .copyright-wrapper {
  border-color: rgba(59, 130, 246, 0.08) !important;
}

.footer-style-4 .copyright-wrapper p {
  color: var(--text-muted);
  font-size: 13px;
}

/* ═══════════════════════════════════════════════════════════════════
   SCROLL TOP
   ═══════════════════════════════════════════════════════════════════ */
.scroll-top {
  background: linear-gradient(135deg, var(--accent-start), var(--accent-end)) !important;
  border-radius: var(--radius-sm) !important;
  box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
  transition: all 0.3s var(--ease-out) !important;
}

.scroll-top:hover {
  background: linear-gradient(135deg, var(--accent-end), var(--accent-start)) !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.4);
}

/* ═══════════════════════════════════════════════════════════════════
   MODALS
   ═══════════════════════════════════════════════════════════════════ */
.modal-content {
  border-radius: var(--radius-lg) !important;
  border: 1px solid rgba(59, 130, 246, 0.08);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.15) !important;
  overflow: hidden;
}

.modal-header {
  border-bottom: 1px solid rgba(59, 130, 246, 0.06);
  padding: 20px 24px;
}

.modal-header .modal-title {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700;
  color: var(--text-primary);
}

.modal-footer {
  border-top: 1px solid rgba(59, 130, 246, 0.06);
}

.modal-body .ratio {
  border-radius: var(--radius-md) !important;
}

/* ═══════════════════════════════════════════════════════════════════
   CUSTOM ANIMATION ENHANCEMENTS
   ═══════════════════════════════════════════════════════════════════ */

/* Smooth page-level transitions */
section {
  transition: background-color 0.6s var(--ease-out);
}

/* Stagger children animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Pulse glow for CTA buttons */
@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(59, 130, 246, 0.25); }
  50%      { box-shadow: 0 4px 30px rgba(59, 130, 246, 0.4); }
}

.hero-content-wrapper .button {
  animation: ctaPulse 3s ease-in-out infinite;
}

.hero-content-wrapper .button:hover {
  animation: none;
}

/* ═══════════════════════════════════════════════════════════════════
   RESPONSIVE FINE-TUNING
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper h2 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }

  .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper p {
    font-size: 15px;
  }

  .feature-style-5 .single-feature {
    padding: 36px 24px !important;
  }

  .pricing-style-4 .pricing-active .single-pricing {
    padding: 32px 24px !important;
  }

  .contact-box {
    padding: 28px 20px !important;
  }

  .hero-bg-effects .orb {
    opacity: 0.2;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper h2 {
    font-size: 40px !important;
  }
}

/* ═══════════════════════════════════════════════════════════════════
   SELECTION HIGHLIGHT
   ═══════════════════════════════════════════════════════════════════ */
::selection {
  background: rgba(59, 130, 246, 0.15);
  color: var(--text-primary);
}

::-moz-selection {
  background: rgba(59, 130, 246, 0.15);
  color: var(--text-primary);
}

/* ═══════════════════════════════════════════════════════════════════
   SMOOTH SCROLLBAR
   ═══════════════════════════════════════════════════════════════════ */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-alt);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--accent-start), var(--accent-end));
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--accent-end);
}
