:root{--primary:#053178;--primary-ctm:#053178;--primary-light:#0a4aad;--primary-light-ctm:#0a4aad;--secondary:#11b8aa;--secondary-ctm:#11b8aa;--secondary-light:#14d4c4;--secondary-light-ctm:#14d4c4;--bg:#fff;--bg-alt:#f8fafc;--surface:#fff;--border:#e2e8f0;--tb-bg:#053178;--tb-text:#ffffffb8;--tb-strong:#fff;--tb-border:#ffffff21;--text-primary:#1e293b;--text-muted:#475569;--text-faint:#94a3b8;--shadow-sm:0 1px 3px #05317812;--shadow-md:0 4px 16px #05317817;--shadow-lg:0 8px 32px #05317821}[data-theme=dark]{--bg:#0f172a;--bg-alt:#1e293b;--surface:#1e293b;--border:#334155;--text-primary:#f1f5f9;--text-muted:#94a3b8;--text-faint:#64748b;--shadow-sm:0 1px 4px #00000059;--shadow-md:0 4px 18px #0006;--shadow-lg:0 8px 36px #00000080;--tb-bg:#020d1f;--tb-border:#ffffff12}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;width:100%;font-family:DM Sans,sans-serif;line-height:1.6;transition:background .25s,color .25s}.toolbar-ctm{background:var(--tb-bg);border-bottom:1px solid var(--tb-border);z-index:100;height:36px;padding:0 24px;position:relative}.toolbar-inner-ctm{justify-content:space-between;align-items:center;gap:8px;max-width:1280px;height:100%;margin:0 auto;display:flex}.tb-left-ctm{color:var(--tb-text);flex-shrink:1;align-items:center;gap:6px;min-width:0;font-size:12px;font-weight:500;display:flex;overflow:hidden}.tb-left-ctm svg{opacity:.65;flex-shrink:0}.tb-left-ctm a{color:var(--secondary-light-ctm);white-space:nowrap;flex-shrink:0;font-weight:600;text-decoration:none;transition:opacity .15s}.tb-left-ctm a:hover{opacity:.8}.tb-sep-ctm{background:var(--tb-border);flex-shrink:0;width:1px;height:13px;margin:0 4px}.tb-support-text-ctm{opacity:.85;white-space:nowrap;flex-shrink:0}.tb-right-ctm{flex-shrink:0;align-items:center;gap:4px;display:flex}.tb-lang-ctm{flex-shrink:0;position:relative}.tb-lang-btn-ctm{border:1px solid var(--tb-border);color:var(--tb-strong);cursor:pointer;white-space:nowrap;background:#ffffff12;border-radius:6px;align-items:center;gap:5px;padding:4px 10px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;transition:background .15s;display:flex}.tb-lang-btn-ctm:hover{background:#ffffff24}.tb-lang-btn-ctm svg{transition:transform .2s}.tb-lang-btn-ctm.open svg{transform:rotate(180deg)}.tb-lang-menu-ctm{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-lg);z-index:300;border-radius:10px;min-width:130px;display:none;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden}.tb-lang-menu-ctm.open{animation:.15s fadeDown;display:block}.tb-lang-item-ctm{color:var(--text-muted);cursor:pointer;align-items:center;gap:10px;padding:9px 14px;font-size:13px;font-weight:500;transition:background .12s,color .12s;display:flex}.tb-lang-item-ctm:hover{background:var(--bg-alt);color:var(--primary-ctm)}.tb-lang-item-ctm.active{color:var(--primary-ctm);font-weight:700}.flag-ctm{font-size:16px;line-height:1}.tb-theme-ctm{border:1px solid var(--tb-border);cursor:pointer;background:#ffffff12;border-radius:20px;align-items:center;gap:7px;margin-left:4px;padding:4px 10px 4px 6px;transition:background .15s;display:flex}.tb-theme-ctm:hover{background:#ffffff24}.toggle-track-ctm{background:#ffffff2e;border-radius:100px;flex-shrink:0;width:28px;height:16px;transition:background .25s;position:relative}[data-theme=dark] .toggle-track-ctm{background:var(--secondary-ctm)}.toggle-thumb-ctm{background:#fff;border-radius:50%;width:12px;height:12px;transition:transform .25s;position:absolute;top:2px;left:2px}[data-theme=dark] .toggle-thumb-ctm{transform:translate(12px)}.tb-theme-label-ctm{color:var(--tb-strong);white-space:nowrap;font-size:12px;font-weight:600}.icon-sun-ctm,.icon-moon-ctm{font-size:12px;line-height:1}[data-theme=light] .icon-moon-ctm,[data-theme=dark] .icon-sun-ctm{display:none}@keyframes fadeDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.site-header-ctm{z-index:50;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);transition:box-shadow .2s,background .25s,border-color .25s;position:sticky;top:0}.site-header-ctm.scrolled{box-shadow:var(--shadow-md)}.header-inner-ctm{justify-content:space-between;align-items:center;gap:16px;max-width:1280px;height:60px;margin:0 auto;padding:0 24px;display:flex}.logo-ctm{color:var(--primary-ctm);white-space:nowrap;letter-spacing:-.3px;flex-shrink:0;font-family:Fraunces,serif;font-size:21px;font-weight:700;text-decoration:none}.logo-ctm span{color:var(--secondary-ctm)}.main-nav-ctm{flex:1;justify-content:center;align-items:center;gap:2px;display:flex}.main-nav-ctm a{color:var(--text-muted);white-space:nowrap;border-radius:9px;padding:7px 13px;font-size:14px;font-weight:500;text-decoration:none;transition:color .18s,background .18s;position:relative}.main-nav-ctm a:hover{color:var(--primary-ctm);background:var(--bg-alt)}.main-nav-ctm a.active{color:var(--primary-ctm);font-weight:600}.main-nav-ctm a.active:after{content:"";background:var(--secondary-ctm);border-radius:2px;width:20px;height:2.5px;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.main-nav-ctm a.nav-rdv-ctm{background:var(--primary-ctm);color:#fff;border-radius:20px;margin-left:2px;padding:6px 16px;font-weight:600}.main-nav-ctm a.nav-rdv-ctm:hover{background:var(--primary-light-ctm);color:#fff}.main-nav-ctm a.nav-rdv-ctm:after{display:none}.header-actions-ctm{flex-shrink:0;align-items:center;gap:8px;display:flex}.btn-ctm{cursor:pointer;white-space:nowrap;border:none;border-radius:10px;align-items:center;gap:6px;padding:8px 18px;font-family:DM Sans,sans-serif;font-size:13.5px;font-weight:600;line-height:1;text-decoration:none;transition:all .18s;display:inline-flex}.btn-outline-ctm{border:1.5px solid var(--border);color:var(--text-primary);background:0 0}.btn-outline-ctm:hover{border-color:var(--primary-ctm);color:var(--primary-ctm);background:var(--bg-alt)}.btn-primary-ctm{background:var(--primary-ctm);color:#fff;border:1.5px solid #0000}.btn-primary-ctm:hover{background:var(--primary-light-ctm);transform:translateY(-1px);box-shadow:0 4px 12px #05317840}.btn-lg-ctm{border-radius:12px;padding:13px 30px;font-size:15.5px}.hamburger-ctm{background:var(--bg-alt);border:1px solid var(--border);cursor:pointer;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;transition:background .18s;display:none}.hamburger-ctm:hover{background:var(--border)}.hamburger-ctm span{background:var(--text-primary);border-radius:2px;width:20px;height:2px;transition:all .25s;display:block}.hamburger-ctm.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger-ctm.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger-ctm.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.drawer-overlay-ctm{z-index:500;backdrop-filter:blur(2px);opacity:0;background:#050f288c;transition:opacity .25s;display:none;position:fixed;inset:0}.drawer-overlay-ctm.open{opacity:1}.drawer-ctm{background:var(--surface);z-index:510;flex-direction:column;width:min(340px,88vw);height:100dvh;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 40px #0531782e}.drawer-ctm.open{transform:translate(0)}.drawer-hd-ctm{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.drawer-logo-ctm{color:var(--primary-ctm);font-family:Fraunces,serif;font-size:19px;font-weight:700;text-decoration:none}.drawer-logo-ctm span{color:var(--secondary-ctm)}.drawer-close-btn-ctm{background:var(--bg-alt);border:1px solid var(--border);cursor:pointer;width:34px;height:34px;color:var(--text-muted);border-radius:8px;justify-content:center;align-items:center;font-size:17px;transition:background .15s;display:flex}.drawer-close-btn-ctm:hover{background:var(--border)}.drawer-body-ctm{scrollbar-width:thin;scrollbar-color:var(--border)transparent;flex:1;padding:10px 12px 16px;overflow-y:auto}.drawer-body-ctm::-webkit-scrollbar{width:4px}.drawer-body-ctm::-webkit-scrollbar-track{background:0 0}.drawer-body-ctm::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.drawer-body-ctm::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}.drawer-sec-title-ctm{letter-spacing:1.2px;text-transform:uppercase;color:var(--text-faint);padding:10px 10px 5px;font-size:10px;font-weight:700}.drawer-nav-ctm{flex-direction:column;gap:2px;margin-bottom:6px;display:flex}.drawer-nav-ctm a{color:var(--text-muted);border-radius:10px;align-items:center;gap:12px;padding:11px 12px;font-size:14.5px;font-weight:500;text-decoration:none;transition:background .14s,color .14s;display:flex}.drawer-nav-ctm a:hover{background:var(--bg-alt);color:var(--primary-ctm)}.drawer-nav-ctm a.active{color:var(--primary-ctm);background:#05317812;font-weight:600}.d-icon-ctm{background:var(--bg-alt);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;display:flex}.drawer-divider-ctm{background:var(--border);height:1px;margin:7px 0}.drawer-ft-ctm{border-top:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:10px;padding:14px 16px;display:flex}.drawer-ft-top-ctm{justify-content:space-between;align-items:center;gap:12px;display:flex}.drawer-lang-row-ctm{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.dlang-pill-ctm{border:1.5px solid var(--border);cursor:pointer;color:var(--text-muted);background:var(--surface);border-radius:20px;padding:5px 11px;font-size:12px;font-weight:600;transition:all .15s}.dlang-pill-ctm:hover,.dlang-pill-ctm.active{border-color:var(--primary-ctm);color:var(--primary-ctm);background:#0531780d}.drawer-auth-ctm{flex-direction:column;gap:8px;display:flex}.drawer-auth-ctm .btn-ctm{border-radius:11px;justify-content:center;width:100%;padding:11px;font-size:14px}.drawer-user-info-ctm{background:var(--bg-alt-ctm);border-radius:12px;align-items:center;gap:12px;margin-bottom:8px;padding:12px;display:flex}.drawer-user-avatar-ctm{-o-object-fit:cover;object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.drawer-user-text-ctm{flex:1;min-width:0}.drawer-user-name-ctm{color:var(--text-primary-ctm);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;font-weight:600;overflow:hidden}.drawer-user-email-ctm{color:var(--text-faint-ctm);text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:11px;overflow:hidden}.drawer-user-link-ctm{color:var(--text-muted-ctm);border-radius:8px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.drawer-user-link-ctm:hover{background:var(--bg-alt-ctm);color:var(--primary-ctm)}.hero-ctm{background:linear-gradient(155deg,#f0f6ff 0%,#e8f5f4 50%,#f8fafc 100%);padding:80px 24px 72px;position:relative;overflow:hidden}[data-theme=dark] .hero-ctm{background:linear-gradient(155deg,#0d1f3c 0%,#0a2020 50%,#111827 100%)}.hero-ctm:before{content:"";background:radial-gradient(circle,#11b8aa1f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-120px;right:-120px}.hero-ctm:after{content:"";background:radial-gradient(circle,#05317812 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-80px;left:-80px}.hero-inner-ctm{text-align:center;z-index:1;max-width:820px;margin:0 auto;position:relative}.hero-badge-ctm{color:#0a9088;background:#11b8aa1a;border:1px solid #11b8aa40;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.hero-badge-dot-ctm{background:var(--secondary-ctm);border-radius:50%;width:7px;height:7px}.hero-ctm h1{color:var(--primary-ctm);letter-spacing:-1px;margin-bottom:20px;font-family:Fraunces,serif;font-size:clamp(34px,5vw,58px);font-weight:700;line-height:1.15}[data-theme=dark] .hero-ctm h1{color:#e2eeff}.hero-ctm h1 em{color:var(--secondary-ctm);font-style:normal}.hero-ctm p{color:var(--text-muted);max-width:560px;margin-bottom:44px;margin-left:auto;margin-right:auto;font-size:clamp(16px,2vw,19px)}.search-bar-ctm{background:var(--surface);border:1px solid var(--border);border-radius:16px;margin-bottom:28px;padding:8px;display:flex;box-shadow:0 8px 40px #05317824}.search-field-ctm{color:var(--text-primary);border:none;border-right:1px solid var(--border);background:0 0;outline:none;flex:1;padding:12px 16px;font-family:DM Sans,sans-serif;font-size:14.5px}.search-field-ctm:last-of-type{border-right:none}.search-field-ctm::placeholder{color:var(--text-faint)}.search-btn-ctm{background:var(--primary-ctm);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:12px 28px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;transition:all .18s;display:flex}.search-btn-ctm:hover{background:var(--primary-light-ctm);transform:translateY(-1px)}.trust-indicators-ctm{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.trust-item-ctm{color:var(--text-muted);align-items:center;gap:8px;font-size:13.5px;font-weight:500;display:flex}.trust-icon-ctm{background:var(--secondary-ctm);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;display:flex}.section-ctm{background:var(--bg);padding:80px 24px;transition:background .25s}.section-alt-ctm{background:var(--bg-alt);transition:background .25s}.container-ctm{max-width:1200px;margin:0 auto}.section-label-ctm{letter-spacing:1.2px;text-transform:uppercase;color:var(--secondary-ctm);align-items:center;gap:8px;margin-bottom:12px;font-size:12px;font-weight:700;display:inline-flex}.section-label-ctm:before{content:"";background:var(--secondary-ctm);border-radius:2px;width:24px;height:2px;display:block}.section-title-ctm{color:var(--primary-ctm);letter-spacing:-.5px;margin-bottom:16px;font-family:Fraunces,serif;font-size:clamp(28px,3.5vw,42px);font-weight:700;line-height:1.2}[data-theme=dark] .section-title-ctm{color:#c7deff}.section-sub-ctm{color:var(--text-muted);max-width:520px;font-size:16px;line-height:1.7}.text-center-ctm{text-align:center}.mt-12-ctm{margin-top:48px}.flex-center-ctm{justify-content:center;display:flex}.dmp-grid-ctm{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.dmp-illus-ctm{aspect-ratio:4/3;background:linear-gradient(135deg,#e8f0fe 0%,#d4f0ee 100%);border:1px solid #05317814;border-radius:24px;align-items:center;display:flex;overflow:hidden}[data-theme=dark] .dmp-illus-ctm{background:linear-gradient(135deg,#1a2850 0%,#0f2d2b 100%)}.dmp-illus-inner-ctm{flex-direction:column;gap:12px;width:100%;padding:32px;display:flex}.dmp-card-ctm{background:var(--surface);border:1px solid var(--border);border-radius:12px;align-items:center;gap:12px;padding:14px 18px;display:flex;box-shadow:0 2px 12px #05317814}.dmp-card-ico-ctm{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:17px;display:flex}.dmp-card-t-ctm{color:var(--primary-ctm);font-size:13px;font-weight:600}[data-theme=dark] .dmp-card-t-ctm{color:#c7deff}.dmp-card-s-ctm{color:var(--text-faint);font-size:11.5px}.dmp-bullets-ctm{flex-direction:column;gap:14px;margin:28px 0;list-style:none;display:flex}.dmp-bullet-ctm{color:var(--text-muted);align-items:center;gap:12px;font-size:15px;font-weight:500;display:flex}.dmp-check-ctm{width:24px;height:24px;color:var(--secondary-ctm);background:#11b8aa1f;border:1px solid #11b8aa4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;display:flex}.steps-grid-ctm{grid-template-columns:repeat(3,1fr);gap:32px;margin-top:52px;display:grid;position:relative}.steps-grid-ctm:before{content:"";background:linear-gradient(90deg,var(--secondary-ctm),var(--primary-ctm));opacity:.2;height:2px;position:absolute;top:40px;left:calc(16.67% + 28px);right:calc(16.67% + 28px)}.step-ctm{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:36px 24px;transition:box-shadow .2s,transform .2s;position:relative}.step-ctm:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.step-ico-ctm{border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;font-size:26px;display:flex}.step-ico-1-ctm{background:#05317812}.step-ico-2-ctm{background:#11b8aa1a}.step-ico-3-ctm{background:#05317812}.step-badge-ctm{background:var(--primary-ctm);color:#fff;border-radius:100px;padding:4px 12px;font-size:11px;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.step-ctm h3{color:var(--primary-ctm);margin-bottom:10px;font-family:Fraunces,serif;font-size:20px;font-weight:600}[data-theme=dark] .step-ctm h3{color:#c7deff}.step-ctm p{color:var(--text-muted);font-size:14px;line-height:1.65}.spec-grid-ctm{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:48px;display:grid}.spec-card-ctm{background:var(--surface);border:1.5px solid var(--border);cursor:pointer;border-radius:16px;align-items:center;gap:14px;padding:24px 20px;text-decoration:none;transition:all .2s;display:flex}.spec-card-ctm:hover{border-color:var(--secondary-ctm);background:#11b8aa0a;transform:translateY(-2px);box-shadow:0 4px 16px #11b8aa26}.spec-ico-ctm{background:var(--bg-alt);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex}.spec-name-ctm{color:var(--text-primary);font-size:14px;font-weight:600}.spec-count-ctm{color:var(--text-faint);margin-top:2px;font-size:12px}.doctors-grid-ctm{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px;display:grid}.doctor-card-ctm{background:var(--surface);border:1px solid var(--border);border-radius:20px;transition:all .2s;overflow:hidden}.doctor-card-ctm:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.doctor-photo-ctm{justify-content:center;align-items:center;height:230px;font-size:52px;display:flex;position:relative}.doctor-avail-ctm{color:#fff;background:#22c55e;border-radius:100px;align-items:center;gap:4px;padding:3px 9px;font-size:10.5px;font-weight:600;display:flex;position:absolute;bottom:10px;right:12px}.doctor-avail-ctm:before{content:"";background:#fff;border-radius:50%;width:5px;height:5px;display:inline-block}.doctor-body-ctm{padding:18px}.doctor-name-ctm{color:var(--primary-ctm);margin-bottom:4px;font-family:Fraunces,serif;font-size:17px;font-weight:600}[data-theme=dark] .doctor-name-ctm{color:#c7deff}.doctor-spec-ctm{color:var(--text-muted);margin-bottom:4px;font-size:13px}.doctor-city-ctm{color:var(--text-faint);margin-bottom:10px;font-size:12.5px}.doctor-rating-ctm{color:var(--text-primary);align-items:center;gap:5px;margin-bottom:14px;font-size:13px;font-weight:600;display:flex}.stars-ctm{color:#f59e0b;letter-spacing:1px}.review-count-ctm{color:var(--text-faint);font-size:11.5px;font-weight:400}.btn-rdv-ctm{background:var(--primary-ctm);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;padding:10px;font-family:DM Sans,sans-serif;font-size:13.5px;font-weight:600;transition:all .18s}.btn-rdv-ctm:hover{background:var(--primary-light-ctm);transform:translateY(-1px)}.roles-grid-ctm{grid-template-columns:1fr 1fr;gap:28px;margin-top:16px;display:grid}.role-card-ctm{border-radius:24px;flex-direction:column;gap:10px;padding:44px 40px;display:flex}.role-patient-ctm{background:linear-gradient(135deg,var(--primary-ctm)0%,#073d96 100%);color:#fff}.role-prat-ctm{background:linear-gradient(135deg,var(--secondary-ctm)0%,#0da49a 100%);color:#fff}.role-tag-ctm{letter-spacing:.5px;background:#ffffff26;border:1px solid #fff3;border-radius:100px;align-items:center;width:fit-content;margin-bottom:12px;padding:4px 14px;font-size:12px;font-weight:600;display:inline-flex}.role-title-ctm{margin-bottom:8px;font-family:Fraunces,serif;font-size:30px;font-weight:700;line-height:1.2}.role-feats-ctm{flex-direction:column;gap:12px;margin:20px 0 28px;list-style:none;display:flex}.role-feat-ctm{opacity:.9;align-items:center;gap:10px;font-size:15px;display:flex}.role-feat-ctm:before{content:"✓";text-align:center;background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;line-height:20px;display:flex}.btn-role-ctm{cursor:pointer;background:#fff;border:none;border-radius:12px;width:fit-content;padding:13px 24px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:700;text-decoration:none;transition:all .18s;display:inline-block}.btn-role-p-ctm{color:var(--primary-ctm)}.btn-role-d-ctm{color:#0a8c83}.btn-role-ctm:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.blog-grid-ctm{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid}.blog-card-ctm{background:var(--surface);border:1px solid var(--border);border-radius:20px;transition:all .2s;overflow:hidden}.blog-card-ctm:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.blog-img-ctm{justify-content:center;align-items:center;height:180px;font-size:52px;display:flex}.blog-img-1-ctm{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.blog-img-2-ctm{background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.blog-img-3-ctm{background:linear-gradient(135deg,#ede9fe,#ddd6fe)}.blog-tag-ctm{color:#0a8c83;text-transform:uppercase;letter-spacing:.5px;background:#11b8aa1a;border-radius:100px;padding:3px 10px;font-size:11.5px;font-weight:700}.blog-date-ctm{color:var(--text-faint);font-size:12px}.blog-meta-ctm{align-items:center;gap:8px;margin-bottom:10px;display:flex}.blog-body-ctm{padding:22px}.blog-title-ctm{color:var(--primary-ctm);margin-bottom:10px;font-family:Fraunces,serif;font-size:18px;font-weight:600;line-height:1.35}[data-theme=dark] .blog-title-ctm{color:#c7deff}.blog-desc-ctm{color:var(--text-muted);margin-bottom:18px;font-size:13.5px;line-height:1.65}.blog-link-ctm{color:var(--secondary-ctm);align-items:center;gap:5px;font-size:13.5px;font-weight:600;text-decoration:none;transition:gap .18s;display:flex}.blog-link-ctm:hover{gap:9px}.trust-grid-ctm{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px;display:grid}.trust-card-ctm{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:32px 20px}.trust-ico-ctm{border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 18px;font-size:28px;display:flex}.trust-ico-1-ctm{background:#05317812}.trust-ico-2-ctm{background:#11b8aa1a}.trust-ico-3-ctm{background:#ef444414}.trust-ico-4-ctm{background:#eab3081a}.trust-card-ctm h3{color:var(--primary-ctm);margin-bottom:8px;font-family:Fraunces,serif;font-size:17px;font-weight:600}[data-theme=dark] .trust-card-ctm h3{color:#c7deff}.trust-card-ctm p{color:var(--text-muted);font-size:13.5px;line-height:1.65}.footer-ctm{background:var(--primary-ctm);color:#ffffffd9;padding:64px 24px 0}[data-theme=dark] .footer-ctm{background:#020d1f}.footer-grid-ctm{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1.2fr 1.2fr 1.2fr 1.2fr;gap:48px;max-width:1200px;margin:0 auto;padding-bottom:52px;display:grid}@media (max-width:1024px){.footer-grid-ctm{grid-template-columns:1.5fr 1fr 1fr;gap:32px}}@media (max-width:768px){.footer-grid-ctm{grid-template-columns:1fr 1fr;gap:24px}}@media (max-width:480px){.footer-grid-ctm{grid-template-columns:1fr;gap:24px}}.footer-logo-ctm{color:#fff;margin-bottom:14px;font-family:Fraunces,serif;font-size:22px;font-weight:700;display:block}.footer-logo-ctm span{color:var(--secondary-ctm)}.footer-desc-ctm{color:#fff9;max-width:260px;font-size:14px;line-height:1.7}.footer-col-ctm h4{color:#fff;letter-spacing:.8px;text-transform:uppercase;opacity:.9;margin-bottom:18px;font-size:13px;font-weight:700}.footer-links-ctm{flex-direction:column;gap:11px;list-style:none;display:flex;padding:0!important}.footer-links-ctm a{color:#fff9;font-size:14px;text-decoration:none;transition:color .18s}.footer-links-ctm a:hover{color:var(--secondary-ctm)}.footer-bottom-ctm{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:1200px;margin:0 auto;padding:22px 0;display:flex}.footer-bottom-links-ctm{flex-wrap:wrap;gap:20px;display:flex}.footer-bottom-links-ctm a{color:#ffffff73;font-size:12.5px;text-decoration:none;transition:color .18s}.footer-bottom-links-ctm a:hover{color:#fffc}.footer-copy-ctm{color:#fff6;font-size:12.5px}.footer-social-ctm{gap:12px;display:flex}.footer-social-ctm a{color:#fff9;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:all .18s;display:inline-flex}.footer-social-ctm a:hover{color:var(--secondary-ctm);background:#11b8aa33}.footer-contact-info{list-style:none!important}.footer-contact-info li{color:#fff9;align-items:flex-start;gap:8px;font-size:14px;line-height:1.6;display:flex}.footer-contact-info li i{color:var(--secondary-ctm);flex-shrink:0;margin-top:3px}.nav-praticien-ctm{border:1.5px solid #11b8aa4d;border-radius:20px;color:var(--secondary-ctm)!important;padding:5px 14px!important;font-weight:600!important}.nav-praticien-ctm:hover{border-color:var(--secondary-ctm)!important;color:var(--secondary-ctm)!important;background:#11b8aa14!important}.nav-praticien-ctm:after{display:none!important}.drawer-praticien-ctm{color:var(--secondary-ctm)!important;font-weight:600!important}.drawer-praticien-ctm .d-icon-ctm{background:#11b8aa1a!important}.hero-cats-ctm{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:28px;display:flex}.cat-tab-ctm{background:var(--surface);border:2px solid var(--border);color:var(--text-muted);cursor:pointer;white-space:nowrap;border-radius:100px;align-items:center;gap:8px;padding:10px 22px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;transition:all .18s;display:flex;box-shadow:0 2px 8px #0531780f}.cat-tab-ctm:hover{border-color:var(--primary-ctm);color:var(--primary-ctm);background:#0531780a;transform:translateY(-1px);box-shadow:0 4px 14px #0531781f}.cat-tab-ctm.active{background:var(--primary-ctm);border-color:var(--primary-ctm);color:#fff;box-shadow:0 4px 16px #05317847}[data-theme=dark] .cat-tab-ctm{background:var(--bg-alt);border-color:var(--border);color:var(--text-muted)}[data-theme=dark] .cat-tab-ctm:hover{border-color:var(--secondary-ctm);color:var(--secondary-ctm);background:#11b8aa14}[data-theme=dark] .cat-tab-ctm.active{background:var(--primary-ctm);border-color:var(--primary-ctm);color:#fff}.cat-tab-icon-ctm{font-size:17px;line-height:1}.network-grid-ctm{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:48px;display:grid}.network-card-ctm{background:var(--surface);border:1.5px solid var(--border);border-radius:18px;flex-direction:column;gap:12px;padding:24px 20px;text-decoration:none;transition:all .2s;display:flex;position:relative;overflow:hidden}.network-card-ctm:before{content:"";background:var(--nc-color,#0531780a);opacity:0;transition:opacity .2s;position:absolute;inset:0}.network-card-ctm:hover{border-color:var(--nc-border,var(--primary-ctm));transform:translateY(-3px);box-shadow:0 8px 28px #0531781a}.network-card-ctm:hover:before{opacity:1}.network-card-top-ctm{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.network-ico-ctm{background:var(--nc-bg,#05317812);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.network-count-ctm{color:var(--nc-accent,var(--secondary-ctm));background:var(--nc-count-bg,#11b8aa1a);white-space:nowrap;border-radius:100px;padding:3px 9px;font-size:11px;font-weight:700}.network-name-ctm{color:var(--text-primary);font-size:15px;font-weight:700;line-height:1.2}.network-desc-ctm{color:var(--text-muted);flex:1;font-size:12.5px;line-height:1.55}.network-link-ctm{color:var(--nc-accent,var(--secondary-ctm));align-items:center;gap:4px;margin-top:4px;font-size:12px;font-weight:700;transition:gap .15s;display:flex}.network-card-ctm:hover .network-link-ctm{gap:8px}@media (max-width:960px){.network-grid-ctm{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.network-grid-ctm{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.network-grid-ctm{grid-template-columns:1fr;gap:12px}}@media (max-width:560px){.hero-cats-ctm{gap:6px}.cat-tab-ctm{padding:7px 13px;font-size:12.5px}}.hscroll-section-ctm{padding:72px 24px}.hscroll-header-ctm{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;max-width:1200px;margin:0 auto 28px;display:flex}.hscroll-header-text-ctm{flex:1;min-width:0}.hscroll-arrows-ctm{flex-shrink:0;align-items:center;gap:8px;display:flex}.hscroll-btn-ctm{background:var(--surface);border:1.5px solid var(--border);cursor:pointer;width:38px;height:38px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .18s;display:flex}.hscroll-btn-ctm:hover{border-color:var(--primary-ctm);color:var(--primary-ctm);background:var(--bg-alt)}.hscroll-btn-ctm:disabled{opacity:.3;cursor:not-allowed}.hscroll-outer-ctm{max-width:1200px;margin:0 auto;position:relative}.hscroll-track-ctm{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;user-select:none;gap:20px;padding:8px 0 16px;display:flex;overflow-x:auto}.hscroll-track-ctm:active,.hscroll-track-ctm.grabbing{cursor:grabbing}.hscroll-track-ctm::-webkit-scrollbar{display:none}.sol-card-ctm{background:var(--surface);border:1.5px solid var(--border);border-radius:20px;flex-direction:column;flex:0 0 270px;text-decoration:none;transition:all .22s;display:flex;overflow:hidden}.sol-card-ctm:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-ctm);transform:translateY(-4px)}.sol-card-banner-ctm{flex-shrink:0;justify-content:center;align-items:center;height:115px;font-size:42px;display:flex;position:relative}.sol-card-badge-ctm{background:var(--secondary-ctm);color:#fff;letter-spacing:.5px;text-transform:uppercase;border-radius:100px;padding:3px 9px;font-size:10px;font-weight:700;position:absolute;top:10px;right:10px}.sol-card-body-ctm{flex-direction:column;flex:1;gap:6px;padding:18px 20px 22px;display:flex}.sol-card-name-ctm{color:var(--primary-ctm);font-family:Fraunces,serif;font-size:17px;font-weight:600;line-height:1.2}[data-theme=dark] .sol-card-name-ctm{color:#c7deff}.sol-card-desc-ctm{color:var(--text-muted);flex:1;font-size:13px;line-height:1.6}.sol-card-link-ctm{color:var(--secondary-ctm);align-items:center;gap:4px;margin-top:6px;font-size:13px;font-weight:700;transition:gap .15s;display:flex}.sol-card-ctm:hover .sol-card-link-ctm{gap:8px}.partner-card-ctm{background:var(--surface);border:1.5px solid var(--border);border-radius:16px;flex-direction:column;flex:0 0 170px;justify-content:center;align-items:center;gap:10px;padding:24px 16px;transition:all .2s;display:flex}.partner-card-ctm:hover{border-color:var(--secondary-ctm);transform:translateY(-3px);box-shadow:0 6px 20px #11b8aa1f}.partner-logo-ctm{border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;font-size:26px;display:flex}.partner-name-ctm{color:var(--text-primary);text-align:center;font-size:13px;font-weight:700;line-height:1.3}.partner-type-ctm{color:var(--text-faint);text-align:center;font-size:11px}@media (max-width:560px){.sol-card-ctm{flex:0 0 230px}.partner-card-ctm{flex:0 0 140px}}html.drawer-open body{overflow:hidden}@media (max-width:1100px){.main-nav-ctm a{padding:6px 10px;font-size:13px}}@media (max-width:960px){.main-nav-ctm{display:none}.hamburger-ctm{display:flex}.spec-grid-ctm,.doctors-grid-ctm{grid-template-columns:repeat(2,1fr)}.dmp-grid-ctm{grid-template-columns:1fr;gap:40px}.trust-grid-ctm{grid-template-columns:repeat(2,1fr)}.footer-grid-ctm{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:768px){.tb-left-ctm svg,.tb-support-text-ctm,.tb-sep-ctm,.tb-email-ctm,.tb-theme-label-ctm{display:none}.toolbar-ctm{padding:0 14px}.dmp-illus-ctm,.trust-indicators-ctm{display:none}.network-grid-ctm{grid-template-columns:1fr;gap:12px}.network-card-ctm:nth-child(n+4){display:none}.hero-ctm{padding:56px 20px 52px}.search-bar-ctm{border-radius:14px;flex-direction:column}.search-field-ctm{border-right:none;border-bottom:1px solid var(--border)}.search-field-ctm:last-of-type{border-bottom:none}.search-btn-ctm{border-radius:10px;justify-content:center}.steps-grid-ctm{grid-template-columns:1fr}.steps-grid-ctm:before{display:none}.roles-grid-ctm,.blog-grid-ctm,.footer-grid-ctm{grid-template-columns:1fr}.section-ctm{padding:60px 20px}.header-actions-ctm .btn-outline-ctm{display:none}}@media (max-width:480px){.spec-grid-ctm,.doctors-grid-ctm,.trust-grid-ctm{grid-template-columns:1fr}.trust-indicators-ctm{flex-direction:column;align-items:center}.toolbar-ctm{padding:0 10px}}.hero-search-wrapper-ctm{max-width:820px;margin:0 auto;position:relative}.hero-dropdown-ctm{background:var(--surface);border:1px solid var(--border);width:100%;box-shadow:var(--shadow-lg);z-index:200;border-radius:18px;max-height:320px;padding:8px 0;animation:.18s dropdownFade;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto}.hero-dropdown-ctm::-webkit-scrollbar{width:6px}.hero-dropdown-ctm::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.hero-dropdown-ctm::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}.hero-dropdown-item-ctm{cursor:pointer;color:var(--text-primary);align-items:center;gap:14px;padding:12px 18px;font-size:14.5px;transition:background .15s,transform .1s;display:flex}.hero-dropdown-item-ctm:hover{background:var(--bg-alt)}.hero-dropdown-item-ctm.active{background:#11b8aa14}.hero-dropdown-icon-ctm{background:var(--bg-alt);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.hero-dropdown-title-ctm{font-size:14px;font-weight:600}.hero-dropdown-sub-ctm{color:var(--text-faint);margin-top:2px;font-size:12px}.hero-dropdown-divider-ctm{background:var(--border);height:1px;margin:6px 0}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.ctm-section{background:var(--bg);padding:96px 24px}[data-theme=dark] .ctm-section{background:var(--bg)}.ctm-section .container{z-index:1;position:relative}.ctm-header{text-align:center;margin-bottom:56px}.ctm-cards-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:48px;display:grid}.ctm-country-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;flex-direction:column;padding:36px 32px 32px;transition:box-shadow .22s,transform .22s;display:flex}.ctm-country-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #05317814}.ctm-head{border-bottom:1px solid var(--border);align-items:center;gap:16px;margin-bottom:24px;padding-bottom:24px;display:flex}.ctm-flag{flex-shrink:0;font-size:32px;line-height:1}.ctm-country{color:var(--primary);font-family:Fraunces,serif;font-size:20px;font-weight:700;line-height:1.15}[data-theme=dark] .ctm-country{color:#c7deff}.ctm-country-sub{letter-spacing:.8px;text-transform:uppercase;color:var(--cc-accent,var(--secondary));margin-top:3px;font-size:11px;font-weight:600}.ctm-rows{flex-direction:column;gap:0;display:flex}.ctm-row{border-bottom:1px solid var(--border);align-items:flex-start;gap:14px;padding:13px 0;display:flex}.ctm-row:last-child{border-bottom:none;padding-bottom:0}.ctm-row-icon{flex-shrink:0;justify-content:center;align-items:center;width:18px;margin-top:2px;display:flex}.ctm-row-icon svg{width:14px;height:14px;stroke:var(--cc-accent,var(--secondary));fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.ctm-row-label{letter-spacing:.7px;text-transform:uppercase;color:var(--text-faint);margin-bottom:3px;font-size:10.5px;font-weight:700}.ctm-row-value{color:var(--text-primary);font-size:14px;font-weight:600;line-height:1.5}.ctm-row-value a{color:var(--text-primary);text-decoration:none;transition:color .15s}.ctm-row-value a:hover{color:var(--cc-accent,var(--secondary))}.ctm-bottom-bar{border:1px solid var(--border);border-radius:16px;flex-wrap:wrap;justify-content:center;align-items:center;gap:0;display:flex;overflow:hidden}.ctm-bar-item{color:var(--text-muted);border-right:1px solid var(--border);flex:1;justify-content:center;align-items:center;gap:10px;min-width:160px;padding:18px 28px;font-size:13.5px;font-weight:500;display:flex}.ctm-bar-item:last-child{border-right:none}.ctm-bar-dot{background:var(--secondary);border-radius:50%;flex-shrink:0;width:7px;height:7px}@media (max-width:960px){.ctm-cards-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.ctm-cards-grid{grid-template-columns:1fr}.ctm-bottom-bar{flex-direction:column}.ctm-bar-item{border-right:none;border-bottom:1px solid var(--border);width:100%}.ctm-bar-item:last-child{border-bottom:none}}
