/* Typography & base */
body { font-family: 'Inter', sans-serif; }

/* Gradients & effects */
.gradient-bg { background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%); }
.logo-blend { opacity: 0.95; mix-blend-mode: multiply; filter: drop-shadow(0 6px 12px rgba(0,0,0,0.18)); }
/* Hero crest logo: square, full-opacity, no blend */
.crest-logo { width: 7rem; height: 7rem; aspect-ratio: 1 / 1; object-fit: contain; opacity: 1; mix-blend-mode: normal; filter: drop-shadow(0 4px 10px rgba(0,0,0,0.15)); border-radius: 0.25rem; }
.card-shadow { box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); }

/* Centering container */
.container { max-width: 1200px; margin: 0 auto; }

/* Carousel */
.carousel-container { overflow: hidden; }
.carousel-track { display: flex; animation: scroll 10.7s linear infinite; }
.carousel-track:hover { animation-play-state: paused; }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* Carousel items */
.carousel-item { display: flex; align-items: center; justify-content: center; min-width: 250px; padding: 0 2rem; }

/* About section background */
.about-bg {
  background-image: linear-gradient(rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45)), url('https://hebbkx1anhila5yf.public.blob.vercel-storage.com/backgroundmez.jpg-MTyumiT0m4nFQ8Izf7myeuPHHcxtsj.jpeg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* Scroll animations */
.fade-in-up { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.fade-in-up.visible { opacity: 1; transform: translateY(0); }
.fade-in-left { opacity: 0; transform: translateX(-30px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.fade-in-left.visible { opacity: 1; transform: translateX(0); }
.fade-in-right { opacity: 0; transform: translateX(30px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.fade-in-right.visible { opacity: 1; transform: translateX(0); }
.scale-in { opacity: 0; transform: scale(0.9); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.scale-in.visible { opacity: 1; transform: scale(1); }

/* Animation delay utilities */
.anim-delay-100 { transition-delay: 0.1s; }
.anim-delay-200 { transition-delay: 0.2s; }
.anim-delay-300 { transition-delay: 0.3s; }
.anim-delay-400 { transition-delay: 0.4s; }
.anim-delay-500 { transition-delay: 0.5s; }

/* Accessible focus outlines for keyboard navigation */
a:focus-visible, button:focus-visible { outline: 3px solid #3b82f6; outline-offset: 2px; }

/* Skip link (keyboard/screen reader users) */
.skip-link { position: absolute; left: 0.75rem; top: 0.75rem; transform: translateY(-150%); background: #0f172a; color: #ffffff; padding: 0.75rem 1rem; border-radius: 0.75rem; z-index: 100; text-decoration: none; font-weight: 800; box-shadow: 0 14px 30px rgba(0,0,0,0.18); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }

/* Semantic layout classes for index page */
.hero { color: #ffffff; }
.hero-inner { padding: 4rem 1rem; }
@media (max-width: 639px) { .hero-inner { padding: 3rem 1rem; } }
.hero-layout { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3rem; }
@media (min-width: 1024px) { .hero-layout { flex-direction: row; } }
.hero-left { text-align: center; }
@media (min-width: 1024px) { .hero-left { width: 60%; } }
.hero-right { display: flex; justify-content: center; }
@media (min-width: 1024px) { .hero-right { width: 40%; } }
.hero-title { font-size: 2.25rem; font-weight: 700; margin-bottom: 1rem; }
@media (min-width: 1024px) { .hero-title { font-size: 3rem; } }
.hero-subtitle, .hero-experience { font-size: 1.5rem; font-weight: 600; margin-bottom: 1.5rem; color: #bfdbfe; }
@media (min-width: 1024px) { .hero-subtitle, .hero-experience { font-size: 1.875rem; } }
.hero-desc { font-size: 1.25rem; margin-bottom: 2rem; color: #dbeafe; }
.hero-info { background: rgba(255,255,255,0.1); backdrop-filter: blur(8px); border-radius: 0.5rem; padding: 1.5rem; margin-bottom: 1.5rem; }
.contact-actions { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.75rem; margin-bottom: 1rem; }
@media (min-width: 640px) { .contact-actions { flex-direction: row; } }
@media (max-width: 639px) {
  .contact-actions { width: 100%; align-items: stretch; }
  .contact-actions .btn { width: 100%; min-width: 0; }
}
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.9rem 1.4rem; border-radius: 0.6rem; font-weight: 600; font-size: 1.125rem; text-decoration: none; min-width: 280px; box-shadow: 0 6px 12px rgba(0,0,0,0.08); transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease, border-color 120ms ease; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 10px 18px rgba(0,0,0,0.12); }
.btn:active { transform: translateY(0); box-shadow: 0 6px 12px rgba(0,0,0,0.10); }
.btn:focus-visible { outline: 3px solid #3b82f6; outline-offset: 2px; }
.btn-icon { width: 1.5rem; height: 1.5rem; }
.btn-text { line-height: 1; }
.btn-call { background: #fef3c7; color: #111827; border: 1px solid #f59e0b; }
.btn-call:hover { background: #fde68a; }
.btn-email { background: rgba(255,255,255,0.08); color: #dbeafe; border: 1px solid rgba(255,255,255,0.6); }
.btn-email:hover { background: rgba(255,255,255,0.16); }
.hero-location { text-align: center; }
.hero-location .label { font-size: 0.875rem; font-weight: 500; color: #bfdbfe; }
.hero-location a { font-size: 1rem; color: #bfdbfe; }
.hero-location a:hover { color: #93c5fd; }

/* Prominent office location */
.location-card { display: flex; flex-direction: column; align-items: center; gap: 0.25rem; background: rgba(255,255,255,0.18); backdrop-filter: blur(8px); border-radius: 0.75rem; padding: 1rem 1.25rem; border: 2px solid #93c5fd; box-shadow: 0 8px 20px rgba(0,0,0,0.12); }
.location-label { font-weight: 700; font-size: 0.95rem; color: #ffffff; letter-spacing: 0.02em; }
.location-address { font-size: 1.25rem; font-weight: 700; color: #ffffff; text-align: center; }
.location-address:hover { color: #e6f0ff; }
.hero-image-wrap { background: rgba(255,255,255,0.1); backdrop-filter: blur(8px); border-radius: 0.5rem; padding: 1rem; overflow: hidden; }
.hero-image { width: 100%; max-width: 22rem; height: auto; aspect-ratio: 1 / 1; border-radius: 0.75rem; object-fit: cover; box-shadow: 0 30px 60px rgba(0,0,0,0.28); }
@media (min-width: 1024px) { .hero-image { width: 32rem; max-width: 32rem; height: 32rem; } }

/* Phone compact sizing (desktop unchanged) */
@media (max-width: 639px) {
  .hero-layout { gap: 2.25rem; }
  .hero-title { font-size: 1.75rem; margin-bottom: 0.65rem; }
  .hero-subtitle, .hero-experience { font-size: 1.1rem; margin-bottom: 0.85rem; }
  .hero-desc { font-size: 1rem; margin-bottom: 1.25rem; }
  .hero-info { padding: 1rem; margin-bottom: 1rem; }
  .btn { font-size: 1rem; padding: 0.75rem 1.1rem; }
  .location-card { padding: 0.85rem 1rem; }
  .location-address { font-size: 1.05rem; }
  .section-title { font-size: 1.5rem; }
  .section-divider { margin: 0 auto 2rem; }
}

.affiliations { padding: 4rem 0; background: #f3f4f6; }
.section-title { font-size: 1.875rem; font-weight: 700; color: #1f2937; text-align: center; margin-bottom: 1rem; }
@media (min-width: 1024px) { .section-title { font-size: 2.25rem; } }
.title-pill { background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); color: #ffffff; padding: 0.5rem 1.5rem; border-radius: 50px; display: inline-block; box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3); }
.section-divider { width: 6rem; height: 4px; background: #2563eb; margin: 0 auto 3rem; }

.about-section { padding: 4rem 0; }
.about-tagline { font-size: 1.125rem; color: #6b7280; text-align: center; margin-top: -0.5rem; margin-bottom: 1rem; font-weight: 500; }
.tagline-pill { background: rgba(255,255,255,0.94); backdrop-filter: blur(8px); padding: 0.5rem 1.25rem; border-radius: 50px; display: inline-block; box-shadow: 0 2px 8px rgba(0,0,0,0.08); border: 1px solid rgba(59, 130, 246, 0.22); color: #0f172a; font-weight: 700; }
.about-card { background: rgba(255,255,255,0.95); backdrop-filter: blur(6px); border-radius: 0.75rem; padding: 2.5rem 2rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); border: 1px solid rgba(255,255,255,0.3); }

/* Stats Grid */
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-bottom: 2.5rem; }
@media (min-width: 768px) { .stats-grid { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; } }
.stat-card { background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%); border-radius: 0.75rem; padding: 1.5rem 1rem; text-align: center; border: 2px solid #e0e7ff; box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1); transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer; }
.stat-card:hover { transform: translateY(-6px) scale(1.05); border-color: #3b82f6; box-shadow: 0 12px 24px rgba(59, 130, 246, 0.2); background: linear-gradient(135deg, #ffffff 0%, #eff6ff 100%); }
.stat-number { font-size: 2.5rem; font-weight: 800; color: #2563eb; line-height: 1; margin-bottom: 0.5rem; }
.stat-label { font-size: 0.875rem; font-weight: 600; color: #475569; text-transform: uppercase; letter-spacing: 0.05em; }

/* Compact Bio */
.bio-compact { margin-bottom: 2rem; }
.bio-text { font-size: 1.05rem; line-height: 1.7; color: #374151; margin-bottom: 1rem; text-align: center; }
.bio-text strong { color: #1f2937; font-weight: 700; }

/* Two Column Layout */
.about-two-col { display: grid; grid-template-columns: 1fr; gap: 2rem; margin-bottom: 2rem; }
@media (min-width: 1024px) { .about-two-col { grid-template-columns: 1fr 1fr; gap: 2.5rem; } }

/* Education Timeline */
.education-title, .care-title { display: flex; align-items: center; gap: 0.75rem; font-size: 1.75rem; font-weight: 700; color: #1f2937; margin-bottom: 1.5rem; }
.section-icon { width: 2rem; height: 2rem; color: #3b82f6; }
.timeline { position: relative; padding-left: 2rem; }
.timeline::before { content: ''; position: absolute; left: 0.5rem; top: 0.25rem; bottom: 0.25rem; width: 3px; background: linear-gradient(180deg, #3b82f6 0%, #8b5cf6 100%); border-radius: 2px; }
.timeline-item { position: relative; margin-bottom: 1rem; opacity: 0; animation: slideInLeft 500ms ease forwards; }
.timeline-item:nth-child(1) { animation-delay: 400ms; }
.timeline-item:nth-child(2) { animation-delay: 500ms; }
.timeline-item:nth-child(3) { animation-delay: 600ms; }
.timeline-item:nth-child(4) { animation-delay: 700ms; }
@keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }
.timeline-item::before { content: ''; position: absolute; left: -1.55rem; top: 0.25rem; width: 0.9rem; height: 0.9rem; background: #3b82f6; border: 3px solid #ffffff; border-radius: 50%; box-shadow: 0 2px 8px rgba(59, 130, 246, 0.4); transition: all 280ms ease; }
.timeline-item:hover::before { transform: scale(1.3); background: #8b5cf6; box-shadow: 0 4px 12px rgba(139, 92, 246, 0.5); }
.timeline-year { display: inline-block; background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%); color: #ffffff; padding: 0.25rem 0.75rem; border-radius: 50px; font-weight: 700; font-size: 0.8rem; margin-bottom: 0.35rem; box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3); }
.timeline-content { background: #f8fafc; border-radius: 0.5rem; padding: 0.75rem 0.9rem; border-left: 3px solid #3b82f6; transition: all 280ms ease; }
.timeline-item:hover .timeline-content { background: #eff6ff; border-left-color: #8b5cf6; transform: translateX(4px); }
.timeline-badge { display: inline-block; background: #dbeafe; color: #1e40af; padding: 0.2rem 0.6rem; border-radius: 50px; font-weight: 700; font-size: 0.75rem; margin-bottom: 0.35rem; }
.timeline-text { color: #475569; font-size: 0.875rem; line-height: 1.4; font-weight: 500; }

/* Care Approach Cards */
.care-approach { display: flex; flex-direction: column; height: 100%; }
.care-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .care-grid { grid-template-columns: repeat(2, 1fr); } }
.care-card { background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%); border-radius: 0.75rem; padding: 1.5rem 1.25rem; text-align: center; border: 2px solid #e0e7ff; box-shadow: 0 4px 12px rgba(59, 130, 246, 0.08); transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer; }
.care-card:hover { transform: translateY(-8px) scale(1.03); border-color: #3b82f6; box-shadow: 0 16px 32px rgba(59, 130, 246, 0.2); background: linear-gradient(135deg, #ffffff 0%, #eff6ff 100%); }
.care-icon { font-size: 2.5rem; margin-bottom: 0.75rem; display: inline-block; transition: transform 300ms ease; }
.care-card:hover .care-icon { transform: scale(1.2) rotate(5deg); }
.care-card-title { font-size: 1.125rem; font-weight: 700; color: #1f2937; margin-bottom: 0.5rem; }
.care-card-text { font-size: 0.875rem; color: #64748b; line-height: 1.5; }

/* Read Full Bio CTA */
.bio-cta { text-align: center; margin-top: 2rem; flex: 1; display: flex; align-items: center; justify-content: center; }
.bio-cta-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.75rem; background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); color: #ffffff; text-decoration: none; padding: 1.25rem 2.5rem; border-radius: 50px; font-weight: 700; font-size: 1.15rem; box-shadow: 0 8px 20px rgba(59, 130, 246, 0.35); transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1); }
.bio-cta-btn:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 12px 28px rgba(59, 130, 246, 0.4); background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); }
.bio-cta-btn:active { transform: translateY(-1px) scale(1.01); }
.bio-cta-icon { width: 1.5rem; height: 1.5rem; transition: transform 280ms ease; }
.bio-cta-btn:hover .bio-cta-icon { transform: translateX(4px); }

.services { padding: 4rem 0; background: #f9fafb; }
.services-subtitle { font-size: 1.125rem; color: #6b7280; text-align: center; max-width: 48rem; margin: 0 auto 0.5rem; }
.services-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; max-width: 100rem; margin: 0 auto; padding: 0 1rem; }
@media (min-width: 768px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .services-grid { grid-template-columns: repeat(5, 1fr); } }
.service-card { background: #ffffff; border-radius: 0.75rem; padding: 1.5rem; border: 1px solid #e5e7eb; box-shadow: 0 4px 12px rgba(0,0,0,0.06); transition: all 320ms cubic-bezier(0.4, 0, 0.2, 1); text-align: center; position: relative; overflow: hidden; cursor: pointer; }
.service-card::before { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; background: linear-gradient(135deg, #3b82f6, #8b5cf6, #ec4899); opacity: 0; border-radius: 0.75rem; z-index: -1; transition: opacity 320ms ease; }
.service-card:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 20px 40px rgba(59, 130, 246, 0.25), 0 0 0 1px rgba(59, 130, 246, 0.1); border-color: rgba(59, 130, 246, 0.3); }
.service-card:hover::before { opacity: 1; }
.service-card:active { transform: translateY(-4px) scale(1.01); box-shadow: 0 12px 24px rgba(59, 130, 246, 0.2); }
.icon-lg { width: 3rem; height: 3rem; color: #2563eb; }
.service-icon-wrap { display: inline-flex; align-items: center; justify-content: center; width: 5rem; height: 5rem; background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%); border-radius: 50%; margin-bottom: 1.25rem; transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1); position: relative; }
.service-icon-wrap::after { content: ''; position: absolute; inset: -4px; background: linear-gradient(135deg, #3b82f6, #8b5cf6); border-radius: 50%; opacity: 0; z-index: -1; filter: blur(12px); transition: opacity 280ms ease; }
.service-card:hover .service-icon-wrap { transform: rotate(5deg) scale(1.1); background: linear-gradient(135deg, #bfdbfe 0%, #dbeafe 100%); }
.service-card:hover .service-icon-wrap::after { opacity: 0.6; }
.service-icon { transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1); }
.service-card:hover .service-icon { transform: rotate(-5deg) scale(1.05); color: #1d4ed8; }
.service-title { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.75rem; color: #1f2937; transition: color 280ms ease; }
.service-card:hover .service-title { color: #2563eb; }
.service-subtitle { font-size: 0.875rem; font-weight: 600; color: #2563eb; margin-bottom: 0.75rem; transition: color 280ms ease; }
.service-card:hover .service-subtitle { color: #1d4ed8; }
.service-text { color: #4b5563; font-size: 0.9rem; line-height: 1.6; text-align: center; transition: color 280ms ease; }
.service-card:hover .service-text { color: #374151; }
.service-list { list-style: none; padding: 0; margin: 0.75rem 0 0; text-align: left; }
.service-list li { position: relative; padding-left: 1.5rem; margin-bottom: 0.5rem; color: #4b5563; font-size: 0.875rem; line-height: 1.5; }
.service-list li::before { content: '✓'; position: absolute; left: 0; color: #3b82f6; font-weight: 700; }

.cta-footer { font-size: 0.95rem; color: #dbeafe; margin-top: 2rem; padding-bottom: 2rem; font-weight: 500; opacity: 0.95; }

.cta { padding: 3rem 0 0 0; color: #ffffff; text-align: center; position: relative; overflow: hidden; }
.cta::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%); animation: pulse-glow 8s ease-in-out infinite; pointer-events: none; }
@keyframes pulse-glow { 0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.3; } 50% { transform: translate(10%, 10%) scale(1.1); opacity: 0.6; } }
.cta-badge { display: inline-block; background: rgba(255,255,255,0.2); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.3); border-radius: 50px; padding: 0.5rem 1.25rem; font-size: 0.875rem; font-weight: 600; margin-bottom: 1rem; box-shadow: 0 8px 20px rgba(0,0,0,0.15); animation: float 3s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.cta-title { font-size: 2rem; font-weight: 800; margin-bottom: 0.75rem; text-shadow: 0 2px 10px rgba(0,0,0,0.2); }
@media (min-width: 1024px) { .cta-title { font-size: 2.5rem; } }
.cta-subtitle { font-size: 1.125rem; color: #dbeafe; margin-bottom: 2rem; max-width: 42rem; margin-left: auto; margin-right: auto; line-height: 1.6; }
.cta-content { max-width: 56rem; margin: 0 auto; }
.btn-primary-cta { display: inline-flex; align-items: center; justify-content: center; gap: 0.75rem; background: #ffffff; color: #2563eb; padding: 1rem 2.5rem; border-radius: 50px; font-weight: 700; font-size: 1.125rem; text-decoration: none; box-shadow: 0 10px 30px rgba(0,0,0,0.2), 0 0 0 0 rgba(255,255,255,0.5); transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; margin-bottom: 2rem; }
.btn-primary-cta::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.1)); opacity: 0; transition: opacity 300ms ease; }
.btn-primary-cta:hover { transform: translateY(-4px) scale(1.05); box-shadow: 0 20px 50px rgba(0,0,0,0.3), 0 0 0 8px rgba(255,255,255,0.2); background: #fefefe; }
.btn-primary-cta:hover::before { opacity: 1; }
.btn-primary-cta:active { transform: translateY(-2px) scale(1.02); box-shadow: 0 12px 30px rgba(0,0,0,0.25), 0 0 0 4px rgba(255,255,255,0.15); }
.cta-icon { width: 1.5rem; height: 1.5rem; transition: transform 300ms ease; }
.btn-primary-cta:hover .cta-icon { transform: rotate(12deg) scale(1.1); animation: ring 600ms ease; }
@keyframes ring { 0%, 100% { transform: rotate(12deg) scale(1.1); } 25% { transform: rotate(18deg) scale(1.15); } 75% { transform: rotate(6deg) scale(1.15); } }
.cta-info-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; max-width: 48rem; margin: 0 auto; }
@media (min-width: 768px) { .cta-info-grid { grid-template-columns: 1fr 1fr; } }
.cta-info-card { background: rgba(255,255,255,0.15); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.25); border-radius: 1rem; padding: 1.5rem 1.25rem; transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
.cta-info-card:hover { transform: translateY(-6px) scale(1.03); background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.4); box-shadow: 0 16px 40px rgba(0,0,0,0.2); }
.cta-info-icon { font-size: 2rem; margin-bottom: 0.5rem; display: inline-block; animation: bounce-gentle 2s ease-in-out infinite; }
@keyframes bounce-gentle { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.cta-info-label { font-size: 0.875rem; font-weight: 600; color: #bfdbfe; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.5rem; }
.cta-info-value { font-size: 1.125rem; font-weight: 700; color: #ffffff; line-height: 1.5; }
.cta-info-link { font-size: 1.125rem; font-weight: 700; color: #ffffff; line-height: 1.5; text-decoration: none; transition: color 200ms ease; display: block; }
.cta-info-link:hover { color: #fef3c7; text-decoration: underline; }

/* Navigation logo */
.nav-logo { width: 32px; height: 32px; aspect-ratio: 1 / 1; object-fit: contain; border-radius: 4px; display: block; }

/* Contact modal */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.45); backdrop-filter: blur(2px); display: none; align-items: center; justify-content: center; padding: 1rem; z-index: 60; }
.modal-overlay.open { display: flex; animation: fadeIn 200ms ease-out; }
.modal { width: 100%; max-width: 640px; background: linear-gradient(135deg, #0f172a 0%, #0b1220 100%); color: #e2e8f0; border-radius: 0.75rem; box-shadow: 0 25px 60px rgba(0,0,0,0.35); transform: scale(0.95); animation: scaleIn 220ms cubic-bezier(.2,.8,.2,1) forwards; position: relative; }
.modal { max-height: calc(100vh - 2rem); overflow: auto; -webkit-overflow-scrolling: touch; }
@supports (height: 100dvh) { .modal { max-height: calc(100dvh - 2rem); } }
.modal-title { font-size: 1.5rem; font-weight: 700; padding: 1rem 1.25rem 0.25rem; }
.modal-subtitle { padding: 0 1.25rem 0.75rem; color: #94a3b8; }
.modal-close { position: absolute; top: 0.5rem; right: 0.75rem; background: transparent; border: none; color: #e2e8f0; font-size: 1.5rem; cursor: pointer; }
.modal-form { padding: 0 1.25rem 1rem; display: grid; gap: 0.75rem; }
.modal-result { padding: 1.25rem 1.25rem 1.1rem; display: grid; justify-items: center; text-align: center; gap: 0.55rem; }
.modal-result-icon { width: 92px; height: 92px; border-radius: 999px; display: grid; place-items: center; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); box-shadow: 0 18px 40px rgba(0,0,0,0.25); }
.modal-result-check, .modal-result-x { width: 52px; height: 52px; display: none; }
.modal-result-title { font-size: 1.25rem; font-weight: 900; color: #e2e8f0; }
.modal-result-message { max-width: 30rem; color: #cbd5e1; font-weight: 650; line-height: 1.45; }

.modal-result.is-success .modal-result-icon { background: rgba(34,197,94,0.12); border-color: rgba(34,197,94,0.28); }
.modal-result.is-success .modal-result-check { display: block; color: #86efac; }

.modal-result.is-error .modal-result-icon { background: rgba(239,68,68,0.10); border-color: rgba(239,68,68,0.26); }
.modal-result.is-error .modal-result-x { display: block; color: #fca5a5; }

.modal-result.is-anim { animation: modalResultPop 260ms cubic-bezier(.2,.9,.2,1) both; }
@keyframes modalResultPop { from { opacity: 0; transform: translateY(8px) scale(0.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.form-row { display: grid; gap: 0.35rem; }
.form-row.two-col { display: grid; grid-template-columns: 1fr; gap: 0.75rem; }
@media (min-width: 640px) { .form-row.two-col { grid-template-columns: 1fr 1fr; } }
.form-row.two-col > div { display: grid; gap: 0.35rem; }
.modal-form label { font-weight: 600; color: #cbd5e1; }
.modal-form input, .modal-form textarea { background: #1e293b; border: 1px solid #334155; color: #e2e8f0; border-radius: 0.5rem; padding: 0.75rem; transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease; }
.modal-form input:hover, .modal-form textarea:hover { border-color: #3b82f6; }
.btn-submit, .btn-cancel { transition: transform 120ms ease, box-shadow 120ms ease; }
.btn-submit:active, .btn-cancel:active { transform: scale(0.98); }
.modal-form input:focus, .modal-form textarea:focus { outline: 3px solid #3b82f6; outline-offset: 2px; border-color: #3b82f6; }
.form-hint { font-size: 0.9rem; color: #93c5fd; }
.form-actions { display: flex; gap: 0.75rem; padding-top: 0.25rem; }
.btn-submit { flex: 1; background: #3b82f6; color: #ffffff; border: 1px solid #3b82f6; }
.btn-submit:hover { background: #2563eb; }
.btn-cancel { flex: 1; background: #1e293b; color: #e2e8f0; border: 1px solid #334155; }
.btn-cancel:hover { background: #0b1220; }
.form-status { margin-top: 0.5rem; font-weight: 600; }

/* Phone: keep the contact form fully within the viewport */
@media (max-width: 639px) {
  .modal-overlay { align-items: flex-start; padding: 0.75rem; overflow-y: auto; }
  .modal { max-width: 100%; }
  .modal-title { font-size: 1.25rem; padding: 0.9rem 1rem 0.2rem; }
  .modal-subtitle { padding: 0 1rem 0.65rem; font-size: 0.95rem; }
  .modal-form { padding: 0 1rem 0.9rem; gap: 0.6rem; }
  .modal-result { padding: 1rem 1rem 0.9rem; }
  .modal-result-icon { width: 82px; height: 82px; }
  .modal-result-title { font-size: 1.15rem; }
  .modal-form input, .modal-form textarea { padding: 0.65rem; }
  .form-actions { flex-direction: column; }
  .form-actions .btn { width: 100%; min-width: 0; }
}
/* Field-level error styling */
.field-error { font-size: 0.9rem; color: #fecaca; font-weight: 600; }
.input-invalid { border-color: #fca5a5 !important; box-shadow: 0 0 0 2px rgba(252,165,165,0.25); }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes scaleIn { from { transform: scale(0.95); } to { transform: scale(1); } }

/* About page */
.aboutpage-hero { color: #ffffff; }
.aboutpage-hero-inner { padding: 4rem 1rem; }
@media (max-width: 639px) { .aboutpage-hero-inner { padding: 3rem 1rem; } }
.aboutpage-hero-card { max-width: 56rem; margin: 0 auto; text-align: center; }
.aboutpage-title { font-size: 2rem; font-weight: 800; margin-bottom: 0.75rem; }
@media (min-width: 1024px) { .aboutpage-title { font-size: 2.5rem; } }
.aboutpage-tagline { margin-bottom: 1.25rem; }

.aboutpage-actions { display: flex; flex-direction: column; gap: 0.75rem; align-items: stretch; }
@media (min-width: 640px) { .aboutpage-actions { flex-direction: row; flex-wrap: wrap; align-items: center; } }
.aboutpage-action { min-width: 220px; flex: 1; }
@media (max-width: 639px) { .aboutpage-actions .btn { width: 100%; min-width: 0; } }

@media (max-width: 639px) {
  .aboutpage-title { font-size: 1.65rem; }
  .aboutpage-tagline { margin-bottom: 1rem; }
  .aboutpage-info-value { font-size: 1rem; }
  .aboutpage-section { padding: 2.75rem 0; }
  .aboutpage-card { padding: 1rem; }
  .aboutpage-paragraph { font-size: 1rem; }
  .aboutpage-kpi-grid { grid-template-columns: 1fr; }
}

.aboutpage-practice-grid { display: grid; grid-template-columns: 1fr; gap: 0.75rem; margin-top: 1.25rem; }
@media (min-width: 768px) { .aboutpage-practice-grid { grid-template-columns: 1fr 1fr; } }
.aboutpage-info-card { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.22); border-radius: 0.9rem; padding: 1rem; backdrop-filter: blur(10px); transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
.aboutpage-info-card:hover { transform: translateY(-2px); background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.32); }
.aboutpage-info-label { font-size: 0.85rem; font-weight: 700; color: #bfdbfe; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.4rem; }
.aboutpage-info-value { font-size: 1.05rem; font-weight: 700; color: #ffffff; line-height: 1.45; }
.aboutpage-note { margin-top: 1rem; color: #dbeafe; font-weight: 600; }

.aboutpage-section { background: #ffffff; padding: 3.5rem 0; }
.aboutpage-split { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 1024px) { .aboutpage-split { grid-template-columns: 1.1fr 0.9fr; gap: 3rem; } }

/* When the columns stack (mobile/tablet), add breathing room before right column */
.aboutpage-right { margin-top: 1.25rem; }
@media (min-width: 1024px) { .aboutpage-right { margin-top: 0; } }

.aboutpage-card { background: #ffffff; border: 1px solid rgba(15,23,42,0.08); border-radius: 1rem; padding: 1.25rem; box-shadow: 0 10px 25px rgba(0,0,0,0.06); transition: transform 160ms ease, box-shadow 160ms ease; }
.aboutpage-card:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(0,0,0,0.10); }
.aboutpage-paragraph { color: #0f172a; font-size: 1.05rem; line-height: 1.7; }
.aboutpage-paragraph + .aboutpage-paragraph { margin-top: 0.75rem; }

.aboutpage-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.aboutpage-chip { appearance: none; -webkit-appearance: none; background: rgba(59,130,246,0.10); border: 1px solid rgba(59,130,246,0.22); color: #1e3a8a; font-weight: 800; padding: 0.45rem 0.85rem; border-radius: 999px; font-size: 0.95rem; cursor: pointer; transition: transform 140ms ease, background 140ms ease, box-shadow 140ms ease, border-color 140ms ease; }
.aboutpage-chip:hover { transform: translateY(-1px); background: rgba(59,130,246,0.16); }
.aboutpage-chip.is-active { background: rgba(37,99,235,0.95); border-color: rgba(255,255,255,0.55); color: #ffffff; box-shadow: 0 10px 22px rgba(37,99,235,0.28); }
.aboutpage-chip.is-active:hover { background: rgba(37,99,235,1); }

.aboutpage-bio-hint { margin-top: 0.75rem; color: #475569; font-weight: 700; font-size: 0.95rem; }
.aboutpage-bio-title { font-size: 1.15rem; font-weight: 900; color: #0f172a; margin-bottom: 0.5rem; }
.aboutpage-bio-dynamic.is-switching { animation: aboutBioSwap 220ms ease-out; }
@keyframes aboutBioSwap { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.aboutpage-bio-list { margin: 0.75rem 0 0; padding-left: 1.1rem; color: #0f172a; font-weight: 650; }
.aboutpage-bio-list li { margin: 0.35rem 0; color: #334155; font-weight: 650; }

.aboutpage-kpi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.aboutpage-kpi { background: rgba(15,23,42,0.03); border: 1px solid rgba(15,23,42,0.06); border-radius: 0.9rem; padding: 0.9rem; transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease; }
.aboutpage-kpi:hover { transform: translateY(-3px); background: rgba(59,130,246,0.06); border-color: rgba(59,130,246,0.18); box-shadow: 0 14px 26px rgba(0,0,0,0.08); }
.aboutpage-kpi:active { transform: translateY(-1px) scale(0.99); box-shadow: 0 10px 18px rgba(0,0,0,0.08); }
.aboutpage-kpi-top { font-size: 1.25rem; font-weight: 900; color: #0f172a; }
.aboutpage-kpi-bottom { font-size: 0.95rem; font-weight: 700; color: #334155; }

.aboutpage-accordion { display: grid; gap: 0.75rem; }
.aboutpage-acc-btn { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; text-align: left; border: 1px solid rgba(15,23,42,0.10); border-radius: 0.9rem; padding: 0.95rem 1rem; background: #ffffff; font-weight: 800; color: #0f172a; box-shadow: 0 8px 18px rgba(0,0,0,0.05); transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease; }
.aboutpage-acc-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 26px rgba(0,0,0,0.08); border-color: rgba(59,130,246,0.28); }
.aboutpage-acc-icon { width: 2rem; height: 2rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: rgba(59,130,246,0.10); border: 1px solid rgba(59,130,246,0.20); color: #1d4ed8; font-weight: 900; flex: 0 0 auto; }
.aboutpage-acc-panel { padding: 0.85rem 1rem; border: 1px solid rgba(15,23,42,0.06); border-top: none; border-radius: 0 0 0.9rem 0.9rem; background: rgba(15,23,42,0.02); color: #0f172a; line-height: 1.7; }

.aboutpage-infusions { display: grid; grid-template-columns: 1fr; gap: 0.75rem; margin-top: 1rem; }
@media (min-width: 768px) { .aboutpage-infusions { grid-template-columns: 1fr 1fr 1fr; } }
.aboutpage-infusion { background: rgba(59,130,246,0.06); border: 1px solid rgba(59,130,246,0.16); border-radius: 0.9rem; padding: 0.95rem; transition: transform 160ms ease, background 160ms ease; }
.aboutpage-infusion:hover { transform: translateY(-2px); background: rgba(59,130,246,0.10); }
.aboutpage-infusion-title { font-weight: 900; color: #0f172a; margin-bottom: 0.35rem; }
.aboutpage-infusion-text { color: #334155; font-weight: 600; }
.aboutpage-disclaimer { margin-top: 0.9rem; color: #334155; font-weight: 600; }
.aboutpage-cta-row { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1rem; }
@media (min-width: 640px) { .aboutpage-cta-row { flex-direction: row; } }

/* About page: stronger email CTA (on white cards) */
.aboutpage-card .aboutpage-cta-row .btn-email { background: #0f172a; color: #ffffff; border: 1px solid rgba(15,23,42,0.20); box-shadow: 0 10px 22px rgba(15,23,42,0.12); }
.aboutpage-card .aboutpage-cta-row .btn-email:hover { background: #111827; box-shadow: 0 16px 34px rgba(15,23,42,0.18); }
.aboutpage-card .aboutpage-cta-row .btn-email:active { background: #0b1220; }
