/* ========================================
   Cookie Policy Page - Neutral Professional Theme
   Enhanced Footer Styling
   ======================================== */

/* Cookie Policy Theme Variables */
.cookie-policy-theme {
  /* Neutral Professional Color Scheme */
  --cookie-primary: #6B7280;
  --cookie-secondary: #9CA3AF;
  --cookie-accent: #3B82F6;
  --cookie-light: #D1D5DB;
  --cookie-text: #F9FAFB;
  
  /* User-friendly Gradients */
  --gradient-cookie: linear-gradient(135deg, #6B7280 0%, #9CA3AF 50%, #3B82F6 100%);
  --gradient-cookie-accent: linear-gradient(120deg, #9CA3AF 0%, #D1D5DB 50%, #3B82F6 100%);
  --gradient-cookie-glass: linear-gradient(135deg, rgba(209, 213, 219, 0.1) 0%, rgba(209, 213, 219, 0.05) 100%);
}

/* Cookie Policy Footer Styling */
.cookie-policy-theme .footer {
  background: var(--gradient-cookie);
  position: relative;
  overflow: hidden;
}

.cookie-policy-theme .footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gradient-cookie-glass);
  pointer-events: none;
}

.cookie-policy-theme .footer .container {
  position: relative;
  z-index: 1;
}

/* User-friendly Grid Layout */
.cookie-policy-theme .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 1024px) {
  .cookie-policy-theme .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  .cookie-policy-theme .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}

/* Footer Sections with Cookie-friendly Design */
.cookie-policy-theme .footer-section {
  background: rgba(107, 114, 128, 0.08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(209, 213, 219, 0.12);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
}

.cookie-policy-theme .footer-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gradient-cookie-glass);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cookie-policy-theme .footer-section:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 8px 25px rgba(107, 114, 128, 0.25),
    0 3px 12px rgba(59, 130, 246, 0.1);
}

.cookie-policy-theme .footer-section:hover::before {
  opacity: 1;
}

/* Company Section - Friendly Brand Area */
.cookie-policy-theme .footer-section:first-child {
  background: rgba(107, 114, 128, 0.12);
  border: 1px solid rgba(209, 213, 219, 0.15);
}

.cookie-policy-theme .footer-section h4,
.cookie-policy-theme .footer-section h3 {
  background: var(--gradient-cookie-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
}

.cookie-policy-theme .footer-section h4::after,
.cookie-policy-theme .footer-section h3::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--gradient-cookie-accent);
  border-radius: 2px;
}

.cookie-policy-theme .footer-section p {
  color: rgba(249, 250, 251, 0.9);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

/* Friendly Contact Icons with Cookie Theme */
.cookie-policy-theme .contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 0.75rem;
  position: relative;
  flex-shrink: 0;
}

/* Email Icon with Cookie Theme */
.cookie-policy-theme .contact-icon.email-icon::before {
  content: '';
  width: 16px;
  height: 12px;
  border: 2px solid var(--cookie-light);
  border-radius: 3px;
  position: relative;
  background: transparent;
}

.cookie-policy-theme .contact-icon.email-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--cookie-light);
}

/* Phone Icon with Cookie Theme */
.cookie-policy-theme .contact-icon.phone-icon::before {
  content: '';
  width: 12px;
  height: 16px;
  border: 2px solid var(--cookie-light);
  border-radius: 4px;
  position: relative;
  background: transparent;
}

.cookie-policy-theme .contact-icon.phone-icon::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 1px;
  background: var(--cookie-light);
  border-radius: 1px;
}

/* Location Icon with Cookie Theme */
.cookie-policy-theme .contact-icon.location-icon::before {
  content: '';
  width: 12px;
  height: 16px;
  background: var(--cookie-light);
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  position: relative;
}

.cookie-policy-theme .contact-icon.location-icon::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: var(--cookie-primary);
  border-radius: 50%;
}

/* Contact Information Styling */
.cookie-policy-theme .contact-info {
  margin-bottom: 2rem;
}

.cookie-policy-theme .contact-info p {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  color: rgba(249, 250, 251, 0.95);
  font-size: 0.95rem;
}

.cookie-policy-theme .contact-mono {
  font-family: var(--font-mono);
  font-size: 0.9em;
  color: var(--cookie-light);
  font-weight: 500;
}

/* Footer Tech Badge - Cookie Friendly */
.cookie-policy-theme .footer-tech-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.2rem;
  background: rgba(209, 213, 219, 0.1);
  border: 1px solid rgba(209, 213, 219, 0.2);
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--cookie-light);
  margin-top: 1rem;
  transition: all 0.3s ease;
}

.cookie-policy-theme .footer-tech-badge:hover {
  background: rgba(209, 213, 219, 0.15);
  border-color: rgba(59, 130, 246, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.15);
}

.cookie-policy-theme .footer-tech-badge::before {
  content: '🍪';
  margin-right: 0.5rem;
  font-size: 1em;
}

/* Footer Links with Cookie Theme */
.cookie-policy-theme .footer-links {
  list-style: none;
  padding: 0;
}

.cookie-policy-theme .footer-links li {
  margin-bottom: 0.75rem;
}

.cookie-policy-theme .footer-links a {
  color: rgba(249, 250, 251, 0.85);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
  border-radius: 4px;
}

.cookie-policy-theme .footer-links a::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: var(--gradient-cookie-accent);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.cookie-policy-theme .footer-links a:hover {
  color: var(--cookie-light);
  padding-left: 20px;
  background: rgba(59, 130, 246, 0.05);
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.cookie-policy-theme .footer-links a:hover::before {
  width: 12px;
}

/* Cookie-specific Link Styling */
.cookie-policy-theme .footer-links a[href*="cookie"]:hover {
  color: #FBBF24;
  background: rgba(251, 191, 36, 0.05);
}

/* Social Media Links with Cookie Theme */
.cookie-policy-theme .footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.cookie-policy-theme .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: rgba(209, 213, 219, 0.08);
  border: 1px solid rgba(209, 213, 219, 0.15);
  border-radius: 10px;
  color: rgba(249, 250, 251, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.cookie-policy-theme .footer-social a:hover {
  background: rgba(209, 213, 219, 0.15);
  border-color: rgba(59, 130, 246, 0.3);
  color: var(--cookie-light);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 4px 15px rgba(107, 114, 128, 0.25);
}

/* Footer Bottom Section */
.cookie-policy-theme .footer-bottom {
  text-align: center;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(209, 213, 219, 0.12);
  position: relative;
}

.cookie-policy-theme .footer-bottom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: var(--gradient-cookie-accent);
  border-radius: 2px;
}

.cookie-policy-theme .footer-bottom p {
  color: rgba(249, 250, 251, 0.75);
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}

.cookie-policy-theme .footer-bottom p:last-child {
  color: var(--cookie-light);
  font-weight: 500;
  margin-bottom: 0;
}

/* Replace generic tagline with Cookie theme tagline */
.cookie-policy-theme .footer-bottom p:last-child::after {
  content: 'Transparent Data Practices 🍪';
  display: block;
}

.cookie-policy-theme .footer-bottom p:last-child {
  text-indent: -9999px;
  position: relative;
}

.cookie-policy-theme .footer-bottom p:last-child::after {
  text-indent: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

/* Cookie Animation */
@keyframes cookieFloat {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.2);
  }
  50% {
    transform: translateY(-3px) rotate(5deg);
    box-shadow: 0 0 0 6px rgba(59, 130, 246, 0);
  }
}

.cookie-policy-theme .footer-tech-badge {
  animation: cookieFloat 6s ease-in-out infinite;
}

/* Enhanced Accessibility */
.cookie-policy-theme .footer a:focus {
  outline: 2px solid var(--cookie-accent);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ========================================
   Hero Section - Cookie Policy User-Friendly Styling
   ======================================== */

.cookie-policy-theme .hero {
  background: var(--gradient-cookie);
  position: relative;
  overflow: hidden;
  min-height: 58vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie-policy-theme .hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 25% 25%, rgba(209, 213, 219, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(59, 130, 246, 0.06) 0%, transparent 50%),
    linear-gradient(135deg, rgba(107, 114, 128, 0.15) 0%, rgba(156, 163, 175, 0.08) 100%);
  pointer-events: none;
}

.cookie-policy-theme .hero .container {
  position: relative;
  z-index: 1;
}

.cookie-policy-theme .hero-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.cookie-policy-theme .hero-title {
  font-family: var(--font-display);
  font-size: var(--text-6xl);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  letter-spacing: -0.02em;
}

.cookie-policy-theme .hero-subtitle {
  font-size: var(--text-xl);
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 2rem;
  line-height: 1.6;
  font-weight: 400;
}

.cookie-policy-theme .policy-meta {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.cookie-policy-theme .policy-effective,
.cookie-policy-theme .policy-updated {
  background: rgba(209, 213, 219, 0.12);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(209, 213, 219, 0.2);
  border-radius: 25px;
  padding: 0.75rem 1.5rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: var(--text-sm);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cookie-policy-theme .cookie-jar {
  position: absolute;
  top: 45%;
  right: 10%;
  transform: translateY(-50%);
  opacity: 0.4;
  width: 100px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cookie-policy-theme .cookie-jar::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 90px;
  background: rgba(209, 213, 219, 0.2);
  border-radius: 8px 8px 20px 20px;
  border: 2px solid rgba(209, 213, 219, 0.3);
}

.cookie-policy-theme .cookie-jar::after {
  content: '';
  position: absolute;
  top: 15px;
  width: 60px;
  height: 8px;
  background: rgba(209, 213, 219, 0.4);
  border-radius: 10px;
}

.cookie-policy-theme .jar-glow {
  position: absolute;
  inset: -25px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  animation: jarGlow 6s ease-in-out infinite alternate;
}

@keyframes jarGlow {
  0% { opacity: 0.3; transform: scale(0.9); }
  100% { opacity: 0.6; transform: scale(1.1); }
}

.cookie-policy-theme .cookie-highlights {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.cookie-policy-theme .highlight-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(107, 114, 128, 0.25);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(209, 213, 219, 0.2);
  border-radius: 20px;
  padding: 0.75rem 1.25rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: var(--text-sm);
  font-weight: 500;
}

.cookie-policy-theme .highlight-icon {
  width: 6px;
  height: 6px;
  background: var(--cookie-accent);
  border-radius: 50%;
  display: inline-block;
}

.cookie-policy-theme .policy-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.cookie-policy-theme .cookie-crumb {
  position: absolute;
  width: 3px;
  height: 3px;
  background: rgba(209, 213, 219, 0.6);
  border-radius: 50%;
  animation: crumbFloat 12s linear infinite;
}

.cookie-policy-theme .cookie-crumb:nth-child(1) {
  top: 25%;
  left: 15%;
  animation-delay: -2s;
}

.cookie-policy-theme .cookie-crumb:nth-child(2) {
  top: 65%;
  left: 25%;
  animation-delay: -6s;
}

.cookie-policy-theme .cookie-crumb:nth-child(3) {
  top: 35%;
  right: 20%;
  animation-delay: -4s;
}

.cookie-policy-theme .cookie-crumb:nth-child(4) {
  bottom: 35%;
  right: 30%;
  animation-delay: -8s;
}

.cookie-policy-theme .cookie-crumb:nth-child(5) {
  bottom: 15%;
  left: 35%;
  animation-delay: -1s;
}

@keyframes crumbFloat {
  0%, 100% { 
    transform: translateY(0px) translateX(0px) scale(1);
    opacity: 0.6;
  }
  25% { 
    transform: translateY(-12px) translateX(6px) scale(1.2);
    opacity: 1;
  }
  50% { 
    transform: translateY(-6px) translateX(-6px) scale(1);
    opacity: 0.7;
  }
  75% { 
    transform: translateY(-18px) translateX(3px) scale(1.1);
    opacity: 0.8;
  }
}

/* ========================================
   Content Section - User-Friendly Cookie Guide
   ======================================== */

.cookie-policy-theme .policy-content {
  background: linear-gradient(180deg, rgba(107, 114, 128, 0.04) 0%, rgba(15, 23, 42, 0.01) 100%);
  padding: var(--space-5xl) 0;
}

.cookie-policy-theme .policy-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 3rem;
  align-items: start;
}

@media (max-width: 1024px) {
  .cookie-policy-theme .policy-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .cookie-policy-theme .policy-toc {
    order: 2;
  }
  
  .cookie-policy-theme .policy-article {
    order: 1;
  }
}

.cookie-policy-theme .policy-toc {
  position: sticky;
  top: 2rem;
}

.cookie-policy-theme .toc-card {
  background: rgba(107, 114, 128, 0.06);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(209, 213, 219, 0.12);
  border-radius: 18px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(107, 114, 128, 0.1);
}

.cookie-policy-theme .toc-title {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--cookie-secondary);
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
}

.cookie-policy-theme .toc-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: var(--gradient-cookie-accent);
  border-radius: 2px;
}

.cookie-policy-theme .toc-nav {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cookie-policy-theme .toc-link {
  color: var(--cookie-secondary);
  text-decoration: none;
  font-size: var(--text-sm);
  padding: 0.75rem 1rem;
  border-radius: 10px;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
  background: transparent;
  position: relative;
}

.cookie-policy-theme .toc-link::before {
  content: '';
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: var(--cookie-accent);
  border-radius: 50%;
  opacity: 0.4;
  transition: all 0.3s ease;
}

.cookie-policy-theme .toc-link:hover {
  background: rgba(107, 114, 128, 0.08);
  border-left-color: var(--cookie-accent);
  transform: translateX(5px);
  color: var(--cookie-primary);
}

.cookie-policy-theme .toc-link:hover::before {
  opacity: 1;
  transform: translateY(-50%) scale(1.5);
}

.cookie-policy-theme .policy-article {
  max-width: none;
}

.cookie-policy-theme .policy-intro {
  background: rgba(107, 114, 128, 0.04);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(209, 213, 219, 0.12);
  border-radius: 20px;
  padding: 3rem;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.cookie-policy-theme .policy-intro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-cookie-accent);
}

.cookie-policy-theme .policy-lead {
  font-size: var(--text-xl);
  line-height: 1.7;
  color: var(--cookie-primary);
  margin-bottom: 2rem;
  font-weight: 400;
}

.cookie-policy-theme .policy-highlight {
  background: rgba(209, 213, 219, 0.06);
  border: 1px solid rgba(209, 213, 219, 0.12);
  border-radius: 15px;
  padding: 1.5rem;
  margin-top: 2rem;
}

.cookie-policy-theme .policy-highlight h4 {
  color: var(--cookie-secondary);
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 600;
  margin-bottom: 1rem;
}

.cookie-policy-theme .policy-highlight ul {
  list-style: none;
  padding: 0;
}

.cookie-policy-theme .policy-highlight li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  color: var(--cookie-secondary);
  line-height: 1.6;
}

.cookie-policy-theme .policy-highlight li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 6px;
  height: 6px;
  background: var(--cookie-accent);
  border-radius: 50%;
  transform: translateY(-50%);
}

.cookie-policy-theme .policy-section {
  background: rgba(107, 114, 128, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(209, 213, 219, 0.1);
  border-radius: 18px;
  padding: 2.5rem;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
  position: relative;
}

.cookie-policy-theme .policy-section:hover {
  border-color: rgba(209, 213, 219, 0.18);
  box-shadow: 0 10px 40px rgba(107, 114, 128, 0.08);
  transform: translateY(-2px);
}

.cookie-policy-theme .section-title {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--cookie-primary);
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(209, 213, 219, 0.12);
  position: relative;
}

.cookie-policy-theme .section-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 70px;
  height: 2px;
  background: var(--gradient-cookie-accent);
  border-radius: 2px;
}

.cookie-policy-theme .subsection-title {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--cookie-secondary);
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.cookie-policy-theme .policy-section p {
  color: var(--cookie-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-size: var(--text-base);
}

.cookie-policy-theme .policy-section ul,
.cookie-policy-theme .policy-section ol {
  color: var(--cookie-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.cookie-policy-theme .policy-section ul li {
  margin-bottom: 0.5rem;
  position: relative;
}

.cookie-policy-theme .policy-section strong {
  color: var(--cookie-primary);
  font-weight: 600;
}

/* Specialized Cookie Content Cards */
.cookie-policy-theme .cookie-explanation {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.cookie-policy-theme .explanation-step {
  background: rgba(209, 213, 219, 0.06);
  border: 1px solid rgba(209, 213, 219, 0.12);
  border-radius: 15px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}

.cookie-policy-theme .explanation-step::before {
  content: '';
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 8px;
  height: 8px;
  background: var(--cookie-accent);
  border-radius: 50%;
  opacity: 0.4;
}

.cookie-policy-theme .explanation-step:hover {
  background: rgba(209, 213, 219, 0.08);
  border-color: rgba(209, 213, 219, 0.2);
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(107, 114, 128, 0.1);
}

.cookie-policy-theme .explanation-step h4 {
  color: var(--cookie-primary);
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 600;
  margin-bottom: 1rem;
}

.cookie-policy-theme .explanation-step p {
  color: var(--cookie-secondary);
  font-size: var(--text-sm);
  line-height: 1.6;
  margin-bottom: 0;
}

.cookie-policy-theme .cookie-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.cookie-policy-theme .category-card {
  background: rgba(107, 114, 128, 0.04);
  border: 1px solid rgba(209, 213, 219, 0.12);
  border-radius: 16px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  position: relative;
}

.cookie-policy-theme .category-card.essential {
  border-color: rgba(34, 197, 94, 0.2);
  background: rgba(34, 197, 94, 0.03);
}

.cookie-policy-theme .category-card.analytics {
  border-color: rgba(59, 130, 246, 0.2);
  background: rgba(59, 130, 246, 0.03);
}

.cookie-policy-theme .category-card.marketing {
  border-color: rgba(168, 85, 247, 0.2);
  background: rgba(168, 85, 247, 0.03);
}

.cookie-policy-theme .category-card.functional {
  border-color: rgba(245, 158, 11, 0.2);
  background: rgba(245, 158, 11, 0.03);
}

.cookie-policy-theme .category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(107, 114, 128, 0.1);
}

.cookie-policy-theme .category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.cookie-policy-theme .category-header h3 {
  color: var(--cookie-primary);
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 600;
  margin: 0;
}

.cookie-policy-theme .consent-status {
  font-size: var(--text-xs);
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cookie-policy-theme .consent-status.required {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.2);
}

.cookie-policy-theme .consent-status.optional {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  border: 1px solid rgba(59, 130, 246, 0.2);
}

.cookie-policy-theme .cookie-table {
  margin: 2rem 0;
  overflow-x: auto;
}

.cookie-policy-theme .cookie-table table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(107, 114, 128, 0.1);
}

.cookie-policy-theme .cookie-table th,
.cookie-policy-theme .cookie-table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(209, 213, 219, 0.2);
}

.cookie-policy-theme .cookie-table th {
  background: rgba(107, 114, 128, 0.08);
  color: var(--cookie-primary);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--text-sm);
}

.cookie-policy-theme .cookie-table td {
  color: var(--cookie-secondary);
  font-size: var(--text-sm);
}

.cookie-policy-theme .cookie-table code {
  background: rgba(107, 114, 128, 0.1);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-family: var(--font-mono);
  font-size: 0.85em;
  color: var(--cookie-accent);
}

.cookie-policy-theme .third-party-service {
  background: rgba(209, 213, 219, 0.06);
  border: 1px solid rgba(209, 213, 219, 0.12);
  border-radius: 12px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.cookie-policy-theme .marketing-partners {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.cookie-policy-theme .partner-card {
  background: rgba(107, 114, 128, 0.04);
  border: 1px solid rgba(209, 213, 219, 0.12);
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.cookie-policy-theme .partner-card:hover {
  background: rgba(107, 114, 128, 0.06);
  border-color: rgba(209, 213, 219, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(107, 114, 128, 0.1);
}

.cookie-policy-theme .partner-card h4 {
  color: var(--cookie-primary);
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 600;
  margin-bottom: 1rem;
}

.cookie-policy-theme .functional-features,
.cookie-policy-theme .functional-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.cookie-policy-theme .feature-card,
.cookie-policy-theme .service-card {
  background: rgba(209, 213, 219, 0.05);
  border: 1px solid rgba(209, 213, 219, 0.12);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
}

.cookie-policy-theme .feature-card:hover,
.cookie-policy-theme .service-card:hover {
  background: rgba(209, 213, 219, 0.08);
  border-color: rgba(209, 213, 219, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(107, 114, 128, 0.1);
}

.cookie-policy-theme .feature-card h4,
.cookie-policy-theme .service-card h4 {
  color: var(--cookie-primary);
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 600;
  margin-bottom: 1rem;
}

.cookie-policy-theme .third-party-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.cookie-policy-theme .service-detail {
  background: rgba(107, 114, 128, 0.04);
  border: 1px solid rgba(209, 213, 219, 0.12);
  border-radius: 12px;
  padding: 1.5rem;
}

.cookie-policy-theme .service-detail h4 {
  color: var(--cookie-primary);
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 600;
  margin-bottom: 1rem;
}

.cookie-policy-theme .cookie-controls {
  text-align: center;
  margin: 2rem 0;
  padding: 2rem;
  background: rgba(59, 130, 246, 0.03);
  border: 1px solid rgba(59, 130, 246, 0.1);
  border-radius: 16px;
}

.cookie-policy-theme .cookie-controls .btn {
  background: var(--gradient-cookie-accent);
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 25px;
  font-family: var(--font-display);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}

.cookie-policy-theme .cookie-controls .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.cookie-policy-theme .browser-instructions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.cookie-policy-theme .browser-item {
  background: rgba(209, 213, 219, 0.05);
  border: 1px solid rgba(209, 213, 219, 0.12);
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.cookie-policy-theme .browser-item:hover {
  background: rgba(209, 213, 219, 0.08);
  border-color: rgba(209, 213, 219, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(107, 114, 128, 0.1);
}

.cookie-policy-theme .browser-item h4 {
  color: var(--cookie-primary);
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 600;
  margin-bottom: 1rem;
}

.cookie-policy-theme .impact-warning {
  background: rgba(245, 158, 11, 0.05);
  border: 1px solid rgba(245, 158, 11, 0.15);
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem 0;
}

.cookie-policy-theme .impact-warning h4 {
  color: #f59e0b;
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 600;
  margin-bottom: 1rem;
}

.cookie-policy-theme .contact-card {
  background: rgba(107, 114, 128, 0.04);
  border: 1px solid rgba(209, 213, 219, 0.12);
  border-radius: 16px;
  padding: 2rem;
  margin: 2rem 0;
}

.cookie-policy-theme .contact-card h3,
.cookie-policy-theme .contact-card h4,
.cookie-policy-theme .contact-card h5 {
  color: var(--cookie-primary);
  font-family: var(--font-display);
  margin-bottom: 1rem;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .cookie-policy-theme .hero {
    min-height: 50vh;
    padding: var(--space-3xl) 0;
  }
  
  .cookie-policy-theme .hero-title {
    font-size: var(--text-4xl);
  }
  
  .cookie-policy-theme .hero-subtitle {
    font-size: var(--text-lg);
  }
  
  .cookie-policy-theme .policy-meta {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  
  .cookie-policy-theme .cookie-highlights {
    flex-direction: column;
    gap: 1rem;
  }
  
  .cookie-policy-theme .cookie-jar {
    display: none;
  }
  
  .cookie-policy-theme .policy-intro {
    padding: 2rem;
  }
  
  .cookie-policy-theme .policy-section {
    padding: 1.5rem;
  }
  
  .cookie-policy-theme .cookie-explanation,
  .cookie-policy-theme .cookie-categories,
  .cookie-policy-theme .marketing-partners,
  .cookie-policy-theme .functional-features,
  .cookie-policy-theme .functional-services,
  .cookie-policy-theme .third-party-services,
  .cookie-policy-theme .browser-instructions {
    grid-template-columns: 1fr;
  }
}

/* Cookie Icon Enhancement - No Emojis */
.cookie-policy-theme .footer-section:first-child::after {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  background: var(--cookie-accent);
  border-radius: 50%;
  opacity: 0.4;
  animation: cookieBob 8s ease-in-out infinite;
  box-shadow: 
    2px 2px 0 rgba(209, 213, 219, 0.3),
    -2px -2px 0 rgba(209, 213, 219, 0.3),
    2px -2px 0 rgba(209, 213, 219, 0.3),
    -2px 2px 0 rgba(209, 213, 219, 0.3);
}

@keyframes cookieBob {
  0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 0.4; }
  25% { transform: translateY(-2px) rotate(-3deg); opacity: 0.6; }
  50% { transform: translateY(0px) rotate(0deg); opacity: 0.4; }
  75% { transform: translateY(-1px) rotate(2deg); opacity: 0.5; }
}

/* Friendly Border Enhancement */
.cookie-policy-theme .footer-section:hover {
  border-color: rgba(59, 130, 246, 0.25);
}

/* User Education Focus */
.cookie-policy-theme .footer-section h3::before,
.cookie-policy-theme .footer-section h4::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: rgba(59, 130, 246, 0.4);
  border-radius: 50%;
  margin-right: 0.5rem;
}

/* Informative List Styling */
.cookie-policy-theme .footer-links li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 8px;
  background: rgba(59, 130, 246, 0.5);
  margin-right: 0.5rem;
  border-radius: 2px;
}