/*
Theme Name: EDUGuestPosts
Theme URI: https://EDUGUESTPOSTS.com
Author: EDUGUESTPOSTS Team
Author URI: https://EDUGUESTPOSTS.com
Description: Ultra-fast, SEO-optimized, conversion-focused Sophisticated Dark WordPress Theme designed for selling high authority .edu guest posts starting at $50. Includes built-in Schema.org structured data, customizer options, fast CSS, and mobile responsiveness.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, seo-ready, custom-colors, custom-menu, featured-images, custom-logo, dark-mode, grid-layout, ultra-fast
Text Domain: eduguestposts
*/

:root {
  --primary-color: #0f172a;
  --accent-color: #f59e0b;
  --bg-dark: #0f172a;
  --bg-card: #020617;
  --text-light: #f8fafc;
  --text-muted: #94a3b8;
  --border-color: #1e293b;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --font-main: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.3);
  --shadow-md: 0 4px 20px -2px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 12px 32px -4px rgba(0, 0, 0, 0.6);
}

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

body {
  font-family: var(--font-main);
  background-color: var(--bg-dark);
  color: var(--text-light);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header & Nav */
.site-header {
  background-color: #ffffff;
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.top-bar {
  background-color: var(--primary-color);
  color: #ffffff;
  font-size: 0.85rem;
  padding: 8px 0;
  text-align: center;
}

.top-bar-badge {
  background-color: var(--accent-color);
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 99px;
  font-weight: 700;
  margin-right: 6px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.site-logo {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-logo span.highlight {
  color: var(--accent-color);
}

.main-navigation ul {
  display: flex;
  list-style: none;
  gap: 24px;
  align-items: center;
}

.main-navigation a {
  color: var(--text-dark);
  font-weight: 600;
  font-size: 0.95rem;
}

.btn-primary {
  background-color: var(--accent-color);
  color: #ffffff !important;
  padding: 10px 22px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.25);
}

.btn-primary:hover {
  filter: brightness(1.1);
  text-decoration: none;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, #1e293b 100%);
  color: #ffffff;
  padding: 80px 0 100px;
  text-align: center;
}

.hero-pill {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 16px;
  border-radius: 99px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 24px;
}

.hero-title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  font-size: 1.2rem;
  max-width: 780px;
  margin: 0 auto 36px;
  color: #cbd5e1;
}

/* Pricing Grid */
.pricing-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.section-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--primary-color);
}

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

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

.pricing-card {
  background-color: #ffffff;
  border: 2px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 36px 28px;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pricing-card.popular {
  border-color: var(--accent-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}

.popular-badge {
  position: absolute;
  top: -14px;
  right: 28px;
  background-color: var(--accent-color);
  color: #ffffff;
  padding: 4px 14px;
  border-radius: 99px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.price-amount {
  font-size: 3rem;
  font-weight: 900;
  color: var(--primary-color);
  margin: 16px 0;
}

.price-per-link {
  font-size: 0.9rem;
  color: var(--accent-color);
  font-weight: 700;
}

/* SEO Table */
.domain-table-wrap {
  overflow-x: auto;
  background-color: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  margin-top: 24px;
}

.domain-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.domain-table th, .domain-table td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-color);
}

.domain-table th {
  background-color: #f1f5f9;
  font-weight: 700;
  color: var(--primary-color);
  font-size: 0.85rem;
  text-transform: uppercase;
}

.da-badge {
  background-color: #dcfce7;
  color: #15803d;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.85rem;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title { font-size: 2.1rem; }
  .header-inner { flex-direction: column; gap: 16px; }
  .main-navigation ul { flex-wrap: wrap; justify-content: center; gap: 16px; }
}
