/*
Theme Name: Network Matters
Theme URI: https://networkmatters.org
Author: Network Matters Foundation
Author URI: https://networkmatters.org
Description: Official theme for Network Matters Foundation - Career Readiness for College Students
Version: 1.0.0
License: Private
Text Domain: network-matters
*/

/* ═══════════════════════════════════════════════
   BRAND VARIABLES
═══════════════════════════════════════════════ */
:root {
    --primary-navy: #00447B;
    --primary-blue: #00447B;
    --accent-teal: #008296;
    --accent-green: #00A467;
    --accent-coral: #00A467;
    --warm-beige: #f5f1eb;
    --light-gray: #f8f9fa;
    --text-dark: #2a2a2a;
    --text-light: #666666;
}

/* ═══════════════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════════════ */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Work Sans', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; }
a { color: var(--accent-teal); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ═══════════════════════════════════════════════
   NAVIGATION
═══════════════════════════════════════════════ */
nav, #site-navigation {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 0.8rem 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo {
    font-family: 'DM Serif Display', serif;
    font-size: 1.3rem;
    color: var(--primary-navy);
    font-weight: 400;
    text-decoration: none;
}

.site-logo span { color: var(--accent-teal); }
.site-logo sup {
    font-size: 0.55rem;
    vertical-align: super;
    color: var(--accent-teal);
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

/* WordPress nav menu */
.main-navigation ul {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    list-style: none;
    margin: 0; padding: 0;
}

.main-navigation ul li a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    font-size: 0.82rem;
    transition: color 0.3s ease;
}

.main-navigation ul li a:hover { color: var(--primary-blue); }

.nav-cta {
    background: var(--primary-blue);
    color: white !important;
    padding: 0.75rem 1.8rem;
    border-radius: 50px;
    font-weight: 600 !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 68, 123, 0.2);
}

.nav-cta:hover {
    background: #002F5A !important;
    transform: translateY(-2px);
    text-decoration: none !important;
}

/* Mobile hamburger */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    flex-direction: column;
    gap: 5px;
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background: var(--primary-navy);
    transition: all 0.3s ease;
}

/* ═══════════════════════════════════════════════
   CONTAINERS
═══════════════════════════════════════════════ */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3rem;
}

.container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
}

/* ═══════════════════════════════════════════════
   PAGE HERO (used on inner pages)
═══════════════════════════════════════════════ */
.page-hero {
    margin-top: 65px;
    padding: 6rem 3rem 4rem;
    background: linear-gradient(135deg, var(--primary-navy) 0%, var(--primary-blue) 100%);
    color: white;
    text-align: center;
}

.page-hero h1 {
    font-family: 'DM Serif Display', serif;
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.page-hero p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.95;
}

/* ═══════════════════════════════════════════════
   HOMEPAGE HERO
═══════════════════════════════════════════════ */
.hero {
    margin-top: 65px;
    min-height: 90vh;
    background: linear-gradient(135deg, var(--warm-beige) 0%, #e8e4dd 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-text h1 {
    font-family: 'DM Serif Display', serif;
    font-size: 3.5rem;
    line-height: 1.15;
    color: var(--primary-navy);
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.hero-text h1 .highlight {
    color: var(--accent-teal);
    font-style: italic;
}

.hero-text p {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 2.5rem;
    line-height: 1.8;
    max-width: 520px;
}

.hero-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.tagline-wrapper { margin-bottom: 1.5rem; }
.tagline-prefix { font-family: 'DM Serif Display', serif; font-size: 2rem; color: var(--primary-navy); font-weight: 400; line-height: 1.3; display: block; }
.tagline-blank-line { font-family: 'DM Serif Display', serif; font-size: 2rem; color: var(--primary-navy); font-weight: 400; line-height: 1.3; display: flex; align-items: baseline; }
.tagline-cycling-wrapper { display: inline-block; overflow: hidden; height: 2.6rem; vertical-align: bottom; position: relative; }
.tagline-cycling { display: flex; flex-direction: column; transition: transform 0.55s cubic-bezier(0.77, 0, 0.175, 1); }
.tagline-cycling span { font-family: 'DM Serif Display', serif; font-style: italic; color: var(--accent-teal); white-space: nowrap; height: 2.6rem; line-height: 2.6rem; display: block; font-size: 2rem; }
.tagline-payoff { font-family: 'DM Serif Display', serif; font-size: 3rem; color: var(--primary-navy); font-weight: 400; display: block; }


.tagline-wrapper {

/* ═══════════════════════════════════════════════
   BUTTONS & CTAs
═══════════════════════════════════════════════ */
.cta-primary, .btn-primary {
    background: var(--primary-blue);
    color: white;
    padding: 0.75rem 1.8rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 68, 123, 0.2);
    display: inline-block;
}

.cta-primary:hover, .btn-primary:hover {
    background: #002F5A;
    transform: translateY(-2px);
    text-decoration: none;
    color: white;
}

.btn-secondary {
    background: transparent;
    color: var(--primary-blue);
    padding: 0.75rem 1.8rem;
    border-radius: 50px;
    border: 2px solid var(--primary-blue);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-secondary:hover {
    background: var(--primary-blue);
    color: white;
    text-decoration: none;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.05rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-button.primary {
    background: var(--primary-blue);
    color: white;
    box-shadow: 0 4px 15px rgba(0, 68, 123, 0.3);
}

.cta-button.primary:hover {
    background: #002F5A;
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

.cta-button.secondary {
    background: transparent;
    color: var(--primary-navy);
    border: 2px solid var(--primary-navy);
}

.cta-button.secondary:hover {
    background: var(--primary-navy);
    color: white;
    text-decoration: none;
}

/* ═══════════════════════════════════════════════
   SECTION HEADERS
═══════════════════════════════════════════════ */
.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 2.5rem;
    color: var(--primary-navy);
    margin-bottom: 1rem;
    font-weight: 400;
}

.section-header p {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
}

/* ═══════════════════════════════════════════════
   HOMEPAGE SECTIONS
═══════════════════════════════════════════════ */
.pain-section {
    padding: 6rem 3rem;
    background: var(--primary-navy);
    color: white;
}

.pain-section .section-header h2 { color: white; }
.pain-section .section-header p { color: rgba(255,255,255,0.8); }

.pain-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.pain-point {
    background: rgba(255,255,255,0.05);
    padding: 2.5rem;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.1);
}

.pain-point-icon { font-size: 3rem; margin-bottom: 1rem; }
.pain-point h3 { font-size: 1.3rem; margin-bottom: 1rem; color: white; }
.pain-point p { color: rgba(255,255,255,0.75); line-height: 1.7; }

.guide-section {
    padding: 6rem 3rem;
    background: white;
}

.guide-content { max-width: 1200px; margin: 0 auto; }

.credentials {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin: 3rem 0;
}

.credential-item {
    text-align: center;
    padding: 2rem;
    background: var(--light-gray);
    border-radius: 10px;
}

.credential-number {
    font-family: 'DM Serif Display', serif;
    font-size: 2.5rem;
    color: var(--primary-blue);
    margin-bottom: 0.5rem;
}

.credential-label { color: var(--text-light); font-size: 0.95rem; }

.differentiator {
    background: var(--warm-beige);
    padding: 2rem;
    border-left: 4px solid var(--accent-teal);
    border-radius: 0 8px 8px 0;
    font-size: 1.15rem;
    color: var(--primary-navy);
    font-weight: 500;
}

.plan-section {
    padding: 6rem 3rem;
    background: var(--warm-beige);
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.step {
    background: white;
    padding: 3rem 2.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.step-number {
    width: 60px;
    height: 60px;
    background: var(--primary-blue);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.step h3 {
    font-size: 1.4rem;
    color: var(--primary-navy);
    margin-bottom: 1.5rem;
}

.step ul { list-style: none; }
.step ul li {
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--light-gray);
    color: var(--text-dark);
    padding-left: 1.5rem;
    position: relative;
}
.step ul li::before {
    content: "✓";
    color: var(--accent-teal);
    font-weight: bold;
    position: absolute;
    left: 0;
}

.social-proof {
    padding: 6rem 3rem;
    background: white;
    text-align: center;
}

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

.stat-number {
    font-family: 'DM Serif Display', serif;
    font-size: 3rem;
    color: var(--primary-blue);
    margin-bottom: 0.5rem;
}

.stat-label { color: var(--text-light); }

.testimonial-placeholder {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.8;
}

.stakes-section {
    padding: 6rem 3rem;
    background: var(--light-gray);
}

.comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto 3rem;
}

.comparison-card {
    padding: 2.5rem;
    border-radius: 15px;
}

.comparison-card.early {
    background: #e8f5ee;
    border: 2px solid var(--accent-green);
}

.comparison-card.late {
    background: #fef3f2;
    border: 2px solid #f87171;
}

.comparison-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: var(--primary-navy);
}

.comparison-card ul { list-style: none; }
.comparison-card ul li {
    padding: 0.5rem 0;
    color: var(--text-dark);
    padding-left: 1.5rem;
    position: relative;
}

.early ul li::before { content: "✓"; color: var(--accent-green); position: absolute; left: 0; font-weight: bold; }
.late ul li::before { content: "✗"; color: #ef4444; position: absolute; left: 0; font-weight: bold; }

.urgency {
    text-align: center;
    padding: 3rem;
    background: white;
    border-radius: 15px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.urgency p { margin-bottom: 0.5rem; color: var(--text-dark); }
.urgency a { margin-top: 1.5rem; }

.final-cta {
    padding: 8rem 3rem;
    background: linear-gradient(135deg, var(--primary-navy) 0%, var(--primary-blue) 100%);
    color: white;
    text-align: center;
}

.final-cta h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 400;
}

.final-cta p {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 2.5rem;
}

.final-cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ═══════════════════════════════════════════════
   BLOG
═══════════════════════════════════════════════ */
.blog-section {
    padding: 5rem 3rem;
    background: white;
    min-height: 400px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2.5rem;
}

.blog-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e8ecf0;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 68, 123, 0.12);
    border-color: var(--accent-teal);
    text-decoration: none;
}

.blog-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background: linear-gradient(135deg, var(--primary-navy), var(--accent-teal));
}

.blog-card-image-placeholder {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, var(--primary-navy) 0%, var(--primary-blue) 60%, var(--accent-teal) 100%);
}

.blog-card-body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-meta {
    font-size: 0.8rem;
    color: var(--accent-teal);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}

.blog-card-title {
    font-family: 'DM Serif Display', serif;
    font-size: 1.4rem;
    color: var(--primary-navy);
    margin-bottom: 0.75rem;
    line-height: 1.3;
    font-weight: 400;
}

.blog-card-excerpt {
    font-size: 0.95rem;
    color: var(--text-light);
    line-height: 1.7;
    flex: 1;
}

.blog-card-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid #f0f0f0;
    font-size: 0.85rem;
    color: var(--primary-blue);
    font-weight: 500;
}

/* Single post */
.post-hero {
    margin-top: 80px;
    padding: 5rem 3rem 3rem;
    background: linear-gradient(135deg, var(--primary-navy) 0%, var(--primary-blue) 100%);
    color: white;
    text-align: center;
}

.post-title {
    font-family: 'DM Serif Display', serif;
    font-size: 3rem;
    font-weight: 400;
    max-width: 800px;
    margin: 0 auto 1.5rem;
    line-height: 1.2;
}

.post-meta {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.75);
    margin-bottom: 0.5rem;
}

.post-content-section {
    padding: 4rem 3rem 6rem;
    background: white;
}

.post-content {
    max-width: 720px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.85;
    color: var(--text-dark);
}

.post-content h2, .post-content h3 {
    font-family: 'DM Serif Display', serif;
    color: var(--primary-navy);
    font-weight: 400;
    margin: 2.5rem 0 1rem;
}

.post-content p { margin-bottom: 1.5rem; }

.post-content blockquote {
    border-left: 4px solid var(--accent-teal);
    padding: 1rem 1.5rem;
    margin: 2rem 0;
    background: var(--warm-beige);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    font-size: 1.15rem;
    color: var(--primary-navy);
}

/* ═══════════════════════════════════════════════
   EVENTS
═══════════════════════════════════════════════ */
.upcoming-section {
    padding: 6rem 3rem;
    background: white;
}

.upcoming-section h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 2.5rem;
    color: var(--primary-navy);
    margin-bottom: 3rem;
    text-align: center;
}

.event-card {
    background: var(--light-gray);
    border-radius: 15px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 2.5rem;
    align-items: center;
    transition: all 0.3s ease;
}

.event-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.event-date {
    text-align: center;
    background: var(--accent-teal);
    color: white;
    padding: 1.5rem;
    border-radius: 10px;
    min-width: 100px;
}

.event-date .day { font-size: 2.5rem; font-weight: 700; line-height: 1; }
.event-date .month { font-size: 1rem; text-transform: uppercase; font-weight: 600; }

.event-info h3 { font-size: 1.6rem; color: var(--primary-navy); margin-bottom: 0.5rem; }

.event-meta {
    color: var(--text-light);
    margin-bottom: 1rem;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.event-badge {
    display: inline-block;
    background: var(--accent-teal);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 0.75rem;
}

.rsvp-btn {
    background: var(--primary-blue);
    color: white;
    padding: 0.9rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
}

.rsvp-btn:hover {
    background: #002F5A;
    transform: translateY(-2px);
    text-decoration: none;
    color: white;
}

.calendar-section {
    padding: 6rem 3rem;
    background: var(--warm-beige);
}

.calendar-section h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 2.5rem;
    color: var(--primary-navy);
    margin-bottom: 2rem;
    text-align: center;
}

.calendar-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
    color: var(--text-light);
    font-size: 1.1rem;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.calendar-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
}

.calendar-card h3 {
    font-size: 1.3rem;
    color: var(--primary-blue);
    margin-bottom: 1rem;
}

.calendar-list { list-style: none; }
.calendar-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--light-gray);
}
.calendar-list li:last-child { border-bottom: none; }
.event-title { font-weight: 600; color: var(--text-dark); }
.event-time { color: var(--text-light); font-size: 0.9rem; }

/* The Events Calendar plugin overrides */
.tribe-events-calendar { font-family: 'Work Sans', sans-serif; }

/* ═══════════════════════════════════════════════
   CONTACT
═══════════════════════════════════════════════ */
.contact-section {
    padding: 6rem 3rem;
    background: white;
}

.contact-grid { max-width: 700px; margin: 0 auto; }

.contact-form h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 2rem;
    color: var(--primary-navy);
    margin-bottom: 2rem;
    font-weight: 400;
}

.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; margin-bottom: 0.5rem; font-weight: 600; }

.form-group select,
.form-group input,
.form-group textarea,
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 0.9rem 1.2rem;
    border: 2px solid var(--light-gray);
    border-radius: 8px;
    font-family: 'Work Sans', sans-serif;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus,
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: var(--accent-teal);
}

.form-group textarea { resize: vertical; min-height: 150px; }

.submit-button,
.wpcf7-submit {
    background: var(--primary-blue);
    color: white;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.05rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Work Sans', sans-serif;
}

.submit-button:hover, .wpcf7-submit:hover {
    background: #002F5A;
    transform: translateY(-2px);
}

.quick-links-section {
    padding: 5rem 3rem;
    background: var(--warm-beige);
}

.quick-links-section h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 2.5rem;
    color: var(--primary-navy);
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 400;
}

.quick-links-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.quick-link-card {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

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

.quick-link-icon { font-size: 3rem; margin-bottom: 1.5rem; }
.quick-link-card h3 { font-size: 1.4rem; color: var(--primary-navy); margin-bottom: 1rem; }
.quick-link-card p { color: var(--text-light); margin-bottom: 1.5rem; font-size: 0.95rem; }

.social-links { display: flex; gap: 1rem; margin-top: 1rem; justify-content: center; }
.social-link {
    width: 45px; height: 45px;
    background: var(--light-gray);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}
.social-link:hover {
    background: var(--accent-teal);
    color: white;
    transform: translateY(-3px);
}

/* ═══════════════════════════════════════════════
   FOR STUDENTS / FOR EMPLOYERS
═══════════════════════════════════════════════ */
.content-section {
    padding: 6rem 3rem;
    background: white;
}

.content-section-alt {
    padding: 6rem 3rem;
    background: var(--warm-beige);
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-card {
    background: white;
    padding: 2.5rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    border-left: 4px solid var(--accent-teal);
}

.feature-card h3 {
    font-size: 1.4rem;
    color: var(--primary-navy);
    margin-bottom: 1rem;
}

.feature-card p { color: var(--text-light); line-height: 1.7; }

/* ═══════════════════════════════════════════════
   ABOUT
═══════════════════════════════════════════════ */
.mission-section {
    padding: 6rem 3rem;
    background: white;
}

.mission-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.mission-text h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 2.5rem;
    color: var(--primary-navy);
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.mission-text p {
    font-size: 1.15rem;
    color: var(--text-light);
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.highlight {
    background: var(--warm-beige);
    padding: 1.5rem;
    border-left: 4px solid var(--accent-teal);
    margin: 2rem 0;
}

.highlight p {
    font-size: 1.2rem;
    color: var(--primary-navy);
    font-weight: 500;
    margin: 0;
}

.stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    background: var(--light-gray);
    padding: 3rem;
    border-radius: 15px;
}

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

.stat-number-sm {
    font-family: 'DM Serif Display', serif;
    font-size: 2.5rem;
    color: var(--primary-blue);
    margin-bottom: 0.5rem;
}

.stat-label-sm { font-size: 0.95rem; color: var(--text-light); }

.team-section {
    padding: 6rem 3rem;
    background: white;
}

.team-section h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 2.5rem;
    color: var(--primary-navy);
    margin-bottom: 1rem;
    font-weight: 400;
    text-align: center;
}

.team-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 4rem;
    color: var(--text-light);
    font-size: 1.1rem;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    max-width: 800px;
    margin: 0 auto;
}

.team-member { text-align: center; }

.member-photo {
    width: 60%;
    aspect-ratio: 1;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-teal));
    border-radius: 15px;
    margin: 0 auto 1.5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.member-name { font-size: 1.4rem; font-weight: 600; color: var(--primary-navy); margin-bottom: 0.5rem; }
.member-title { color: var(--accent-teal); font-weight: 500; margin-bottom: 1rem; }
.member-bio { color: var(--text-light); line-height: 1.7; font-size: 0.95rem; }

/* ═══════════════════════════════════════════════
   FAQ
═══════════════════════════════════════════════ */
.faq-section {
    padding: 6rem 3rem;
    background: white;
}

.faq-category { margin-bottom: 4rem; }

.faq-category h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 2rem;
    color: var(--primary-blue);
    margin-bottom: 2rem;
}

.faq-item {
    background: var(--light-gray);
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.faq-question {
    font-size: 1.3rem;
    color: var(--primary-navy);
    margin-bottom: 1rem;
    font-weight: 600;
}

.faq-answer { color: var(--text-dark); line-height: 1.7; }

/* ═══════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════ */
.site-footer {
    background: var(--primary-navy);
    color: white;
    padding: 3rem 3rem 2rem;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-section h4 { margin-bottom: 1rem; font-size: 1.1rem; }
.footer-section ul { list-style: none; }
.footer-section ul li { margin-bottom: 0.5rem; }
.footer-section a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-section a:hover { color: var(--accent-teal); }

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    color: rgba(255,255,255,0.6);
}

/* WordPress nav menu in footer */
.footer-nav ul { list-style: none; }
.footer-nav ul li { margin-bottom: 0.5rem; }
.footer-nav ul li a { color: rgba(255,255,255,0.8); text-decoration: none; }
.footer-nav ul li a:hover { color: var(--accent-teal); }

/* ═══════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .hero-content { grid-template-columns: 1fr; }
    .hero-image { display: none; }
    .mission-content,
    .two-col { grid-template-columns: 1fr; }
    .pain-points,
    .steps,
    .quick-links-grid,
    .calendar-grid { grid-template-columns: 1fr; }
    .comparison { grid-template-columns: 1fr; }
    .credentials { grid-template-columns: repeat(2, 1fr); }
    .footer-content { grid-template-columns: repeat(2, 1fr); }
    .team-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .menu-toggle { display: flex; }
    .main-navigation { display: none; width: 100%; }
    .main-navigation.toggled { display: block; }
    .main-navigation ul {
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: white;
        padding: 1rem;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        gap: 0.5rem;
    }
    .nav-cta-wrapper { display: none; }
    .page-hero h1 { font-size: 2.5rem; }
    .hero-text h1 { font-size: 2.5rem; }
    .section-header h2 { font-size: 2rem; }
    .container, .container-wide { padding: 0 1.5rem; }
    .event-card { grid-template-columns: 1fr; text-align: center; }
    .blog-grid { grid-template-columns: 1fr; }
    .team-grid { grid-template-columns: 1fr; }
    .stat-grid { grid-template-columns: 1fr 1fr; }
    .footer-content { grid-template-columns: 1fr; }
    .final-cta-buttons { flex-direction: column; align-items: center; }
    .stats { grid-template-columns: 1fr; }
}
