/* V10.3 — Minimal Apple-inspired patient-first homepage and navigation */
:root{--sgm-blue:#0071e3;--sgm-ink:#1d1d1f;--sgm-muted:#6e6e73;--sgm-soft:#f5f5f7;--sgm-line:#e5e5e7;--sgm-green:#19a86b}
html,body{max-width:100%;overflow-x:hidden}
body.apple-patient-ui{background:#fff;color:var(--sgm-ink)}
.apple-patient-ui *{box-sizing:border-box}
.apple-patient-ui img{max-width:100%}

/* Cleaner global header */
.apple-patient-ui .apple-site-header{height:68px!important;min-height:68px!important;background:rgba(255,255,255,.92)!important}
.apple-patient-ui .apple-nav-row{height:68px!important;min-height:68px!important;width:min(1380px,calc(100% - 40px))!important;grid-template-columns:minmax(210px,260px) minmax(0,1fr) auto!important;gap:20px!important}
.apple-patient-ui .apple-main-nav{height:68px!important;gap:2px!important}
.apple-patient-ui .apple-main-nav>.nav-link,.apple-patient-ui .apple-main-nav>.nav-group>.nav-link{height:68px!important;padding:0 12px!important;font-size:.75rem!important;font-weight:540!important;color:#313135!important}
.apple-patient-ui .nav-expand{height:68px!important;width:15px!important}
.apple-patient-ui .apple-brand .brand-copy strong{font-size:.9rem!important}
.apple-patient-ui .apple-brand .brand-copy small{font-size:.56rem!important}
.apple-patient-ui .apple-header-actions{gap:6px!important}
.apple-patient-ui .apple-wa-link{width:38px!important;padding:0!important;font-size:0!important;display:grid!important;place-items:center!important;background:#eef9f3!important}
.apple-patient-ui .apple-wa-link:before{content:'WA';font-size:.58rem!important;font-weight:750;color:#18865a}
.apple-patient-ui .apple-appointment{height:38px!important;padding:0 15px!important;font-size:.68rem!important}
.apple-patient-ui .language-pill{height:38px!important}
.apple-patient-ui .apple-search-link{height:38px!important;width:38px!important}

/* Mega panels: fewer links, one visual feature, more breathing room */
.apple-patient-ui .apple-global-panel{top:68px!important;border-radius:0 0 24px 24px!important}
.apple-patient-ui .apple-mega-shell{width:min(1040px,calc(100% - 56px))!important;padding:30px 0 34px!important;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr)!important;gap:54px!important}
.apple-patient-ui .apple-mega-link-list{grid-template-columns:1fr 1fr!important;gap:0 24px!important}
.apple-patient-ui .apple-mega-link-list>a{min-height:52px!important}
.apple-patient-ui .apple-mega-thumb{display:none!important}
.apple-patient-ui .apple-mega-featured{grid-template-columns:1fr!important}
.apple-patient-ui .apple-mega-featured>a{min-height:248px!important;border-radius:24px!important}
.apple-patient-ui .apple-mega-featured>a:nth-child(n+2){display:none!important}

/* New home typography */
.sgm-kicker{display:block;color:var(--sgm-blue);font-size:.66rem;font-weight:750;letter-spacing:.13em;text-transform:uppercase}
.sgm-section{padding:112px 0}
.sgm-section-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.65fr);gap:56px;align-items:end;margin-bottom:42px}
.sgm-section-head h2,.sgm-authority-copy h2,.sgm-intl-grid h2,.sgm-contact-panel h2{margin:8px 0 0;font-size:clamp(2.35rem,4.7vw,4.8rem);line-height:.98;letter-spacing:-.055em;font-weight:650;color:var(--sgm-ink)}
.sgm-section-head p,.sgm-authority-copy>p,.sgm-intl-grid p,.sgm-contact-panel p{margin:0;color:var(--sgm-muted);font-size:1rem;line-height:1.65}

/* Hero */
.sgm-hero{background:#fff;padding:42px 0 74px;border-bottom:1px solid var(--sgm-line)}
.sgm-hero-grid{display:grid;grid-template-columns:minmax(0,.94fr) minmax(420px,1.06fr);align-items:center;gap:64px;min-height:680px}
.sgm-hero-copy h1{max-width:760px;margin:14px 0 22px;font-size:clamp(3.8rem,7vw,7.1rem);line-height:.9;letter-spacing:-.07em;font-weight:650;color:var(--sgm-ink)}
.sgm-hero-lead{max-width:690px;margin:0;color:#515154;font-size:1.08rem;line-height:1.7}
.sgm-hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:28px}
.sgm-btn{min-height:46px;padding:0 20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:.82rem;font-weight:650;border:1px solid transparent;transition:transform .18s ease,background .18s ease}
.sgm-btn:hover{transform:translateY(-1px)}
.sgm-btn.primary{background:var(--sgm-blue);color:#fff}.sgm-btn.primary:hover{background:#0077ed;color:#fff}
.sgm-btn.whatsapp{background:var(--sgm-green);color:#fff}.sgm-btn.whatsapp:hover{background:#15945e;color:#fff}
.sgm-btn.outline{background:#fff;color:var(--sgm-ink);border-color:#d2d2d7}.sgm-btn.white{background:#fff;color:#111}.sgm-link{color:var(--sgm-blue);font-weight:600;font-size:.82rem}.sgm-link.strong{display:inline-block;margin-top:22px}.sgm-link.light{color:#8fc4ff}
.sgm-doctor-line{display:flex;align-items:center;gap:12px;margin-top:34px;padding-top:24px;border-top:1px solid var(--sgm-line);max-width:600px}.sgm-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#eee;flex:0 0 44px}.sgm-avatar img{width:100%;height:100%;object-fit:cover}.sgm-doctor-line strong{display:block;font-size:.82rem}.sgm-doctor-line small{display:block;margin-top:3px;color:var(--sgm-muted);font-size:.67rem}
.sgm-hero-visual{position:relative;min-height:620px;display:flex;align-items:flex-end;justify-content:center}
.sgm-portrait-shell{position:absolute;inset:0 0 0 10%;border-radius:36px;overflow:hidden;background:linear-gradient(145deg,#f5f5f7,#e9eef5)}
.sgm-portrait-shell:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.15),transparent 35%),linear-gradient(0deg,rgba(0,0,0,.06),transparent 40%)}
.sgm-portrait-shell img{width:100%;height:100%;object-fit:cover;object-position:center 20%}
.sgm-hero-card{position:relative;z-index:2;width:min(460px,88%);margin:0 0 26px auto;padding:20px;border:1px solid rgba(255,255,255,.68);border-radius:26px;background:rgba(255,255,255,.88);box-shadow:0 24px 70px rgba(0,0,0,.12);backdrop-filter:blur(20px) saturate(160%)}
.sgm-hero-card>small{color:var(--sgm-blue);font-size:.58rem;font-weight:750;letter-spacing:.1em}.sgm-hero-card>strong{display:block;margin:5px 0 14px;font-size:1rem;letter-spacing:-.02em}.sgm-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sgm-mini-grid a{display:flex;align-items:center;gap:8px;min-height:58px;padding:10px;border-radius:15px;background:#f5f5f7;color:#2d2d2f}.sgm-mini-grid i{font-style:normal;width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#eaf3fe;color:var(--sgm-blue)}.sgm-mini-grid span{font-size:.68rem;font-weight:650}

/* Start */
.sgm-start{background:var(--sgm-soft)}
.sgm-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.sgm-quick-card{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:12px;align-items:center;min-height:116px;padding:18px;border-radius:24px;background:#fff;color:var(--sgm-ink);border:1px solid transparent}.sgm-quick-card:hover{border-color:#d6e7fb}.sgm-quick-card i{font-style:normal;width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#eff6ff;color:var(--sgm-blue);font-size:1.15rem}.sgm-quick-card strong{display:block;font-size:.9rem}.sgm-quick-card small{display:block;margin-top:3px;color:var(--sgm-muted);font-size:.65rem;line-height:1.3}.sgm-quick-card b{color:var(--sgm-blue)}
.sgm-symptom-strip{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;margin-top:22px;padding:18px 20px;border-radius:22px;background:#fff}.sgm-symptom-strip>strong{font-size:.72rem;white-space:nowrap}.sgm-symptom-strip>div{display:flex;flex-wrap:wrap;gap:8px}.sgm-symptom-strip>div a{padding:8px 11px;border-radius:999px;background:#f5f5f7;color:#4a4a4d;font-size:.64rem}.sgm-all-link{color:var(--sgm-blue);font-size:.7rem;font-weight:650;white-space:nowrap}

/* Expertise */
.sgm-expertise{background:#fff}.sgm-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.sgm-feature-card{display:flex;flex-direction:column;min-height:520px;border-radius:30px;overflow:hidden;background:#f5f5f7;color:var(--sgm-ink)}.sgm-feature-card img{width:100%;height:305px;object-fit:cover}.sgm-feature-card>div{padding:24px}.sgm-feature-card small{color:var(--sgm-blue);font-size:.58rem;font-weight:750;letter-spacing:.08em}.sgm-feature-card h3{margin:7px 0 9px;font-size:1.55rem;letter-spacing:-.035em}.sgm-feature-card p{margin:0;color:var(--sgm-muted);font-size:.75rem;line-height:1.55}.sgm-feature-card span{display:block;margin-top:18px;color:var(--sgm-blue);font-size:.72rem;font-weight:650}.sgm-center{text-align:center;margin-top:28px}

/* Authority */
.sgm-authority{background:var(--sgm-soft)}.sgm-authority-grid{display:grid;grid-template-columns:minmax(360px,.88fr) minmax(0,1.12fr);gap:66px;align-items:center}.sgm-authority-photo{min-height:620px;border-radius:32px;overflow:hidden;background:#e8e8ed}.sgm-authority-photo img{width:100%;height:100%;min-height:620px;object-fit:cover}.sgm-authority-copy h2{max-width:720px;margin-bottom:20px}.sgm-proof-list{margin-top:30px;border-top:1px solid #d7d7da}.sgm-proof-list a{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:16px;align-items:center;padding:17px 0;border-bottom:1px solid #d7d7da;color:var(--sgm-ink)}.sgm-proof-list a>span{color:var(--sgm-blue);font-size:.68rem;font-weight:750}.sgm-proof-list strong{display:block;font-size:.82rem;line-height:1.35}.sgm-proof-list small{display:block;margin-top:3px;color:var(--sgm-muted);font-size:.64rem}.sgm-proof-list b{color:var(--sgm-blue)}

/* International */
.sgm-international{background:#0a0a0a;color:#fff}.sgm-international .sgm-kicker{color:#69aef9}.sgm-intl-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:70px;align-items:center}.sgm-intl-grid h2{color:#fff}.sgm-intl-grid p{color:#a1a1a6;max-width:750px}.sgm-intl-actions{display:flex;align-items:center;gap:18px;margin-top:26px;flex-wrap:wrap}.sgm-intl-steps{display:grid;gap:8px}.sgm-intl-steps span{display:grid;grid-template-columns:48px 1fr;align-items:center;min-height:62px;padding:10px 16px;border-radius:18px;background:#1c1c1e;color:#f5f5f7;font-size:.76rem}.sgm-intl-steps b{color:#69aef9;font-size:.66rem}

/* Editorial */
.sgm-insights{background:#fff}.sgm-insight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.sgm-insight-card,.sgm-world-card{min-height:330px;border-radius:26px;overflow:hidden;background:#f5f5f7;color:var(--sgm-ink)}.sgm-insight-card img{width:100%;height:190px;object-fit:cover}.sgm-insight-card>div{padding:18px}.sgm-insight-card small{color:var(--sgm-blue);font-size:.55rem;font-weight:750;letter-spacing:.08em}.sgm-insight-card h3{margin:7px 0 16px;font-size:1rem;line-height:1.25;letter-spacing:-.02em}.sgm-insight-card span,.sgm-world-card b{color:var(--sgm-blue);font-size:.7rem}.sgm-world-card{padding:26px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,#edf3fa,#f8f8fb)}.sgm-world-card h3{margin:9px 0 10px;font-size:1.55rem;line-height:1.08;letter-spacing:-.035em}.sgm-world-card p{margin:0 0 22px;color:var(--sgm-muted);font-size:.73rem;line-height:1.5}

/* Contact */
.sgm-contact{padding-top:80px;background:var(--sgm-soft)}.sgm-contact-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:46px;align-items:center;padding:42px;border-radius:30px;background:#fff}.sgm-contact-panel h2{font-size:clamp(2rem,4vw,4rem);max-width:820px}.sgm-contact-panel p{max-width:760px;margin-top:14px}.sgm-contact-actions{display:flex;flex-direction:column;gap:9px;min-width:220px}.sgm-location-line{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;margin-top:14px;padding:16px 20px;color:#515154;font-size:.7rem}.sgm-location-line strong{color:var(--sgm-ink)}.sgm-location-line a{color:var(--sgm-blue);font-weight:650}

/* Mobile and tablet: no horizontal drift */
@media(max-width:1180px){
 .apple-patient-ui .apple-main-nav{display:none!important}.apple-patient-ui .apple-menu-toggle{display:flex!important}.apple-patient-ui .apple-wa-link{display:none!important}.apple-patient-ui .apple-nav-row{grid-template-columns:minmax(0,1fr) auto!important;width:min(100% - 28px,1380px)!important}.apple-patient-ui .apple-header-actions{grid-column:2!important}
 .apple-patient-ui .apple-main-nav.open{position:fixed!important;inset:0!important;z-index:500!important;display:block!important;height:100dvh!important;overflow:auto!important;padding:18px 18px 110px!important;background:rgba(255,255,255,.985)!important;backdrop-filter:blur(24px)!important}
 .apple-patient-ui .apple-main-nav.open>.nav-group,.apple-patient-ui .apple-main-nav.open>.nav-link{display:grid!important;grid-template-columns:1fr auto!important;min-height:62px!important;border-bottom:1px solid #ececef!important}
 .apple-patient-ui .apple-main-nav.open>.nav-link,.apple-patient-ui .apple-main-nav.open>.nav-group>.nav-link{height:auto!important;padding:16px 4px!important;font-size:1.25rem!important;font-weight:650!important;letter-spacing:-.03em!important}
 .apple-patient-ui .apple-main-nav.open .nav-expand{height:auto!important;width:44px!important}
 .apple-patient-ui .apple-global-panel,.apple-patient-ui .apple-simple-panel{position:static!important;width:100%!important;max-width:none!important;box-shadow:none!important;border:0!important;border-radius:0!important;background:#f5f5f7!important;margin:0!important;transform:none!important;opacity:1!important;visibility:visible!important;display:none!important;grid-column:1/-1!important}
 .apple-patient-ui .nav-group.submenu-open>.apple-global-panel,.apple-patient-ui .nav-group.submenu-open>.apple-simple-panel{display:block!important}
 .apple-patient-ui .apple-mega-shell{width:100%!important;display:block!important;padding:12px!important}.apple-patient-ui .apple-mega-featured{display:none!important}.apple-patient-ui .apple-mega-link-list{grid-template-columns:1fr!important}.apple-patient-ui .apple-mega-link-list>a{min-height:48px!important}.apple-patient-ui .apple-mega-title{font-size:1.2rem!important}
 .sgm-hero-grid{grid-template-columns:1fr 1fr;gap:34px}.sgm-hero-copy h1{font-size:clamp(3.2rem,6vw,5rem)}.sgm-quick-grid{grid-template-columns:1fr 1fr}.sgm-feature-grid{grid-template-columns:repeat(3,1fr)}.sgm-authority-grid,.sgm-intl-grid{gap:38px}.sgm-insight-grid{grid-template-columns:1fr 1fr}.sgm-world-card{min-height:280px}
}
@media(max-width:820px){
 .apple-patient-ui .apple-site-header,.apple-patient-ui .apple-nav-row{height:64px!important;min-height:64px!important}.apple-patient-ui .apple-brand{max-width:210px!important}.apple-patient-ui .apple-brand .brand-copy small{display:none!important}.apple-patient-ui .language-switcher,.apple-patient-ui .apple-search-link{display:none!important}.apple-patient-ui .apple-appointment{height:36px!important;padding:0 12px!important;font-size:.63rem!important}.apple-patient-ui .apple-menu-toggle{height:36px!important}
 .sgm-hero{padding:20px 0 54px}.sgm-hero-grid{grid-template-columns:1fr;gap:28px;min-height:auto}.sgm-hero-copy{padding-top:24px}.sgm-hero-copy h1{font-size:clamp(3.1rem,14vw,5.1rem);max-width:95%}.sgm-hero-lead{font-size:.97rem}.sgm-hero-visual{min-height:520px}.sgm-portrait-shell{inset:0;border-radius:28px}.sgm-hero-card{width:calc(100% - 24px);margin:0 auto 14px;padding:15px;border-radius:22px}.sgm-mini-grid a{min-height:52px}.sgm-doctor-line{margin-top:26px}
 .sgm-section{padding:78px 0}.sgm-section-head{grid-template-columns:1fr;gap:14px;margin-bottom:30px}.sgm-section-head h2,.sgm-authority-copy h2,.sgm-intl-grid h2,.sgm-contact-panel h2{font-size:clamp(2.3rem,10.5vw,4.1rem)}
 .sgm-quick-grid{grid-template-columns:1fr 1fr;gap:9px}.sgm-quick-card{grid-template-columns:38px 1fr;min-height:112px;padding:14px}.sgm-quick-card i{width:38px;height:38px}.sgm-quick-card b{display:none}.sgm-symptom-strip{grid-template-columns:1fr;gap:12px}.sgm-symptom-strip>div{display:grid;grid-template-columns:1fr 1fr}.sgm-symptom-strip>div a{text-align:center}
 .sgm-feature-grid{grid-template-columns:1fr}.sgm-feature-card{min-height:auto}.sgm-feature-card img{height:260px}
 .sgm-authority-grid{grid-template-columns:1fr;gap:32px}.sgm-authority-photo{min-height:420px}.sgm-authority-photo img{min-height:420px}
 .sgm-intl-grid{grid-template-columns:1fr;gap:32px}.sgm-intl-steps{grid-template-columns:1fr 1fr}.sgm-intl-steps span{grid-template-columns:36px 1fr}
 .sgm-insight-grid{grid-template-columns:1fr}.sgm-insight-card{min-height:auto;display:grid;grid-template-columns:120px 1fr}.sgm-insight-card img{height:100%;min-height:150px}.sgm-world-card{min-height:260px}
 .sgm-contact-panel{grid-template-columns:1fr;padding:28px;gap:26px}.sgm-contact-actions{min-width:0}.sgm-location-line{grid-template-columns:1fr;gap:5px}
}
@media(max-width:430px){
 .apple-patient-ui .apple-nav-row{width:calc(100% - 22px)!important;gap:8px!important}.apple-patient-ui .apple-brand .brand-mark{width:34px!important;height:34px!important;flex-basis:34px!important}.apple-patient-ui .apple-brand .brand-copy strong{font-size:.78rem!important}.apple-patient-ui .apple-appointment{padding:0 10px!important}.apple-patient-ui .apple-menu-toggle{padding:0 9px!important}.apple-patient-ui .apple-menu-toggle span{display:none!important}
 .sgm-hero-copy h1{font-size:3.2rem}.sgm-hero-actions{display:grid;grid-template-columns:1fr 1fr}.sgm-hero-actions .sgm-link{grid-column:1/-1;text-align:center;padding:8px}.sgm-btn{padding:0 13px;font-size:.72rem}.sgm-hero-visual{min-height:470px}.sgm-mini-grid{grid-template-columns:1fr 1fr}.sgm-mini-grid span{font-size:.62rem}
 .sgm-section{padding:64px 0}.sgm-quick-grid{grid-template-columns:1fr}.sgm-symptom-strip>div{grid-template-columns:1fr}.sgm-intl-steps{grid-template-columns:1fr}.sgm-insight-card{grid-template-columns:100px 1fr}.sgm-insight-card>div{padding:14px}.sgm-contact-panel{padding:24px 20px}
}
