/*
Theme Name: Red Door Peer Support
Theme URI: https://reddoorrecoverynetwork.com
Description: Standalone theme for the Peer Support subdomain - a separate site focused on peer recovery support services.
Version: 1.0.0
Author: Red Door Recovery Network
Author URI: https://reddoorrecoverynetwork.com
Text Domain: reddoor-ps
*/

/* ===========================
   CSS VARIABLES
   =========================== */
:root {
    --ps-primary: #2F7D32;
    --ps-primary-dark: #1B5E20;
    --ps-primary-light: #E8F5E9;
    --ps-charcoal: #1F2933;
    --ps-gold: #C9A227;
    --ps-red: #8B1E1E;
    --ps-success: #22c55e;
    --ps-success-light: #f0fdf4;
    --ps-danger: #dc2626;
    --ps-white: #ffffff;
    --ps-gray-50: #f9fafb;
    --ps-gray-100: #f3f4f6;
    --ps-gray-200: #e5e7eb;
    --ps-gray-300: #d1d5db;
    --ps-gray-500: #6b7280;
    --ps-gray-600: #4b5563;
    --ps-gray-700: #374151;
    --ps-shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
    --ps-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
    --ps-shadow-lg: 0 10px 25px -3px rgba(0,0,0,0.1);
    --ps-shadow-xl: 0 20px 40px -5px rgba(0,0,0,0.15);
    --ps-radius-sm: 8px;
    --ps-radius: 12px;
    --ps-radius-lg: 16px;
    --ps-radius-xl: 20px;
    --ps-radius-full: 50px;
    --ps-transition: all 0.3s ease;
}

/* ===========================
   RESET & BASE STYLES
   =========================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; background: var(--ps-gray-50); color: var(--ps-charcoal); line-height: 1.6; overflow-x: hidden; }
a { color: var(--ps-primary); text-decoration: none; transition: var(--ps-transition); }
a:hover { color: var(--ps-primary-dark); }
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; cursor: pointer; }

/* ===========================
   CONTAINER
   =========================== */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px; }
@media (min-width: 640px) { .container { padding: 0 24px; } }

/* ===========================
   CRISIS BANNER
   =========================== */
.crisis-banner { background: linear-gradient(90deg, var(--ps-danger) 0%, #b91c1c 100%); color: var(--ps-white); padding: 10px 16px; text-align: center; font-size: 0.875rem; line-height: 1.4; }
.crisis-banner strong { display: block; margin-bottom: 4px; }
.crisis-banner a { color: var(--ps-white); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
@media (min-width: 640px) { .crisis-banner { padding: 12px 20px; font-size: 0.9375rem; } .crisis-banner strong { display: inline; margin-right: 8px; margin-bottom: 0; } }

/* ===========================
   HEADER
   =========================== */
.site-header { background: var(--ps-charcoal); padding: 10px 12px; position: sticky; top: 0; z-index: 1000; box-shadow: var(--ps-shadow-lg); }
@media (min-width: 480px) { .site-header { padding: 12px 16px; } }
.header-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
@media (min-width: 480px) { .header-container { gap: 16px; } }
.site-logo { flex: 1; min-width: 0; }
.site-logo a { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.site-logo h1 { color: var(--ps-white); font-size: clamp(0.75rem, 3.5vw, 1rem); font-weight: 700; line-height: 1.2; white-space: nowrap; }
.site-logo h1 span { color: var(--ps-primary); }
@media (max-width: 359px) { .site-logo h1 { font-size: 0.6875rem; } }
@media (min-width: 480px) { .site-logo h1 { font-size: 1rem; } }
@media (min-width: 640px) { .site-logo h1 { font-size: 1.25rem; } }

/* Desktop Navigation */
.header-nav { display: none; }
.header-nav ul { list-style: none; display: flex; gap: 24px; }
.header-nav a { color: rgba(255,255,255,0.85); font-weight: 500; font-size: 0.9375rem; padding: 8px 0; position: relative; }
.header-nav a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--ps-primary); transition: width 0.3s; }
.header-nav a:hover { color: var(--ps-white); }
.header-nav a:hover::after { width: 100%; }

/* Header CTA */
.header-cta { display: none; }
.header-cta .btn-primary { background: var(--ps-primary); color: var(--ps-white); padding: 10px 20px; border-radius: var(--ps-radius-full); font-weight: 600; font-size: 0.875rem; border: none; transition: var(--ps-transition); }
.header-cta .btn-primary:hover { background: var(--ps-primary-dark); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(47,125,50,0.4); }

/* Mobile Menu Toggle */
.mobile-menu-toggle { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; min-width: 40px; background: rgba(255,255,255,0.1); border: none; border-radius: var(--ps-radius-sm); color: var(--ps-white); font-size: 1.25rem; transition: var(--ps-transition); }
.mobile-menu-toggle:hover { background: rgba(255,255,255,0.2); }
@media (min-width: 480px) { .mobile-menu-toggle { width: 44px; height: 44px; min-width: 44px; font-size: 1.5rem; } }

/* Mobile Navigation */
.mobile-nav { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--ps-charcoal); z-index: 9999; padding: 20px; overflow-y: auto; animation: slideIn 0.3s ease; }
@keyframes slideIn { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
.mobile-nav.active { display: block; }
.mobile-nav-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.mobile-nav-header h2 { color: var(--ps-white); font-size: 1.25rem; }
.mobile-nav-header h2 span { color: var(--ps-primary); }
.mobile-nav-close { width: 44px; height: 44px; background: rgba(255,255,255,0.1); border: none; border-radius: var(--ps-radius-sm); color: var(--ps-white); font-size: 1.5rem; display: flex; align-items: center; justify-content: center; }
.mobile-nav ul { list-style: none; }
.mobile-nav li { margin-bottom: 8px; }
.mobile-nav a { display: block; color: var(--ps-white); font-size: 1.125rem; font-weight: 500; padding: 16px 20px; background: rgba(255,255,255,0.05); border-radius: var(--ps-radius); transition: var(--ps-transition); }
.mobile-nav a:hover { background: rgba(255,255,255,0.1); color: var(--ps-primary); }
.mobile-nav-cta { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); }
.mobile-nav-cta a { display: block; background: var(--ps-primary); color: var(--ps-white); text-align: center; padding: 16px; border-radius: var(--ps-radius-full); font-weight: 600; font-size: 1rem; }
.mobile-nav-crisis { margin-top: 30px; padding: 20px; background: rgba(220, 38, 38, 0.2); border-radius: var(--ps-radius); text-align: center; }
.mobile-nav-crisis h4 { color: var(--ps-white); margin-bottom: 12px; font-size: 0.875rem; }
.mobile-nav-crisis a { display: inline-block; background: var(--ps-danger); color: var(--ps-white); padding: 12px 24px; border-radius: var(--ps-radius-full); font-weight: 600; }
@media (min-width: 900px) { .site-header { padding: 15px 24px; } .header-nav { display: block; } .header-cta { display: block; } .mobile-menu-toggle { display: none; } }

/* ===========================
   BUTTONS
   =========================== */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; border-radius: var(--ps-radius-full); font-weight: 600; font-size: 0.9375rem; text-decoration: none; transition: var(--ps-transition); cursor: pointer; border: 2px solid transparent; text-align: center; line-height: 1.4; }
.btn-primary { background: var(--ps-primary); color: var(--ps-white); border-color: var(--ps-primary); }
.btn-primary:hover { background: var(--ps-primary-dark); border-color: var(--ps-primary-dark); transform: translateY(-2px); box-shadow: 0 5px 20px rgba(47,125,50,0.3); color: var(--ps-white); }
.btn-secondary { background: var(--ps-white); color: var(--ps-primary); border-color: var(--ps-primary); }
.btn-secondary:hover { background: var(--ps-primary-light); color: var(--ps-primary-dark); }
.btn-gold { background: var(--ps-gold); color: var(--ps-white); border-color: var(--ps-gold); }
.btn-gold:hover { background: #b08d1f; border-color: #b08d1f; transform: translateY(-2px); box-shadow: 0 5px 20px rgba(201,162,39,0.3); color: var(--ps-white); }
.btn-white { background: var(--ps-white); color: var(--ps-primary); border-color: var(--ps-white); }
.btn-white:hover { background: var(--ps-gray-100); color: var(--ps-primary-dark); }

/* ===========================
   HERO SECTION
   =========================== */
.hero-section { background: linear-gradient(135deg, var(--ps-charcoal) 0%, #323f4b 100%); padding: 40px 16px; text-align: center; color: var(--ps-white); }
.hero-section h1 { font-size: 1.75rem; margin-bottom: 16px; line-height: 1.2; font-weight: 800; }
.hero-section h1 span { color: var(--ps-primary); }
.hero-section > .container > p { font-size: 1rem; opacity: 0.9; max-width: 600px; margin: 0 auto 30px; line-height: 1.6; }
.hero-stats { display: flex; flex-direction: column; gap: 20px; }
.hero-stat { text-align: center; padding: 16px; background: rgba(255,255,255,0.05); border-radius: var(--ps-radius); }
.hero-stat-number { font-size: 2rem; font-weight: 800; color: var(--ps-primary); line-height: 1; margin-bottom: 4px; }
.hero-stat-label { opacity: 0.8; font-size: 0.875rem; }
@media (min-width: 480px) { .hero-stats { flex-direction: row; justify-content: center; gap: 16px; } .hero-stat { flex: 1; max-width: 150px; } }
@media (min-width: 640px) { .hero-section { padding: 60px 24px; } .hero-section h1 { font-size: 2.5rem; } .hero-section > .container > p { font-size: 1.125rem; } .hero-stats { gap: 30px; } .hero-stat { padding: 20px 24px; max-width: 180px; } .hero-stat-number { font-size: 2.5rem; } }
@media (min-width: 900px) { .hero-section h1 { font-size: 3rem; } .hero-stats { gap: 50px; } }

/* ===========================
   STATE SELECTOR
   =========================== */
.state-selector { background: var(--ps-white); padding: 24px 16px; margin: -20px 16px 0; border-radius: var(--ps-radius-xl); box-shadow: var(--ps-shadow-xl); position: relative; z-index: 10; text-align: center; }
.state-selector label { font-weight: 600; margin-right: 12px; color: var(--ps-charcoal); }
.state-selector select { padding: 12px 16px; border: 2px solid var(--ps-gray-200); border-radius: var(--ps-radius); font-size: 1rem; min-width: 200px; }
.state-selector select:focus { outline: none; border-color: var(--ps-primary); box-shadow: 0 0 0 3px rgba(47,125,50,0.1); }
@media (min-width: 640px) { .state-selector { padding: 30px 24px; margin: -30px 24px 0; } }
@media (min-width: 1150px) { .state-selector { max-width: 1100px; margin: -30px auto 0; } }

/* Location Banner */
.location-banner { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 12px 16px; background: linear-gradient(135deg, var(--ps-primary-light) 0%, #C8E6C9 100%); border: 2px solid var(--ps-primary); border-radius: var(--ps-radius); margin-bottom: 20px; }
.location-icon { font-size: 1.25rem; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.15); } }
.location-banner span:not(.location-icon) { flex: 1; min-width: 150px; font-weight: 600; color: var(--ps-primary-dark); font-size: 0.9375rem; }
.clear-location-btn { background: transparent; border: 1px solid var(--ps-primary); color: var(--ps-primary); padding: 6px 14px; border-radius: var(--ps-radius-full); font-size: 0.8125rem; font-weight: 500; cursor: pointer; transition: var(--ps-transition); }
.clear-location-btn:hover { background: var(--ps-primary); color: var(--ps-white); }

/* ===========================
   THREE COLUMN LAYOUT
   =========================== */
.three-column-layout { padding: 40px 16px; background: var(--ps-gray-50); }
.three-column-wrapper { display: flex; flex-direction: column; gap: 30px; max-width: 1400px; margin: 0 auto; }
.main-content { order: -1; }
.sidebar-widget { order: 1; }
@media (min-width: 900px) { .three-column-layout { padding: 60px 24px; } .three-column-wrapper { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 30px; } .main-content { order: 0; } .sidebar-widget { order: 0; } .sidebar-widget:first-child { grid-column: 1; } .main-content { grid-column: 2; } .sidebar-widget:last-of-type { grid-column: 3; } }
@media (min-width: 1200px) { .three-column-wrapper { grid-template-columns: 300px 1fr 300px; gap: 40px; } }

/* Section Header */
.section-header { text-align: center; margin-bottom: 30px; }
.section-header h2 { font-size: 1.5rem; margin-bottom: 8px; color: var(--ps-charcoal); }
.section-header p { color: var(--ps-gray-600); font-size: 1rem; }
@media (min-width: 640px) { .section-header h2 { font-size: 1.75rem; } }

/* ===========================
   ORGANIZATION CARDS
   =========================== */
.org-card { background: var(--ps-white); border-radius: var(--ps-radius-lg); overflow: hidden; box-shadow: var(--ps-shadow); transition: var(--ps-transition); margin-bottom: 24px; }
.org-card:hover { transform: translateY(-4px); box-shadow: var(--ps-shadow-xl); }
.org-card-header { background: linear-gradient(135deg, var(--ps-charcoal) 0%, #323f4b 100%); padding: 16px 20px; color: var(--ps-white); }
.org-card-header h3 { font-size: 1.125rem; margin-bottom: 2px; color: var(--ps-white); }
.org-card-header .org-acronym { color: var(--ps-primary); font-weight: 700; font-size: 0.875rem; }
.org-card-body { padding: 16px 20px; }
.org-mission { color: var(--ps-gray-600); font-size: 0.875rem; line-height: 1.6; margin-bottom: 16px; font-style: italic; border-left: 3px solid var(--ps-primary); padding-left: 12px; }
.org-contact { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 16px; }
.org-contact-item { display: flex; align-items: center; gap: 8px; font-size: 0.875rem; }
.org-contact-item a { color: var(--ps-primary); font-weight: 500; }
.org-hours { background: var(--ps-primary-light); padding: 10px 14px; border-radius: var(--ps-radius); font-size: 0.8125rem; color: var(--ps-primary-dark); margin-bottom: 16px; }

/* Location Cards within Org */
.locations-header { font-size: 0.9375rem; font-weight: 700; color: var(--ps-charcoal); margin-bottom: 12px; padding-top: 12px; border-top: 1px solid var(--ps-gray-200); }
.location-card { background: var(--ps-gray-50); border: 1px solid var(--ps-gray-200); border-left: 4px solid var(--ps-primary); border-radius: var(--ps-radius); padding: 14px 16px; margin-bottom: 10px; transition: var(--ps-transition); }
.location-card:hover { border-left-color: var(--ps-gold); box-shadow: var(--ps-shadow-sm); }
.location-card:last-child { margin-bottom: 0; }
.location-name { font-weight: 700; color: var(--ps-charcoal); font-size: 0.9375rem; margin-bottom: 6px; }
.location-address { color: var(--ps-gray-600); font-size: 0.8125rem; margin-bottom: 6px; }
.location-contact { display: flex; flex-wrap: wrap; gap: 12px; font-size: 0.8125rem; }
.location-contact a { color: var(--ps-primary); }
.location-phone a { display: inline-flex; align-items: center; gap: 4px; background: var(--ps-primary); color: var(--ps-white); padding: 4px 12px; border-radius: var(--ps-radius-full); font-weight: 600; font-size: 0.8125rem; }
.location-phone a:hover { background: var(--ps-primary-dark); color: var(--ps-white); }
.location-notes { color: var(--ps-gray-500); font-size: 0.75rem; font-style: italic; margin-top: 4px; }

/* ===========================
   SIDEBAR WIDGETS
   =========================== */
.tips-widget, .goals-widget { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); border-radius: var(--ps-radius-xl); padding: 24px 20px; color: var(--ps-white); box-shadow: var(--ps-shadow-lg); }
@media (min-width: 640px) { .tips-widget, .goals-widget { padding: 30px 25px; } }
.widget-quote { font-style: italic; font-size: 0.9375rem; line-height: 1.6; padding: 16px; margin: 0 0 24px 0; background: rgba(47, 125, 50, 0.2); border-left: 4px solid var(--ps-primary); border-radius: 0 var(--ps-radius) var(--ps-radius) 0; }
.widget-title { color: var(--ps-primary); font-size: 1.25rem; margin: 0 0 12px 0; }
.widget-intro { font-size: 0.9375rem; line-height: 1.6; opacity: 0.9; margin: 0 0 24px 0; }
.widget-section { margin-bottom: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); }
.widget-section h4 { color: var(--ps-primary); font-size: 1rem; margin: 0 0 16px 0; }

/* Resource Tips */
.resource-tip { display: flex; gap: 12px; padding: 12px; margin-bottom: 10px; background: rgba(255,255,255,0.05); border-radius: var(--ps-radius); }
.resource-tip:last-child { margin-bottom: 0; }
.tip-icon { font-size: 1.25rem; flex-shrink: 0; }
.resource-tip strong { color: var(--ps-primary); display: block; font-size: 0.875rem; margin-bottom: 4px; }
.resource-tip p { margin: 0; font-size: 0.8125rem; line-height: 1.5; opacity: 0.9; }
.resource-tip a { color: var(--ps-white); font-weight: 600; text-decoration: underline; }

/* Goals List */
.goals-list { list-style: none; margin: 0; padding: 0; }
.goals-list li { padding: 12px 14px; margin-bottom: 10px; background: rgba(255,255,255,0.05); border-radius: var(--ps-radius); border-left: 3px solid var(--ps-primary); font-size: 0.8125rem; line-height: 1.6; }
.goals-list li:last-child { margin-bottom: 0; }
.goals-list li strong { color: var(--ps-primary); display: block; margin-bottom: 4px; font-size: 0.875rem; }

/* Widget Crisis */
.widget-crisis { padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); }
.widget-crisis h4 { color: var(--ps-white); font-size: 0.9375rem; margin: 0 0 16px 0; text-align: center; }
.crisis-btn { display: block; background: var(--ps-primary); color: var(--ps-white); padding: 12px 16px; border-radius: var(--ps-radius-full); text-align: center; font-weight: 600; font-size: 0.8125rem; margin-bottom: 10px; transition: var(--ps-transition); }
.crisis-btn:last-child { margin-bottom: 0; }
.crisis-btn:hover { background: var(--ps-primary-dark); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(47,125,50,0.4); color: var(--ps-white); }

/* ===========================
   SERVICES SHOWCASE
   =========================== */
.services-showcase { background: var(--ps-primary-light); padding: 40px 16px; }
.services-grid { display: grid; grid-template-columns: 1fr; gap: 16px; max-width: 1200px; margin: 0 auto; }
@media (min-width: 480px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 640px) { .services-showcase { padding: 60px 24px; } .services-grid { gap: 20px; } }
@media (min-width: 900px) { .services-grid { grid-template-columns: repeat(3, 1fr); gap: 25px; } }
.service-card { background: var(--ps-white); padding: 24px 20px; border-radius: var(--ps-radius-lg); text-align: center; transition: var(--ps-transition); }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--ps-shadow-lg); }
.service-icon { width: 60px; height: 60px; background: var(--ps-primary-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin: 0 auto 16px; }
@media (min-width: 640px) { .service-icon { width: 70px; height: 70px; font-size: 2rem; } }
.service-card h3 { margin-bottom: 8px; color: var(--ps-charcoal); font-size: 1rem; }
.service-card p { color: var(--ps-gray-600); font-size: 0.875rem; line-height: 1.5; }

/* ===========================
   BROWSE BY STATE
   =========================== */
.states-section { padding: 40px 16px; background: var(--ps-white); }
@media (min-width: 640px) { .states-section { padding: 60px 24px; } }
.states-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; max-width: 800px; margin: 0 auto; }
@media (min-width: 480px) { .states-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 640px) { .states-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
@media (min-width: 900px) { .states-grid { grid-template-columns: repeat(6, 1fr); } }
.state-card { display: flex; flex-direction: column; align-items: center; padding: 20px 12px; background: var(--ps-gray-50); border: 2px solid var(--ps-gray-200); border-radius: var(--ps-radius); text-decoration: none; transition: var(--ps-transition); }
.state-card:hover { border-color: var(--ps-primary); background: var(--ps-primary-light); transform: translateY(-3px); box-shadow: var(--ps-shadow-lg); }
.state-card.has-data { border-color: var(--ps-primary); background: var(--ps-primary-light); }
.state-abbr { font-size: 1.5rem; font-weight: 800; color: var(--ps-primary); line-height: 1; margin-bottom: 6px; }
.state-card:hover .state-abbr { color: var(--ps-primary-dark); }
.state-name { font-size: 0.8125rem; font-weight: 500; color: var(--ps-gray-600); text-align: center; }
.state-card:hover .state-name { color: var(--ps-primary-dark); }

/* ===========================
   INFO SECTION
   =========================== */
.info-section { padding: 40px 16px; background: var(--ps-white); }
.info-grid { display: flex; flex-direction: column; gap: 30px; max-width: 1100px; margin: 0 auto; }
@media (min-width: 640px) { .info-section { padding: 60px 24px; } }
@media (min-width: 900px) { .info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } }
.info-content h2 { font-size: 1.5rem; margin-bottom: 16px; color: var(--ps-charcoal); }
@media (min-width: 640px) { .info-content h2 { font-size: 2rem; } }
.info-content p { color: var(--ps-gray-600); margin-bottom: 16px; line-height: 1.7; }
.info-content ul { list-style: none; margin: 24px 0; }
.info-content li { padding: 10px 0 10px 30px; position: relative; font-size: 0.9375rem; color: var(--ps-gray-700); }
.info-content li::before { content: "\2713"; position: absolute; left: 0; color: var(--ps-primary); font-weight: bold; font-size: 1.125rem; }

/* ===========================
   CTA SECTION
   =========================== */
.cta-section { background: linear-gradient(135deg, var(--ps-primary) 0%, var(--ps-primary-dark) 100%); padding: 50px 16px; text-align: center; color: var(--ps-white); }
@media (min-width: 640px) { .cta-section { padding: 80px 24px; } }
.cta-section h2 { font-size: 1.5rem; margin-bottom: 12px; }
@media (min-width: 640px) { .cta-section h2 { font-size: 2rem; } }
.cta-section p { font-size: 1rem; opacity: 0.9; margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto; line-height: 1.6; }
@media (min-width: 640px) { .cta-section p { font-size: 1.125rem; } }
.cta-buttons { display: flex; flex-direction: column; gap: 12px; max-width: 400px; margin: 0 auto; }
@media (min-width: 480px) { .cta-buttons { flex-direction: row; justify-content: center; max-width: none; } }

/* ===========================
   NO RESULTS
   =========================== */
.no-results { text-align: center; padding: 40px 20px; background: var(--ps-white); border-radius: var(--ps-radius-lg); margin: 20px 0; }
.no-results h2 { margin-bottom: 12px; font-size: 1.25rem; }
.no-results p { color: var(--ps-gray-600); margin-bottom: 20px; }

/* ===========================
   FOOTER
   =========================== */
.site-footer { background: var(--ps-charcoal); color: rgba(255,255,255,0.7); padding: 40px 16px 24px; margin-top: 40px; }
@media (min-width: 640px) { .site-footer { padding: 50px 24px 30px; margin-top: 60px; } }
.footer-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 30px; }
@media (min-width: 480px) { .footer-container { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .footer-container { grid-template-columns: repeat(4, 1fr); gap: 40px; } }
.footer-section h3 { color: var(--ps-white); margin-bottom: 16px; font-size: 1rem; }
.footer-section p { margin-bottom: 12px; line-height: 1.7; font-size: 0.875rem; }
.footer-section ul { list-style: none; }
.footer-section li { margin-bottom: 10px; }
.footer-section a { color: rgba(255,255,255,0.7); font-size: 0.875rem; transition: var(--ps-transition); }
.footer-section a:hover { color: var(--ps-primary); }
.footer-bottom { max-width: 1200px; margin: 30px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; font-size: 0.8125rem; }
.footer-bottom a { color: var(--ps-primary); }

/* ===========================
   UTILITY
   =========================== */
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
body.menu-open { overflow: hidden; }
