#preloader,
.nav-inner {
  align-items: center;
  display: flex;
}
#navbar,
.mobile-menu {
  top: 0;
  left: 0;
  right: 0;
}
.cta-inner,
.device-card,
.newsletter-card,
.stat-card {
  text-align: center;
}
.card-title,
.list-title {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slider-track {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.movie-card {
  scroll-snap-align: start;
}
.blog-hero-badge,
.blog-tag,
.detail-label,
.footer-col-head,
.footer-newsletter-label,
.footer-tagline,
.hero-badge,
.preloader-tagline,
.section-tag {
  text-transform: uppercase;
}
.category-tabs,
.dept-tabs,
.slider-track {
  scrollbar-width: none;
}
.card-title,
.cat-section-more,
.cat-tab,
.dept-tab,
.faq-category-btn,
.list-title {
  white-space: nowrap;
}
.about-image-wrap img,
.article-author-avatar,
.article-card-img,
.article-featured-img,
.author-avatar,
.author-card-avatar,
.avatar-preview,
.blog-card-img,
.card-img,
.cast-img,
.comment-avatar,
.employee-avatar,
.ep-thumb,
.featured-post-img,
.float-card-img,
.genre-card img,
.list-thumb,
.movie-card-img,
.office-img,
.recent-post-thumb,
.related-card-img,
.related-thumb,
.review-avatar,
.sticky-thumb,
.story-image-wrap img,
.team-avatar,
.user-avatar-large,
.watchlist-thumb {
  object-fit: cover;
  object-fit: cover;
}
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --primary: #ef4444;
  --primary-dark: #b91c1c;
  --secondary: #0f172a;
  --accent: #8b5cf6;
  --accent-dark: #6d28d9;
  --dark: #020617;
  --dark-2: #0a0f1e;
  --dark-3: #111827;
  --light: #f8fafc;
  --muted: #94a3b8;
  --border: rgba(255, 255, 255, 0.08);
  --glass: rgba(255, 255, 255, 0.05);
  --glass-border: rgba(255, 255, 255, 0.1);
  --glow-red: rgba(239, 68, 68, 0.3);
  --glow-purple: rgba(139, 92, 246, 0.3);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Inter, sans-serif;
  background-color: var(--dark);
  color: var(--light);
  overflow-x: hidden;
}
.nav-logo,
.preloader-logo,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Outfit, sans-serif;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: var(--dark);
}
::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 3px;
}
#preloader {
  position: fixed;
  inset: 0;
  background: var(--dark);
  z-index: 9999;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  transition: opacity 0.6s, visibility 0.6s;
}
#preloader.hidden {
  opacity: 0;
  visibility: hidden;
}
.preloader-logo {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -1px;
  color: var(--light);
}
.breadcrumb a:hover,
.footer-logo span,
.mobile-menu a:hover,
.nav-logo span,
.preloader-logo span,
.result-count span {
  color: var(--primary);
}
.preloader-bar-wrap {
  width: 220px;
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 99px;
  overflow: hidden;
}
.preloader-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 99px;
  animation: 2.2s forwards loadBar;
}
#scrollTop,
.btn-primary {
  background: linear-gradient(135deg, var(--primary), #c0392b);
}
.preloader-tagline {
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  color: var(--muted);
  animation: 1s 0.3s both fadeIn;
}
.billing-toggle-label.active,
.footer-bottom-link:hover,
.nav-links a:hover,
.nav-logo,
.toggle-label.active {
  color: var(--light);
}
.preloader-dots {
  display: flex;
  gap: 0.4rem;
}
.preloader-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
  animation: 1.2s ease-in-out infinite dotPulse;
}
.preloader-dots span:nth-child(2) {
  animation-delay: 0.2s;
  background: var(--accent);
}
.preloader-dots span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes loadBar {
  0% {
    width: 0%;
  }
  60% {
    width: 75%;
  }
  100% {
    width: 100%;
  }
}
@keyframes dotPulse {
  0%,
  100%,
  80% {
    transform: scale(0.6);
    opacity: 0.5;
  }
  40% {
    transform: scale(1.1);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#navbar {
  position: fixed;
  z-index: 1000;
  padding: 1rem 0;
  transition: 0.4s;
}
#navbar.scrolled {
  background: rgba(2, 6, 23, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 0.6rem 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}
.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  justify-content: space-between;
}
.nav-logo {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: -0.5px;
  text-decoration: none;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}
.btn-outline,
.btn-primary {
  padding: 0.6rem 1.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-flex;
  gap: 0.4rem;
  font-family: Outfit, sans-serif;
  text-decoration: none;
  cursor: pointer;
}
.nav-links a {
  color: rgba(248, 250, 252, 0.75);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s;
  position: relative;
}
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: width 0.3s;
}
.movie-card-info,
.nav-links a:hover::after {
  width: 100%;
}
.btn-primary {
  color: #fff;
  border: none;
  border-radius: 6px;
  align-items: center;
  transition: 0.3s;
  box-shadow: 0 4px 15px var(--glow-red);
}
.btn-primary:hover,
.btn-save:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px var(--glow-red);
}
.btn-outline {
  background: 0 0;
  color: var(--light);
  border: 1px solid var(--glass-border);
  border-radius: 6px;
  align-items: center;
  transition: 0.3s;
  backdrop-filter: blur(10px);
}
.btn-outline:hover {
  background: var(--glass);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
.genre-card:hover img,
.watch-btn-sm:hover {
  transform: scale(1.1);
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--light);
  border-radius: 2px;
  transition: 0.3s;
}
.hamburger.open span:first-child {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.mobile-menu {
  display: none;
  position: fixed;
  bottom: 0;
  background: rgba(2, 6, 23, 0.97);
  backdrop-filter: blur(20px);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.mobile-menu.open {
  display: flex;
  opacity: 1;
}
.mobile-menu a {
  color: var(--light);
  text-decoration: none;
  font-family: Outfit, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  transition: color 0.2s;
}
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1489599849927-2ee91cede3ba?w=1920&q=80");
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  animation: 20s ease-in-out infinite alternate heroPan;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(2, 6, 23, 0.95) 40%,
    rgba(2, 6, 23, 0.5) 75%,
    rgba(239, 68, 68, 0.15) 100%
  );
}
.hero-overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to top, var(--dark), transparent);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin-left: 5%;
  margin-top: 2%;
  padding: 5rem 1.5rem 0;
}
.hero-badge-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.hero-badge {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  color: var(--light);
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.hero-badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
  animation: 2s infinite pulse;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.4);
  }
}
.hero-title {
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 1.25rem;
  max-width: 750px;
}
.hero-title .gradient-text,
.movie-title .gradient-text,
.page-title .hl,
.text-gradient {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-subtitle {
  font-size: 1.1rem;
  color: rgba(248, 250, 252, 0.7);
  line-height: 1.7;
  max-width: 540px;
  margin-bottom: 2rem;
  font-weight: 400;
}
.hero-cta-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.hero-cta-row .btn-outline,
.hero-cta-row .btn-primary {
  padding: 0.85rem 2rem;
  font-size: 1rem;
}
.hero-stats {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.about-hero-stat,
.career-hero-stat,
.hero-stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.hero-stat-value {
  font-family: Outfit, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--light);
}
.hero-stat-label,
.ring-label {
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 500;
}
.about-badge,
.feature-card-title,
.float-card-title,
.genre-card-name {
  font-weight: 700;
  font-family: Outfit, sans-serif;
}
.hero-floating-card {
  position: absolute;
  right: 6%;
  bottom: 18%;
  background: rgba(2, 6, 23, 0.7);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(20px);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  animation: 4s ease-in-out infinite floatCard;
  z-index: 3;
}
.about-image-wrap,
.slider-wrapper,
.testimonial-slider {
  position: relative;
  overflow: hidden;
}
.about-badge,
.slider-btn {
  backdrop-filter: blur(10px);
}
@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
.float-card-img {
  width: 48px;
  height: 64px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
}
.float-card-title {
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}
.article-author-role,
.comment-date,
.float-card-meta {
  font-size: 0.75rem;
  color: var(--muted);
}
.float-card-progress {
  width: 110px;
  height: 3px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 99px;
  overflow: hidden;
  margin-top: 0.5rem;
}
.divider,
.float-card-progress-bar {
  background: linear-gradient(90deg, var(--primary), var(--accent));
}
.float-card-progress-bar {
  height: 100%;
  width: 65%;
  border-radius: 99px;
}
.section-title {
  letter-spacing: -1px;
}
.section-subtitle {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.7;
  max-width: 520px;
}
.cat-section,
.section-header {
  margin-bottom: 3rem;
}
.contact-section,
.devices-section,
.faq-section,
.featured-section,
.newsletter-section,
.pricing-section,
.related-section,
.trending-section {
  background: var(--dark);
}
.slider-track {
  display: flex;
  gap: 1.25rem;
}
.movie-card {
  flex: 0 0 200px;
  background: var(--dark-3);
}
.movie-card-overlay {
  inset: 0;
  display: flex;
  align-items: flex-end;
}
.movie-card-title {
  margin-bottom: 0.3rem;
}
.movie-card-meta {
  color: var(--muted);
  margin-bottom: 0.6rem;
}
.rating-badge {
  display: inline-flex;
  align-items: center;
}
.watch-btn-sm {
  background: var(--primary);
  color: #fff;
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
}
.watch-btn-sm:hover {
  background: #c0392b;
}
.slider-nav {
  display: flex;
  justify-content: flex-end;
}
.check-icon,
.slider-btn {
  align-items: center;
  display: flex;
}
.slider-btn {
  border: 1px solid var(--glass-border);
  background: var(--glass);
  color: var(--light);
  justify-content: center;
}
.about-section,
.blog-section,
.genre-section,
.testimonials-section,
.watchlist-section,
.why-section {
  background: var(--dark-2);
}
.about-image-wrap {
  border-radius: 16px;
}
.about-image-wrap img {
  width: 100%;
  height: 450px;
  border-radius: 16px;
  display: block;
}
.about-image-glow {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  box-shadow: 0 0 60px var(--glow-red) inset;
  pointer-events: none;
}
#scrollTop,
.mobile-filter-btn {
  box-shadow: 0 8px 25px var(--glow-red);
}
.about-badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: rgba(239, 68, 68, 0.9);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.85rem;
}
.feature-check-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}
.feature-check {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.check-icon {
  width: 22px;
  height: 22px;
  background: rgba(239, 68, 68, 0.15);
  border-radius: 50%;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.active-tag svg,
.check-icon svg {
  width: 12px;
  height: 12px;
  stroke: var(--primary);
}
.check-text {
  font-size: 0.9rem;
  color: rgba(248, 250, 252, 0.8);
  line-height: 1.5;
}
.feature-card,
.why-join-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 2rem;
  transition: 0.35s;
  position: relative;
  overflow: hidden;
}
.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transform: scaleX(0);
  transition: transform 0.4s;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 30px var(--glow-red);
  border-color: rgba(239, 68, 68, 0.25);
}
.feature-card:hover::before,
.mission-card:hover::after,
.team-card:hover::before,
.why-join-card:hover::after {
  transform: scaleX(1);
}
.feature-card-icon {
  width: 56px;
  height: 56px;
  background: rgba(239, 68, 68, 0.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: 0.3s;
}
.feature-card:hover .feature-card-icon {
  background: rgba(239, 68, 68, 0.25);
  transform: scale(1.05);
}
.feature-card-icon svg {
  width: 26px;
  height: 26px;
  stroke: var(--primary);
}
.feature-card-title {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}
.feature-card-desc {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.65;
}
.genre-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1rem;
}
.genre-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16/9;
  cursor: pointer;
}
.genre-card img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
}
.genre-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(2, 6, 23, 0.85),
    rgba(2, 6, 23, 0.3)
  );
  display: flex;
  align-items: flex-end;
  padding: 0.75rem;
  transition: background 0.3s;
}
.device-icon,
.watchlist-header {
  align-items: center;
  display: flex;
}
.genre-card:hover .genre-card-overlay {
  background: linear-gradient(
    to top,
    rgba(239, 68, 68, 0.7),
    rgba(239, 68, 68, 0.15)
  );
}
.genre-card-name {
  font-size: 0.9rem;
}
.device-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-left: 12%;
}
.device-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  padding: 1.5rem 1rem;
  transition: 0.3s;
}
.device-card:hover {
  border-color: var(--primary);
  background: rgba(239, 68, 68, 0.07);
  transform: translateY(-4px);
}
.device-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 1rem;
  background: rgba(139, 92, 246, 0.12);
  border-radius: 12px;
  justify-content: center;
}
.stat-card,
.watchlist-card {
  border: 1px solid var(--glass-border);
}
.device-icon svg {
  width: 26px;
  height: 26px;
  stroke: var(--accent);
}
.device-name,
.stream-name {
  font-family: Outfit, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
}
.watchlist-card {
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 1.5rem;
}
.sort-select option,
.watchlist-thumb {
  background: var(--dark-3);
}
.watchlist-header {
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.watchlist-title {
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
.watchlist-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
}
.episode-item:last-child,
.notification-row:last-child,
.setting-toggle-row:last-child,
.watchlist-item:last-child {
  border-bottom: none;
}
.watchlist-thumb {
  width: 54px;
  height: 72px;
  border-radius: 6px;
  flex-shrink: 0;
}
.author-card-info,
.contact-card-info,
.ep-info,
.guide-card-content,
.job-card-info,
.notification-row-info,
.related-info,
.setting-toggle-info,
.settings-card-content,
.step-content,
.watchlist-info {
  flex: 1;
}
.watchlist-item-title {
  font-family: Outfit, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.watchlist-item-meta {
  font-size: 0.75rem;
  color: var(--muted);
  margin-bottom: 0.5rem;
}
.progress-bar-wrap {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 99px;
  overflow: hidden;
}
.billing-toggle-switch.active,
.progress-bar,
.toggle-switch.active,
.toggle-switch.on,
.view-btn.active {
  background: var(--primary);
}
.stats-section {
  background: var(--dark);
  position: relative;
  overflow: hidden;
}
.stats-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--glow-red) 0, transparent 70%);
  pointer-events: none;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  position: relative;
}
.stat-card {
  background: var(--glass);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 2rem;
  transition: 0.3s;
}
.stat-card:hover {
  border-color: rgba(239, 68, 68, 0.3);
  box-shadow: 0 0 30px var(--glow-red);
}
.stat-number {
  font-family: Outfit, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.stat-label {
  font-size: 0.9rem;
  color: var(--muted);
  font-weight: 500;
}
.why-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  padding: 1.75rem;
  transition: 0.3s;
}
.why-card:hover {
  border-color: rgba(139, 92, 246, 0.35);
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 0 0 20px var(--glow-purple);
}
.why-icon {
  width: 52px;
  height: 52px;
  background: rgba(139, 92, 246, 0.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.why-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--accent);
}
.why-card-title {
  font-family: Outfit, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.why-card-desc {
  font-size: 0.87rem;
  color: var(--muted);
  line-height: 1.65;
}
.billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
.toggle-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
}
.toggle-switch.on .toggle-knob {
  transform: translateX(24px);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}
.pricing-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 18px;
  padding: 2rem;
  transition: 0.35s;
  position: relative;
  overflow: hidden;
}
.pricing-card.popular {
  border-color: var(--primary);
  background: rgba(239, 68, 68, 0.07);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 40px var(--glow-red);
  transform: scale(1.02);
}
.blog-card:hover,
.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.pricing-card.popular:hover {
  transform: scale(1.02) translateY(-6px);
}
.popular-badge {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: var(--primary);
  color: #fff;
  padding: 0.25rem 0.7rem;
  border-radius: 99px;
  font-size: 0.72rem;
  font-weight: 700;
}
.cta-inner,
.cta-section,
.footer,
.newsletter-card,
.newsletter-form,
.newsletter-title {
  position: relative;
}
.plan-feature.excluded,
.plan-name {
  color: var(--muted);
}
.plan-price sup {
  margin-right: 2px;
}
.plan-divider {
  height: 1px;
  background: var(--border);
  margin-bottom: 1.5rem;
}
.plan-features {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.plan-feature,
.plan-features-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.88rem;
}
.plan-feature svg,
.plan-features-list li svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.feature-check,
.plan-feature.included svg {
  stroke: #22c55e;
}
.plan-feature.excluded svg {
  stroke: #475569;
}
.testimonial-track {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.testimonial-card {
  flex: 0 0 100%;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 2rem;
}
.testimonial-stars {
  color: #f59e0b;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.testimonial-text {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(248, 250, 252, 0.85);
  margin-bottom: 1.5rem;
  font-style: italic;
}
.article-author,
.article-share,
.employee-author,
.range-row,
.sticky-movie-info,
.stream-item,
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.author-avatar,
.employee-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid var(--primary);
}
.author-name,
.employee-name {
  font-family: Outfit, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
}
.author-role,
.employee-role {
  font-size: 0.8rem;
  color: var(--muted);
}
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.cta-section {
  background: var(--dark-2);
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(239, 68, 68, 0.15) 0,
    transparent 70%
  );
}
.cta-section::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--glow-purple) 0, transparent 70%);
  pointer-events: none;
}
.cta-inner {
  z-index: 1;
}
.cta-title,
.help-hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -1.5px;
  margin-bottom: 1rem;
}
.cta-subtitle {
  font-size: 1.05rem;
  color: rgba(248, 250, 252, 0.7);
  max-width: 480px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}
.cta-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.newsletter-card {
  background: linear-gradient(
    135deg,
    rgba(239, 68, 68, 0.12),
    rgba(139, 92, 246, 0.12)
  );
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 20px;
  padding: 3rem;
  overflow: hidden;
}
.blog-card,
.newsletter-input {
  border: 1px solid var(--glass-border);
}
.newsletter-card::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--glow-red) 0, transparent 70%);
}
.newsletter-title {
  font-family: Outfit, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}
.newsletter-subtitle {
  color: var(--muted);
  margin-bottom: 2rem;
  font-size: 0.95rem;
  position: relative;
}
.newsletter-form {
  display: flex;
  gap: 0.75rem;
}
.newsletter-input {
  flex: 1;
  color: var(--light);
  transition: border-color 0.3s;
}
.blog-card {
  background: var(--glass);
  border-radius: 14px;
  overflow: hidden;
  transition: 0.35s;
}
.blog-card:hover {
  border-color: rgba(139, 92, 246, 0.25);
}
.article-card-img,
.blog-card-img {
  width: 100%;
  height: 200px;
  display: block;
  transition: transform 0.5s;
}
.blog-card:hover .blog-card-img {
  transform: scale(1.06);
}
.blog-card-body {
  padding: 1.5rem;
}
.blog-tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--primary);
  margin-bottom: 0.6rem;
}
.blog-card-title {
  font-family: Outfit, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}
.article-card-excerpt,
.blog-card-excerpt {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 1rem;
}
.blog-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-date,
.sticky-meta {
  font-size: 0.78rem;
  color: var(--muted);
}
.read-more {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transition: gap 0.2s;
}
.contact-support-link:hover,
.read-more:hover {
  gap: 0.6rem;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 3rem;
  align-items: start;
}
.contact-form-card,
.contact-info-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  padding: 2rem;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.contact-icon {
  width: 44px;
  height: 44px;
  background: rgba(239, 68, 68, 0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.filter-drawer.open,
.form-label,
.lang-check.checked svg,
.no-results.visible,
.search-clear.visible {
  display: block;
}
.contact-icon svg,
.notification-group-title svg {
  width: 20px;
  height: 20px;
  stroke: var(--primary);
}
.contact-item-title {
  font-family: Outfit, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.contact-item-text,
.footer-newsletter-sub {
  font-size: 0.85rem;
  color: var(--muted);
}
.article-body p,
.form-group {
  margin-bottom: 1.25rem;
}
.form-label {
  margin-bottom: 0.5rem;
}
.form-input,
.form-textarea {
  width: 100%;
  border: 1px solid var(--glass-border);
  color: var(--light);
}
.blog-search-input:focus,
.cast-card:hover .cast-img-wrap,
.faq-search-input:focus,
.footer-newsletter-input:focus,
.form-input:focus,
.form-textarea:focus,
.newsletter-input:focus,
.plan-card.current:hover,
.sidebar-newsletter-input:focus,
.sort-select:focus,
.team-card:hover .team-avatar-wrap {
  border-color: var(--primary);
}
.social-links {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.social-link {
  width: 42px;
  height: 42px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.25s;
}
.share-icon:hover,
.social-link:hover,
.team-social-link:hover {
  background: var(--primary);
  border-color: var(--primary);
  transform: translateY(-2px);
}
.social-link svg {
  width: 18px;
  height: 18px;
  stroke: var(--light);
}
.footer {
  background: var(--dark-2);
  overflow: hidden;
  padding-top: 4%;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--primary),
    var(--accent),
    transparent
  );
}
.footer-newsletter-strip {
  background: linear-gradient(
    135deg,
    rgba(239, 68, 68, 0.1) 0,
    rgba(139, 92, 246, 0.1) 100%
  );
  border-bottom: 1px solid var(--border);
  padding: 2.5rem 0;
}
.app-badge,
.footer-newsletter-input {
  border: 1px solid var(--glass-border);
}
.footer-newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.footer-newsletter-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--primary);
  margin-bottom: 0.4rem;
}
.footer-newsletter-heading {
  font-family: Outfit, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 0.2rem;
}
.footer-newsletter-form {
  display: flex;
  gap: 0.6rem;
  flex-shrink: 0;
}
.footer-newsletter-input {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  padding: 0.75rem 1.1rem;
  color: var(--light);
  font-size: 0.88rem;
  outline: 0;
  width: 260px;
  transition: border-color 0.3s;
  font-family: Inter, sans-serif;
}
.app-badge-line2,
.contact-form-title,
.footer-col-head,
.footer-logo,
.result-count,
.trust-badge-title {
  font-family: Outfit, sans-serif;
}
.footer-newsletter-input::placeholder {
  color: var(--muted);
}
.footer-body {
  padding: 4rem 0 3rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 3rem;
}
.footer-logo {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: -0.5px;
  text-decoration: none;
  color: var(--light);
  display: inline-block;
  margin-bottom: 0.75rem;
}
.footer-tagline {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 1rem;
}
.footer-desc {
  font-size: 0.87rem;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 1.5rem;
  max-width: 280px;
}
.footer-app-badges {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
}
.app-badge,
.footer-social-link {
  align-items: center;
  transition: 0.25s;
  display: flex;
  text-decoration: none;
}
.app-badge {
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 0.5rem 0.85rem;
}
.app-badge:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
.app-badge svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.app-badge-line1 {
  font-size: 0.6rem;
  color: var(--muted);
  line-height: 1;
  margin-bottom: 1px;
}
.app-badge-line2 {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--light);
  line-height: 1;
}
.footer-social-links {
  display: flex;
  gap: 0.6rem;
}
.footer-social-link {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--glass-border);
  border-radius: 10px;
  justify-content: center;
}
.footer-social-link:hover {
  transform: translateY(-3px);
}
.footer-social-link.tw:hover {
  background: #1da1f2;
  border-color: #1da1f2;
}
.footer-social-link.ig:hover {
  background: linear-gradient(
    135deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
  border-color: #dc2743;
}
.footer-social-link.yt:hover {
  background: red;
  border-color: red;
}
.footer-social-link.fb:hover {
  background: #1877f2;
  border-color: #1877f2;
}
.footer-social-link.dc:hover {
  background: #5865f2;
  border-color: #5865f2;
}
.footer-social-link svg,
.modal-close svg,
.share-icon svg {
  width: 16px;
  height: 16px;
  stroke: var(--light);
}
#scrollTop svg,
.trust-badge-icon svg {
  width: 18px;
  height: 18px;
}
.footer-col-head {
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--light);
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer-col-head::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--border);
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
}
.footer-links li a {
  font-size: 0.85rem;
  color: var(--muted);
  text-decoration: none;
  transition: 0.2s;
  display: flex;
  align-items: center;
}
.footer-links li a::before {
  content: "";
  width: 0;
  height: 2px;
  background: var(--primary);
  border-radius: 99px;
  transition: width 0.25s;
  flex-shrink: 0;
  gap: 0.4rem;
}
.footer-links li a:hover {
  color: var(--light);
  padding-left: 2px;
}
.footer-links li a:hover::before {
  width: 10px;
}
.footer-quality-badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--border);
}
.quality-badge {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--glass-border);
  border-radius: 6px;
  padding: 0.3rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.06em;
}
.footer-trust-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 1.5rem 0;
}
.footer-trust-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.cat-section-label,
.trust-badge {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.trust-badge-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.trust-badge-title {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--light);
  line-height: 1.2;
}
.cast-role,
.recent-post-date,
.review-date,
.stream-sub,
.trust-badge-sub {
  font-size: 0.72rem;
  color: var(--muted);
}
.trust-divider {
  width: 1px;
  height: 36px;
  background: var(--border);
}
.footer-bottom {
  background: rgba(0, 0, 0, 0.3);
  padding: 1.25rem 0;
}
.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-copy,
.notification-row-desc,
.setting-toggle-desc {
  font-size: 0.82rem;
  color: var(--muted);
}
.footer-copy strong {
  color: var(--primary);
  font-weight: 700;
}
.footer-bottom-links {
  display: flex;
  gap: 0;
}
.footer-bottom-link {
  color: var(--muted);
  padding: 0 1rem;
  border-right: 1px solid var(--border);
}
.footer-lang-select,
.search-input {
  border: 1px solid var(--glass-border);
}
.footer-bottom-link:last-child {
  border-right: none;
  padding-right: 0;
}
.footer-bottom-link:first-child {
  padding-left: 0;
}
.footer-lang-select {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  padding: 0.3rem 0.7rem;
  font-size: 0.8rem;
  color: var(--muted);
  cursor: pointer;
}
.article-meta-item svg,
.featured-post-meta svg,
.filter-toggle-icon svg,
.footer-lang-select svg {
  width: 14px;
  height: 14px;
  stroke: var(--muted);
}
#scrollTop {
  display: flex;
  align-items: center;
  justify-content: center;
}
#scrollTop svg {
  stroke: #fff;
  stroke: #fff;
}
.sticky-cta-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  padding: 1rem 1.5rem;
  background: rgba(2, 6, 23, 0.9);
  backdrop-filter: blur(20px);
  border-top: 1px solid var(--border);
}
.sticky-cta-mobile .btn-primary {
  width: 100%;
  justify-content: center;
  padding: 0.9rem;
  font-size: 1rem;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: center;
}
.grid-3,
.grid-4 {
  gap: 1.5rem;
  display: grid;
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.mb-0,
.notification-group:last-child,
.related-card:last-child,
.review-card:last-child {
  margin-bottom: 0;
}
.contact-form-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
}
.footer-bottom-link {
  font-size: 0.82rem;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-grid .footer-brand {
    grid-column: span 3;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero-floating-card {
    display: none;
  }
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .nav-cta-desktop,
  .nav-links {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .section-padding {
    padding: 3.5rem 0;
  }
  .contact-grid,
  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid .footer-brand {
    grid-column: span 2;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .hero-stats {
    gap: 1.5rem;
  }
  .newsletter-form {
    flex-direction: column;
  }
  .sticky-cta-mobile {
    display: block;
  }
  body {
    padding-bottom: 70px;
  }
  .pricing-card.popular {
    transform: scale(1);
  }
}
.footer-col-title {
  margin-bottom: 4%;
}
.page-hero {
  position: relative;
  padding: 8rem 0 3rem;
  overflow: hidden;
  background: var(--dark-2);
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 80% 60% at 50% 100%,
    rgba(239, 68, 68, 0.12),
    transparent
  );
}
.page-hero::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -5%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--glow-purple), transparent 70%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}

.page-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -1.5px;
  margin-bottom: 0.5rem;
}
.page-subtitle {
  font-size: 0.97rem;
  color: var(--muted);
  line-height: 1.7;
  max-width: 500px;
  margin-bottom: 1.75rem;
}
.result-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.result-count {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--light);
}
.active-filters-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}
.active-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: var(--primary);
  padding: 0.25rem 0.65rem;
  border-radius: 99px;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
}
.active-tag:hover,
.dept-tab.active .count {
  background: rgba(239, 68, 68, 0.2);
}
.search-bar-wrap {
  position: relative;
  max-width: 480px;
}
.search-clear,
.search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.search-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  padding: 0.8rem 1rem 0.8rem 2.85rem;
  color: var(--light);
  font-family: Inter, sans-serif;
  font-size: 0.9rem;
  outline: 0;
  transition: border-color 0.3s, background 0.3s;
}
.filter-panel,
.sort-select {
  border: 1px solid var(--glass-border);
}
.search-input::placeholder {
  color: var(--muted);
}
.help-search-input:focus,
.search-input:focus {
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.09);
}
.search-icon {
  left: 0.85rem;
  pointer-events: none;
}
.blog-search-icon svg,
.search-icon svg {
  width: 16px;
  height: 16px;
  stroke: var(--muted);
}
.search-clear {
  right: 0.85rem;
  cursor: pointer;
  display: none;
}
.search-clear svg,
.view-btn svg {
  width: 15px;
  height: 15px;
  stroke: var(--muted);
}
.filter-panel.collapsed .filter-body,
.list-view .card-img-wrap,
.list-view .card-overlay {
  display: none;
}
.browse-layout {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 4rem;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
  align-items: start;
}
.filter-sidebar {
  position: sticky;
  top: 88px;
}
.filter-panel {
  background: rgba(15, 23, 42, 0.7);
  backdrop-filter: blur(16px);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.filter-panel-head {
  padding: 0.9rem 1.25rem;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}
.filter-panel-head-label {
  font-family: Outfit, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.filter-panel-head-label svg {
  width: 15px;
  height: 15px;
  stroke: var(--primary);
}
.filter-toggle-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.filter-panel.collapsed .filter-toggle-icon {
  transform: rotate(-90deg);
}
.filter-body {
  padding: 1.1rem 1.25rem;
  transition: 0.3s;
}
.genre-chip,
.type-chip {
  background: var(--glass);
  transition: 0.2s;
  font-weight: 600;
  cursor: pointer;
  font-family: Outfit, sans-serif;
}
.genre-chips,
.tag-cloud,
.tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.genre-chip {
  padding: 0.3rem 0.75rem;
  border-radius: 99px;
  border: 1px solid var(--glass-border);
  font-size: 0.78rem;
  color: rgba(248, 250, 252, 0.7);
}
.genre-chip:hover,
.page-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: rgba(239, 68, 68, 0.08);
}
.cat-tab.active,
.dept-tab.active,
.faq-category-btn.active,
.genre-chip.active {
  background: rgba(239, 68, 68, 0.15);
  border-color: var(--primary);
  color: var(--primary);
}
.form-group,
.type-chips {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.type-chip {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  border: 1px solid var(--glass-border);
  font-size: 0.83rem;
  color: rgba(248, 250, 252, 0.75);
}
.quality-chip:hover,
.type-chip:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(139, 92, 246, 0.08);
}
.quality-chip.active,
.type-chip.active {
  background: rgba(139, 92, 246, 0.15);
  border-color: var(--accent);
  color: var(--accent);
}
.type-chip svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.type-chip .count {
  margin-left: auto;
  font-size: 0.72rem;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.1rem 0.45rem;
  border-radius: 99px;
  font-weight: 700;
}
.type-chip.active .count {
  background: rgba(139, 92, 246, 0.2);
}
.billing-history-list,
.stream-where,
.year-range {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.range-label {
  font-size: 0.75rem;
  color: var(--muted);
  width: 36px;
  flex-shrink: 0;
  font-weight: 600;
}
.range-slider {
  flex: 1;
  -webkit-appearance: none;
  height: 3px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.12);
  outline: 0;
  cursor: pointer;
}
.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--primary);
  cursor: pointer;
  box-shadow: 0 0 6px var(--glow-red);
}
.range-value {
  font-family: Outfit, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--light);
  width: 38px;
  text-align: right;
  flex-shrink: 0;
}
.quality-chip,
.rating-chip {
  padding: 0.3rem 0.65rem;
  color: rgba(248, 250, 252, 0.7);
  background: var(--glass);
  font-weight: 700;
  transition: 0.2s;
  cursor: pointer;
  font-family: Outfit, sans-serif;
}
.cast-card,
.ep-num,
.join-cta-card,
.no-results,
.team-card,
.text-center {
  text-align: center;
}
.quality-chips,
.rating-chips {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.rating-chip {
  border-radius: 99px;
  border: 1px solid var(--glass-border);
  font-size: 0.78rem;
}
.rating-chip:hover {
  border-color: #f59e0b;
  color: #f59e0b;
  background: rgba(245, 158, 11, 0.08);
}
.rating-chip.active {
  background: rgba(245, 158, 11, 0.15);
  border-color: #f59e0b;
  color: #f59e0b;
}
.quality-chip {
  border-radius: 6px;
  border: 1px solid var(--glass-border);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}
.lang-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.lang-check,
.lang-item {
  display: flex;
  align-items: center;
}
.lang-item {
  gap: 0.6rem;
  cursor: pointer;
  padding: 0.3rem 0;
}
.lang-check {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid var(--glass-border);
  background: var(--glass);
  justify-content: center;
  flex-shrink: 0;
  transition: 0.2s;
}
.toolbar,
.view-btn {
  align-items: center;
  display: flex;
}
.author-social-link:hover,
.ep-play:hover,
.lang-check.checked,
.slider-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.lang-check svg {
  width: 10px;
  height: 10px;
  stroke: #fff;
  display: none;
}
.lang-name {
  font-size: 0.83rem;
  color: rgba(248, 250, 252, 0.8);
}
.lang-num {
  margin-left: auto;
  font-size: 0.72rem;
  color: var(--muted);
}
.clear-filters-btn {
  width: 100%;
  background: 0 0;
  border: 1px solid rgba(239, 68, 68, 0.25);
  color: var(--primary);
  padding: 0.7rem;
  border-radius: 8px;
  font-family: Outfit, sans-serif;
  font-size: 0.83rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
  margin-top: 0.5rem;
}
.clear-filters-btn:hover {
  background: rgba(239, 68, 68, 0.08);
  border-color: rgba(239, 68, 68, 0.4);
}
.content-area {
  width: 90%;
}
.toolbar {
  gap: 1rem;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
}
.sort-select {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  padding: 0.55rem 0.9rem;
  color: var(--light);
  font-family: Outfit, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  outline: 0;
  cursor: pointer;
  transition: border-color 0.3s;
  min-width: 160px;
}
.view-toggle {
  display: flex;
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}
.view-btn {
  width: 36px;
  height: 36px;
  justify-content: center;
  cursor: pointer;
  border: none;
  background: 0 0;
  transition: 0.2s;
}
.view-btn.active svg {
  stroke: #fff;
}
.toolbar-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.category-tabs {
  display: flex;
  gap: 0.4rem;
  overflow-x: auto;
  margin-bottom: 2rem;
  padding-bottom: 0.25rem;
}
.category-tabs::-webkit-scrollbar {
  display: none;
}
.cat-tab {
  padding: 0.5rem 1.1rem;
  border-radius: 99px;
  border: 1px solid var(--glass-border);
  background: var(--glass);
  font-family: Outfit, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(248, 250, 252, 0.65);
  cursor: pointer;
  transition: 0.25s;
  flex-shrink: 0;
}
.cat-tab:hover,
.dept-tab:hover {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--light);
}
.cat-section-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.cat-section-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cat-section-name {
  font-family: Outfit, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.3px;
}
.cat-section-count {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 500;
}
.cat-section-line {
  flex: 1;
  height: 1px;
  background: var(--border);
}
.cat-section-more {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  transition: gap 0.2s;
}
.article-card-read:hover,
.cat-section-more:hover {
  gap: 0.5rem;
}
.content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
  gap: 1.25rem;
}
.content-grid.list-view {
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
.content-card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: var(--dark-3);
}
.content-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.7), 0 0 20px var(--glow-red);
}
.card-img-wrap {
  position: relative;
  overflow: hidden;
}
.card-img {
  width: 100%;
  height: 260px;
  display: block;
  transition: transform 0.5s;
}
.content-card:hover .card-img,
.movie-card:hover .movie-card-img {
  transform: scale(1.08);
}
.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(2, 6, 23, 0.96) 0,
    rgba(2, 6, 23, 0.3) 50%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.9rem;
}
.card-icon-btn,
.card-play-btn {
  transition: 0.2s;
  cursor: pointer;
}
.content-card:hover .card-overlay,
.movie-card:hover .movie-card-overlay {
  opacity: 1;
}
.card-actions {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
}
.card-play-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.card-icon-btn,
.card-rating {
  align-items: center;
  display: flex;
}
.card-play-btn:hover {
  transform: scale(1.1);
  background: #c0392b;
}
.card-play-btn svg {
  width: 13px;
  height: 13px;
  fill: #fff;
  margin-left: 2px;
}
.card-icon-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: center;
}
.card-icon-btn:hover {
  background: rgba(255, 255, 255, 0.22);
}
.card-icon-btn svg {
  width: 13px;
  height: 13px;
  stroke: #fff;
}
.card-overlay-title {
  font-family: Outfit, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
  line-height: 1.3;
}
.card-badge,
.card-rating {
  border-radius: 4px;
  padding: 0.22rem 0.5rem;
  font-weight: 800;
  font-family: Outfit, sans-serif;
}
.card-overlay-meta {
  font-size: 0.7rem;
  color: rgba(248, 250, 252, 0.65);
}
.card-top-badges {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  right: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  pointer-events: none;
  z-index: 2;
}
.card-badge {
  font-size: 0.65rem;
  letter-spacing: 0.04em;
}
.badge-new,
.btn-cancel-subscription:hover,
.btn-danger:hover {
  background: var(--primary);
  color: #fff;
}
.badge-top {
  background: rgba(245, 158, 11, 0.9);
  color: #000;
}
.badge-exclusive {
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #fff;
}
.badge-trending {
  background: rgba(34, 197, 94, 0.85);
  color: #fff;
}
.badge-live {
  background: var(--primary);
  color: #fff;
  animation: 1.5s infinite livePulse;
}
@keyframes livePulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
.card-rating {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  font-size: 0.68rem;
  color: #f59e0b;
  gap: 0.2rem;
}
.card-bottom {
  padding: 0.75rem 0.8rem 0.8rem;
  background: var(--dark-3);
}
.card-title {
  font-family: Outfit, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.25rem;
  overflow: hidden;
}
.card-meta {
  font-size: 0.72rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.card-meta-dot,
.meta-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--muted);
  opacity: 0.4;
}
.card-progress-wrap {
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 99px;
  overflow: hidden;
  margin-top: 0.5rem;
}
.card-progress,
.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 99px;
}
.card-type-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.15rem 0.45rem;
  border-radius: 3px;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.type-movie {
  background: rgba(59, 130, 246, 0.18);
  color: #60a5fa;
}
.type-series {
  background: rgba(139, 92, 246, 0.18);
  color: #a78bfa;
}
.type-live {
  background: rgba(239, 68, 68, 0.18);
  color: #f87171;
}
.type-doc {
  background: rgba(34, 197, 94, 0.18);
  color: #4ade80;
}
.type-short {
  background: rgba(245, 158, 11, 0.18);
  color: #fcd34d;
}
.list-view .content-card {
  border-radius: 10px;
  transform: none !important;
}
.list-view .content-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5), 0 0 15px var(--glow-red);
  transform: none !important;
}
.list-card-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1rem;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid var(--glass-border);
  border-radius: 10px;
  transition: background 0.2s, border-color 0.3s;
}
.list-card-inner:hover {
  background: rgba(15, 23, 42, 0.85);
  border-color: rgba(239, 68, 68, 0.25);
}
.list-thumb,
.related-thumb {
  width: 72px;
  height: 96px;
  border-radius: 7px;
  flex-shrink: 0;
  background: var(--dark-3);
}
.list-thumb-placeholder {
  width: 72px;
  height: 96px;
  border-radius: 7px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-info {
  flex: 1;
  min-width: 0;
}
.list-title {
  font-family: Outfit, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  overflow: hidden;
}
.list-rating,
.no-results h3 {
  font-weight: 800;
  font-family: Outfit, sans-serif;
}
.list-meta {
  font-size: 0.78rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}
.list-synopsis {
  font-size: 0.8rem;
  color: rgba(248, 250, 252, 0.6);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}
.list-rating {
  font-size: 0.88rem;
  color: #f59e0b;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  min-width: 48px;
}
.no-results {
  padding: 5rem 2rem;
  display: none;
}
.no-results-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.no-results-icon svg {
  width: 36px;
  height: 36px;
  stroke: var(--muted);
}
.no-results h3 {
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}
.no-results p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}
.skeleton {
  animation: 1.5s linear infinite shimmer;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.04) 25%,
    rgba(255, 255, 255, 0.09) 50%,
    rgba(255, 255, 255, 0.04) 75%
  );
  background-size: 200% 100%;
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.mobile-filter-btn {
  display: none;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 80;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), #c0392b);
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.mobile-filter-btn svg {
  width: 22px;
  height: 22px;
  stroke: #fff;
}
.filter-drawer {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: none;
}
.drawer-close,
.drawer-head {
  display: flex;
  align-items: center;
}
.filter-drawer-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}
.filter-drawer-panel {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  background: var(--dark-2);
  border-right: 1px solid var(--border);
  overflow-y: auto;
  padding: 1.5rem;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn-icon:hover,
.btn-trailer:hover {
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
.filter-drawer.open .filter-drawer-panel {
  transform: translateX(0);
}
.drawer-head {
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.drawer-close {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid var(--glass-border);
  background: var(--glass);
  justify-content: center;
  cursor: pointer;
}
.drawer-close svg {
  width: 15px;
  height: 15px;
  stroke: var(--light);
}
.section-tag {
  display: inline-flex;
  align-items: center;
  color: var(--primary);
}
@media (max-width: 1100px) {
  .browse-layout {
    grid-template-columns: 240px 1fr;
  }
}
@media (max-width: 900px) {
  .browse-layout {
    grid-template-columns: 1fr;
  }
  .filter-sidebar {
    display: none;
  }
  .mobile-filter-btn {
    display: flex;
  }
  .content-grid {
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  }
}
.hero-backdrop {
  position: relative;
  width: 100%;
  height: 92vh;
  min-height: 600px;
  overflow: hidden;
}
.hero-backdrop-img {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1446776877081-d282a0f896e2?w=1920&q=90");
  background-size: cover;
  background-position: center top;
  transform: scale(1.05);
  animation: 25s ease-in-out infinite alternate heroPan;
}
@keyframes heroPan {
  from {
    transform: scale(1.05) translateX(0);
  }
  to {
    transform: scale(1.1) translateX(-2%);
  }
}
.hero-grad-left {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(2, 6, 23, 0.98) 35%,
    rgba(2, 6, 23, 0.6) 65%,
    transparent 100%
  );
}
.hero-grad-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(to top, var(--dark), transparent);
}
#scrollTop,
.btn-icon {
  width: 46px;
  height: 46px;
}
.hero-left {
  max-width: 680px;
}
.hero-badges {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.hero-badge {
  padding: 0.28rem 0.75rem;
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.badge-age {
  background: rgba(239, 68, 68, 0.2);
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: var(--primary);
}
.badge-year {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(248, 250, 252, 0.8);
}
.badge-quality {
  background: rgba(139, 92, 246, 0.2);
  border: 1px solid rgba(139, 92, 246, 0.4);
  color: #a78bfa;
}
.badge-genre {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(248, 250, 252, 0.7);
}
.movie-title {
  font-size: clamp(2.8rem, 5.5vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.movie-meta-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
  margin-top: 0.75rem;
}
.meta-item,
.rating-row {
  align-items: center;
  display: flex;
}
.meta-item {
  gap: 0.4rem;
  font-size: 0.88rem;
  color: var(--muted);
}
.meta-item svg {
  width: 14px;
  height: 14px;
  stroke: var(--muted);
  flex-shrink: 0;
}
.rating-row {
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.imdb-badge,
.rt-badge {
  align-items: center;
  gap: 0.5rem;
}
.imdb-badge {
  display: flex;
  background: #f5c518;
  color: #000;
  padding: 0.35rem 0.8rem;
  border-radius: 6px;
  font-family: Outfit, sans-serif;
  font-weight: 900;
  font-size: 0.85rem;
}
#scrollTop,
.btn-watch {
  background: linear-gradient(135deg, var(--primary), #c0392b);
}
.imdb-score {
  font-size: 1.1rem;
}
.rt-badge,
.user-score {
  font-family: Outfit, sans-serif;
  font-size: 0.88rem;
  display: flex;
}
.rt-badge {
  font-weight: 700;
  color: #fa4a2a;
}
.btn-watch,
.user-score {
  font-weight: 700;
  align-items: center;
}
.user-score {
  gap: 0.4rem;
  color: #22c55e;
}
.movie-synopsis {
  font-size: 0.97rem;
  color: rgba(248, 250, 252, 0.78);
  line-height: 1.8;
  max-width: 560px;
  margin-bottom: 2rem;
}
.cta-row {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.btn-trailer,
.btn-watch {
  font-size: 1rem;
  gap: 0.6rem;
  transition: 0.3s;
  font-family: Outfit, sans-serif;
  text-decoration: none;
}
.btn-watch {
  color: #fff;
  border: none;
  padding: 0.9rem 2.2rem;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  box-shadow: 0 6px 25px var(--glow-red);
}
.btn-icon,
.btn-trailer {
  align-items: center;
  backdrop-filter: blur(10px);
  display: inline-flex;
  cursor: pointer;
}
.btn-watch:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 35px var(--glow-red);
}
.btn-trailer {
  background: rgba(255, 255, 255, 0.08);
  color: var(--light);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.9rem 2rem;
  border-radius: 8px;
  font-weight: 600;
}
.btn-trailer:hover {
  background: rgba(255, 255, 255, 0.14);
}
.btn-icon {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  justify-content: center;
  transition: 0.25s;
}
.btn-icon:hover {
  background: rgba(255, 255, 255, 0.13);
}
.btn-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--light);
}
.btn-icon.liked svg {
  stroke: var(--primary);
  fill: var(--primary);
}
.poster-float {
  position: absolute;
  right: 5%;
  bottom: 0;
  width: 220px;
  transform: translateY(30%);
  z-index: 5;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7), 0 0 40px var(--glow-red);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.poster-float img {
  width: 100%;
  display: block;
}
.poster-float-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: var(--primary);
  color: #fff;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  font-family: Outfit, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.section-padding {
  padding: 4.5rem 0;
}
.section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.blog-hero-badge,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.25);
  color: var(--primary);
  padding: 0.3rem 0.9rem;
  border-radius: 99px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
.section-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 99px;
  margin: 0.75rem 0 1.5rem;
}
.glass-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(12px);
  border-radius: 14px;
  padding: 1.75rem;
}
.details-strip {
  background: var(--dark-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.details-strip-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.detail-cell {
  padding: 1.75rem 1.5rem;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.detail-cell:last-child {
  border-right: none;
}
.detail-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--muted);
}
.detail-value {
  font-family: Outfit, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--light);
}
.detail-value a {
  color: var(--primary);
  text-decoration: none;
}
.comment-reply-btn:hover,
.contact-card-email:hover,
.cookie-card a:hover,
.detail-value a:hover,
.dmca-card a:hover,
.licenses-card a:hover,
.policy-card a:hover,
.tos-card a:hover {
  text-decoration: underline;
}
.content-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 2.5rem;
  align-items: start;
}
.cast-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.cast-card {
  cursor: pointer;
  transition: transform 0.25s;
}
.cast-card:hover {
  transform: translateY(-4px);
}
.cast-img-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 0.6rem;
  border: 2px solid var(--glass-border);
  overflow: hidden;
  transition: border-color 0.25s;
}
.cast-img,
.team-avatar {
  width: 100%;
  height: 100%;
}
.cast-name {
  font-family: Outfit, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
}
.progress-wrap {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 99px;
  overflow: hidden;
  margin: 0.5rem 0;
}
.episode-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 0.75rem;
  border-bottom: 1px solid var(--border);
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 8px;
  margin: 0 -0.75rem;
}
.ep-play,
.stream-btn,
.tag {
  transition: 0.2s;
}
.episode-item:hover,
.related-card:hover {
  background: rgba(255, 255, 255, 0.04);
}
.ep-num {
  font-family: Outfit, sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.15);
  width: 32px;
  flex-shrink: 0;
}
.ep-thumb {
  width: 100px;
  height: 60px;
  border-radius: 6px;
  flex-shrink: 0;
  background: var(--dark-3);
}
.ep-title,
.guide-card-title {
  font-family: Outfit, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.ep-meta {
  font-size: 0.75rem;
  color: var(--muted);
  margin-bottom: 0.4rem;
}
.ep-play {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ep-play svg {
  width: 12px;
  height: 12px;
}
.comment-card,
.review-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1rem;
}
.review-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.review-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid var(--primary);
  flex-shrink: 0;
}
.review-name {
  font-family: Outfit, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
}
.review-stars {
  color: #f59e0b;
  font-size: 0.78rem;
  margin-top: 0.1rem;
}
.review-text {
  font-size: 0.85rem;
  color: rgba(248, 250, 252, 0.78);
  line-height: 1.7;
}
.blog-sidebar,
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.sidebar-card {
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(16px);
  overflow: hidden;
}
.modal-overlay,
.slider-btn {
  backdrop-filter: blur(10px);
}
.sidebar-head {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-head a {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
}
.related-card-body,
.sidebar-body {
  padding: 1.25rem;
}
.related-card {
  display: flex;
  gap: 0.85rem;
  margin-bottom: 1rem;
  cursor: pointer;
  padding: 0.5rem;
}
.related-title {
  font-family: Outfit, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  line-height: 1.3;
}
.related-genre {
  font-size: 0.72rem;
  color: var(--muted);
  margin-bottom: 0.35rem;
}
.related-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.25);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--primary);
}
.tag {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--glass-border);
  padding: 0.3rem 0.75rem;
  border-radius: 99px;
  font-size: 0.78rem;
  color: rgba(248, 250, 252, 0.7);
  cursor: pointer;
}
.article-tag:hover,
.tag-item:hover,
.tag:hover {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.3);
  color: var(--primary);
}
.stream-logo {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Outfit, sans-serif;
  font-weight: 900;
  font-size: 0.75rem;
  flex-shrink: 0;
}
.stream-btn {
  margin-left: auto;
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 0.3rem 0.8rem;
  border-radius: 6px;
  font-family: Outfit, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
.btn-change-photo:hover,
.btn-download:hover,
.btn-subscribe:hover,
.stream-btn:hover {
  background: var(--primary-dark);
}
.slider-track {
  display: flex;
  gap: 1.1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}
.slider-track::-webkit-scrollbar {
  display: none;
}
.movie-card {
  flex: 0 0 160px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  background: var(--dark-3);
}
.movie-card:hover {
  transform: scale(1.05) translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 20px var(--glow-red);
}
.movie-card-img {
  width: 100%;
  height: 220px;
  display: block;
  transition: transform 0.5s;
}
.movie-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 6, 23, 0.95) 0, transparent 55%);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: flex-end;
  padding: 0.85rem;
}
.movie-card-title {
  font-family: Outfit, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}
.movie-card-meta {
  font-size: 0.7rem;
  color: var(--muted);
  margin-top: 0.2rem;
}
.movie-card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.65rem;
  background: linear-gradient(to top, rgba(2, 6, 23, 0.9), transparent);
}
.rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(239, 68, 68, 0.85);
  padding: 0.22rem 0.45rem;
  border-radius: 4px;
  font-size: 0.67rem;
  font-weight: 700;
}
.slider-nav {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 1rem;
}
.slider-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--glass-border);
  background: var(--glass);
  color: var(--light);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.modal-head,
.modal-overlay {
  display: flex;
  align-items: center;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 2000;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}
.modal-inner {
  width: 90vw;
  max-width: 1270px;
  background: var(--dark-3);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  overflow: hidden;
  transform: scale(0.92);
  transition: transform 0.35s;
}
.mission-card,
.team-card {
  transition: 0.35s;
  overflow: hidden;
}
.modal-overlay.open .modal-inner {
  transform: scale(1);
}
.modal-head {
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--border);
}
.modal-close,
.play-circle {
  align-items: center;
  display: flex;
}
.modal-title {
  font-family: Outfit, sans-serif;
  font-weight: 700;
}
.modal-close {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid var(--glass-border);
  background: var(--glass);
  justify-content: center;
  cursor: pointer;
}
.video-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #0a0f1e, #111827);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.play-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  justify-content: center;
  box-shadow: 0 0 50px var(--glow-red);
  animation: 2s infinite pulsePl;
}
@keyframes pulsePl {
  0%,
  100% {
    box-shadow: 0 0 30px var(--glow-red);
  }
  50% {
    box-shadow: 0 0 70px var(--glow-red);
  }
}
.play-circle svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  margin-left: 4px;
}
.video-label {
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  color: var(--muted);
}
.score-ring-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ring-score {
  font-family: Outfit, sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--light);
}
svg.ring circle {
  fill: none;
}
.sticky-watch {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  padding: 1rem 1.5rem;
  background: rgba(2, 6, 23, 0.92);
  backdrop-filter: blur(20px);
  border-top: 1px solid var(--border);
  display: none;
}
.benefit-card,
.employee-testimonial-card,
.job-card,
.mission-card,
.story-floating-badge,
.team-card {
  backdrop-filter: blur(10px);
}
.sticky-watch-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.sticky-thumb {
  width: 40px;
  height: 54px;
  border-radius: 5px;
  background: var(--dark-3);
}
.sticky-title {
  font-family: Outfit, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#scrollTop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  border: none;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s;
  z-index: 100;
}
#scrollTop.visible {
  opacity: 1;
  transform: translateY(0);
}
#scrollTop:hover {
  box-shadow: 0 12px 30px var(--glow-red);
  transform: translateY(-3px);
}
@media (max-width: 1024px) {
  .content-layout {
    grid-template-columns: 1fr;
  }
  .details-strip-inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .poster-float {
    width: 170px;
    right: 3%;
  }
}
.about-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--dark-2);
}
.about-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=1920&q=80");
  background-size: cover;
  background-position: center 30%;
  transform: scale(1.05);
  animation: 22s ease-in-out infinite alternate aboutHeroPan;
}
@keyframes aboutHeroPan {
  from {
    transform: scale(1.05) translateX(0);
  }
  to {
    transform: scale(1.1) translateX(-1.5%);
  }
}
.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(2, 6, 23, 0.96) 35%,
    rgba(2, 6, 23, 0.65) 65%,
    rgba(139, 92, 246, 0.12) 100%
  );
}
.about-hero-overlay-bottom,
.career-hero-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: linear-gradient(to top, var(--dark-2), transparent);
}
.about-hero-content,
.career-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5rem 1.5rem 3rem;
  width: 100%;
}
.about-hero-badge,
.career-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(139, 92, 246, 0.15);
  border: 1px solid rgba(139, 92, 246, 0.3);
  color: var(--accent);
  padding: 0.35rem 1rem;
  border-radius: 99px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.about-hero-title,
.career-hero-title {
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1.08;
  margin-bottom: 1.25rem;
  max-width: 650px;
}
.about-hero-subtitle,
.career-hero-subtitle {
  font-size: 1.1rem;
  color: rgba(248, 250, 252, 0.7);
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 2rem;
}
.about-hero-stats-row,
.career-hero-stats {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}
.about-hero-stat-value,
.career-hero-stat-value {
  font-family: Outfit, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.about-hero-stat-label,
.career-hero-stat-label {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 500;
}
.mission-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 2.25rem 2rem;
  position: relative;
  height: 100%;
}
.mission-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transform: scaleX(0);
  transition: transform 0.45s;
}
.mission-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45), 0 0 30px var(--glow-purple);
  border-color: rgba(139, 92, 246, 0.3);
}
.mission-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-size: 1.8rem;
}
.benefit-icon.red,
.culture-icon.red,
.device-support-icon.red,
.help-category-icon.red,
.mission-card-icon.mission,
.payment-category-icon.red,
.settings-card-icon.red,
.why-join-icon.red {
  background: rgba(239, 68, 68, 0.12);
}
.benefit-icon.purple,
.culture-icon.purple,
.device-support-icon.purple,
.help-category-icon.purple,
.mission-card-icon.vision,
.payment-category-icon.purple,
.settings-card-icon.purple,
.why-join-icon.purple {
  background: rgba(139, 92, 246, 0.12);
}
.benefit-icon.green,
.culture-icon.green,
.device-support-icon.green,
.help-category-icon.green,
.mission-card-icon.values,
.payment-category-icon.green,
.settings-card-icon.green,
.why-join-icon.green {
  background: rgba(34, 197, 94, 0.12);
}
.mission-card-title {
  font-family: Outfit, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  letter-spacing: -0.3px;
}
.mission-card-desc {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.75;
}
.story-image-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}
.story-image-wrap img {
  width: 100%;
  height: 480px;
  border-radius: 18px;
  display: block;
}
.story-image-glow {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  box-shadow: 0 0 80px var(--glow-purple) inset;
  pointer-events: none;
}
.story-floating-badge {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  background: rgba(139, 92, 246, 0.9);
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
  font-family: Outfit, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  animation: 4s ease-in-out infinite floatBadge;
}
@keyframes floatBadge {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.timeline {
  position: relative;
  padding-left: 2.5rem;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    to bottom,
    var(--primary),
    var(--accent),
    transparent
  );
}
.timeline-item {
  position: relative;
  padding-bottom: 2.5rem;
}
.timeline-item:last-child {
  padding-bottom: 0;
}
.timeline-dot {
  position: absolute;
  left: -2.5rem;
  top: 0.25rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary);
  border: 3px solid var(--dark-2);
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.3);
  transform: translateX(-50%);
}
.career-hero,
.join-cta-btns,
.join-cta-card,
.join-cta-title,
.team-card {
  position: relative;
}
.article-card:hover .article-card-img,
.career-hero-bg {
  transform: scale(1.05);
}
.timeline-dot.accent {
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.3);
}
.timeline-year {
  display: inline-block;
  font-family: Outfit, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--primary);
  background: rgba(239, 68, 68, 0.1);
  padding: 0.25rem 0.7rem;
  border-radius: 99px;
  margin-bottom: 0.5rem;
}
.contact-card-title,
.culture-text strong,
.team-name,
.timeline-title {
  font-weight: 700;
  font-family: Outfit, sans-serif;
}
.timeline-year.accent {
  color: var(--accent);
  background: rgba(139, 92, 246, 0.1);
}
.timeline-title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.timeline-desc {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.7;
}
.team-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 2rem 1.5rem;
}
.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 25px var(--glow-red);
  border-color: rgba(239, 68, 68, 0.3);
}
.team-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transform: scaleX(0);
  transition: transform 0.4s;
}
.team-avatar-wrap {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 1.25rem;
  border: 3px solid var(--glass-border);
  overflow: hidden;
  transition: border-color 0.3s;
}
.contact-card-title,
.team-name {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}
.team-role {
  font-size: 0.82rem;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.team-bio {
  font-size: 0.83rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 1rem;
}
.team-socials {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
}
.team-social-link {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.25s;
}
.author-social-link svg,
.team-social-link svg {
  width: 14px;
  height: 14px;
  stroke: var(--light);
}
.value-pill-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.value-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  padding: 0.7rem 1.25rem;
  border-radius: 99px;
  font-family: Outfit, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(248, 250, 252, 0.85);
  transition: 0.3s;
  cursor: default;
}
.value-pill:hover {
  border-color: var(--primary);
  background: rgba(239, 68, 68, 0.08);
  color: var(--light);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(239, 68, 68, 0.15);
}
.value-pill-icon {
  font-size: 1.2rem;
}
.office-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 1rem;
}
.office-img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition: transform 0.5s, box-shadow 0.4s;
  cursor: pointer;
}
.office-img:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}
.office-img-main {
  grid-row: span 2;
}
.culture-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.culture-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}
.career-hero,
.culture-icon {
  display: flex;
  align-items: center;
}
.culture-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}
.benefit-icon.amber,
.culture-icon.amber,
.device-support-icon.amber,
.help-category-icon.amber,
.payment-category-icon.amber,
.settings-card-icon.amber,
.why-join-icon.amber {
  background: rgba(245, 158, 11, 0.12);
}
.culture-text strong {
  font-size: 0.9rem;
  color: var(--light);
  display: block;
  margin-bottom: 0.15rem;
}
.culture-text span,
.device-support-card p,
.payment-category-card p {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.5;
}
.join-cta-card {
  background: linear-gradient(
    135deg,
    rgba(239, 68, 68, 0.08),
    rgba(139, 92, 246, 0.1)
  );
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 20px;
  padding: 3.5rem 2.5rem;
  overflow: hidden;
}
.join-cta-card::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -8%;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, var(--glow-red) 0, transparent 70%);
  pointer-events: none;
}
.join-cta-card::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -8%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--glow-purple) 0, transparent 70%);
  pointer-events: none;
}
.join-cta-title {
  font-family: Outfit, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 0.75rem;
}
.dept-tab,
.job-card-title,
.media-kit-title,
.why-join-card h3 {
  font-weight: 700;
  font-family: Outfit, sans-serif;
}
.join-cta-subtitle {
  font-size: 0.95rem;
  color: var(--muted);
  max-width: 480px;
  margin: 0 auto 2rem;
  line-height: 1.7;
  position: relative;
}
.join-cta-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.career-hero {
  min-height: 75vh;
  overflow: hidden;
  background: var(--dark-2);
}
.job-card,
.why-join-icon {
  display: flex;
  align-items: center;
}
.career-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=1920&q=80");
  background-size: cover;
  background-position: center 30%;
  animation: 22s ease-in-out infinite alternate careerHeroPan;
}
@keyframes careerHeroPan {
  from {
    transform: scale(1.05) translateX(0);
  }
  to {
    transform: scale(1.1) translateX(-1.5%);
  }
}
.career-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(2, 6, 23, 0.96) 35%,
    rgba(2, 6, 23, 0.55) 65%,
    rgba(139, 92, 246, 0.12) 100%
  );
}
.blog-hero,
.blog-hero-inner,
.blog-search,
.career-cta,
.career-cta-title,
.process-step {
  position: relative;
}
.why-join-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 25px var(--glow-purple);
  border-color: rgba(139, 92, 246, 0.25);
}
.why-join-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transform: scaleX(0);
  transition: transform 0.45s;
}
.blog-hero::before,
.career-cta::before {
  right: -10%;
  position: absolute;
  content: "";
  pointer-events: none;
}
.why-join-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
}
.media-kit-title,
.why-join-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.why-join-card p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.7;
}
.dept-tabs {
  display: flex;
  gap: 0.4rem;
  overflow-x: auto;
  margin-bottom: 2.5rem;
  padding-bottom: 0.25rem;
}
.dept-tabs::-webkit-scrollbar {
  display: none;
}
.dept-tab {
  padding: 0.55rem 1.2rem;
  border-radius: 99px;
  border: 1px solid var(--glass-border);
  background: var(--glass);
  font-size: 0.83rem;
  color: rgba(248, 250, 252, 0.65);
  cursor: pointer;
  transition: 0.25s;
  flex-shrink: 0;
}
.benefit-card p,
.job-card-meta,
.job-tag,
.process-step p {
  color: var(--muted);
}
.dept-tab .count {
  font-size: 0.7rem;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.1rem 0.45rem;
  border-radius: 99px;
  margin-left: 0.3rem;
}
.job-card,
.job-tag {
  border: 1px solid var(--glass-border);
}
.job-card {
  background: rgba(15, 23, 42, 0.6);
  border-radius: 14px;
  padding: 1.5rem;
  transition: 0.3s;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.job-card-icon,
.job-card-meta {
  align-items: center;
  display: flex;
}
.job-card:hover {
  border-color: rgba(239, 68, 68, 0.25);
  background: rgba(15, 23, 42, 0.8);
  transform: translateX(4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.job-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(139, 92, 246, 0.12);
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.4rem;
}
.job-card-title {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}
.job-card-meta {
  gap: 0.75rem;
  flex-wrap: wrap;
  font-size: 0.82rem;
}
.article-card-date,
.featured-post-meta span,
.job-card-meta span {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.article-card-date svg,
.job-card-meta svg {
  width: 13px;
  height: 13px;
  stroke: var(--muted);
}
.job-card-tags {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.6rem;
}
.job-tag {
  background: rgba(255, 255, 255, 0.05);
  padding: 0.2rem 0.6rem;
  border-radius: 99px;
  font-size: 0.7rem;
  font-weight: 600;
}
.benefit-card,
.process-step {
  background: var(--glass);
  padding: 1.75rem;
  transition: 0.3s;
  text-align: center;
}
.job-card-apply {
  flex-shrink: 0;
}
.job-card-apply .btn-primary {
  padding: 0.6rem 1.2rem;
  font-size: 0.85rem;
}
@media (max-width: 640px) {
  .job-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .job-card-apply {
    align-self: flex-end;
  }
}
.benefit-card {
  border: 1px solid var(--glass-border);
  border-radius: 14px;
}
.benefit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(239, 68, 68, 0.25);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}
.benefit-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  font-size: 1.6rem;
}
.benefit-card h3,
.contact-support-card h3,
.device-support-card h3,
.help-category-card h3,
.payment-category-card h3,
.process-step h3 {
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.benefit-card p {
  font-size: 0.83rem;
  line-height: 1.6;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}
.process-step {
  border: 1px solid var(--glass-border);
  border-radius: 14px;
}
.contact-support-card:hover,
.process-step:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}
.step-number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  color: #fff;
  margin: 0 auto 1rem;
}
.process-step p {
  font-size: 0.82rem;
  line-height: 1.6;
}
.employee-testimonial-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 2rem;
}
.author-card,
.featured-post,
.sidebar-card {
  backdrop-filter: blur(12px);
}
.employee-quote {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(248, 250, 252, 0.85);
  font-style: italic;
  margin-bottom: 1.5rem;
}
.t-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--glass-border);
  cursor: pointer;
  transition: 0.3s;
}
.t-dot.active {
  width: 24px;
  border-radius: 99px;
  background: var(--primary);
}
.blog-search-input,
.perk-item {
  border: 1px solid var(--glass-border);
}
.perks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 1rem;
}
.perk-item {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  padding: 1.25rem 0.75rem;
  text-align: center;
  transition: 0.25s;
}
.perk-item:hover {
  background: rgba(239, 68, 68, 0.06);
  border-color: rgba(239, 68, 68, 0.3);
  transform: translateY(-2px);
}
.perk-icon {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.perk-label {
  font-family: Outfit, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--light);
}
.career-cta {
  background: linear-gradient(
    135deg,
    rgba(239, 68, 68, 0.08),
    rgba(139, 92, 246, 0.1)
  );
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  overflow: hidden;
}
.career-cta::before {
  top: -30%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--glow-red) 0, transparent 70%);
}
.career-cta-title {
  font-family: Outfit, sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 0.75rem;
}
.career-cta-subtitle {
  color: var(--muted);
  max-width: 500px;
  margin: 0 auto 2rem;
  font-size: 0.95rem;
  line-height: 1.7;
  position: relative;
}
.blog-hero {
  padding: 7rem 0 4rem;
  background: var(--dark-2);
  overflow: hidden;
}
.blog-hero::before {
  top: -40%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--glow-purple) 0, transparent 70%);
}
.blog-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, var(--dark), transparent);
}
.blog-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.blog-hero-text {
  max-width: 600px;
}
.blog-hero-title {
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.blog-hero-subtitle {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.7;
  max-width: 480px;
}
.blog-search {
  width: 100%;
  max-width: 340px;
}
.blog-search-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 0.9rem 1rem 0.9rem 2.8rem;
  color: var(--light);
  font-family: Inter, sans-serif;
  font-size: 0.9rem;
  outline: 0;
  transition: border-color 0.3s;
}
.article-card-title,
.btn-text,
.featured-post-title,
.sidebar-head {
  font-family: Outfit, sans-serif;
}
.blog-search-input::placeholder {
  color: var(--muted);
}
.blog-search-icon,
.faq-search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.featured-post {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 3rem;
}
.featured-post:hover {
  border-color: rgba(239, 68, 68, 0.3);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 30px var(--glow-red);
  transform: translateY(-4px);
}
.featured-post-img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
}
.article-card-tag,
.featured-post-tag {
  width: fit-content;
  text-transform: uppercase;
}
.featured-post-body {
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-post-tag {
  display: inline-block;
  background: rgba(139, 92, 246, 0.15);
  border: 1px solid rgba(139, 92, 246, 0.3);
  color: var(--accent);
  padding: 0.25rem 0.75rem;
  border-radius: 99px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}
.featured-post-title {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}
.featured-post-excerpt {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.featured-post-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
}
.article-card-tag,
.btn-text {
  color: var(--primary);
  font-weight: 700;
}
.btn-text {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  text-decoration: none;
  transition: gap 0.25s;
}
.btn-text:hover,
.press-card-link:hover {
  gap: 0.7rem;
}
.btn-text svg,
.press-card-link svg,
.sidebar-head svg {
  width: 16px;
  height: 16px;
  stroke: var(--primary);
}
.article-card-read svg,
.page-btn svg {
  width: 14px;
  height: 14px;
}
.blog-layout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1.5rem 5rem;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 3rem;
  align-items: start;
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.75rem;
}
.article-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.article-card:hover,
.related-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 20px var(--glow-purple);
  border-color: rgba(139, 92, 246, 0.25);
}
.article-card-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.article-card-tag {
  display: inline-block;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}
.article-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.75rem;
  flex: 1;
}
.article-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.78rem;
  color: var(--muted);
  border-top: 1px solid var(--border);
  padding-top: 1rem;
  margin-top: auto;
}
.article-card-read {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transition: gap 0.2s;
}
.sidebar-card {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  padding: 1.5rem;
}
.sidebar-head {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border);
}
.category-list,
.popular-articles-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.category-item,
.pagination {
  align-items: center;
  display: flex;
}
.category-item {
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  font-size: 0.88rem;
  color: rgba(248, 250, 252, 0.8);
  text-decoration: none;
  transition: 0.2s;
  font-weight: 500;
}
.category-item:hover {
  background: rgba(239, 68, 68, 0.08);
  color: var(--primary);
}
.category-count {
  background: rgba(255, 255, 255, 0.07);
  padding: 0.15rem 0.5rem;
  border-radius: 99px;
  font-size: 0.75rem;
  font-weight: 600;
}
.btn-subscribe,
.page-btn,
.recent-post-title {
  font-weight: 700;
  font-family: Outfit, sans-serif;
}
.recent-post-item {
  display: flex;
  gap: 0.85rem;
  margin-bottom: 1.2rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
  padding: 0.4rem;
  border-radius: 8px;
}
.recent-post-item:hover {
  background: rgba(255, 255, 255, 0.03);
}
.recent-post-thumb {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  flex-shrink: 0;
}
.recent-post-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.recent-post-title {
  font-size: 0.85rem;
  line-height: 1.3;
  margin-bottom: 0.3rem;
  color: var(--light);
}
.article-tag,
.tag-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--glass-border);
  padding: 0.35rem 0.8rem;
  border-radius: 99px;
  font-size: 0.78rem;
  color: rgba(248, 250, 252, 0.7);
  text-decoration: none;
  transition: 0.2s;
}
.sidebar-newsletter {
  background: linear-gradient(
    135deg,
    rgba(239, 68, 68, 0.08),
    rgba(139, 92, 246, 0.1)
  );
  border: 1px solid rgba(239, 68, 68, 0.2);
}
.sidebar-newsletter p {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 1rem;
  line-height: 1.6;
}
.sidebar-newsletter-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  padding: 0.7rem 0.9rem;
  color: var(--light);
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
  outline: 0;
  transition: border-color 0.3s;
}
.sidebar-newsletter-input::placeholder {
  color: var(--muted);
}
.btn-subscribe,
.page-btn.active {
  background: var(--primary);
  color: #fff;
}
.btn-subscribe {
  width: 100%;
  border: none;
  padding: 0.7rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}
.pagination {
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
}
.page-btn {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid var(--glass-border);
  background: var(--glass);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.85rem;
  color: var(--muted);
  transition: 0.2s;
}
.page-btn.active {
  border-color: var(--primary);
  box-shadow: 0 4px 15px var(--glow-red);
}
.page-btn svg {
  stroke: currentColor;
}
@media (max-width: 1024px) {
  .office-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 200px 200px;
  }
  .office-img-main {
    grid-row: span 1;
    grid-column: span 2;
  }
  .timeline {
    padding-left: 2rem;
  }
  .timeline-dot {
    left: -2rem;
  }
  .blog-layout,
  .featured-post {
    grid-template-columns: 1fr;
  }
  .featured-post-img {
    min-height: 240px;
  }
}
@media (max-width: 768px) {
  .about-hero {
    min-height: 55vh;
  }
  .about-hero-stats-row {
    gap: 1.5rem;
  }
  .office-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 160px 160px 160px;
    gap: 0.6rem;
  }
  .join-cta-card {
    padding: 2.5rem 1.5rem;
  }
  .value-pill-wrap {
    gap: 0.5rem;
  }
  .value-pill {
    padding: 0.5rem 0.9rem;
    font-size: 0.8rem;
  }
  .blog-hero-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-search {
    max-width: 100%;
  }
  .article-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
  .hero-cta-row {
    flex-direction: column;
  }
  .hero-cta-row .btn-outline,
  .hero-cta-row .btn-primary {
    width: 100%;
    justify-content: center;
  }
  .cta-btns {
    flex-direction: column;
    align-items: center;
  }
  .office-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 140px 140px 140px;
  }
  .about-hero-stats-row {
    gap: 1rem;
  }
  .about-hero-stat-value {
    font-size: 1.5rem;
  }
  .team-avatar-wrap {
    width: 80px;
    height: 80px;
  }
  .article-grid {
    grid-template-columns: 1fr;
  }
}
.article-hero {
  position: relative;
  padding: 7rem 0 3rem;
  background: var(--dark-2);
  overflow: hidden;
}
.article-hero::after,
.device-hero::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--glow-purple) 0, transparent 70%);
  pointer-events: none;
}
.article-hero-inner,
.cookie-hero-inner,
.dmca-hero-inner,
.edit-profile-hero-inner,
.licenses-hero-inner,
.policy-hero-inner,
.press-hero-inner,
.subscription-hero-inner,
.tos-hero-inner {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}
.article-category {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(139, 92, 246, 0.12);
  border: 1px solid rgba(139, 92, 246, 0.25);
  color: var(--accent);
  padding: 0.3rem 0.9rem;
  border-radius: 99px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.author-card,
.share-icon {
  background: var(--glass);
  display: flex;
}
.article-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1.1;
  margin-bottom: 1.25rem;
}
.article-excerpt {
  font-size: 1.1rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 2rem;
}
.article-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border);
}
.article-author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--primary);
}
.article-author-name,
.comment-name {
  font-family: Outfit, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
}
.article-meta-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: var(--muted);
}
.article-content-wrapper {
  max-width: 1270px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
}
.article-featured-img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 2.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
.btn-plan-upgrade,
.btn-save {
  box-shadow: 0 4px 15px var(--glow-red);
}
.article-body {
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(248, 250, 252, 0.85);
}
.article-body h2 {
  font-family: Outfit, sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  margin: 2.5rem 0 1rem;
  color: var(--light);
  letter-spacing: -0.5px;
}
.article-body h3 {
  font-family: Outfit, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
  color: var(--light);
}
.article-body blockquote {
  border-left: 4px solid var(--primary);
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
  background: rgba(239, 68, 68, 0.05);
  border-radius: 0 10px 10px 0;
  font-style: italic;
  color: rgba(248, 250, 252, 0.7);
}
.article-body ul {
  margin: 1.25rem 0;
  padding-left: 1.5rem;
}
.article-body li,
.cookie-card li,
.dmca-card li,
.licenses-card li,
.policy-card li,
.tos-card li {
  margin-bottom: 0.6rem;
}
.article-body img {
  max-width: 100%;
  border-radius: 12px;
  margin: 2rem 0;
}
.article-footer-meta {
  max-width: 1270px;
  margin: 2rem auto 0;
  padding: 2rem 1.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  border-top: 1px solid var(--border);
}
.article-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.article-share span {
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 600;
}
.share-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid var(--glass-border);
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.2s;
}
.author-box,
.comments-section {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
}
.author-card {
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 2rem;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}
.author-card-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid var(--primary);
  flex-shrink: 0;
}
.author-card-name {
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.author-card-bio,
.press-card-excerpt {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 1rem;
}
.author-card-socials {
  display: flex;
  gap: 0.5rem;
}
.author-social-link {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.2s;
}
.newsletter-input,
.related-card {
  border: 1px solid var(--glass-border);
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
}
.related-card {
  background: var(--glass);
  border-radius: 14px;
  overflow: hidden;
  transition: 0.3s;
}
.related-card-img {
  width: 100%;
  height: 180px;
  display: block;
}
.related-card-tag {
  display: inline-block;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  color: var(--primary);
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.related-card-title {
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.75rem;
}
.related-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.78rem;
  color: var(--muted);
  border-top: 1px solid var(--border);
  padding-top: 0.75rem;
}
.comments-head {
  font-family: Outfit, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.comment-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.comment-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--glass-border);
}
.comment-text {
  font-size: 0.9rem;
  color: rgba(248, 250, 252, 0.8);
  line-height: 1.6;
}
.comment-reply-btn {
  background: 0 0;
  border: none;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.82rem;
  cursor: pointer;
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.newsletter-strip {
  background: linear-gradient(
    135deg,
    rgba(239, 68, 68, 0.06),
    rgba(139, 92, 246, 0.08)
  );
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 3rem 0;
}
.newsletter-strip-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}
.newsletter-strip-title {
  font-family: Outfit, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.newsletter-strip-sub {
  color: var(--muted);
  margin-bottom: 1.5rem;
}
.newsletter-form {
  display: flex;
  gap: 0.5rem;
  max-width: 460px;
  margin: 0 auto;
}
.newsletter-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  padding: 0.8rem 1rem;
  color: var(--light);
  font-size: 0.9rem;
  outline: 0;
}
.newsletter-input::placeholder {
  color: var(--muted);
}
.cookie-hero,
.dmca-hero,
.licenses-hero,
.policy-hero,
.press-hero,
.tos-hero {
  background: var(--dark-2);
  padding: 7rem 0 3.5rem;
  position: relative;
  overflow: hidden;
}
.cookie-hero::before,
.dmca-hero::before,
.faq-hero::before,
.licenses-hero::before,
.policy-hero::before,
.press-hero::before,
.tos-hero::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--glow-purple) 0, transparent 70%);
  pointer-events: none;
}
.cookie-card,
.dmca-card,
.licenses-card,
.policy-card,
.tos-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(16px);
  border-radius: 20px;
  padding: 2.5rem;
  max-width: 1270px;
  margin: 0 auto 4rem;
  position: relative;
  z-index: 2;
}
.device-support-card,
.plan-overview,
.settings-card {
  backdrop-filter: blur(10px);
}
.cookie-card h2,
.dmca-card h2,
.licenses-card h2,
.policy-card h2,
.tos-card h2 {
  font-family: Outfit, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 2.5rem 0 1rem;
  color: var(--light);
  letter-spacing: -0.3px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--border);
}
.cookie-card h2:first-child,
.dmca-card h2:first-child,
.licenses-card h2:first-child,
.policy-card h2:first-child,
.tos-card h2:first-child {
  margin-top: 0;
}
.cookie-card h3,
.dmca-card h3,
.licenses-card h3,
.policy-card h3,
.tos-card h3 {
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
  color: var(--light);
}
.cookie-card li,
.cookie-card p,
.dmca-card li,
.dmca-card p,
.licenses-card li,
.licenses-card p,
.policy-card li,
.policy-card p,
.tos-card li,
.tos-card p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(248, 250, 252, 0.8);
  margin-bottom: 1.25rem;
}
.cookie-card ul,
.dmca-card ol,
.dmca-card ul,
.licenses-card ul,
.policy-card ul,
.tos-card ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.cookie-card strong,
.dmca-card strong,
.licenses-card strong,
.policy-card strong,
.tos-card strong {
  color: var(--light);
  font-weight: 600;
}
.cookie-card a,
.dmca-card a,
.licenses-card a,
.policy-card a,
.tos-card a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
}
.cookie-last-updated,
.dmca-last-updated,
.licenses-last-updated,
.policy-last-updated,
.tos-last-updated {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
  font-style: italic;
}
.account-hero,
.device-hero,
.faq-hero,
.payment-hero {
  background: var(--dark-2);
  padding: 7rem 0 4rem;
  position: relative;
  overflow: hidden;
}
.device-hero-inner,
.payment-hero-inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.account-hero-badge,
.device-hero-badge,
.faq-hero-badge,
.help-hero-badge,
.payment-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.25);
  color: var(--primary);
  padding: 0.35rem 1rem;
  border-radius: 99px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.account-hero-title,
.device-hero-title,
.faq-hero-title,
.payment-hero-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -1.5px;
  margin-bottom: 1rem;
}
.device-hero-subtitle,
.payment-hero-subtitle {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 550px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}
.device-support-card,
.guide-card {
  background: var(--glass);
  text-decoration: none;
  color: inherit;
}
.device-support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1.25rem;
}
.device-support-card {
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  padding: 2rem 1.25rem;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.device-support-card:hover,
.help-category-card:hover,
.payment-category-card:hover,
.settings-card:hover {
  transform: translateY(-6px);
  border-color: rgba(239, 68, 68, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 20px var(--glow-red);
}
.guide-card:hover,
.popular-article-item:hover {
  border-color: rgba(239, 68, 68, 0.25);
  transform: translateX(4px);
}
.device-support-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
.guide-card,
.help-search-input {
  border: 1px solid var(--glass-border);
}
.device-support-icon.blue,
.help-category-icon.blue,
.settings-card-icon.blue {
  background: rgba(59, 130, 246, 0.12);
}
.guide-card {
  border-radius: 12px;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: 0.25s;
}
.guide-card:hover {
  background: rgba(239, 68, 68, 0.04);
}
.guide-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(139, 92, 246, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.3rem;
}
.faq-search-icon svg,
.guide-card-arrow,
.help-search-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--muted);
}
.guide-card-desc {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.4;
}
.guide-card-arrow {
  flex-shrink: 0;
  transition: transform 0.2s;
}
.guide-card:hover .guide-card-arrow,
.popular-article-item:hover .popular-article-arrow,
.settings-card:hover .settings-card-arrow {
  transform: translateX(3px);
  stroke: var(--primary);
}
.help-hero {
  background: var(--dark-2);
  padding: 6rem 0 4rem;
  position: relative;
  overflow: hidden;
}
.help-hero::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--glow-purple) 0, transparent 70%);
  pointer-events: none;
}
.faq-hero-inner,
.help-hero-inner {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.account-hero-subtitle,
.faq-hero-subtitle,
.help-hero-subtitle {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 500px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}
.help-search-wrap {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
}
.help-search-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 1rem 1.25rem 1rem 3.2rem;
  color: var(--light);
  font-family: Inter, sans-serif;
  font-size: 0.95rem;
  outline: 0;
  transition: border-color 0.3s, background 0.3s;
}
.help-category-card,
.payment-category-card,
.popular-article-item {
  border: 1px solid var(--glass-border);
  text-decoration: none;
  background: var(--glass);
}
.help-search-input::placeholder {
  color: var(--muted);
}
.help-search-icon {
  position: absolute;
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.help-categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
}
.help-category-card,
.payment-category-card {
  backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: 0.3s;
  color: inherit;
  cursor: pointer;
}
.help-category-icon,
.payment-category-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
.help-category-card p {
  font-size: 0.83rem;
  color: var(--muted);
  line-height: 1.5;
}
.popular-article-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-radius: 10px;
  transition: 0.25s;
  color: var(--light);
}
.popular-article-item:hover {
  background: rgba(239, 68, 68, 0.05);
}
.help-card::before,
.still-need-help-card::before {
  content: "";
  position: absolute;
  top: -20%;
  background: radial-gradient(circle, var(--glow-red) 0, transparent 70%);
}
.billing-date,
.popular-article-title {
  font-family: Outfit, sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
}
.popular-article-arrow {
  width: 20px;
  height: 20px;
  stroke: var(--muted);
  transition: transform 0.2s;
}
.contact-support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}
.contact-support-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  padding: 1.75rem;
  text-align: center;
  transition: 0.3s;
}
.contact-support-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(239, 68, 68, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
.contact-support-link,
.settings-card {
  align-items: center;
  text-decoration: none;
}
.contact-support-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--primary);
}
.contact-support-card p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 1rem;
}
.contact-support-link {
  display: inline-flex;
  gap: 0.4rem;
  color: var(--primary);
  font-weight: 700;
  font-size: 0.85rem;
  transition: gap 0.2s;
}
.contact-support-link svg {
  width: 14px;
  height: 14px;
  stroke: var(--primary);
}
.still-need-help-card {
  background: linear-gradient(
    135deg,
    rgba(239, 68, 68, 0.08),
    rgba(139, 92, 246, 0.08)
  );
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.still-need-help-card::before {
  right: -5%;
  width: 250px;
  height: 250px;
  pointer-events: none;
}
.faq-search-wrap {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.faq-search-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  padding: 0.9rem 1.25rem 0.9rem 3rem;
  color: var(--light);
  font-family: Inter, sans-serif;
  font-size: 0.95rem;
  outline: 0;
  transition: border-color 0.3s;
}
.btn-change-photo,
.btn-download,
.cancel-card h3,
.danger-zone h3,
.faq-category-btn,
.faq-question,
.notification-group-title,
.press-card-title,
.settings-card-title,
.step-number-circle,
.step-title {
  font-family: Outfit, sans-serif;
}
.faq-search-input::placeholder {
  color: var(--muted);
}
.faq-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 3rem;
}
.faq-category-btn {
  padding: 0.5rem 1.2rem;
  border-radius: 99px;
  border: 1px solid var(--glass-border);
  background: var(--glass);
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(248, 250, 252, 0.7);
  cursor: pointer;
  transition: 0.25s;
}
.faq-category-btn:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--light);
}
.help-card {
  background: linear-gradient(
    135deg,
    rgba(239, 68, 68, 0.06),
    rgba(139, 92, 246, 0.08)
  );
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
}
.help-card::before {
  right: -10%;
  width: 300px;
  height: 300px;
  pointer-events: none;
}
.account-hero::before,
.edit-profile-hero::before,
.notification-hero::before,
.payment-hero::before {
  position: absolute;
  background: radial-gradient(circle, var(--glow-purple) 0, transparent 70%);
  content: "";
  pointer-events: none;
}
.account-hero::before {
  top: -30%;
  right: -8%;
  width: 500px;
  height: 500px;
}
.account-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.user-avatar-large {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid var(--primary);
  margin: 0 auto 1rem;
}
.settings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}
.settings-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  padding: 1.5rem;
  transition: 0.3s;
  color: inherit;
  cursor: pointer;
  display: flex;
  gap: 1.25rem;
}
.settings-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.settings-card-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.settings-card-desc {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.4;
}
.settings-card-arrow {
  width: 20px;
  height: 20px;
  stroke: var(--muted);
  flex-shrink: 0;
  transition: transform 0.2s, stroke 0.2s;
}
.plan-overview {
  background: linear-gradient(
    135deg,
    rgba(239, 68, 68, 0.08),
    rgba(139, 92, 246, 0.08)
  );
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 16px;
  padding: 2rem;
  margin-top: 3rem;
}
.plan-overview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.plan-badge {
  background: var(--primary);
  color: #fff;
  padding: 0.25rem 0.8rem;
  border-radius: 99px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.plan-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
}
.danger-zone {
  margin-top: 2rem;
  background: rgba(239, 68, 68, 0.05);
  border: 1px solid rgba(239, 68, 68, 0.15);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
}
.cancel-card h3,
.danger-zone h3 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.danger-zone p {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 1rem;
}
.btn-danger {
  background: 0 0;
  color: var(--primary);
  border: 1px solid rgba(239, 68, 68, 0.3);
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}
.edit-profile-hero,
.notification-hero,
.subscription-hero {
  background: var(--dark-2);
  padding: 6rem 0 3rem;
  position: relative;
  overflow: hidden;
}
.edit-profile-hero::before,
.notification-hero::before {
  top: -20%;
  right: -10%;
  width: 400px;
  height: 400px;
}
.notification-hero-inner {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}
.notification-card,
.profile-form-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2rem;
}
.notification-group {
  margin-bottom: 2.5rem;
}
.notification-group-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.notification-row,
.setting-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
}
.notification-row-label,
.setting-toggle-label {
  font-family: Outfit, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
}
.payment-hero::before {
  top: -25%;
  right: -8%;
  width: 550px;
  height: 550px;
}
.payment-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
}
.troubleshoot-steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.troubleshoot-step {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  transition: 0.25s;
}
.troubleshoot-step:hover {
  border-color: rgba(239, 68, 68, 0.25);
  background: rgba(239, 68, 68, 0.03);
}
.faq-item.open,
.press-card:hover {
  border-color: rgba(239, 68, 68, 0.3);
}
.step-number-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.9rem;
  color: #fff;
  flex-shrink: 0;
}
.step-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.step-desc {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
}
.faq-item {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.75rem;
  transition: border-color 0.3s;
}
.faq-question {
  width: 100%;
  background: 0 0;
  border: none;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--light);
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  gap: 1rem;
}
.faq-icon {
  flex-shrink: 0;
  transition: transform 0.3s;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
}
.faq-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--primary);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s, padding 0.3s;
}
.faq-item.open .faq-answer {
  max-height: 300px;
}
.faq-answer-inner {
  padding: 0 1.5rem 1.25rem;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.75;
}
@media (max-width: 768px) {
  .content-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
  }
  .card-img {
    height: 210px;
  }
  .nav-cta-desktop,
  .nav-links,
  .poster-float {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .hero-backdrop {
    height: 80vh;
  }
  .contact-support-grid,
  .details-strip-inner,
  .process-steps {
    grid-template-columns: 1fr 1fr;
  }
  .cast-grid {
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  }
  .cta-row {
    flex-wrap: wrap;
  }
  .sticky-watch {
    display: block;
  }
  body {
    padding-bottom: 90px;
  }
  .article-meta,
  .job-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .job-card-apply {
    align-self: flex-end;
  }
  .article-footer-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .author-card {
    flex-direction: column;
    text-align: center;
  }
  .device-support-grid,
  .help-categories-grid,
  .payment-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .settings-grid {
    grid-template-columns: 1fr;
  }
  .troubleshoot-step {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.press-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 1.5rem;
  transition: 0.3s;
  margin-bottom: 1rem;
}
.press-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 20px var(--glow-red);
}
.press-card-date {
  font-size: 0.78rem;
  color: var(--primary);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.press-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  color: var(--light);
}
.press-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.88rem;
  transition: gap 0.2s;
}
.media-kit-card {
  background: linear-gradient(
    135deg,
    rgba(239, 68, 68, 0.06),
    rgba(139, 92, 246, 0.08)
  );
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  transition: 0.3s;
}
.media-kit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}
.media-kit-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: rgba(139, 92, 246, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 1.25rem;
}
.media-kit-desc {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.btn-download {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 0.7rem 1.5rem;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-remove-photo,
.contact-card {
  border: 1px solid var(--glass-border);
}
.contact-card {
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.contact-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(239, 68, 68, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.contact-card-desc {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.5;
}
.contact-card-email {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  transition: underline;
}
.btn-change-photo,
.btn-remove-photo {
  padding: 0.65rem 1.3rem;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
}
.avatar-upload-area {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.avatar-preview {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid var(--primary);
  flex-shrink: 0;
}
.avatar-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.btn-change-photo {
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  transition: background 0.2s;
}
.btn-remove-photo {
  background: 0 0;
  color: var(--muted);
  border-radius: 8px;
  transition: 0.2s;
}
.btn-cancel:hover,
.btn-download-invoice:hover,
.btn-remove-photo:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.form-group.full-width {
  grid-column: span 2;
}
@media (max-width: 640px) {
  .cookie-card,
  .dmca-card,
  .licenses-card,
  .media-kit-card,
  .policy-card {
    padding: 1.5rem;
  }
  .faq-categories {
    gap: 0.4rem;
  }
  .faq-category-btn {
    font-size: 0.78rem;
    padding: 0.4rem 0.9rem;
  }
  .form-actions {
    flex-direction: column;
  }
  .btn-cancel,
  .btn-save {
    width: 100%;
    text-align: center;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-group.full-width {
    grid-column: span 1;
  }
}
.form-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(248, 250, 252, 0.8);
  letter-spacing: 0.02em;
}
.form-input,
.form-select,
.form-textarea {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  color: var(--light);
  font-family: Inter, sans-serif;
  font-size: 0.92rem;
  outline: 0;
  transition: border-color 0.3s, background 0.3s;
}
.btn-plan-action,
.btn-save,
.plan-detail-value,
.plan-name,
.plan-price {
  font-family: Outfit, sans-serif;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.08);
}
.form-input::placeholder,
.form-textarea::placeholder {
  color: var(--muted);
}
.form-select option {
  background: var(--dark-3);
  color: var(--light);
}
.form-textarea {
  resize: vertical;
  resize: vertical;
  min-height: 100px;
}
.toggle-switch {
  width: 48px;
  height: 26px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 99px;
  cursor: pointer;
  position: relative;
  transition: background 0.3s;
  flex-shrink: 0;
}
.billing-toggle-knob,
.toggle-knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
}
.btn-cancel,
.btn-save {
  padding: 0.75rem 2rem;
  font-size: 0.95rem;
  transition: 0.2s;
  cursor: pointer;
}
.billing-toggle-switch.active .billing-toggle-knob,
.toggle-switch.active .toggle-knob {
  transform: translateX(22px);
}
.form-actions {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 2rem;
}
.btn-save {
  background: linear-gradient(135deg, var(--primary), #c0392b);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 700;
}
.btn-cancel {
  background: 0 0;
  color: var(--muted);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .content-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }
  .card-img {
    height: 180px;
  }
  .movie-title {
    font-size: 2.2rem;
    letter-spacing: -1px;
  }
  .rating-row {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .details-strip-inner,
  .device-support-grid {
    grid-template-columns: 1fr 1fr;
  }
  .detail-cell:nth-child(odd) {
    border-right: 1px solid var(--border);
  }
  .detail-cell:nth-child(2n) {
    border-right: none;
  }
  .contact-support-grid,
  .help-categories-grid,
  .payment-category-grid,
  .process-steps {
    grid-template-columns: 1fr;
  }
  .form-actions {
    flex-direction: column;
  }
  .btn-cancel,
  .btn-save {
    width: 100%;
    text-align: center;
  }
}
.subscription-hero::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -5%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, var(--glow-purple) 0, transparent 70%);
  pointer-events: none;
}
.current-plan-card {
  background: linear-gradient(
    135deg,
    rgba(239, 68, 68, 0.08),
    rgba(139, 92, 246, 0.08)
  );
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 16px;
  padding: 2rem;
  backdrop-filter: blur(12px);
  margin-bottom: 2.5rem;
}
.plan-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.plan-badge-large {
  background: var(--primary);
  color: #fff;
  padding: 0.35rem 1rem;
  border-radius: 99px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.plan-details-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.5rem;
}
.plan-detail-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--glass-border);
  border-radius: 10px;
  padding: 1rem;
}
.plan-detail-label {
  font-size: 0.72rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.plan-detail-value {
  font-size: 1rem;
  font-weight: 700;
  color: var(--light);
}
.billing-toggle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.billing-toggle-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
}
.billing-toggle-switch {
  width: 48px;
  height: 26px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 99px;
  cursor: pointer;
  position: relative;
  transition: background 0.3s;
}
.save-badge {
  background: rgba(139, 92, 246, 0.2);
  border: 1px solid rgba(139, 92, 246, 0.4);
  color: var(--accent);
  padding: 0.2rem 0.6rem;
  border-radius: 99px;
  font-size: 0.72rem;
  font-weight: 700;
}
.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.plan-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  transition: 0.3s;
  position: relative;
  text-align: center;
}
.plan-card.current {
  border-color: var(--primary);
  box-shadow: 0 0 25px var(--glow-red);
  background: rgba(239, 68, 68, 0.06);
}
.plan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  border-color: rgba(239, 68, 68, 0.3);
}
.current-plan-badge {
  position: absolute;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: #fff;
  padding: 0.25rem 1rem;
  border-radius: 99px;
  font-size: 0.75rem;
  font-weight: 700;
}
.plan-name {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.plan-price {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.plan-price sup {
  font-size: 1rem;
  vertical-align: super;
}
.plan-period {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
}
.plan-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.feature-cross {
  stroke: #475569;
  color: var(--muted);
}
.btn-plan-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  padding: 0.75rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
}
.btn-plan-current {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: var(--primary);
}
.btn-plan-upgrade {
  background: linear-gradient(135deg, var(--primary), #c0392b);
  color: #fff;
  border: none;
}
.btn-plan-downgrade {
  background: 0 0;
  border: 1px solid var(--glass-border);
  color: var(--light);
}
.btn-plan-action:hover {
  transform: translateY(-2px);
}
.billing-history-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 10px;
  transition: 0.2s;
}
.billing-history-item:hover {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.2);
}
.billing-amount {
  font-weight: 700;
  color: var(--light);
}
.billing-status {
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
}
.status-paid {
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
}
.status-pending {
  background: rgba(245, 158, 11, 0.15);
  color: #fcd34d;
}
.btn-download-invoice {
  background: 0 0;
  border: 1px solid var(--glass-border);
  color: var(--muted);
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}
.cancel-card {
  background: rgba(239, 68, 68, 0.05);
  border: 1px solid rgba(239, 68, 68, 0.15);
  border-radius: 14px;
  padding: 2rem;
  text-align: center;
  margin-top: 2rem;
}
.cancel-card p {
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 1.25rem;
}
.btn-cancel-subscription {
  background: 0 0;
  color: var(--primary);
  border: 1px solid rgba(239, 68, 68, 0.3);
  padding: 0.65rem 1.8rem;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 640px) {
  .plan-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .billing-history-item {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .tos-card {
    padding: 1.5rem;
  }
}
.contact-card {
  background: linear-gradient(
    135deg,
    rgba(239, 68, 68, 0.06),
    rgba(139, 92, 246, 0.08)
  );
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  margin-top: 3rem;
}

.contact-card .btn-primary{color: #fff;}
html,
body {
    overflow-x: hidden;
    width: 100%;
}