:root{--ink:#17342f;--muted:#61736d;--lime:#d9ef87;--green:#32604d;--blue:#dcecf0;--line:#dee5df;--paper:#fff;--soft:#f4f6f2}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.75;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #4778b6;outline-offset:5px}button{touch-action:manipulation}button:disabled{cursor:default}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:700}button,summary{line-height:1.5}.container{max-width:1280px;padding-inline:48px;margin-inline:auto}.topline{background:var(--ink);color:#e9f0e4;font-size:12px;line-height:1.5}.topline .container{min-height:35px;display:flex;align-items:center;justify-content:space-between}.site-header{position:sticky;top:0;z-index:20;background:#fffffff5;backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.navigation{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:12px;line-height:1.3;font-size:16px;font-weight:700;white-space:nowrap;letter-spacing:-.3px}.brand-mark{display:grid;place-items:center;flex-shrink:0;background:var(--ink);border-radius:13px;width:44px;height:44px;color:var(--lime);font-size:29px}.brand small{display:block;font-size:9px;letter-spacing:1.7px;font-weight:600;margin-top:6px}nav{display:flex;gap:20px;align-items:center}nav>a,nav>button{font-size:12px;font-weight:600;white-space:nowrap}nav>a:not(.button){padding-block:10px;transition:color .2s}nav>a:not(.button):hover,nav>a[aria-current]{color:#4b7534}.language{font-size:12px;border:0;background:none;padding:12px 2px}.button{display:inline-flex;align-items:center;justify-content:center;gap:26px;padding:16px 24px;border:1px solid var(--ink);border-radius:8px;background:var(--ink);color:white;line-height:1.4;font-size:14px;font-weight:600;transition:background .2s,transform .2s}.button:hover{background:#2d5647;transform:translateY(-2px)}.button span{font-size:21px;line-height:1}.button.compact{padding:12px 17px;font-size:12px;gap:13px}.button.lime{background:var(--lime);border-color:var(--lime);color:var(--ink)}.button.lime:hover{background:#e8f7b9}.text-link{display:inline-flex;align-items:center;gap:20px;font-size:14px;line-height:1.6;font-weight:600;border:0;border-bottom:1px solid currentColor;padding:0 0 5px;background:none}.text-link:hover{color:#507831}.text-link span{font-size:22px}.menu-toggle{display:none}.hero{padding-top:60px;padding-bottom:62px;display:grid;grid-template-columns:1.12fr 1fr;gap:45px;align-items:center}.eyebrow{font-size:11px;font-weight:700;letter-spacing:1.8px;line-height:1.5;margin-bottom:23px}.hero .eyebrow{display:flex;align-items:center;gap:10px}.tiny-cross{display:grid;place-items:center;border-radius:4px;width:23px;height:23px;background:var(--lime);font-size:16px;letter-spacing:0}h1{font-size:clamp(42px,4.35vw,61px);line-height:1.12;letter-spacing:-2.9px;margin-bottom:27px}.highlight{position:relative;display:inline-block;z-index:0}.highlight:after{content:'';position:absolute;bottom:1px;left:-4px;right:-9px;height:18px;background:var(--lime);z-index:-1;border-radius:2px;transform:rotate(-1deg)}.hero-intro{color:var(--muted);line-height:1.8;font-size:16px;margin-bottom:26px}.hero-doctor{display:flex;align-items:center;gap:13px;margin-bottom:29px}.short-line{height:40px;width:3px;background:#a5b6a3}.hero-doctor p{margin:0;font-size:14px;line-height:1.8}.hero-doctor strong,.hero-doctor span{display:block}.hero-doctor p>span{color:var(--muted);font-size:13px}.hero-actions{display:flex;align-items:center;gap:25px}.hero-footnote{display:flex;align-items:center;gap:8px;font-size:12px;margin-top:23px;color:var(--muted)}.check{font-weight:700;color:var(--green)}.hero-visual{position:relative;padding-left:17px;padding-bottom:16px}.portrait-background{position:relative;background:var(--blue);border-radius:150px 18px 18px 18px;padding:28px 28px 0;overflow:hidden}.portrait-top{display:flex;align-items:center;justify-content:flex-end;gap:25px;font-size:9px;letter-spacing:1.5px;font-weight:600;padding:2px 0 18px}.portrait-top>span:last-child{font-size:23px;line-height:1}.portrait-background img{display:block;width:100%;height:435px;object-fit:cover;object-position:50% 17%;border-radius:125px 12px 0 0}.portrait-label{position:absolute;right:0;bottom:0;left:0;background:var(--ink);color:white;padding:22px 28px;display:flex;align-items:center;gap:15px;font-size:14px;line-height:1.5}.portrait-mark{font-size:27px;color:var(--lime)}.portrait-label strong{font-weight:600;color:#d9ef87}.portrait-tag{position:absolute;top:105px;left:-23px;background:var(--lime);border:4px solid white;box-shadow:0 8px 24px #17342f12;padding:15px 20px;border-radius:12px;display:flex;align-items:center;gap:12px;transform:rotate(-5deg);font-size:12px;line-height:1.5}.tag-icon{font-size:33px;line-height:1}.values{background:var(--soft);border-block:1px solid var(--line)}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);padding-block:29px;gap:20px}.value-grid>div{display:flex;gap:15px;align-items:flex-start}.value-grid>div+div{border-left:1px solid #d7dfd6;padding-left:24px}.value-number{font-size:11px;margin-top:3px;color:#5f725e}.value-grid h2{font-size:15px;margin-bottom:3px;letter-spacing:-.3px}.value-grid p{font-size:12px;margin:0;color:var(--muted);line-height:1.6}.section{padding-block:87px}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.section-heading .eyebrow{margin:0}.section-index{font-size:10px;letter-spacing:1.3px;color:var(--muted)}h2{font-size:38px;line-height:1.22;letter-spacing:-1.5px;margin-bottom:25px}.muted-heading{color:#7b9183}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.about-body>p{color:var(--muted);font-size:15px;margin-bottom:17px}.about-body>.large-copy{font-size:21px;line-height:1.6;color:var(--ink);letter-spacing:-.5px}.about-body .text-link{margin-top:6px}.doctor-signature{display:flex;gap:13px;align-items:center;margin-top:44px}.signature-monogram{display:grid;place-items:center;width:55px;height:55px;background:var(--soft);border-radius:50%;font-size:16px;font-weight:700;letter-spacing:-1px}.doctor-signature strong{display:block;font-size:13px}.doctor-signature div>span{display:block;font-size:12px;color:var(--muted)}.specialties{background:#f4f6f2}.heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:36px}.heading-row h2{margin-bottom:0}.heading-row>p{font-size:14px;color:var(--muted);margin-bottom:3px}.specialty-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.specialty-card{display:flex;flex-direction:column;border:1px solid #dfe5da;border-radius:12px;background:white;padding:25px 23px 21px;transition:transform .25s,box-shadow .25s}.specialty-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px #17342f09}.card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:29px}.card-number{font-size:12px;letter-spacing:1px;color:var(--muted)}.specialty-symbol{display:grid;place-items:center;width:34px;height:34px;background:#edf3e9;border-radius:8px;font-size:21px;color:#65834f}.specialty-card h3{font-size:19px;line-height:1.35;letter-spacing:-.55px;margin-bottom:16px}.specialty-card>p{font-size:13px;color:var(--muted);line-height:1.8;margin-bottom:18px}.chips{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:27px}.chips span{font-size:10px;background:#f3f5f1;color:#526448;line-height:1.6;border-radius:4px;padding:4px 6px}.card-link{display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left;padding:16px 0 0;margin-top:auto;border:0;border-top:1px solid var(--line);background:none;font-size:11px;font-weight:600;line-height:1.6}.card-link>span{font-size:23px}.featured{background:var(--ink);color:white;border-color:var(--ink)}.featured .card-number,.featured>p{color:#cfdbd3}.featured .specialty-symbol{background:#405646;color:var(--lime)}.featured .chips span{background:#2b483f;color:#e0eadb}.featured .card-link{border-color:#425950;color:var(--lime)}.other-procedures{display:grid;grid-template-columns:1fr 1.3fr 1.3fr 1fr;align-items:center;gap:25px;padding-top:30px;margin-top:28px;border-top:1px solid #d8e0d4}.other-procedures>span{font-size:12px;color:var(--muted);line-height:1.7}.other-procedures button{border:0;background:none;display:flex;align-items:center;justify-content:space-between;text-align:left;gap:12px;padding:12px 0;font-size:13px;font-weight:600}.other-procedures button>span{font-size:20px}.review-shell{border:1px solid var(--line);border-radius:16px;padding:40px;background:white;box-shadow:0 0 0 12px #f7f8f4}.review-shell .section-heading{margin-bottom:15px}.review-shell h2{font-size:34px}.google-word{font-size:23px;letter-spacing:-1px;white-space:nowrap}.google-word b{font-weight:600}.google-word b:nth-child(1),.google-word b:nth-child(4){color:#4285f4}.google-word b:nth-child(2),.google-word b:nth-child(6){color:#ea4335}.google-word b:nth-child(3){color:#b18b00}.google-word b:nth-child(5){color:#20863c}.review-shell .heading-row{display:block;margin-bottom:26px}.review-shell .heading-row p{margin-top:12px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:27px}.review-card{padding:22px;background:#f4f7f5;border:1px solid #e7ece8;border-radius:10px;display:flex;flex-direction:column}.quote-symbol{font-family:Georgia,serif;font-size:42px;height:39px;color:#4e705d;line-height:1}.review-card h3{font-size:14px;margin:8px 0 13px}.review-card p{font-size:13px;color:var(--muted);line-height:1.8;margin-bottom:23px}.review-status{font-size:11px;color:var(--muted);margin-top:auto}.faq-section{display:grid;grid-template-columns:0.95fr 1.1fr;gap:85px;padding-top:15px}.faq-intro>p:not(.eyebrow){font-size:15px;color:var(--muted);max-width:300px}.faq-note{display:flex;gap:15px;align-items:center;margin-top:32px}.faq-note>span{display:grid;place-items:center;flex-shrink:0;width:42px;height:42px;background:var(--lime);border-radius:50%;font-size:22px;font-weight:500}.faq-note p{font-size:12px;margin:0;color:var(--muted)}.faq-note strong{font-weight:500;color:var(--ink)}.faq-list details{border-bottom:1px solid var(--line);padding:19px 0}.faq-list details:first-child{border-top:1px solid var(--line)}summary{display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;cursor:pointer;font-size:14px;font-weight:600;min-height:30px}summary::-webkit-details-marker{display:none}summary>span{font-size:24px;font-weight:400;transition:transform .2s}details[open] summary>span{transform:rotate(45deg)}.faq-list details>p{font-size:14px;color:var(--muted);line-height:1.9;margin:15px 35px 0 0}.faq-source{font-size:11px;color:var(--muted);padding-top:20px}.faq-source a{text-decoration:underline;text-underline-offset:3px}.appointment-section{background:var(--blue)}.appointment-grid{display:grid;grid-template-columns:1.12fr 1fr;gap:90px;align-items:center}.contact-copy h2>span{color:#577d79}.contact-copy>p{color:#506d6a;font-size:15px;line-height:1.9}.contact-details{display:flex;align-items:flex-start;gap:13px;margin:32px 0 25px}.location-icon{font-size:30px;line-height:1.1}.contact-details strong,.contact-details div>span{display:block;font-size:14px}.contact-details div>span{color:#506d6a;font-size:13px}.contact-details small{display:block;font-size:12px;line-height:1.7;margin-top:8px;max-width:320px;color:#506d6a}.contact-copy .text-link{font-size:12px}.booking-card{background:var(--ink);color:white;border-radius:15px;padding:36px;box-shadow:10px 12px 0 #bdcfd0}.booking-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:10px;background:#2c4b40;color:var(--lime);margin-bottom:24px}.booking-card .eyebrow{font-size:10px;color:var(--lime);margin-bottom:12px}.booking-card h3{font-size:32px;line-height:1.2;letter-spacing:-1.2px;margin-bottom:20px}.booking-card>p:not(.eyebrow){font-size:14px;color:#cbdad1;margin-bottom:24px;line-height:1.8}.booking-card .button{width:100%;font-size:13px;padding:16px 15px;justify-content:space-between}.booking-caption{display:block;font-size:10px;text-align:center;color:#cbdad1;margin-top:15px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.blog-cover{position:relative;display:block;width:100%;text-align:left;height:235px;border-radius:12px;padding:26px;overflow:hidden;border:0;transition:transform .25s}.blog-cover:hover{transform:translateY(-4px)}.cover-one{background:var(--lime);color:var(--ink)}.cover-two{background:var(--blue);color:var(--ink)}.cover-three{background:var(--ink);color:white}.cover-kicker{font-size:9px;letter-spacing:1.5px;display:block;margin-bottom:19px;font-weight:600}.blog-cover>strong{font-size:30px;line-height:1.16;letter-spacing:-1px;display:block;position:relative;z-index:1}.cover-one strong>span{color:#4b7041}.cover-two strong>span{color:#4e817b}.cover-three strong>span{color:var(--lime)}.cover-index{position:absolute;bottom:-22px;right:14px;font-size:110px;font-weight:800;line-height:1;letter-spacing:-8px;opacity:.06}.cover-arrow{position:absolute;right:23px;top:20px;font-size:24px;line-height:1}.blog-meta{font-size:9px;letter-spacing:.7px;font-weight:600;margin:22px 0 12px}.blog-meta>span{font-weight:400;color:var(--muted);margin-left:5px}.blog-card h3{font-size:21px;line-height:1.4;letter-spacing:-.6px;margin-bottom:13px}.blog-card h3 button{border:0;padding:0;background:none;text-align:left;font:inherit}.blog-card>p{font-size:14px;color:var(--muted);line-height:1.8;margin-bottom:17px}.blog-card>.text-link{font-size:13px}footer{background:var(--ink);color:#e9f0e7;padding-top:40px}.footer-main{display:flex;justify-content:space-between;align-items:center;padding-bottom:36px;gap:35px}.footer-main .brand-mark{background:#2f4b3e}.footer-main .brand small{color:#bbcec1}.footer-main>p{font-size:16px;line-height:1.5;font-weight:600;margin:0;color:var(--lime)}.footer-main .text-link{font-size:12px}.footer-bottom{border-top:1px solid #3c5548;display:flex;justify-content:space-between;padding-block:21px;gap:20px;color:#c1cec3;font-size:10px}.skip{position:absolute;top:-100px}.skip:focus{top:0;z-index:100;background:white;color:var(--ink);padding:12px}.mobile-appointment{display:none}dialog{border:1px solid var(--line);border-radius:18px;padding:46px;max-width:740px;width:calc(100% - 32px);max-height:85vh;color:var(--ink);overscroll-behavior:contain}dialog::backdrop{background:#112b25a6;backdrop-filter:blur(5px)}.close-dialog{position:absolute;right:12px;top:8px;border:0;background:var(--soft);border-radius:50%;width:36px;height:36px;display:grid;place-items:center;font-size:26px;line-height:1}.dialog-copy h2{font-size:31px}.dialog-copy h3{font-size:18px;margin:25px 0 12px}.dialog-copy p,.dialog-copy li{font-size:15px;color:var(--muted)}.dialog-copy ul{padding-left:20px}.dialog-copy .eyebrow{font-size:10px;color:var(--green)}.dialog-copy .article-source{border-top:1px solid var(--line);padding-top:18px;margin-top:26px;font-size:12px}.article-source a{text-decoration:underline}.dialog-note{background:var(--soft);padding:15px 18px;border-radius:8px;font-size:13px!important}.dialog-copy[dir=rtl]{text-align:right}.dialog-copy .button{margin-top:14px}.dialog-open{overflow:hidden}
@media(min-width:1450px){.hero{padding-block:78px}.portrait-background img{height:460px}}
@media(max-width:1200px){.container{padding-inline:35px}nav{gap:14px}nav>a,nav>button{font-size:11px}.brand{font-size:14px}.brand-mark{width:39px;height:39px}.brand small{font-size:8px}.button.compact{font-size:11px;padding:12px}.hero{gap:35px}h1{font-size:52px}.portrait-tag{left:-13px;padding:12px 15px}.hero-actions{gap:20px}.hero-actions .button{font-size:13px;padding:16px 18px;gap:18px}.hero-actions .text-link{font-size:13px}.specialty-card{padding:22px 17px}.specialty-card h3{font-size:17px}.card-link{font-size:10px}.appointment-grid{gap:60px}.about-grid{gap:60px}.value-grid>div+div{padding-left:17px}.value-grid>div{gap:10px}.blog-cover>strong{font-size:27px}}
@media(max-width:1050px){.navigation{min-height:82px}.menu-toggle{display:flex;gap:10px;align-items:center;border:1px solid var(--line);background:white;border-radius:8px;padding:10px 13px;font-size:14px}.brand{font-size:16px}.brand small{font-size:9px}nav{display:none;position:absolute;left:0;right:0;top:82px;background:white;padding:20px 35px;box-shadow:0 14px 30px #17342f10;max-height:calc(100dvh - 100px);overflow-y:auto}nav.open{display:flex;flex-direction:column;align-items:stretch;gap:0}nav>a,nav>button{font-size:15px;padding:12px!important;text-align:left}nav .language{padding:12px!important}nav .button{font-size:14px;margin-top:10px}h1{font-size:46px;letter-spacing:-2px}.hero{gap:24px;padding-block:45px}.portrait-background{padding:22px 22px 0;border-top-left-radius:125px}.portrait-background img{height:420px;border-top-left-radius:100px}.portrait-top{font-size:8px;gap:12px}.portrait-tag{top:115px;font-size:11px}.hero-intro{font-size:15px}.hero-footnote{font-size:11px}.hero-actions{flex-wrap:wrap;gap:18px}h2{font-size:34px}.value-grid{gap:15px}.value-grid p{font-size:11px}.value-grid h2{font-size:14px}.section{padding-block:70px}.specialty-grid{grid-template-columns:repeat(2,1fr);gap:18px}.specialty-card{padding:27px}.specialty-card h3{font-size:24px}.specialty-card p{font-size:15px}.chips span{font-size:12px}.card-link{font-size:13px}.other-procedures{gap:16px}.other-procedures button{font-size:11px}.faq-section{gap:45px;padding-top:0}.appointment-grid{gap:40px}.booking-card{padding:28px}.blog-grid{gap:20px}.blog-cover{padding:21px;height:220px}.blog-cover>strong{font-size:25px}.blog-card h3{font-size:19px}.blog-meta{font-size:8px}.footer-main>p{font-size:14px}}
@media(max-width:760px){.container{padding-inline:24px}.topline .container{min-height:30px;justify-content:center;font-size:11px}.topline .container>span:last-child{display:none}.navigation{min-height:76px}nav{top:76px;padding-inline:24px}.hero{grid-template-columns:1fr;padding-top:35px;padding-bottom:45px;gap:36px}.hero-copy{max-width:600px}h1{font-size:clamp(39px,7.3vw,56px);line-height:1.1;letter-spacing:-2px}.hero-intro{font-size:16px}.eyebrow{font-size:10px;letter-spacing:1.5px}.hero-doctor{margin-bottom:24px}.hero-visual{width:100%;max-width:480px;margin:auto;padding-left:23px;padding-right:0}.portrait-background{border-top-left-radius:135px;padding:25px 25px 0}.portrait-background img{height:400px;border-top-left-radius:112px}.portrait-tag{left:0;top:93px;font-size:12px;padding:14px 18px}.portrait-label{padding:20px 25px}.hero-footnote{font-size:12px}.hero-actions{gap:23px}.hero-actions .button{font-size:14px;padding:17px 20px}.hero-actions .text-link{font-size:14px}.value-grid{grid-template-columns:1fr 1fr;gap:23px;padding-block:26px}.value-grid>div+div{padding-left:0;border-left:0}.value-grid>div{gap:11px}.value-grid h2{font-size:15px}.value-grid p{font-size:12px}.section{padding-block:58px}.section-heading{margin-bottom:24px;align-items:flex-start}.section-index{font-size:8px;letter-spacing:.7px}.section-heading .eyebrow{font-size:10px}h2{font-size:32px;letter-spacing:-1.2px}.about-grid{grid-template-columns:1fr;gap:30px}.doctor-signature{margin-top:25px}.about-body>.large-copy{font-size:20px}.about-body>p{font-size:15px}.heading-row{display:block;margin-bottom:27px}.heading-row>p{margin-top:19px}.specialty-card{padding:23px}.specialty-card h3{font-size:22px}.specialty-card>p{font-size:14px}.other-procedures{grid-template-columns:1fr;gap:0;padding-top:22px}.other-procedures>span{margin-bottom:12px;font-size:12px}.other-procedures>span br{display:none}.other-procedures button{font-size:14px;padding-block:15px;border-bottom:1px solid var(--line)}.other-procedures button:last-child{border-bottom:0}.review-shell{padding:27px 21px;box-shadow:0 0 0 7px #f7f8f4}.review-shell h2{font-size:28px}.review-grid{grid-template-columns:1fr}.review-card{padding:20px}.review-card p{font-size:14px;margin-bottom:16px}.review-card h3{font-size:15px}.quote-symbol{height:25px;font-size:36px}.review-shell .text-link{font-size:12px}.faq-section{grid-template-columns:1fr;gap:32px;padding-top:0}.faq-intro>p:not(.eyebrow){max-width:none}.faq-note{margin-top:24px}.faq-list details{padding-block:18px}summary{font-size:14px}.appointment-grid{grid-template-columns:1fr;gap:35px}.booking-card{padding:31px;box-shadow:6px 7px 0 #bdcfd0}.booking-card h3{font-size:34px}.blog-grid{grid-template-columns:1fr;gap:38px}.blog-cover{height:230px;padding:28px}.blog-cover>strong{font-size:31px}.cover-kicker{font-size:10px}.blog-meta{font-size:10px;margin-top:18px}.blog-card h3{font-size:22px}.blog-card>p{font-size:15px}.footer-main{flex-wrap:wrap;padding-bottom:27px;gap:28px}.footer-main>p{display:none}.footer-bottom{flex-direction:column;gap:8px;font-size:10px;padding-block:22px}footer{padding-bottom:76px}.mobile-appointment{display:block;position:fixed;bottom:0;left:0;right:0;background:#ffffffed;backdrop-filter:blur(10px);padding:10px 20px calc(10px + env(safe-area-inset-bottom));z-index:19;border-top:1px solid var(--line)}.mobile-appointment .button{display:flex;width:100%;padding:14px 20px;justify-content:space-between}.mobile-appointment.is-hidden{display:none}dialog{padding:43px 25px 27px;max-height:88dvh}.dialog-copy h2{font-size:28px}.dialog-copy p{font-size:14px}.footer-main .text-link{font-size:12px}}
@media(max-width:480px){.specialty-grid{grid-template-columns:1fr}.specialty-card h3{font-size:25px}.specialty-card h3 br{display:none}.card-top{margin-bottom:22px}.specialty-card p{font-size:15px}.card-link{font-size:13px}.brand{font-size:14px}.brand small{font-size:8px}.brand-mark{width:37px;height:37px;border-radius:11px}.navigation{gap:10px}.menu-toggle{font-size:13px;padding:9px 10px;gap:6px}.hero-actions{gap:17px}.hero-actions .button{font-size:13px;padding:16px 17px;gap:17px}.hero-actions .text-link{font-size:12px;gap:10px}.hero-intro{font-size:15px}.hero-footnote{font-size:10px}.portrait-background img{height:355px}.portrait-tag{font-size:11px;padding:12px 15px}.portrait-label{font-size:12px}.section-index{max-width:110px;text-align:right}.value-grid p{font-size:11px}.value-grid h2{font-size:14px}.value-number{font-size:10px}.google-word{font-size:20px}.review-shell .eyebrow{font-size:9px}.contact-copy .text-link{font-size:11px}.booking-card .button{font-size:12px}.booking-caption{font-size:10px}.desktop-break{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
/* Legible supporting copy at every screen size. */
.about-body>p:not(.large-copy),.specialty-card>p,.review-card p,.heading-row>p,.faq-intro>p:not(.eyebrow),.faq-list details>p,.contact-copy>p,.booking-card>p:not(.eyebrow),.blog-card>p,.dialog-copy p,.dialog-copy li{font-size:16px}
.chips span,.card-number,.card-link,.other-procedures>span,.review-status,.faq-source,.contact-details small,.booking-caption,.blog-meta,.cover-kicker,.footer-bottom,.hero-footnote,.portrait-top,.portrait-tag,.value-grid p,.value-number,.section-index{font-size:12px}
.eyebrow,.section-heading .eyebrow,.booking-card .eyebrow,.review-shell .eyebrow,.dialog-copy .eyebrow{font-size:12px;letter-spacing:1.2px}.section-index{letter-spacing:.3px}
.card-link,.text-link,.other-procedures button{min-height:44px}
@media(max-width:760px){.section-heading{gap:20px}.section-index{font-size:12px;max-width:150px}.hero-footnote{font-size:12px}.portrait-top{font-size:10px}.review-shell .section-heading{gap:12px}.review-shell .eyebrow{font-size:11px}.blog-meta{font-size:11px}.value-grid p{font-size:12px}.booking-caption{font-size:12px}.contact-copy .text-link{font-size:13px}.hero-actions .text-link{font-size:14px}}
/* Requested brand, icon and content refinements. */
.icon{width:20px;height:20px;flex-shrink:0;vertical-align:middle;stroke-width:1.7}.button>.icon{width:19px;height:19px}.button>span{font:inherit;line-height:inherit}.button.compact{gap:9px}.hero-actions .button,.mobile-appointment .button{gap:10px}.brand-logo{display:block;width:57px;height:49px;object-fit:contain;flex-shrink:0}.footer-main .brand-logo{background:white;border-radius:10px;padding:4px;width:62px;height:55px}.brand{gap:10px}.language{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;min-width:80px}.language .icon{width:18px;height:18px}.language-label{display:flex;gap:4px;font-size:12px}.language-label b{font-weight:500;color:#77867e}.language-label .fr-label{color:var(--ink);font-weight:700}.language[aria-pressed=true] .ar-label{color:var(--ink);font-weight:700}.language[aria-pressed=true] .fr-label{color:#77867e;font-weight:500}.hero-actions{gap:22px;flex-wrap:wrap}.hero-actions>.text-link{font-size:13px;gap:10px;white-space:nowrap}.hero-actions>.text-link .icon{width:18px;height:18px}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-top:28px;margin-top:26px;border-top:1px solid var(--line)}.hero-stats>div{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.hero-stats .icon{color:#64816c;width:24px;height:24px;margin-bottom:4px}.hero-stats strong{font-size:32px;letter-spacing:-1.5px;line-height:1.3;white-space:nowrap}.hero-stats span{font-size:12px;color:var(--muted);line-height:1.5}.sample-note{font-size:12px;color:#67756b;line-height:1.7;margin:14px 0 0}.portrait-top{display:flex;flex-direction:column;gap:4px;align-items:flex-end;padding:4px 0 20px;text-align:right;letter-spacing:0}.portrait-top strong{font-size:15px;font-weight:700;line-height:1.4}.portrait-top>span:last-child{font-size:12px;line-height:1.5;font-weight:400}.hero-visual{align-self:center}.portrait-background img{height:475px}.value-grid>div{gap:13px;align-items:center}.value-icon{width:44px;height:44px;flex-shrink:0;display:grid;place-items:center;border-radius:12px;background:#e5ecdb;color:#466342}.value-icon-2{background:#dfecef;color:#427084}.value-icon-3{background:#f1e8d5;color:#8d7143}.value-icon-4{background:#e5eae3;color:#32604d}.value-icon .icon{width:25px;height:25px}.value-grid>div+div{padding-left:17px}.about-grid{grid-template-columns:.85fr 1.15fr;gap:65px;align-items:center}.about-photo{position:relative;max-width:415px;overflow:hidden;border-radius:18px;background:var(--blue);padding:17px 17px 0}.about-photo>img{width:100%;height:445px;display:block;object-fit:cover;object-position:50% 15%;border-radius:10px 10px 0 0}.about-photo-caption{position:relative;padding:20px 8px 23px}.about-photo-caption strong{display:block;font-size:15px}.about-photo-caption span{display:block;font-size:12px;color:var(--muted)}.about-body h2{margin-bottom:24px}.about-more{margin-top:9px;gap:25px}.specialty-symbol.illustrated-icon{width:72px;height:72px;border-radius:22px;background:#eef4e7;transform:rotate(-6deg)}.illustrated-icon .icon{width:41px;height:41px;stroke-width:1.25;transform:rotate(6deg)}.specialty-card:nth-child(2) .illustrated-icon{background:#e5f0f4;color:#4e899a}.specialty-card:nth-child(3) .illustrated-icon{background:#f4edde;color:#a2844f}.featured .illustrated-icon{background:#355646;color:var(--lime)}.card-top{margin-bottom:26px}.card-number{align-self:flex-start;margin-top:6px}.centered-heading{text-align:center;margin:0 auto 38px;max-width:800px}.centered-heading .eyebrow{color:#668775;margin-bottom:17px}.centered-heading h2{font-size:40px;margin:0 0 17px}.centered-heading>p:last-child:not(.eyebrow){font-size:17px;color:var(--muted);margin:0}.reviews{background-color:#f1f4ee;background-image:radial-gradient(#a5b89b24 .8px,transparent .8px);background-size:24px 24px;margin-bottom:70px}.google-g{font-family:Arial,sans-serif;font-weight:700;font-size:26px;line-height:1;color:transparent;background:conic-gradient(#4285f4 0deg 100deg,#34a853 100deg 175deg,#fbbc05 175deg 235deg,#ea4335 235deg 295deg,#4285f4 295deg);background-clip:text;-webkit-background-clip:text;display:inline-block;flex-shrink:0}.google-rating{display:flex;align-items:center;justify-content:center;gap:17px;background:white;padding:20px 26px;border-radius:17px;width:max-content;max-width:100%;margin:0 auto 39px;box-shadow:0 13px 35px #17342f07}.google-rating>.google-g{font-size:39px}.rating-line{display:flex;align-items:center;gap:11px;line-height:1.2;margin-bottom:4px}.rating-line>strong{font-size:27px;letter-spacing:-.6px}.google-rating>div>span{font-size:12px;color:var(--muted)}.review-stars{display:inline-flex;gap:3px;line-height:1;color:#c79a66}.review-stars .icon{width:18px;height:18px;fill:currentColor;stroke:currentColor;stroke-width:1.3}.review-grid{gap:23px;margin-bottom:35px}.google-review-card{background:white;border-radius:19px;padding:27px 24px;box-shadow:0 14px 32px #17342f05}.review-person{display:flex;align-items:center;gap:12px;margin-bottom:19px}.review-avatar{width:42px;height:42px;display:grid;place-items:center;flex-shrink:0;color:white;background:#829e8e;border-radius:50%;font-size:14px;font-weight:700}.avatar-1{background:#c79a66}.avatar-2{background:var(--ink)}.review-person>div{line-height:1.6;flex:1}.review-person strong{display:block;font-size:14px}.review-person>div>span{display:block;font-size:12px;color:#7b877f}.review-person>.google-g{font-size:22px}.google-review-card>p{font-size:15px;line-height:1.85;margin:13px 0 0;color:#5e6e63}.review-bottom{text-align:center}.google-reviews-button{display:inline-flex;align-items:center;justify-content:center;gap:11px;background:white;border:1px solid var(--line);padding:16px 25px;border-radius:30px;font-size:14px;font-weight:600;min-height:52px}.google-reviews-button:hover{box-shadow:0 6px 18px #17342f0d}.google-reviews-button .icon{width:16px;height:16px;color:#8b968e}.google-reviews-button .google-g{font-size:22px}.appointment-section .centered-heading{margin-bottom:40px}.appointment-grid{grid-template-columns:1fr 1fr;gap:27px;align-items:stretch}.contact-card{background:white;border:1px solid #d8e4e1;border-radius:16px;padding:35px 32px}.contact-card>h3{font-size:23px;line-height:1.4;letter-spacing:-.6px;margin-bottom:8px}.contact-card>.eyebrow{color:#6e8c79;font-size:12px;margin-bottom:29px}.contact-line{display:flex;align-items:flex-start;gap:13px;margin:0 0 23px}.contact-line .icon{color:#6e8c79;margin-top:4px;width:23px;height:23px}.contact-line p{font-size:15px;color:var(--muted);line-height:1.8;margin:0}.contact-phone{display:inline-flex;align-items:center;gap:11px;background:#f2f5f0;border:0;border-radius:25px;font-size:16px;font-weight:700;padding:13px 20px;margin-top:3px}.booking-card{box-shadow:none;padding:35px 32px;display:flex;flex-direction:column}.booking-card>h3{font-size:24px;letter-spacing:-.65px;line-height:1.4;margin-bottom:15px}.booking-card>p{font-size:16px!important;margin-bottom:25px}.booking-actions{display:flex;flex-direction:column;gap:12px;margin-top:auto}.booking-actions .button{display:flex;justify-content:center;gap:10px;border-radius:28px;width:100%;padding:15px 17px;font-size:14px;min-height:52px}.booking-actions .whatsapp-button{background:#355247;border-color:#355247}.booking-actions .whatsapp-button:hover{background:#456458}.booking-actions .button>span{font:inherit}.booking-actions b{font-weight:600;white-space:nowrap}.appointment-sample{text-align:center;margin:18px 0 26px}.appointment-map{position:relative;border-radius:17px;overflow:hidden;background:#c7dde0;border:1px solid #c8d9da}.appointment-map iframe{width:100%;height:360px;display:block;border:0}.map-open{position:absolute;left:15px;bottom:15px;display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:9px;background:white;font-size:12px;box-shadow:0 4px 12px #17342f12}.map-open .icon{width:17px;height:17px}.blog-cover{padding:0!important;height:auto;aspect-ratio:3/2;background:var(--blue);isolation:isolate}.blog-cover img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s}.blog-cover:hover{transform:none}.blog-cover:hover img{transform:scale(1.025)}.blog-card>.text-link{gap:9px;min-height:36px;padding:0 0 3px;font-size:14px}.blog-card>.text-link .icon{width:16px;height:16px;stroke-width:1.5}.mobile-appointment .button{justify-content:center}.dialog-copy .button>.icon{width:18px;height:18px}.demo-tag{display:inline-block;background:#edf3e5;color:#527044;padding:4px 10px;border-radius:20px;font-size:12px;margin-bottom:18px}
@media(max-width:1150px){.navigation{min-height:82px}.menu-toggle{display:flex;gap:10px;align-items:center;border:1px solid var(--line);background:white;border-radius:8px;padding:10px 13px;font-size:14px}nav{display:none;position:absolute;left:0;right:0;top:82px;background:white;padding:20px 35px;box-shadow:0 14px 30px #17342f10;max-height:calc(100dvh - 100px);overflow-y:auto}nav.open{display:flex;flex-direction:column;align-items:stretch;gap:0}nav>a,nav>button{font-size:15px;padding:12px!important;text-align:left}nav .language{justify-content:flex-start;padding:12px!important}nav .button{font-size:14px;margin-top:10px}.value-grid{gap:12px}.value-grid>div+div{padding-left:10px}.value-icon{width:36px;height:36px;border-radius:10px}.value-icon .icon{width:23px;height:23px}.value-grid>div{gap:10px}.about-grid{gap:40px}.hero-stats strong{font-size:29px}.portrait-background img{height:450px}.portrait-top strong{font-size:13px}.portrait-top>span:last-child{font-size:11px}.appointment-grid{gap:20px}.contact-card,.booking-card{padding:28px 24px}.booking-actions .button{font-size:13px}}
@media(max-width:900px){.value-grid{grid-template-columns:1fr 1fr;gap:24px}.value-grid>div+div{border-left:0;padding-left:0}.value-icon{width:44px;height:44px}.review-grid{gap:14px}.google-review-card{padding:23px 18px}.review-person{gap:9px}.review-avatar{width:35px;height:35px;font-size:12px}.review-person strong{font-size:12px}.google-review-card>p{font-size:14px}.about-grid{grid-template-columns:.9fr 1.1fr;gap:30px}.about-photo>img{height:430px}.hero-stats{gap:10px}.hero-stats strong{font-size:26px}.hero-stats span{font-size:11px}.booking-actions .button{font-size:12px;padding:14px 12px}.contact-card>h3,.booking-card>h3{font-size:22px}.contact-line p{font-size:14px}}
@media(max-width:760px){.navigation{min-height:76px}nav{top:76px;padding-inline:24px}.brand-logo{width:47px;height:41px}.hero-stats{gap:18px;margin-top:27px;padding-top:24px}.hero-stats strong{font-size:29px}.hero-stats span{font-size:12px}.hero-stats .icon{width:23px;height:23px}.sample-note{font-size:12px}.hero-actions{gap:16px}.hero-actions .button{font-size:13px;gap:8px}.hero-actions>.text-link{font-size:12px;gap:7px}.portrait-top strong{font-size:15px}.portrait-top>span:last-child{font-size:12px}.portrait-background img{height:400px}.value-grid{gap:24px 17px}.value-grid>div{align-items:flex-start;gap:10px}.value-grid h2{font-size:14px}.value-grid p{font-size:12px}.value-icon{width:36px;height:36px;border-radius:10px}.value-icon .icon{width:23px;height:23px}.about-grid{grid-template-columns:1fr;gap:32px}.about-photo{width:100%;max-width:430px;margin:auto}.about-photo>img{height:375px;object-position:50% 20%}.about-photo-caption{padding:17px 6px 20px}.about-body h2{font-size:31px}.about-more{padding:13px 21px}.specialty-symbol.illustrated-icon{width:65px;height:65px}.illustrated-icon .icon{width:37px;height:37px}.reviews{margin-bottom:50px}.centered-heading{margin-bottom:29px}.centered-heading h2{font-size:31px}.centered-heading>p:last-child:not(.eyebrow){font-size:15px}.google-rating{padding:17px 22px;margin-bottom:28px}.review-grid{grid-template-columns:1fr;gap:17px}.google-review-card{padding:25px}.review-person{gap:12px}.review-person strong{font-size:15px}.review-avatar{width:43px;height:43px;font-size:14px}.google-review-card>p{font-size:16px}.google-reviews-button{font-size:13px;padding:14px 19px;gap:9px}.appointment-grid{grid-template-columns:1fr;gap:20px}.contact-card,.booking-card{padding:29px 25px}.contact-card>h3,.booking-card>h3{font-size:23px}.contact-line p{font-size:15px}.booking-actions{margin-top:0}.booking-actions .button{font-size:13px;padding:16px 12px}.appointment-map iframe{height:310px}.map-open{left:10px;right:10px;bottom:10px;justify-content:center;padding:11px;font-size:11px;gap:7px}.blog-cover{height:auto}.hero-actions>.text-link .icon{width:16px;height:16px}.footer-main .brand-logo{width:56px;height:49px}}
@media(max-width:380px){.brand-logo{width:40px;height:35px}.brand{gap:7px;font-size:12px}.brand small{font-size:7px}.hero-stats{gap:10px}.hero-stats strong{font-size:25px}.hero-stats span{font-size:11px}.value-grid>div{flex-direction:column}.hero-actions{align-items:flex-start;flex-direction:column;gap:13px}.portrait-top strong{font-size:12px}.portrait-top>span:last-child{font-size:10px}.google-reviews-button{font-size:12px;gap:6px;padding:13px}.booking-actions .button{font-size:12px;gap:7px}}
html[dir=rtl] body{font-family:'Cairo',Inter,Arial,sans-serif}html[dir=rtl] h1,html[dir=rtl] h2,html[dir=rtl] h3,html[dir=rtl] .eyebrow{letter-spacing:0}html[dir=rtl] h1{line-height:1.45;font-size:49px}html[dir=rtl] h2{line-height:1.5;font-size:32px}html[dir=rtl] h3{line-height:1.65}html[dir=rtl] .brand small{letter-spacing:0;font-size:10px}html[dir=rtl] .brand{font-size:14px}html[dir=rtl] .portrait-top{text-align:left;align-items:flex-start}html[dir=rtl] .hero-stats>div{align-items:flex-start}html[dir=rtl] .dialog-copy,html[dir=rtl] .blog-card h3 button,html[dir=rtl] .card-link{text-align:right}html[dir=rtl] .blog-card>.text-link .icon{transform:rotate(180deg)}html[dir=rtl] .close-dialog{right:auto;left:12px}html[dir=rtl] .faq-list details>p{margin-right:0;margin-left:35px}html[dir=rtl] nav>a,html[dir=rtl] nav>button{text-align:right}html[dir=rtl] .dialog-copy ul{padding-left:0;padding-right:22px}html[dir=rtl] .contact-line p{line-height:2}html[dir=rtl] .hero-actions>.text-link{font-size:13px}@media(max-width:760px){html[dir=rtl] h1{font-size:37px}html[dir=rtl] h2{font-size:29px}html[dir=rtl] .brand{font-size:12px}html[dir=rtl] .brand small{font-size:9px}}
/* Portrait and specialty illustrations */
.hero-visual{padding:0}.doctor-portrait{margin:0 0 0 auto;max-width:430px;padding:12px;background:#edf2ee;border:1px solid #d5e0d7;border-radius:24px;box-shadow:0 18px 44px #17342f0a}.doctor-portrait>img{display:block;width:100%;height:auto;aspect-ratio:307/368;object-fit:cover;border-radius:15px}.doctor-portrait figcaption{padding:20px 12px 12px;line-height:1.6}.doctor-portrait strong{display:block;font-size:18px;letter-spacing:-.5px}.doctor-portrait figcaption span{display:block;margin-top:3px;font-size:14px;color:var(--muted)}.specialty-symbol.illustrated-icon{transform:none;border-radius:16px;width:84px;height:84px}.illustrated-icon .medical-icon{transform:none;width:64px;height:64px;fill:currentColor}.medical-icon [fill="#000"],.medical-icon [fill="black"]{fill:currentColor}.blog-card h3 a{font:inherit}.article-page{max-width:900px;padding-block:55px 90px}.article-page article>.eyebrow{margin-top:40px}.article-page h1{font-size:clamp(32px,5vw,52px);line-height:1.2;letter-spacing:-1.4px}.article-hero{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:20px;margin-block:30px}.article-body{max-width:700px;margin:auto;font-size:18px;line-height:1.85}.article-body h2{font-size:27px;margin:38px 0 15px}.article-body a{text-decoration:underline;text-underline-offset:4px}.article-body .article-source{font-size:14px}.article-page+.site-footer{margin-top:0}html[dir=rtl] body{font-family:Cairo,Inter,Arial,sans-serif}html[dir=rtl] .doctor-portrait strong{letter-spacing:0}html[dir=rtl] .language .ar-label{font-weight:800}html[dir=rtl] .language .fr-label{font-weight:400}@media(max-width:760px){.doctor-portrait{margin-inline:auto;width:100%;max-width:390px}.doctor-portrait strong{font-size:17px}.article-body{font-size:16px}.article-page{padding-top:30px}.article-body h2{font-size:24px}.specialty-symbol.illustrated-icon{width:76px;height:76px}.illustrated-icon .medical-icon{width:56px;height:56px}}
/* Reference specialty cards and compact language switch */
.specialty-grid{gap:18px}.specialty-card{border-radius:20px;padding:26px 23px 25px;background:#fdfcfa;border-color:#dce2da}.specialty-card h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:25px;line-height:1.13;letter-spacing:-.55px;margin-top:20px;margin-bottom:20px}.specialty-card.featured{background:#25372b;border-color:#25372b}.specialty-symbol.reference-cross{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#eff3e7;color:#718554;font-size:28px;line-height:1;transform:none}.featured .specialty-symbol.reference-cross{background:#405541;color:#d2ee67}.specialty-card .card-top{margin-bottom:5px}.specialty-card .card-link{padding-top:23px;margin-top:auto}.specialty-card .tags{margin-bottom:26px}.language.language-toggle{display:inline-flex;align-items:center;justify-content:center;gap:2px;border:1px solid #d9e1d8;background:#f1f4ee;border-radius:24px;padding:4px!important;min-height:40px;flex-shrink:0;width:90px}.language-option{display:grid;place-items:center;min-width:37px;height:30px;font:600 12px Inter,Arial,sans-serif;border-radius:18px;color:#61736d}.language-option.active{background:#17342f;color:white;box-shadow:0 1px 3px #17342f1a}.language-toggle:hover{border-color:#718554}.whatsapp-icon{width:21px!important;height:21px!important;stroke:none;flex-shrink:0}html[dir=rtl] .specialty-card h3{font-family:Cairo,Arial,sans-serif;font-weight:700;font-size:23px;line-height:1.55;letter-spacing:0}@media(max-width:1150px){nav .language.language-toggle{align-self:flex-start;margin-block:10px}}@media(max-width:760px){.specialty-card{padding:25px;border-radius:20px}.specialty-card h3{font-size:28px}.specialty-symbol.reference-cross{width:43px;height:43px}}
.hero-rating{display:flex;align-items:center;gap:13px;width:fit-content;margin:0 0 24px;padding:11px 15px;border:1px solid #e1e7d9;border-radius:12px;background:#fafcf5}.hero-rating strong{display:block;font-size:13px}.hero-rating small{display:block;color:var(--muted);font-size:12px}.rating-stars{color:#aa761e;letter-spacing:2px;font-size:17px}.doctor-portrait{box-shadow:0 18px 55px #32604d20,24px -15px 75px #d9ef8770,-24px 20px 80px #b1d7e550;position:relative}.article-byline{font-size:13px!important;color:var(--muted);margin:7px 0 15px!important}.blog-meta{margin-top:20px}.footer-grid{display:grid!important;grid-template-columns:1.7fr .8fr 1.2fr .7fr;align-items:start!important;gap:38px;padding-block:55px}.footer-grid p{font-size:14px;line-height:1.8;margin:18px 0 12px}.footer-grid h3{font-size:15px;margin:0 0 20px;letter-spacing:0}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links h3{margin-bottom:10px}.footer-links a,.footer-hours>a{font-size:14px}.footer-grid small{font-size:12px;line-height:1.6;display:block;opacity:.7}.footer-intro .brand{white-space:normal}.footer-grid .footer-schedule{margin-bottom:3px}.social-placeholder{display:block;background:transparent;border:1px solid #cad5ce;padding:8px 12px;border-radius:7px;margin-bottom:10px;font-size:14px;color:inherit;opacity:.65}.footer-social small{margin-top:14px}@media(max-width:1000px){.footer-grid{grid-template-columns:1fr 1fr;gap:36px}}@media(max-width:550px){.footer-grid{grid-template-columns:1fr;gap:30px}.footer-grid h3{margin-bottom:12px}.hero-rating{gap:10px;padding:10px 12px}.rating-stars{font-size:14px}.hero-rating strong{font-size:12px}.hero-rating small{font-size:11px}.doctor-portrait{box-shadow:0 12px 35px #32604d20,12px -8px 40px #d9ef8755,-12px 12px 40px #b1d7e540}}
.hero-rating.reference-rating{border:0;background:#fff;border-radius:24px;padding:18px 24px;gap:19px;box-shadow:0 8px 36px #17342f0b;margin-bottom:5px}.reference-rating .google-g{font-size:43px;line-height:1;flex-shrink:0}.reference-rating .rating-line{display:flex;gap:12px;align-items:center}.reference-rating .rating-line strong{font-size:29px;line-height:1.2;color:#243041}.reference-rating .review-stars{display:inline-flex;gap:4px;color:#c99d74}.reference-rating .review-stars svg{width:18px;height:18px;fill:currentColor;stroke:currentColor}.reference-rating>div>span{display:block;font-size:14px;color:#89909b;margin-top:3px}.hero-rating-example{display:block;font-size:11px;color:var(--muted);margin:0 0 23px 12px}.blog-metadata{display:flex;align-items:baseline;justify-content:space-between;gap:8px;flex-wrap:wrap;letter-spacing:0;margin:19px 0 13px!important;font-size:12px;font-weight:500;line-height:1.6}.blog-metadata time{text-transform:none;font-size:12px;white-space:nowrap}.blog-metadata .article-byline{font-size:12px!important;margin:0!important;padding-inline-start:10px;border-inline-start:1px solid #aab8af;line-height:1.35}.blog-card{display:flex;flex-direction:column;align-items:flex-start}.blog-card .blog-cover{width:100%;flex-shrink:0}.blog-card h3{margin:0 0 15px}.blog-card>p{margin-bottom:21px}.blog-card>.text-link{margin-top:auto}.social-icon-row{display:flex;gap:12px}.social-icon-button{display:grid;place-items:center;width:44px;height:44px;border:1px solid #c5d0c7;border-radius:50%;background:transparent;color:inherit;padding:10px;opacity:.8}.social-icon-button svg{width:22px;height:22px}.specialty-symbol.illustrated-icon{width:60px;height:60px;border-radius:14px;transform:none}.illustrated-icon .medical-icon{width:45px;height:45px;transform:none}@media(max-width:400px){.hero-rating.reference-rating{padding:15px 17px;gap:13px}.reference-rating .rating-line strong{font-size:27px}.reference-rating .google-g{font-size:37px}.reference-rating>div>span{font-size:12px}.reference-rating .review-stars{gap:2px}.reference-rating .review-stars svg{width:16px;height:16px}}
