/* FCUTSTORE SEO Content Styles */

/* Background image for product containers section - FCUTSTORE */
.main-wrap {
  background-image: url('assets/EAFCBG1.avif');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.seo-content {
  max-width: 900px;
  margin: 2rem auto;
  padding: 2rem;
  background: var(--card-bg);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Full Width SEO Section - Dark theme */
body:not([data-theme="light"]) .seo-content-fullwidth {
  width: 100%;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.95) 0%, rgba(20, 20, 20, 1) 100%);
  padding: 5rem 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

/* Full Width SEO Section - Light theme */
[data-theme="light"] .seo-content-fullwidth {
  width: 100%;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.95) 0%, rgba(241, 245, 249, 1) 100%);
  padding: 5rem 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

/* Subtle pattern overlay - Dark theme */
body:not([data-theme="light"]) .seo-content-fullwidth::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  pointer-events: none;
}

/* Subtle pattern overlay - Light theme */
[data-theme="light"] .seo-content-fullwidth::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  pointer-events: none;
}

.seo-content-fullwidth .seo-text-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
  z-index: 1;
}

/* EA FC 26 Inspired Typography - Dark theme */
body:not([data-theme="light"]) .seo-content-fullwidth .seo-text-block h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

body:not([data-theme="light"]) .seo-content-fullwidth .seo-text-block h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #ffffff;
  letter-spacing: -0.01em;
}

body:not([data-theme="light"]) .seo-content-fullwidth .seo-text-block p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.85);
}

body:not([data-theme="light"]) .seo-content-fullwidth .seo-text-block strong {
  color: #ffffff;
  font-weight: 600;
}

/* EA FC 26 Inspired Typography - Light theme */
[data-theme="light"] .seo-content-fullwidth .seo-text-block h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #0f172a;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

[data-theme="light"] .seo-content-fullwidth .seo-text-block h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #0f172a;
  letter-spacing: -0.01em;
}

[data-theme="light"] .seo-content-fullwidth .seo-text-block p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: rgba(15, 23, 42, 0.85);
}

[data-theme="light"] .seo-content-fullwidth .seo-text-block strong {
  color: #0f172a;
  font-weight: 600;
}

/* Default styling for non-fullwidth */
.seo-text-block h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-primary);
  text-align: center;
}

.seo-text-block h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--text-primary);
}

.seo-text-block p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  color: var(--text-secondary);
}

.seo-text-block strong {
  color: var(--text-primary);
  font-weight: 600;
}

/* EA FC 26 Style Feature Grid - 4 columns in one row */
.seo-content-fullwidth .seo-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin: 3rem 0;
}

/* Feature items - Dark theme */
body:not([data-theme="light"]) .seo-content-fullwidth .seo-feature-item {
  padding: 1.5rem 1rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

body:not([data-theme="light"]) .seo-content-fullwidth .seo-feature-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  opacity: 0;
  transition: opacity 0.3s ease;
}

body:not([data-theme="light"]) .seo-content-fullwidth .seo-feature-item:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

body:not([data-theme="light"]) .seo-content-fullwidth .seo-feature-item:hover::before {
  opacity: 1;
}

body:not([data-theme="light"]) .seo-content-fullwidth .seo-feature-item h3 {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.01em;
}

body:not([data-theme="light"]) .seo-content-fullwidth .seo-feature-item p {
  font-size: 1rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}

/* Feature items - Light theme */
[data-theme="light"] .seo-content-fullwidth .seo-feature-item {
  padding: 1.5rem 1rem;
  background: rgba(59, 130, 246, 0.03);
  border-radius: 4px;
  border: 1px solid rgba(59, 130, 246, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

[data-theme="light"] .seo-content-fullwidth .seo-feature-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  opacity: 0;
  transition: opacity 0.3s ease;
}

[data-theme="light"] .seo-content-fullwidth .seo-feature-item:hover {
  transform: translateY(-4px);
  background: rgba(59, 130, 246, 0.08);
  border-color: rgba(59, 130, 246, 0.4);
  box-shadow: 0 12px 24px rgba(59, 130, 246, 0.15);
}

[data-theme="light"] .seo-content-fullwidth .seo-feature-item:hover::before {
  opacity: 1;
}

[data-theme="light"] .seo-content-fullwidth .seo-feature-item h3 {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #0f172a;
  font-weight: 700;
  letter-spacing: -0.01em;
}

[data-theme="light"] .seo-content-fullwidth .seo-feature-item p {
  font-size: 1rem;
  margin-bottom: 0;
  color: rgba(15, 23, 42, 0.75);
  line-height: 1.6;
}

/* Default feature grid styling */
.seo-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.seo-feature-item {
  padding: 1.5rem;
  background: var(--bg);
  border-radius: 8px;
  border: 1px solid var(--border-color);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.seo-feature-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

.seo-feature-item h3 {
  font-size: 1.1rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: var(--primary-color);
}

.seo-feature-item p {
  font-size: 0.95rem;
  margin-bottom: 0;
  color: var(--text-secondary);
}

/* EA FC 26 Style List - 3 columns in one row */
.seo-content-fullwidth .seo-text-block ul {
  list-style: none;
  padding-left: 0;
  margin: 2rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

/* List items - Dark theme */
body:not([data-theme="light"]) .seo-content-fullwidth .seo-text-block ul li {
  padding: 0.75rem 0.75rem 0.75rem 2.5rem;
  position: relative;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 4px;
  border-left: 2px solid #3b82f6;
}

body:not([data-theme="light"]) .seo-content-fullwidth .seo-text-block ul li:before {
  content: "✓";
  position: absolute;
  left: 0.75rem;
  color: #3b82f6;
  font-weight: bold;
  font-size: 1.1rem;
}

/* List items - Light theme */
[data-theme="light"] .seo-content-fullwidth .seo-text-block ul li {
  padding: 0.75rem 0.75rem 0.75rem 2.5rem;
  position: relative;
  color: rgba(15, 23, 42, 0.85);
  font-size: 1rem;
  background: rgba(59, 130, 246, 0.03);
  border-radius: 4px;
  border-left: 2px solid #3b82f6;
}

[data-theme="light"] .seo-content-fullwidth .seo-text-block ul li:before {
  content: "✓";
  position: absolute;
  left: 0.75rem;
  color: #3b82f6;
  font-weight: bold;
  font-size: 1.1rem;
}

/* Default list styling */
.seo-text-block ul {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
}

.seo-text-block ul li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  color: var(--text-secondary);
}

.seo-text-block ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--success-color);
  font-weight: bold;
}

/* Mobile responsive - EA FC 26 Style */
@media (max-width: 768px) {
  .seo-content {
    padding: 1.5rem;
    margin: 1rem;
  }

  .seo-content-fullwidth {
    padding: 3rem 0;
  }

  .seo-content-fullwidth .seo-text-block {
    padding: 0 1.5rem;
  }

  .seo-content-fullwidth .seo-text-block h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .seo-content-fullwidth .seo-text-block h3 {
    font-size: 1.25rem;
  }

  .seo-content-fullwidth .seo-text-block p {
    font-size: 1rem;
  }

  .seo-content-fullwidth .seo-features {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin: 2rem 0;
  }

  .seo-content-fullwidth .seo-feature-item {
    padding: 1.5rem;
  }

  .seo-content-fullwidth .seo-text-block ul {
    grid-template-columns: 1fr;
  }
}

/* Tablet - 2 columns for features, 2 for list */
@media (max-width: 1024px) and (min-width: 769px) {
  .seo-content-fullwidth .seo-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-content-fullwidth .seo-text-block ul {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Default mobile styles */
  .seo-text-block h2 {
    font-size: 1.5rem;
  }

  .seo-text-block h3 {
    font-size: 1.1rem;
  }

  .seo-features {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .seo-feature-item {
    padding: 1rem;
  }
}
