/*
Theme Name: Clear Path Education Navigation
Theme URI: https://clearpathednav.ca
Author: Clear Path Education Navigation
Author URI: https://clearpathednav.ca
Description: A calm, compassionate theme for Clear Path Education Navigation - helping Alberta parents navigate school with clarity and confidence. Built as a Full Site Editing (FSE) block theme for WordPress 6.9+.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clearpath
Tags: full-site-editing, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, one-column, wide-blocks, education, accessibility-ready

Clear Path Education Navigation Theme
Helping families find clarity, confidence, and direction in the middle years of school.
*/

/* ==========================================================================
   Base Styles - Minimal CSS as most styling is in theme.json
   ========================================================================== */

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Focus styles for accessibility */
:focus-visible {
  outline: 2px solid var(--wp--preset--color--sage-green);
  outline-offset: 2px;
}

/* Skip link for accessibility */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--wp--preset--color--soft-navy);
  color: white;
  padding: 8px 16px;
  z-index: 100000;
  transition: top 0.3s;
}

.skip-link:focus {
  top: 0;
}

/* ==========================================================================
   Custom Component Styles
   ========================================================================== */

/* Trust bar items */
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-item svg,
.trust-item .dashicons {
  color: var(--wp--preset--color--sage-light);
}

/* Process steps connector line */
.process-steps {
  position: relative;
}

.process-steps::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 15%;
  right: 15%;
  height: 3px;
  
  z-index: 0;
}

@media (max-width: 782px) {
  .process-steps::before {
    display: none;
  }
}

/* Framework section connector */
.framework-connector {
  position: relative;
}

.framework-connector::before {
  content: '';
  position: absolute;
  top: 90px; /* 40px padding + 50px (center of 100px icon) */
  left: 15%;
  right: 15%;
  height: 4px;
  background: linear-gradient(90deg,
    var(--wp--preset--color--sage-light) 0%,
    var(--wp--preset--color--sage-green) 50%,
    var(--wp--preset--color--sage-dark) 100%
  );
  z-index: 0;
  border-radius: 2px;
}

@media (max-width: 782px) {
  .framework-connector::before {
    display: none;
  }
}

/* Step numbers */
.step-number {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--wp--preset--color--sage-green), var(--wp--preset--color--sage-dark));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.75rem;
  font-weight: bold;
  font-family: var(--wp--preset--font-family--heading);
  position: relative;
  z-index: 1;
}

/* Framework icons */
.framework-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: white;
  margin: 0 auto 24px;
  position: relative;
  z-index: 1;
}

.framework-icon::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 3px solid currentColor;
  opacity: 0.3;
}

.framework-icon.clarity {
  background: linear-gradient(135deg, var(--wp--preset--color--sage-light), var(--wp--preset--color--sage-green));
}

.framework-icon.confidence {
  background: linear-gradient(135deg, var(--wp--preset--color--sage-green), var(--wp--preset--color--sage-dark));
}

.framework-icon.capacity {
  background: linear-gradient(135deg, var(--wp--preset--color--sage-dark), var(--wp--preset--color--soft-navy));
}

/* Card hover effects */
.wp-block-group.is-style-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wp-block-group.is-style-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.12);
}

/* Service card border hover */
.wp-block-group.is-style-service-card {
  border: 1px solid var(--wp--preset--color--border-light);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wp-block-group.is-style-service-card:hover {
  border-color: var(--wp--preset--color--sage-green);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

/* Pricing card featured */
.wp-block-group.is-style-pricing-featured {
  border: 2px solid var(--wp--preset--color--sage-green);
  position: relative;
}

.wp-block-group.is-style-pricing-featured::before {
  content: 'Most Popular';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--wp--preset--color--sage-green);
  color: white;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

/* Callout boxes */
.wp-block-group.is-style-callout {
  background-color: var(--wp--preset--color--warm-cream);
  border-left: 4px solid var(--wp--preset--color--sage-green);
  border-radius: 0 8px 8px 0;
}

.wp-block-group.is-style-callout-important {
  background-color: #FFF8E7;
  border-left: 4px solid var(--wp--preset--color--warm-coral);
  border-radius: 0 8px 8px 0;
}

/* Testimonial placeholder */
.wp-block-group.is-style-testimonial-placeholder {
  background-color: var(--wp--preset--color--warm-cream);
  border: 2px dashed var(--wp--preset--color--border-light);
  text-align: center;
}

/* Belief box */
.wp-block-group.is-style-belief-box {
  background: linear-gradient(135deg, var(--wp--preset--color--sage-light), var(--wp--preset--color--sage-green));
  color: white;
  text-align: center;
}

.wp-block-group.is-style-belief-box p {
  color: white;
}

/* Team credentials box */
.team-credentials {
  background-color: var(--wp--preset--color--warm-cream);
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}

.team-credentials h4 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--wp--preset--color--text-light);
  margin-bottom: 12px;
}

/* Team quote */
.team-quote {
  font-style: italic;
  border-left: 3px solid var(--wp--preset--color--sage-green);
  padding-left: 20px;
  margin-top: 20px;
  color: var(--wp--preset--color--text-secondary);
}

/* Who for boxes */
.who-for-positive {
  background-color: rgba(46, 107, 31, 0.08);
  border: 1px solid var(--wp--preset--color--sage-light);
}

.who-for-negative {
  background-color: var(--wp--preset--color--warm-cream);
  border: 1px solid var(--wp--preset--color--border-light);
}

/* Check and X marks for lists */
.has-check-marks li::marker {
  content: '✓ ';
  color: var(--wp--preset--color--sage-green);
  font-weight: bold;
}

.has-x-marks li::marker {
  content: '✗ ';
  color: var(--wp--preset--color--text-light);
}

/* ==========================================================================
   Navigation Enhancements
   ========================================================================== */

/* Nav link underline animation */
.wp-block-navigation-item__content {
  position: relative;
}

.wp-block-navigation-item__content::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--wp--preset--color--sage-green);
  transition: width 0.3s ease;
}

.wp-block-navigation-item__content:hover::after {
  width: 100%;
}

/* CTA button in nav */
.wp-block-navigation .wp-block-button__link {
  background-color: var(--wp--preset--color--sage-green);
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.wp-block-navigation .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--sage-dark);
  transform: translateY(-1px);
}

/* ==========================================================================
   Button Enhancements
   ========================================================================== */

.wp-block-button__link {
  transition: all 0.2s ease;
}

.wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* Secondary/outline button */
.wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid var(--wp--preset--color--sage-green);
  color: var(--wp--preset--color--sage-dark);
  background: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--sage-green);
  color: white;
}

/* Text button with arrow */
.wp-block-button.is-style-text-arrow .wp-block-button__link {
  background: none;
  color: var(--wp--preset--color--sage-dark);
  padding: 8px 0;
  box-shadow: none;
}

.wp-block-button.is-style-text-arrow .wp-block-button__link::after {
  content: ' →';
}

.wp-block-button.is-style-text-arrow .wp-block-button__link:hover {
  color: var(--wp--preset--color--sage-green);
  transform: none;
  box-shadow: none;
}

/* ==========================================================================
   Form Styles (for Fluent Forms and Amelia)
   ========================================================================== */

.fluentform .ff-el-input--label label,
.wpamelia-form label {
  font-weight: 500;
  color: var(--wp--preset--color--soft-navy);
  margin-bottom: 8px;
}

.fluentform input[type="text"],
.fluentform input[type="email"],
.fluentform input[type="tel"],
.fluentform textarea,
.wpamelia-form input,
.wpamelia-form textarea {
  border: 2px solid var(--wp--preset--color--border-light);
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 1rem;
  transition: border-color 0.2s ease;
}

.fluentform input:focus,
.fluentform textarea:focus,
.wpamelia-form input:focus,
.wpamelia-form textarea:focus {
  border-color: var(--wp--preset--color--sage-green);
  outline: none;
}

.fluentform .ff-btn-submit,
.wpamelia-form button[type="submit"] {
  background-color: var(--wp--preset--color--sage-green);
  color: white;
  padding: 14px 28px;
  border-radius: 6px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.fluentform .ff-btn-submit:hover,
.wpamelia-form button[type="submit"]:hover {
  background-color: var(--wp--preset--color--sage-dark);
  transform: translateY(-2px);
}

/* Fluent Forms confirmation/success message */
.ff-message-success,
.fluentform .ff-message-success {
  background-color: white !important;
  color: var(--wp--preset--color--text-primary) !important;
  border-radius: 12px;
  padding: 32px !important;
  border-left: 4px solid var(--wp--preset--color--sage-green);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.ff-message-success p,
.fluentform .ff-message-success p {
  color: var(--wp--preset--color--text-primary) !important;
}

.ff-message-success a[style*="background"],
.fluentform .ff-message-success a[style*="background"] {
  background-color: var(--wp--preset--color--sage-green) !important;
  color: white !important;
  text-decoration: none;
  display: inline-block;
  border-color: var(--wp--preset--color--sage-green) !important;
}

.ff-message-success a:not([style*="background"]),
.fluentform .ff-message-success a:not([style*="background"]) {
  color: var(--wp--preset--color--sage-green) !important;
}

/* ==========================================================================
   WooCommerce Customizations
   ========================================================================== */

.woocommerce .button,
.woocommerce button.button {
  background-color: var(--wp--preset--color--sage-green) !important;
  color: white !important;
  border-radius: 6px !important;
  padding: 14px 28px !important;
  transition: all 0.2s ease !important;
}

.woocommerce .button:hover,
.woocommerce button.button:hover {
  background-color: var(--wp--preset--color--sage-dark) !important;
  transform: translateY(-2px);
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--wp--preset--color--sage-green) !important;
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--wp--preset--color--sage-green) !important;
}

/* Product cards */
.woocommerce ul.products li.product {
  border-radius: 12px;
  padding: 24px;
  transition: box-shadow 0.3s ease;
}

.woocommerce ul.products li.product:hover {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
   Amelia Booking Customizations
   ========================================================================== */

/* Override Amelia's default colors to match brand */
.amelia-app-booking {
  --amelia-primary-color: #2E6B1F !important;
  --amelia-primary-color-dark: #1E4A13 !important;
}

.amelia-app-booking .am-button--primary {
  background-color: var(--wp--preset--color--sage-green) !important;
}

.amelia-app-booking .am-button--primary:hover {
  background-color: var(--wp--preset--color--sage-dark) !important;
}

/* ==========================================================================
   FAQ Accordion Styles
   ========================================================================== */

.wp-block-details {
  border-bottom: 1px solid var(--wp--preset--color--border-light);
  padding: 24px 0;
}

.wp-block-details summary {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--wp--preset--color--soft-navy);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

.wp-block-details summary::-webkit-details-marker {
  display: none;
}

.wp-block-details summary::after {
  content: '+';
  font-size: 1.5rem;
  color: var(--wp--preset--color--sage-green);
  transition: transform 0.2s ease;
}

.wp-block-details[open] summary::after {
  transform: rotate(45deg);
}

.wp-block-details summary:hover {
  color: var(--wp--preset--color--sage-dark);
}

/* ==========================================================================
   Print Styles
   ========================================================================== */

@media print {
  .wp-block-navigation,
  .wp-block-button,
  .site-footer {
    display: none !important;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  a {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
  }
}

/* ==========================================================================
   Reduced Motion
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ==========================================================================
   MOCKUP MATCHING STYLES
   ========================================================================== */

/* Sticky Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, var(--wp--preset--color--warm-cream) 0%, var(--wp--preset--color--warm-beige) 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(26, 58, 107, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.hero-content {
  max-width: 700px;
  position: relative;
  z-index: 1;
}

/* Hero Split Layout */
.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

@media (max-width: 782px) {
  .hero-split {
    grid-template-columns: 1fr;
  }

  .hero-split .hero-image {
    order: -1;
  }

  .hero-section {
    padding: 60px 0;
  }
}

/* Lead Text */
.lead,
p.lead {
  font-size: 1.25rem !important;
  line-height: 1.8;
  color: var(--wp--preset--color--text-secondary);
}

/* Hero Reassurance Text */
.hero-reassurance {
  font-size: 0.9rem;
  color: var(--wp--preset--color--text-light);
  font-style: italic;
}

/* Problem Cards - Match Mockups */
.problem-card {
  background-color: var(--wp--preset--color--warm-cream) !important;
  box-shadow: none !important;
  text-align: center;
  border: none !important;
  transition: background-color 0.3s ease;
}

.problem-card:hover {
  background-color: var(--wp--preset--color--warm-beige) !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Card Icons - 56x56px with gradient */
.card-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--wp--preset--color--sage-light), var(--wp--preset--color--sage-green));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: white;
  font-size: 1.5rem;
}

/* Framework Section - uses .framework-connector for the line */
.framework-section {
  position: relative;
}

/* Framework Step */
.framework-step {
  text-align: center;
  padding: 40px 30px;
  position: relative;
  z-index: 1;
}

/* Framework Step Headings - Uppercase */
.framework-step h3,
.framework-section h3 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.1rem !important;
  margin-bottom: 12px;
}

/* Framework Icons - 100x100 with outer ring */
.framework-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 2.5rem;
  color: white;
  position: relative;
  z-index: 1;
}

.framework-icon::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 3px solid currentColor;
  opacity: 0.3;
}

.framework-icon.clarity,
.framework-icon-1 {
  background: linear-gradient(135deg, var(--wp--preset--color--sage-light), var(--wp--preset--color--sage-green));
}

.framework-icon.clarity::after,
.framework-icon-1::after {
  border-color: var(--wp--preset--color--sage-green);
}

.framework-icon.confidence,
.framework-icon-2 {
  background: linear-gradient(135deg, var(--wp--preset--color--sage-green), var(--wp--preset--color--sage-dark));
}

.framework-icon.confidence::after,
.framework-icon-2::after {
  border-color: var(--wp--preset--color--sage-dark);
}

.framework-icon.capacity,
.framework-icon-3 {
  background: linear-gradient(135deg, var(--wp--preset--color--sage-dark), var(--wp--preset--color--soft-navy));
}

.framework-icon.capacity::after,
.framework-icon-3::after {
  border-color: var(--wp--preset--color--soft-navy);
}

/* Trust Bar */
.trust-bar {
  background-color: var(--wp--preset--color--soft-navy);
  padding: 24px 0;
}

.trust-bar .wp-block-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}

.trust-item-icon {
  color: var(--wp--preset--color--sage-light);
  font-size: 1.25rem;
}

/* Service Cards */
.service-card {
  background-color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--border-light);
  border-radius: 12px;
  padding: 32px;
  transition: all 0.3s ease;
}

.service-card:hover {
  border-color: var(--wp--preset--color--sage-green);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, var(--wp--preset--color--sage-green), var(--wp--preset--color--sage-dark));
  padding: 80px 0;
  text-align: center;
}

.cta-section h2 {
  color: white !important;
  margin-bottom: 16px;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.9) !important;
  max-width: 600px;
  margin: 0 auto 32px;
  font-size: 1.1rem;
}

.cta-section .wp-block-button__link {
  background-color: white !important;
  color: var(--wp--preset--color--sage-dark) !important;
}

.cta-section .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--warm-cream) !important;
}

.cta-microcopy {
  margin-top: 16px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

/* Section Padding */
.section {
  padding: 80px 0;
}

@media (max-width: 782px) {
  .section {
    padding: 60px 0;
  }
}

/* Section Backgrounds */
.section-cream {
  background-color: var(--wp--preset--color--warm-cream);
}

.section-beige {
  background-color: var(--wp--preset--color--warm-beige);
}

/* Footer Grid - 2fr 1fr 1fr 1fr */
.site-footer .footer-grid,
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
}

@media (max-width: 992px) {
  .site-footer .footer-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .site-footer .footer-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  transition: color 0.2s ease;
  text-decoration: none;
}

.footer-links a:hover {
  color: white;
}

/* Testimonials */
.testimonial-card {
  background-color: white;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
}

.testimonial-quote::before {
  content: '"';
  font-size: 3rem;
  color: var(--wp--preset--color--sage-light);
  line-height: 0;
  vertical-align: -0.5em;
  margin-right: 8px;
}

/* Pricing Cards */
.pricing-card {
  background-color: white;
  border: 2px solid var(--wp--preset--color--border-light);
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  transition: all 0.3s ease;
}

.pricing-card:hover {
  border-color: var(--wp--preset--color--sage-green);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

.pricing-card.featured {
  border-color: var(--wp--preset--color--sage-green);
  position: relative;
}

.pricing-card.featured::before {
  content: 'Most Popular';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--wp--preset--color--sage-green);
  color: white;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

/* Team Section */
.team-member {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 48px;
  align-items: start;
}

.team-member.reversed {
  grid-template-columns: 1fr 300px;
}

.team-member.reversed .team-photo {
  order: 2;
}

@media (max-width: 782px) {
  .team-member,
  .team-member.reversed {
    grid-template-columns: 1fr;
  }

  .team-member.reversed .team-photo {
    order: 0;
  }
}

/* Belief Box */
.belief-box {
  background: linear-gradient(135deg, var(--wp--preset--color--sage-light), var(--wp--preset--color--sage-green));
  border-radius: 12px;
  padding: 48px;
  text-align: center;
  color: white;
}

.belief-box p {
  font-size: 1.25rem;
  font-style: italic;
  color: white !important;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

/* Grid Utilities */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 992px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 782px) {
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }
}

/* Utility Classes */
.text-center {
  text-align: center;
}

.mb-3 {
  margin-bottom: 24px;
}

.mb-4 {
  margin-bottom: 32px;
}

.mb-5 {
  margin-bottom: 48px;
}

.mt-3 {
  margin-top: 24px;
}

.mt-5 {
  margin-top: 48px;
}

.pt-0 {
  padding-top: 0 !important;
}

/* ==========================================================================
   List Styles for Page Content
   ========================================================================== */

/* Check list - green checkmarks */
.check-list {
  list-style: none;
  padding-left: 0;
}

.check-list li {
  padding: 8px 0;
  padding-left: 28px;
  position: relative;
}

.check-list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--wp--preset--color--sage-green);
  font-weight: bold;
}

/* X list - gray X marks */
.x-list {
  list-style: none;
  padding-left: 0;
}

.x-list li {
  padding: 8px 0;
  padding-left: 28px;
  position: relative;
}

.x-list li::before {
  content: '\2717';
  position: absolute;
  left: 0;
  color: var(--wp--preset--color--text-light);
}

/* Compact check list for cards */
.check-list-compact {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.check-list-compact li {
  padding: 4px 0;
  padding-left: 20px;
  position: relative;
}

.check-list-compact li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--wp--preset--color--sage-green);
  font-weight: bold;
}

/* White check list for dark backgrounds */
.check-list-white {
  list-style: none;
  padding-left: 0;
}

.check-list-white li {
  padding: 8px 0;
  padding-left: 28px;
  position: relative;
}

.check-list-white li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: white;
}

/* Product cards */
.product-card {
  transition: all 0.3s ease;
}

.product-card:hover {
  border-color: var(--wp--preset--color--sage-green);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

/* Coming Soon disabled button */
.coming-soon-link {
  background-color: var(--wp--preset--color--warm-beige) !important;
  color: var(--wp--preset--color--text-light) !important;
  cursor: default !important;
  pointer-events: none;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.coming-soon-link:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* FSD availability notice */
.fsd-notice {
  opacity: 0.85;
  font-style: italic;
}

/* Booking cards */
.booking-card {
  transition: all 0.3s ease;
}

.booking-card:hover {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

.booking-card.featured {
  position: relative;
}

/* Contact options */
.contact-option {
  text-align: center;
  transition: all 0.3s ease;
}

.contact-option:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

/* Section backgrounds for gradient sections */
.section-sage {
  background: linear-gradient(135deg, var(--wp--preset--color--sage-green), var(--wp--preset--color--sage-dark));
}

/* Team quote styles */
.wp-block-quote.team-quote {
  border-left: 3px solid var(--wp--preset--color--sage-green);
  padding-left: 20px;
  margin: 24px 0;
  font-style: italic;
}

.wp-block-quote.team-quote p {
  color: var(--wp--preset--color--text-secondary);
}

/* Framework cards on about page */
.framework-card {
  text-align: center;
  transition: all 0.3s ease;
}

.framework-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}
