/* Reset and base styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'SF Pro Display', 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  background: #ffffff;
  color: #1d1d1f;
  line-height: 1.47059;
  font-weight: 400;
  letter-spacing: -0.022em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  touch-action: manipulation;
  overflow-x: hidden;
  max-width: 100vw;
}

/* Prevent zoom on mobile */
@media screen and (max-width: 768px) {
  body {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
  
  /* Ensure no horizontal scroll */
  * {
    max-width: 100vw;
  }
  
  .hero, .problem-section, .features-section, .pricing-section, .faq-section, .setup-section {
    overflow-x: hidden;
    max-width: 100vw;
  }
  
  .hero-content, .problem-content, .setup-content, .privacy-content {
    max-width: calc(100vw - 44px);
  }
}

/* Navigation */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px;
  height: 90px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-logo {
  height: 70px;
  width: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links a {
  color: #1d1d1f;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  transition: opacity 0.3s ease;
}

.nav-links a:hover {
  opacity: 0.7;
}

.shopify-link {
  background: #007aff;
  color: white !important;
  padding: 6px 16px;
  border-radius: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.shopify-link:hover {
  background: #0056b3;
  opacity: 1 !important;
}

/* Main content */
main {
  padding-top: 90px;
}

/* Hero Section */
.hero {
  padding: 104px 22px 120px;
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}

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

.hero-title {
  font-size: clamp(48px, 7vw, 80px);
  line-height: 1.05;
  font-weight: 700;
  color: #1d1d1f;
  margin-bottom: 24px;
  letter-spacing: -0.015em;
}

.gradient-text {
  color: #2a7eef;
}

.hero-subtitle {
  font-size: 21px;
  line-height: 1.381;
  color: #86868b;
  margin-bottom: 32px;
  max-width: 584px;
  margin-left: auto;
  margin-right: auto;
}

.hero-cta {
  margin-bottom: 64px;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #007aff;
  color: white;
  padding: 16px 32px;
  border-radius: 24px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.primary-button:hover {
  background: #0056b3;
  transform: translateY(-1px);
  box-shadow: 0 8px 25px rgba(0, 122, 255, 0.3);
}

.primary-button.large {
  padding: 20px 40px;
  font-size: 19px;
  border-radius: 28px;
}

.secondary-button {
  background: rgba(0, 122, 255, 0.1);
  color: #007aff;
  border: 1px solid rgba(0, 122, 255, 0.2);
}

.secondary-button:hover {
  background: rgba(0, 122, 255, 0.2);
  color: #0056b3;
}

.hero-note {
  color: #86868b;
  font-size: 14px;
  margin-top: 16px;
}

.ai-platforms {
  text-align: center;
}

.platforms-label {
  color: #86868b;
  font-size: 17px;
  margin-bottom: 24px;
}

.platform-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.platform-logo {
  height: 32px;
  width: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.platform-logo:hover {
  opacity: 1;
}

/* Problem Section */
.problem-section {
  background: #f5f5f7;
  padding: 88px 22px;
}

.problem-content {
  max-width: 692px;
  margin: 0 auto;
  text-align: center;
}

.problem-content h2 {
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.125;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 24px;
  letter-spacing: -0.015em;
}

.problem-content p {
  font-size: 19px;
  line-height: 1.421;
  color: #515154;
}

/* Features Section */
.features-section {
  padding: 88px 22px;
  max-width: 1024px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  max-width: 692px;
  margin: 0 auto 80px;
}

.section-header h2 {
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.125;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 16px;
  letter-spacing: -0.015em;
}

.section-header p {
  font-size: 19px;
  line-height: 1.421;
  color: #86868b;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.feature-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #007aff, #5856d6);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 122, 255, 0.2);
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-icon {
  color: #007aff;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-size: 24px;
  line-height: 1.167;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 12px;
  letter-spacing: -0.015em;
}

.feature-card p {
  font-size: 17px;
  line-height: 1.47059;
  color: #515154;
  margin-bottom: 16px;
}

.feature-card strong {
  color: #007aff;
  font-weight: 600;
  background: rgba(0, 122, 255, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
}

.feature-benefit {
  color: #007aff;
  font-size: 15px;
  font-weight: 500;
}

/* Pricing Section */
.pricing-section {
  background: #f5f5f7;
  padding: 88px 22px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1300px;
  margin: 0 auto;
}

.pricing-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 32px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pricing-card.featured {
  border: 2px solid #007aff;
  transform: scale(1.05);
}

.pricing-card:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.pricing-card.featured:hover {
  transform: translateY(-2px) scale(1.07);
}

.featured-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #007aff;
  color: white;
  padding: 8px 16px;
  border-radius: 0 0 12px 12px;
  font-size: 14px;
  font-weight: 500;
}

.plan-name {
  font-size: 28px;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 8px;
}

.plan-price {
  font-size: 48px;
  font-weight: 700;
  color: #1d1d1f;
  margin-bottom: 8px;
  line-height: 1;
}

.plan-price span {
  font-size: 19px;
  font-weight: 400;
  color: #86868b;
}

.plan-description {
  color: #86868b;
  font-size: 17px;
  margin-bottom: 32px;
}

.plan-features {
  list-style: none;
  margin-bottom: 32px;
}

.plan-features li {
  font-size: 17px;
  color: #515154;
  margin-bottom: 12px;
  position: relative;
  padding-left: 24px;
}

.plan-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #007aff;
  font-weight: 600;
}

.plan-button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 16px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.plan-button.primary {
  background: #007aff;
  color: white;
}

.plan-button.primary:hover {
  background: #0056b3;
}

.plan-button.secondary {
  background: rgba(0, 122, 255, 0.1);
  color: #007aff;
  border: 1px solid rgba(0, 122, 255, 0.2);
}

.plan-button.secondary:hover {
  background: rgba(0, 122, 255, 0.2);
}

/* FAQ Section */
.faq-section {
  padding: 88px 22px;
  background: #ffffff;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 32px;
  max-width: 1024px;
  margin: 0 auto;
}

.faq-item {
  background: #f5f5f7;
  border-radius: 18px;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 122, 255, 0.2);
}

.faq-item h3 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 16px;
  letter-spacing: -0.015em;
}

.faq-item p {
  font-size: 17px;
  line-height: 1.47059;
  color: #515154;
  margin: 0;
}

/* Setup Section */
.setup-section {
  padding: 88px 22px;
  text-align: center;
  background: #f5f5f7;
}

.setup-content {
  max-width: 692px;
  margin: 0 auto;
}

.setup-content h2 {
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.125;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 16px;
  letter-spacing: -0.015em;
}

.setup-content p {
  font-size: 19px;
  line-height: 1.421;
  color: #86868b;
  margin-bottom: 40px;
}

/* Privacy Policy Section */
.privacy-section {
  padding: 88px 22px;
  background: #ffffff;
  min-height: calc(100vh - 160px);
}

.privacy-content {
  max-width: 800px;
  margin: 0 auto;
}

.privacy-content h1 {
  font-size: clamp(40px, 6vw, 56px);
  line-height: 1.1;
  font-weight: 700;
  color: #1d1d1f;
  margin-bottom: 16px;
  letter-spacing: -0.015em;
  text-align: center;
}

.last-updated {
  font-size: 17px;
  color: #86868b;
  text-align: center;
  margin-bottom: 48px;
  font-weight: 400;
}

.privacy-text {
  text-align: left;
}

.privacy-text h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  color: #1d1d1f;
  margin: 40px 0 16px 0;
  letter-spacing: -0.015em;
}

.privacy-text h2:first-child {
  margin-top: 0;
}

.privacy-text p {
  font-size: 19px;
  line-height: 1.47059;
  color: #515154;
  margin-bottom: 24px;
}

.privacy-text a {
  color: #007aff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.privacy-text a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Footer */
.footer {
  background: #f5f5f7;
  padding: 40px 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-content {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  height: 70px;
  width: auto;
}

.footer-links {
  display: flex;
  gap: 32px;
}

.footer-links a {
  color: #86868b;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

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

/* Responsive Design */
@media (max-width: 1024px) {
  .navbar {
    padding: 0 22px;
  }
  
  .nav-links {
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .navbar {
    padding: 0 16px;
    max-width: 100vw;
  }
  
  .nav-logo {
    height: 50px;
  }
  
  .nav-links a:not(.shopify-link) {
    display: none;
  }
  
  .shopify-link {
    padding: 8px 16px;
    font-size: 16px;
  }
  
  .hero {
    padding: 80px 22px 100px;
  }
  
  .platform-logos {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .features-grid, .pricing-grid, .faq-grid {
    max-width: 100%;
    overflow-x: hidden;
  }
  
  .feature-card, .pricing-card, .faq-item {
    max-width: calc(100vw - 44px);
    word-wrap: break-word;
  }
  
  .hero-title {
    font-size: clamp(40px, 8vw, 56px);
  }
  
  .hero-subtitle {
    font-size: 19px;
  }
  
  .platform-logos {
    gap: 24px;
  }
  
  .platform-logo {
    height: 28px;
  }
  
  .problem-section,
  .features-section,
  .pricing-section,
  .setup-section {
    padding: 64px 22px;
  }
  
  .features-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .pricing-card.featured {
    transform: none;
  }
  
  .pricing-card.featured:hover {
    transform: translateY(-2px);
  }
  
  .footer-content {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
  
  .footer-links {
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .navbar {
    padding: 0 12px;
  }
  
  .nav-logo {
    height: 45px;
  }
  
  .nav-links a:not(.shopify-link) {
    display: none;
  }
  
  .shopify-link {
    padding: 6px 14px;
    font-size: 15px;
  }
  
  .hero {
    padding: 60px 16px 80px;
  }
  
  .problem-section,
  .features-section,
  .pricing-section,
  .setup-section {
    padding: 48px 16px;
  }
  
  .feature-card,
  .pricing-card {
    padding: 24px 20px;
  }
  
  .primary-button {
    padding: 14px 28px;
    font-size: 16px;
  }
  
  .primary-button.large {
    padding: 16px 32px;
    font-size: 17px;
  }
  
  .platform-logos {
    gap: 16px;
  }
  
  .platform-logo {
    height: 24px;
  }
}

/* ========================================
   NEW SECTIONS - AI Brand Monitoring
   ======================================== */

/* Trust Badges */
.trust-badges {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 48px;
  flex-wrap: wrap;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: rgba(0, 122, 255, 0.05);
  border: 1px solid rgba(0, 122, 255, 0.1);
  border-radius: 12px;
  font-size: 15px;
  color: #1d1d1f;
  font-weight: 500;
}

.badge-icon {
  font-size: 18px;
}

@media (max-width: 768px) {
  .trust-badges {
    gap: 16px;
  }

  .trust-badge {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* Pain Points Grid */
.pain-points-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1024px;
  margin: 64px auto 0;
}

.pain-point-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 32px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pain-point-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.pain-icon {
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pain-point-card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 16px;
  letter-spacing: -0.015em;
}

.pain-point-card p {
  font-size: 17px;
  line-height: 1.47059;
  color: #515154;
  margin-bottom: 12px;
}

.pain-stat {
  font-size: 15px;
  color: #86868b;
  font-style: italic;
  margin-top: 16px;
}

@media (max-width: 968px) {
  .pain-points-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 48px;
  }
}

@media (max-width: 768px) {
  .pain-point-card {
    padding: 32px 24px;
  }
}

/* How It Works Section */
.how-it-works-section {
  padding: 88px 22px;
  background: #ffffff;
}

.steps-timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 32px;
}

.step-card {
  flex: 1;
  background: #f5f5f7;
  border-radius: 18px;
  padding: 40px 32px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 122, 255, 0.2);
}

.step-number {
  width: 56px;
  height: 56px;
  background: #007aff;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  margin: 0 auto 24px;
}

.step-content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 8px;
  letter-spacing: -0.015em;
}

.step-duration {
  font-size: 14px;
  color: #007aff;
  font-weight: 500;
  margin-bottom: 16px;
}

.step-content p {
  font-size: 17px;
  line-height: 1.47059;
  color: #515154;
}

.step-arrow {
  font-size: 32px;
  color: #007aff;
  font-weight: 300;
  flex-shrink: 0;
}

@media (max-width: 968px) {
  .steps-timeline {
    flex-direction: column;
    gap: 24px;
  }

  .step-arrow {
    transform: rotate(90deg);
    margin: 0;
  }

  .step-card {
    max-width: 100%;
  }
}

/* Testimonials Section */
.testimonials-section {
  padding: 88px 22px;
  background: #f5f5f7;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto 64px;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 32px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.testimonial-card.featured {
  border: 2px solid #007aff;
  background: linear-gradient(135deg, rgba(0, 122, 255, 0.02) 0%, rgba(0, 122, 255, 0.05) 100%);
}

.testimonial-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #007aff;
  color: white;
  padding: 8px 16px;
  border-radius: 0 0 12px 12px;
  font-size: 14px;
  font-weight: 500;
}

.testimonial-rating {
  font-size: 18px;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.testimonial-card h3 {
  font-size: 21px;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 16px;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.testimonial-text {
  font-size: 17px;
  line-height: 1.47059;
  color: #515154;
  margin-bottom: 24px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.author-info {
  flex: 1;
}

.author-name {
  font-size: 17px;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 4px;
}

.author-company {
  font-size: 15px;
  color: #86868b;
}

@media (max-width: 768px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .testimonial-card {
    padding: 32px 24px;
  }
}

/* Stats Bar */
.stats-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  max-width: 1024px;
  margin: 0 auto;
  padding: 48px 32px;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  flex-wrap: wrap;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #007aff;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-description {
  font-size: 15px;
  color: #86868b;
  line-height: 1.2;
}

.stat-divider {
  width: 1px;
  height: 48px;
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .stats-bar {
    gap: 32px;
    padding: 32px 24px;
  }

  .stat-number {
    font-size: 36px;
  }

  .stat-divider {
    display: none;
  }
}

/* Pricing Enhancements */
.plan-guarantee {
  text-align: center;
  font-size: 14px;
  color: #007aff;
  font-weight: 500;
  margin-top: 12px;
}

.feature-excluded {
  color: #86868b !important;
  opacity: 0.7;
}

.feature-excluded::before {
  content: '✗' !important;
  color: #86868b !important;
}

/* CTA Benefits */
.cta-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  max-width: 800px;
  margin: 32px auto;
}

.cta-benefit {
  font-size: 17px;
  color: #1d1d1f;
  font-weight: 500;
  padding: 16px;
  background: rgba(0, 122, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(0, 122, 255, 0.1);
}

@media (max-width: 768px) {
  .cta-benefits {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cta-benefit {
    font-size: 16px;
    padding: 14px;
  }
}

/* Dashboard Preview Section */
.dashboard-preview-section {
  padding: 88px 22px;
  background: #f5f5f7;
}

/* Dashboard Mock Styles */
.dashboard-mock {
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.08);
  transform: scale(0.95);
  transform-origin: center top;
}

/* Top Metrics */
.dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}

.metric-card {
  background: #f9fafb;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 18px;
}

.metric-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.metric-label {
  font-size: 13px;
  color: #86868b;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.info-icon {
  color: #86868b;
  font-size: 14px;
  cursor: help;
}

.metric-value {
  margin-bottom: 8px;
}

.metric-value .score {
  font-size: 42px;
  font-weight: 700;
  color: #FF9800;
}

.metric-value .score.success {
  color: #4CAF50;
}

.metric-value .score.warning {
  color: #FF9800;
}

.metric-value .score-max {
  font-size: 24px;
  color: #86868b;
  font-weight: 400;
}

.large-number {
  font-size: 42px;
  font-weight: 700;
  color: #1d1d1f;
}

.metric-change {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.metric-change.positive {
  color: #4CAF50;
}

.metric-change.neutral {
  color: #86868b;
}

.metric-change .arrow {
  font-size: 16px;
}

.metric-breakdown {
  font-size: 12px;
  color: #86868b;
  line-height: 1.4;
  min-height: 32px;
}

/* Dashboard Table */
.dashboard-table-card {
  background: #f9fafb;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 28px;
}

.table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.table-header h3 {
  font-size: 19px;
  font-weight: 600;
  color: #1d1d1f;
}

.table-sort {
  display: flex;
  align-items: center;
  gap: 8px;
}

.table-sort label {
  font-size: 14px;
  color: #86868b;
}

.table-sort select {
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 14px;
  background: white;
  cursor: pointer;
}

.dashboard-table {
  overflow-x: auto;
  margin-bottom: 12px;
}

.dashboard-table table {
  width: 100%;
  border-collapse: collapse;
}

.dashboard-table thead {
  background: #e5e7eb;
  border-radius: 8px;
}

.dashboard-table th {
  padding: 10px 14px;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  color: #515154;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dashboard-table th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.dashboard-table th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.dashboard-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: background 0.2s ease;
  cursor: pointer;
}

.dashboard-table tbody tr:hover {
  background: rgba(0, 122, 255, 0.04);
}

.dashboard-table td {
  padding: 12px 14px;
  font-size: 14px;
  color: #1d1d1f;
}

.prompt-text {
  color: #007aff;
  font-weight: 500;
}

.metric-strong {
  font-weight: 600;
  color: #1d1d1f;
}

.sentiment {
  font-size: 20px;
}

.table-footer {
  font-size: 13px;
  color: #86868b;
  text-align: center;
}

/* Badges */
.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.badge-success {
  background: rgba(76, 175, 80, 0.1);
  color: #4CAF50;
}

.badge-warning {
  background: rgba(255, 152, 0, 0.1);
  color: #FF9800;
}

.badge-critical {
  background: rgba(244, 67, 54, 0.1);
  color: #F44336;
}

.badge-info {
  background: rgba(0, 122, 255, 0.1);
  color: #007aff;
}

/* Dashboard Sections */
.dashboard-section {
  margin-bottom: 32px;
}

.dashboard-section:last-child {
  margin-bottom: 0;
}

.section-title {
  font-size: 19px;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 16px;
}

/* Platform Grid */
.platform-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.platform-card {
  background: #f9fafb;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 20px;
}

.platform-card h4 {
  font-size: 19px;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 16px;
}

.platform-rank {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.platform-label {
  font-size: 12px;
  color: #86868b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.platform-best {
  font-size: 13px;
  color: #86868b;
}

.platform-progress {
  margin-bottom: 12px;
}

.progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.platform-percent {
  font-size: 15px;
  font-weight: 600;
  color: #1d1d1f;
}

.progress-bar {
  width: 100%;
  height: 8px;
  background: #E4E5E7;
  border-radius: 4px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  transition: width 0.3s ease;
  border-radius: 4px;
}

.platform-executions {
  font-size: 13px;
  color: #86868b;
}

/* Competitor Grid */
.competitor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.competitor-card {
  background: #f9fafb;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 20px;
}

.competitor-rank {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.competitor-rank h4 {
  font-size: 19px;
  font-weight: 600;
  color: #1d1d1f;
  margin: 0;
}

.competitor-health {
  margin-bottom: 16px;
}

.health-value {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 8px;
}

.health-value .score {
  font-size: 36px;
  font-weight: 700;
}

.competitor-mentions {
  margin-bottom: 12px;
}

.mention-count {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #1d1d1f;
  margin-top: 4px;
}

/* Responsive Dashboard Mock */
@media (max-width: 1024px) {
  .dashboard-mock {
    padding: 32px 24px;
  }

  .dashboard-metrics {
    gap: 16px;
  }
}

@media (max-width: 968px) {
  .dashboard-metrics {
    grid-template-columns: 1fr;
  }

  .platform-grid,
  .competitor-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .dashboard-preview-section {
    padding: 64px 22px;
  }

  .dashboard-mock {
    padding: 24px 16px;
  }

  .metric-card {
    padding: 16px;
  }

  .metric-value .score {
    font-size: 40px;
  }

  .large-number {
    font-size: 40px;
  }

  .dashboard-table-card {
    padding: 16px;
  }

  .dashboard-table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .dashboard-table table {
    min-width: 800px;
  }

  .table-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .platform-card,
  .competitor-card {
    padding: 16px;
  }
}

@media (max-width: 480px) {
  .dashboard-preview-section {
    padding: 48px 16px;
  }

  .dashboard-mock {
    padding: 20px 12px;
    border-radius: 12px;
  }

  .metric-value .score {
    font-size: 36px;
  }

  .large-number {
    font-size: 36px;
  }

  .metric-value .score-max {
    font-size: 20px;
  }

  .section-title {
    font-size: 17px;
  }

  .dashboard-table th,
  .dashboard-table td {
    padding: 10px 12px;
    font-size: 14px;
  }
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  animation: fadeIn 0.3s ease;
}

.modal.active {
  display: block;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

.modal-content {
  position: relative;
  max-width: 900px;
  max-height: 90vh;
  margin: 5vh auto;
  background: white;
  border-radius: 18px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  animation: slideUp 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #f9fafb;
}

.modal-title {
  font-size: 21px;
  font-weight: 600;
  color: #1d1d1f;
  margin: 0;
  flex: 1;
  padding-right: 20px;
}

.modal-close {
  background: none;
  border: none;
  font-size: 32px;
  color: #86868b;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.modal-close:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #1d1d1f;
}

.modal-body {
  padding: 32px;
  max-height: calc(90vh - 80px);
  overflow-y: auto;
}

/* Modal Metrics */
.modal-metrics {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.modal-metric {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.modal-metric-label {
  font-size: 12px;
  color: #86868b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.modal-metric-value {
  font-size: 28px;
  font-weight: 700;
  color: #1d1d1f;
}

.change-positive {
  color: #4CAF50 !important;
}

.change-negative {
  color: #F44336 !important;
}

.change-neutral {
  color: #86868b !important;
}

/* Modal Cards */
.modal-card {
  background: #f9fafb;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.modal-card:last-child {
  margin-bottom: 0;
}

.modal-card-title {
  font-size: 17px;
  font-weight: 600;
  color: #1d1d1f;
  margin: 0 0 16px 0;
}

.modal-card-subtitle {
  font-size: 14px;
  color: #86868b;
  margin: 0 0 16px 0;
}

/* Modal Table */
.modal-table {
  width: 100%;
  border-collapse: collapse;
}

.modal-table thead {
  background: #e5e7eb;
}

.modal-table th {
  padding: 10px 14px;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  color: #515154;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.modal-table th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.modal-table th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.modal-table td {
  padding: 12px 14px;
  font-size: 14px;
  color: #1d1d1f;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

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

/* Mention List */
.mention-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}

.mention-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #1d1d1f;
}

.mention-rank {
  font-weight: 600;
  color: #515154;
}

.mention-brand {
  font-weight: 600;
  color: #1d1d1f;
}

.mention-count,
.mention-health {
  font-size: 13px;
  color: #86868b;
}

.gap-analysis {
  background: rgba(0, 122, 255, 0.05);
  border: 1px solid rgba(0, 122, 255, 0.1);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  color: #1d1d1f;
}

/* Response List */
.response-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.response-card {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 16px;
}

.response-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.response-platform {
  font-size: 15px;
  font-weight: 600;
  color: #1d1d1f;
}

.response-time,
.response-rank {
  font-size: 13px;
  color: #86868b;
}

.response-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin-bottom: 12px;
}

.response-text {
  font-size: 14px;
  line-height: 1.6;
  color: #515154;
  margin-bottom: 12px;
  white-space: pre-line;
}

.brand-highlight {
  background: #e6f2ff;
  color: #007aff;
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: 600;
}

.response-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.response-sentiment {
  color: #1d1d1f;
}

.response-competitors {
  color: #86868b;
}

/* Modal Responsive */
@media (max-width: 968px) {
  .modal-metrics {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .modal-content {
    max-width: 95%;
    margin: 2vh auto;
    max-height: 96vh;
  }

  .modal-header {
    padding: 20px;
  }

  .modal-title {
    font-size: 18px;
  }

  .modal-body {
    padding: 20px;
    max-height: calc(96vh - 70px);
  }

  .modal-metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .modal-metric-value {
    font-size: 24px;
  }

  .modal-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .modal-table table {
    min-width: 600px;
  }

  .mention-item {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .modal-metrics {
    grid-template-columns: 1fr;
  }

  .modal-close {
    font-size: 28px;
    width: 28px;
    height: 28px;
  }
}

/* ========================================
   BLOG SECTION STYLES
   ======================================== */

/* Blog Listing Page */
.blog-hero {
  padding: 104px 22px 80px;
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}

.blog-hero h1 {
  font-size: clamp(48px, 7vw, 64px);
  line-height: 1.05;
  font-weight: 700;
  color: #1d1d1f;
  margin-bottom: 16px;
  letter-spacing: -0.015em;
}

.blog-hero p {
  font-size: 21px;
  line-height: 1.381;
  color: #86868b;
  max-width: 584px;
  margin: 0 auto;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 22px 88px;
}

.blog-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-decoration: none;
  display: block;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 122, 255, 0.2);
}

.blog-card-image {
  width: 100%;
  height: 240px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  position: relative;
  overflow: hidden;
}

.blog-card-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 122, 255, 0.8) 0%, rgba(88, 86, 214, 0.8) 100%);
}

.blog-card-content {
  padding: 32px;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #86868b;
  margin-bottom: 16px;
}

.blog-card-date {
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-card-readtime {
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-card-meta::before {
  content: '•';
  color: #86868b;
}

.blog-card h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 12px;
  letter-spacing: -0.015em;
}

.blog-card-excerpt {
  font-size: 17px;
  line-height: 1.47059;
  color: #515154;
  margin-bottom: 16px;
}

.blog-card-link {
  color: #007aff;
  font-size: 17px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.blog-card-link svg {
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-link svg {
  transform: translateX(4px);
}

/* Blog Post Page */
.blog-post-hero {
  padding: 104px 22px 64px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.blog-post-title {
  font-size: clamp(40px, 6vw, 56px);
  line-height: 1.1;
  font-weight: 700;
  color: #1d1d1f;
  margin-bottom: 24px;
  letter-spacing: -0.015em;
}

.blog-post-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 17px;
  color: #86868b;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.blog-post-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-post-author {
  font-weight: 500;
  color: #1d1d1f;
}

.blog-post-featured-image {
  width: 100%;
  max-width: 1000px;
  height: 500px;
  margin: 0 auto 64px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  position: relative;
  overflow: hidden;
}

.blog-post-featured-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 122, 255, 0.7) 0%, rgba(88, 86, 214, 0.7) 100%);
}

.blog-post-content {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 22px 88px;
}

.blog-post-content h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  color: #1d1d1f;
  margin: 48px 0 24px 0;
  letter-spacing: -0.015em;
}

.blog-post-content h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  color: #1d1d1f;
  margin: 40px 0 20px 0;
  letter-spacing: -0.015em;
}

.blog-post-content h4 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: #1d1d1f;
  margin: 32px 0 16px 0;
  letter-spacing: -0.015em;
}

.blog-post-content p {
  font-size: 19px;
  line-height: 1.6;
  color: #1d1d1f;
  margin-bottom: 24px;
}

.blog-post-content ul,
.blog-post-content ol {
  font-size: 19px;
  line-height: 1.6;
  color: #1d1d1f;
  margin-bottom: 24px;
  padding-left: 32px;
}

.blog-post-content li {
  margin-bottom: 12px;
}

.blog-post-content a {
  color: #007aff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-post-content a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.blog-post-content a.primary-button {
  color: white !important;
}

.blog-post-content a.primary-button:hover {
  color: white !important;
  text-decoration: none;
}

.blog-post-content strong {
  font-weight: 600;
  color: #1d1d1f;
}

.blog-post-content em {
  font-style: italic;
}

.blog-post-content blockquote {
  border-left: 4px solid #007aff;
  padding-left: 24px;
  margin: 32px 0;
  font-size: 21px;
  line-height: 1.5;
  color: #515154;
  font-style: italic;
}

.blog-post-content code {
  background: #f5f5f7;
  padding: 3px 8px;
  border-radius: 6px;
  font-family: 'Monaco', 'Menlo', monospace;
  font-size: 16px;
  color: #1d1d1f;
}

.blog-post-content pre {
  background: #f5f5f7;
  padding: 24px;
  border-radius: 12px;
  overflow-x: auto;
  margin: 32px 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-post-content pre code {
  background: none;
  padding: 0;
  font-size: 15px;
  line-height: 1.6;
}

.blog-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 32px 0;
}

.blog-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #007aff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 32px;
  transition: all 0.3s ease;
}

.blog-back-link:hover {
  color: #0056b3;
  transform: translateX(-4px);
}

.blog-cta-section {
  background: #f5f5f7;
  border-radius: 18px;
  padding: 48px 32px;
  text-align: center;
  margin-top: 64px;
}

.blog-cta-section h3 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 16px;
  letter-spacing: -0.015em;
}

.blog-cta-section p {
  font-size: 19px;
  line-height: 1.421;
  color: #86868b;
  margin-bottom: 32px;
}

/* Blog Responsive */
@media (max-width: 768px) {
  .blog-hero {
    padding: 80px 22px 64px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 22px 64px;
  }

  .blog-card-image {
    height: 200px;
  }

  .blog-card-content {
    padding: 24px;
  }

  .blog-card h2 {
    font-size: 24px;
  }

  .blog-post-hero {
    padding: 80px 22px 48px;
  }

  .blog-post-meta {
    flex-direction: column;
    gap: 12px;
  }

  .blog-post-featured-image {
    height: 300px;
    font-size: 80px;
    margin-bottom: 48px;
  }

  .blog-post-content {
    padding: 0 22px 64px;
  }

  .blog-post-content h2 {
    font-size: 28px;
    margin: 40px 0 20px 0;
  }

  .blog-post-content h3 {
    font-size: 24px;
  }

  .blog-post-content p,
  .blog-post-content ul,
  .blog-post-content ol {
    font-size: 17px;
  }

  .blog-post-content blockquote {
    font-size: 19px;
    padding-left: 20px;
  }

  .blog-cta-section {
    padding: 40px 24px;
  }

  .blog-cta-section h3 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .blog-hero {
    padding: 60px 16px 48px;
  }

  .blog-grid {
    padding: 0 16px 48px;
  }

  .blog-card-image {
    height: 180px;
    font-size: 48px;
  }

  .blog-card-content {
    padding: 20px;
  }

  .blog-card h2 {
    font-size: 21px;
  }

  .blog-post-hero {
    padding: 60px 16px 40px;
  }

  .blog-post-featured-image {
    height: 240px;
    font-size: 60px;
    border-radius: 12px;
  }

  .blog-post-content {
    padding: 0 16px 48px;
  }

  .blog-post-content h2 {
    font-size: 24px;
  }

  .blog-post-content h3 {
    font-size: 21px;
  }

  .blog-post-content pre {
    padding: 16px;
    font-size: 14px;
  }

  .blog-cta-section {
    padding: 32px 20px;
  }

  .blog-cta-section h3 {
    font-size: 24px;
  }
}