:root{--color-primary:#103060;--color-secondary:#174778;--color-accent:#50c0ff;--color-background:#f4f8ff;--color-text:#10213f;--color-muted:#667085;--color-whatsapp:#20d060;--color-surface:#ffffff;--color-border:#cfe2ef;--shadow-soft:0 18px 60px rgba(16, 48, 96, .12);--radius:8px;--font-heading:Georgia,Cambria,"Times New Roman",serif;--font-body:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--page-bg:#ffffff;--header-bg:rgba(16, 48, 96, .78);--header-scrolled-bg:rgba(255,255,255,.96)}:root.physiocore-theme-dark{color-scheme:dark;--color-primary:#b9d8ff;--color-secondary:#8ec9ff;--color-accent:#54d7ff;--color-background:#101c31;--color-text:#edf6ff;--color-muted:#b9c7dc;--color-surface:#17243b;--color-border:#2f4667;--shadow-soft:0 18px 60px rgba(0, 0, 0, .34);--page-bg:#0b1424;--header-bg:rgba(9, 20, 36, .88);--header-scrolled-bg:rgba(12, 24, 42, .96)}:root.theme-is-changing *,:root.theme-is-changing ::after,:root.theme-is-changing ::before{transition-duration:.32s!important;transition-property:background-color,background,border-color,color,box-shadow,filter,opacity,transform!important;transition-timing-function:ease!important}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:16px;line-height:1.65;color:var(--color-text);background:var(--page-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}body.nav-open{overflow:hidden}iframe,img,svg{max-width:100%}img{height:auto;display:block}svg{width:1.2em;height:1.2em;fill:currentColor}a{color:inherit;text-decoration:none}a:hover{color:var(--color-secondary)}button,input,select,textarea{font:inherit}:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px}.screen-reader-text,.skip-link:not(:focus){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.skip-link:focus{position:fixed;top:1rem;left:1rem;z-index:2000;background:var(--color-surface);padding:.8rem 1rem;border-radius:var(--radius);box-shadow:var(--shadow-soft)}.container{width:min(1120px,calc(100% - 32px));margin-inline:auto}.section{padding:58px 0}.section--compact{padding:44px 0}.section--top{padding-top:120px}.page-top-spacer{padding-top:76px}.section--soft{background:var(--color-background)}.section--primary{background:linear-gradient(135deg,var(--color-primary),#0b2146);color:#fff}.eyebrow{margin:0 0 .8rem;text-transform:uppercase;letter-spacing:0;font-size:.78rem;font-weight:800;color:#668199}.eyebrow--light{color:#9fe5ff}h1,h2,h3{margin:0 0 1rem;font-family:var(--font-heading);line-height:1.08;letter-spacing:0;color:var(--color-primary)}.section--primary h1,.section--primary h2,.section--primary h3{color:#fff}h1{font-size:clamp(2.35rem, 9vw, 4.9rem)}h2{font-size:clamp(1.9rem, 6vw, 3.1rem)}h3{font-family:var(--font-body);font-size:1.25rem;line-height:1.25}p{margin:0 0 1rem}.lead,.section-intro{font-size:1.1rem;color:var(--color-muted);max-width:720px}.section-heading{display:grid;gap:1rem;margin-bottom:2rem}.section-heading p{max-width:620px;color:var(--color-muted)}.section-heading--sales{max-width:820px;gap:.75rem;margin-bottom:2.25rem}.section-heading--sales h2{max-width:760px;font-size:clamp(2.25rem, 5.5vw, 3.7rem)}.section-heading--sales p:not(.eyebrow){max-width:720px;font-size:1.08rem;line-height:1.7}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:48px;padding:.85rem 1.25rem;border:0;border-radius:999px;background:var(--color-accent);color:#061936;font-weight:800;cursor:pointer;box-shadow:0 12px 30px rgba(80,192,255,.25);transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(80,192,255,.34);color:#061936}.button--ghost{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.26);box-shadow:none}.button--outline{background:#fff;color:var(--color-primary);border:1px solid var(--color-border);box-shadow:none}.button--small{min-height:42px;padding:.65rem 1rem;font-size:.92rem}.button--whatsapp{background:var(--color-whatsapp);color:#052c16;box-shadow:0 14px 30px rgba(32,208,96,.25)}.button--header{box-shadow:0 18px 42px rgba(80,192,255,.38)}.button-row,.contact-actions,.section-cta{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem}.section-cta{margin-top:1.3rem}.text-link{display:inline-flex;color:var(--color-primary);font-weight:800}.text-link::after{content:">";margin-left:.35rem}.site-header{position:fixed;inset:0 0 auto;z-index:100010;background:var(--header-bg);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.1);transform:translateY(0);transition:transform .28s,background .2s,box-shadow .2s;will-change:transform}.site-header.is-scrolled{background:var(--header-scrolled-bg);box-shadow:0 10px 34px rgba(16,48,96,.1)}.site-header.is-hidden{transform:translateY(calc(-100% - 12px))}body.nav-open .site-header{transform:translateY(0)}.site-header__inner{min-height:76px;display:flex;align-items:center;justify-content:flex-start;gap:1rem}.site-brand{display:inline-flex;align-items:center;gap:.7rem;padding:.44rem .76rem;border:1px solid rgba(207,226,239,.86);border-radius:calc(var(--radius) + 2px);background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(238,249,255,.94));color:var(--color-primary);font-weight:900;box-shadow:0 10px 26px rgba(6,25,54,.14),inset 0 1px 0 rgba(255,255,255,.82);transition:background .25s,border-color .25s,box-shadow .25s,transform .25s}.is-scrolled .site-brand{color:var(--color-primary)}.site-brand__lockup{display:inline-flex;align-items:center;gap:.55rem}.site-brand__logo{width:clamp(165px,17vw,230px);max-height:40px;object-fit:contain;object-position:left center}.site-brand__figures{width:clamp(58px,6vw,86px);max-height:42px;object-fit:contain;object-position:center}.site-brand__mark{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--color-accent);color:var(--color-primary)}:root.physiocore-theme-dark .site-brand{box-shadow:0 14px 36px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.1)}:root.physiocore-theme-dark .site-brand__figures,:root.physiocore-theme-dark .site-brand__logo{filter:drop-shadow(0 4px 10px rgba(0,0,0,.18))}.custom-logo{max-height:52px;width:auto}.primary-nav{display:flex;align-items:center;gap:1rem;margin-left:auto}.primary-nav__list{display:flex;align-items:center;gap:1.25rem;padding:0;margin:0;list-style:none;color:rgba(255,255,255,.82)}.is-scrolled .primary-nav__list{color:var(--color-text)}.primary-nav a{position:relative;font-weight:700;transition:color .2s,background .2s}.primary-nav__list a::after{content:"";position:absolute;left:0;right:0;bottom:-.45rem;height:3px;border-radius:999px;background:var(--color-accent);transform:scaleX(0);transform-origin:left;transition:transform .2s}.primary-nav__list .current-menu-item>a::after,.primary-nav__list .is-active>a::after,.primary-nav__list a:hover::after{transform:scaleX(1)}.primary-nav__list .current-menu-item>a,.primary-nav__list .is-active>a{color:#fff}.is-scrolled .primary-nav__list .current-menu-item>a,.is-scrolled .primary-nav__list .is-active>a{color:var(--color-primary)}.nav-toggle{display:none!important;visibility:visible;opacity:1;place-items:center;position:static;z-index:1004;flex:0 0 48px;width:48px;height:48px;border:1px solid transparent;border-radius:50%;background:var(--color-accent);color:#061936;cursor:pointer;box-shadow:0 10px 28px rgba(80,192,255,.25)}.is-scrolled .nav-toggle{color:var(--color-primary);border-color:var(--color-border);background:#fff}.nav-toggle span:not(.screen-reader-text){display:block;grid-area:1/1;width:24px;height:2px;margin:0;background:currentColor}.nav-toggle span:not(.screen-reader-text):first-child{transform:translateY(-7px)}.nav-toggle span:not(.screen-reader-text):nth-child(3){transform:translateY(7px)}.theme-toggle{position:relative;display:inline-grid;place-items:center;flex:0 0 auto;width:58px;height:42px;padding:0;border:0;background:0 0;color:#061936;cursor:pointer;pointer-events:auto;touch-action:manipulation;z-index:100011}.theme-toggle *{pointer-events:none}.theme-toggle__track{position:relative;width:58px;height:34px;border-radius:999px;background:linear-gradient(135deg,#eaf7ff,#fff);border:1px solid rgba(207,226,239,.96);box-shadow:0 12px 28px rgba(6,25,54,.16),inset 0 0 0 1px rgba(255,255,255,.62);transition:background .28s,border-color .28s,box-shadow .28s}.theme-toggle__thumb{position:absolute;left:4px;top:4px;display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--color-accent);color:#061936;box-shadow:0 8px 18px rgba(80,192,255,.34);transform:translateX(0) rotate(0);transition:transform .34s cubic-bezier(.2,.8,.2,1),background .28s,color .28s,box-shadow .28s}.theme-toggle__icon{grid-area:1/1;width:16px;height:16px;transition:opacity .22s,transform .28s}.theme-toggle__icon--sun{opacity:0;transform:scale(.65) rotate(50deg)}.theme-toggle__icon--moon{opacity:1;transform:scale(1) rotate(0)}.theme-toggle[aria-pressed=true] .theme-toggle__track{background:linear-gradient(135deg,#0f1b2f,#243f64);border-color:#456a9b;box-shadow:0 12px 28px rgba(0,0,0,.24),inset 0 0 0 1px rgba(255,255,255,.08)}.theme-toggle[aria-pressed=true] .theme-toggle__thumb{background:#e8f4ff;color:#10213f;box-shadow:0 0 0 5px rgba(84,215,255,.12),0 10px 22px rgba(0,0,0,.32);transform:translateX(24px) rotate(180deg)}.theme-toggle[aria-pressed=true] .theme-toggle__icon--sun{opacity:1;transform:scale(1) rotate(0)}.theme-toggle[aria-pressed=true] .theme-toggle__icon--moon{opacity:0;transform:scale(.65) rotate(-50deg)}.theme-toggle:hover .theme-toggle__thumb{transform:translateX(0) scale(1.06)}.theme-toggle[aria-pressed=true]:hover .theme-toggle__thumb{transform:translateX(24px) scale(1.06) rotate(180deg)}.hero{min-height:clamp(680px,86dvh,860px);padding:118px 0 42px;background:linear-gradient(90deg,rgba(6,24,52,.86) 0,rgba(11,41,88,.74) 52%,rgba(11,41,88,.44) 100%),var(--hero-image),linear-gradient(180deg,#0e2f60,#0b2958 72%,#123f78);background-size:cover;background-position:center;color:#fff;display:grid;align-items:center}.hero__grid{display:grid;gap:2rem}.hero__content{min-width:0;max-width:100%}.hero__eyebrow{display:inline-flex;max-width:100%;white-space:normal;padding:.45rem .9rem;border-radius:999px;background:rgba(80,192,255,.18);color:#b9eaff;font-weight:700}.hero h1{color:#fff;max-width:min(800px,100%)}.hero__value{max-width:760px;color:#fff;font-size:clamp(1.1rem, 2.5vw, 1.55rem);font-weight:750}.hero__text{width:min(760px,100%);max-width:100%;color:rgba(255,255,255,.75);font-size:1.2rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.5rem}.hero__panel{margin-top:.6rem;background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(80,192,255,.1));border:1px solid rgba(185,234,255,.28);border-radius:calc(var(--radius) + 2px);padding:.75rem;box-shadow:0 24px 60px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.14);backdrop-filter:blur(12px)}.hero__specialties{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.hero__specialties a{position:relative;display:grid;gap:.3rem;min-height:126px;padding:1.15rem 1.1rem;text-align:left;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius);background:linear-gradient(145deg,rgba(9,43,88,.92),rgba(18,76,134,.64)),radial-gradient(circle at 85% 18%,rgba(84,215,255,.24),transparent 34%);color:#fff;box-shadow:0 14px 32px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.14);overflow:hidden;transition:transform .22s,border-color .22s,background .22s}.hero__specialties a:hover{transform:translateY(-3px);border-color:rgba(80,192,255,.55)}.hero__specialties a::after{content:"";position:absolute;right:-30px;bottom:-38px;width:96px;height:96px;border-radius:50%;background:rgba(80,192,255,.14)}.hero__specialties em{display:grid;place-items:center;width:42px;height:42px;margin-bottom:.3rem;border-radius:14px;background:linear-gradient(135deg,rgba(80,192,255,.34),rgba(255,255,255,.13));color:#d8f5ff;border:1px solid rgba(185,234,255,.2);font-style:normal;font-weight:900}.hero__specialties em svg{width:22px;height:22px;fill:currentColor}.hero__specialties strong{display:block;position:relative;z-index:1;font-size:1.12rem;line-height:1.25}.hero__specialties small{position:relative;z-index:1;color:rgba(255,255,255,.78);line-height:1.35}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.contact-form,.content-shell,.doctor-card,.info-panel,.post-card,.service-card,.testimonial-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.service-card{min-height:460px;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;transition:transform .22s,box-shadow .22s,border-color .22s}.post-card:hover,.service-card:hover,.testimonial-card:hover{transform:translateY(-4px);border-color:rgba(80,192,255,.65);box-shadow:0 24px 70px rgba(16,48,96,.16)}.section-media{margin:0 0 1.4rem;border-radius:var(--radius);overflow:hidden;border:1px solid var(--color-border);box-shadow:var(--shadow-soft);aspect-ratio:16/7;background:#d8ecf8}.section-media img{width:100%;height:100%;object-fit:cover}.service-card__media{display:block;width:100%;aspect-ratio:16/10;overflow:hidden;background:var(--color-background)}.service-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .28s}.service-card:hover .service-card__media img{transform:scale(1.04)}.service-card__icon{width:54px;height:54px;display:grid;place-items:center;border-radius:var(--radius);background:#edf8ff;color:var(--color-primary);font-size:1.7rem;margin:1.2rem 1.2rem .9rem}.service-card h3,.service-card p,.service-card__actions,.service-card__fit{margin-inline:1.2rem}.post-card p,.service-card p{color:var(--color-muted)}.service-card__fit{width:calc(100% - 2.4rem);margin-top:.2rem;margin-bottom:1rem;padding:.85rem;border:1px solid #dbeeff;border-radius:var(--radius);background:#f7fbff}.service-card__fit strong{display:block;margin-bottom:.45rem;color:var(--color-primary);font-size:.78rem;text-transform:uppercase;letter-spacing:0}.service-card__fit ul{display:flex;flex-wrap:wrap;gap:.45rem;padding:0;margin:0;list-style:none}.service-card__fit li{padding:.32rem .55rem;border-radius:999px;background:#fff;border:1px solid var(--color-border);color:var(--color-secondary);font-size:.86rem;font-weight:750}.service-card__actions{margin-top:auto;margin-bottom:1.2rem;display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.service-card .text-link{margin-top:0}.contact-grid,.content-grid,.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem;align-items:center}.doctor-card{min-height:360px;display:grid;place-items:center;background:linear-gradient(160deg,#edf8ff,#fff);overflow:hidden}.doctor-card--large{min-height:620px;align-self:stretch}.doctor-card--large img{width:100%;height:100%;object-fit:cover;object-position:center 70%}.doctor-card__initials{display:grid;place-items:center;width:160px;height:160px;border-radius:50%;background:var(--color-primary);color:#fff;font-size:3rem;font-family:var(--font-heading)}.doctor-profile{background:linear-gradient(180deg,#fff 0,var(--color-background) 100%)}.doctor-profile__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem;align-items:stretch}.doctor-profile__content{display:grid;align-content:center}.doctor-quote{margin:1.2rem 0;padding:1.1rem 1.25rem;border-left:4px solid var(--color-accent);border-radius:var(--radius);background:#fff;color:var(--color-primary);font-size:1.18rem;font-family:var(--font-heading);line-height:1.45;box-shadow:var(--shadow-soft)}.credential-panel{margin:1.2rem 0;padding:1.25rem;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-soft)}.credential-panel h3{margin-bottom:.8rem}.credential-list{display:grid;gap:.75rem;padding:0;margin:0;list-style:none}.credential-list li{display:grid;gap:.15rem;padding-left:1.2rem;position:relative;min-width:0}.credential-list li::before{content:"";position:absolute;left:0;top:.6rem;width:.55rem;height:.55rem;border-radius:50%;background:var(--color-accent)}.credential-list strong{color:var(--color-primary)}.credential-list span{color:var(--color-muted)}.doctor-detail-blocks{display:grid;grid-template-columns:1.25fr .75fr;gap:1.2rem;margin-top:2rem;align-items:stretch}.trust-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.trust-card-grid article{min-height:185px;padding:1.2rem;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-soft)}.trust-card-grid article span{display:grid;place-items:center;width:44px;height:44px;margin-bottom:.8rem;border-radius:var(--radius);background:#edf8ff;color:var(--color-primary)}.trust-card-grid article p{margin:0;color:var(--color-muted)}.doctor-timeline{padding:1.25rem;border-radius:var(--radius);background:var(--color-primary);color:rgba(255,255,255,.82);box-shadow:var(--shadow-soft)}.doctor-timeline h3{color:#fff}.doctor-timeline ol{display:grid;gap:1rem;padding:0;margin:0;list-style:none;counter-reset:timeline}.doctor-timeline li{position:relative;padding-left:3rem;counter-increment:timeline}.doctor-timeline li::before{content:counter(timeline);position:absolute;left:0;top:.1rem;display:grid;place-items:center;width:2rem;height:2rem;border-radius:50%;background:var(--color-accent);color:#061936;font-weight:900}.doctor-timeline strong{display:block;color:#fff}.doctor-timeline span{display:block}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;margin-top:1.4rem}.trust-strip span{min-height:74px;display:flex;align-items:center;padding:.9rem 1rem .9rem 2.2rem;position:relative;border-radius:var(--radius);background:#fff;border:1px solid var(--color-border);color:var(--color-primary);font-weight:800;box-shadow:var(--shadow-soft)}.trust-strip span::before{content:"";position:absolute;left:1rem;width:.62rem;height:.62rem;border-radius:50%;background:var(--color-accent)}.check-list{padding:0;margin:1.3rem 0;list-style:none;display:grid;gap:.8rem}.check-list li{padding-left:1.8rem;position:relative}.check-list li::before{content:"";position:absolute;left:0;top:.55rem;width:.8rem;height:.8rem;border-radius:50%;background:var(--color-accent)}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.value-grid article{padding:1.4rem;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius);background:rgba(255,255,255,.06)}.value-grid article span{display:inline-grid;place-items:center;width:44px;height:44px;margin-bottom:.8rem;border-radius:var(--radius);background:rgba(80,192,255,.16);color:#9fe5ff}.section-heading--light p{color:rgba(255,255,255,.76)}.process-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}.process-media{margin:0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft)}.process-media img{width:100%;height:100%;min-height:320px;object-fit:cover}.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.timeline div{padding:1.3rem;border-left:4px solid var(--color-accent);background:var(--color-background);border-radius:var(--radius)}.timeline span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--color-primary);color:#fff;font-weight:800;margin-bottom:1rem}.carousel{position:relative;overflow:hidden;padding-bottom:.2rem}.carousel__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:.25rem}.carousel__track::-webkit-scrollbar{display:none}.carousel__slide{flex:0 0 min(100%,520px);padding:1.5rem;scroll-snap-align:start}#testimonios .carousel__slide{flex-basis:min(100%,510px)}.testimonial-card__stars{color:#f5b844;display:flex;gap:.15rem;margin-bottom:1rem}.testimonial-card blockquote{margin:0 0 1rem;font-size:1.08rem;font-style:italic}.testimonial-card span{display:block;color:var(--color-muted)}.carousel__controls{display:flex;justify-content:center;gap:.75rem;margin-top:1.35rem}.back-to-top,.carousel__controls button{width:46px;height:46px;border:0;border-radius:50%;background:var(--color-primary);color:#fff;font-size:1.5rem;cursor:pointer;box-shadow:0 14px 34px rgba(16,48,96,.16);transition:transform .18s,background .18s}.carousel__controls button:hover{transform:translateY(-2px);background:var(--color-secondary)}.carousel__controls button:active{transform:translateY(0) scale(.94)}.carousel__controls button:disabled,.carousel__controls button[aria-disabled=true]{opacity:.42;cursor:not-allowed;transform:none;background:#7890ad;box-shadow:none}.carousel__controls button:disabled:hover,.carousel__controls button[aria-disabled=true]:hover{background:#7890ad;transform:none}.blog-articles-heading{grid-template-columns:1fr .8fr;align-items:end}.blog-article-carousel{margin-top:1.4rem}.blog-article-carousel__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius);background:rgba(255,255,255,.72)}.blog-article-carousel__toolbar p{margin:0;color:var(--color-muted)}.blog-article-carousel__controls{margin-top:0;flex:0 0 auto}.blog-article-carousel__track{padding:.25rem .15rem 1rem}.blog-article-carousel__slide{flex:0 0 min(88%,370px);padding:0}.blog-article-carousel__slide .post-card{height:100%}.blog-article-carousel.is-moving-next .blog-article-carousel__slide{animation:.42s both blogSlideNext}.blog-article-carousel.is-moving-prev .blog-article-carousel__slide{animation:.42s both blogSlidePrev}@keyframes blogSlideNext{0%{opacity:.72;transform:translateX(18px) scale(.985)}100%{opacity:1;transform:translateX(0) scale(1)}}@keyframes blogSlidePrev{0%{opacity:.72;transform:translateX(-18px) scale(.985)}100%{opacity:1;transform:translateX(0) scale(1)}}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem}.faq-item{border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:0 14px 34px rgba(16,48,96,.06)}.faq-item button{width:100%;min-height:64px;border:0;background:linear-gradient(180deg,#fff,#f8fcff);color:var(--color-primary);padding:1rem 1.1rem;display:flex;gap:1rem;align-items:center;justify-content:space-between;text-align:left;font-weight:850;cursor:pointer}.faq-item button span{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:#eef8ff;color:var(--color-primary);transition:transform .22s,background .22s}.faq-item button[aria-expanded=true] span{transform:rotate(45deg);background:var(--color-accent)}.faq-item button[aria-expanded=true]{background:linear-gradient(180deg,#f8fcff,#eef8ff)}.faq-item__panel{padding:0 1.1rem 1.15rem;color:var(--color-muted)}.faq-item__panel p{margin:0;line-height:1.75}.faq-hero{padding:122px 0 54px;background:linear-gradient(180deg,#fff,var(--color-background))}.faq-hero__grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(300px,.78fr);gap:2rem;align-items:center}.faq-hero__content{min-width:0}.faq-hero__content h1{max-width:760px}.faq-hero__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.35rem}.faq-hero__media{position:relative;margin:0;aspect-ratio:4/3;border-radius:var(--radius);overflow:hidden;border:1px solid var(--color-border);box-shadow:var(--shadow-soft);background:#d8ecf8}.faq-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}.faq-hero__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,48,96,0),rgba(16,48,96,.24))}.faq-guide{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.4rem}.faq-guide article{position:relative;padding:1.2rem;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-soft)}.faq-guide span{display:grid;place-items:center;width:34px;height:34px;margin-bottom:.8rem;border-radius:50%;background:var(--color-primary);color:#fff;font-weight:900}.faq-guide h2{margin-bottom:.35rem;font-family:var(--font-body);font-size:1.05rem}.faq-guide p{margin:0;color:var(--color-muted)}.faq-layout{display:grid;grid-template-columns:minmax(260px,.42fr) minmax(0,1fr);gap:1.2rem;align-items:start}.faq-grid--page{grid-template-columns:1fr}.faq-visual{position:sticky;top:104px;padding:1.2rem;border:1px solid var(--color-border);border-radius:var(--radius);background:linear-gradient(180deg,#fff,#f7fbff);box-shadow:var(--shadow-soft)}.faq-visual h2{margin-bottom:.85rem;font-size:1.55rem}.faq-visual ul{display:grid;gap:.7rem;padding:0;margin:0 0 1rem;list-style:none;color:var(--color-muted)}.faq-visual li{position:relative;padding-left:1.25rem}.faq-visual li::before{content:"";position:absolute;left:0;top:.62rem;width:7px;height:7px;border-radius:50%;background:var(--color-accent);box-shadow:0 0 0 5px rgba(80,192,255,.12)}.faq-visual figure{margin:0;aspect-ratio:16/10;border-radius:var(--radius);overflow:hidden;border:1px solid var(--color-border)}.faq-visual img{width:100%;height:100%;object-fit:cover}.home-faq{background:linear-gradient(180deg,#fff,var(--color-background))}.home-faq__heading{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.2rem;align-items:end;margin-bottom:1.4rem}.home-faq__heading h2{max-width:720px}.home-faq__heading p{max-width:680px;color:var(--color-muted)}.home-faq__grid{display:grid;grid-template-columns:minmax(280px,.42fr) minmax(0,1fr);gap:1.2rem;align-items:start}.home-faq__guide{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-soft)}.home-faq__guide figure{position:relative;margin:0;aspect-ratio:16/11;overflow:hidden;background:#d8ecf8}.home-faq__guide figure::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,48,96,0),rgba(16,48,96,.34))}.home-faq__guide img{width:100%;height:100%;object-fit:cover}.home-faq__guide-body{padding:1.2rem}.home-faq__guide-body h3{margin-bottom:.8rem;font-family:var(--font-body);font-size:1.12rem}.home-faq__guide-body ul{display:grid;gap:.7rem;padding:0;margin:0;list-style:none;color:var(--color-muted)}.home-faq__guide-body li{position:relative;padding-left:1.25rem}.home-faq__guide-body li::before{content:"";position:absolute;left:0;top:.62rem;width:7px;height:7px;border-radius:50%;background:var(--color-accent);box-shadow:0 0 0 5px rgba(80,192,255,.12)}.home-faq__content{display:grid;gap:1rem}.home-faq__quick{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}.home-faq__quick article{display:grid;gap:.18rem;min-height:100px;padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius);background:linear-gradient(180deg,#fff,#f7fbff);box-shadow:0 12px 30px rgba(16,48,96,.07)}.home-faq__quick span{display:grid;place-items:center;width:32px;height:32px;margin-bottom:.25rem;border-radius:50%;background:var(--color-primary);color:#fff;font-weight:900}.home-faq__quick strong{color:var(--color-primary)}.home-faq__quick small{color:var(--color-muted)}.home-faq__accordion{grid-template-columns:1fr}.home-faq__cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.8rem;padding:1rem 1.1rem;border:1px solid rgba(80,192,255,.34);border-radius:var(--radius);background:linear-gradient(135deg,rgba(80,192,255,.12),rgba(255,255,255,.78))}.home-faq__cta p{max-width:560px;margin:0;color:var(--color-muted)}.post-card{overflow:hidden}.post-card__image{display:block;aspect-ratio:16/10;background:var(--color-background);overflow:hidden}.post-card__image img{width:100%;height:100%;object-fit:cover}.post-card__body{padding:1.2rem}.entry-meta{color:var(--color-muted);font-size:.9rem}.contact-section{background:linear-gradient(180deg,#fff,var(--color-background))}.contact-brand-card{width:min(100%,420px);margin:0 0 1.35rem;padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-soft)}.contact-brand-card img{width:100%;max-height:230px;object-fit:contain}.contact-list{display:grid;gap:.8rem;margin:1.5rem 0}.contact-list p{display:flex;gap:.75rem;align-items:flex-start}.contact-list svg{color:var(--color-primary);margin-top:.25rem;flex:0 0 auto}.location-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin:1.3rem 0}.location-cards article{padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-soft)}.location-cards h3{margin-bottom:.35rem;font-size:1rem}.location-cards p{margin:0;color:var(--color-primary);font-weight:800;overflow-wrap:anywhere}.contact-actions p{display:inline-flex;gap:.55rem;align-items:center;margin:0;color:var(--color-muted)}.map-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.3rem}.map-embed h3{margin-bottom:.55rem;font-family:var(--font-body);font-size:1rem}.map-embed iframe{width:100%;min-height:360px;border:0;border-radius:var(--radius);box-shadow:var(--shadow-soft)}.contact-form{padding:1.4rem;display:grid;gap:.65rem}.contact-form h3{margin-bottom:0}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid var(--color-border);border-radius:var(--radius);padding:.85rem .9rem;background:#fff;color:var(--color-text)}.contact-form label{font-weight:700}.contact-form .checkbox{display:flex;gap:.6rem;align-items:flex-start;font-weight:500;color:var(--color-muted)}.contact-form .checkbox input{width:auto;margin-top:.35rem}.contact-form input.is-invalid,.contact-form select.is-invalid,.contact-form textarea.is-invalid{border-color:#c62828;box-shadow:0 0 0 3px rgba(198,40,40,.12)}.field-error{min-height:1.05rem;margin:-.35rem 0 .2rem;color:#b42318;font-size:.86rem;font-weight:700}.contact-form__other{display:grid;gap:.65rem;animation:.2s both formFieldIn}.form-status--error{color:#b42318}@keyframes formFieldIn{0%{opacity:0;transform:translateY(-6px)}100%{opacity:1;transform:translateY(0)}}.honeypot{display:none}.form-status{margin:.4rem 0 0;font-weight:700}.content-shell{padding:1.6rem}.content-shell .entry-content a{color:var(--color-primary);text-decoration:underline}.entry-content img,.featured-media{border-radius:var(--radius);overflow:hidden}.featured-media{margin:1.3rem 0;border:1px solid var(--color-border);box-shadow:var(--shadow-soft)}.featured-media img{width:100%;max-height:520px;object-fit:cover}.article-cta{margin-top:1.6rem;padding:1.4rem;border-radius:var(--radius);background:linear-gradient(135deg,#edf8ff,#fff);border:1px solid var(--color-border)}.empty-state{display:grid;grid-template-columns:1.1fr .9fr;gap:1.4rem;align-items:center;padding:1.5rem;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-soft)}.empty-state figure{margin:0;border-radius:var(--radius);overflow:hidden}.empty-state img{width:100%;height:100%;min-height:240px;object-fit:cover}.service-hero{padding:132px 0 64px;background:var(--color-background)}.blog-hero,.contact-page-hero,.doctor-page-hero,.service-page-hero{padding:122px 0 48px;background:linear-gradient(180deg,#fff,var(--color-background))}.blog-hero__grid,.contact-page-hero__grid,.doctor-page-hero__grid,.service-page-hero__grid{display:grid;grid-template-columns:1fr .9fr;gap:2rem;align-items:center}.blog-hero__grid>*,.contact-page-hero__grid>*,.doctor-page-hero__grid>*,.service-page-hero__grid>*{min-width:0}.service-page-hero .section-media{margin:0;aspect-ratio:4/3}.blog-hero .section-media{margin:0;aspect-ratio:16/9}.blog-hero .section-media img{object-position:34% center}.doctor-page-hero__content{max-width:720px}.doctor-page-hero__content h1{max-width:100%;font-size:2.35rem;overflow-wrap:anywhere;word-break:break-word}.contact-page-hero h1{max-width:840px;font-size:clamp(2.6rem, 5.2vw, 4.8rem);overflow-wrap:normal;word-break:normal}.doctor-page-hero__media{width:100%;max-width:100%;min-width:0;margin:0;aspect-ratio:4/3;min-height:420px}.doctor-page-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 68%}.doctor-page-quote{margin:1.2rem 0;padding:1rem 1.15rem;border-left:4px solid var(--color-accent);background:rgba(255,255,255,.74);color:var(--color-primary);font-size:1.08rem;font-weight:700;overflow-wrap:anywhere}.credential-panel--compact{margin-bottom:1.2rem}.credential-panel--compact h2{font-family:var(--font-body);font-size:1.08rem;margin-bottom:.75rem}.credential-list span,.credential-list strong{overflow-wrap:anywhere}.contact-page-hero__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.3rem}.contact-page-hero__cards{display:grid;gap:.85rem}.contact-page-hero__cards article{padding:1.15rem;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-soft)}.contact-page-hero__cards h2{margin-bottom:.35rem;font-family:var(--font-body);font-size:1.02rem}.contact-page-hero__cards a{color:var(--color-primary);font-weight:800;overflow-wrap:anywhere}.service-advisor{display:grid;grid-template-columns:1fr 1.15fr;gap:1.6rem;align-items:center}.service-advisor .section-heading--sales h2,.service-detail-main .section-heading--sales h2{font-size:clamp(2rem, 4.2vw, 3.05rem)}.blog-support{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.blog-support article{min-height:132px;padding:1.25rem;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-soft)}.blog-support strong{display:block;margin-bottom:.45rem;color:var(--color-primary);font-size:1.08rem}.blog-support span{color:var(--color-muted)}.cta-band{position:relative;overflow:hidden;text-align:left;background:linear-gradient(135deg,#0c2a58,#082044);color:#fff}.cta-band::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(80,192,255,.12),transparent 45%),radial-gradient(circle at 78% 20%,rgba(255,255,255,.12),transparent 28%);pointer-events:none}.cta-band .container{position:relative;display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;align-items:center}.cta-band h2{color:#fff}.cta-band p{max-width:620px;color:rgba(255,255,255,.78)}.cta-band__panel{padding:1.35rem;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius);background:rgba(255,255,255,.08);box-shadow:0 24px 70px rgba(0,0,0,.18)}.cta-band__panel h3{color:#fff;margin-bottom:.8rem}.cta-band__panel ul{display:grid;gap:.7rem;padding:0;margin:0;list-style:none;color:rgba(255,255,255,.86)}.cta-band__panel li{display:flex;gap:.55rem;align-items:flex-start}.cta-band__panel li::before{content:"";flex:0 0 8px;width:8px;height:8px;margin-top:.62rem;border-radius:50%;background:var(--color-accent)}.service-hero__grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:2rem}.service-hero__media{min-height:320px;display:grid;place-items:center;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-soft);color:var(--color-primary);font-size:8rem}.service-hero__media--image{position:relative;margin:0;overflow:hidden;font-size:2.6rem}.service-hero__media--image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.service-hero__media--image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,48,96,.06),rgba(16,48,96,.55))}.service-hero__media--image span{position:relative;z-index:1;display:grid;place-items:center;width:82px;height:82px;border-radius:50%;background:rgba(255,255,255,.92);color:var(--color-primary);box-shadow:var(--shadow-soft)}.service-hero__promise{max-width:680px;color:var(--color-primary);font-size:clamp(1.22rem, 2.4vw, 1.7rem);font-weight:850;line-height:1.35}.service-hero__points{display:grid;gap:.65rem;max-width:700px;padding:0;margin:1.2rem 0 1.45rem;list-style:none}.service-hero__points li{position:relative;padding-left:1.55rem;color:var(--color-text);font-weight:700}.service-hero__points li::before{content:"";position:absolute;left:0;top:.52rem;width:.65rem;height:.65rem;border-radius:50%;background:var(--color-accent);box-shadow:0 0 0 5px rgba(80,192,255,.16)}.service-detail-layout{grid-template-columns:1fr;align-items:start;max-width:1060px}.service-detail-main{padding:1.5rem}.service-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.service-detail-card{min-height:0;padding:1.1rem;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff}.service-detail-card h3{margin-bottom:.8rem;color:var(--color-primary);font-size:1.12rem}.service-detail-card--accent{background:linear-gradient(145deg,#edf8ff,#fff);border-color:rgba(80,192,255,.55)}.service-detail-aside{position:static;display:grid;grid-template-columns:1fr 1fr auto;gap:1rem;align-items:center;padding:1.35rem}.service-detail-aside h2{grid-column:1/-1;margin-bottom:0}.service-detail-aside>p{margin:0}.service-aside-callout{display:grid;gap:.4rem;margin:0;padding:1rem;border-radius:var(--radius);background:#edf8ff;border:1px solid #c8eaff}.service-aside-callout strong{color:var(--color-primary)}.service-aside-callout span{color:var(--color-muted)}.quick-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.quick-card{display:block;min-height:150px;padding:1.25rem;border-radius:var(--radius);border:1px solid var(--color-border);background:#fff;box-shadow:var(--shadow-soft);transition:transform .22s,border-color .22s,box-shadow .22s}.quick-card:hover{transform:translateY(-3px);border-color:rgba(80,192,255,.6);box-shadow:0 22px 60px rgba(16,48,96,.14)}.quick-card strong{display:block;margin-bottom:.55rem;color:var(--color-primary);font-size:1.1rem}.quick-card span{color:var(--color-muted)}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;color:var(--color-muted);font-size:.92rem}.site-footer{background:#082044;color:rgba(255,255,255,.75);padding:56px 0 92px}.site-footer h2{color:#fff;font-family:var(--font-body);font-size:1.1rem}.site-footer__logo{width:min(100%,320px);margin:0 0 1rem;padding:.75rem;border-radius:var(--radius);background:#fff}.site-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:2rem}.site-footer ul{padding:0;margin:0;list-style:none;display:grid;gap:.5rem}.site-footer a{color:rgba(255,255,255,.86)}.site-footer__bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.whatsapp-float{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));z-index:1100;display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:var(--color-whatsapp);color:#052c16;box-shadow:0 18px 40px rgba(32,208,96,.32);animation:2.6s infinite pulse}.whatsapp-float svg{width:32px;height:32px}.back-to-top{position:fixed;right:92px;bottom:26px;z-index:1000;opacity:0;pointer-events:none;transition:opacity .2s}.back-to-top.is-visible{opacity:1;pointer-events:auto}.cookie-banner{position:fixed;left:16px;bottom:16px;z-index:1200;width:min(360px,calc(100% - 32px));display:flex;gap:.85rem;align-items:center;justify-content:space-between;padding:.85rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:0 18px 50px rgba(16,48,96,.18)}.cookie-banner p{margin:0;font-size:.84rem;line-height:1.45}.cookie-banner__body{display:grid;gap:.75rem}.cookie-banner .button{width:100%;min-height:40px;margin-top:.75rem;padding:.55rem .9rem}.cookie-banner__body .button{margin-top:0}[data-reveal]{opacity:1;transform:none;transition:opacity .55s,transform .55s}[data-reveal].is-visible{opacity:1;transform:translateY(0)}:root.physiocore-theme-dark .site-header.is-scrolled{border-bottom-color:rgba(255,255,255,.1)}:root.physiocore-theme-dark .blog-support article,:root.physiocore-theme-dark .button--outline,:root.physiocore-theme-dark .contact-form,:root.physiocore-theme-dark .contact-page-hero__cards article,:root.physiocore-theme-dark .content-shell,:root.physiocore-theme-dark .cookie-banner,:root.physiocore-theme-dark .credential-panel,:root.physiocore-theme-dark .doctor-card,:root.physiocore-theme-dark .empty-state,:root.physiocore-theme-dark .faq-item,:root.physiocore-theme-dark .faq-item button,:root.physiocore-theme-dark .info-panel,:root.physiocore-theme-dark .location-cards article,:root.physiocore-theme-dark .post-card,:root.physiocore-theme-dark .quick-card,:root.physiocore-theme-dark .service-card,:root.physiocore-theme-dark .service-detail-aside,:root.physiocore-theme-dark .service-detail-card,:root.physiocore-theme-dark .service-hero__media,:root.physiocore-theme-dark .site-brand,:root.physiocore-theme-dark .testimonial-card,:root.physiocore-theme-dark .trust-card-grid article,:root.physiocore-theme-dark .trust-strip span{background:var(--color-surface);border-color:var(--color-border);color:var(--color-text)}:root.physiocore-theme-dark .site-brand{background:linear-gradient(135deg,rgba(13,31,55,.92),rgba(18,54,88,.78));border-color:rgba(125,211,252,.34);color:#eaf7ff;box-shadow:0 16px 38px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.12),0 0 0 1px rgba(80,192,255,.08);backdrop-filter:blur(12px)}:root.physiocore-theme-dark .custom-logo,:root.physiocore-theme-dark .site-brand__figures,:root.physiocore-theme-dark .site-brand__logo{filter:drop-shadow(0 0 8px rgba(80,192,255,.22)) saturate(1.18) brightness(1.14)}:root.physiocore-theme-dark .primary-nav__list{color:rgba(237,246,255,.82)}:root.physiocore-theme-dark .eyebrow{color:#9fc9ed}:root.physiocore-theme-dark .is-scrolled .primary-nav__list{color:var(--color-text)}:root.physiocore-theme-dark .is-scrolled .primary-nav__list .current-menu-item>a,:root.physiocore-theme-dark .is-scrolled .primary-nav__list .is-active>a{color:#fff}:root.physiocore-theme-dark .post-card__image,:root.physiocore-theme-dark .section--soft,:root.physiocore-theme-dark .service-card__media,:root.physiocore-theme-dark .service-hero,:root.physiocore-theme-dark .timeline div{background:var(--color-background)}:root.physiocore-theme-dark .blog-hero,:root.physiocore-theme-dark .contact-page-hero,:root.physiocore-theme-dark .contact-section,:root.physiocore-theme-dark .doctor-page-hero,:root.physiocore-theme-dark .doctor-profile,:root.physiocore-theme-dark .faq-hero,:root.physiocore-theme-dark .service-page-hero{background:linear-gradient(180deg,var(--page-bg),var(--color-background))}:root.physiocore-theme-dark .contact-page-hero__cards a,:root.physiocore-theme-dark .credential-list strong,:root.physiocore-theme-dark .quick-card strong,:root.physiocore-theme-dark .service-card h3 a,:root.physiocore-theme-dark .service-detail-card h3,:root.physiocore-theme-dark .service-hero__promise,:root.physiocore-theme-dark .text-link,:root.physiocore-theme-dark h1,:root.physiocore-theme-dark h2,:root.physiocore-theme-dark h3{color:var(--color-primary)}:root.physiocore-theme-dark .blog-support span,:root.physiocore-theme-dark .breadcrumbs,:root.physiocore-theme-dark .credential-list span,:root.physiocore-theme-dark .faq-item__panel,:root.physiocore-theme-dark .form-status,:root.physiocore-theme-dark .lead,:root.physiocore-theme-dark .post-card p,:root.physiocore-theme-dark .quick-card span,:root.physiocore-theme-dark .section-heading p,:root.physiocore-theme-dark .section-intro,:root.physiocore-theme-dark .service-aside-callout span,:root.physiocore-theme-dark .service-card p{color:var(--color-muted)}:root.physiocore-theme-dark .hero__panel{background:linear-gradient(135deg,rgba(4,14,29,.56),rgba(28,74,118,.32));border-color:rgba(125,211,252,.24)}:root.physiocore-theme-dark .hero__specialties span{background:linear-gradient(145deg,rgba(13,31,55,.92),rgba(23,65,105,.7));border-color:rgba(125,211,252,.2)}:root.physiocore-theme-dark .hero__specialties a{background:linear-gradient(145deg,rgba(13,31,55,.94),rgba(23,65,105,.72)),radial-gradient(circle at 85% 18%,rgba(84,215,255,.2),transparent 34%);border-color:rgba(125,211,252,.24)}:root.physiocore-theme-dark .faq-item button{background:linear-gradient(180deg,#172945,#13233b);color:#eaf7ff}:root.physiocore-theme-dark .faq-item button[aria-expanded=true]{background:linear-gradient(180deg,#1d3658,#162943)}:root.physiocore-theme-dark .faq-guide span,:root.physiocore-theme-dark .faq-item button span{background:#203653;color:#8bdcff}:root.physiocore-theme-dark .faq-guide article,:root.physiocore-theme-dark .faq-visual,:root.physiocore-theme-dark .home-faq__cta,:root.physiocore-theme-dark .home-faq__guide,:root.physiocore-theme-dark .home-faq__quick article{background:linear-gradient(180deg,#152640,#112039);border-color:var(--color-border)}:root.physiocore-theme-dark .home-faq{background:linear-gradient(180deg,var(--page-bg),var(--color-background))}:root.physiocore-theme-dark .home-faq__cta{background:linear-gradient(135deg,rgba(80,192,255,.12),rgba(18,36,61,.78))}:root.physiocore-theme-dark .home-faq__guide-body h3,:root.physiocore-theme-dark .home-faq__quick strong{color:#eaf7ff}:root.physiocore-theme-dark .service-card__icon,:root.physiocore-theme-dark .trust-card-grid article span{background:#203653;color:var(--color-primary)}:root.physiocore-theme-dark .doctor-page-quote,:root.physiocore-theme-dark .doctor-quote,:root.physiocore-theme-dark .service-aside-callout,:root.physiocore-theme-dark .service-card__fit,:root.physiocore-theme-dark .service-detail-card--accent{background:#12243d;border-color:#345174;color:var(--color-text)}:root.physiocore-theme-dark .service-card__fit li{background:#17243b;border-color:#385477;color:var(--color-primary)}:root.physiocore-theme-dark .contact-brand-card{position:relative;overflow:hidden;background:radial-gradient(circle at 50% 35%,rgba(84,215,255,.2),transparent 58%),linear-gradient(135deg,rgba(84,215,255,.1),rgba(32,64,96,.24)),#12243d;border-color:#3b5b82;box-shadow:0 18px 55px rgba(0,0,0,.28)}:root.physiocore-theme-dark .contact-brand-card::before{content:"";position:absolute;inset:.55rem;border-radius:calc(var(--radius) - 2px);background:rgba(255,255,255,.08);box-shadow:inset 0 0 0 1px rgba(207,226,239,.18)}:root.physiocore-theme-dark .contact-brand-card img{position:relative;z-index:1;filter:saturate(1.08) brightness(1.22) drop-shadow(0 10px 22px rgba(0,0,0,.28))}:root.physiocore-theme-dark .location-cards a,:root.physiocore-theme-dark .location-cards p{color:#d7ebff}:root.physiocore-theme-dark .contact-form input,:root.physiocore-theme-dark .contact-form select,:root.physiocore-theme-dark .contact-form textarea{background:#0f1f36;border-color:#45658b;color:#f4f9ff;caret-color:var(--color-accent);box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}:root.physiocore-theme-dark .contact-form input::placeholder,:root.physiocore-theme-dark .contact-form textarea::placeholder{color:#95abc6;opacity:1}:root.physiocore-theme-dark .contact-form select{color-scheme:dark}:root.physiocore-theme-dark .contact-form input:focus,:root.physiocore-theme-dark .contact-form select:focus,:root.physiocore-theme-dark .contact-form textarea:focus{border-color:var(--color-accent);background:#132945;box-shadow:0 0 0 3px rgba(84,215,255,.18)}:root.physiocore-theme-dark .contact-form input.is-invalid,:root.physiocore-theme-dark .contact-form select.is-invalid,:root.physiocore-theme-dark .contact-form textarea.is-invalid{border-color:#ff8a8a;box-shadow:0 0 0 3px rgba(255,138,138,.18)}:root.physiocore-theme-dark .field-error{color:#ff9c9c}:root.physiocore-theme-dark .contact-form .checkbox{color:#c6d4e8}:root.physiocore-theme-dark .contact-form input[type=checkbox]{accent-color:var(--color-accent)}:root.physiocore-theme-dark .button--outline{background:#17243b!important;color:#d7ebff!important;border-color:#45658b}:root.physiocore-theme-dark .map-embed,:root.physiocore-theme-dark .section-media{background:#17243b;border-color:var(--color-border)}:root.physiocore-theme-dark .cta-band,:root.physiocore-theme-dark .doctor-timeline,:root.physiocore-theme-dark .site-footer{background:#081222}:root.physiocore-theme-dark .site-footer__logo{background:radial-gradient(circle at 50% 42%,rgba(84,215,255,.18),transparent 58%),linear-gradient(135deg,#10213a,#172f4d);border:1px solid rgba(159,201,237,.34);filter:saturate(1.12) brightness(1.08) drop-shadow(0 14px 26px rgba(0,0,0,.22))}:root.physiocore-theme-dark .blog-article-carousel__toolbar{background:#17243b;border-color:#3b5b82;box-shadow:0 16px 42px rgba(0,0,0,.18)}:root.physiocore-theme-dark .blog-article-carousel__toolbar p{color:#d7e9fb}:root.physiocore-theme-dark .blog-article-carousel__controls button{background:#54d7ff;color:#061936;box-shadow:0 12px 26px rgba(84,215,255,.2)}:root.physiocore-theme-dark .blog-article-carousel__controls button:hover{background:#8ae5ff}:root.physiocore-theme-dark .blog-article-carousel__controls button:disabled,:root.physiocore-theme-dark .blog-article-carousel__controls button[aria-disabled=true]{background:#29415f;color:#8fa8c3;opacity:1}:root.physiocore-theme-dark .post-card{border-color:#3b5b82;background:#17243b}:root.physiocore-theme-dark .entry-meta{color:#9fb6d2}:root.physiocore-theme-dark .blog-support article{border-color:#3b5b82}:root.physiocore-theme-dark .blog-support strong{color:#d7ebff}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width:780px){.site-header__inner{gap:.55rem}.site-brand{flex:1 1 auto;max-width:calc(100% - 116px);min-width:0;padding:.35rem .5rem}.nav-toggle{display:grid!important;order:3;margin-left:0}.theme-toggle{position:static;order:2;z-index:100011;width:54px;height:44px}.theme-toggle__track{width:54px;height:34px}.theme-toggle[aria-pressed=true] .theme-toggle__thumb{transform:translateX(20px) rotate(180deg)}.theme-toggle[aria-pressed=true]:hover .theme-toggle__thumb{transform:translateX(20px) scale(1.06) rotate(180deg)}.site-brand__lockup{gap:.28rem}.site-brand__logo{width:min(142px,calc(100vw - 238px));max-height:30px}.site-brand__figures{width:42px;max-height:30px}.site-brand__text{max-width:min(235px,calc(100vw - 128px));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.primary-nav{position:fixed;inset:76px 0 auto;display:none;flex-direction:column;align-items:stretch;max-height:calc(100dvh - 76px);overflow-y:auto;padding:1rem;background:#fff;box-shadow:var(--shadow-soft);z-index:1002}:root.physiocore-theme-dark .primary-nav{background:var(--color-surface)}.primary-nav.is-open{display:flex}.primary-nav__list{color:var(--color-text);flex-direction:column;align-items:stretch;gap:0}.primary-nav__list a::after{bottom:.35rem;right:auto;width:44px}.primary-nav__list .current-menu-item>a,.primary-nav__list .is-active>a{color:var(--color-primary)}.primary-nav__list a{display:block;padding:.85rem 0}.button--header{width:100%}.site-header::after{content:"";position:fixed;inset:76px 0 0;z-index:1001;background:rgba(6,24,52,.32);opacity:0;pointer-events:none;transition:opacity .2s}body.nav-open .site-header::after{opacity:1}.blog-articles-heading,.blog-hero__grid,.blog-support,.card-grid,.contact-grid,.contact-page-hero__grid,.content-grid,.cta-band .container,.doctor-detail-blocks,.doctor-page-hero__grid,.doctor-profile__grid,.empty-state,.faq-grid,.faq-guide,.faq-hero__grid,.faq-layout,.home-faq__grid,.home-faq__heading,.map-grid,.process-layout,.quick-card-grid,.service-advisor,.service-detail-grid,.service-hero__grid,.service-page-hero__grid,.site-footer__grid,.split,.timeline,.trust-strip,.value-grid{grid-template-columns:1fr}.section-heading--sales h2{font-size:clamp(2rem, 8vw, 2.8rem)}.location-cards,.service-detail-aside{grid-template-columns:1fr}.trust-card-grid{grid-template-columns:repeat(2,1fr)}.credential-panel--compact,.doctor-page-hero__content,.doctor-page-quote{max-width:min(100%,366px)}.doctor-card--large{min-height:440px}.doctor-page-hero__media{min-height:360px}.hero__specialties{grid-template-columns:1fr}.section{padding:48px 0}.section--top{padding-top:108px}.hero{padding-top:112px;min-height:0}.contact-page-hero,.doctor-page-hero,.faq-hero,.service-hero{padding-top:112px}.faq-visual{position:static}.site-footer__bottom{display:block}}@media (max-width:560px){.container{width:min(1120px,calc(100% - 24px))}.hero__actions,.hero__content,.hero__eyebrow,.hero__panel,.hero__text{max-width:calc(100vw - 40px)}.hero h1{max-width:340px;font-size:clamp(1.95rem, 9vw, 2.25rem);overflow-wrap:normal}.hero__text{width:100%;max-width:330px;font-size:1rem;overflow-wrap:anywhere}.hero__actions{flex-direction:column}.button{width:100%}.home-faq__quick{grid-template-columns:1fr}.home-faq__cta{display:grid}.trust-card-grid{grid-template-columns:1fr}.doctor-page-hero__content h1{font-size:clamp(2rem, 10vw, 2.65rem);word-break:break-word}.contact-page-hero h1{font-size:clamp(2rem, 10vw, 2.65rem);word-break:normal;overflow-wrap:normal}.doctor-page-quote{font-size:1rem}.credential-panel--compact{padding:1rem}.credential-list span,.credential-list strong{word-break:break-word}.doctor-card--large{min-height:330px}.doctor-page-hero__media{min-height:300px}.contact-page-hero__actions{flex-direction:column}.service-card{min-height:0}.carousel__slide{flex-basis:100%}.blog-article-carousel__toolbar{display:grid}.blog-article-carousel__controls{justify-content:flex-start}.blog-article-carousel__slide{flex-basis:88%}.cookie-banner{left:12px;right:12px;bottom:12px;width:auto;padding:.75rem;grid-template-columns:1fr}.cookie-banner .button{width:100%}.back-to-top{right:18px;bottom:92px}.whatsapp-float{width:58px;height:58px}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:NaNs!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:NaNs!important}}@media print{.back-to-top,.cookie-banner,.site-footer,.site-header,.whatsapp-float{display:none}body{color:#000;background:#fff}}