/*
Theme Name: BC Joint Health
Theme URI: https://bcjointhealth.ca
Author: BC Joint Health
Description: Custom theme for BC Joint Health - Vancouver's First Arthrosamid Clinic
Version: 1.0.0
Text Domain: bcjointhealth
*/

/* ========================================
   CSS CUSTOM PROPERTIES
   ======================================== */
:root {
    --orange: #EB7122;
    --orange-light: #F28C4E;
    --orange-dark: #D4631B;
    --orange-glow: rgba(235, 113, 34, 0.15);
    --charcoal: #494949;
    --charcoal-dark: #333333;
    --charcoal-deeper: #2A2A2A;
    --grey-700: #555555;
    --grey-500: #777777;
    --grey-400: #999999;
    --grey-300: #B8B8B8;
    --grey-200: #D9D9D9;
    --grey-100: #EEEEEE;
    --grey-50: #F7F7F7;
    --white: #FFFFFF;
    --off-white: #FAFAFA;
    --warm-white: #FDF9F5;
    --text-dark: #2D2D2D;
    --text-body: #555555;
    --text-muted: #888888;
}

/* ========================================
   RESET & BASE
   ======================================== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Figtree', sans-serif; color: var(--text-dark); background: var(--white); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

/* ========================================
   TOP BAR
   ======================================== */
.top-bar { background: var(--orange); padding: 8px 0; font-size: 13px; color: var(--white); border-bottom: none; }
.top-bar .container { display: flex; justify-content: space-between; align-items: center; }
.top-bar-links { display: flex; align-items: center; gap: 20px; }
.top-bar a { color: var(--white); text-decoration: none; font-weight: 600; transition: opacity 0.2s; display: inline-flex; align-items: center; gap: 6px; }
.top-bar a:hover { opacity: 0.85; }
.top-bar a svg { width: 14px; height: 14px; }

/* ========================================
   HEADER
   ======================================== */
header { position: sticky; top: 0; z-index: 100; background: #494849; height: 90px; display: flex; align-items: center; border-bottom: none; box-shadow: 0 2px 12px rgba(0,0,0,0.15); overflow: hidden; }
header .container { display: flex; justify-content: space-between; align-items: center; width: 100%; height: 90px; }
.logo-link { display: inline-flex; align-items: center; }
.logo-img { height: 120px; width: auto; object-fit: contain; margin: -15px 0; }
nav { display: flex; align-items: center; gap: 10px; }
nav a { font-size: 14px; font-weight: 600; color: var(--white); background: var(--orange); padding: 10px 22px; border-radius: 50px; transition: all 0.2s; }
nav a:hover { background: var(--orange-dark); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(235,113,34,0.3); }
nav a.active { background: var(--orange-dark); box-shadow: 0 0 0 2px var(--white); }
.nav-cta { background: var(--orange) !important; color: var(--white) !important; padding: 10px 24px; border-radius: 50px; font-weight: 600 !important; font-size: 14px; }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; z-index: 101; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); margin: 5px 0; transition: all 0.3s; }

/* ========================================
   BUTTONS
   ======================================== */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--orange); color: var(--white); padding: 16px 36px; border-radius: 50px; font-weight: 600; font-size: 15px; border: none; cursor: pointer; transition: all 0.2s; }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(235,113,34,0.3); }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--orange); padding: 14px 32px; border-radius: 10px; font-weight: 600; font-size: 14px; border: 2px solid var(--orange); cursor: pointer; transition: all 0.2s; }
.btn-outline:hover { background: var(--orange); color: var(--white); }

/* ========================================
   SECTIONS (shared)
   ======================================== */
.section { padding: 64px 0; }
.section-tag { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; color: var(--orange); font-weight: 700; margin-bottom: 12px; }
.section-title { font-family: 'Playfair Display', serif; font-size: 40px; font-weight: 700; color: var(--text-dark); margin-bottom: 16px; line-height: 1.2; }
.section-desc { font-size: 17px; color: var(--text-body); line-height: 1.7; max-width: 580px; }

/* ========================================
   PAGE HERO (arthrosamid, process, contact)
   ======================================== */
.page-hero { background: var(--charcoal-dark); padding: 72px 0; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: -40%; right: -10%; width: 500px; height: 500px; background: radial-gradient(circle, var(--orange-glow) 0%, transparent 70%); pointer-events: none; }
.page-hero .container { position: relative; z-index: 1; text-align: center; }
.page-hero .section-tag { color: var(--orange-light); }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 700; color: var(--white); margin-bottom: 16px; line-height: 1.2; }
.page-hero p { font-size: 17px; color: var(--grey-400); line-height: 1.7; max-width: 640px; margin: 0 auto; }

/* ========================================
   HOMEPAGE HERO
   ======================================== */
.hero { background: var(--charcoal-dark); position: relative; overflow: hidden; padding: 80px 0 48px; }
.hero::before { content: ''; position: absolute; top: -40%; left: -10%; width: 600px; height: 600px; background: radial-gradient(circle, var(--orange-glow) 0%, transparent 70%); pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: -30%; right: -5%; width: 500px; height: 500px; background: radial-gradient(circle, var(--orange-glow) 0%, transparent 70%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1); padding: 8px 16px; border-radius: 100px; font-size: 13px; color: var(--grey-300); margin-bottom: 24px; }
.hero-badge-dot { width: 8px; height: 8px; background: #4ADE80; border-radius: 50%; animation: pulse-dot 2s ease-in-out infinite; }
@keyframes pulse-dot { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:0.6; transform:scale(1.3); } }
.hero h1 { font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 700; line-height: 1.15; color: var(--white); margin-bottom: 20px; }
.hero h1 em { color: var(--orange); font-style: italic; }
.hero-sub { font-size: 17px; color: var(--grey-400); line-height: 1.7; margin-bottom: 36px; max-width: 520px; }
.hero-card { background: rgba(255,255,255,0.06); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 36px; }
.hero-card-badge { display: inline-block; background: var(--orange); color: var(--white); padding: 6px 14px; border-radius: 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 20px; }
.hero-card-visual { width: 100%; border-radius: 12px; margin-bottom: 24px; overflow: hidden; background: #fff; }
.hero-card-visual img { width: 100%; height: auto; display: block; border-radius: 12px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hero-stat { text-align: center; }
.hero-stat-num { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.hero-stat-label { font-size: 13px; color: var(--grey-400); }
.hero-trust { margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; gap: 32px; flex-wrap: wrap; position: relative; z-index: 1; }
.hero-trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--grey-400); }
.hero-trust-item svg { width: 18px; height: 18px; }

/* HERO CONTACT BOX */
.hero-contact-box { margin-top: 32px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; padding: 16px 24px; max-width: 480px; }
.hero-contact-label { color: var(--grey-400); font-size: 17px; font-weight: 400; line-height: 1.5; margin-bottom: 10px; }
.hero-contact-links { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-contact-link { display: inline-flex; align-items: center; gap: 8px; color: var(--white); background: var(--orange); padding: 10px 22px; border-radius: 12px; font-weight: 600; font-size: 14px; user-select: text; cursor: default; letter-spacing: 0.3px; }
.hero-contact-link svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ========================================
   OA STATS (homepage)
   ======================================== */
.oa-stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 48px; text-align: center; }
.oa-stat { padding: 32px 24px; background: var(--white); border-radius: 16px; border: 1px solid var(--grey-100); box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.oa-stat-num { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 700; color: var(--orange); line-height: 1; margin-bottom: 8px; }
.oa-stat-desc { font-size: 15px; color: var(--text-body); line-height: 1.5; }

/* ========================================
   ABOUT / ARTHROSAMID (homepage)
   ======================================== */
.about { background: var(--white); padding: 64px 0; }
.about .container { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-img-inner { width: 100%; height: 400px; background: linear-gradient(135deg, var(--grey-100), var(--grey-200)); border-radius: 20px; display: flex; align-items: center; justify-content: center; color: var(--grey-400); font-size: 14px; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; }
.about-feat { background: var(--white); border: 1px solid var(--grey-100); border-radius: 14px; padding: 24px; transition: all 0.3s; }
.about-feat:hover { border-color: var(--orange); box-shadow: 0 4px 16px rgba(235,113,34,0.08); transform: translateY(-2px); }
.about-feat-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--orange); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.about-feat h4 { font-weight: 700; font-size: 15px; color: var(--text-dark); margin-bottom: 6px; }
.about-feat p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* ========================================
   CANDIDACY (homepage)
   ======================================== */
.candidacy-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 48px; }
.candidacy-card { background: var(--white); border-radius: 16px; padding: 28px 20px; text-align: center; border: 1px solid var(--grey-100); box-shadow: 0 2px 8px rgba(0,0,0,0.04); transition: all 0.2s; }
.candidacy-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.candidacy-icon { margin-bottom: 16px; }
.candidacy-card h4 { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; color: var(--charcoal-dark); margin-bottom: 8px; }
.candidacy-card p { font-size: 14px; color: var(--text-body); line-height: 1.5; }

/* ========================================
   PROCESS (homepage dark section)
   ======================================== */
.process { background: var(--charcoal-dark); padding: 64px 0; }
.process .section-title { color: var(--white); }
.process .section-desc { color: var(--grey-400); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.process-step { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 32px 24px; position: relative; transition: all 0.3s; }
.process-step:hover { background: rgba(255,255,255,0.07); border-color: rgba(235,113,34,0.2); transform: translateY(-4px); }
.step-num { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 700; color: rgba(235,113,34,0.2); margin-bottom: 16px; line-height: 1; }
.process-step h3 { font-weight: 700; font-size: 18px; color: var(--white); margin-bottom: 10px; }
.process-step p { font-size: 14px; color: var(--grey-400); line-height: 1.6; }
.step-line { position: absolute; top: 50%; right: -12px; width: 24px; height: 2px; background: rgba(235,113,34,0.25); }
.process-step:last-child .step-line { display: none; }

/* ========================================
   REVIEWS (homepage)
   ======================================== */
.reviews { background: var(--grey-50); padding: 64px 0; }
.reviews-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 56px; flex-wrap: wrap; gap: 24px; }
.reviews-score-block { display: flex; align-items: center; gap: 12px; }
.reviews-big-num { font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 700; color: var(--text-dark); line-height: 1; }
.reviews-stars { display: flex; gap: 2px; color: #F59E0B; font-size: 18px; }
.reviews-count { font-size: 13px; color: var(--text-muted); }
.reviews-google-mark { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--text-muted); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card { background: var(--white); border-radius: 16px; padding: 28px; border: 1px solid var(--grey-100); transition: all 0.3s; }
.review-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.06); transform: translateY(-2px); }
.review-g-icon { margin-bottom: 12px; }
.review-stars { display: flex; gap: 2px; color: #F59E0B; font-size: 14px; margin-bottom: 16px; }
.review-text { font-size: 15px; font-style: italic; color: var(--text-body); line-height: 1.7; margin-bottom: 20px; }
.review-author { display: flex; align-items: center; gap: 12px; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--grey-200); display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--grey-500); font-size: 14px; }
.review-name { font-weight: 600; font-size: 14px; color: var(--text-dark); }
.reviews-screenshots { grid-template-columns: repeat(5, 1fr); gap: 16px; align-items: start; }
.review-screenshot { border-radius: 12px; overflow: hidden; border: 1px solid var(--grey-200); box-shadow: 0 2px 8px rgba(0,0,0,0.06); transition: all 0.3s; }
.review-screenshot:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.1); transform: translateY(-2px); }
.review-screenshot img { width: 100%; height: auto; display: block; cursor: pointer; }

/* LIGHTBOX */
.lightbox-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.85); z-index: 9999; align-items: center; justify-content: center; cursor: pointer; }
.lightbox-overlay.active { display: flex; }
.lightbox-overlay img { max-width: 90%; max-height: 90vh; border-radius: 12px; box-shadow: 0 8px 40px rgba(0,0,0,0.4); cursor: default; }
.lightbox-close { position: absolute; top: 24px; right: 32px; color: #fff; font-size: 36px; font-weight: 300; cursor: pointer; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,0.1); transition: background 0.2s; }
.lightbox-close:hover { background: rgba(255,255,255,0.25); }
.reviews-cta { text-align: center; margin-top: 40px; }

/* ========================================
   PATIENT GALLERY (homepage)
   ======================================== */
.patient-gallery { background: var(--white); padding: 64px 0; }
.insta-header { text-align: center; margin-bottom: 36px; }
.patient-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 36px; }
.patient-item { aspect-ratio: 1; overflow: hidden; border-radius: 12px; border: 2px solid var(--grey-200); box-shadow: 0 2px 8px rgba(0,0,0,0.06); transition: border-color 0.3s, box-shadow 0.3s; }
.patient-item img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; transition: transform 0.3s; }
.patient-item:hover img { transform: scale(1.05); }
.patient-item:hover { border-color: var(--orange); box-shadow: 0 4px 16px rgba(235,113,34,0.15); }
.patient-item.crop-down img { object-fit: none; width: 100%; height: auto; margin-top: -15%; }
.patient-item.crop-down-more img { object-fit: none; width: 100%; height: auto; margin-top: -20%; }
.patient-placeholder { background: linear-gradient(135deg, var(--grey-100), var(--grey-200)); display: flex; align-items: center; justify-content: center; aspect-ratio: 1; }
.patient-placeholder span { color: var(--grey-400); font-size: 13px; }
.insta-cta { text-align: center; margin-top: 40px; }

/* ========================================
   TEAM (homepage)
   ======================================== */
.team { background: var(--grey-50); padding: 24px 0 64px; }
.team-header { text-align: center; margin-bottom: 48px; }
.team-header .section-desc { margin: 0 auto; }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; max-width: 860px; margin: 0 auto; }
.doc-card { background: var(--white); border-radius: 20px; overflow: hidden; border: 1px solid var(--grey-100); transition: all 0.3s; }
.doc-card:hover { box-shadow: 0 12px 32px rgba(0,0,0,0.08); transform: translateY(-4px); }
.doc-photo { width: 100%; height: 320px; background: linear-gradient(135deg, var(--grey-100), var(--grey-200)); overflow: hidden; }
.doc-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.doc-info { padding: 28px; }
.doc-info h3 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--text-dark); margin-bottom: 4px; }
.doc-title { font-size: 14px; color: var(--orange); font-weight: 600; margin-bottom: 12px; }
.doc-info p { font-size: 14px; color: var(--text-body); line-height: 1.7; }

/* ========================================
   CTA SECTION (shared)
   ======================================== */
.cta-section { background: var(--charcoal-dark); padding: 64px 0; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 600px; height: 600px; background: radial-gradient(circle, var(--orange-glow) 0%, transparent 70%); pointer-events: none; }
.cta-section .container { position: relative; z-index: 1; }
.cta-section h2 { font-family: 'Playfair Display', serif; font-size: 40px; font-weight: 700; color: var(--white); margin-bottom: 16px; }
.cta-section p { font-size: 17px; color: var(--grey-400); line-height: 1.7; max-width: 580px; margin: 0 auto; }
.cta-contact { display: flex; gap: 20px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
.cta-contact-btn { display: inline-flex; align-items: center; gap: 10px; color: var(--orange); background: var(--white); padding: 16px 32px; border-radius: 50px; font-weight: 600; font-size: 17px; transition: all 0.2s; border: 2px solid rgba(235,113,34,0.2); }
.cta-contact-btn:hover { background: var(--orange); color: var(--white); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(235,113,34,0.3); }
span.cta-contact-btn { cursor: default; user-select: text; }
span.cta-contact-btn:hover { background: var(--white); color: var(--orange); transform: none; box-shadow: none; }
.cta-contact-btn svg { width: 20px; height: 20px; flex-shrink: 0; }

/* ========================================
   FOOTER
   ======================================== */
footer { background: var(--charcoal-deeper); padding: 72px 0 0; color: var(--grey-400); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 56px; }
.footer-brand-text { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.footer-brand-sub { font-size: 13px; color: var(--orange); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.footer-brand p { font-size: 14px; line-height: 1.7; color: var(--grey-400); margin-bottom: 24px; max-width: 300px; }
.footer-socials { display: flex; gap: 12px; }
.footer-soc { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; color: var(--grey-400); transition: all 0.2s; }
.footer-soc svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; }
.footer-soc:hover { background: var(--orange); color: var(--white); }
.footer-col h4 { font-weight: 700; font-size: 14px; color: var(--white); margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; }
.footer-col a { display: block; color: var(--grey-400); font-size: 14px; margin-bottom: 12px; transition: color 0.2s; }
.footer-col a:hover { color: var(--orange-light); }
.footer-address { font-size: 13.5px; line-height: 1.65; color: var(--grey-400); margin-top: 4px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 24px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 13px; color: var(--grey-500); }
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a { font-size: 13px; color: var(--grey-500); transition: color 0.2s; }
.footer-bottom-links a:hover { color: var(--grey-300); }

/* ========================================
   ARTHROSAMID PAGE — What Is Section
   ======================================== */
.what-is { padding: 96px 0; background: var(--white); }
.what-is-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.what-is-content .section-title { margin-bottom: 24px; }
.what-is-content p { font-size: 16px; color: var(--text-body); line-height: 1.8; margin-bottom: 16px; }
.what-is-img { border-radius: 20px; overflow: hidden; }
.what-is-img img { width: 100%; height: auto; border-radius: 20px; }

/* ========================================
   ARTHROSAMID PAGE — Feature Cards
   ======================================== */
.features { padding: 96px 0; background: var(--grey-50); }
.features-header { text-align: center; margin-bottom: 56px; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.feature-card { background: var(--white); border-radius: 20px; padding: 40px 32px; border: 1px solid var(--grey-100); transition: all 0.3s; text-align: center; }
.feature-card:hover { border-color: var(--orange); box-shadow: 0 8px 32px rgba(235,113,34,0.1); transform: translateY(-4px); }
.feature-icon { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 50%; background: var(--orange-glow); color: var(--orange); margin-bottom: 20px; }
.feature-icon svg { width: 28px; height: 28px; }
.feature-card h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: var(--text-dark); margin-bottom: 12px; }
.feature-card p { font-size: 15px; color: var(--text-body); line-height: 1.7; }

/* ========================================
   ARTHROSAMID PAGE — How It Works
   ======================================== */
.how-works { padding: 96px 0; background: var(--charcoal-dark); }
.how-works-header { text-align: center; margin-bottom: 48px; }
.how-works .section-tag { color: var(--orange-light); }
.how-works .section-title { color: var(--white); }
.how-works-content { max-width: 800px; margin: 0 auto; }
.how-works-content p { font-size: 17px; color: var(--grey-300); line-height: 1.8; margin-bottom: 20px; text-align: center; }
.how-works-highlight { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 32px 40px; margin-top: 40px; }
.how-works-highlight p { font-size: 18px; color: var(--orange-light); font-weight: 500; line-height: 1.7; margin-bottom: 0; font-style: italic; }

/* ========================================
   ARTHROSAMID PAGE — Benefits
   ======================================== */
.benefits { padding: 96px 0; background: var(--white); }
.benefits-header { text-align: center; margin-bottom: 56px; }
.benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; max-width: 900px; margin: 0 auto; }
.benefit-item { display: flex; gap: 20px; align-items: flex-start; padding: 28px; background: var(--grey-50); border-radius: 16px; border: 1px solid var(--grey-100); transition: all 0.3s; }
.benefit-item:hover { border-color: var(--orange); box-shadow: 0 4px 16px rgba(235,113,34,0.08); }
.benefit-icon { flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; }
.benefit-icon svg { width: 22px; height: 22px; color: var(--white); stroke: var(--white); fill: none; stroke-width: 2; }
.benefit-text h3 { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.benefit-text p { font-size: 15px; color: var(--text-body); line-height: 1.7; }

/* ========================================
   ARTHROSAMID PAGE — Results Stats
   ======================================== */
.results-stats { padding: 96px 0; background: var(--charcoal-dark); position: relative; overflow: hidden; }
.results-stats::before { content: ''; position: absolute; top: -30%; left: -10%; width: 500px; height: 500px; background: radial-gradient(circle, var(--orange-glow) 0%, transparent 70%); pointer-events: none; }
.results-stats .container { position: relative; z-index: 1; }
.results-stats-header { text-align: center; margin-bottom: 56px; }
.results-stats .section-tag { color: var(--orange-light); }
.results-stats .section-title { color: var(--white); }
.results-stats .section-desc { color: var(--grey-400); margin: 0 auto; text-align: center; max-width: 700px; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-bottom: 56px; }
.stat-box { text-align: center; padding: 32px 20px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; }
.stat-number { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 700; color: var(--orange); line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 14px; color: var(--grey-300); line-height: 1.5; font-weight: 500; }

/* ========================================
   ARTHROSAMID PAGE — Clinical Evidence
   ======================================== */
.clinical-evidence { padding: 96px 0; background: var(--white); }
.clinical-header { text-align: center; margin-bottom: 56px; }
.evidence-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; max-width: 960px; margin: 0 auto; }
.evidence-card { background: var(--grey-50); border-radius: 20px; padding: 36px 32px; border: 1px solid var(--grey-100); transition: all 0.3s; }
.evidence-card:hover { border-color: var(--orange); box-shadow: 0 8px 24px rgba(235,113,34,0.08); }
.evidence-card h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: var(--text-dark); margin-bottom: 12px; }
.evidence-card p { font-size: 15px; color: var(--text-body); line-height: 1.7; margin-bottom: 12px; }
.evidence-source { font-size: 12px; color: var(--text-muted); font-style: italic; line-height: 1.5; padding-top: 12px; border-top: 1px solid var(--grey-200); }
.evidence-source a { color: var(--orange); text-decoration: underline; }
.evidence-source a:hover { color: var(--orange-dark); }

/* ========================================
   EXPERT VIDEOS (arthrosamid = 3-col light, process = 2-col dark)
   ======================================== */
.expert-videos { padding: 96px 0; background: var(--grey-50); }
.expert-videos-header { text-align: center; margin-bottom: 56px; }
.expert-videos .section-tag { color: var(--orange-light); }
.expert-videos .section-title { color: var(--white); }
.videos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 1100px; margin: 0 auto; }
.video-card { background: var(--white); border-radius: 20px; overflow: hidden; border: 1px solid var(--grey-100); transition: all 0.3s; }
.video-card:hover { border-color: var(--orange); box-shadow: 0 8px 32px rgba(235,113,34,0.1); }
.video-card .video-wrap { position: relative; padding-bottom: 56.25%; height: 0; }
.video-card .video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.video-card-info { padding: 20px 24px; }
.video-card-info h3 { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; color: var(--text-dark); margin-bottom: 6px; }
.video-card-info p { font-size: 14px; color: var(--text-body); line-height: 1.6; }

/* Process page overrides for 2-col dark video section */
.page-template-page-process .expert-videos { background: var(--charcoal-dark); }
.page-template-page-process .videos-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; max-width: 960px; }
.page-template-page-process .video-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); }
.page-template-page-process .video-card:hover { border-color: var(--orange); box-shadow: 0 8px 32px rgba(235,113,34,0.15); }
.page-template-page-process .video-card-info h3 { color: var(--white); }
.page-template-page-process .video-card-info p { color: var(--grey-400); }

/* ========================================
   PROCESS PAGE — Access Steps
   ======================================== */
.access-steps { padding: 96px 0; background: var(--white); }
.access-steps .container > .section-tag,
.access-steps .container > .section-title { text-align: center; }
.access-steps .container > .section-title { margin-bottom: 56px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.step-card { background: var(--grey-50); border-radius: 20px; padding: 40px 32px; text-align: center; border: 1px solid var(--grey-100); transition: all 0.3s; position: relative; }
.step-card:hover { border-color: var(--orange); box-shadow: 0 8px 32px rgba(235,113,34,0.1); transform: translateY(-4px); }
.step-card-num { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; background: var(--orange); color: var(--white); font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; margin-bottom: 20px; }
.step-card h3 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--text-dark); margin-bottom: 12px; }
.step-card p { font-size: 15px; color: var(--text-body); line-height: 1.7; }
.step-connector { display: none; }

/* ========================================
   PROCESS PAGE — Procedure Section
   ======================================== */
.procedure { padding: 96px 0; background: var(--grey-50); }
.procedure-header { text-align: center; margin-bottom: 56px; }
.procedure-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.procedure-card { background: var(--white); border-radius: 20px; padding: 36px 28px; border: 1px solid var(--grey-100); transition: all 0.3s; }
.procedure-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.06); transform: translateY(-2px); }
.procedure-card-step { display: inline-block; background: var(--charcoal-dark); color: var(--orange); padding: 6px 14px; border-radius: 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 16px; }
.procedure-card h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: var(--text-dark); margin-bottom: 12px; }
.procedure-card p { font-size: 15px; color: var(--text-body); line-height: 1.7; }

/* ========================================
   PROCESS PAGE — Aftercare / FAQ
   ======================================== */
.aftercare { padding: 96px 0; background: var(--white); }
.aftercare-header { text-align: center; margin-bottom: 56px; }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid var(--grey-100); border-radius: 16px; margin-bottom: 16px; overflow: hidden; transition: all 0.3s; }
.faq-item:hover { border-color: var(--orange); }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 24px 28px; cursor: pointer; font-weight: 600; font-size: 16px; color: var(--text-dark); background: var(--white); transition: background 0.2s; }
.faq-question:hover { background: var(--grey-50); }
.faq-question svg { width: 20px; height: 20px; color: var(--orange); flex-shrink: 0; transition: transform 0.3s; }
.faq-item.open .faq-question svg { transform: rotate(180deg); }
.faq-answer { padding: 0 28px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
.faq-item.open .faq-answer { padding: 0 28px 24px; max-height: 500px; }
.faq-answer p { font-size: 15px; color: var(--text-body); line-height: 1.7; }

/* ========================================
   CONTACT PAGE — Contact Content
   ======================================== */
.contact-content { padding: 96px 0; background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 36px; }
.contact-card { background: var(--grey-50); border-radius: 20px; padding: 36px 32px; border: 1px solid var(--grey-100); display: flex; gap: 20px; align-items: flex-start; transition: all 0.3s; }
.contact-card:hover { border-color: var(--orange); box-shadow: 0 4px 16px rgba(235,113,34,0.08); }
.contact-card-icon { flex-shrink: 0; width: 52px; height: 52px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; }
.contact-card-icon svg { width: 24px; height: 24px; color: var(--white); stroke: var(--white); fill: none; stroke-width: 2; }
.contact-card-text h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.contact-card-text p { font-size: 16px; color: var(--text-body); line-height: 1.7; }
.contact-card-text a { color: var(--orange); font-weight: 600; transition: color 0.2s; }
.contact-card-text a:hover { color: var(--orange-dark); }

/* CLINIC IMAGE */
.clinic-image { border-radius: 20px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,0.1); }
.clinic-image img { width: 100%; height: auto; display: block; }

/* MAP */
.map-section { padding: 0 0 96px; background: var(--white); }
.map-wrap { border-radius: 20px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border: 1px solid var(--grey-100); }
.map-wrap iframe { width: 100%; height: 450px; border: none; display: block; }

/* ========================================
   ANIMATIONS
   ======================================== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.vis { opacity: 1; transform: translateY(0); }

/* ========================================
   MOBILE NAV
   ======================================== */
.mobile-nav { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(51,51,51,0.98); z-index: 200; flex-direction: column; align-items: center; justify-content: center; gap: 16px; }
.mobile-nav.open { display: flex; }
.mobile-nav a { font-size: 18px; font-weight: 600; color: var(--white); background: var(--orange); padding: 14px 40px; border-radius: 50px; transition: all 0.2s; text-align: center; min-width: 220px; }
.mobile-nav a:hover { background: var(--orange-dark); }
.mobile-nav-close { position: absolute; top: 20px; right: 24px; background: none; border: none; cursor: pointer; padding: 8px; }
.mobile-nav-close span { display: block; width: 28px; height: 2px; background: var(--white); }
.mobile-nav-close span:first-child { transform: rotate(45deg) translateY(1px); }
.mobile-nav-close span:last-child { transform: rotate(-45deg) translateY(-1px); }

/* ========================================
   RESPONSIVE — 1024px
   ======================================== */
@media (max-width: 1024px) {
    /* Homepage */
    .hero-grid { grid-template-columns: 1fr; }
    .hero-visual { display: none; }
    .hero h1 { font-size: 42px; }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .step-line { display: none; }
    .reviews-grid { grid-template-columns: 1fr; }
    .reviews-screenshots { grid-template-columns: repeat(3, 1fr); }
    .about .container { grid-template-columns: 1fr; gap: 48px; }
    .patient-grid { grid-template-columns: repeat(3, 1fr); }

    /* Arthrosamid */
    .what-is-grid { grid-template-columns: 1fr; gap: 40px; }
    .features-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
    .benefits-grid { grid-template-columns: 1fr; }
    .stats-row { grid-template-columns: repeat(2, 1fr); }
    .evidence-grid { grid-template-columns: 1fr; }
    .videos-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }

    /* Process */
    .steps-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
    .procedure-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
    .page-template-page-process .videos-grid { grid-template-columns: 1fr; max-width: 560px; }

    /* Contact */
    .contact-grid { grid-template-columns: 1fr; gap: 48px; }

    /* Footer */
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ========================================
   RESPONSIVE — 768px
   ======================================== */
@media (max-width: 768px) {
    nav { display: none; }
    .hamburger { display: block; }
    .top-bar { display: none; }
    .mobile-nav { display: none; }
    header, header .container { height: 72px; }
    .logo-img { height: 90px; margin: -9px 0; }
    .section-title { font-size: 30px; }
    .container { padding: 0 20px; }

    /* Homepage */
    .hero { padding: 48px 0 64px; }
    .hero h1 { font-size: 34px; }
    .section { padding: 64px 0; }
    .about-features { grid-template-columns: 1fr; }
    .process-grid { grid-template-columns: 1fr; }
    .team-grid { grid-template-columns: 1fr; }
    .oa-stats-row { grid-template-columns: 1fr; gap: 16px; }
    .candidacy-grid { grid-template-columns: 1fr 1fr; }
    .hero-contact-links { flex-direction: column; align-items: center; }
    .hero-contact-link { justify-content: center; width: 100%; }
    .patient-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-trust { flex-direction: column; align-items: flex-start; gap: 16px; }
    .reviews-header { flex-direction: column; align-items: flex-start; }
    .about .container { grid-template-columns: 1fr; }

    /* Page Hero (arthrosamid, process, contact) */
    .page-hero { padding: 48px 0; }
    .page-hero h1 { font-size: 34px; }

    /* Arthrosamid */
    .what-is, .features, .how-works, .benefits, .results-stats, .clinical-evidence, .expert-videos { padding: 64px 0; }
    .stat-number { font-size: 36px; }
    .how-works-highlight { padding: 24px; }

    /* Process */
    .access-steps, .procedure, .aftercare { padding: 64px 0; }

    /* Contact */
    .contact-content { padding: 64px 0; }
    .map-section { padding: 0 0 64px; }
    .map-wrap iframe { height: 320px; }

    /* Shared */
    .cta-contact { flex-direction: column; align-items: center; }
    .footer-grid { grid-template-columns: 1fr; gap: 36px; }
    .footer-bottom { flex-direction: column; text-align: center; }
}
