@import url('https://fonts.googleapis.com/css2?family=Allura&family=Inter:wght@300;400;500;600;700;800&display=swap');
:root{--purple:#7b2cbf;--purple2:#9d4edd;--purple3:#c77dff;--deep:#27113f;--ink:#24343b;--muted:#66757f;--soft:#f4edf9;--white:#fff;--glass:rgba(255,255,255,.68);--shadow:0 24px 70px rgba(58,20,86,.18);--radius:28px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.cdp-body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:#fbf8fd;overflow-x:hidden}a{text-decoration:none;color:inherit}.cdp-main{min-height:70vh}.cdp-header{position:fixed;top:0;left:0;width:100%;z-index:50;background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(255,255,255,.22));backdrop-filter:blur(14px)}.cdp-header-inner{height:112px;max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px;padding:0 22px}.cdp-brand{display:flex;align-items:center;justify-content:center;gap:14px;line-height:1;min-width:150px}.cdp-mark{width:72px;height:72px;display:flex;align-items:center;justify-content:center;line-height:1;flex:0 0 72px}.cdp-mark img{display:block;max-width:100%;max-height:100%;width:100%;height:auto;object-fit:contain}.cdp-brand-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.cdp-brand-name{font-family:Allura,cursive;font-size:32px;color:var(--purple);margin-top:-2px;white-space:nowrap}.cdp-brand-sub{font-size:11px;color:#9a70b4;letter-spacing:.08em;text-transform:uppercase}.cdp-nav{display:flex;align-items:center;gap:34px}.cdp-nav-right{justify-content:flex-start}.cdp-nav-left{justify-content:flex-end}.cdp-nav a{font-size:15px;font-weight:500;position:relative;color:#21343a;opacity:.92}.cdp-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-14px;height:2px;background:#1f2f36;transform:scaleX(0);transition:.25s}.cdp-nav a:hover:after,.cdp-nav a.is-active:after{transform:scaleX(1)}.cdp-menu-toggle{display:none;width:46px;height:46px;border:0;border-radius:15px;background:linear-gradient(135deg,var(--purple),var(--purple3));box-shadow:0 14px 28px rgba(123,44,191,.28);align-items:center;justify-content:center;flex-direction:column;gap:5px}.cdp-menu-toggle span{width:21px;height:2px;background:#fff;border-radius:5px}.cdp-mobile-panel{display:none}.cdp-hero{min-height:93vh;position:relative;overflow:hidden;padding-top:112px;isolation:isolate;transition:background 1s ease}.cdp-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(250,248,253,.92) 0%,rgba(250,248,253,.76) 44%,rgba(250,248,253,.28) 100%);z-index:-1}.cdp-hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 82% 43%,rgba(129,72,174,.28),transparent 34%),linear-gradient(135deg,rgba(246,241,249,.92),rgba(226,211,236,.62)),url('../img/abstract-clinic.svg') center/cover no-repeat;z-index:-2}.cdp-slide-1 .cdp-hero-bg{filter:hue-rotate(0deg)}.cdp-slide-2 .cdp-hero-bg{filter:hue-rotate(20deg) saturate(1.2)}.cdp-slide-3 .cdp-hero-bg{filter:hue-rotate(-18deg) saturate(1.05)}.cdp-slide-4 .cdp-hero-bg{filter:hue-rotate(38deg) brightness(1.02)}.cdp-hero-content{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr 520px;align-items:center;min-height:calc(93vh - 112px);padding:30px 22px 70px}.cdp-kicker,.cdp-section-head span,.cdp-band-copy span,.cdp-form-kicker,.cdp-page-hero span{display:inline-flex;align-items:center;gap:8px;color:var(--purple);font-weight:800;letter-spacing:.12em;text-transform:uppercase;font-size:12px}.cdp-hero h1{margin:12px 0 10px;font-size:clamp(58px,7vw,118px);line-height:.78;font-weight:400;color:#273d43}.cdp-hero h1 span{font-family:Allura,cursive;display:block;color:#3b2947;text-shadow:0 10px 34px rgba(103,48,147,.16)}.cdp-hero h1 small{display:block;font-size:clamp(28px,3.4vw,48px);font-weight:300;line-height:1.12;letter-spacing:.02em;color:#364b52}.cdp-hero-copy p{max-width:620px;font-size:20px;line-height:1.65;color:#50636c}.cdp-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.cdp-btn{border:0;display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 28px;border-radius:999px;font-weight:800;font-size:15px;cursor:pointer;transition:.24s}.cdp-btn-primary{background:linear-gradient(135deg,var(--purple),var(--purple3));color:#fff;box-shadow:0 18px 34px rgba(123,44,191,.28)}.cdp-btn-primary:hover{transform:translateY(-2px);box-shadow:0 24px 40px rgba(123,44,191,.36)}.cdp-btn-ghost{background:rgba(255,255,255,.66);color:var(--deep);border:1px solid rgba(123,44,191,.18);box-shadow:0 10px 28px rgba(55,30,76,.08)}.cdp-hero-portrait{height:620px;position:relative;display:flex;align-items:flex-end;justify-content:center}.cdp-portrait-orb{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle at 40% 28%,rgba(255,255,255,.98),rgba(218,198,232,.7) 45%,rgba(123,44,191,.14));box-shadow:inset 0 0 80px rgba(255,255,255,.8),0 30px 90px rgba(73,23,112,.15);right:-22px;bottom:18px}.cdp-portrait-card{position:relative;width:min(390px,90%);height:520px;border-radius:45% 45% 22px 22px;background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(246,238,251,.62));box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(255,255,255,.7)}.cdp-portrait-card:before{content:"";position:absolute;top:54px;width:190px;height:190px;border-radius:50%;background:linear-gradient(135deg,#f7eefe,#fff);box-shadow:0 18px 40px rgba(97,48,128,.12)}.cdp-portrait-card:after{content:"";position:absolute;bottom:-45px;width:360px;height:260px;border-radius:50% 50% 0 0;background:linear-gradient(135deg,var(--purple),#ead7f7);opacity:.85}.cdp-face-mark{position:relative;z-index:2;font-family:Allura,cursive;font-size:150px;color:rgba(123,44,191,.8);margin-top:-90px}.cdp-portrait-lines{position:absolute;bottom:82px;z-index:3;display:grid;gap:12px;width:220px}.cdp-portrait-lines span{height:10px;border-radius:20px;background:rgba(255,255,255,.75)}.cdp-slide-dots{position:absolute;bottom:34px;left:50%;transform:translateX(-50%);display:flex;gap:9px}.cdp-slide-dots span{width:10px;height:10px;border-radius:50%;background:rgba(123,44,191,.25)}.cdp-slide-dots span.is-active{width:32px;border-radius:20px;background:var(--purple)}.cdp-section{max-width:1180px;margin:0 auto;padding:90px 22px}.cdp-section-head{max-width:720px;margin:0 auto 34px;text-align:center}.cdp-section-head h2,.cdp-band-copy h2,.cdp-page-hero h1{font-size:clamp(34px,4vw,58px);line-height:1.03;margin:12px 0;color:#2b3540}.cdp-section-head p,.cdp-band-copy p,.cdp-page-hero p{font-size:18px;line-height:1.7;color:var(--muted)}.cdp-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cdp-card{background:#fff;border:1px solid rgba(123,44,191,.11);border-radius:var(--radius);padding:30px;box-shadow:0 18px 52px rgba(76,45,98,.07)}.cdp-card b{color:var(--purple3);font-size:32px}.cdp-card h3{font-size:22px;margin:18px 0 10px}.cdp-card p{color:var(--muted);line-height:1.65}.cdp-band{max-width:1180px;margin:40px auto 90px;padding:42px;display:grid;grid-template-columns:1.3fr .8fr;gap:30px;border-radius:40px;background:linear-gradient(135deg,#fff,#f0e3fa);box-shadow:var(--shadow);border:1px solid rgba(123,44,191,.12)}.cdp-band-panel{display:grid;gap:14px}.cdp-band-panel div{background:rgba(255,255,255,.72);border:1px solid rgba(123,44,191,.12);border-radius:24px;padding:22px}.cdp-band-panel strong{display:block;font-size:24px;color:var(--deep)}.cdp-band-panel small{color:var(--muted)}.cdp-page-hero{padding:170px 22px 64px;position:relative;overflow:hidden;background:linear-gradient(135deg,#fbf8fd,#ead8f7)}.cdp-page-hero:after{content:"";position:absolute;right:-80px;top:60px;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(157,78,221,.25),transparent 65%)}.cdp-page-hero>div{max-width:1180px;margin:0 auto;position:relative;z-index:1}.cdp-page-purple{background:linear-gradient(135deg,#fdfbff,#ead9fb)}.cdp-page-client{background:linear-gradient(135deg,#fbf8fd,#efe1f9)}.cdp-page-pro{background:linear-gradient(135deg,#f8f3fb,#dcc5ef)}.cdp-scheduler-wrap,.cdp-dashboard-shell{max-width:1180px;margin:0 auto;padding:50px 22px 90px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.cdp-calendar-card,.cdp-booking-card,.cdp-dash-aside,.cdp-dash-main{background:#fff;border-radius:32px;border:1px solid rgba(123,44,191,.11);box-shadow:0 18px 55px rgba(60,25,86,.08);padding:28px}.cdp-calendar-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.cdp-calendar-top button{width:44px;height:44px;border:0;border-radius:15px;background:#f1e3fa;color:var(--purple);font-size:30px;cursor:pointer}.cdp-weekdays,.cdp-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.cdp-weekdays span{text-align:center;font-weight:800;font-size:12px;color:#9572aa;text-transform:uppercase}.cdp-day{min-height:58px;border:1px solid rgba(123,44,191,.1);background:#fbf8fd;border-radius:18px;display:flex;align-items:center;justify-content:center;font-weight:800;color:#4b3859;cursor:pointer}.cdp-day:hover,.cdp-day.is-selected{background:linear-gradient(135deg,var(--purple),var(--purple3));color:#fff}.cdp-day.is-muted{opacity:.25;pointer-events:none}.cdp-day.is-disabled{opacity:.35;cursor:not-allowed;background:#f5f0f7}.cdp-selected-date{background:#f8efff;border-radius:18px;padding:14px 16px;color:#5d4270}.cdp-time-grid{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.cdp-time{border:1px solid rgba(123,44,191,.16);background:#fff;border-radius:16px;min-height:43px;padding:0 15px;color:var(--deep);font-weight:800;cursor:pointer}.cdp-time.is-selected{background:var(--purple);color:#fff}.cdp-form{display:grid;gap:15px}.cdp-form label{display:grid;gap:8px;font-weight:800;color:#453250}.cdp-form input,.cdp-form textarea,.cdp-form select{width:100%;border:1px solid rgba(123,44,191,.18);border-radius:18px;background:#fbf8fd;min-height:52px;padding:0 16px;font:inherit;outline:none}.cdp-form textarea{padding:15px 16px;resize:vertical}.cdp-form input:focus,.cdp-form textarea:focus{border-color:var(--purple2);box-shadow:0 0 0 4px rgba(157,78,221,.12)}.cdp-dashboard-shell{grid-template-columns:340px 1fr}.cdp-dash-aside{background:linear-gradient(160deg,var(--deep),var(--purple));color:#fff;align-self:start;position:sticky;top:132px}.cdp-dash-aside p,.cdp-dash-aside small{color:rgba(255,255,255,.78);line-height:1.6}.cdp-lookup-form{grid-template-columns:1fr 1fr auto;align-items:end}.cdp-list{display:grid;gap:14px;margin-top:24px}.cdp-empty{padding:24px;border-radius:22px;background:#fbf8fd;color:var(--muted);text-align:center}.cdp-appt{display:grid;grid-template-columns:1fr auto;gap:16px;padding:20px;border-radius:24px;background:linear-gradient(135deg,#fff,#fbf7fe);border:1px solid rgba(123,44,191,.12)}.cdp-appt h3{margin:0 0 8px}.cdp-appt p{margin:4px 0;color:var(--muted)}.cdp-status{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 14px;border-radius:999px;font-weight:900;font-size:12px;text-transform:uppercase}.cdp-status.pending{background:#fff4cf;color:#8b6500}.cdp-status.approved{background:#ddfbe8;color:#13753c}.cdp-status.rejected,.cdp-status.cancelled{background:#ffe4e4;color:#a32222}.cdp-pro-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.cdp-pro-actions button{height:40px;border:0;border-radius:13px;padding:0 13px;font-weight:900;cursor:pointer}.cdp-pro-actions .approve{background:#ddfbe8;color:#13753c}.cdp-pro-actions .reject{background:#ffe4e4;color:#a32222}.cdp-pro-actions .cancel{background:#f0e3fa;color:var(--purple)}.cdp-footer{background:#251238;color:#fff;padding:56px 22px 24px}.cdp-footer-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.2fr .7fr .9fr;gap:30px}.cdp-footer a{display:block;color:#ead7f7;margin-top:10px}.cdp-footer p{color:rgba(255,255,255,.72);line-height:1.6}.cdp-footer-brand{font-family:Allura,cursive;font-size:46px;color:#fff}.cdp-footer-action{font-weight:800}.cdp-footer-bottom{max-width:1180px;margin:34px auto 0;border-top:1px solid rgba(255,255,255,.12);padding-top:18px;color:rgba(255,255,255,.6);font-size:13px}.cdp-whatsapp{position:fixed;right:24px;bottom:24px;width:58px;height:58px;border-radius:50%;z-index:60;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;box-shadow:0 18px 36px rgba(0,0,0,.18)}.cdp-toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,30px);opacity:0;pointer-events:none;z-index:90;max-width:520px;padding:16px 20px;border-radius:18px;background:#251238;color:#fff;box-shadow:0 22px 50px rgba(0,0,0,.25);transition:.28s}.cdp-toast.show{opacity:1;transform:translate(-50%,0)}.cdp-page-empty{padding-top:170px;min-height:70vh}
@media (max-width: 900px){.cdp-header-inner{height:96px;grid-template-columns:auto 1fr auto;padding:0 14px;position:relative}.cdp-brand{grid-column:1 / 3;justify-self:start;align-items:center;min-width:0;text-align:center;gap:7px;margin-left:2px}.cdp-mark{width:56px;height:56px;flex:0 0 56px}.cdp-brand-text{align-items:center;text-align:center}.cdp-brand-name{font-size:31px;line-height:.95}.cdp-brand-sub{font-size:10px;text-align:center;width:100%;margin-top:4px}.cdp-nav{display:none}.cdp-menu-toggle{display:flex;grid-column:3;justify-self:end}.cdp-mobile-panel{display:grid;position:fixed;top:96px;left:10px;right:10px;background:rgba(255,255,255,.96);border:1px solid rgba(123,44,191,.14);border-radius:24px;padding:12px;gap:6px;box-shadow:var(--shadow);transform:translateY(-18px);opacity:0;pointer-events:none;transition:.24s}.cdp-mobile-panel.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.cdp-mobile-panel a{padding:15px;border-radius:16px;font-weight:800}.cdp-mobile-panel a:hover{background:#f4e8fb}.cdp-hero{padding-top:96px;min-height:auto}.cdp-hero-content{grid-template-columns:1fr;min-height:auto;padding:54px 16px 80px}.cdp-hero-copy{text-align:left}.cdp-hero h1{font-size:72px}.cdp-hero-copy p{font-size:17px}.cdp-hero-portrait{height:380px;margin-top:12px}.cdp-portrait-orb{width:340px;height:340px;right:auto}.cdp-portrait-card{height:330px;width:265px}.cdp-face-mark{font-size:110px}.cdp-portrait-card:before{width:135px;height:135px;top:38px}.cdp-portrait-card:after{width:280px;height:165px}.cdp-portrait-lines{bottom:45px;width:160px}.cdp-section{padding:64px 14px}.cdp-cards,.cdp-band,.cdp-scheduler-wrap,.cdp-dashboard-shell,.cdp-footer-grid{grid-template-columns:1fr}.cdp-band{margin:20px 14px 64px;padding:24px}.cdp-page-hero{padding:126px 16px 48px}.cdp-scheduler-wrap,.cdp-dashboard-shell{padding:28px 10px 70px;gap:14px}.cdp-calendar-card,.cdp-booking-card,.cdp-dash-aside,.cdp-dash-main{border-radius:26px;padding:18px}.cdp-dashboard-shell{display:block}.cdp-dash-aside{position:relative;top:auto;margin-bottom:14px}.cdp-lookup-form{grid-template-columns:1fr}.cdp-day{min-height:48px;border-radius:14px}.cdp-weekdays,.cdp-calendar-grid{gap:5px}.cdp-appt{grid-template-columns:1fr}.cdp-footer{padding-bottom:88px}.cdp-whatsapp{right:16px;bottom:16px}.cdp-btn{width:100%;padding:0 18px}.cdp-hero-actions{display:grid}.cdp-toast{left:10px;right:10px;transform:translateY(30px);max-width:none}.cdp-toast.show{transform:translateY(0)}}
@media (max-width: 430px){.cdp-brand{gap:6px;margin-left:0}.cdp-mark{width:52px;height:52px;flex-basis:52px}.cdp-brand-name{font-size:30px}.cdp-hero h1{font-size:62px}.cdp-page-hero h1,.cdp-section-head h2,.cdp-band-copy h2{font-size:34px}.cdp-scheduler-wrap,.cdp-dashboard-shell{padding-left:6px;padding-right:6px}.cdp-calendar-card,.cdp-booking-card,.cdp-dash-aside,.cdp-dash-main{padding:16px}.cdp-day{font-size:13px;min-height:44px}.cdp-time{flex:1 1 calc(50% - 10px)}}
