/*
Theme Name:     Custom Theme for Schema Galleries
Description:    Theme for 
Author:         Guy Phillips
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



/* Hide Divi video download links that trigger accessibility warnings */
a[data-type="video/mp4"],
a[data-type="video/webm"] {
    display: none !important;
    pointer-events: none !important;
}
/* Make text in the comparison header white */
.schema-unique-note strong {
  color: #ffffff;
  background: rgba(255,255,255,0.08);
  padding: 3px 6px;
  border-radius: 4px;
}

.sg-legal-notice {
  text-align: center;
  margin: 5px auto 50px auto;
  max-width: 720px;
}

.sg-legal-notice span {
  display: inline-block;
  background: #e3e0f8; /* adds a hint of your purple tone */
  color: #4b4b55;
  padding: 9px 20px;
  border-radius: 24px;
  font-size: 13px;
  line-height: 1.5;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.sg-legal-notice strong {
  color: #3f3f46;
  font-weight: 600;
}

.sg-helptext {
  font-size: 13px;
  line-height: 1.6;
  color: #1f2937;
  background: #fefce8;
  border-left: 3px solid #facc15;
  padding: 10px 14px;
  margin-top: 8px;
  border-radius: 6px;
}

.sg-helptext strong {
  color: #b45309;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.schema-global-badge {
  text-align: center;
  margin-top: 12px;
  color: #16a34a;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.2px;
  animation: fadeIn 0.8s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}


.schema-validation-banner {
  text-align: center;
  margin: 40px auto 30px;
  padding: 20px;
  background: linear-gradient(90deg, #1f4170, #3b6fb8);
  color: #fff;
  border-radius: 12px;
   box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
  max-width: 800px;
}

.schema-validation-banner h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.schema-validation-banner p {
  margin: 8px 0 15px;
  color: #fff;
  font-size: 0.95rem;
}
.schema-validation-banner {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 40px auto 30px;
  text-align: center;
}

.schema-validation-banner h3,
.schema-validation-banner p {
  display: block;
  text-align: center;
}

.schema-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}

.schema-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.schema-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.3s ease, transform 0.2s ease;
}

.schema-btn.google {
  background-color: #188038; /* Google green */
}

.schema-btn.schema {
  background-color: #660099; /* Schema.org purple */
}

.schema-btn:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.comparison-section {
            max-width: 1200px;
            margin: 60px auto;
            padding: 0 20px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        }

        .comparison-header {
            text-align: center;
            margin-bottom: 48px;
        }

        .comparison-header h2 {
            font-size: 36px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 16px;
        }

        .comparison-header p {
            font-size: 18px;
            color: #666;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .comparison-table-wrapper {
            overflow-x: auto;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 10px 20px rgba(0, 0, 0, 0.05);
        }

        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            min-width: 800px;
        }

        .comparison-table thead {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: #fff;
        }

        .comparison-table thead th {
            padding: 20px 16px;
            text-align: left;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .comparison-table thead th:first-child {
            border-radius: 12px 0 0 0;
        }

        .comparison-table thead th:last-child {
            border-radius: 0 12px 0 0;
        }

        .comparison-table tbody tr {
            border-bottom: 1px solid #e5e7eb;
            transition: background-color 0.2s ease;
        }

        .comparison-table tbody tr:hover {
            background-color: #f9fafb;
        }

        .comparison-table tbody tr:last-child {
            border-bottom: none;
        }

        .comparison-table tbody td {
            padding: 18px 16px;
            font-size: 15px;
        }

        .comparison-table tbody td:first-child {
            font-weight: 600;
            color: #374151;
        }

        /* Plugin name columns */
        .plugin-name {
            font-weight: 700;
            text-align: center;
        }

        .plugin-schema-gallery {
            background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
            border-left: 3px solid #667eea;
        }

        /* Checkmark and X styling */
        .check {
            color: #10b981;
            font-size: 24px;
            font-weight: 700;
            text-align: center;
        }

        .check-perfect {
            color: #10b981;
            font-size: 15px;
            font-weight: 600;
            text-align: center;
        }

        .check-perfect::before {
            content: "✓ ";
            font-size: 20px;
            margin-right: 4px;
        }

        .cross {
            color: #ef4444;
            font-size: 24px;
            font-weight: 700;
            text-align: center;
        }

        .cross-text {
            color: #ef4444;
            font-size: 15px;
            font-weight: 600;
            text-align: center;
        }

        .cross-text::before {
            content: "✗ ";
            font-size: 20px;
            margin-right: 4px;
        }

        .warning {
            color: #f59e0b;
            font-size: 15px;
            font-weight: 600;
            text-align: center;
        }

        .warning::before {
            content: "⚠ ";
            font-size: 18px;
            margin-right: 4px;
        }

        /* Badge for Schema Gallery */
        .best-badge {
            display: inline-block;
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            color: #fff;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-left: 8px;
            box-shadow: 0 2px 4px rgba(16, 185, 129, 0.3);
        }

        /* Stats row */
        .stats-row {
            background: #f9fafb;
            font-weight: 600;
        }

        .stats-row td {
            text-align: center;
            color: #6b7280;
            font-size: 14px;
        }

        /* Pricing row */
        .pricing-row td {
            text-align: center;
            font-weight: 600;
            color: #374151;
        }

        /* Pro badge */
        .pro-badge {
            display: inline-block;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: #fff;
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.3px;
            margin-left: 6px;
        }

        /* CTA Section */
        .comparison-cta {
            text-align: center;
            margin-top: 48px;
            padding: 40px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 12px;
            color: #fff;
        }

        .comparison-cta h3 {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 16px;
        }

        .comparison-cta p {
            font-size: 16px;
            margin-bottom: 24px;
            opacity: 0.95;
        }

        .cta-button {
            display: inline-block;
            background: #fff;
            color: #667eea;
            padding: 14px 32px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .comparison-header h2 {
                font-size: 28px;
            }

            .comparison-header p {
                font-size: 16px;
            }

            .comparison-table thead th {
                font-size: 13px;
                padding: 16px 12px;
            }

            .comparison-table tbody td {
                font-size: 13px;
                padding: 14px 12px;
            }

            .plugin-name {
                font-size: 13px;
            }

            .best-badge {
                display: block;
                margin: 4px 0 0 0;
            }
        }

        /* Stats row */
        .stats-row {
            background: #f9fafb;
            font-weight: 600;
        }

        .stats-row td {
            text-align: center;
            color: #6b7280;
            font-size: 14px;
        }

        /* Pricing row */
        .pricing-row td {
            text-align: center;
            font-weight: 600;
            color: #374151;
        }

        /* Pro badge */
        .pro-badge {
            display: inline-block;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: #fff;
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.3px;
            margin-left: 6px;
        }

        /* CTA Section */
        .comparison-cta {
            text-align: center;
            margin-top: 48px;
            padding: 40px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 12px;
            color: #fff;
        }

        .comparison-cta h3 {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 16px;
        }

        .comparison-cta p {
            font-size: 16px;
            margin-bottom: 24px;
            opacity: 0.95;
        }

        .cta-button {
            display: inline-block;
            background: #fff;
            color: #667eea;
            padding: 14px 32px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .comparison-header h2 {
                font-size: 28px;
            }

            .comparison-header p {
                font-size: 16px;
            }

            .comparison-table thead th {
                font-size: 13px;
                padding: 16px 12px;
            }

            .comparison-table tbody td {
                font-size: 13px;
                padding: 14px 12px;
            }

            .plugin-name {
                font-size: 13px;
            }

            .best-badge {
                display: block;
                margin: 4px 0 0 0;
            }
        }
/* Feature Card Icons */
.feature-card .feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.feature-card .feature-icon .dashicons {
  font-size: 28px;
  width: 28px;
  height: 28px;
  color: #ffffff;
}
        .features-hero-section {
            background: linear-gradient(135deg, #4834DF 0%, #2D1B69 100%);
            color: white;
            text-align: center;
            padding: 80px 20px 100px;
            position: relative;
            overflow: hidden;
        }

        .features-hero-section h1 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .features-hero-section p {
            font-size: 1.25rem;
            max-width: 800px;
            margin: 0 auto 40px;
            opacity: 0.95;
        }

        .features-hero-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .btn {
            padding: 15px 35px;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 8px;
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
            border: none;
        }

        .btn-primary {
            background: white;
            color: #4834DF;
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        }

        .btn-secondary {
            background: transparent;
            color: white;
            border: 2px solid white;
        }

        .btn-secondary:hover {
            background: white;
            color: #4834DF;
        }

        .features-content-wrapper {
            max-width: 1200px;
            margin: -50px auto 0;
            padding: 0 20px 80px;
            position: relative;
            z-index: 10;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            margin-bottom: 60px;
        }

        .feature-card {
            background: white;
            border-radius: 12px;
            padding: 40px 30px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        }

        .feature-icon {
            width: 60px;
            height: 60px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            margin-bottom: 20px;
        }

        .icon-purple { background: linear-gradient(135deg, #7B68EE, #5B4FD8); }
        .icon-pink { background: linear-gradient(135deg, #E879F9, #D946EF); }
        .icon-blue { background: linear-gradient(135deg, #60A5FA, #3B82F6); }
        .icon-green { background: linear-gradient(135deg, #34D399, #10B981); }
        .icon-orange { background: linear-gradient(135deg, #FB923C, #F97316); }
        .icon-red { background: linear-gradient(135deg, #F472B6, #EC4899); }
        .icon-indigo { background: linear-gradient(135deg, #818CF8, #6366F1); }
        .icon-cyan { background: linear-gradient(135deg, #22D3EE, #06B6D4); }
        .icon-yellow { background: linear-gradient(135deg, #FBBF24, #F59E0B); }

        .feature-card h3 {
            font-size: 1.5rem;
            color: #1a1a1a;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .feature-card p {
            color: #666;
            font-size: 1rem;
            line-height: 1.7;
        }

        .section-title {
            text-align: center;
            font-size: 2.5rem;
            color: #1a1a1a;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .section-subtitle {
            text-align: center;
            font-size: 1.25rem;
            color: #666;
            max-width: 700px;
            margin: 0 auto 60px;
        }

        .features-cta-section {
            background: linear-gradient(135deg, #F3F4F6 0%, #E5E7EB 100%);
            padding: 80px 20px;
            margin-top: 60px;
        }

        @media (max-width: 768px) {
            .features-hero-section h1 {
                font-size: 2rem;
            }

            .features-hero-section p {
                font-size: 1.1rem;
            }

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

            .section-title {
                font-size: 2rem;
            }
        }
/* Built for AI Search - Purple */
.feature-card:nth-child(1) .feature-icon {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Super Simple Shortcodes - Pink/Red */
.feature-card:nth-child(2) .feature-icon {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

/* Clean & Lightweight - Soft Pink */
.feature-card:nth-child(3) .feature-icon {
  background: linear-gradient(135deg, #fad0c4 0%, #ffd1ff 100%);
}
.feature-card:nth-child(3) .feature-icon .dashicons {
  color: #8b5cf6;
}

/* Professional Lightbox - Purple */
.feature-card:nth-child(4) .feature-icon {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* SEO Optimized - Pink/Red */
.feature-card:nth-child(5) .feature-icon {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

/* Free Forever - Blue/Purple */
.feature-card:nth-child(6) .feature-icon {
  background: linear-gradient(135deg, #fbc2eb 0%, #a6c1ee 100%);
}
.feature-card:nth-child(6) .feature-icon .dashicons {
  color: #8b5cf6;
}

/* Hero Section */
.hero {
  background-color: transparent;
  color: #fff;
  padding: 100px 2rem;
  text-align: center;
}

.hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: 900;
  margin: 0 0 1.5rem 0;
  line-height: 1.1;
}

.hero .hero-subtitle {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0 0 1.5rem 0 !important;
  opacity: 0.95;
}

.hero .hero-features {
  font-size: 1rem;
  font-weight: 600;
  margin: 1.5rem 0 2rem 0 !important;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.95);
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.btn-primary {
  background: #fff;
  color: #1f4170;
  padding: 1rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 1rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: background 0.2s;
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.1);
}

/* Features Section */
.features {
  padding: 100px 2rem;
  background: #f9fafb;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.section-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #6b7280;
  margin-bottom: 4rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.features-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.feature-card {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
  text-align: center;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
}

.feature-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.feature-card p {
  color: #6b7280;
  line-height: 1.7;
}

/* How It Works */
.how-it-works {
  padding: 100px 2rem;
  background: #fff;
}

.steps {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  gap: 3rem;
}

.step {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.step-number {
  background: #1f4170;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 800;
  flex-shrink: 0;
}

.step-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.step-content p {
  color: #6b7280;
  line-height: 1.7;
}

.step-content code {
  background: #f3f4f6;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  color: #1f4170;
}

/* Social Proof */
.social-proof {
  padding: 80px 2rem;
  background: #1f4170;
  color: #fff;
  text-align: center;
}

.stats {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 3rem;
}

.stat-number {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 1.1rem;
  opacity: 0.9;
}

/* CTA Section */
.cta-section {
  padding: 100px 2rem;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #fff;
  text-align: center;
}

.cta-section h2 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.cta-section p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.95;
}

/* Footer */
.footer {
  background: #111827;
  color: #9ca3af;
  padding: 3rem 2rem 2rem;
  text-align: center;
}

.footer-links {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }
  
  .hero .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .step {
    flex-direction: column;
  }
}