/* ========================================
   SafeShifts — Complete Stylesheet
   ======================================== */

:root {
    --teal: #0D9488;
    --teal-light: #14B8A6;
    --teal-dark: #0F766E;
    --navy: #1E293B;
    --slate: #334155;
    --muted: #64748B;
    --light: #F8FAFC;
    --white: #FFFFFF;
    --warm: #FFFBF5;
    --warm-deeper: #FFF7ED;
    --amber: #F59E0B;
    --amber-soft: #FEF3C7;
    --coral: #F43F5E;
    --green: #10B981;
    --green-soft: #D1FAE5;
    --font-heading: 'Space Grotesk', system-ui, sans-serif;
    --font-body: 'DM Sans', system-ui, sans-serif;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-full: 9999px;
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
    --shadow-lg: 0 12px 32px rgba(0,0,0,0.1);
    --shadow-xl: 0 20px 40px rgba(0,0,0,0.12);
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font-body); font-size: 16px; line-height: 1.6; color: var(--slate); background: var(--warm); overflow-x: hidden; }
h1,h2,h3,h4,h5,h6 { font-family: var(--font-heading); font-weight: 700; line-height: 1.2; color: var(--navy); }
h1 { font-size: clamp(2rem, 5vw, 3rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); letter-spacing: -0.01em; }
h3 { font-size: clamp(1.2rem, 3vw, 1.6rem); }
a { color: var(--teal); text-decoration: none; transition: color 0.15s; }
a:hover { color: var(--teal-dark); }
img { max-width: 100%; display: block; }
ul, ol { list-style: none; }

/* Layout */
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 720px; margin: 0 auto; padding: 0 24px; }
.text-center { text-align: center; }
.text-gradient { background: linear-gradient(135deg, var(--teal), var(--teal-dark)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* ======= NAVIGATION ======= */
.main-nav {
    position: fixed; top: 0; left: 0; right: 0; height: 64px; z-index: 1000;
    background: rgba(255,255,255,0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(13,148,136,0.1);
}
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; height: 100%; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-family: var(--font-heading); font-size: 1.4rem; font-weight: 700; color: var(--teal); }
.nav-logo:hover { color: var(--teal-dark); text-decoration: none; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-weight: 500; color: var(--slate); font-size: 0.92rem; padding: 6px 0; position: relative; transition: color 0.15s; }
.nav-links a:hover { color: var(--teal); text-decoration: none; }
.nav-links a.active { color: var(--teal); }
.nav-links a.active::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 2px; background: var(--teal); border-radius: 2px; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--slate); border-radius: 2px; transition: all 0.3s; }
.nav-spacer { height: 64px; }

@media (max-width: 768px) {
    .nav-toggle { display: flex; }
    .nav-links { position: fixed; top: 64px; left: 0; right: 0; background: var(--white); flex-direction: column; align-items: stretch; gap: 0; padding: 16px; box-shadow: var(--shadow-lg); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: all 0.3s; }
    .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: all; }
    .nav-links a { padding: 14px 16px; border-bottom: 1px solid var(--light); font-size: 1rem; }
    .nav-links a.active::after { display: none; }
}

/* ======= PAGE HERO ======= */
.page-hero { padding: 60px 0 40px; text-align: center; background: linear-gradient(170deg, var(--warm) 0%, var(--white) 50%, #ECFDF5 100%); }
.page-hero--home { padding: 50px 0 30px; }
.page-hero--guides { background: linear-gradient(170deg, var(--warm-deeper) 0%, var(--white) 100%); }
.page-hero--book { background: linear-gradient(170deg, #ECFDF5 0%, var(--warm) 100%); }
.page-hero--employers { background: linear-gradient(170deg, var(--navy) 0%, var(--teal-dark) 100%); color: var(--white); padding: 70px 0 50px; }
.page-hero--employers h1, .page-hero--employers .hero-subtitle { color: var(--white); }
.page-hero--employers .text-gradient { -webkit-text-fill-color: var(--teal-light); }
.page-hero--about { background: linear-gradient(170deg, var(--warm) 0%, #ECFDF5 100%); }
.page-hero--simple { padding: 40px 0 20px; }
.page-hero h1 { margin-bottom: 16px; }
.hero-badge { display: inline-block; padding: 8px 20px; border-radius: 100px; font-size: 0.85rem; font-weight: 600; margin-bottom: 24px; background: var(--green-soft); color: #065F46; }
.hero-badge--premium { background: linear-gradient(135deg, var(--amber), var(--coral)); color: var(--white); }
.hero-subtitle { font-size: 1.1rem; line-height: 1.7; color: var(--muted); max-width: 600px; margin: 0 auto; }

/* Hero with image layout */
.page-hero .container { display: flex; align-items: center; gap: 48px; text-align: left; }
.hero-content { flex: 1; }
.hero-image { flex: 0 0 45%; max-width: 480px; }
.hero-image img { width: 100%; height: auto; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); object-fit: cover; }
@media (max-width: 768px) {
    .page-hero .container { flex-direction: column; text-align: center; gap: 24px; }
    .hero-image { flex: 0 0 auto; width: 100%; max-width: 320px; }
}

/* Section image header */
.section-image-header { margin-bottom: 24px; text-align: center; }
.section-image-header img { width: 100%; max-width: 700px; height: auto; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); object-fit: cover; }

/* Why matters with image */
.why-matters-card { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.why-matters-image img { width: 100%; max-width: 300px; height: auto; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); object-fit: cover; }
.why-matters-card h2 { text-align: center; }
.why-matters-card p { text-align: center; }

/* CTA with image */
.cta-flex { display: flex; align-items: center; gap: 48px; text-align: left; }
.cta-content { flex: 1; }
.cta-image { flex: 0 0 35%; max-width: 360px; }
.cta-image img { width: 100%; height: auto; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); object-fit: cover; }
@media (max-width: 768px) {
    .cta-flex { flex-direction: column-reverse; text-align: center; gap: 24px; }
    .cta-image { flex: 0 0 auto; width: 100%; max-width: 280px; }
}

/* ======= CATEGORY FILTERS ======= */
.feed-section { padding: 0 0 60px; background: var(--white); }
.feed-container { max-width: 680px; margin: 0 auto; padding: 0 24px; }
.category-filters { display: flex; gap: 10px; padding: 24px 0; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.category-filters::-webkit-scrollbar { display: none; }
.cat-pill { flex-shrink: 0; padding: 8px 18px; background: var(--light); border: 2px solid transparent; border-radius: 100px; font-family: var(--font-body); font-size: 0.85rem; font-weight: 500; color: var(--slate); cursor: pointer; transition: all 0.15s; white-space: nowrap; }
.cat-pill:hover { border-color: var(--teal-light); background: var(--white); }
.cat-pill.active { background: var(--teal); color: var(--white); border-color: var(--teal); }

/* ======= SCENARIO CARDS ======= */
.scenario-feed { display: flex; flex-direction: column; gap: 24px; padding-bottom: 40px; }
.scenario-card { background: var(--white); border-radius: var(--radius-lg); border: 1px solid rgba(0,0,0,0.06); box-shadow: var(--shadow-md); padding: 28px; transition: all 0.25s; animation: fadeIn 0.4s ease-out; }
.scenario-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.scenario-card.hidden { display: none; }
.scenario-header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.scenario-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: 0.85rem; flex-shrink: 0; }
.scenario-meta { font-size: 0.82rem; color: var(--muted); }
.scenario-meta strong { display: block; color: var(--navy); font-size: 0.9rem; }
.scenario-meta-sub { color: var(--muted); }
.scenario-tag { display: inline-block; padding: 4px 14px; border-radius: 100px; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 14px; background: var(--amber-soft); color: #92400E; }
.scenario-title { font-size: 1.15rem; margin-bottom: 10px; color: var(--navy); }
.scenario-body { font-size: 0.95rem; line-height: 1.75; color: var(--slate); margin-bottom: 20px; }

/* Options */
.scenario-options { display: flex; flex-direction: column; gap: 10px; }
.scenario-option { display: flex; align-items: center; gap: 12px; width: 100%; padding: 14px 16px; background: var(--light); border: 2px solid transparent; border-radius: var(--radius-md); font-family: var(--font-body); font-size: 0.9rem; color: var(--slate); cursor: pointer; transition: all 0.15s; position: relative; overflow: hidden; text-align: left; }
.scenario-option:hover { border-color: var(--teal-light); background: var(--white); transform: translateX(3px); }
.option-letter { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: var(--white); border: 2px solid #E2E8F0; font-weight: 600; font-size: 0.8rem; color: var(--muted); flex-shrink: 0; transition: all 0.15s; }
.scenario-option:hover .option-letter { border-color: var(--teal); color: var(--teal); }
.option-text { flex: 1; }
.option-bar { display: none; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: #E2E8F0; }
.option-bar-fill { height: 100%; background: var(--teal-light); border-radius: 0 2px 2px 0; transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
.option-percentage { display: none; font-size: 0.8rem; font-weight: 600; color: var(--muted); white-space: nowrap; flex-shrink: 0; }

/* Voted state */
.scenario-option.voted { cursor: default; padding-bottom: 20px; }
.scenario-option.voted:hover { transform: none; }
.scenario-option.voted .option-bar { display: block; }
.scenario-option.voted .option-percentage { display: block; }
.scenario-option.voted .option-letter { background: var(--light); }
.scenario-option.user-choice { border-color: var(--teal); background: rgba(13,148,136,0.04); }
.scenario-option.user-choice .option-letter { background: var(--teal); color: var(--white); border-color: var(--teal); }
.scenario-option.recommended { border-color: var(--green); background: var(--green-soft); }
.scenario-option.recommended .option-letter { background: var(--green); color: var(--white); border-color: var(--green); }
.scenario-option.recommended .option-bar-fill { background: var(--green); }
.scenario-option.recommended .option-text { font-weight: 600; color: #065F46; }

/* Explanation */
.scenario-explanation { margin-top: 20px; padding: 18px; background: var(--warm-deeper); border-left: 4px solid var(--amber); border-radius: var(--radius-sm); display: flex; gap: 12px; animation: slideUp 0.3s ease-out; }
.explanation-icon { font-size: 1.3rem; flex-shrink: 0; }
.explanation-content strong { display: block; color: var(--navy); margin-bottom: 4px; font-size: 0.9rem; }
.explanation-content p { font-size: 0.9rem; line-height: 1.7; color: var(--slate); margin: 0; }

/* Stats */
.scenario-stats { display: flex; gap: 20px; padding-top: 16px; border-top: 1px solid var(--light); margin-top: 16px; font-size: 0.82rem; color: var(--muted); }
.stat-item { display: flex; align-items: center; gap: 6px; }

/* Empty state */
.empty-state { text-align: center; padding: 60px 20px; }
.empty-icon { font-size: 3rem; margin-bottom: 16px; }
.empty-state h3 { margin-bottom: 8px; }
.empty-state p { color: var(--muted); }

/* Feed CTA */
.feed-cta { margin-top: 20px; }
.feed-cta-card { background: linear-gradient(135deg, var(--navy), #1E3A5F); padding: 36px; border-radius: var(--radius-lg); text-align: center; color: var(--white); }
.feed-cta-card h3 { color: var(--white); margin-bottom: 10px; }
.feed-cta-card p { color: rgba(255,255,255,0.7); margin-bottom: 24px; }
.feed-cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ======= BUTTONS ======= */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 28px; border: 2px solid transparent; border-radius: var(--radius-md); font-family: var(--font-body); font-size: 0.95rem; font-weight: 600; cursor: pointer; transition: all 0.15s; text-decoration: none; white-space: nowrap; }
.btn:hover { text-decoration: none; }
.btn-primary { background: var(--teal); color: var(--white); }
.btn-primary:hover { background: var(--teal-dark); color: var(--white); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(13,148,136,0.3); }
.btn-outline { background: transparent; color: var(--slate); border-color: rgba(0,0,0,0.12); }
.btn-outline:hover { border-color: var(--teal); color: var(--teal); }
.btn-block { width: 100%; }
.btn-lg { padding: 16px 32px; font-size: 1.05rem; }
.btn-sm { padding: 8px 16px; font-size: 0.85rem; }
.btn:disabled, .btn.loading { opacity: 0.6; cursor: not-allowed; pointer-events: none; }
.btn.loading::after { content: ''; width: 16px; height: 16px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spin 0.6s linear infinite; }

/* ======= BADGES ======= */
.badge { display: inline-block; padding: 4px 12px; border-radius: 100px; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.badge-premium { background: var(--amber-soft); color: #92400E; }
.badge-free { background: var(--green-soft); color: #065F46; }

/* ======= GUIDES PAGE ======= */
.membership-check-section { padding: 0 0 20px; background: var(--white); }
.membership-check-bar { max-width: 680px; margin: 0 auto; display: flex; align-items: center; gap: 12px; padding: 14px 20px; background: var(--light); border-radius: var(--radius-md); font-size: 0.9rem; color: var(--muted); flex-wrap: wrap; }
.membership-check-form { display: flex; gap: 8px; flex: 1; min-width: 240px; }
.membership-check-form input { flex: 1; padding: 8px 14px; border: 2px solid #E2E8F0; border-radius: var(--radius-sm); font-family: var(--font-body); font-size: 0.9rem; }
.membership-check-form input:focus { outline: none; border-color: var(--teal); }

.guides-section { padding: 40px 0 60px; background: var(--white); }
.guides-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; margin-bottom: 60px; }
.guide-card { display: flex; flex-direction: column; background: var(--white); border: 1px solid rgba(0,0,0,0.06); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); transition: all 0.25s; text-decoration: none; color: inherit; }
.guide-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); color: inherit; text-decoration: none; }
.guide-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.guide-category-tag { display: inline-block; padding: 4px 12px; border-radius: 100px; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; background: rgba(13,148,136,0.1); color: var(--teal-dark); }
.guide-card h3 { font-size: 1.1rem; margin-bottom: 8px; color: var(--navy); }
.guide-card p { font-size: 0.9rem; line-height: 1.6; color: var(--muted); flex: 1; margin: 0; }
.guide-card-footer { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--light); }
.guide-read-more { font-size: 0.88rem; font-weight: 600; color: var(--teal); }

/* Section helpers */
.section { padding: 80px 0; }
.section--alt { background: var(--light); }
.section-header { text-align: center; margin-bottom: 48px; }
.section-label { display: block; font-weight: 600; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--teal); margin-bottom: 12px; }
.section-subtitle { font-size: 1.05rem; color: var(--muted); max-width: 560px; margin: 0 auto; }

/* Pricing */
.pricing-section { padding: 80px 0; background: var(--light); }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; max-width: 700px; margin: 0 auto; }
.pricing-card { background: var(--white); border-radius: var(--radius-lg); border: 2px solid transparent; box-shadow: var(--shadow-md); padding: 36px; transition: all 0.25s; position: relative; }
.pricing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-xl); }
.pricing-card--popular { border-color: var(--teal); }
.pricing-popular-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--teal); color: var(--white); padding: 4px 18px; border-radius: 100px; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.pricing-header { text-align: center; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--light); }
.pricing-header h3 { margin-bottom: 8px; }
.pricing-amount { font-size: 3rem; font-weight: 700; color: var(--teal); font-family: var(--font-heading); line-height: 1; }
.pricing-amount span { font-size: 1rem; color: var(--muted); font-weight: 400; }
.pricing-features { margin-bottom: 28px; }
.pricing-features li { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; font-size: 0.92rem; color: var(--slate); }

/* ======= GUIDE DETAIL ======= */
.guide-detail-section { padding: 40px 0 80px; background: var(--white); }
.back-link { display: inline-flex; align-items: center; gap: 6px; color: var(--teal); font-weight: 500; margin-bottom: 24px; }
.back-link:hover { transform: translateX(-3px); }
.guide-detail-header { margin-bottom: 32px; }
.guide-detail-header h1 { margin-top: 12px; margin-bottom: 12px; }
.guide-detail-desc { font-size: 1.05rem; color: var(--muted); line-height: 1.7; }
.guide-content { margin-bottom: 32px; }
.markdown-content { line-height: 1.85; font-size: 0.95rem; }
.markdown-content h2 { margin-top: 32px; margin-bottom: 12px; font-size: 1.4rem; }
.markdown-content h3 { margin-top: 24px; margin-bottom: 10px; font-size: 1.15rem; }
.markdown-content strong { color: var(--navy); }
.markdown-content li { margin-bottom: 6px; padding-left: 8px; }
.guide-full-content { background: var(--white); border-radius: var(--radius-lg); padding: 36px; border: 1px solid rgba(0,0,0,0.06); box-shadow: var(--shadow-sm); margin-bottom: 32px; position: relative; }
.content-locked { max-height: 300px; overflow: hidden; }
.content-locked::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 150px; background: linear-gradient(transparent, var(--white)); pointer-events: none; }

/* Paywall */
.paywall-overlay { background: var(--light); border-radius: var(--radius-lg); padding: 48px; text-align: center; margin-bottom: 32px; }
.paywall-lock { font-size: 3rem; margin-bottom: 16px; }
.paywall-content h3 { margin-bottom: 8px; }
.paywall-content p { color: var(--muted); margin-bottom: 24px; }
.paywall-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Templates */
.templates-section { padding: 32px 0; }
.templates-section h2 { margin-bottom: 24px; }
.templates-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.template-card { background: var(--light); border-radius: var(--radius-md); padding: 24px; }
.template-icon { font-size: 2rem; margin-bottom: 12px; }
.template-card h4 { font-size: 1rem; margin-bottom: 6px; }
.template-card p { font-size: 0.85rem; color: var(--muted); margin-bottom: 14px; }

/* Modal */
.modal { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.5); }
.modal-content { position: relative; background: var(--white); border-radius: var(--radius-lg); padding: 36px; max-width: 420px; width: 90%; box-shadow: var(--shadow-xl); }
.modal-close { position: absolute; top: 16px; right: 16px; background: none; border: none; font-size: 1.5rem; color: var(--muted); cursor: pointer; }
.form-message { margin-top: 16px; padding: 12px; border-radius: var(--radius-sm); font-size: 0.9rem; }

/* ======= BOOKING PAGE ======= */
.booking-section { padding: 60px 0 80px; background: var(--white); }
.booking-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
.booking-info { position: sticky; top: 88px; }
.booking-mary-card { text-align: center; padding: 32px; background: var(--light); border-radius: var(--radius-lg); margin-bottom: 28px; }
.mary-avatar { width: 80px; height: 80px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: 1.8rem; margin: 0 auto 14px; }
.mary-role { color: var(--muted); font-size: 0.9rem; }
.booking-details h4 { margin-bottom: 16px; color: var(--navy); }
.booking-expect-list { display: flex; flex-direction: column; gap: 16px; margin-bottom: 28px; }
.booking-expect-list li { display: flex; gap: 14px; align-items: flex-start; }
.expect-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.booking-expect-list li strong { display: block; color: var(--navy); font-size: 0.92rem; margin-bottom: 2px; }
.booking-expect-list li p { font-size: 0.85rem; color: var(--muted); margin: 0; }
.booking-pricing { background: var(--warm-deeper); border-radius: var(--radius-md); padding: 20px; margin-bottom: 24px; text-align: center; }
.price-from { font-size: 1.8rem; font-weight: 700; color: var(--teal); font-family: var(--font-heading); }
.price-label { display: block; font-size: 0.85rem; color: var(--muted); }
.pricing-note { font-size: 0.82rem; color: var(--muted); margin-top: 8px; }
.booking-topics h4 { margin-bottom: 12px; }
.topic-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.topic-tag { padding: 6px 14px; background: var(--light); border-radius: 100px; font-size: 0.8rem; color: var(--slate); font-weight: 500; }
.booking-form-wrapper {}
.booking-form-card { background: var(--white); border: 1px solid rgba(0,0,0,0.06); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-md); }
.booking-form-card h3 { margin-bottom: 8px; }
.booking-form-card > p { color: var(--muted); font-size: 0.9rem; margin-bottom: 24px; }
.form-note { font-size: 0.8rem; color: var(--muted); text-align: center; margin-top: 12px; }
.success-message { text-align: center; padding: 32px; }
.success-icon { font-size: 3rem; margin-bottom: 12px; }
.success-message h3 { margin-bottom: 8px; }
.success-message p { color: var(--muted); }

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

/* ======= FORMS ======= */
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: 600; color: var(--navy); margin-bottom: 6px; font-size: 0.9rem; }
.form-input { width: 100%; padding: 12px 16px; border: 2px solid #E2E8F0; border-radius: var(--radius-sm); font-family: var(--font-body); font-size: 0.95rem; color: var(--slate); background: var(--white); transition: border-color 0.15s; }
.form-input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(13,148,136,0.1); }
textarea.form-input { min-height: 100px; resize: vertical; }
select.form-input { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2364748B' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-card { background: var(--white); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-md); border: 1px solid rgba(0,0,0,0.06); }
@media (max-width: 768px) { .form-row { grid-template-columns: 1fr; } }

/* ======= CORPORATE PAGE ======= */
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.benefit-card { background: var(--white); padding: 28px; border-radius: var(--radius-lg); border: 1px solid rgba(0,0,0,0.06); box-shadow: var(--shadow-sm); transition: all 0.25s; }
.benefit-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.benefit-icon { font-size: 2rem; margin-bottom: 16px; }
.benefit-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.benefit-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.65; margin: 0; }

.corp-pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.corp-card { background: var(--white); border: 2px solid transparent; border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-md); transition: all 0.25s; position: relative; }
.corp-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-xl); }
.corp-card--featured { border-color: var(--teal); }
.corp-featured-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--teal); color: var(--white); padding: 4px 18px; border-radius: 100px; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; }
.corp-card h3 { color: var(--teal); margin-bottom: 8px; }
.corp-card-desc { color: var(--muted); font-size: 0.9rem; margin-bottom: 20px; }
.corp-features { margin-bottom: 24px; }
.corp-features li { padding: 8px 0; font-size: 0.9rem; color: var(--slate); }

.trust-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.trust-item { padding: 20px; }
.trust-number { display: block; font-family: var(--font-heading); font-size: 2rem; font-weight: 700; color: var(--teal); margin-bottom: 4px; }
.trust-label { font-size: 0.85rem; color: var(--muted); }
@media (max-width: 768px) { .trust-bar { grid-template-columns: repeat(2, 1fr); } }

/* ======= ABOUT PAGE ======= */
.about-section { padding: 60px 0 80px; background: var(--white); }
.about-profile { display: flex; gap: 24px; align-items: center; margin-bottom: 48px; padding: 32px; background: var(--light); border-radius: var(--radius-lg); }
.about-avatar { width: 100px; height: 100px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: 2.4rem; flex-shrink: 0; }
.about-profile-info h2 { margin-bottom: 4px; }
.about-role { color: var(--muted); font-size: 0.9rem; margin-bottom: 14px; }
.credential-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.credential-badge { padding: 5px 14px; background: var(--white); border-radius: 100px; font-size: 0.75rem; font-weight: 600; color: var(--teal-dark); border: 1px solid rgba(13,148,136,0.2); }
@media (max-width: 768px) { .about-profile { flex-direction: column; text-align: center; } .credential-badges { justify-content: center; } }

.about-story { margin-bottom: 48px; }
.story-block { margin-bottom: 32px; }
.story-block h3 { margin-bottom: 14px; }
.story-block p { line-height: 1.8; margin-bottom: 12px; }
.story-quote-block blockquote { font-size: 1.2rem; font-style: italic; color: var(--teal-dark); padding: 28px; border-left: 4px solid var(--teal); background: var(--warm-deeper); border-radius: var(--radius-sm); margin: 32px 0; line-height: 1.7; }

/* Timeline */
.about-timeline { margin: 40px 0; }
.about-timeline h3 { margin-bottom: 24px; }
.timeline { position: relative; padding-left: 32px; }
.timeline::before { content: ''; position: absolute; left: 7px; top: 8px; bottom: 8px; width: 2px; background: var(--teal-light); }
.timeline-item { position: relative; margin-bottom: 28px; }
.timeline-dot { position: absolute; left: -32px; top: 6px; width: 16px; height: 16px; border-radius: 50%; background: var(--teal); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--teal-light); }
.timeline-content {}
.timeline-label { display: inline-block; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--teal); margin-bottom: 4px; }
.timeline-content h4 { font-size: 1.05rem; margin-bottom: 6px; color: var(--navy); }
.timeline-content p { font-size: 0.88rem; color: var(--muted); line-height: 1.65; margin: 0; }

.about-cta { text-align: center; padding: 40px; background: var(--light); border-radius: var(--radius-lg); }
.about-cta h3 { margin-bottom: 8px; }
.about-cta p { color: var(--muted); margin-bottom: 20px; }
.about-cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ======= DISCLAIMER ======= */
.legal-content { background: var(--white); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-sm); border: 1px solid rgba(0,0,0,0.06); }
.disclaimer-highlight { background: var(--warm-deeper); border-left: 4px solid var(--amber); padding: 20px; border-radius: var(--radius-sm); margin-bottom: 32px; }
.disclaimer-highlight p { margin: 0; font-size: 0.95rem; line-height: 1.7; }
.legal-content h2 { margin-top: 32px; margin-bottom: 12px; color: var(--teal-dark); font-size: 1.3rem; }
.legal-content p { line-height: 1.8; margin-bottom: 14px; }
.legal-content ul { margin-bottom: 14px; padding-left: 24px; list-style: disc; }
.legal-content li { margin-bottom: 8px; line-height: 1.7; }
.legal-updated { color: var(--muted); font-size: 0.85rem; margin-top: 40px; font-style: italic; }

/* ======= 404 ======= */
.error-page { padding: 100px 0; text-align: center; background: var(--white); }
.error-icon { font-size: 4rem; margin-bottom: 20px; }
.error-page h1 { margin-bottom: 12px; }
.error-page p { color: var(--muted); margin-bottom: 28px; }
.error-actions { display: flex; gap: 12px; justify-content: center; }

/* ======= FOOTER ======= */
.site-footer { background: var(--navy); color: rgba(255,255,255,0.8); padding: 60px 0 32px; margin-top: 0; }
.footer-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.footer-logo { font-family: var(--font-heading); font-size: 1.4rem; font-weight: 700; color: var(--teal-light); display: block; margin-bottom: 12px; }
.footer-tagline { color: rgba(255,255,255,0.6); font-size: 0.9rem; line-height: 1.6; margin-bottom: 12px; }
.footer-email { color: var(--teal-light); font-size: 0.9rem; }
.footer-email:hover { text-decoration: underline; }
.footer-links-col h4 { color: var(--white); font-size: 0.92rem; margin-bottom: 16px; }
.footer-links-col a { display: block; color: rgba(255,255,255,0.6); font-size: 0.88rem; margin-bottom: 10px; transition: color 0.15s; }
.footer-links-col a:hover { color: var(--teal-light); }
.footer-disclaimer { padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.1); margin-bottom: 16px; }
.footer-disclaimer p { font-size: 0.82rem; color: rgba(255,255,255,0.45); line-height: 1.6; font-style: italic; margin: 0; }
.footer-bottom p { font-size: 0.82rem; color: rgba(255,255,255,0.4); margin: 0; }
@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ======= TOAST ======= */
#toast-container { position: fixed; bottom: 24px; right: 24px; z-index: 10000; display: flex; flex-direction: column; gap: 10px; }
.toast { min-width: 300px; background: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-xl); padding: 14px 20px; display: flex; align-items: center; gap: 12px; animation: slideIn 0.3s ease-out; }
.toast-success { border-left: 4px solid var(--green); }
.toast-error { border-left: 4px solid var(--coral); }
.toast-info { border-left: 4px solid var(--teal); }
@media (max-width: 768px) { #toast-container { right: 12px; left: 12px; bottom: 12px; } .toast { min-width: 0; } }

/* ======= ANIMATIONS ======= */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slideIn { from { opacity: 0; transform: translateX(100px); } to { opacity: 1; transform: translateX(0); } }
@keyframes fillBar { from { width: 0; } }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } }

/* ======= HOMEPAGE NEW SECTIONS ======= */

/* Intro paragraph */
.intro-section { padding: 36px 0 28px; background: var(--white); }
.intro-paragraph { font-size: 1.1rem; line-height: 1.8; color: var(--slate); text-align: center; border-left: 4px solid var(--teal); padding-left: 20px; text-align: left; }

/* Section headings */
.section-heading { margin-bottom: 12px; }
.section-subheading { font-size: 1rem; color: var(--muted); margin-bottom: 0; }

/* Features / What You'll Find Here */
.features-section { padding: 56px 0 48px; background: var(--warm); }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 36px; }
.feature-card { background: var(--white); border-radius: var(--radius-lg); padding: 28px 24px; box-shadow: var(--shadow-md); transition: box-shadow 0.2s, transform 0.2s; }
.feature-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.feature-icon { font-size: 2rem; margin-bottom: 14px; line-height: 1; }
.feature-card h3 { font-size: 1.05rem; margin-bottom: 10px; color: var(--navy); }
.feature-card p { font-size: 0.92rem; color: var(--muted); line-height: 1.6; margin: 0; }
@media (max-width: 900px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .features-grid { grid-template-columns: 1fr; } }

/* Why This Matters */
.why-matters-section { padding: 48px 0; background: var(--white); }
.why-matters-card { background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%); color: var(--white); border-radius: var(--radius-lg); padding: 40px 48px; text-align: center; }
.why-matters-card h2 { color: var(--white); margin-bottom: 16px; }
.why-matters-card p { font-size: 1.05rem; line-height: 1.75; color: rgba(255,255,255,0.92); margin: 0; }
@media (max-width: 600px) { .why-matters-card { padding: 28px 24px; } }

/* Feed section heading */
.feed-section { padding-top: 48px; }

/* CTA Banner */
.cta-banner-section { padding: 64px 0; background: var(--warm-deeper); }
.cta-banner-text { font-size: 1.4rem; font-weight: 600; font-family: var(--font-heading); color: var(--navy); margin-bottom: 8px; }
.cta-banner-subtext { font-size: 1rem; color: var(--muted); margin-bottom: 28px; }
.btn--lg { padding: 16px 36px; font-size: 1.05rem; }

/* Trust Builder */
.trust-section { padding: 32px 0 48px; background: var(--white); }
.trust-badge { display: inline-flex; align-items: flex-start; gap: 16px; background: var(--green-soft); border-radius: var(--radius-lg); padding: 20px 28px; text-align: left; max-width: 600px; margin: 0 auto; }
.trust-icon { font-size: 1.6rem; flex-shrink: 0; margin-top: 2px; }
.trust-badge p { font-size: 0.92rem; color: #065F46; line-height: 1.6; margin: 0; }
@media (max-width: 480px) { .trust-badge { flex-direction: column; gap: 10px; } }
