@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap";:root{--primary: #e12454;--primary-dark: #c1123f;--secondary: #6366f1;--text-main: #1f2937;--text-muted: #6b7280;--bg-gradient: linear-gradient(135deg, #fff5f6 0%, #ffffff 100%);--input-bg: #f9fafb}.appointment-page:where(.astro-Y5ZTVNOS){background:var(--bg-gradient);font-family:Plus Jakarta Sans,sans-serif;min-height:100vh;padding-bottom:120px}.hero-section:where(.astro-Y5ZTVNOS){padding:180px 0 80px;text-align:center}.pill:where(.astro-Y5ZTVNOS){background:rgba(225,36,84,.08);color:var(--primary);padding:8px 20px;border-radius:100px;font-size:.9rem;font-weight:700;display:inline-block;margin-bottom:24px;border:1px solid rgba(225,36,84,.1);text-transform:uppercase;letter-spacing:.05em}.hero-section:where(.astro-Y5ZTVNOS) h1:where(.astro-Y5ZTVNOS){font-family:Outfit,sans-serif;font-size:clamp(2.8rem,7vw,4.5rem);font-weight:700;color:var(--text-main);line-height:1.05;margin-bottom:24px;letter-spacing:-.03em}.text-gradient:where(.astro-Y5ZTVNOS){background:linear-gradient(90deg,var(--primary),#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-section:where(.astro-Y5ZTVNOS) p:where(.astro-Y5ZTVNOS){color:var(--text-muted);font-size:1.25rem;max-width:650px;margin:0 auto;line-height:1.6}.glass-form-container:where(.astro-Y5ZTVNOS){max-width:800px;margin:0 auto;background:#ffffff;border:1px solid #f3f4f6;border-radius:40px;padding:80px;box-shadow:0 40px 100px -20px #00000014}.form-stack:where(.astro-Y5ZTVNOS){display:flex;flex-direction:column;gap:32px}.form-row:where(.astro-Y5ZTVNOS){display:grid;grid-template-columns:1fr 1fr;gap:24px}.form-group:where(.astro-Y5ZTVNOS){display:flex;flex-direction:column;gap:12px}label:where(.astro-Y5ZTVNOS){font-size:.95rem;font-weight:600;color:var(--text-main);margin-left:4px}input:where(.astro-Y5ZTVNOS),select:where(.astro-Y5ZTVNOS),textarea:where(.astro-Y5ZTVNOS){background:var(--input-bg);border:2px solid transparent;border-radius:16px;padding:18px 24px;font-size:1.05rem;transition:all .3s ease;color:var(--text-main);width:100%;font-family:inherit}input:where(.astro-Y5ZTVNOS):focus,select:where(.astro-Y5ZTVNOS):focus,textarea:where(.astro-Y5ZTVNOS):focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 10px 20px -5px #e124541a}input:where(.astro-Y5ZTVNOS)::-moz-placeholder{color:#9ca3af}input:where(.astro-Y5ZTVNOS)::placeholder{color:#9ca3af}.form-footer:where(.astro-Y5ZTVNOS){margin-top:48px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.primary-btn:where(.astro-Y5ZTVNOS){background:var(--primary);color:#fff;border:none;padding:22px 60px;border-radius:20px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:400px;box-shadow:0 20px 30px -10px #e1245466}.primary-btn:where(.astro-Y5ZTVNOS):hover:not(:disabled){background:var(--primary-dark);transform:translateY(-4px);box-shadow:0 25px 40px -10px #e1245480}.primary-btn:where(.astro-Y5ZTVNOS):active:not(:disabled){transform:translateY(0)}.form-note:where(.astro-Y5ZTVNOS){font-size:.9rem;color:var(--text-muted)}.loader:where(.astro-Y5ZTVNOS){width:28px;height:28px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.status-message:where(.astro-Y5ZTVNOS){flex-direction:column;align-items:center;text-align:center;gap:32px;padding:20px 0}.icon-wrap:where(.astro-Y5ZTVNOS){position:relative}.icon-wrap:where(.astro-Y5ZTVNOS):after{content:"";position:absolute;inset:-10px;border:2px solid #dcfce7;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.5);opacity:0}}.status-message:where(.astro-Y5ZTVNOS).success .icon:where(.astro-Y5ZTVNOS){width:100px;height:100px;background:#16a34a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:50px;box-shadow:0 10px 20px #16a34a4d}.status-message:where(.astro-Y5ZTVNOS) h3:where(.astro-Y5ZTVNOS){font-size:2.2rem;color:var(--text-main);margin-bottom:12px;font-family:Outfit,sans-serif}.status-message:where(.astro-Y5ZTVNOS) p:where(.astro-Y5ZTVNOS){font-size:1.15rem;color:var(--text-muted);max-width:450px;line-height:1.6}.success-actions:where(.astro-Y5ZTVNOS){display:flex;flex-direction:column;align-items:center;gap:16px}.secondary-btn:where(.astro-Y5ZTVNOS){background:#f3f4f6;color:var(--text-main);border:none;padding:16px 32px;border-radius:14px;font-weight:700;cursor:pointer;transition:all .2s;font-size:1rem}.secondary-btn:where(.astro-Y5ZTVNOS):hover{background:#e5e7eb;transform:translateY(-2px)}.text-link:where(.astro-Y5ZTVNOS){color:var(--primary);text-decoration:none;font-weight:600;font-size:.95rem}.text-link:where(.astro-Y5ZTVNOS):hover{text-decoration:underline}@media (max-width: 768px){.glass-form-container:where(.astro-Y5ZTVNOS){padding:40px 24px;border-radius:30px}.form-row:where(.astro-Y5ZTVNOS){grid-template-columns:1fr}.hero-section:where(.astro-Y5ZTVNOS){padding-top:140px}.hero-section:where(.astro-Y5ZTVNOS) h1:where(.astro-Y5ZTVNOS){font-size:2.8rem}}
