.appointment-booking-page{--appointment-primary:#14b8a6;--appointment-primary-light:#2dd4bf;--appointment-primary-dark:#0f766e;--appointment-accent:#0d9488;--appointment-gradient:linear-gradient(135deg,#14b8a6,#0d9488);--appointment-glow:0 0 30px rgba(20,184,166,.3);min-height:100vh;background:var(--background)}.appointment-hero{padding:140px 0 80px;background:linear-gradient(180deg,rgba(20,184,166,.05),transparent);position:relative;overflow:hidden}.appointment-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(20,184,166,.1) 0,transparent 70%);border-radius:50%;animation:appointment-pulse 8s ease-in-out infinite}@keyframes appointment-pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.1);opacity:.5}}.appointment-hero-content{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}.appointment-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;color:#fff;border-radius:50px;font-size:.875rem;font-weight:600;box-shadow:var(--appointment-glow)}.appointment-badge,.appointment-hero h1{background:var(--appointment-gradient);margin-bottom:24px}.appointment-hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.appointment-hero-subtitle{font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6;color:var(--text-secondary);margin-bottom:40px}.appointment-hero-cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:60px}.btn-primary-appointment,.btn-secondary-appointment{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;border-radius:12px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.btn-primary-appointment{background:var(--appointment-gradient);color:#fff;box-shadow:0 4px 20px rgba(20,184,166,.3)}.btn-primary-appointment:hover{transform:translateY(-2px);box-shadow:0 6px 30px rgba(20,184,166,.4)}.btn-secondary-appointment{background:transparent;color:var(--appointment-primary);border:2px solid var(--appointment-primary)}.btn-secondary-appointment:hover{background:var(--appointment-primary);color:#fff;transform:translateY(-2px)}.appointment-stats{display:flex;gap:40px;justify-content:center;flex-wrap:wrap;padding-top:40px;border-top:1px solid rgba(20,184,166,.2)}.stat-appointment-item{display:flex;flex-direction:column;align-items:center;gap:8px}.stat-appointment-item strong{font-size:2.5rem;font-weight:800;background:var(--appointment-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-appointment-item span{font-size:.95rem;color:var(--text-secondary);font-weight:500}.appointment-benefits{padding:100px 0;background:var(--background)}.section-header-appointment{text-align:center;max-width:700px;margin:0 auto 60px}.section-header-appointment h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:16px;color:var(--text)}.section-header-appointment p{font-size:1.2rem;color:var(--text-secondary)}.appointment-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;max-width:1200px;margin:0 auto}.benefit-card-appointment{padding:36px;background:var(--card-bg,hsla(0,0%,100%,.05));border-radius:20px;border:1px solid rgba(20,184,166,.15);transition:all .3s ease}.benefit-card-appointment:hover{transform:translateY(-5px);border-color:var(--appointment-primary);box-shadow:0 10px 40px rgba(20,184,166,.2)}.benefit-icon-appointment{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--appointment-gradient);border-radius:16px;font-size:1.8rem;color:#fff;margin-bottom:20px;box-shadow:var(--appointment-glow)}.benefit-card-appointment h3{font-size:1.4rem;font-weight:700;margin-bottom:12px;color:var(--text)}.benefit-card-appointment p{color:var(--text-secondary);line-height:1.7;font-size:1rem}.appointment-features-section{padding:100px 0;background:linear-gradient(180deg,transparent,rgba(20,184,166,.03) 50%,transparent)}.appointment-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:28px;max-width:1200px;margin:0 auto}.feature-card-appointment{padding:32px;background:var(--card-bg,hsla(0,0%,100%,.05));border-radius:16px;border:1px solid rgba(20,184,166,.1);transition:all .3s ease}.feature-card-appointment:hover{border-color:var(--appointment-accent);box-shadow:0 8px 32px rgba(13,148,136,.15);transform:translateY(-3px)}.feature-icon-appointment{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--appointment-primary) 0,var(--appointment-accent) 100%);border-radius:12px;font-size:1.5rem;color:#fff;margin-bottom:18px}.feature-card-appointment h3{font-size:1.25rem;font-weight:700;margin-bottom:12px;color:var(--text)}.feature-card-appointment p{color:var(--text-secondary);line-height:1.6;font-size:.95rem}.appointment-checklist{padding:100px 0;background:var(--background)}.appointment-checklist-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1200px;margin:0 auto}.checklist-appointment-left h2{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;margin-bottom:20px;color:var(--text);line-height:1.2}.checklist-appointment-left p{font-size:1.1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:32px}.checklist-appointment-right{display:flex;flex-direction:column;gap:20px}.checklist-item-appointment{display:flex;align-items:center;gap:16px;padding:18px;background:var(--card-bg,hsla(0,0%,100%,.03));border-radius:12px;border:1px solid rgba(20,184,166,.1);transition:all .3s ease}.checklist-item-appointment:hover{border-color:var(--appointment-primary);transform:translateX(5px)}.checklist-check-appointment{font-size:1.5rem;color:var(--appointment-primary);flex-shrink:0}.checklist-item-appointment span{color:var(--text);font-weight:500;font-size:1rem}.appointment-cta{padding:100px 0;background:var(--appointment-gradient);position:relative;overflow:hidden}.appointment-cta:before{content:"";position:absolute;top:-50%;left:-20%;width:600px;height:600px;background:radial-gradient(circle,hsla(0,0%,100%,.1) 0,transparent 70%);border-radius:50%}.appointment-cta-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:2}.appointment-cta h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;margin-bottom:20px}.appointment-cta p{font-size:1.2rem;color:hsla(0,0%,100%,.9);margin-bottom:40px;line-height:1.6}.btn-cta-appointment{display:inline-flex;align-items:center;gap:12px;padding:18px 40px;background:#fff;color:var(--appointment-primary);border-radius:12px;font-weight:700;font-size:1.2rem;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 30px rgba(0,0,0,.2)}.btn-cta-appointment:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 40px rgba(0,0,0,.3)}@media (max-width:968px){.appointment-checklist-content{grid-template-columns:1fr;gap:40px}.appointment-hero{padding:120px 0 60px}.appointment-benefits-grid,.appointment-features-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}@media (max-width:640px){.appointment-hero-cta{flex-direction:column}.btn-primary-appointment,.btn-secondary-appointment{width:100%;justify-content:center}.appointment-stats{gap:30px}}[data-theme=dark] .appointment-booking-page{--card-bg:hsla(0,0%,100%,.05)}[data-theme=light] .appointment-booking-page{--card-bg:rgba(0,0,0,.02)}