/* ====================
   AI CREATIVITY DEBATE - ARTICLE STYLES
   Fully Responsive
   ==================== */

/* Hero Section Customization */
.creativity-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
  position: relative;
  overflow: hidden;
}

.creativity-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.05"><path fill="white" d="M50,10 L60,40 L90,40 L65,60 L75,90 L50,70 L25,90 L35,60 L10,40 L40,40 Z"/></svg>') repeat;
  background-size: 50px;
  pointer-events: none;
}

.creativity-hero .hero-text h1 {
  color: white;
}

.hero-subtitle {
  font-size: 1.5rem;
  color: #a5f3fc;
  display: block;
  margin-top: 0.5rem;
}

.creativity-hero .article-meta,
.creativity-hero .breadcrumb,
.creativity-hero .breadcrumb a {
  color: #94a3b8;
}

.creativity-hero .article-category {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
}

/* Quick Navigation */
.quick-nav {
  background: #f8fafc;
  border-radius: 1rem;
  padding: 1.5rem;
  margin: 2rem 0;
  border: 1px solid #e2e8f0;
}

.quick-nav h3 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: #0f172a;
}

.quick-nav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
}

.nav-card {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: white;
  border-radius: 0.5rem;
  text-decoration: none;
  color: #334155;
  font-weight: 500;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
}

.nav-card i {
  color: #3b82f6;
  font-size: 1rem;
  width: 1.25rem;
}

.nav-card:hover {
  background: #3b82f6;
  color: white;
  transform: translateY(-2px);
  border-color: #3b82f6;
}

.nav-card:hover i {
  color: white;
}

.nav-card.active {
  background: #3b82f6;
  color: white;
  border-color: #3b82f6;
}

.nav-card.active i {
  color: white;
}

/* Core Argument Box */
.core-argument-box {
  background: linear-gradient(135deg, #f1f5f9 0%, #e6f0fa 100%);
  padding: 2rem;
  border-radius: 1rem;
  margin: 1.5rem 0;
  border-left: 4px solid #3b82f6;
}

.comparison-table-compact {
  margin: 1.5rem 0;
}

.compare-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  background: white;
  padding: 1rem;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.compare-col {
  flex: 1;
  padding: 0.75rem;
  text-align: center;
  font-weight: 500;
}

.compare-col.before {
  background: #fef9e7;
  border-radius: 0.5rem;
}

.compare-col.after {
  background: #e0f2fe;
  border-radius: 0.5rem;
}

.compare-arrow {
  font-size: 1.5rem;
  color: #3b82f6;
}

/* Debate Sections */
.debate-section {
  margin-bottom: 2.5rem;
}

.debate-card {
  padding: 2rem;
  border-radius: 1rem;
  margin: 1rem 0;
}

.debate-card.negative {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  border-left: 4px solid #ef4444;
}

.debate-card.positive {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-left: 4px solid #10b981;
}

.concerns-grid,
.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.concern-item,
.advantage-item {
  background: white;
  padding: 1.5rem;
  border-radius: 0.75rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.concern-item:hover,
.advantage-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

.concern-item i,
.advantage-item i {
  font-size: 2rem;
  margin-bottom: 1rem;
  display: block;
}

.concern-item i {
  color: #ef4444;
}

.advantage-item i {
  color: #10b981;
}

.concern-item h4,
.advantage-item h4 {
  margin-bottom: 0.75rem;
  color: #0f172a;
}

.concern-item p,
.advantage-item p {
  font-size: 0.9rem;
  margin: 0;
  color: #475569;
}

/* Risk Card */
.risk-card {
  background: #fff8e7;
  padding: 2rem;
  border-radius: 1rem;
  border-left: 4px solid #f59e0b;
  margin: 1.5rem 0;
}

.critical-difference {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.difference {
  background: white;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.difference i {
  font-size: 1.25rem;
}

.difference.negative i {
  color: #ef4444;
}

.difference-vs {
  font-weight: bold;
  color: #f59e0b;
  font-size: 1.25rem;
}

/* Expert Opinion */
.expert-opinion .expert-card {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  color: white;
  padding: 2rem;
  border-radius: 1rem;
  margin: 1.5rem 0;
}

.two-tier {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 1.5rem 0;
}

.tier {
  background: rgba(255,255,255,0.1);
  padding: 1.5rem;
  border-radius: 0.75rem;
  backdrop-filter: blur(10px);
}

.tier h3 {
  color: white;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.tier ul {
  list-style: none;
  padding: 0;
}

.tier li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
}

.tier li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #3b82f6;
  font-weight: bold;
}

.tier.tier-1 {
  border-bottom: 3px solid #ef4444;
}

.tier.tier-2 {
  border-bottom: 3px solid #f59e0b;
}

.conclusion-statement {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.2);
}

/* Economic Table */
.economic-table {
  background: white;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  margin: 1.5rem 0;
}

.table-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f1f5f9;
  font-weight: 700;
  padding: 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.table-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.table-row:last-child {
  border-bottom: none;
}

.insight-box {
  background: #e0f2fe;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  margin: 1rem 0;
  border-left: 4px solid #3b82f6;
}

/* Illusion Card */
.illusion-card {
  background: #faf5ff;
  padding: 2rem;
  border-radius: 1rem;
  margin: 1.5rem 0;
  border-left: 4px solid #8b5cf6;
}

.creativity-elements {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1rem 0;
}

.creativity-elements span {
  background: white;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.creativity-elements i {
  color: #8b5cf6;
}

/* Timeline Outlook */
.timeline-outlook {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 1.5rem 0;
}

.outlook-phase {
  background: white;
  border-radius: 0.75rem;
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.outlook-phase:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
  border-color: #3b82f6;
}

.phase-year {
  font-weight: 700;
  font-size: 1.1rem;
  color: #3b82f6;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e2e8f0;
}

.outlook-phase ul {
  list-style: none;
  padding: 0;
}

.outlook-phase li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  font-size: 0.9rem;
}

.outlook-phase li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #3b82f6;
}

/* Remedies Section */
.remedies-section {
  background: #f8fafc;
  padding: 2rem;
  border-radius: 1rem;
  margin: 2rem 0;
}

.remedies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.remedy-card {
  background: white;
  padding: 1.5rem;
  border-radius: 0.75rem;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
}

.remedy-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
  border-color: #3b82f6;
}

.remedy-number {
  position: absolute;
  top: -12px;
  left: 20px;
  background: #3b82f6;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.9rem;
}

.remedy-card i {
  font-size: 2rem;
  color: #3b82f6;
  margin-bottom: 1rem;
  display: block;
}

.remedy-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  color: #0f172a;
}

.remedy-card p {
  font-size: 0.9rem;
  margin: 0;
  color: #475569;
}

/* Final Quote */
.final-quote {
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
  margin: 2rem 0;
}

.combination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}

.combination span {
  background: white;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-weight: 600;
  color: #0f172a;
}

.combination i {
  color: #3b82f6;
  font-size: 1rem;
}

.closing-line {
  font-size: 1.2rem;
  margin-top: 1rem;
  color: #0f172a;
}

/* Professionals Lobby Insight */
.professionals-lobby-insight {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: white;
  padding: 2rem;
  border-radius: 1rem;
  margin: 2rem 0;
}

.professionals-lobby-insight h3 {
  color: white;
  margin-bottom: 1rem;
}

.insight-links {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.btn-small {
  background: rgba(255,255,255,0.2);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.btn-small:hover {
  background: white;
  color: #3b82f6;
  transform: translateY(-2px);
}

/* Service Links Grid */
.service-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.service-links-grid a {
  background: #f1f5f9;
  padding: 0.75rem;
  border-radius: 0.5rem;
  text-decoration: none;
  color: #0f172a;
  font-size: 0.85rem;
  text-align: center;
  transition: all 0.3s ease;
}

.service-links-grid a:hover {
  background: #3b82f6;
  color: white;
  transform: translateY(-2px);
}

/* CTA Box */
.cta-box {
  background: white;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  margin-top: 2rem;
}

/* Animation Classes */
.fade-in-up {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ====================
   RESPONSIVE DESIGN
   ==================== */

/* Tablet Devices (768px - 1024px) */
@media (max-width: 1024px) {
  .hero-subtitle {
    font-size: 1.2rem;
  }
  
  .two-tier {
    gap: 1rem;
  }
  
  .tier {
    padding: 1rem;
  }
  
  .remedies-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

/* Mobile Landscape (576px - 768px) */
@media (max-width: 768px) {
  .quick-nav-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .nav-card span {
    font-size: 0.75rem;
  }
  
  .compare-row {
    flex-direction: column;
    text-align: center;
  }
  
  .compare-arrow {
    transform: rotate(90deg);
  }
  
  .two-tier {
    grid-template-columns: 1fr;
  }
  
  .critical-difference {
    gap: 1rem;
  }
  
  .difference {
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
  }
  
  .difference-vs {
    font-size: 1rem;
  }
  
  .table-header,
  .table-row {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0.5rem;
  }
  
  .table-header div:first-child::after {
    content: ' →';
  }
  
  .timeline-outlook {
    grid-template-columns: 1fr;
  }
  
  .remedies-section {
    padding: 1.5rem;
  }
  
  .remedies-grid {
    grid-template-columns: 1fr;
  }
  
  .combination {
    gap: 0.5rem;
  }
  
  .combination span {
    font-size: 0.85rem;
    padding: 0.4rem 0.8rem;
  }
  
  .service-links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .insight-links {
    flex-direction: column;
  }
  
  .btn-small {
    text-align: center;
  }
}

/* Mobile Portrait (up to 576px) */
@media (max-width: 576px) {
  .quick-nav-grid {
    grid-template-columns: 1fr;
  }
  
  .nav-card {
    justify-content: center;
  }
  
  .core-argument-box {
    padding: 1.5rem;
  }
  
  .debate-card {
    padding: 1.5rem;
  }
  
  .concerns-grid,
  .advantages-grid {
    grid-template-columns: 1fr;
  }
  
  .concern-item,
  .advantage-item {
    padding: 1rem;
  }
  
  .risk-card {
    padding: 1.5rem;
  }
  
  .critical-difference {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .difference {
    width: 100%;
    justify-content: center;
  }
  
  .expert-opinion .expert-card {
    padding: 1.5rem;
  }
  
  .tier {
    padding: 1rem;
  }
  
  .creativity-elements {
    justify-content: center;
  }
  
  .creativity-elements span {
    font-size: 0.75rem;
  }
  
  .final-quote {
    padding: 1.5rem;
  }
  
  .combination {
    flex-direction: column;
  }
  
  .closing-line {
    font-size: 1rem;
  }
  
  .service-links-grid {
    grid-template-columns: 1fr;
  }
  
  .professionals-lobby-insight {
    padding: 1.5rem;
  }
}

/* Extra Small Devices */
@media (max-width: 380px) {
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .quick-nav h3 {
    font-size: 1rem;
  }
  
  .phase-year {
    font-size: 1rem;
  }
  
  .remedy-card h3 {
    font-size: 1rem;
  }
  
  .remedy-card p {
    font-size: 0.8rem;
  }
}

/* Print Styles */
@media print {
  .header,
  .footer,
  .sidebar,
  .quick-nav,
  .whatsapp-float,
  #backToTop,
  .cta-box,
  .newsletter-widget {
    display: none !important;
  }
  
  .main-content {
    width: 100%;
  }
  
  .content-wrapper {
    display: block;
  }
  
  .article-hero {
    background: white;
    color: black;
    padding: 1rem 0;
  }
  
  .creativity-hero .hero-text h1 {
    color: black;
  }
  
  .hero-subtitle {
    color: #555;
  }
  
  a {
    text-decoration: none;
    color: black;
  }
}