/* Font Awesome 6 Regular */
@font-face {
  font-family: "Font Awesome 6 Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fa-regular-400.woff2") format("woff2");
}

/* Font Awesome 6 Solid */
@font-face {
  font-family: "Font Awesome 6 Solid";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fa-solid-900.woff2") format("woff2");
}

.btn,
.card-pricing {
  align-items: center;
}
.card-pricing,
.pricing-card.featured .card-pricing {
  background: linear-gradient(
    135deg,
    rgba(255, 0, 0, 0.1),
    rgba(204, 0, 0, 0.05)
  );
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: var(--spacing-md);
}
.original-price,
p {
  color: var(--text-secondary);
}
.btn,
.logo a {
  transition: 0.3s;
  text-decoration: none;
}
.floating-whatsapp,
.mobile-menu-btn {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.btn,
.floating-whatsapp,
.logo a,
.nav-link,
a {
  text-decoration: none;
}
.hero-title,
.logo-text,
.social-link.tiktok i {
  -webkit-text-fill-color: transparent;
}
.btn,
body {
  font-family: var(--font-primary);
}
.main,
body {
  min-height: 100vh;
}
.footer-links ul,
.nav-list,
.payments-strip,
.pricing-features ul,
ul {
  list-style: none;
}
*,
.hero,
.pricing-card,
.pricing-cards,
.testimonial-card {
  box-sizing: border-box;
  box-sizing: border-box;
}
.btn-featured,
.btn-modern,
.card-badge {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.besher-discount,
.btn,
.discount-badge,
.ticker-item {
  white-space: nowrap;
}
.card-pricing {
  display: flex;
  justify-content: center;
  padding: 1rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(255, 0, 0, 0.1);
}
.original-price {
  opacity: 0.7;
  font-weight: 500;
}
.btn,
.nav-link,
.popular-tag {
  font-weight: 600;
}
.besher-pricing .current-price,
.current-price {
  color: var(--youtube-red);
  text-shadow: 0 2px 4px rgba(255, 0, 0, 0.3);
}
.section-title,
a {
  color: var(--primary);
}
.logo-dot:hover,
.nav-link:hover i {
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}
.discount-badge {
  background: var(--gradient-youtube);
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-red);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
@keyframes pulse-discount {
  0%,
  100% {
    transform: scale(1);
    box-shadow: var(--shadow-red);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(255, 0, 0, 0.5);
  }
}
.pricing-card.featured .card-pricing {
  border: 1px solid rgba(255, 0, 0, 0.3);
  box-shadow: var(--shadow-red);
}
.pricing-card.featured .current-price {
  background: var(--gradient-youtube);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  text-shadow: 0 2px 4px rgba(255, 0, 0, 0.3);
}
.pricing-card.featured .discount-badge {
  background: var(--gradient-youtube);
  animation-duration: 1.5s;
  box-shadow: var(--shadow-red);
}
:root {
  --primary: #b40000;
  --primary-dark: #8a0000;
  --secondary: #1a365d;
  --accent: #38b2ac;
  --youtube-red: #ff0000;
  --youtube-red-dark: #cc0000;
  --background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  --surface: #ffffff;
  --text-primary: #2d3748;
  --text-secondary: #4a5568;
  --error: #e53e3e;
  --success: #38a169;
  --warning: #d69e2e;
  --card-bg: rgba(255, 255, 255, 0.9);
  --card-border: rgba(0, 180, 166, 0.2);
  --gradient-primary: linear-gradient(135deg, #00b4a6 0%, #008a7b 100%);
  --gradient-secondary: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  --gradient-youtube: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
  --gradient-youtube-light: linear-gradient(
    135deg,
    rgba(255, 0, 0, 0.1) 0%,
    rgba(204, 0, 0, 0.05) 100%
  );
  --font-primary: "Cairo", sans-serif;
  --font-size-base: 16px;
  --line-height-base: 1.6;
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;
  --radius-sm: 4px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-full: 9999px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.15);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.2);
  --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.25);
  --shadow-teal: 0 4px 20px rgba(0, 180, 166, 0.3);
  --shadow-red: 0 4px 20px rgba(255, 0, 0, 0.3);
  --scroll-offset: 90px;
  --floating-whatsapp-size-desktop: 64px;
  --floating-whatsapp-size-tablet: 56px;
  --floating-whatsapp-size-mobile: 55px;
  --floating-whatsapp-right-desktop: 25px;
  --floating-whatsapp-right-mobile: 25px;
  --floating-whatsapp-bottom-margin: 40px;
  --back-to-top-height: 60px;
}
#golden-package-ios,
#ipad-package-ios,
#royal-package-ios {
  scroll-margin-top: var(--scroll-offset);
}
html {
  scroll-behavior: smooth;
  font-size: var(--font-size-base);
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}
a {
  transition: color 0.2s;
}
a:hover {
  color: var(--accent);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-primary);
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
.contact-card i,
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
.btn,
p {
  font-size: 1.5rem;
}
.container {
  padding: 0 var(--spacing-md);
}
.section {
  padding: var(--spacing-2xl) 0;
}
.section-title {
  position: relative;
  display: inline-block;
  margin-bottom: var(--spacing-xl);
  text-align: center;
  width: 100%;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 50%;
  transform: translateX(50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--youtube-red), var(--primary));
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}
.btn {
  display: inline-flex;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: var(--radius-md);
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.back-to-top,
.logo {
  align-items: center;
}
.header,
.header.scrolled {
  border-bottom: 1px solid var(--youtube-red);
}
.btn-primary {
  background: linear-gradient(
    135deg,
    var(--youtube-red),
    var(--youtube-red-dark)
  );
  color: #fff;
  box-shadow: var(--shadow-red);
  position: relative;
  overflow: hidden;
}
.btn-besher-youtube::before,
.btn-featured::before,
.btn-modern::before,
.btn-primary::before,
.btn-youtube-premium::before,
.comparison-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 0, 0, 0.5);
  color: #fff;
}
.btn-besher-youtube:hover::before,
.btn-featured:hover::before,
.btn-modern:hover::before,
.btn-primary:hover::before,
.btn-youtube-premium:hover::before,
.comparison-button:hover::before {
  left: 100%;
}
.btn-secondary {
  background: var(--surface);
  color: var(--text-primary);
  border: 1px solid var(--youtube-red);
  box-shadow: 0 2px 8px rgba(255, 0, 0, 0.1);
}
.btn-secondary:hover {
  background: rgba(255, 0, 0, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 0, 0, 0.2);
}
.header {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 4px 30px rgba(0, 27, 61, 0.1);
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px 0;
  transform: translateY(0);
  will-change: transform, background, padding, box-shadow;
  animation: 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards headerSlideDown;
}
.back-to-top,
.logo-text {
  background: var(--gradient-primary);
}
.header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  padding: 5px 0;
  box-shadow: var(--shadow-red);
}
@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.header.hide {
  transform: translateY(-100%);
  box-shadow: none;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid transparent;
}
.hero {
  z-index: 1;
}
:focus-visible {
  outline: 2px solid var(--youtube-red);
  outline-offset: 3px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}
body.using-mouse :focus:not(:focus-visible) {
  outline: 0;
}
.back-to-top {
  left: 30px;
  display: flex;
  justify-content: center;
  box-shadow: var(--shadow-cyan);
}
.back-to-top:hover {
  box-shadow: 0 6px 20px rgba(38, 198, 218, 0.4);
}
.back-to-top:active {
  transform: translateY(1px);
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .back-to-top,
  .btn,
  .header,
  .nav-link {
    transition: none !important;
    animation: none !important;
  }
  .nav-link::after,
  .nav-link::before {
    transition: none !important;
  }
  .ticker-bar {
    animation: none !important;
  }
}
@media print {
  .back-to-top,
  .header {
    display: none !important;
  }
  html {
    scroll-padding-top: 0;
  }
  .section-title::after {
    background: red;
  }
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  max-width: 1400px;
  margin: 1rem auto 0;
  position: relative;
}
.logo {
  display: flex;
  z-index: 1002;
}
.logo a,
.nav-menu {
  align-items: center;
}
.logo a {
  display: flex;
  color: #fff;
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  gap: 10px;
}
.logo-img,
.nav-link i {
  transition: transform 0.3s;
}
.logo-img {
  height: 40px;
  width: auto;
  border-radius: 8px;
}
.logo:hover .logo-img {
  transform: rotate(5deg) scale(1.05);
}
.logo-text {
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--primary);
  transition: 0.3s;
  display: inline-block;
}
.logo-dot {
  color: var(--youtube-red);
  font-size: 2.2rem;
  line-height: 1;
  margin-right: 2px;
  transition: 0.3s;
  text-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
}
.logo-dot:hover {
  transform: scale(1.1);
}
.nav-link i,
.nav-link:focus {
  text-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
}
.nav-menu {
  display: flex;
  transition: 0.4s;
}
.floating-whatsapp {
  position: fixed;
  right: var(--floating-whatsapp-right-desktop);
  bottom: calc(
    var(--floating-whatsapp-bottom-margin) + var(--back-to-top-height, 60px)
  );
  width: var(--floating-whatsapp-size-desktop);
  height: var(--floating-whatsapp-size-desktop);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 9999;
  background: #2bff00;
  background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 20px rgba(3, 15, 30, 0.25);
  color: green;
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  transition:
    transform 180ms,
    box-shadow 180ms,
    opacity 180ms;
  will-change: transform;
  overflow: visible;
}
@supports not (
  (-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))
) {
  .floating-whatsapp {
    background: rgba(0, 0, 0, 0.28);
    border: 10px solid rgba(255, 255, 255, 0.06);
  }
}
.floating-whatsapp .fab-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 70%;
  position: relative;
}
.floating-whatsapp .fab {
  font-size: calc(var(--floating-whatsapp-size-desktop) * 0.45);
  color: #fff;
  display: inline-block;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.08));
  position: relative;
  z-index: 2;
}
.floating-whatsapp .fab::before {
  text-shadow:
    0 0 6px rgba(255, 255, 255, 0.06),
    0 0 10px rgba(37, 211, 102, 0.08);
}
.floating-whatsapp:focus,
.floating-whatsapp:hover {
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 12px 30px rgba(3, 15, 30, 0.35);
  outline: 0;
}
.floating-whatsapp:focus-visible {
  box-shadow:
    0 0 0 4px rgba(37, 211, 102, 0.12),
    0 12px 30px rgba(3, 15, 30, 0.25);
  border-color: rgba(37, 211, 102, 0.28);
}
.floating-whatsapp:active {
  transform: translateY(0) scale(0.99);
  transition-duration: 120ms;
}
.floating-whatsapp::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 54%;
  height: 54%;
  border-radius: 50%;
  background: radial-gradient(
    circle at 50% 40%,
    rgba(37, 211, 102, 0.1),
    rgba(37, 211, 102, 0.02) 40%,
    transparent 60%
  );
  z-index: 1;
  pointer-events: none;
  opacity: 0.95;
  transition: opacity 0.3s;
  filter: blur(6px);
  animation: 3.8s ease-in-out infinite fw-pulse;
}
.nav-cta .btn::before,
.nav-link::before {
  position: absolute;
  left: 0;
  z-index: -1;
  content: "";
  top: 0;
}
@keyframes fw-pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.98);
    opacity: 0.9;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.06);
    opacity: 0.6;
  }
}
@media (max-width: 992px) {
  .floating-whatsapp {
    width: var(--floating-whatsapp-size-tablet);
    height: var(--floating-whatsapp-size-tablet);
    right: var(--floating-whatsapp-right-desktop);
  }
  .floating-whatsapp .fab {
    font-size: calc(var(--floating-whatsapp-size-tablet) * 0.45);
  }
}
.floating-whatsapp[aria-hidden="true"],
.mobile-hide {
  display: none;
}
.nav-list {
  display: flex;
  margin: 0 0 0 2rem;
  padding: 0;
}
.nav-item {
  margin: 0 0.3rem;
  position: relative;
}
.nav-link {
  color: var(--text-primary);
  padding: 0.7rem 1.2rem;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  z-index: 1;
}
.menu-icon,
.nav-cta .btn::before {
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-link::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 0, 0, 0.1),
    rgba(204, 0, 0, 0.05)
  );
  border-radius: 6px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-cta .btn,
.nav-item:not(:last-child) .nav-link::after {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: var(--gradient-youtube);
}
.feature-card:hover::before,
.nav-link.active::before,
.nav-link:focus::before,
.nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.nav-link:focus {
  outline: 0;
  color: var(--youtube-red);
}
body.using-mouse .nav-link:focus:not(:focus-visible) {
  outline: 0;
  color: var(--text-primary);
  text-shadow: none;
}
.nav-link i {
  margin-left: 6px;
  font-size: 1rem;
  color: var(--youtube-red);
}
.nav-link:hover i {
  transform: translateX(-3px);
}
.nav-item:not(:last-child) .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 0;
  height: 2px;
  border-radius: 2px;
}
.nav-link.active::after,
.nav-link:hover::after {
  width: 80%;
}
.accordion-header i:last-child,
.nav-link.active,
.nav-link:hover {
  color: var(--youtube-red);
  text-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
}
.nav-cta {
  margin-right: 1.5rem;
  margin-left: 1rem;
}
.nav-cta .btn {
  padding: 0.7rem 1.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 8px;
  box-shadow: var(--shadow-red);
  border: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.nav-cta .btn::before {
  width: 0;
  height: 100%;
  background: linear-gradient(
    90deg,
    var(--youtube-red-dark),
    var(--youtube-red)
  );
}
.nav-cta .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 0, 0, 0.4);
}
.nav-cta .btn:hover::before {
  width: 100%;
}
.mobile-menu-btn {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 24px;
  z-index: 1001;
  position: relative;
  background: 0 0;
  border: none;
  padding: 8px 4px;
  margin: 0;
  outline: 0;
}
.feature-card:hover .feature-icon,
.menu-icon {
  background: var(--gradient-youtube);
}
.mobile-menu-btn:focus-visible {
  outline: 2px solid var(--youtube-red);
  outline-offset: 3px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}
.menu-icon {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  transform-origin: center;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}
.besher-feature-item:hover .feature-icon-small,
.menu-icon:hover {
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
}
.mobile-menu-btn.active .menu-icon:first-child {
  transform: translateY(10.5px) rotate(45deg);
  background: var(--youtube-red);
}
.mobile-menu-btn.active .menu-icon:nth-child(2) {
  opacity: 0;
}
.mobile-menu-btn.active .menu-icon:nth-child(3) {
  transform: translateY(-10.5px) rotate(-45deg);
  background: var(--youtube-red);
}
@media (max-width: 1200px) {
  .header-container {
    padding: 10px 1.5rem 0;
  }
  .nav-link {
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
  }
  .nav-cta .btn {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 992px) {
  .mobile-menu-btn,
  .nav-link {
    display: flex;
  }
  .header {
    padding: 8px 0;
  }
  .logo a {
    font-size: 1.6rem;
  }
  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 380px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5.5rem 2rem 2rem;
    transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -5px 0 40px rgba(0, 27, 61, 0.3);
    z-index: 1000;
    border-left: 1px solid var(--card-border);
  }
  .nav-menu.active {
    right: 0;
  }
  .nav-list {
    flex-direction: column;
    width: 100%;
    margin: 1.5rem 0;
    padding: 0;
  }
  .nav-item {
    margin: 0.4rem 0;
    width: 100%;
    opacity: 0;
    transform: translateX(20px);
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .nav-menu.active .nav-item {
    opacity: 1;
    transform: translateX(0);
  }
  .nav-menu.active .nav-item:first-child {
    transition-delay: 0.1s;
  }
  .nav-menu.active .nav-item:nth-child(2) {
    transition-delay: 0.15s;
  }
  .nav-menu.active .nav-item:nth-child(3) {
    transition-delay: 0.2s;
  }
  .nav-menu.active .nav-item:nth-child(4) {
    transition-delay: 0.25s;
  }
  .nav-menu.active .nav-item:nth-child(5) {
    transition-delay: 0.3s;
  }
  .nav-menu.active .nav-item:nth-child(6) {
    transition-delay: 0.35s;
  }
  .nav-menu.active .nav-item:nth-child(7) {
    transition-delay: 0.4s;
  }
  .nav-link {
    padding: 1rem 1.2rem;
    font-size: 1.2rem;
    border-radius: 8px;
    width: 100%;
    color: var(--primary-dark);
    justify-content: space-between;
    align-items: center;
  }
  .nav-link i {
    transform: rotate(-90deg);
    transition: transform 0.3s;
  }
  .nav-link:hover i {
    transform: rotate(0);
  }
  .nav-link::before {
    background: rgba(255, 0, 0, 0.1);
  }
  .nav-link.active::after,
  .nav-link:hover::after {
    width: 80%;
  }
  .nav-link.active,
  .nav-link:hover {
    background: rgba(255, 0, 0, 0.1);
    color: var(--youtube-red);
    padding-right: 1.5rem;
    text-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
  }
  .nav-cta {
    width: 100%;
    margin: 1rem 0 0;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.45s;
  }
  .nav-menu.active .nav-cta {
    opacity: 1;
    transform: translateY(0);
  }
  .header.scrolled {
    padding: 5px 0;
  }
}
.comparison-table-wrapper,
.pricing-card,
.reason-card,
.recommendation-card,
.social-link {
  backdrop-filter: blur(10px);
}
#home {
  margin-top: 6.6rem;
}
.hero {
  background: linear-gradient(135deg, #fff 0, #f7fafc 100%);
  color: var(--text-primary);
}
.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
  position: relative;
  z-index: 2;
}
.hero-content {
  flex: 1;
  max-width: 600px;
  padding: 2rem 0 0;
}
.hero-title {
  line-height: 1.2;
  background: var(--youtube-red);
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--primary);
  display: inline-block;
  transition: 0.3s;
}
.hero-title:hover {
  text-shadow: 0 4px 8px rgba(255, 0, 0, 0.4);
  transform: scale(1.02);
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .hero-title {
    color: transparent;
  }
}
.hero-subtitle {
  color: var(--text-primary);
  line-height: 1.6;
}
.hero-features {
  margin: 0 0 2rem;
}
.hero-features .feature {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  transition: 0.3s;
  padding: 0.5rem;
  border-radius: var(--radius-sm);
}
.hero-features .feature i {
  color: var(--youtube-red);
  margin-left: 0.75rem;
  font-size: 1.25rem;
  width: 24px;
  text-align: center;
  transition: 0.3s;
  text-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
}
.hero-cta {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}
.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.heroImageSlider {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: auto;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  border: 2px solid var(--youtube-red);
}
.hero-waves,
.heroBannerImage {
  position: absolute;
  width: 100%;
  left: 0;
}
.features-section,
.pricing-section {
  border-top: 1px solid rgba(255, 0, 0, 0.1);
  overflow: hidden;
}
.heroBannerImage {
  height: auto;
  display: block;
  top: 0;
  opacity: 0;
  transition: 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1.05);
  border-radius: var(--radius-lg);
}
.heroBannerImage.active {
  opacity: 1;
  transform: scale(1);
  position: relative;
}
.heroBannerImage:not(.active) {
  transform: scale(0.95);
}
.besher-youtube-card:hover .card-image,
.pricing-card:hover .package-image,
.pricing-image:hover,
.ticker-item:hover {
  transform: scale(1.05);
}
.heroImageSlider:hover .heroBannerImage.active {
  transform: scale(1.02) translateY(-5px);
  box-shadow: 0 20px 40px rgba(255, 0, 0, 0.2);
}
@keyframes heroImageFade {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.heroBannerImage.fadeIn {
  animation: 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards heroImageFade;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.1);
}
.hero-waves {
  bottom: 0;
  overflow: hidden;
  line-height: 0;
}
.features-grid,
.features-section,
.hero-waves svg,
.main,
.pricing-grid,
.pricing-section {
  position: relative;
}
.hero-waves svg {
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}
.hero-waves .shape-fill {
  fill: var(--background);
  filter: drop-shadow(0 -5px 10px rgba(255, 0, 0, 0.1));
}
@media (max-width: 992px) {
  .hero-container {
    padding-top: 6rem;
    flex-direction: column;
    text-align: center;
  }
  .hero-content {
    max-width: 100%;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-cta,
  .hero-features .feature {
    justify-content: center;
  }
  .heroImageSlider {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .card-pricing {
    padding: 0.6rem 0.8rem;
    gap: 0.5rem;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .current-price {
    font-size: 1.5rem;
    flex: 0 1 auto;
  }
  .original-price {
    font-size: 0.85rem;
    flex-shrink: 0;
  }
  .discount-badge {
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
    flex-shrink: 0;
  }
  .heroImageSlider {
    max-width: 100%;
    width: 100%;
    margin: 0 -1rem;
    border-radius: 0;
  }
  .heroBannerImage {
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0;
  }
  .hero-image {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.feature-card,
.pricing-card {
  border-radius: var(--radius-lg);
}
.ticker-item {
  display: inline-flex;
  align-items: center;
  margin: 0 2.5rem;
  font-size: 0.95rem;
  color: #fff;
  transition: 0.3s;
}
.ticker-item:hover {
  color: #fff;
}
.ticker-item i {
  margin-left: 0.5rem;
  color: #fff;
  font-size: 1rem;
  transition: 0.3s;
}
.ticker-item:hover i {
  transform: scale(1.2);
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}
html {
  scroll-behavior: smooth;
  font-size: 14px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate-fade-in {
  animation: 0.8s ease-out forwards fadeInUp;
}
.animate-slide-right {
  animation: 0.8s ease-out forwards slideInRight;
}
.animate-slide-left {
  animation: 0.8s ease-out forwards slideInLeft;
}
[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}
* {
  margin: 0;
  padding: 0;
}
.features-section {
  padding: 6rem 0;
  background-color: var(--background);
}
.features-section .section-subtitle {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 4rem;
  color: var(--text-secondary);
  font-size: 1.1rem;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.feature-card {
  background: var(--surface);
}
.feature-card:hover {
  box-shadow: var(--shadow-lg);
}
.feature-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--youtube-red);
}
.feature-card h3 {
  color: var(--text-primary);
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
}
.feature-card p {
  color: var(--text-secondary);
}
.pricing-section {
  background: linear-gradient(to bottom, var(--background) 0, #0a0a0a 100%);
}
.pricing-section .section-subtitle {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  color: var(--text-secondary);
  font-size: 1.3rem;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.pricing-card {
  background: var(--surface);
  box-shadow: var(--shadow-md);
}
.pricing-card:hover {
  box-shadow: var(--shadow-xl);
}
.pricing-card.featured {
  border: 2px solid var(--youtube-red);
  z-index: 1;
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.2);
}
.pricing-card.featured:hover {
  box-shadow: 0 15px 40px rgba(255, 0, 0, 0.3);
}
.popular-tag {
  position: absolute;
  top: 20px;
  left: -10px;
  background: var(--youtube-red);
  color: #fff;
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
  border-radius: 0 20px 20px 0;
  box-shadow: 0 2px 10px rgba(255, 0, 0, 0.3);
  z-index: 2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.package-image,
.pricing-card .btn {
  display: block;
  border-radius: var(--radius-md);
}
.container,
.feature-card,
.package-recommendations,
.recommendation-card {
  position: relative;
  z-index: 1;
}
.pricing-header {
  overflow: hidden;
}
.package-image {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto 1.5rem;
  transition: transform 0.3s;
}
.pricing-header h3 {
  color: var(--text-primary);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.price {
  margin: 1.5rem 0;
}
.price .amount {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary);
  display: block;
  line-height: 1;
}
.price .amount span,
.price .period,
.pricing-features li,
.pricing-note {
  color: var(--text-secondary);
}
.price .amount span {
  font-size: 1rem;
  font-weight: 600;
}
.price .period {
  display: block;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
.pricing-features {
  padding: 0 2rem 2rem;
}
.pricing-features ul {
  padding: 0;
  margin: 0 0 2rem;
}
.pricing-features li {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
}
.pricing-features li i {
  color: var(--youtube-red);
  margin-left: 0.75rem;
  font-size: 0.9rem;
}
.pricing-card .btn {
  width: calc(100% - 4rem);
  margin: 0 2rem 2rem;
  text-align: center;
  font-weight: 600;
  padding: 1rem;
  font-size: 1.3rem;
}
.pricing-note {
  text-align: center;
  margin-top: 3rem;
  font-size: 0.95rem;
}
.pricing-note i {
  color: var(--youtube-red);
  margin-left: 0.5rem;
}
.features-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(245, 182, 56, 0.1) 0,
    transparent 60%
  );
  pointer-events: none;
  z-index: 0;
}
.container {
  max-width: 1200px;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .floating-whatsapp {
    width: var(--floating-whatsapp-size-mobile);
    height: var(--floating-whatsapp-size-mobile);
    right: var(--floating-whatsapp-right-mobile);
    bottom: calc(
      var(--floating-whatsapp-bottom-margin) + var(--back-to-top-height, 60px)
    );
  }
  .floating-whatsapp .fab {
    font-size: calc(var(--floating-whatsapp-size-mobile) * 0.45);
  }
  .header-container {
    padding: 10px 1.2rem 0;
  }
  .logo a {
    font-size: 1.5rem;
  }
  .nav-menu {
    width: 90%;
    padding: 5rem 1.5rem 2rem;
  }
  .nav-link {
    font-size: 1rem;
    padding: 0.9rem 1.2rem;
  }
  .nav-cta .btn {
    width: 100%;
    padding: 0.8rem 1.5rem;
  }
  .mobile-menu-btn {
    width: 28px;
    height: 22px;
  }
  .menu-icon {
    height: 2.5px;
  }
  .mobile-menu-btn.active .menu-icon:first-child {
    transform: translateY(9.5px) rotate(45deg);
  }
  .mobile-menu-btn.active .menu-icon:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg);
  }
  .hero {
    padding-top: 5rem;
  }
  .hero-title {
    font-size: 2rem;
  }
  .hero-subtitle {
    font-size: 1.25rem;
  }
  .hero-cta {
    flex-direction: column;
    gap: 1rem;
  }
  .hero-cta .btn {
    width: 100%;
  }
  .heroImageSlider {
    max-width: 100%;
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    border-radius: 0;
  }
  .heroBannerImage {
    border-radius: 0;
  }
  .hero-container {
    overflow: hidden;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
}
.feature-card {
  border-radius: 12px;
  overflow: hidden;
}
.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #f5b638, #e67e22);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
  z-index: -1;
}
.feature-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-color: rgba(245, 182, 56, 0.3);
}
.feature-icon {
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--youtube-red);
}
.feature-title {
  color: var(--primary);
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.feature-description {
  color: #a0a0a0;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}
.best-package-section {
  padding: 5rem 0;
  background: var(--gradient-secondary);
  position: relative;
  overflow: hidden;
}
.best-package-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(0deg, #001b3d 0, rgba(0, 27, 61, 0) 100%);
  z-index: 0;
}
.section-subtitle {
  color: #a0a0a0;
  text-align: center;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.6;
}
.package-recommendations {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.recommendation-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 15px;
  padding: 2.5rem 2rem;
  text-align: center;
  transition: 0.3s;
  overflow: hidden;
}
.recommendation-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(38, 198, 218, 0.03) 0,
    rgba(0, 172, 193, 0.03) 100%
  );
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.recommendation-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: var(--shadow-cyan);
  border-color: var(--primary);
}
.pricing-card.mini-subscription-card .card-cta:hover::before,
.pricing-card.mini-subscription-card:hover::before,
.reason-card:hover::before,
.recommendation-card:hover::before,
.social-link:hover::before,
.youtube-premium-card:hover::before {
  opacity: 1;
}
.youtube-comparison-cards {
  display: flex;
  gap: 2rem;
  margin: 3rem 0;
  flex-wrap: wrap;
  justify-content: center;
}
.comparison-card {
  background: #f9fafb;
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  width: 100%;
  max-width: 500px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(0, 180, 166, 0.1);
}
.comparison-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}
.comparison-card.featured {
  border: 2px solid var(--primary);
  box-shadow: 0 10px 30px rgba(0, 180, 166, 0.2);
  position: relative;
  transform: scale(1.05);
  z-index: 2;
}
.recommendation-button:before,
.social-link::before {
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  height: 100%;
}
.comparison-card.featured:hover {
  transform: scale(1.05) translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 180, 166, 0.3);
}
.comparison-card.featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
}
.card-badge {
  background: var(--gradient-primary);
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
  z-index: 3;
}
.card-header {
  border-bottom: 1px solid rgba(0, 180, 166, 0.1);
}
.card-title {
  color: var(--primary);
  margin: 0 0 0.5rem;
}
.card-subtitle {
  color: var(--text-secondary);
  font-size: 1rem;
  margin: 0;
}
.feature-card:hover .feature-icon-large,
.feature-icon-large,
.feature-icon.positive {
  color: var(--youtube-red);
}
.card-features ul,
.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.feature-item:last-child {
  border-bottom: none;
}
.feature-icon {
  min-width: 24px;
  margin-top: 3px;
}
.youtube-comparison-table,
table {
  min-width: 600px;
  border-collapse: collapse;
}
.feature-icon.negative {
  color: var(--error);
}
.feature-item span {
  color: var(--text-primary);
  font-size: 1rem;
  line-height: 1.5;
}
.individual-features-section {
  margin: 4rem 0 2rem;
  text-align: center;
}
.individual-features-section .section-subtitle {
  color: #f5f9f9;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-align: center;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.feature-card {
  background: #f9fafb;
  border-radius: var(--radius-md);
  transition: 0.3s;
  border: 1px solid rgba(0, 180, 166, 0.1);
  box-shadow: 0 4px 10px rgba(0, 180, 166, 0.1);
}
.reason-card,
.reason-hover,
.recommendation-button,
.recommendation-button:before,
.recommendation-icon {
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--youtube-red);
}
.feature-icon-large {
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}
.besher-description,
.feature-card p,
.feature-card:hover p,
.reason-card:hover h3,
.reason-card:hover p {
  color: var(--text-primary);
}
.feature-card p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0;
}
.recommendation-icon {
  width: 80px;
  height: 80px;
  background: var(--gradient-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  color: #fff;
  transform: scale(0.9);
}
.recommendation-card:hover .recommendation-icon {
  transform: scale(1.05) translateY(-5px);
  box-shadow: var(--shadow-cyan);
}
.recommendation-question {
  color: var(--primary);
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
  font-weight: 800;
  line-height: 1.4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.recommendation-answer {
  color: var(--text-secondary);
  font-size: 1.3rem;
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 1.5;
  opacity: 0.9;
}
.recommendation-features {
  text-align: right;
  margin: 0;
  padding: 0.5rem 0;
}
.recommendation-features p {
  color: #d1d5db;
  margin: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s;
  line-height: 1.6;
  padding: 0.5rem 0;
}
.card-features li i,
.recommendation-features i {
  color: var(--youtube-red);
  color: var(--youtube-red);
}
.recommendation-features span {
  margin-right: 10px;
  flex: 1;
  text-align: right;
}
.recommendation-features i {
  font-size: 1.3rem;
  margin-left: 0.75rem;
  min-width: 24px;
  text-align: center;
  transition: 0.3s;
}
.recommendation-card:hover .recommendation-features p {
  color: #fff;
  transform: translateX(-5px);
}
.recommendation-button {
  display: inline-block;
  background: linear-gradient(to right, #4e73df, #224abe);
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.reason-card,
.social-link {
  display: flex;
  position: relative;
  overflow: hidden;
}
.recommendation-button:before {
  width: 0;
  background: linear-gradient(to right, #224abe, #4e73df);
}
.recommendation-button:hover:before {
  width: 100%;
  opacity: 1;
}
.recommendation-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(34, 74, 190, 0.3);
}
.social-link {
  align-items: center;
  margin: 0 8px 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.social-link::before {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: opacity 0.3s;
}
.social-link i {
  margin-left: 8px;
}
.social-link:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.social-link:active {
  transform: translateY(0);
}
.social-link.tiktok {
  background: linear-gradient(45deg, #fe2c56ad, #000000a7, #25f4eda3);
  color: #fff;
}
.social-link.tiktok i {
  background: linear-gradient(45deg, #25f4ee, #000, #fe2c55);
  -webkit-background-clip: text;
  background-clip: text;
}
.social-link.email {
  background: #ff004015;
}
.social-link.instagram {
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
}
.social-link.whatsapp {
  background: #1da951;
}
.social-link.telegram {
  background: #08c;
}
.social-link.snapchat {
  background: #fffc00;
  color: #000;
}
.social-link.twitter {
  background: #000;
}
.social-link.youtube {
  background: var(--gradient-youtube);
  box-shadow: var(--shadow-red);
}
.social-link.youtube:hover {
  box-shadow: 0 8px 25px rgba(255, 0, 0, 0.4);
  transform: translateY(-3px);
}
.social-link.youtube i {
  color: #fff;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.why-choose-us {
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--secondary) 0, var(--surface) 100%);
  position: relative;
  overflow: hidden;
}
.why-choose-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M30,10 L70,10 L90,50 L70,90 L30,90 L10,50 Z" fill="none" stroke="rgba(38, 198, 218, 0.03)" stroke-width="1"/></svg>');
  opacity: 0.3;
  z-index: 0;
}
.section-header {
  position: relative;
  padding: 2rem 0 0;
}
.section-title {
  /* color: var(--primary); */
  color: #ff0000;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.section-subtitle {
  color: var(--text-secondary);
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  opacity: 0.9;
}
.package-title {
  color: var(--text-primary);
  font-size: 1.8rem;
  margin-top: 1.5rem;
  border-top: 1px solid var(--card-border);
  display: inline-block;
  padding: 1rem 2rem;
  background: var(--card-bg);
  border-radius: 8px;
}
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
  margin: 4rem 0;
  perspective: 1000px;
}
.reason-card {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 2rem;
  align-items: flex-start;
  border: 1px solid var(--card-border);
  transform-style: preserve-3d;
  transform: translateZ(0);
  opacity: 0;
  animation: 0.6s ease-out forwards fadeInUp;
}
.reason-hover,
.reason-icon {
  display: flex;
  align-items: center;
}
.cta-button::before,
.reason-card::before,
.reason-hover {
  opacity: 0;
  position: absolute;
}
.reason-card::before {
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(38, 198, 218, 0.1) 0,
    rgba(0, 172, 193, 0.1) 100%
  );
  z-index: -1;
  transition: opacity 0.4s;
}
.reason-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: var(--shadow-cyan);
  border-color: var(--primary);
}
.reason-icon {
  background: var(--gradient-primary);
  justify-content: center;
  flex-shrink: 0;
  box-shadow: var(--shadow-cyan);
}
.reason-card:hover .reason-icon {
  background: linear-gradient(
    135deg,
    var(--youtube-red-dark) 0,
    var(--youtube-red) 100%
  );
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
}
.reason-content {
  text-align: right;
  flex: 1;
}
.reason-content h3 {
  color: var(--primary);
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  transition: 0.3s;
}
.reason-content p {
  color: var(--text-primary);
  font-size: 1.3rem;
  line-height: 1.7;
  transition: 0.3s 0.1s;
}
.reason-hover {
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: var(--youtube-red);
  border-radius: 50%;
  justify-content: center;
  color: #fff;
}
.reason-card:hover .reason-hover {
  right: 15px;
  opacity: 1;
}
.cta-container {
  text-align: center;
}
.pulse-animation {
  animation: 2s infinite pulse;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 1rem 2.5rem !important;
  transition: 0.3s !important;
}
.hero,
.hero-banner {
  position: relative;
  display: flex;
}
.pulse-animation:hover {
  animation: none;
  transform: translateY(-3px) !important;
  box-shadow: var(--shadow-red) !important;
}
.payment-item,
.pulse-animation i {
  transition: transform 0.3s;
}
.pulse-animation:hover i {
  transform: translateX(-5px);
}
.cta-button {
  background: linear-gradient(90deg, #f5b638, #e67e22);
  z-index: 1;
  box-shadow: 0 5px 15px rgba(230, 126, 34, 0.3);
}
.cta-button::before {
  content: "";
  z-index: -1;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}
.cta-button:hover {
  box-shadow: 0 10px 25px rgba(230, 126, 34, 0.4);
  box-shadow: 0 8px 25px rgba(255, 0, 0, 0.5);
  background: linear-gradient(
    135deg,
    var(--youtube-red-dark),
    var(--youtube-red)
  );
}
.add-to-cart-btn:hover,
.card-cta-button:hover {
  background: linear-gradient(
    135deg,
    var(--primary-dark) 0,
    var(--primary) 100%
  );
}
.cta-button:hover::before {
  opacity: 1;
  left: 100%;
}
@media (max-width: 1024px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing-card.featured {
    transform: scale(1.02);
  }
  .pricing-card.featured:hover {
    transform: scale(1.05) translateY(-5px);
  }
  .package-recommendations {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .recommendation-card.featured {
    transform: none;
  }
  .recommendation-card {
    padding: 2rem 1.5rem;
  }
}
.hero {
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #1c1619;
}
.main > .hero:first-child {
  margin-top: 0;
}
.hero-banner {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.hero-banner-image {
  width: 100%;
  height: auto;
  max-height: 100vh;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .youtube-comparison-cards {
    flex-wrap: nowrap;
    justify-content: center;
  }
  .comparison-card.featured {
    transform: scale(1.05);
  }
  .comparison-card.featured:hover {
    transform: scale(1.05) translateY(-5px);
  }
  .hero-banner-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 991px) {
  .hero,
  .uouprem-hero {
    min-height: auto !important;
  }
  .hero {
    height: auto !important;
    padding: 0 !important;
    margin: 10rem 0 0 !important;
  }
  .hero-banner,
  .hero-banner-image,
  .uouprem-hero {
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .hero-banner-image {
    width: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
    display: block !important;
  }
  .main > .hero:first-child {
    margin-top: 0 !important;
  }
}
.hero-slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 2;
  padding: 0 1rem;
  pointer-events: none;
}
.hero-slogan h1 {
  color: #f5b638;
  font-size: 2.5rem;
  font-weight: 800;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
  line-height: 1.3;
}
.new-content-section {
  background: #1c1619;
  padding: 3rem 1rem;
  text-align: center;
}
.accordion,
.new-content-section .container {
  max-width: 800px;
  margin: 0 auto;
}
.content-subtitle {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
.cta-button {
  background: var(--gradient-youtube);
  box-shadow: var(--shadow-red);
  position: relative;
  overflow: hidden;
}
.pricing-section,
body {
  background: var(--gradient-secondary);
}
@media (max-width: 992px) {
  .recommendation-features p,
  .recommendation-question {
    font-size: 1.5rem;
  }
  .content-subtitle,
  .recommendation-answer {
    font-size: 1.3rem;
  }
  .hero {
    margin-top: 10rm;
  }
  .hero-slogan h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 3rem auto 0;
  }
  .comparison-card.featured,
  .pricing-card.featured {
    transform: scale(1);
  }
  .pricing-card.featured:hover {
    transform: scale(1.03) translateY(-5px);
  }
  .youtube-comparison-cards {
    flex-direction: column;
    align-items: center;
  }
  .comparison-card {
    max-width: 100%;
  }
  .comparison-card.featured:hover {
    transform: scale(1) translateY(-5px);
  }
  .features-grid {
    grid-template-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .recommendation-question {
    font-size: 1.6rem;
  }
  .recommendation-answer,
  .recommendation-features i {
    font-size: 1.3rem;
  }
  .recommendation-features p {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
  }
  .section-title {
    font-size: 2rem;
  }
  .content-subtitle,
  .section-subtitle {
    font-size: 1.1rem;
  }
  .package-title {
    font-size: 1.5rem;
    padding: 0.8rem 1.5rem;
  }
  .feature-card {
    padding: 1.25rem;
    text-align: right;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
  }
  .feature-icon {
    width: 70px;
    height: 70px;
    margin: 0;
    font-size: 1.8rem;
    flex-shrink: 0;
  }
  .feature-title {
    font-size: 1.3rem;
    margin: 1rem 0 0.75rem;
  }
  .feature-description {
    margin: 0 auto;
    max-width: 90%;
  }
  .hero {
    margin-top: 10rm;
  }
  .hero-slogan h1 {
    font-size: 1.8rem;
  }
  .cta-button {
    font-size: 1rem;
    padding: 0.8rem 2rem;
  }
}
@media (max-width: 480px) {
  .card-pricing {
    padding: 0.6rem;
  }
  .current-price,
  .hero-slogan h1 {
    font-size: 1.5rem;
  }
  .pricing-card.featured .current-price {
    font-size: 1.6rem;
  }
  .pricing-header {
    padding: 1.5rem 1rem;
  }
  .pricing-features {
    padding: 0 1.5rem 1.5rem;
  }
  .pricing-card .btn {
    width: calc(100% - 2rem);
    margin: 0 1rem 1.5rem;
  }
  .recommendation-question {
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
  }
  .recommendation-answer {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
  .recommendation-features p {
    font-size: 0.95rem;
    margin-bottom: 0.1rem;
  }
  .recommendation-features p span {
    font-size: 1.3rem;
  }
  .recommendation-features i {
    font-size: 1.2rem;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .content-subtitle,
  .section-subtitle {
    font-size: 1rem;
  }
  .package-title {
    font-size: 1.3rem;
    padding: 0.6rem 1.2rem;
  }
  .hero {
    margin-top: 10rm;
  }
  .new-content-section {
    padding: 2rem 1rem;
  }
}
.pricing-section {
  padding: 1rem 0;
}
.section-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
.section-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(245, 182, 56, 0.7));
  position: relative;
  z-index: 1;
  cursor: pointer;
  transform-origin: center;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  align-items: stretch;
}
.pricing-grid .mini-subscription-card,
.pricing-grid .modern-card,
.pricing-grid .pricing-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pricing-card {
  background: var(--card-bg);
  border: 2px solid var(--card-border);
  text-align: center;
  display: flex;
  flex-direction: column;
}
.pricing-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-cyan);
}
.card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.payment-image,
.pricing-card.small-card .card-image {
  object-fit: contain;
  object-fit: contain;
}
.card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.card-features {
  padding: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-features li {
  color: #e5e7eb;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  text-align: right;
  margin: 0 0.5rem;
}
.card-features li:hover,
.card-title,
.current-price,
.footer-links a:hover,
.footer-links h1 {
  color: var(--primary);
}
.card-features li i {
  text-align: center;
  flex-shrink: 0;
  text-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
  font-size: 1.2rem;
  min-width: 16px;
  margin-top: 2px;
}
.card-pricing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.card-cta-button,
.comparison-button {
  display: inline-block;
  margin-top: 1rem;
  text-decoration: none;
}
.original-price {
  color: #fff;
  font-size: 1.5rem;
}
.discount-badge {
  background: #dc2626;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 700;
}
.add-to-cart-btn,
.card-cta-button {
  font-size: 1rem;
  box-shadow: var(--shadow-cyan);
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
  background: var(--gradient-primary);
  width: 100%;
  cursor: pointer;
}
.add-to-cart-btn {
  border: none;
  padding: 0.75rem 1rem;
  border-radius: 8px;
}
.add-to-cart-btn:hover {
  transform: translateY(-1px);
}
.card-cta-button {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  border: none;
  align-self: center;
}
.card-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(38, 198, 218, 0.4);
}
.comparison-button {
  background: var(--gradient-youtube);
  color: #fff;
  padding: 0.8rem 2.5rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.3rem;
  transition: 0.3s;
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-red);
  position: relative;
  overflow: hidden;
}
.back-to-top,
.comparison-table-wrapper,
.featured-column {
  box-shadow: var(--shadow-cyan);
}
.comparison-button:hover {
  background: linear-gradient(
    135deg,
    var(--youtube-red-dark) 0,
    var(--youtube-red) 100%
  );
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 0, 0, 0.5);
  color: #fff;
}
.contact-section {
  padding: 4rem 0;
  background: rgba(38, 198, 218, 0.05);
}
.contact-container {
  max-width: 1200px;
  text-align: center;
}
.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .card-features li {
    font-size: 1.4rem;
    padding: 0.3rem 0;
    margin: 0 0.3rem;
  }
  .card-features {
    margin: 1rem 0;
  }
  .comparison-button {
    padding: 0.7rem 2rem;
    font-size: 1.1rem;
  }
  .social-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    padding: 0 1rem;
  }
  .social-link {
    width: 100%;
    justify-content: center;
    padding: 0.75rem 0.5rem;
    font-size: 0.9rem;
    flex-shrink: 0;
  }
}
.social-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(245, 182, 56, 0.1);
  border: 2px solid rgba(245, 182, 56, 0.3);
  border-radius: 12px;
  color: #f5b638;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.social-link:hover {
  background: rgba(245, 182, 56, 0.2);
  border-color: #f5b638;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(245, 182, 56, 0.3);
}
.snapchat:hover {
  border-color: #fffc00;
  color: #fffc00;
}
.instagram:hover {
  border-color: #e4405f;
  color: #e4405f;
}
.twitter:hover {
  border-color: #1da1f2;
  color: #1da1f2;
}
.whatsapp:hover {
  border-color: #25d366;
  color: #25d366;
}
.telegram:hover {
  border-color: #08c;
  color: #08c;
}
.footer {
  background: var(--secondary);
  padding: 3rem 0 1rem;
  border-top: 1px solid rgba(38, 198, 218, 0.2);
}
.footer-container,
.payments-container,
.testimonials-container {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-content {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.footer-links h1 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.footer-links li {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-bottom p {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(38, 198, 218, 0.1);
  color: #fff;
}
.payments-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.payment-item:hover,
.youtube-logo:hover i {
  transform: scale(1.1);
}
.back-to-top {
  background: var(--primary);
  border: none;
}
.back-to-top:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
}
.comparison {
  padding: 4rem 0;
  background: linear-gradient(
    135deg,
    var(--secondary) 0,
    rgba(255, 0, 0, 0.05) 100%
  );
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 0, 0, 0.1);
}
.comparison-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.comparison-subtitle {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 3rem;
  opacity: 0.95;
  font-weight: 500;
}
.status-no,
.status-yes {
  font-size: 1rem;
  padding: 0.4rem 1rem;
  display: inline-block;
}
.comparison-table-wrapper {
  overflow-x: auto;
  margin-bottom: 3rem;
  border-radius: 16px;
  background: var(--card-bg);
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: 0 0;
  border-radius: 16px;
  overflow: hidden;
}
.comparison-table td,
.comparison-table th {
  padding: 1.5rem 1rem;
  text-align: center;
  border: 1px solid rgba(38, 198, 218, 0.15);
  position: relative;
  transition: 0.3s;
}
.comparison-table th {
  background: var(--gradient-primary);
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  border-bottom: 3px solid rgba(38, 198, 218, 0.5);
}
.feature-column {
  color: var(--primary);
  border-right: 4px solid var(--primary);
}
.featured-column {
  background: var(--gradient-primary) !important;
}
.comparison-table td {
  color: #fff;
  background: rgba(255, 255, 255, 0.03);
  font-weight: 500;
  font-size: 1.5rem;
}
.tablet-column {
  background: linear-gradient(135deg, #ff9800 0, #f57c00 100%) !important;
  position: relative;
  box-shadow: 0 4px 15px rgba(255, 152, 0, 0.3);
  border: 2px solid rgba(255, 152, 0, 0.3);
}
.tablet-cell {
  background: rgba(255, 152, 0, 0.15);
  color: #fff;
  font-weight: 700;
  border-left: 3px solid #ff9800;
  border-right: 3px solid #ff9800;
}
.tablet-cell:hover {
  background: rgba(255, 152, 0, 0.25);
}
.comparison-table td:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: scale(1.02);
}
.featured-cell {
  color: #fff;
  border-left: 3px solid var(--primary);
  border-right: 3px solid var(--primary);
}
.featured-cell:hover {
  background: rgba(38, 198, 218, 0.25);
}
.feature-name {
  color: var(--primary) !important;
  border-right: 4px solid var(--primary);
}
.status-no,
.status-yes {
  color: #fff;
  font-weight: 700;
}
.status-yes {
  background: linear-gradient(135deg, #24c78e, #10b981);
  border-radius: 20px;
  box-shadow: 0 3px 10px rgba(36, 199, 142, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.status-no {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  border-radius: 20px;
  box-shadow: 0 3px 10px rgba(239, 68, 68, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.price,
.testimonial-text {
  font-size: 1.4rem;
}
.youtube-comparison-table-wrapper {
  overflow-x: auto;
  margin: 3rem 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-red);
  background: #f9fafb;
  backdrop-filter: blur(10px);
  border: 1px solid var(--youtube-red);
}
.negative-icon,
.positive-icon {
  margin-left: 0.5rem;
  transition: 0.3s;
}
.youtube-comparison-table {
  width: 100%;
  background: 0 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.youtube-comparison-table td,
.youtube-comparison-table th {
  padding: 1.25rem 1rem;
  text-align: center;
  border: 1px solid rgba(0, 180, 166, 0.15);
  position: relative;
  transition: 0.3s;
}
.youtube-comparison-table th {
  background: var(--gradient-youtube);
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  border-bottom: 3px solid rgba(255, 0, 0, 0.5);
}
.feature-column {
  text-align: right;
  background: red !important;
  color: #000;
  font-weight: 700;
  border-right: 4px solid var(--youtube-red);
}
.featured-column {
  background: var(--gradient-youtube) !important;
  position: relative;
  box-shadow: var(--shadow-red);
  border: 2px solid rgba(255, 0, 0, 0.252);
}
.featured-column::before {
  content: none;
  display: none;
}
.youtube-comparison-table td {
  color: var(--text-primary);
  background: #f9fafb;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: right;
  border: 1px solid rgba(255, 0, 0, 0.15);
}
.featured-cell {
  background: rgba(0, 255, 162, 0.25) !important;
  font-weight: 700;
  border-left: 3px solid var(--youtube-red);
  border-right: 3px solid var(--youtube-red);
}
.feature-name {
  background: rgba(0, 255, 204, 0.222) !important;
  color: #000 !important;
  font-weight: 700;
  text-align: right;
  border-right: 4px solid var(--youtube-red);
  font-size: 1.1rem;
}
.negative-icon {
  color: var(--error);
}
.positive-icon {
  color: green;
  text-shadow: 0 0 5px rgba(13, 255, 0, 0.3);
}
.negative-icon:hover,
.positive-icon:hover {
  transform: scale(1.2);
  text-shadow: 0 0 10px rgba(0, 255, 72, 0.5);
}
.price {
  font-weight: 800;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.price-row td:nth-child(2) .price {
  color: #60a5fa;
}
.price-row td:nth-child(3) .price {
  color: #a855f7;
}
.price-row td:nth-child(4) .price {
  color: #06b6d4;
}
.price-row td:nth-child(5) .price {
  color: #94a3b8;
}
.featured-price {
  color: #a855f7;
  font-size: 1.5rem;
}
.price-row {
  border-top: 4px solid var(--primary);
  background: rgba(38, 198, 218, 0.08);
}
.price-row .featured-cell {
  background: rgba(38, 198, 218, 0.2);
  border-top: 4px solid var(--primary);
}
.comparison-cta {
  text-align: center;
  margin: 3rem auto 0;
  padding: 2rem;
  max-width: 800px;
  background: rgba(28, 22, 25, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(23, 162, 184, 0.2);
}
.cta-text {
  color: var(--primary);
  font-weight: 700;
}
.cta-timer .countdown-text {
  color: var(--youtube-red);
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .youtube-comparison-table-wrapper {
    margin: 2rem 0;
  }
  .youtube-comparison-table td,
  .youtube-comparison-table th {
    padding: 1rem 0.75rem;
    font-size: 1.1rem;
  }
  .feature-name {
    font-size: 1rem;
  }
  .youtube-comparison-table {
    min-width: 500px;
  }
  .cta-text {
    font-size: 1.3rem;
    padding: 0 1rem;
  }
  .cta-timer .countdown-text {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
  }
  .comparison-cta {
    padding: 1.5rem 1rem;
    margin: 2rem 1rem 0;
  }
}
@media (max-width: 767px) {
  .section-header {
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 0;
  }
  .section-icon {
    margin: 0 auto 0.75rem;
    display: block;
    width: 48px;
    filter: drop-shadow(0 0 8px rgba(38, 198, 218, 0.7));
    transition: 0.3s ease-in-out;
    height: 48px;
  }
  .section-title {
    margin: 0.4rem 0 0.8rem;
    width: 100%;
  }
}
body {
  color: var(--text-primary);
  line-height: var(--line-height-base);
  text-align: right;
  direction: rtl;
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 1.5;
}
.contact-container,
.container {
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}
.hero {
  min-height: 60vh;
  padding: 0;
  margin: 0;
}
.features-grid,
.pricing-grid {
  padding: 0 1rem;
  grid-template-columns: 1fr;
}
.hero-ctas {
  flex-direction: column;
  width: 100%;
}
.cta-primary,
.cta-secondary {
  width: 100%;
  justify-content: center;
}
.pricing-grid {
  gap: 1.25rem;
  margin: 0 auto;
  max-width: 100%;
}
.features-grid {
  gap: 1rem;
}
.feature-card {
  padding: 1.25rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  text-align: right;
}
.faq {
  background-color: #1c1619;
}
.accordion-item {
  background-color: #2a2125;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #f5b638;
  font-weight: 600;
}
.accordion-header i:first-child {
  color: #f5b638;
  font-size: 1.2rem;
}
.accordion-header i:last-child {
  margin-right: auto;
  margin-left: 0;
}
.accordion-panel {
  background-color: #2a2125;
  color: #e5e7eb;
  line-height: 1.6;
  font-size: 1rem;
}
.accordion-panel p {
  font-size: 1.2rem;
}
.accordion-panel ol,
.accordion-panel ul {
  padding-right: 2rem;
  margin: 0.5rem 0 1rem;
  font-size: 1rem;
}
.accordion-panel li {
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
  position: relative;
  padding-right: 1.5rem;
  font-size: 1rem;
}
.accordion-panel li:before {
  content: "•";
  color: var(--primary-dark);
  font-weight: 700;
  position: absolute;
  right: 0;
}
.countdown-item span:first-child,
.cta-title {
  font-size: 1.8rem;
  color: var(--primary);
  font-weight: 700;
}
.cta {
  padding: 3rem 1rem;
  text-align: center;
  background: var(--gradient-secondary);
  position: relative;
  overflow: hidden;
}
.cta-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cta-title {
  margin-bottom: 1rem;
}
.cta-text {
  font-size: 1.2rem;
  color: var(--text-primary);
  margin-bottom: 2rem;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.6;
}
.cta-button {
  display: inline-block;
  background: var(--gradient-youtube);
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: 0.3s;
  margin: 1rem 0;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: var(--shadow-cyan);
}
.accordion-header:hover,
.countdown-item {
  background: rgba(38, 198, 218, 0.1);
}
.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(38, 198, 218, 0.4);
  color: #fff;
}
.cta-timer {
  margin-top: 2.5rem;
  color: var(--text-primary);
}
.countdown {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.countdown-item {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  min-width: 80px;
  border: 1px solid var(--card-border);
}
.countdown-item span {
  display: block;
  line-height: 1.4;
}
.countdown-label {
  font-size: 0.9rem;
  color: var(--text-primary);
}
.faq,
.testimonials {
  padding: 4rem 1rem;
  background: var(--gradient-secondary);
}
.accordion-item,
.testimonial-card {
  background: var(--card-bg);
  backdrop-filter: blur(10px);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
.testimonial-card {
  border-radius: 15px;
  padding: 2rem;
  position: relative;
  transition: 0.3s;
  border: 1px solid var(--card-border);
  margin: 0;
  min-width: auto;
  width: 100%;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-cyan);
  border-color: var(--primary);
}
.quote-icon {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  color: rgba(255, 0, 0, 0.2);
  font-size: 2.5rem;
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
  transition: 0.3s;
}
.testimonial-card:hover .quote-icon {
  color: var(--youtube-red);
  text-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
  transform: scale(1.1);
}
.testimonial-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1.5rem;
  border: 3px solid var(--primary);
}
.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-name {
  color: var(--primary);
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.accordion-header i:first-child,
.testimonial-rating {
  color: var(--youtube-red);
  text-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
}
.testimonial-rating {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.2rem;
  transition: 0.3s;
}
.testimonial-card:hover .testimonial-rating {
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
  transform: scale(1.05);
}
.testimonial-text {
  color: var(--text-secondary);
  line-height: 1.7;
  text-align: center;
}
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}
.accordion-item,
.form-group {
  margin-bottom: 1rem;
}
.accordion {
  margin-top: 2rem;
}
.accordion-item {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--card-border);
}
.accordion-header {
  width: 100%;
  padding: 1.25rem 1.5rem;
  background: rgba(38, 198, 218, 0.05);
  border: none;
  text-align: right;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-primary);
  font-size: 1.05rem;
  transition: 0.3s;
}
.accordion-header i:first-child {
  margin-left: 10px;
}
.accordion-header:hover i:first-child {
  transform: scale(1.2);
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}
.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
  background: rgba(38, 198, 218, 0.03);
  color: var(--text-secondary);
}
.accordion-panel p {
  padding: 0 1.5rem 1.5rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}
@media (min-width: 640px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .accordion-header {
    font-size: 1.1rem;
    padding: 1.5rem 2rem;
  }
}
.contact-form {
  padding: 1.25rem;
}
input,
textarea {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
}
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1rem 0;
  padding: 0 1rem;
}
table {
  width: 100%;
}
.social-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  padding: 0 0.5rem;
  margin: 1rem 0;
}
.social-link {
  flex-direction: column;
  text-align: center;
  padding: 0.75rem 0.5rem;
  font-size: 0.8rem;
  gap: 0.25rem;
  min-height: 80px;
  justify-content: center;
}
.social-link i {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .features-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  html {
    font-size: 15px;
  }
  .pricing-grid {
    gap: 1.5rem;
    max-width: 800px;
    padding: 0;
  }
  .social-links {
    grid-template-columns: repeat(4, 1fr);
  }
  .hero-ctas {
    flex-direction: row;
    justify-content: center;
  }
  .cta-primary,
  .cta-secondary {
    width: auto;
    min-width: 180px;
  }
}
@media (min-width: 1200px) {
  .contact-container,
  .container {
    max-width: 1200px;
    padding: 0 2rem;
  }
  .pricing-grid {
    gap: 2rem;
  }
}
.uouprem-hero {
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.btn,
a.btn,
button,
input[type="submit"] {
  min-height: 44px;
  min-width: 44px;
}
button,
input,
label,
select,
textarea {
  touch-action: manipulation;
}
.hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.6);
}
.hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  max-width: 600px;
}
.hero-ctas {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
}
.cta-primary,
.cta-secondary {
  backdrop-filter: blur(10px);
  padding: 1rem 2rem;
  font-size: 1.1rem;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.cta-primary {
  background: linear-gradient(
    135deg,
    rgba(124, 58, 237, 0.8),
    rgba(45, 212, 191, 0.8)
  );
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.3);
}
.cta-primary:hover {
  background: linear-gradient(
    135deg,
    rgba(124, 58, 237, 0.9),
    rgba(45, 212, 191, 0.9)
  );
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(124, 58, 237, 0.45);
  border-color: rgba(255, 255, 255, 0.3);
}
.cta-secondary {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}
.hero-points {
  margin-top: 1rem;
  display: grid;
  gap: 0.5rem;
  color: #cbd5e1;
}
.hero-points li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.hero-points i {
  color: #2dd4bf;
}
.payments {
  background: rgba(17, 24, 39, 0.8);
  padding: 2rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.payments-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.payment-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  flex: 0 0 auto;
}
.payment-image {
  width: auto;
}
.hero-image-container {
  width: 100%;
  max-width: 1000px;
  position: relative;
  z-index: 5;
}
.hero-image-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.hero-image {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  border: 4px solid rgba(255, 255, 255, 0.2);
}
.hero-badge {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  background-color: #f72585;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-weight: 700;
}
.pricing {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 1rem;
  position: relative;
}
.pricing-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  padding: 1rem;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  overflow-x: hidden;
}
.pricing-card {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  min-height: 400px;
  padding: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: 0.4s;
  position: relative;
  background: rgba(17, 24, 39, 0.9);
  backdrop-filter: blur(8px);
}
.pricing-grid-5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .pricing-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 1.5rem;
  }
  .pricing-card {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .features-grid,
  .pricing-grid,
  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .cta-title {
    font-size: 2.5rem;
  }
  .cta-button,
  .cta-text {
    font-size: 1.2rem;
  }
  .cta-button {
    padding: 1rem 2.5rem;
  }
  .countdown-item {
    min-width: 100px;
    padding: 1rem 1.5rem;
  }
  .countdown-item span:first-child {
    font-size: 2.2rem;
  }
  html {
    font-size: 16px;
  }
  .pricing-grid {
    max-width: 1200px;
  }
  .hero {
    min-height: 80vh;
  }
  .hero-title {
    font-size: 3rem;
  }
  .hero-subtitle {
    font-size: 1.25rem;
  }
  .mobile-hide {
    display: block;
  }
  .pricing-cards {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1400px;
    padding: 2rem;
    gap: 2rem;
  }
  .pricing-card {
    min-height: 450px;
  }
}
.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.pricing-card.featured {
  border: 2px solid #7c3aed;
  transform: scale(1.05);
}
.pricing-card.featured:hover {
  transform: scale(1.05) translateY(-10px);
}
.pricing-header {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0);
  color: #333;
  position: relative;
  z-index: 2;
  text-align: center;
}
.pricing-image {
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.pricing-button.featured,
.pricing-header.featured {
  background: linear-gradient(135deg, #6d28d9, #7c3aed);
  color: #fff;
}
.popular-badge {
  position: absolute;
  top: -12px;
  right: 50%;
  transform: translateX(50%);
  background-color: #22d3ee;
  color: #fff;
  padding: 0.25rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.pricing-title {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}
.pricing-body {
  padding: 1.5rem;
  background-color: rgba(2, 6, 23, 0.6);
  position: relative;
  z-index: 2;
}
.pricing-price {
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
}
.pricing-price span {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2dd4bf;
}
.pricing-save {
  font-size: 0.875rem;
  color: #f72585;
  font-weight: 700;
  margin-top: 0.5rem;
}
.pricing-features {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.pricing-feature {
  display: flex;
  align-items: center;
}
.feature-icon {
  color: var(--primary);
  margin-left: 0.75rem;
}
.pricing-button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.875rem;
  border-radius: 0.5rem;
  font-weight: 700;
  background-color: #00648b;
  color: #e5e7eb;
  transition: 0.3s;
}
.pricing-button:hover {
  background-color: #1f2937;
  transform: translateY(-3px);
}
.pricing-button.featured:hover {
  background: linear-gradient(135deg, #5b21b6, #6d28d9);
  box-shadow: 0 5px 15px rgba(124, 58, 237, 0.4);
}
.pricing-grid-5 {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.payments-strip {
  gap: 2.5rem;
}
.payment-image {
  height: 50px;
  max-width: 100px;
  object-fit: contain;
  border-radius: 8px;
  transition:
    transform 0.3s,
    opacity 0.3s;
  filter: brightness(0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.payment-image:hover {
  transform: scale(1.1);
  filter: brightness(1);
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.3);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fadeIn {
  animation: 0.8s forwards fadeIn;
}
.animate-pulse {
  animation: 2s infinite pulse;
}
.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  background: var(--gradient-youtube);
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s;
  z-index: 1000;
  box-shadow: var(--shadow-red);
}
.back-to-top:hover {
  background: linear-gradient(
    135deg,
    var(--youtube-red-dark),
    var(--youtube-red)
  );
  transform: translateY(0) scale(1.1);
  color: #fff;
  box-shadow: 0 8px 25px rgba(255, 0, 0, 0.5);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:focus {
  outline: 2px solid var(--youtube-red);
  outline-offset: 3px;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
}
.contact-cards {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.contact-card {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.mini-subscription-card,
.modern-card {
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.contact-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.whatsapp-card:hover {
  border-color: rgba(37, 211, 102, 0.5);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.2);
}
.telegram-card:hover {
  border-color: rgba(0, 136, 204, 0.5);
  box-shadow: 0 8px 24px rgba(0, 136, 204, 0.2);
}
.whatsapp-card i {
  color: #25d366;
}
.telegram-card i {
  color: #08c;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
  0%,
  100% {
    filter: drop-shadow(0 0 10px rgba(255, 0, 0, 0.7));
    transform: scale(1);
  }
  50% {
    filter: drop-shadow(0 0 15px rgba(255, 0, 0, 0.9));
    transform: scale(1.05);
  }
}
.section-icon {
  animation: 3s ease-in-out infinite pulse;
  transition: 0.3s;
}
.section-icon:hover {
  filter: drop-shadow(0 0 20px rgba(255, 0, 0, 1)) !important;
  transform: scale(1.15) !important;
  animation: none;
}
.mini-subscription-card {
  background: linear-gradient(
    145deg,
    rgba(38, 198, 218, 0.1) 0,
    rgba(0, 172, 193, 0.05) 100%
  );
  border: 2px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 550px;
  position: relative;
  backdrop-filter: blur(8px);
}
.mini-subscription-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: var(--primary);
  box-shadow: var(--shadow-cyan);
  background: linear-gradient(
    145deg,
    rgba(38, 198, 218, 0.15) 0,
    rgba(0, 172, 193, 0.08) 100%
  );
}
.mini-subscription-card h3 {
  color: var(--primary);
  text-align: center;
  font-size: 1rem;
  color: #f5b638;
  margin: 0.5rem 0;
  font-weight: 600;
}
.mini-subscription-card .card-description {
  color: var(--text-secondary);
  text-align: center;
  font-size: 0.85rem;
  color: #a0aec0;
  margin: 0.25rem 0 1rem;
  line-height: 1.4;
}
.mini-subscription-card .card-cta {
  align-items: center;
  justify-content: center;
  background: var(--gradient-primary);
  border-radius: var(--radius-md);
  border: none;
  min-height: 50px;
  box-shadow: var(--shadow-sm);
}
.mini-subscription-card .card-cta:hover {
  box-shadow: var(--shadow-cyan);
  background: linear-gradient(
    135deg,
    var(--primary-dark) 0,
    var(--primary) 100%
  );
  color: #fff;
}
.pricing-card.mini-subscription-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(56, 122, 245, 0.15) 0,
    transparent 65%
  );
  opacity: 0;
  transition: opacity 0.6s;
  z-index: 1;
}
.pricing-card.mini-subscription-card:hover {
  transform: translateY(-5px) scale(0.97);
  border-color: #f5b638;
  box-shadow: 0 15px 35px rgba(245, 182, 56, 0.3);
}
.pricing-card.mini-subscription-card .card-icon {
  width: 70px;
  height: 70px;
  background: rgba(28, 22, 25, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(245, 182, 56, 0.4);
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.pricing-card.mini-subscription-card .card-icon::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  border: 2px dashed rgba(245, 182, 56, 0.6);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
.pricing-card.mini-subscription-card:hover .card-icon::after {
  opacity: 1;
  animation: 15s linear infinite spin;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pricing-card.mini-subscription-card h3 {
  color: #f5b638;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0.5rem 0;
  position: relative;
  z-index: 2;
}
.pricing-card.mini-subscription-card .card-description {
  color: #a0a0a0;
  font-size: 1.4rem;
  margin: 0 0 1rem;
  line-height: 1.5;
  max-width: 90%;
  z-index: 2;
}
.pricing-card.mini-subscription-card .card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #f5b638, #e67e22);
  color: #1c1619;
  padding: 0.65rem 1.2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: 0.3s;
  margin-top: 0.5rem;
  border: none;
  width: 85%;
  position: relative;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(230, 126, 34, 0.3);
}
.pricing-card.mini-subscription-card .card-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 20px rgba(230, 126, 34, 0.4);
}
.pricing-card.mini-subscription-card .card-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #e67e22, #f5b638);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.mini-subscription-card .card-cta:hover,
.pricing-card.small-card .card-cta-button:hover {
  background: linear-gradient(135deg, #f5b638, #d28c00);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(245, 182, 56, 0.3);
}
.mini-subscription-card .card-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.mini-subscription-card .card-cta {
  display: inline-block;
  background: linear-gradient(
    135deg,
    rgba(245, 182, 56, 0.9),
    rgba(210, 140, 0, 0.9)
  );
  color: #fff;
  padding: 0.5rem 1.25rem;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  margin-top: auto;
}
.pricing-card.small-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(245, 182, 56, 0.1);
  border-color: rgba(245, 182, 56, 0.5);
  animation: 2s infinite pulse;
}
.pricing-card.small-card .card-image {
  height: 80px;
  width: 80px;
  margin: 0 auto 1rem;
  padding: 10px;
  border-radius: 50%;
  background: rgba(245, 182, 56, 0.1);
}
.pricing-card.small-card .card-content {
  padding: 0;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pricing-card.small-card .card-title {
  font-size: 1.2rem;
  margin: 0.5rem 0;
  color: #f5b638;
  min-height: auto;
}
.pricing-card.small-card .card-pricing {
  margin: 0.5rem 0 1rem;
}
.pricing-card.small-card .current-price {
  font-size: 1.5rem;
  color: #a0aec0;
  display: block;
}
.pricing-card.small-card .card-cta-button {
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  background: linear-gradient(
    135deg,
    rgba(245, 182, 56, 0.9),
    rgba(210, 140, 0, 0.9)
  );
  transition: 0.3s;
  border-radius: 6px;
  align-self: center;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
.modern-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  min-height: 550px;
  display: flex;
  flex-direction: column;
}
.card-header,
.card-title {
  align-items: center;
  text-align: center;
}
.modern-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: var(--shadow-cyan);
  border-color: var(--primary);
}
.modern-card.featured {
  border: 2px solid var(--primary);
  background: linear-gradient(
    135deg,
    rgba(38, 198, 218, 0.1) 0,
    rgba(0, 172, 193, 0.05) 100%
  );
  min-height: 580px;
}
.modern-card.featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
  z-index: 1;
}
.card-header {
  position: relative;
  padding: 0;
  background: linear-gradient(
    135deg,
    rgba(38, 198, 218, 0.05) 0,
    rgba(0, 172, 193, 0.02) 100%
  );
  min-height: 200px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.btn-modern,
.card-badge {
  background: var(--gradient-primary);
  box-shadow: var(--shadow-sm);
}
.card-header .card-image {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  transition: transform 0.3s;
  box-shadow: var(--shadow-sm);
}
.modern-card:hover .card-image {
  transform: scale(1.05) rotateY(5deg);
}
.card-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0.4rem 0.8rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
}
.card-badge.gaming {
  background: linear-gradient(135deg, #4caf50 0, #2e7d32 100%);
  color: #fff;
}
.card-badge.featured {
  background: linear-gradient(135deg, #ff9800 0, #f57c00 100%);
  color: #fff;
  animation: 2s infinite pulse-badge;
}
.card-badge.tools {
  background: linear-gradient(135deg, #9c27b0 0, #6a1b9a 100%);
  color: #fff;
}
@keyframes pulse-badge {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.card-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0;
  line-height: 1.3;
  min-height: 60px;
  display: flex;
  justify-content: center;
}
.card-description,
.card-features li {
  display: flex;
  color: var(--text-secondary);
  line-height: 1.5;
}
.card-description {
  font-size: 1.5rem;
  margin-bottom: 0;
  text-align: center;
  min-height: 50px;
  align-items: center;
  justify-content: center;
}
.card-features {
  flex-grow: 1;
  margin: 0;
}
.card-features li {
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 0;
  font-size: 1.3rem;
  transition: 0.3s;
}
.card-features li:hover {
  color: var(--primary);
  transform: translateX(-5px);
}
.card-features li:hover i {
  color: #fff;
}
.card-pricing {
  margin: 0;
  text-align: center;
}
.current-price,
.price-range {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.25rem;
}
.original-price,
.price-note {
  color: var(--text-secondary);
}
.original-price {
  font-size: 1.5 rem;
  text-decoration: line-through;
  margin-right: 0.5rem;
}
.btn-besher-youtube,
.btn-featured,
.btn-modern,
.btn-youtube-premium {
  text-decoration: none;
  text-align: center;
  overflow: hidden;
}
.price-note {
  font-size: 0.8rem;
  opacity: 0.8;
}
.btn-featured,
.btn-modern {
  width: 100%;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 1rem;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  display: inline-block;
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-modern {
  color: #fff;
}
.btn-modern:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-cyan);
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--primary-dark) 0,
    var(--primary) 100%
  );
}
.btn-featured,
.recommendation-card.tablet-package .recommendation-icon {
  background: linear-gradient(135deg, #ff9800 0, #f57c00 100%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(255, 152, 0, 0.3);
}
.btn-featured:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 152, 0, 0.4);
  color: #fff;
  background: linear-gradient(135deg, #ffa726 0, #ff9800 100%);
}
.feature-icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.1);
  color: var(--youtube-red);
  font-size: 1.8rem;
  transition: 0.3s;
  box-shadow: 0 4px 10px rgba(255, 0, 0, 0.1);
}
.feature-card:hover .feature-icon {
  transform: rotateY(180deg);
  background: var(--gradient-youtube);
  color: #fff;
  box-shadow: var(--shadow-red);
}
.feature-icon-large {
  font-size: 2rem;
  color: var(--youtube-red);
  margin-bottom: 1rem;
  transition: 0.3s;
}
.feature-card:hover .feature-icon-large {
  transform: scale(1.1);
  color: var(--youtube-red);
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}
.feature-icon-small {
  width: 28px;
  height: 28px;
  background: var(--gradient-youtube);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.3s;
  box-shadow: 0 2px 5px rgba(255, 0, 0, 0.2);
}
.reason-icon,
.youtube-logo {
  display: flex;
  align-items: center;
}
.feature-icon-small:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.4);
}
.feature-icon-small i {
  color: #fff;
  font-size: 0.8rem;
}
.reason-icon {
  width: 60px;
  height: 60px;
  background: var(--youtube-red);
  border-radius: 15px;
  justify-content: center;
  margin-left: 1.5rem;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #fff;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  box-shadow: var(--shadow-cyan);
}
.reason-card:hover .reason-icon {
  transform: rotateY(180deg);
  background: linear-gradient(
    135deg,
    var(--primary-dark) 0,
    var(--primary) 100%
  );
  box-shadow: 0 0 20px rgba(0, 180, 166, 0.5);
}
.accordion-header i:first-child,
.accordion-header i:last-child,
.card-features li i,
.reason-content i,
.testimonial-rating i {
  color: var(--youtube-red);
  transition: 0.3s;
}
.card-features li:hover i,
.reason-content:hover i {
  transform: scale(1.2);
  text-shadow: 0 0 8px rgba(255, 0, 0, 0.5);
}
.accordion-header:hover i:last-child {
  transform: rotate(90deg);
  text-shadow: 0 0 8px rgba(255, 0, 0, 0.5);
}
.accordion-header[aria-expanded="true"] i:last-child {
  transform: rotate(45deg);
  color: var(--youtube-red);
}
.recommendation-card.tablet-package {
  border: 2px solid #ff9800;
  box-shadow: 0 10px 30px rgba(255, 152, 0, 0.3);
  background: linear-gradient(
    135deg,
    rgba(255, 152, 0, 0.1) 0,
    rgba(245, 124, 0, 0.05) 100%
  );
}
.recommendation-card.tablet-package::before {
  background: linear-gradient(
    135deg,
    rgba(255, 152, 0, 0.15) 0,
    rgba(245, 124, 0, 0.1) 100%
  );
}
.recommendation-card.tablet-package:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 15px 40px rgba(255, 152, 0, 0.4);
  border-color: #ffa726;
}
.recommendation-card.tablet-package:hover .recommendation-icon {
  transform: scale(1.1) translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 152, 0, 0.5);
}
.youtube-premium-card {
  background: linear-gradient(135deg, #282828 0, #181818 100%);
  border: 2px solid var(--youtube-red);
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.3);
  transform: scale(1.02);
  position: relative;
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
  transition: 0.3s;
  animation: 3s ease-in-out infinite float;
}
.btn-youtube-premium,
.premium-badge,
.youtube-logo {
  background: var(--gradient-youtube);
  color: #fff;
}
.youtube-premium-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(255, 0, 0, 0.4);
}
.besher-pricing:hover,
.btn-youtube-premium:hover {
  transform: translateY(-3px);
}
.youtube-premium-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 0, 0, 0.1) 50%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.youtube-header {
  padding: 0;
  margin: 0;
}
.youtube-logo {
  justify-content: center;
  gap: 10px;
  padding: 20px;
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  transition: 0.3s;
}
.youtube-logo i {
  font-size: 2.5rem;
  transition: 0.3s;
}
.youtube-logo span {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.premium-badge {
  font-weight: 800;
  text-shadow: none;
  animation: 2s ease-in-out infinite premium-glow;
}
@keyframes premium-glow {
  0%,
  100% {
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.8);
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.btn-youtube-premium {
  padding: 15px 30px;
  border-radius: var(--radius-md);
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-block;
  transition: 0.3s;
  border: none;
  box-shadow: var(--shadow-red);
  position: relative;
  width: 100%;
}
.btn-youtube-premium:hover {
  box-shadow: 0 8px 25px rgba(255, 0, 0, 0.5);
  color: #fff;
}
.besher-youtube-card {
  background: var(--surface);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  animation: 4s ease-in-out infinite float;
}
.besher-premium-badge,
.besher-pricing:hover {
  box-shadow: var(--shadow-red);
  box-shadow: var(--shadow-red);
}
.besher-card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid var(--youtube-red);
}
.besher-premium-badge {
  background: var(--gradient-youtube);
  border-radius: var(--radius-full);
}
.besher-pricing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--gradient-youtube-light);
  border-radius: var(--radius-md);
  box-shadow: 0 4px 10px rgba(255, 0, 0, 0.1);
  transition: 0.3s;
}
.besher-feature-item:hover {
  border-color: var(--youtube-red);
  box-shadow: 0 4px 8px rgba(255, 0, 0, 0.1);
}
.besher-feature-item span {
  color: var(--text-primary);
  flex: 1;
}
.besher-card-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.besher-youtube-card {
  background: var(--surface);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.besher-discount,
.besher-premium-badge,
.btn-besher-youtube {
  font-weight: 700;
  box-shadow: var(--shadow-red);
}
.besher-youtube-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
  border-color: var(--youtube-red);
}
.besher-card-header {
  position: relative;
  overflow: hidden;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f8f9fa 0, #e9ecef 100%);
}
.besher-card-header .card-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.3s;
  padding: 1rem;
}
.besher-premium-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--gradient-youtube);
  color: #fff;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  z-index: 2;
  animation: 2s infinite pulse-red;
}
@keyframes pulse-red {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.8);
  }
}
.besher-card-content {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.besher-card-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-primary);
  text-align: center;
  line-height: 1.3;
  margin: 0;
}
.besher-pricing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1rem;
  background: var(--gradient-youtube-light);
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 0, 0, 0.15);
  margin: 0;
}
.price-container {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: flex-start;
}
.besher-pricing .original-price {
  font-size: 1.2rem;
  color: #000;
  text-decoration: line-through;
  opacity: 0.7;
  margin: 0;
}
.besher-pricing .current-price {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--youtube-red);
  margin: 0;
  line-height: 1;
}
.besher-discount {
  background: var(--gradient-youtube);
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: var(--radius-full);
  font-size: 0.9rem;
  animation: 2s infinite pulse-red;
}
.besher-description {
  text-align: center;
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0 0.5rem;
}
.besher-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin: 0;
}
.besher-feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0.5rem;
  background: rgba(255, 0, 0, 0.05);
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 0, 0, 0.1);
  transition: 0.3s;
  min-height: 50px;
}
.besher-feature-item:hover {
  background: rgba(255, 0, 0, 0.1);
  border-color: var(--youtube-red);
  transform: translateY(-1px);
}
.besher-feature-item span {
  font-size: 1.6rem;
  color: var(--text-primary);
  font-weight: 500;
  line-height: 1.3;
  flex: 1;
}
.btn-besher-youtube {
  background: var(--gradient-youtube);
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: var(--radius-md);
  font-size: 1.3rem;
  display: block;
  transition: 0.3s;
  border: none;
  position: relative;
  margin: 0;
  line-height: 1.2;
}
.btn-besher-youtube:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 0, 0, 0.4);
  color: #fff;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(
      circle at 20% 50%,
      rgba(0, 180, 166, 0.03) 0,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(0, 180, 166, 0.03) 0,
      transparent 50%
    ),
    radial-gradient(
      circle at 40% 80%,
      rgba(0, 180, 166, 0.03) 0,
      transparent 50%
    );
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 768px) {
  .mini-subscription-card {
    min-height: 180px;
  }
  .mini-subscription-card .card-icon {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
  .mini-subscription-card h3 {
    font-size: 0.95rem;
  }
  .mini-subscription-card .card-cta {
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
  }
  .modern-card {
    margin-bottom: 1.5rem;
  }
  .card-header .card-image,
  .pricing-card.small-card {
    max-width: 100%;
  }
  .card-content {
    padding: 0 1rem 1rem;
  }
  .card-description,
  body,
  li,
  p,
  span {
    font-size: 1.6rem;
  }
  .section-subtitle {
    font-size: 1.7rem;
  }
  .comparison-table td {
    font-size: 1.2rem;
  }
  .comparison-table th {
    font-size: 1.1rem;
  }
  .recommendation-card.tablet-package {
    border: 1px solid #ff9800;
    box-shadow: 0 5px 15px rgba(255, 152, 0, 0.2);
  }
  .recommendation-card.tablet-package:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(255, 152, 0, 0.3);
  }
  .besher-card-grid {
    max-width: 100%;
    padding: 1.5rem 1rem;
  }
  .besher-card-content {
    padding: 1.5rem 1rem;
    gap: 1.25rem;
  }
  .besher-features-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .besher-pricing {
    flex-direction: row;
    gap: 1rem;
    text-align: center;
    padding: 1rem;
  }
  .price-container {
    align-items: center;
  }
  .besher-card-header {
    height: 180px;
  }
  .besher-card-title,
  .youtube-logo span {
    font-size: 1.3rem;
  }
  .youtube-premium-card {
    transform: scale(1);
    max-width: 100%;
  }
  .youtube-logo {
    padding: 15px;
  }
  .youtube-logo i {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .card-description,
  body,
  li {
    font-size: 1.7rem;
  }
  .comparison-table td,
  p {
    font-size: 1rem;
  }
  span {
    font-size: 1.4rem;
  }
  .section-subtitle,
  .youtube-logo i {
    font-size: 1.8rem;
  }
  .comparison-table th {
    font-size: 0.9rem;
  }
  .besher-card-grid {
    padding: 1rem 0.5rem;
  }
  .besher-card-content {
    padding: 1rem 0.75rem;
    gap: 1rem;
  }
  .besher-card-header {
    height: 160px;
  }
  .besher-card-title {
    font-size: 1.2rem;
  }
  .besher-feature-item {
    padding: 0.5rem;
    gap: 0.4rem;
  }
  .feature-icon-small {
    width: 24px;
    height: 24px;
  }
  .feature-icon-small i {
    font-size: 0.75rem;
  }
  .besher-feature-item span {
    font-size: 1.6rem;
  }
  .btn-besher-youtube {
    padding: 0.875rem 1rem;
    font-size: 1.3rem;
  }
  .youtube-logo {
    padding: 12px;
  }
  .youtube-logo span {
    font-size: 1.1rem;
  }
}


/* New Pricing Section Styles */
.pricing-section-new {
    padding: var(--spacing-2xl) 0;
    background: var(--background);
}

.pricing-grid-new {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-lg);
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

.pricing-card-new {
    background: var(--surface);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.pricing-card-new:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
}

.pricing-card-new.featured {
    border: 2px solid var(--youtube-red);
    transform: scale(1.05);
    z-index: 10;
    box-shadow: 0 10px 40px rgba(255, 0, 0, 0.25);
}

.pricing-card-new.featured:hover {
    transform: scale(1.08) translateY(-10px);
    box-shadow: 0 15px 50px rgba(255, 0, 0, 0.35);
}

.pricing-card-new__header {
    position: relative;
    overflow: hidden;
}

.pricing-card-new__image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease-out;
}

.pricing-card-new:hover .pricing-card-new__image {
    transform: scale(1.05);
}

.pricing-card-new__save-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: var(--youtube-red);
    color: #fff;
    padding: 0.3rem 0.8rem;
    border-radius: var(--radius-full);
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: var(--shadow-sm);
}

.pricing-card-new__body {
    padding: var(--spacing-lg);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.pricing-card-new__title {
    font-size: 1.25rem;
    color: var(--text-primary);
    margin-bottom: var(--spacing-xs);
}

.pricing-card-new__subtitle {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: var(--spacing-md);
    min-height: 2.2em;
}

.pricing-card-new__price-wrapper {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: var(--spacing-md);
}

.pricing-card-new__price--new {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--youtube-red);
}

.pricing-card-new__price--original {
    font-size: 1rem;
    color: var(--text-secondary);
    text-decoration: line-through;
}

.pricing-card-new__features {
    list-style: none;
    padding: 0;
    margin: 0 0 var(--spacing-lg) 0;
    flex-grow: 1;
}

.pricing-card-new__features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
    font-size: 0.95rem;
}

.pricing-card-new__features li i {
    color: var(--success);
    font-size: 1.1rem;
}

.pricing-card-new__button {
    display: block;
    width: 100%;
    padding: 0.8rem 1.5rem;
    background: var(--gradient-youtube);
    color: #fff;
    text-align: center;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-top: auto;
}

.pricing-card-new__button:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-red);
    color: #fff;
}



/* Testimonials Carousel Styles */
.carousel-wrapper {
    position: relative;
}

.carousel-button {
    display: none; /* Hidden by default */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s;
}

.carousel-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.carousel-button.prev {
    left: -10px;
}

.carousel-button.next {
    right: -10px;
}

@media (max-width: 768px) {
    .carousel-wrapper {
        overflow: hidden;
    }

    .testimonials-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        padding-bottom: 1rem; /* For scrollbar */
        scrollbar-width: none; /* Firefox */
    }

    .testimonials-grid::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

    .testimonial-card {
        flex: 0 0 80%;
        max-width: 80%;
        scroll-snap-align: center;
        margin-left: 1rem;
    }

    .testimonial-card:first-child {
        margin-left: 0;
    }

    .carousel-button {
        display: block;
    }
}

@media (min-width: 769px) {
    .testimonials-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 1.5rem;
    }
}

