﻿@charset "UTF-8";
@font-face {
  font-family: "Alice";
  src: url("/../fonts/alice.ttf") format("truetype");
}
@font-face {
  font-family: "digital";
  src: url("/../fonts/digital-7.ttf") format("truetype");
}
@font-face {
  font-family: "Tajawal";
  src: url("/../fonts/tajawal.ttf") format("truetype");
}
:root {
  --bodyBG: #151515;
  --TriangleBG: url("/Pic/Svg/Dark/Subtle-Prism.svg");
  --HeaderBG: rgba(22, 22, 22, 0.9);
  --PrimaryBG: #18191a;
  --SecondBG: #161616;
  --ThirdBG: #242424;
  --FourBG: #141414;
  --PrimaryColor: #e1002d;
  --PrimaryColor_: #f7f7f7;
  --PrimaryColor__: #ccc;
  --SecondaryColor: #ffd200;
  --SecondColor: #d7d7d7;
  --ThirdColor: #ff6060;
  --ThirdIn: #18191a;
  --FourthColor: #ffd200;
  --FourColor: #dfdfdf;
  --FifthColor: #ffffff;
  --FiveColor: #B0B3B8;
  --SixthColor: #f8f8f8;
  --SixColor: #B0B3B8;
  --SeventhColor: #e8e8e8;
  --EighthColor: #d8d8d8;
  --NinthColor: #c8c8c8;
  --TenthColor: #b8b8b8;
  --EleventhColor: #a8a8a8;
  --TwelfthColor: #888888;
  --ThirteenthColor: #666666;
  --FourteenthColor: #444444;
  --FifteenthColor: #222222;
  --SixteenthColor: #111111;
  --SeventeenthColor: #000000;
  --FreeColor: #CACFD2;
  --PrimaryShadow: #161616;
  --PrimaryBorder: #323232;
  --BtnBorder: #4e4e4e;
  --TutorialBG: #18191a;
  --TutorialBG_: #242526;
  --nameLogo: #dfdfdf;
  --selectCompany: #141414;
  --imgWelcome: 0.6;
  --loadinPagebarSec: #ffeba6;
  --lineProgressAnalyse: linear-gradient(to right, #d5b33d, #ddb835, #e8b910);
  --chartLine: #314c66;
  --numSearchActivity: #f2e811;
  --chartBarLine: #21abb0;
  --bgAai: #242424;
  --bgBai: #242424;
  --bgCai: #ff6060;
  --bgDai: #ffda57;
  --bgEai: rgba(21, 32, 43, 0.43);
  --bgFai: #242424;
  --coAai: #000000;
  --coBai: #B0B3B8;
  --boAai: #ff9c5c;
  --boBai: #323232;
  --primary-blue: #3B82F6;
  --secondary-teal: #14B8A6;
  --accent-orange: #F97316;
  --success-green: #10B981;
  --warning-yellow: #F59E0B;
  --error-red: #EF4444;
  --YtColor: #ff0033;
  --YtColor_: #e1002d;
  --bg-primary: #0F172A;
  --text-primary: #F8FAFC;
  --text-secondary: #E2E8F0;
  --text-tertiary: #94A3B8;
  --text-quaternary: #64748B;
  --shadow-primary: rgba(0, 0, 0, 0.5);
  --shadow-secondary: rgba(0, 0, 0, 0.3);
  --success-bg: rgba(16, 185, 129, 0.1);
  --error-bg: rgba(239, 68, 68, 0.1);
  --warning-bg: rgba(245, 158, 11, 0.1);
  --paypal-blue: #0070ba;
  --paypal-dark: #003087;
  --stripe-purple: #635bff;
  --stripe-dark: #4c44d4;
  --vodafone-red: #e60000;
  --instapay-blue: #1e40af;
  --bg-dark: #0F0F0F;
  --bg-surface: #1F1F1F;
  --bg-elevated: #282828;
  --yt-red: #CC0000;
  --yt-red-light: #FF0000;
  --yt-red-dark: #990000;
  --text-primary: #FFFFFF;
  --text-secondary: #AAAAAA;
  --text-muted: #717171;
  --success-green: #2BA640;
  --border-subtle: rgba(255, 255, 255, 0.1);
  --border-light: rgba(255, 255, 255, 0.15);
  /* Gradients */
  --gradient-primary: linear-gradient(90deg, #0072ff 0%, #00d4ff 100%);
  --gradient-secondary: linear-gradient(135deg, var(--accent-orange), var(--warning-yellow));
  --gradient-success: linear-gradient(135deg, var(--success-green), var(--secondary-teal));
  --primary-gradient: linear-gradient(135deg, var(--ThirdColor), var(--SecondaryColor));
  --yt-gradient: linear-gradient(145deg, rgb(255, 6, 55), rgb(156, 14, 42));
  --secondary-gradient: linear-gradient(135deg, #667eea, #764ba2);
  --success-gradient: linear-gradient(135deg, #11998e, #38ef7d);
  --warning-gradient: linear-gradient(135deg, #f093fb, #f5576c);
  --info-gradient: linear-gradient(135deg, #4facfe, #00f2fe);
  /* Shadows */
  --shadow-light: 0 2px 8px rgba(0, 0, 0, 0.1);
  --shadow-medium: 0 4px 16px rgba(0, 0, 0, 0.15);
  --shadow-heavy: 0 8px 32px rgba(0, 0, 0, 0.2);
  --shadow-xl: 0 8px 32px var(--PrimaryShadow);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  /* Border Radius */
  --radius-small: 0.7rem;
  --radius-medium: 1.5rem;
  --radius-large: 2.2rem;
  --border-radius: 1.5rem;
  /* Spacing */
  --spacing-xs: 0.5rem;
  --spacing-sm: 0.7rem;
  --spacing-md: 1.3rem;
  --spacing-lg: 2.5rem;
  --spacing-xl: 4rem;
  /* Typography */
  --font-family: "Tajawal", "Alice", "digital";
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  /* Transitions */
  --transition-fast: 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --Sahm: url("/Pic/arrow-to-dark.png");
  --bg-glass: rgba(255, 255, 255, 0.05);
  --border-glass: rgba(255, 255, 255, 0.1);
  /* متغيرات إضافية للتوافق */
  --dark-bg: #151515;
  --light-bg: #f8f8f8;
  --card-bg: #18191a;
  --light-card: #fff;
  --text-light: #F8FAFC;
  --text-dark: #0F172A;
  --text-muted: #94A3B8;
  --text-muted-dark: #64748B;
  --border-color: #323232;
  --primary: var(--PrimaryColor);
  --secondary: var(--SecondaryColor);
  --accent: var(--ThirdColor);
  --success: var(--success-green);
  --warning: var(--warning-yellow);
  --danger: var(--error-red);
  /* Base Colors */
  --bodyBG: #0a0a0c;
  --PrimaryBG: #141417;
  --SecondBG: #1c1c21;
  --ThirdBG: #2a2a32;
  /* Primary Brand Colors */
  --PrimaryColor: #ff0033;
  --PrimaryGradient: linear-gradient(135deg, #ff0033 0%, #cc0029 100%);
  --PrimaryGradientLight: linear-gradient(135deg, rgba(255, 0, 51, 0.15) 0%, rgba(204, 0, 41, 0.1) 100%);
  --PrimaryBorder: rgba(255, 255, 255, 0.08);
  --PrimaryBorderHover: rgba(255, 255, 255, 0.15);
  /* Text Colors */
  --text-light: #ffffff;
  --text-muted: #94a3b8;
  --text-secondary: #64748b;
  /* Semantic Colors */
  --success: #10b981;
  --error: #ef4444;
  --warning: #f59e0b;
  --info: #3b82f6;
  /* Dimensions & Spacing */
  --radius-small: 12px;
  --radius-medium: 20px;
  --radius-large: 28px;
  --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.4);
  --shadow-sm: 0 4px 15px rgba(0, 0, 0, 0.2);
  /* Transitions */
  --transition-normal: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: 0.15s ease;
}

/* الوضع النهاري */
[data-theme=light] {
  --bodyBG: #f8f8f8;
  --TriangleBG: none;
  --HeaderBG: #fff;
  --PrimaryBG: #fff;
  --SecondBG: #efefef;
  --ThirdBG: #fbfbfb;
  --FourBG: #fafafa;
  --PrimaryColor: #f7971e;
  --PrimaryColor_: #1d1d1d;
  --PrimaryColor__: #494949;
  --SecondColor: #4c4c4c;
  --FreeColor: #516b86;
  --ThirdColor: #ff6060;
  --ThirdIn: #fff;
  --FourColor: #080808;
  --FiveColor: #636363;
  --SixColor: #c1c1c1;
  --PrimaryShadow: rgba(0, 0, 0, 0.05);
  --PrimaryBorder: #dfdfdf;
  --BtnBorder: #dfdfdf;
  --TutorialBG: #f8f8f8;
  --TutorialBG_: #efefef;
  --nameLogo: #4b4b4b;
  --selectCompany: #f7f7f7;
  --imgWelcome: 1;
  --loadinPagebarSec: #ffbcbc;
  --lineProgressAnalyse: linear-gradient(to right, #4cb5ff, #45b1ff, #0094ff);
  --chartLine: #4cb5ff;
  --numSearchActivity: #ff4d51;
  --chartBarLine: #45b1ff;
  --bgAai: #d8efff;
  --bgBai: #4cb5ff;
  --bgCai: #45b1ff;
  --bgDai: #0094ff;
  --bgEai: rgba(255, 255, 255, 0.43);
  --bgFai: #fff;
  --coAai: #fff;
  --coBai: #000000;
  --boAai: #9ad5ff;
  --boBai: rgba(255, 255, 255, 0.60);
  --bg-primary: #FFFFFF;
  --text-primary: #0F172A;
  --text-secondary: #334155;
  --text-tertiary: #64748B;
  --text-quaternary: #94A3B8;
  --shadow-primary: rgba(0, 0, 0, 0.1);
  --shadow-secondary: rgba(0, 0, 0, 0.05);
  --Sahm: url("/Pic/arrow-to-light.png");
  --dark-bg: #FFFFFF;
  --light-bg: #FFFFFF;
  --card-bg: #fff;
  --light-card: #f8f8f8;
  --text-light: #0F172A;
  --text-dark: #0F172A;
  --text-muted: #64748B;
  --text-muted-dark: #64748B;
  --border-color: #dfdfdf;
  --primary: var(--PrimaryColor);
  --border-glass: rgba(0, 0, 0,.05);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family);
  background-color: var(--dark-bg);
  color: var(--text-light);
  scroll-behavior: smooth;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1.6;
}

/* Container */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--spacing-xl);
  width: 100%;
}

.section {
  padding: var(--spacing-xl) 0;
}

.section-title {
  text-align: center;
  margin-bottom: var(--spacing-xs);
}

.section-title h2 {
  font-size: var(--font-size-4xl);
  font-weight: 900;
  margin-bottom: var(--spacing-sm);
}

.section-title p {
  font-size: var(--font-size-xl);
  color: var(--text-muted);
  max-width: 48rem;
  margin: 0 auto;
}

/* Typography */
h1, h2, h3, h4 {
  font-weight: 900;
}

.gradient-text {
  background: var(--yt-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Badge */
.badge {
  display: inline-flex;
  padding: var(--spacing-xs) var(--spacing-sm);
  border-radius: 9999px;
  font-size: var(--font-size-sm);
  font-weight: 600;
  text-transform: uppercase;
  gap: 5px;
}

.badge-primary {
  background: var(--ThirdBG);
  color: var(--primary);
  border: 1px solid var(--PrimaryBG);
}

/* Navigation */
.logo {
  font-size: var(--font-size-2xl);
  font-weight: 900;
  text-decoration: none;
  color: var(--PrimaryColor);
  background-image: url("/img/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}

/*.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background: var(--HeaderBG);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    transition: all 0.3s ease;
}



.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0 var(--spacing-sm);
}


.nav-links {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
}

.nav-link {
    color: var(--text-light);
    text-decoration: none;
    font-weight: 600;
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: var(--radius-small);
    transition: all var(--transition-normal);
}


.nav-link:hover {
    color: var(--primary);
    background: var(--ThirdBG);
}
*/
/* Mega Menu 
.mega-menu-group {
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
}

.mega-menu-btn {
    background: none;
    border: none;
    color: var(--text-light);
    font-weight: 600;
    font-size: var(--font-size-base);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: var(--radius-small);
    transition: all var(--transition-normal);
}


.mega-menu-btn:hover {
    color: var(--primary);
    background: var(--ThirdBG);
}

.mega-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: var(--dark-bg);
    border-bottom: 2px solid var(--primary);
    box-shadow: var(--shadow-xl);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all var(--transition-normal);
    z-index: 1000;
    width: 100vw;
}


.mega-menu-group:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: var(--spacing-xs);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-md);
}

.mega-menu-section h3 {
    color: var(--primary);
    font-size: var(--font-size-lg);
    margin-bottom: var(--spacing-sm);
    padding-bottom: var(--spacing-xs);
    border-bottom: 2px solid var(--PrimaryBG);
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
}

.mega-menu-section:nth-child(1) h3 {
    color: var(--danger);
}

.mega-menu-section:nth-child(2) h3 {
    color: var(--primary);
}

.mega-menu-section:nth-child(3) h3 {
    color: var(--accent);
}

.mega-menu-links {
    list-style: none;
}

    .mega-menu-links li {
        margin-bottom: var(--spacing-xs);
    }

    .mega-menu-links a {
        display: block;
        padding: var(--spacing-xs);
        color: var(--text-light);
        text-decoration: none;
        border-radius: var(--radius-small);
        transition: all var(--transition-normal);
    }



.mega-menu-links a:hover {
    background: var(--ThirdBG);
    color: var(--primary);
}

.mega-menu-cta {
    background: var(--gradient-primary);
    padding: var(--spacing-xs);
    border-radius: var(--border-radius);
    color: white;
}

    .mega-menu-cta h4 {
        font-size: var(--font-size-xl);
        margin-bottom: var(--spacing-xs);
    }

    .mega-menu-cta p {
        font-size: var(--font-size-sm);
        opacity: 0.9;
        margin-bottom: var(--spacing-sm);
    }

    .mega-menu-cta button {
        width: 100%;
        background: white;
        color: var(--primary);
        border: none;
        padding: var(--spacing-sm);
        border-radius: var(--radius-medium);
        font-weight: 700;
        cursor: pointer;
        transition: transform var(--transition-normal);
    }

        .mega-menu-cta button:hover {
            transform: scale(1.05);
        }
*/
/* Theme Toggle 
.theme-toggle {
    background: var(--bg-glass);
    border: 1px solid var(--border-glass);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition-normal);
}



.theme-toggle:hover {
    transform: scale(1.1);
}

.theme-toggle i {
    font-size: 1.25rem;
    color: #fbbf24;
}

*/
/* Buttons */
.cta-button {
  background: var(--primary);
  color: white;
  border: none;
  padding: var(--spacing-sm) var(--spacing-md);
  border-radius: var(--radius-small);
  font-weight: 700;
  font-size: var(--font-size-base);
  cursor: pointer;
  transition: all var(--transition-normal);
  box-shadow: 0 10px 15px -3px var(--PrimaryBG);
}

.cta-button:hover {
  background: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px var(--PrimaryBG);
}

.primary-btn {
  background: var(--primary);
  color: white;
  padding: 1rem 2.5rem;
  border-radius: 0.75rem;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all var(--transition-normal);
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 15px -3px var(--PrimaryShadow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.primary-btn:hover {
  background: #d67d0f;
  transform: scale(1.05);
  box-shadow: 0 20px 25px -5px var(--PrimaryShadow);
}

.secondary-btn {
  background: var(--ThirdBG);
  color: var(--PrimaryColor_);
  padding: 1rem 2.5rem;
  border-radius: 0.75rem;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all var(--transition-normal);
  border: 1px solid var(--PrimaryBorder);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xs);
}

.secondary-btn:hover {
  background: var(--FourBG);
  transform: scale(1.05);
}

/* Hero Section */
.hero {
  padding: 80px 0 80px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.hero-glow {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 21, 21, 0.09) 0%, transparent 82%);
  z-index: -1;
}

.hero-badge {
  display: inline-block;
  padding: var(--spacing-xs) var(--spacing-sm);
  background: rgba(246, 59, 59, 0.1);
  color: var(--YtColor);
  font-weight: 600;
  font-size: var(--font-size-sm);
  text-transform: uppercase;
  border-radius: 9999px;
  border: 1px solid rgba(246, 59, 59, 0.2);
  margin-bottom: var(--spacing-xs);
}

.hero h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: var(--spacing-xs);
}

.hero p {
  font-size: var(--font-size-xl);
  color: var(--text-muted);
  max-width: 48rem;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  gap: var(--spacing-sm);
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: var(--spacing-xs);
}

/* Stats */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  max-width: 48rem;
  margin: 3rem auto;
}

.stat-card {
  background: linear-gradient(145deg, var(--ThirdBG), var(--PrimaryBG));
  padding: 1.5rem;
  border-radius: var(--border-radius);
  border: 1px solid var(--PrimaryBorder);
  backdrop-filter: blur(10px);
  text-align: center;
}

.stat-number {
  font-size: var(--font-size-2xl);
  font-weight: 900;
  margin-bottom: var(--spacing-xs);
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  font-family: "digital";
  letter-spacing: 2px;
}

.stat-label {
  font-size: var(--font-size-sm);
  color: var(--text-muted);
}

/* Dashboard Preview */
.dashboard-preview {
  position: relative;
  max-width: 80rem;
  margin: 5rem auto 0;
  animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.dashboard-container {
  background: var(--card-bg);
  padding: var(--spacing-xs);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
}

.dashboard-header {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  padding: var(--spacing-xs);
  margin-bottom: var(--spacing-xs);
}

.window-control {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.window-control:nth-child(1) {
  background: var(--danger);
}

.window-control:nth-child(2) {
  background: var(--warning);
}

.window-control:nth-child(3) {
  background: var(--success);
}

.dashboard-title {
  font-size: var(--font-size-sm);
  color: var(--text-muted);
  margin-right: auto;
}

.ai-status {
  padding: var(--spacing-xs) var(--spacing-sm);
  background: rgba(16, 185, 129, 0.2);
  color: var(--success);
  border-radius: 9999px;
  font-size: var(--font-size-xs);
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
}

.dashboard-image {
  width: 100%;
  border-radius: var(--radius-medium);
  display: block;
}

/* Creative Channels Section */
.channels-section {
  background: var(--PrimaryBG);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  overflow: hidden;
}

.channels-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-xl);
}

.channels-stats {
  display: flex;
  gap: var(--spacing-sm);
}

.channel-stat {
  background: var(--ThirdBG);
  padding: var(--spacing-xs);
  border-radius: var(--border-radius);
  border: 1px solid var(--PrimaryBG);
  text-align: center;
  min-width: 150px;
}

.channel-stat:nth-child(2) {
  background: rgba(168, 85, 247, 0.1);
  border-color: rgba(168, 85, 247, 0.2);
}

.channel-stat .number {
  font-size: var(--font-size-2xl);
  font-weight: 900;
  color: var(--primary);
  display: block;
}

.channel-stat:nth-child(2) .number {
  color: var(--accent);
}

.channel-stat .label {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.6;
  margin-top: var(--spacing-xs);
}

.channels-slider {
  position: relative;
  /*    overflow: hidden;
  */
  width: 100%;
}

.slider-track {
  display: flex;
  gap: var(--spacing-md);
  animation: slide 40s linear infinite;
  width: max-content;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.channel-card {
  width: 380px;
  background: var(--bg-glass);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-large);
  padding: var(--spacing-md);
  transition: all var(--transition-normal);
  flex-shrink: 0;
}

.channel-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary);
  box-shadow: var(--shadow-xl);
}

.channel-header {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  margin-bottom: var(--spacing-xs);
}

.channel-avatar {
  width: 80px;
  height: 80px;
  border-radius: var(--radius-small);
  object-fit: cover;
  border: 2px solid var(--primary);
  position: relative;
}

.channel-verified {
  position: absolute;
  bottom: -4px;
  right: -8px;
  background: var(--primary);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.625rem;
  padding: 3px;
}

.channel-info h4 {
  font-size: var(--font-size-xl);
  margin-bottom: var(--spacing-xs);
}

.channel-category {
  font-size: var(--font-size-sm);
  color: var(--primary);
}

.channel-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-xs);
}

.channel-stat-item {
  background: rgba(0, 0, 0, 0.2);
  padding: var(--spacing-sm);
  border-radius: var(--radius-small);
  text-align: center;
}

.channel-stat-number {
  font-size: var(--font-size-lg);
  font-weight: 900;
  display: block;
}

.channel-stat-label {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  opacity: 0.5;
  margin-top: var(--spacing-xs);
}

.channel-quote {
  background: rgba(59, 130, 246, 0.05);
  padding: var(--spacing-sm);
  border-radius: var(--radius-small);
  border: 1px solid var(--ThirdBG);
  font-style: italic;
  font-size: var(--font-size-sm);
  line-height: 1.5;
  opacity: 0.8;
}

/* Tabs Section */
.tabs-section {
  background: rgba(15, 23, 42, 0.2);
}

.tabs-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tabs-header {
  display: flex;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-xl);
  flex-wrap: wrap;
  justify-content: center;
}

.tab-btn {
  background: var(--PrimaryBG);
  border: 2px solid var(--PrimaryBorder);
  color: var(--text-light);
  padding: var(--spacing-sm) var(--spacing-md);
  border-radius: var(--radius-small);
  font-weight: 700;
  font-size: var(--font-size-base);
  cursor: pointer;
  transition: all var(--transition-normal);
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
}

.tab-btn:hover {
  background: var(--ThirdBG);
}

.tab-btn.active {
  border-color: var(--primary);
  background: var(--ThirdBG);
  color: var(--primary);
}

.tab-content {
  display: none;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tab-content.active {
  display: block;
}

.tab-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-xl);
  align-items: center;
}

.tab-content h3 {
  font-size: var(--font-size-3xl);
  margin-bottom: var(--spacing-xs);
  line-height: 1.2;
}

.tab-features {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}

.tab-feature {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-sm);
  background: var(--PrimaryBG);
  padding: var(--spacing-xs);
  border-radius: var(--radius-small);
  border: 1px solid var(--PrimaryBorder);
}

.tab-feature i {
  color: var(--primary);
  font-size: var(--font-size-xl);
  margin-top: var(--spacing-xs);
}

.tab-feature h4 {
  margin-bottom: var(--spacing-xs);
}

.tab-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-sm);
}

.tab-grid-item {
  background: rgba(168, 85, 247, 0.1);
  padding: var(--spacing-xs);
  border-radius: var(--radius-medium);
  border: 1px solid rgba(168, 85, 247, 0.2);
  text-align: center;
}

.tab-grid-item i {
  font-size: var(--font-size-2xl);
  color: var(--accent);
  margin-bottom: var(--spacing-sm);
}

.ai-tab-content {
  /*    background: var(--bg-glass);
  */
  padding: var(--spacing-xs);
  border-radius: var(--radius-large);
  /*    border: 1px solid var(--border-glass);
  */
  text-align: center;
}

.ai-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-md);
  margin-top: var(--spacing-xs);
}

.ai-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  padding: var(--spacing-md);
  border-radius: var(--radius-medium);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform var(--transition-normal);
}

.ai-card:hover {
  transform: translateY(-5px);
}

.ai-icon {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-small);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--spacing-xs);
}

.ai-card:nth-child(1) .ai-icon {
  background: var(--PrimaryBG);
}

.ai-card:nth-child(2) .ai-icon {
  background: rgba(168, 85, 247, 0.2);
}

.ai-card:nth-child(3) .ai-icon {
  background: rgba(236, 72, 153, 0.2);
}

.ai-card i {
  font-size: var(--font-size-2xl);
}

.ai-card:nth-child(1) i {
  color: var(--primary);
}

.ai-card:nth-child(2) i {
  color: var(--accent);
}

.ai-card:nth-child(3) i {
  color: #ec4899;
}

.ai-card h4 {
  font-size: var(--font-size-xl);
  margin-bottom: var(--spacing-sm);
}

.ai-card p {
  font-size: var(--font-size-sm);
  color: var(--text-muted);
  line-height: 1.5;
}

/* AI Features Section */
.ai-features-section {
  background: var(--PrimaryBG);
}

.ai-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-md);
}

.ai-feature-card {
  background: var(--bg-glass);
  padding: var(--spacing-md);
  border-radius: var(--radius-medium);
  border: 1px solid var(--border-glass);
  position: relative;
  overflow: hidden;
}

.ai-feature-icon {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-small);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--spacing-xs);
}

.ai-feature-card:nth-child(1) .ai-feature-icon {
  background: rgba(168, 85, 247, 0.2);
}

.ai-feature-card:nth-child(2) .ai-feature-icon {
  background: var(--PrimaryBG);
}

.ai-feature-card:nth-child(3) .ai-feature-icon {
  background: rgba(16, 185, 129, 0.2);
}

.ai-feature-card i {
  font-size: var(--font-size-lg);
}

.ai-feature-card:nth-child(1) i {
  color: var(--accent);
}

.ai-feature-card:nth-child(2) i {
  color: var(--primary);
}

.ai-feature-card:nth-child(3) i {
  color: var(--success);
}

.ai-feature-card h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--spacing-sm);
}

.ai-feature-card p {
  color: var(--text-muted);
  margin-bottom: var(--spacing-xs);
}

.ai-feature-tag {
  padding: var(--spacing-xs) var(--spacing-sm);
  border-radius: 9999px;
  font-size: var(--font-size-xs);
  font-weight: 600;
  display: inline-block;
}

.ai-feature-card:nth-child(1) .ai-feature-tag {
  background: rgba(168, 85, 247, 0.2);
  color: var(--accent);
}

.ai-feature-card:nth-child(2) .ai-feature-tag {
  background: var(--PrimaryBG);
  color: var(--primary);
}

.ai-feature-card:nth-child(3) .ai-feature-tag {
  background: rgba(16, 185, 129, 0.2);
  color: var(--success);
}

/* SEO Tools Section */
.seo-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-md);
}

.seo-tool-card {
  background: var(--bg-glass);
  padding: var(--spacing-md);
  border-radius: var(--radius-medium);
  border: 1px solid var(--border-color);
  transition: all var(--transition-normal);
}

.seo-tool-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary);
  box-shadow: var(--shadow-lg);
}

.tool-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-small);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--spacing-xs);
}

.seo-tool-card:nth-child(1) .tool-icon {
  background: var(--PrimaryBG);
}

.seo-tool-card:nth-child(2) .tool-icon {
  background: rgba(168, 85, 247, 0.2);
}

.seo-tool-card:nth-child(3) .tool-icon {
  background: rgba(16, 185, 129, 0.2);
}

.tool-icon i {
  font-size: var(--font-size-lg);
}

.seo-tool-card:nth-child(1) i {
  color: var(--primary);
}

.seo-tool-card:nth-child(2) i {
  color: var(--accent);
}

.seo-tool-card:nth-child(3) i {
  color: var(--success);
}

.seo-tool-card h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--spacing-sm);
}

.seo-tool-card p {
  color: var(--text-muted);
  margin-bottom: var(--spacing-xs);
}

.tool-link {
  color: var(--primary);
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
}

.tool-link:hover {
  text-decoration: underline;
}

/* Pricing Section */
.pricing-section {
  background: var(--PrimaryBG);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-md);
  max-width: 80rem;
  margin: 0 auto;
}

.pricing-card {
  background: var(--bg-glass);
  padding: var(--spacing-md);
  border-radius: var(--radius-medium);
  border: 2px solid transparent;
  transition: all var(--transition-normal);
  position: relative;
}

.pricing-card:hover {
  border-color: var(--primary);
  transform: scale(1.05);
}

.pricing-card.popular {
  border-color: var(--primary);
  background: var(--card-bg);
  padding-top: 4rem;
}

.pricing-card.popular::before {
  content: "Most Popular";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: var(--yt-gradient);
  color: white;
  padding: var(--spacing-sm);
  font-size: var(--font-size-xs);
  font-weight: bold;
  text-align: center;
  border-radius: 20px 20px 0 0;
}

.pricing-header {
  text-align: center;
  margin-bottom: var(--spacing-md);
}

.pricing-header h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--spacing-xs);
}

.price {
  font-size: var(--font-size-3xl);
  font-weight: 900;
  margin: var(--spacing-sm) 0;
}

.pricing-features {
  list-style: none;
  margin-bottom: var(--spacing-md);
}

.pricing-features li {
  padding: var(--spacing-sm) 0;
  border-bottom: 1px solid var(--border-glass);
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.pricing-features i {
  color: var(--success);
}

.pricing-features .disabled {
  color: var(--text-muted);
}

.pricing-features .disabled i {
  color: var(--text-muted);
}

.pricing-button {
  width: 100%;
  padding: var(--spacing-sm);
  border-radius: var(--radius-medium);
  border: none;
  font-weight: 700;
  font-size: var(--font-size-base);
  cursor: pointer;
  transition: all var(--transition-normal);
}

.pricing-card:nth-child(1) .pricing-button,
.pricing-card:nth-child(3) .pricing-button {
  background: #334155;
  color: white;
}

.pricing-card:nth-child(1) .pricing-button:hover,
.pricing-card:nth-child(3) .pricing-button:hover {
  background: #475569;
}

.pricing-card:nth-child(2) .pricing-button {
  background: var(--primary);
  color: white;
}

.pricing-card:nth-child(2) .pricing-button:hover {
  background: #2563eb;
}

.pricing-note {
  text-align: center;
  color: var(--text-muted);
  font-size: var(--font-size-sm);
  margin-top: var(--spacing-xs);
  display: flex;
  justify-content: center;
  gap: 5px;
}

/* Free Tools Section */
.free-tools-section {
  background: var(--card-bg);
}

.tools-container {
  background: var(--bg-glass);
  padding: var(--spacing-xl);
  border-radius: var(--radius-large);
  border: 1px solid var(--border-glass);
  position: relative;
  overflow: hidden;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--spacing-sm);
  margin: var(--spacing-xs) 0;
}

.tool-item {
  background: rgba(255, 255, 255, 0.05);
  padding: var(--spacing-xs);
  border-radius: var(--radius-small);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  cursor: pointer;
  transition: all var(--transition-normal);
}

.tool-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.tools-button {
  background: var(--primary);
  color: white;
  padding: var(--spacing-sm) var(--spacing-md);
  border-radius: var(--radius-small);
  border: none;
  font-weight: 900;
  font-size: var(--font-size-xl);
  cursor: pointer;
  transition: all var(--transition-normal);
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

.tools-button:hover {
  background: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px var(--PrimaryBG);
}

/* Testimonials Section */
.testimonials-section {
  background: var(--PrimaryBG);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-md);
}

.testimonial-card {
  background: var(--bg-glass);
  padding: var(--spacing-md);
  border-radius: var(--radius-medium);
  border: 1px solid var(--border-glass);
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-xs);
}

.testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 900;
  font-size: var(--font-size-xl);
}

.testimonial-card:nth-child(1) .testimonial-avatar {
  background: var(--primary);
}

.testimonial-card:nth-child(2) .testimonial-avatar {
  background: var(--accent);
}

.testimonial-card:nth-child(3) .testimonial-avatar {
  background: var(--success);
}

.testimonial-info h4 {
  margin-bottom: var(--spacing-xs);
}

.testimonial-info p {
  font-size: var(--font-size-sm);
  color: var(--text-muted);
}

.testimonial-text {
  color: var(--text-light);
  margin-bottom: var(--spacing-xs);
  font-style: italic;
  line-height: 1.6;
}

.testimonial-rating {
  display: flex;
  gap: var(--spacing-xs);
  color: #fbbf24;
}

/* Footer */
.footer {
  background: var(--SecondBG);
  border-top: 1px solid var(--border-color);
  padding: var(--spacing-xl) 0 var(--spacing-md);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: var(--spacing-xl);
  margin-bottom: var(--spacing-xl);
}

.footer-brand h3 {
  font-size: var(--font-size-2xl);
  margin-bottom: var(--spacing-xs);
}

.footer-brand p {
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: var(--spacing-md);
  max-width: 24rem;
}

.social-links {
  display: flex;
  gap: var(--spacing-sm);
}

.social-link {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-medium);
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  text-decoration: none;
  transition: all var(--transition-normal);
}

.social-link:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-2px);
}

.footer-links h4 {
  font-size: var(--font-size-xl);
  margin-bottom: var(--spacing-xs);
}

.footer-links ul {
  list-style: none;
}

.footer-links li {
  margin-bottom: var(--spacing-sm);
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color var(--transition-normal);
}

.footer-links a:hover {
  color: var(--primary);
}

.footer-bottom {
  text-align: center;
  padding-top: var(--spacing-md);
  border-top: 1px solid var(--border-color);
  color: var(--text-muted);
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--text-light);
  font-size: var(--font-size-lg);
  cursor: pointer;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}

/* Image Gallery Styles */
.image-gallery {
  position: relative;
  border-radius: var(--radius-medium);
  overflow: hidden;
  border: 1px solid var(--border-glass);
  box-shadow: var(--shadow-lg);
}

.gallery-main {
  position: relative;
  aspect-ratio: 16/9;
  background: var(--card-bg);
  overflow: hidden;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  transition: opacity var(--transition-normal);
}

.gallery-image.active {
  display: block;
}

.gallery-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform var(--transition-normal);
  display: none;
}

.gallery-video:hover {
  transform: scale(1.02);
}

.gallery-overlay {
  position: absolute;
  bottom: var(--spacing-sm);
  left: var(--spacing-sm);
  right: var(--spacing-sm);
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transition: opacity var(--transition-normal);
}

.gallery-main:hover .gallery-overlay {
  opacity: 1;
}

.zoom-btn,
.play-btn {
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-normal);
}

.zoom-btn:hover,
.play-btn:hover {
  background: var(--primary);
  transform: scale(1.1);
}

.gallery-thumbnails {
  display: flex;
  gap: var(--spacing-xs);
  padding: var(--spacing-sm);
  background: var(--bg-glass);
  overflow-x: auto;
}

.thumbnail {
  flex: 0 0 auto;
  width: 150px;
  height: 84px;
  border-radius: var(--radius-small);
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition-normal);
}

.thumbnail:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}

.thumbnail.active {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px var(--primary);
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  left: var(--spacing-sm);
  right: var(--spacing-sm);
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: opacity var(--transition-normal);
}

.gallery-main:hover ~ .gallery-nav,
.gallery-nav:hover {
  opacity: 1;
}

.nav-btn {
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-normal);
}

.nav-btn:hover {
  background: var(--primary);
  transform: scale(1.1);
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-md);
}

.lightbox.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

#lightbox-image {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: var(--radius-small);
}

.lightbox-close {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  border: none;
  color: white;
  font-size: var(--font-size-lg);
  cursor: pointer;
  transition: color var(--transition-normal);
}

.lightbox-close:hover {
  color: var(--primary);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-normal);
}

.lightbox-nav:hover {
  background: var(--primary);
}

.lightbox-nav.prev {
  right: 20px;
}

.lightbox-nav.next {
  left: 20px;
}

/* FAQ Section */
/*.faq-section {
    background: var(--PrimaryBG);
    border-top: 1px solid var(--PrimaryBorder);
    border-bottom: 1px solid var(--PrimaryBorder);
}*/
.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: var(--card-bg);
  border-radius: 1rem;
  margin-bottom: 1rem;
  border: 1px solid var(--border-color);
  overflow: hidden;
  transition: all var(--transition-normal);
}

.faq-item:hover {
  border-color: var(--primary);
  box-shadow: 0 5px 15px rgba(247, 151, 30, 0.1);
}

.faq-question {
  width: 100%;
  padding: 1.5rem;
  background: none;
  border: none;
  color: var(--text-light);
  font-size: 1.125rem;
  font-weight: 600;
  text-align: right;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: all var(--transition-normal);
}

.faq-question:hover {
  background: rgba(247, 151, 30, 0.05);
}

.faq-question i {
  font-size: 0.875rem;
  transition: transform var(--transition-normal);
  color: var(--primary);
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-normal);
  background: var(--PrimaryBG);
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer p {
  padding: 0 1.5rem 1.5rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .faq-question {
    padding: 1.25rem;
    font-size: 1rem;
  }
  .faq-answer p {
    padding: 0 1.25rem 1.25rem;
  }
}
/* Credit-Based Pricing */
.credit-info {
  background: var(--bg-glass);
  padding: var(--spacing-md);
  border-radius: var(--radius-small);
  border: 1px solid var(--border-glass);
  margin-bottom: var(--spacing-xs);
  text-align: center;
}

.credit-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
  background: var(--primary);
  color: white;
  padding: var(--spacing-sm) var(--spacing-md);
  border-radius: 9999px;
  font-weight: 600;
  margin-bottom: var(--spacing-sm);
}

.credit-badge i {
  font-size: var(--font-size-xl);
}

.credit-description {
  color: var(--text-muted);
  line-height: 1.6;
  font-size: var(--font-size-lg);
}

.credit-card {
  display: flex;
  flex-direction: column;
}

.credit-amount {
  font-size: var(--font-size-lg);
  font-weight: 900;
  color: var(--primary);
  margin: var(--spacing-xs) 0;
  background: var(--ThirdBG);
  padding: var(--spacing-xs) var(--spacing-sm);
  border-radius: var(--radius-medium);
  display: inline-block;
}

.credit-price {
  color: var(--primary) !important;
}

.credit-features {
  margin: var(--spacing-xs) 0;
}

.credit-feature {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  padding: var(--spacing-sm);
  /*    background: linear-gradient(135deg, var(--ThirdBG) 0%, var(--FourBG) 100%);
  */
  border-radius: var(--radius-medium);
  margin-bottom: var(--spacing-sm);
  border: 1px solid var(--PrimaryBorder);
}

.credit-feature i {
  font-size: var(--font-size-xl);
  color: var(--primary);
}

.credit-feature h4 {
  font-size: var(--font-size-base);
  margin-bottom: var(--spacing-xs);
}

.credit-feature p {
  font-size: var(--font-size-sm);
  color: var(--text-muted);
  margin: 0;
}

.credit-breakdown {
  background: var(--bg-glass);
  padding: var(--spacing-xs);
  border-radius: var(--radius-small);
  margin-top: auto;
  margin-bottom: var(--spacing-xs);
}

.credit-breakdown h4 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--spacing-sm);
  color: var(--primary);
}

.credit-breakdown ul {
  list-style: none;
  padding: 0;
}

.credit-breakdown li {
  padding: var(--spacing-xs) 0;
  border-bottom: 1px solid var(--border-glass);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.credit-cost {
  background: rgba(16, 185, 129, 0.2);
  color: var(--success);
  padding: var(--spacing-xs) var(--spacing-sm);
  border-radius: 9999px;
  font-size: var(--font-size-sm);
  font-weight: 600;
}

.credit-button {
  background: var(--primary);
  color: white;
  border: none;
  padding: var(--spacing-sm);
  border-radius: var(--radius-medium);
  font-weight: 700;
  font-size: var(--font-size-base);
  cursor: pointer;
  transition: all var(--transition-normal);
  width: 100%;
  margin-top: auto;
}

.credit-button:hover {
  background: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(59, 130, 246, 0.3);
}

.credit-button.premium {
  background: var(--gradient-primary);
}

.credit-button.premium:hover {
  background: linear-gradient(135deg, #2563eb, #9333ea);
}

/* Credit Packages */
.credit-packages {
  margin-top: var(--spacing-xl);
  padding-top: var(--spacing-xl);
  border-top: 1px solid var(--border-color);
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--spacing-xs);
}

.package-card {
  background: var(--bg-glass);
  padding: var(--spacing-md);
  border-radius: var(--radius-small);
  border: 1px solid var(--border-color);
  text-align: center;
  transition: all var(--transition-normal);
}

.package-card:hover {
  border-color: var(--primary);
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.package-card.popular {
  background: var(--ThirdBG);
  border: 2px solid var(--primary);
  position: relative;
}

.package-card.popular::before {
  content: "الأكثر مبيعاً";
  position: absolute;
  top: -12px;
  right: 50%;
  transform: translateX(50%);
  background: var(--primary);
  color: white;
  padding: var(--spacing-xs) var(--spacing-sm);
  border-radius: 9999px;
  font-size: var(--font-size-xs);
  font-weight: 600;
}

.package-amount {
  font-size: var(--font-size-xl);
  font-weight: 900;
  color: var(--primary);
  margin-bottom: var(--spacing-xs);
}

.package-price {
  font-size: var(--font-size-lg);
  font-weight: 700;
  margin-bottom: var(--spacing-xs);
}

.package-price span {
  font-size: var(--font-size-sm);
  color: var(--success);
  font-weight: 600;
}

.package-card p {
  color: var(--text-muted);
  margin-bottom: var(--spacing-xs);
  font-size: var(--font-size-sm);
}

.package-button {
  background: var(--primary);
  color: white;
  border: none;
  padding: var(--spacing-sm) var(--spacing-md);
  border-radius: var(--radius-medium);
  font-weight: 600;
  font-size: var(--font-size-sm);
  cursor: pointer;
  transition: all var(--transition-normal);
  width: 100%;
}

.package-button:hover {
  background: #2563eb;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .nav-links {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .hero h1 {
    font-size: var(--font-size-3xl);
  }
  .section-title h2 {
    font-size: var(--font-size-3xl);
  }
  .stats,
  .seo-tools-grid,
  .ai-features-grid,
  .pricing-grid,
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mega-menu-content,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .tab-panel {
    grid-template-columns: 1fr;
  }
  .ai-grid,
  .tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .channels-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .channel-card {
    width: 320px;
  }
  .packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-thumbnails {
    padding: var(--spacing-xs);
  }
  .thumbnail {
    width: 100px;
    height: 56px;
  }
  .lightbox-nav {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 var(--spacing-sm);
  }
  .hero h1 {
    font-size: var(--font-size-2xl);
  }
  .hero p {
    font-size: var(--font-size-base);
  }
  .section-title h2 {
    font-size: var(--font-size-2xl);
  }
  .stats,
  .seo-tools-grid,
  .ai-features-grid,
  .pricing-grid,
  .testimonials-grid,
  .ai-grid,
  .tools-grid,
  .packages-grid {
    grid-template-columns: 1fr;
  }
  .hero-actions {
    flex-direction: column;
  }
  .channels-stats {
    flex-direction: column;
  }
  .channel-stat {
    min-width: auto;
  }
  .tabs-header {
    flex-direction: column;
    width: 100%;
  }
  .tab-btn {
    width: 100%;
    justify-content: center;
  }
  .tab-grid {
    grid-template-columns: 1fr;
  }
  .ai-tab-content {
    padding: var(--spacing-md);
  }
  .tools-container {
    padding: var(--spacing-md);
  }
  .credit-feature {
    padding: var(--spacing-sm);
  }
  .credit-badge {
    flex-direction: column;
    gap: var(--spacing-xs);
    padding: var(--spacing-sm);
  }
  .faq-question {
    padding: var(--spacing-md);
    font-size: var(--font-size-base);
  }
  .faq-answer p {
    padding: 0 var(--spacing-md) var(--spacing-md);
  }
}
/* Mobile Menu Active State */
.nav-links.active {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: var(--dark-bg);
  padding: var(--spacing-md);
  gap: var(--spacing-sm);
  box-shadow: var(--shadow-xl);
  border-top: 1px solid var(--border-color);
  z-index: 999;
}

/* =====================================================
   Notepad Page - Design System Based on Channel Alerts Pattern
   ===================================================== */
html[dir=rtl] {
  direction: rtl;
}

body {
  font-family: var(--font-family);
  background-color: var(--bodyBG);
  color: var(--text-light);
  line-height: 1.6;
  min-height: 100vh;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

button {
  font-family: var(--font-family);
  cursor: pointer;
  border: none;
  background: none;
}

i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* =====================================================
   Navbar Styles
   ===================================================== */
.navbar {
  background: var(--HeaderBG);
  border-bottom: 1px solid var(--PrimaryBorder);
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(10px);
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-light);
  transition: var(--transition-normal);
}

.logo:hover {
  color: var(--PrimaryColor);
}

.logo-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--PrimaryGradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-link {
  padding: 0.6rem 1.25rem;
  border-radius: 10px;
  color: var(--text-muted);
  font-weight: 600;
  font-size: 0.95rem;
  transition: var(--transition-normal);
}

.nav-link:hover {
  color: var(--text-light);
  background: rgba(255, 255, 255, 0.05);
}

/* Mega Menu */
.mega-menu-group {
  position: relative;
}

.mega-menu-btn {
  padding: 0.6rem 1.25rem;
  border-radius: 10px;
  color: var(--text-muted);
  font-weight: 600;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: var(--transition-normal);
}

.mega-menu-btn:hover {
  color: var(--text-light);
  background: rgba(255, 255, 255, 0.05);
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 700px;
  background: var(--PrimaryBG);
  border: 1px solid var(--PrimaryBorder);
  border-radius: var(--radius-medium);
  padding: 1.5rem;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition-normal);
  margin-top: 0.5rem;
}

.mega-menu-group:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.mega-menu-section h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--PrimaryBorder);
}

.mega-menu-section h3 i {
  color: var(--PrimaryColor);
}

.mega-menu-links li {
  margin-bottom: 0.5rem;
}

.mega-menu-links a {
  display: flex;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 500;
  transition: var(--transition-fast);
  gap: 5px;
}

.mega-menu-links a:hover {
  color: var(--text-light);
  background: rgba(255, 255, 255, 0.03);
}

.mega-menu-cta {
  background: var(--PrimaryGradientLight);
  border-radius: var(--radius-small);
  padding: 1.5rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 0, 51, 0.2);
}

.mega-menu-cta h4 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: var(--text-light);
}

.mega-menu-cta p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.mega-menu-cta button {
  background: var(--PrimaryGradient);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.9rem;
  transition: var(--transition-normal);
}

.mega-menu-cta button:hover {
  box-shadow: 0 4px 15px rgba(255, 0, 51, 0.3);
  transform: translateY(-2px);
}

/* Theme Toggle & Mobile Menu */
.theme-toggle {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid var(--PrimaryBorder);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-muted);
  transition: var(--transition-normal);
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-toggle:hover {
  background: rgba(255, 0, 51, 0.1);
  border-color: var(--PrimaryColor);
  color: var(--PrimaryColor);
}

.mobile-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid var(--PrimaryBorder);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-light);
  font-size: 1.1rem;
}

@media (max-width: 1024px) {
  .nav-links {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}
/* =====================================================
   Notepad Section
   ===================================================== */
.notepad-section {
  padding: 2rem 0 4rem;
}

.notepad-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.notepad-header {
  background: radial-gradient(circle at top right, rgba(255, 0, 51, 0.15), transparent 400px), var(--PrimaryBG);
  border-radius: var(--radius-medium);
  padding: 2rem;
  border: 1px solid var(--PrimaryBorder);
  box-shadow: var(--shadow-lg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.notepad-header h1 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 2rem;
  font-weight: 900;
  margin: 0;
  background: linear-gradient(to bottom, #fff, #94a3b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.notepad-header h1 i {
  color: var(--PrimaryColor);
}

.notepad-toolbar {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.toolbar-btn {
  padding: 0.7rem 1.25rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--PrimaryBorder);
  color: var(--text-light);
  font-weight: 600;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: var(--transition-normal);
}

.toolbar-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--PrimaryBorderHover);
  transform: translateY(-2px);
}

.toolbar-btn.danger:hover {
  background: rgba(239, 68, 68, 0.15);
  border-color: var(--error);
  color: var(--error);
}

.toolbar-btn i {
  font-size: 1rem;
}

/* =====================================================
   Notepad Wrapper Layout
   ===================================================== */
.notepad-wrapper {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 1.5rem;
  align-items: start;
}

@media (max-width: 1024px) {
  .notepad-wrapper {
    grid-template-columns: 1fr;
  }
}
/* =====================================================
   Notepad Sidebar
   ===================================================== */
.notepad-sidebar {
  background: var(--PrimaryBG);
  border-radius: var(--radius-medium);
  padding: 1.5rem;
  border: 1px solid var(--PrimaryBorder);
  box-shadow: var(--shadow-lg);
  position: sticky;
  top: 100px;
}

.sidebar-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--text-light);
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--PrimaryBorder);
}

.sidebar-title i {
  color: var(--PrimaryColor);
}

.note-list {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 0.5rem;
}

.note-list::-webkit-scrollbar {
  width: 6px;
}

.note-list::-webkit-scrollbar-track {
  background: transparent;
}

.note-list::-webkit-scrollbar-thumb {
  background: var(--ThirdBG);
  border-radius: 3px;
}

.note-item {
  padding: 0.9rem 1rem;
  border-radius: 10px;
  cursor: pointer;
  transition: var(--transition-fast);
  margin-bottom: 0.5rem;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.02);
}

.note-item:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--PrimaryBorder);
}

.note-item.active {
  background: rgba(255, 0, 51, 0.08);
  border-color: var(--PrimaryColor);
}

.note-item-title {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text-light);
  margin-bottom: 0.35rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.note-item-date {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.notepad-sidebar .toolbar-btn {
  width: 100%;
  justify-content: center;
  margin-top: 1rem;
}

/* =====================================================
   Notepad Main Content
   ===================================================== */
.notepad-main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Quick Actions */
.quick-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  align-items: center;
  background: var(--PrimaryBG);
  border-radius: var(--radius-small);
  padding: 1rem 1.25rem;
  border: 1px solid var(--PrimaryBorder);
}

.quick-action-btn {
  padding: 0.6rem 1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--PrimaryBorder);
  color: var(--text-muted);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: var(--transition-normal);
}

.quick-action-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--PrimaryColor);
  color: var(--PrimaryColor);
}

.quick-action-btn i {
  font-size: 0.9rem;
}

.autosave-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--success);
  font-size: 0.85rem;
  font-weight: 600;
  margin-right: auto;
  padding: 0.5rem 1rem;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 8px;
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.autosave-indicator.saving {
  color: var(--warning);
  background: rgba(245, 158, 11, 0.1);
  border-color: rgba(245, 158, 11, 0.2);
}

.autosave-indicator i {
  font-size: 0.9rem;
}

/* Notepad Editor */
.notepad-editor {
  background: var(--PrimaryBG);
  border-radius: var(--radius-medium);
  border: 1px solid var(--PrimaryBorder);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.notepad-textarea {
  width: 100%;
  min-height: 400px;
  padding: 1.5rem;
  background: transparent;
  border: none;
  color: var(--text-light);
  font-family: var(--font-family);
  font-size: 1rem;
  line-height: 1.8;
  resize: vertical;
  outline: none;
}

.notepad-textarea::placeholder {
  color: var(--text-muted);
}

/* Status Bar */
.notepad-statusbar {
  display: flex;
  gap: 1.5rem;
  background: var(--PrimaryBG);
  border-radius: var(--radius-small);
  padding: 0.75rem 1.25rem;
  border: 1px solid var(--PrimaryBorder);
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 600;
}

.notepad-statusbar span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* =====================================================
   Info Cards
   ===================================================== */
.info-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.info-card {
  background: var(--PrimaryBG);
  border-radius: var(--radius-medium);
  padding: 1.5rem;
  border: 1px solid var(--PrimaryBorder);
  box-shadow: var(--shadow-lg);
  transition: var(--transition-normal);
}

.info-card:hover {
  transform: translateY(-3px);
  border-color: var(--PrimaryBorderHover);
}

.info-card h4 {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.info-card h4 i {
  font-size: 1.1rem;
}

.info-card.safety h4 {
  color: var(--info);
}

.info-card.save h4 {
  color: var(--success);
}

.info-card.export h4 {
  color: var(--warning);
}

.info-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

/* =====================================================
   Footer Styles
   ===================================================== */
.footer {
  background: var(--PrimaryBG);
  border-top: 1px solid var(--PrimaryBorder);
  padding: 4rem 0 2rem;
  margin-top: 4rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 2.5rem;
  margin-bottom: 3rem;
}

@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
.footer-brand h3 {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--text-light);
}

.footer-brand h3 i {
  color: var(--PrimaryColor);
}

.footer-brand > p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.social-links {
  display: flex;
  gap: 0.75rem;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--PrimaryBorder);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: var(--transition-normal);
}

.social-link:hover {
  background: var(--PrimaryColor);
  border-color: var(--PrimaryColor);
  color: white;
  transform: translateY(-2px);
}

.footer-links h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 1.25rem;
}

.footer-links ul li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: var(--text-muted);
  font-size: 0.9rem;
  transition: var(--transition-fast);
  display: block;
  padding: 0.3rem 0;
}

.footer-links a:hover {
  color: var(--PrimaryColor);
  transform: translateX(-3px);
}

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid var(--PrimaryBorder);
  text-align: center;
}

.footer-bottom p {
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* =====================================================
   Animations
   ===================================================== */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.notepad-header,
.notepad-sidebar,
.notepad-editor,
.info-card {
  animation: fadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}

.notepad-header {
  animation-delay: 0.1s;
}

.notepad-sidebar {
  animation-delay: 0.2s;
}

.notepad-editor {
  animation-delay: 0.3s;
}

/* =====================================================
   Responsive Design
   ===================================================== */
@media (max-width: 768px) {
  .notepad-header {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }
  .notepad-header h1 {
    font-size: 1.5rem;
  }
  .notepad-toolbar {
    width: 100%;
    justify-content: center;
  }
  .toolbar-btn span {
    display: none;
  }
  .toolbar-btn {
    padding: 0.75rem;
  }
  .quick-actions {
    justify-content: center;
  }
  .autosave-indicator {
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
  }
  .notepad-textarea {
    min-height: 300px;
    padding: 1rem;
    font-size: 0.95rem;
  }
  .notepad-statusbar {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  .note-list {
    max-height: 250px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 1rem;
  }
  .notepad-container {
    padding: 0 1rem;
  }
  .toolbar-btn {
    padding: 0.6rem;
  }
  .quick-action-btn {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
  }
  .quick-action-btn span {
    display: none;
  }
  .info-card {
    padding: 1.25rem;
  }
  .social-links {
    flex-wrap: wrap;
  }
}
/* =====================================================
   Pages CSS - Additional Styles for Website Pages
   ===================================================== */
/* =====================================================
   Page Header Styles
   ===================================================== */
.page-header {
  padding: 80px 0 80px;
  background: var(--dark-bg);
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at top right, rgba(255, 0, 51, 0.15), transparent 50%), radial-gradient(circle at bottom left, rgba(255, 210, 0, 0.1), transparent 50%);
  z-index: 0;
}

.page-header-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.page-header-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 2rem;
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-large);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  animation: fadeIn 0.6s ease backwards;
}

.page-header h1 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 1rem;
  background: linear-gradient(to right, #fff, #94a3b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: fadeIn 0.6s ease backwards;
  animation-delay: 0.1s;
}

.page-header p {
  font-size: 1.25rem;
  color: var(--text-muted);
  line-height: 1.6;
  animation: fadeIn 0.6s ease backwards;
  animation-delay: 0.2s;
}

.page-meta {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  animation: fadeIn 0.6s ease backwards;
  animation-delay: 0.3s;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.meta-item svg {
  opacity: 0.7;
}

/* =====================================================
   Content Wrapper Styles
   ===================================================== */
.page-content {
  padding: 4rem 0;
}

.content-wrapper {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
  align-items: start;
}

@media (max-width: 1024px) {
  .content-wrapper {
    grid-template-columns: 1fr;
  }
}
/* Table of Contents */
.table-of-contents {
  position: sticky;
  top: 120px;
  background: var(--PrimaryBG);
  border-radius: var(--radius-medium);
  padding: 1.5rem;
  border: 1px solid var(--border-color);
}

.table-of-contents h3 {
  font-size: 1.1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-color);
  color: var(--primary);
}

.table-of-contents ul {
  list-style: none;
}

.table-of-contents li {
  margin-bottom: 0.75rem;
}

.table-of-contents a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
}

.table-of-contents a:hover {
  color: var(--primary);
  background: rgba(255, 0, 51, 0.1);
}

/* Content Sections */
.content-sections {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.content-section {
  background: var(--PrimaryBG);
  border-radius: var(--radius-medium);
  padding: 2rem;
  border: 1px solid var(--border-color);
}

.content-section h2 {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: var(--text-light);
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--primary);
  display: inline-block;
}

.content-section h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
  color: var(--text-light);
}

.content-section p {
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.content-section ul {
  list-style: none;
  margin: 1rem 0;
}

.content-section li {
  color: var(--text-muted);
  padding: 0.75rem 0;
  padding-right: 2rem;
  position: relative;
  line-height: 1.6;
}

.content-section li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 50%;
}

/* =====================================================
   Info Boxes
   ===================================================== */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.info-box {
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-medium);
  padding: 1.5rem;
  text-align: center;
}

.info-box-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  background: rgba(255, 0, 51, 0.1);
  border-radius: var(--radius-small);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.info-box h4 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  color: var(--text-light);
}

.info-box p {
  font-size: 0.9rem;
  margin: 0;
}

/* =====================================================
   Alert Boxes
   ===================================================== */
.alert-box {
  display: flex;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: var(--radius-medium);
  margin: 1.5rem 0;
}

.alert-box svg {
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.alert-box strong {
  display: block;
  margin-bottom: 0.5rem;
}

.alert-box p {
  margin: 0;
  font-size: 0.95rem;
}

.alert-info {
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.2);
  color: #60a5fa;
}

.alert-warning {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.2);
  color: #fbbf24;
}

.alert-success {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  color: #34d399;
}

.alert-danger {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  color: #f87171;
}

/* =====================================================
   Data Table
   ===================================================== */
.table-responsive {
  overflow-x: auto;
  margin: 1.5rem 0;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--PrimaryBG);
  border-radius: var(--radius-medium);
  overflow: hidden;
}

.data-table th,
.data-table td {
  padding: 1rem 1.5rem;
  text-align: right;
  border-bottom: 1px solid var(--border-color);
}

.data-table th {
  background: var(--ThirdBG);
  font-weight: 700;
  color: var(--text-light);
  font-size: 0.95rem;
}

.data-table td {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.data-table tr:last-child td {
  border-bottom: none;
}

.data-table tr:hover td {
  background: rgba(255, 0, 51, 0.05);
}

/* =====================================================
   Rights Grid
   ===================================================== */
.rights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.right-card {
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-medium);
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
}

.right-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary);
}

.right-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  background: var(--PrimaryBG);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.right-card h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--text-light);
}

.right-card p {
  font-size: 0.85rem;
  margin: 0;
}

/* =====================================================
   Contact Cards
   ===================================================== */
.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.contact-card {
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-medium);
  padding: 1.5rem;
  text-align: center;
}

.contact-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  background: rgba(255, 0, 51, 0.1);
  border-radius: var(--radius-small);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.contact-card h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: var(--text-light);
}

.contact-card p {
  font-size: 0.95rem;
  margin: 0;
  color: var(--primary);
  font-weight: 600;
}

/* =====================================================
   Feature List
   ===================================================== */
.feature-list {
  list-style: none;
  margin: 1.5rem 0;
}

.feature-list li {
  padding: 1rem 0;
  padding-right: 2.5rem;
  position: relative;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border-glass);
}

.feature-list li:last-child {
  border-bottom: none;
}

.feature-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: rgba(16, 185, 129, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-list li::after {
  content: "✓";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: var(--success);
}

.feature-list strong {
  color: var(--text-light);
  font-weight: 700;
}

/* =====================================================
   Obligations Grid
   ===================================================== */
.obligations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 2rem 0;
}

@media (max-width: 768px) {
  .obligations-grid {
    grid-template-columns: 1fr;
  }
}
.obligation-item {
  background: var(--PrimaryBG);
  border-radius: var(--radius-medium);
  padding: 2rem;
  border: 1px solid var(--border-color);
}

.obligation-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.obligation-icon.allowed {
  background: rgba(16, 185, 129, 0.2);
  color: var(--success);
}

.obligation-icon.forbidden {
  background: rgba(239, 68, 68, 0.2);
  color: var(--error);
}

.obligation-item h4 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: var(--text-light);
}

.obligation-item ul {
  list-style: none;
}

.obligation-item li {
  padding: 0.75rem 0;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border-glass);
  font-size: 0.95rem;
}

.obligation-item li:last-child {
  border-bottom: none;
}

/* =====================================================
   CTA Section
   ===================================================== */
.cta-section {
  padding: 4rem 0;
  background: var(--PrimaryBG);
}

.cta-box {
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-large);
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.cta-content h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: var(--text-light);
}

.cta-content p {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin: 0;
}

.cta-actions {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .cta-box {
    flex-direction: column;
    text-align: center;
  }
  .cta-actions {
    flex-direction: column;
    width: 100%;
  }
  .cta-actions a {
    width: 100%;
    justify-content: center;
  }
}
/* =====================================================
   FAQ Page Specific Styles
   ===================================================== */
.faq-page-content {
  padding: 4rem 0;
}

.faq-search {
  margin-bottom: 2rem;
}

.search-box {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.search-box input {
  width: 100%;
  padding: 1.25rem 1.5rem 1.25rem 4rem;
  background: var(--PrimaryBG);
  border: 2px solid var(--border-color);
  border-radius: var(--radius-medium);
  color: var(--text-light);
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.3s ease;
}

.search-box input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(255, 0, 51, 0.1);
}

.search-box input::placeholder {
  color: var(--text-muted);
}

.search-box svg {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  width: 24px;
  height: 24px;
}

/* FAQ Categories */
.faq-categories {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.faq-category-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: var(--PrimaryBG);
  border: 2px solid var(--border-color);
  border-radius: var(--radius-small);
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-category-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.faq-category-btn.active {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

/* FAQ Container */
.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-section {
  margin-bottom: 3rem;
}

.faq-section-title {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: var(--text-light);
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--border-color);
}

/* Still Have Questions */
.still-questions {
  margin-top: 4rem;
}

.still-questions-box {
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-large);
  padding: 3rem;
  text-align: center;
}

.still-questions-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: rgba(255, 0, 51, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.still-questions-box h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: var(--text-light);
}

.still-questions-box p {
  color: var(--text-muted);
  margin-bottom: 2rem;
}

.still-questions-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

/* =====================================================
   About Page Specific Styles
   ===================================================== */
.about-header {
  background: linear-gradient(135deg, var(--PrimaryBG) 0%, var(--dark-bg) 100%);
}

.about-content {
  padding: 4rem 0;
}

.about-section {
  margin-bottom: 4rem;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

@media (max-width: 1024px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}
.about-text h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: var(--text-light);
}

.about-text p {
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 1rem;
  font-size: 1.05rem;
}

.about-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-image-box {
  width: 300px;
  height: 300px;
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-large);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

/* Mission & Vision */
.mission-vision-section {
  margin-bottom: 4rem;
}

.mission-vision-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media (max-width: 768px) {
  .mission-vision-grid {
    grid-template-columns: 1fr;
  }
}
.mission-card,
.vision-card {
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-large);
  padding: 2.5rem;
  text-align: center;
  transition: all 0.3s ease;
}

.mission-card:hover,
.vision-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-xl);
}

.mission-vision-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: rgba(255, 0, 51, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.mission-card h3,
.vision-card h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--text-light);
}

.mission-card p,
.vision-card p {
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 1rem;
}

/* Values Section */
.values-section {
  margin-bottom: 4rem;
}

.values-section .section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

@media (max-width: 1024px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .values-grid {
    grid-template-columns: 1fr;
  }
}
.value-card {
  background: var(--PrimaryBG);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-medium);
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
}

.value-card:hover {
  border-color: var(--primary);
  transform: translateY(-5px);
}

.value-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  background: var(--ThirdBG);
  border-radius: var(--radius-small);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.value-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--text-light);
}

.value-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

/* Stats Section */
.stats-section {
  margin-bottom: 4rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.stat-item {
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-medium);
  padding: 2rem;
  text-align: center;
}

.stat-item .stat-number {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--primary);
  font-family: "digital", monospace;
  display: block;
  margin-bottom: 0.5rem;
}

.stat-item .stat-label {
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 600;
}

/* Team Section */
.team-section {
  margin-bottom: 4rem;
}

.team-section .section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  text-align: center;
  color: var(--text-muted);
  margin-bottom: 3rem;
  font-size: 20px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

@media (max-width: 1024px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}
.team-card {
  background: var(--PrimaryBG);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-medium);
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
}

.team-card:hover {
  border-color: var(--primary);
  transform: translateY(-5px);
}

.team-avatar {
  width: 100px;
  height: 100px;
  margin: 0 auto 1.5rem;
  background: var(--ThirdBG);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  border: 3px solid var(--border-color);
}

.team-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--text-light);
}

.team-role {
  display: block;
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.team-card p {
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.6;
  margin: 0;
}

/* Partners Section */
.partners-section .section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.partner-logo {
  background: var(--PrimaryBG);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-medium);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all 0.3s ease;
}

.partner-logo:hover {
  border-color: var(--primary);
  color: var(--primary);
}

/* =====================================================
   Contact Page Specific Styles
   ===================================================== */
.contact-header {
  background: linear-gradient(135deg, var(--PrimaryBG) 0%, var(--dark-bg) 100%);
}

.contact-content {
  padding: 4rem 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 1024px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
/* Contact Info */
.contact-info-header {
  margin-bottom: 2rem;
}

.contact-info-header h2 {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: var(--text-light);
}

.contact-info-header p {
  color: var(--text-muted);
  font-size: 1rem;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.contact-method {
  display: flex;
  gap: 1.25rem;
  background: var(--PrimaryBG);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-medium);
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.contact-method:hover {
  border-color: var(--primary);
  transform: translateX(-5px);
}

.contact-method-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 0, 51, 0.1);
  border-radius: var(--radius-small);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
}

.contact-method-details h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: var(--text-light);
}

.contact-method-details p {
  color: var(--primary);
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.contact-method-details span {
  color: var(--text-muted);
  font-size: 0.85rem;
}

/* Social Media */
.contact-social h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-light);
}

/* Contact Form */
.contact-form-wrapper {
  background: var(--PrimaryBG);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-large);
  padding: 2.5rem;
}

.contact-form-header {
  margin-bottom: 2rem;
}

.contact-form-header h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: var(--text-light);
}

.contact-form-header p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

@media (max-width: 640px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}
.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--text-light);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 1rem 1.25rem;
  background: var(--dark-bg);
  border: 2px solid var(--border-color);
  border-radius: var(--radius-small);
  color: var(--text-light);
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(255, 0, 51, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--text-muted);
}

.form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 1rem center;
  padding-left: 3rem;
}

.form-group select option {
  background: var(--dark-bg);
  color: var(--text-light);
}

.form-group textarea {
  resize: vertical;
  min-height: 150px;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.checkbox-group input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: var(--primary);
}

.checkbox-group label {
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  color: var(--text-muted);
}

.submit-btn {
  width: 100%;
  padding: 1.25rem 2rem;
  background: var(--primary);
  border: none;
  border-radius: var(--radius-medium);
  color: white;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background: #d91a1a;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 0, 51, 0.3);
}

.submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.submit-btn.success {
  background: var(--success);
}

/* Map Section */
.map-section {
  margin-bottom: 3rem;
}

.map-container {
  background: var(--PrimaryBG);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-large);
  padding: 4rem;
  text-align: center;
}

.map-placeholder {
  color: var(--text-muted);
}

.map-placeholder svg {
  margin-bottom: 1rem;
  opacity: 0.5;
}

.map-placeholder p {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--text-light);
}

.map-placeholder span {
  font-size: 0.9rem;
}

/* FAQ Teaser */
.faq-teaser {
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-large);
  padding: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.faq-teaser-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--text-light);
}

.faq-teaser-content p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin: 0;
}

@media (max-width: 768px) {
  .faq-teaser {
    flex-direction: column;
    text-align: center;
  }
}
.faq-item {
  background: var(--card-bg);
  border-radius: 1rem;
  margin-bottom: 1rem;
  border: 1px solid var(--border-color);
  overflow: hidden;
  transition: all var(--transition-normal);
}

.faq-item:hover {
  border-color: var(--primary);
  box-shadow: 0 5px 15px rgba(247, 151, 30, 0.1);
}

.faq-question {
  width: 100%;
  padding: 1.5rem;
  background: none;
  border: none;
  color: var(--text-light);
  font-size: 1.125rem;
  font-weight: 600;
  text-align: right;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: all var(--transition-normal);
  font-family: inherit;
}

.faq-question:hover {
  background: rgba(247, 151, 30, 0.05);
}

.faq-question svg {
  font-size: 0.875rem;
  transition: transform var(--transition-normal);
  color: var(--primary);
  flex-shrink: 0;
}

.faq-item.active .faq-question svg {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-normal);
  background: var(--PrimaryBG);
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer p {
  padding: 0 1.5rem 1.5rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

.faq-answer ul {
  padding: 0 1.5rem 1.5rem;
  margin: 0;
  list-style: none;
}

.faq-answer ul li {
  padding: 0.5rem 0;
  color: var(--text-muted);
  position: relative;
  padding-right: 1.5rem;
}

.faq-answer ul li::before {
  content: "•";
  position: absolute;
  right: 0;
  color: var(--primary);
  font-weight: bold;
}

/* Responsive FAQ */
@media (max-width: 768px) {
  .faq-question {
    padding: 1.25rem;
    font-size: 1rem;
  }
  .faq-answer p {
    padding: 0 1.25rem 1.25rem;
  }
  .faq-answer ul {
    padding: 0 1.25rem 1.25rem;
  }
}
/* FAQ Page Specific Enhancements */
.faq-page-content .faq-item {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  margin-bottom: 1rem;
}

.faq-page-content .faq-question {
  background: transparent;
  padding: 1.5rem;
  font-size: 1.1rem;
}

.faq-page-content .faq-question:hover {
  background: rgba(255, 0, 51, 0.05);
}

.faq-page-content .faq-answer {
  background: var(--PrimaryBG);
  border-top: 1px solid var(--border-color);
}

.faq-page-content .faq-answer p {
  padding: 1.5rem;
  color: var(--text-muted);
  line-height: 1.8;
}

/* FAQ Animation */
.faq-item {
  transition: all 0.3s ease;
}

.faq-item.active {
  border-color: var(--primary);
}

/* FAQ Search Highlight */
.faq-search input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(255, 0, 51, 0.1);
}

/* FAQ Category Buttons */
.faq-category-btn {
  transition: all 0.3s ease;
}

.faq-category-btn:hover {
  transform: translateY(-2px);
}

.faq-category-btn.active {
  transform: translateY(0);
}

/* FAQ Section Titles */
.faq-section-title {
  position: relative;
  padding-bottom: 1rem;
}

.faq-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
}

/* Still Questions Box */
.still-questions-box {
  transition: all 0.3s ease;
}

.still-questions-box:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-xl);
}

/* FAQ Icon Rotations */
.faq-question svg {
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question svg {
  transform: rotate(180deg);
}

/* FAQ Hover Effects */
.faq-item:hover .faq-question {
  color: var(--primary);
}

/* FAQ Content Styling */
.faq-answer ul li strong {
  color: var(--text-light);
}

.faq-answer ul li a {
  color: var(--primary);
  text-decoration: none;
}

.faq-answer ul li a:hover {
  text-decoration: underline;
}

/* Mobile FAQ Adjustments */
@media (max-width: 480px) {
  .faq-page-content .faq-question {
    padding: 1rem;
    font-size: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .faq-page-content .faq-question span {
    text-align: right;
  }
  .faq-category-btn {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
  .still-questions-actions {
    flex-direction: column;
    width: 100%;
  }
  .still-questions-actions a {
    width: 100%;
    justify-content: center;
  }
}
/* =====================================================
   Animations
   ===================================================== */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Page load animations */
.page-header-content > * {
  animation: fadeIn 0.6s ease backwards;
}

.page-header-content > *:nth-child(1) {
  animation-delay: 0.1s;
}

.page-header-content > *:nth-child(2) {
  animation-delay: 0.2s;
}

.page-header-content > *:nth-child(3) {
  animation-delay: 0.3s;
}

.page-header-content > *:nth-child(4) {
  animation-delay: 0.4s;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .page-header {
    padding: 140px 0 60px;
  }
  .page-header h1 {
    font-size: 2rem;
  }
  .page-header p {
    font-size: 1rem;
  }
  .content-section {
    padding: 1.5rem;
  }
  .content-section h2 {
    font-size: 1.5rem;
  }
  .rights-grid,
  .info-grid,
  .contact-cards {
    grid-template-columns: 1fr;
  }
}
/* =====================================================
   Extensions for Future Pages
   ===================================================== */
/* Hero Section */
.ext-hero {
  position: relative;
  padding: 180px 24px 120px;
  background: linear-gradient(180deg, var(--bg-dark) 0%, #1a0c0c 100%);
  text-align: center;
  overflow: hidden;
}

.ext-hero-bg {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 600px;
  background: radial-gradient(ellipse, rgba(204, 0, 0, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.ext-hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.ext-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(204, 0, 0, 0.15);
  border: 1px solid rgba(204, 0, 0, 0.3);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: var(--yt-red-light);
  margin-bottom: 24px;
}

.ext-hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.ext-hero-title .highlight {
  background: linear-gradient(135deg, var(--yt-red), var(--yt-red-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ext-hero-subtitle {
  font-size: 1.25rem;
  color: var(--text-secondary);
  margin-bottom: 36px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.ext-hero-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
}

.ext-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: linear-gradient(135deg, var(--yt-red), var(--yt-red-dark));
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 20px rgba(204, 0, 0, 0.3);
}

.ext-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(204, 0, 0, 0.4);
}

.ext-btn-large {
  padding: 20px 48px;
  font-size: 1.2rem;
}

.ext-hero-note {
  font-size: 14px;
  color: var(--text-muted);
}

.ext-hero-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.ext-stat {
  text-align: center;
}

.ext-stat-num {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-primary);
}

.ext-stat-label {
  font-size: 13px;
  color: var(--text-muted);
}

/* Problem/Solution Section */
.ext-problem {
  padding: 80px 24px;
  background: var(--bg-surface);
}

.ext-problem-content {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.ext-problem-side h2,
.ext-solution-side h2 {
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.ext-problem-side p,
.ext-solution-side p {
  color: var(--text-secondary);
  margin-bottom: 24px;
  line-height: 1.7;
}

.ext-problem-list,
.ext-solution-list {
  list-style: none;
}

.ext-problem-list li,
.ext-solution-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  font-size: 15px;
}

.ext-problem-list li {
  color: var(--text-muted);
}

.ext-problem-list li svg {
  color: #ef4444;
  width: 20px;
  height: 20px;
}

.ext-solution-list li {
  color: var(--text-primary);
  font-weight: 500;
}

.ext-solution-list li svg {
  color: var(--success-green);
  width: 20px;
  height: 20px;
}

/* Features Section */
.ext-features {
  padding: 100px 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.ext-section-header {
  text-align: center;
  margin-bottom: 60px;
}

.ext-section-header h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 16px;
}

.ext-section-header p {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 500px;
  margin: 0 auto;
}

.ext-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ext-feature-card {
  padding: 32px;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  transition: all 0.3s;
}

.ext-feature-card:hover {
  border-color: rgba(204, 0, 0, 0.3);
  transform: translateY(-4px);
}

.ext-feature-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(204, 0, 0, 0.1);
  border-radius: 14px;
  margin-bottom: 20px;
}

.ext-feature-icon svg {
  width: 26px;
  height: 26px;
  color: var(--yt-red);
}

.ext-feature-card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.ext-feature-card p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Comparison Section */
.ext-comparison {
  padding: 100px 24px;
  background: var(--bg-surface);
}

.ext-comparison-table {
  max-width: 900px;
  margin: 0 auto;
  overflow-x: auto;
}

.ext-comparison-table table {
  width: 100%;
  border-collapse: collapse;
}

.ext-comparison-table th,
.ext-comparison-table td {
  padding: 18px 20px;
  text-align: center;
  border-bottom: 1px solid var(--border-subtle);
}

.ext-comparison-table th {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-secondary);
  background: var(--bg-elevated);
}

.ext-comparison-table th:first-child {
  text-align: left;
}

.col-guinrank {
  background: rgba(204, 0, 0, 0.1) !important;
}

.col-brand {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--yt-red-light);
}

.col-tag {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--success-green);
  margin-top: 4px;
}

.col-other {
  color: var(--text-muted);
}

.ext-comparison-table td:first-child {
  text-align: left;
  font-size: 14px;
  color: var(--text-secondary);
}

.cell-guinrank {
  background: rgba(204, 0, 0, 0.05);
  color: var(--success-green);
  font-weight: 600;
}

.cell-guinrank svg {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.cell-other {
  color: var(--text-muted);
  font-size: 13px;
}

.cell-price {
  font-size: 16px;
  font-weight: 700;
}

/* Testimonials Section */
.ext-testimonials {
  padding: 100px 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.ext-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ext-testimonial {
  padding: 28px;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
}

.ext-testimonial-content p {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}

.ext-testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ext-author-avatar {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--yt-red);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  color: white;
}

.ext-author-info {
  display: flex;
  flex-direction: column;
}

.ext-author-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
}

.ext-author-channel {
  font-size: 12px;
  color: var(--text-muted);
}

/* FAQ Section */
.ext-faq {
  padding: 100px 24px;
  max-width: 900px;
  margin: 0 auto;
}

.ext-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.ext-faq-item {
  padding: 28px;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
}

.ext-faq-item h3 {
  font-size: 16px;
  margin-bottom: 12px;
}

.ext-faq-item p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* CTA Section */
.ext-cta {
  padding: 100px 24px;
  background: linear-gradient(180deg, var(--bg-dark) 0%, rgba(204, 0, 0, 0.1) 50%, var(--bg-dark) 100%);
  text-align: center;
}

.ext-cta-content h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 16px;
}

.ext-cta-content p {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-bottom: 36px;
}

.ext-cta-note {
  display: block;
  margin-top: 16px;
  font-size: 13px;
  color: var(--text-muted);
}

/* Footer */
.ext-footer {
  padding: 60px 24px 30px;
  background: var(--bg-surface);
  border-top: 1px solid var(--border-subtle);
}

.ext-footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.ext-footer-brand p {
  color: var(--text-muted);
  font-size: 14px;
  margin-top: 12px;
}

.ext-footer-links {
  display: flex;
  gap: 30px;
}

.ext-footer-links a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.ext-footer-links a:hover {
  color: var(--text-primary);
}

.ext-footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid var(--border-subtle);
}

.ext-footer-bottom p {
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
}

/* Responsive */
@media (max-width: 1024px) {
  .ext-features-grid,
  .ext-testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ext-faq-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .ext-nav-links {
    display: none;
  }
  .ext-hero {
    padding: 140px 20px 80px;
  }
  .ext-hero-stats {
    flex-direction: column;
    gap: 24px;
  }
  .ext-problem-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ext-features-grid,
  .ext-testimonials-grid {
    grid-template-columns: 1fr;
  }
  .ext-comparison-table {
    font-size: 12px;
  }
  .ext-footer-content {
    flex-direction: column;
    gap: 30px;
  }
  .ext-footer-links {
    flex-wrap: wrap;
  }
}
