@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";html{scroll-behavior:smooth}:root{--primary-blue:#1e5fd8;--dark-navy:#0a1d37;--white:#fff;--light-bg:#f8faff;--text-dark:#333;--text-muted:#666;--border-radius:12px;--border-radius-lg:24px;--transition:all .4s cubic-bezier(.165, .84, .44, 1);--shadow:0 4px 20px #00000014;--shadow-soft:0 10px 40px -10px #0a1d371f;--shadow-hover:0 20px 60px -15px #0a1d372e}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-dark);background-color:var(--white);font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}ul{list-style:none}a{color:inherit;transition:var(--transition);text-decoration:none}button{cursor:pointer;transition:var(--transition);border:none;outline:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 clamp(16px,4vw,24px)}.section-padding{padding:80px 0}@media (width<=768px){.section-padding{padding:56px 0}}.top-bar{background-color:var(--dark-navy);color:var(--white);padding:10px 0;font-size:.9rem}.top-bar-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.top-bar-contact{flex-wrap:wrap;align-items:center;gap:clamp(12px,4vw,30px);display:flex}.top-bar-phone strong{margin-left:5px}.top-bar-socials{flex-shrink:0;gap:12px;display:flex}.navbar{z-index:1000;background:var(--white);transition:box-shadow .3s;position:sticky;top:0}.navbar.scrolled{box-shadow:0 4px 24px #0a1d3714}.nav-bar-inner{justify-content:space-between;align-items:center;gap:1rem;padding:10px 0;display:flex;position:relative}.logo-link{align-items:center;gap:10px;min-width:0;display:flex}.logo-mark{background:var(--primary-blue);width:40px;height:40px;color:var(--white);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.logo-text{color:var(--dark-navy);white-space:nowrap;font-size:clamp(1.15rem,3vw,1.5rem);font-weight:700}.logo-accent{color:var(--primary-blue)}.nav-cluster{align-items:center;gap:clamp(1rem,3vw,2rem);display:flex}.nav-links{flex-wrap:wrap;align-items:center;gap:clamp(1rem,2.5vw,2rem);margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:var(--text-dark);font-size:.95rem;font-weight:500}.nav-links a:hover{color:var(--primary-blue)}.navbar-book-btn{border-radius:50px;flex-shrink:0;padding:12px 28px}.navbar-toggle{width:44px;height:44px;color:var(--dark-navy);z-index:1003;background:#1e5fd814;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;font-size:1.25rem;display:none}.nav-backdrop{display:none}.hero{background:linear-gradient(135deg,#f3f7ff 0%,#e1e9ff 100%);padding:clamp(72px,12vw,120px) 0 clamp(48px,8vw,80px)}.hero-layout{align-items:center;gap:clamp(32px,6vw,60px);display:flex}.hero-content{flex:320px;min-width:0}.hero-title{color:var(--dark-navy);margin-bottom:25px;font-size:clamp(2rem,5vw,3.8rem);line-height:1.1}.hero-title-accent{font-size:clamp(2.2rem,5.5vw,4rem);display:block}.hero-lead{color:var(--text-muted);max-width:520px;margin-bottom:35px;font-size:clamp(1rem,2vw,1.2rem)}.hero-cta-row{flex-wrap:wrap;gap:16px 20px;display:flex}.hero-cta-btn{padding:16px 40px}.hero-image-wrap{flex:280px;min-width:0;max-width:560px;margin-left:auto;margin-right:auto;position:relative}.hero-image-blob{aspect-ratio:1;background:var(--primary-blue);z-index:0;opacity:.1;border-radius:50%;width:min(100%,550px);max-width:550px;margin-left:auto;position:absolute;bottom:-30px;right:-20px}.hero-teeth-collage{z-index:1;border-radius:28px;grid-template-rows:repeat(3,minmax(72px,11vw));grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;max-width:520px;margin-left:auto;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 48px #0a1d371f}.hero-collage-cell{background:#e8eef9;border-radius:14px;overflow:hidden}.hero-collage-cell img{object-fit:cover;width:100%;height:100%;transition:transform .45s;display:block}.hero-collage-cell:hover img{transform:scale(1.05)}.hero-collage-cell--1{grid-area:1/1/3/3}.hero-collage-cell--2{grid-area:1/3}.hero-collage-cell--3{grid-area:2/3}.hero-collage-cell--4{grid-area:3/1}.hero-collage-cell--5{grid-area:3/2}.hero-collage-cell--6{grid-area:3/3}@media (width<=992px){.hero-teeth-collage{grid-template-rows:repeat(3,minmax(64px,18vw));max-width:100%}}@media (width<=480px){.hero-teeth-collage{grid-template-rows:repeat(3,minmax(56px,22vw));gap:8px}.hero-collage-cell{border-radius:10px}}.hero-booking-strip{background:var(--white);z-index:10;border-radius:24px;flex-wrap:wrap;align-items:flex-end;gap:20px 24px;margin-top:clamp(40px,8vw,80px);padding:clamp(24px,4vw,40px);display:flex;position:relative;box-shadow:0 20px 60px #00000014}.hero-form-field{flex:160px;min-width:0}.hero-form-field label{color:var(--dark-navy);margin-bottom:10px;font-size:.85rem;font-weight:600;display:block}.hero-form-field input{background:#fcfdfe;border:1px solid #eef2f6;border-radius:12px;width:100%;padding:14px;font-family:inherit;font-size:1rem}.hero-booking-submit{flex:100%;justify-content:center;padding:16px 32px}@media (width>=900px){.hero-booking-submit{flex:none}}.section-kicker{color:var(--primary-blue);letter-spacing:2px;margin-bottom:15px;font-size:.9rem;font-weight:700;display:block}.section-heading{color:var(--dark-navy);max-width:650px;font-size:clamp(1.75rem,4vw,3rem);line-height:1.2}.section-header-text{min-width:0}.section-header-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:60px;display:flex}.section-header-cta{flex-shrink:0;padding:16px 36px}.services-grid-home{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.rounded-card{background:var(--white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-soft);transition:var(--transition);z-index:1;border:1px solid #0a1d3714;flex-direction:column;height:100%;padding:32px;display:flex;position:relative;overflow:hidden}.rounded-card:hover{box-shadow:var(--shadow-hover);border-color:var(--primary-blue);transform:translateY(-8px)}.card-image-wrap{background:#f0f4f8;height:280px;margin:-32px -32px 30px;overflow:hidden}.card-image-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.165,.84,.44,1);display:block}.rounded-card:hover .card-image-wrap img{transform:scale(1.06)}.card-icon-minimal{width:44px;height:44px;color:var(--primary-blue);transition:var(--transition);background:#1e5fd80f;border-radius:12px;justify-content:center;align-items:center;margin-bottom:20px;font-size:1.1rem;display:flex}.rounded-card:hover .card-icon-minimal{background:var(--primary-blue);color:var(--white);transform:rotate(-5deg)}.card-title{color:var(--dark-navy);margin-bottom:12px;font-size:1.35rem;font-weight:700;line-height:1.3}.card-description{color:var(--text-muted);flex-grow:1;margin-bottom:24px;font-size:.95rem;line-height:1.7}.card-link{color:var(--primary-blue);align-items:center;gap:8px;font-size:.95rem;font-weight:600;transition:gap .3s;display:inline-flex}.card-link:hover{gap:12px}.about-us-section{background-color:var(--white);color:var(--text-dark);border-top:1px solid #0a1d3714}.about-us-section .about-kicker{color:var(--primary-blue);letter-spacing:2px;margin-bottom:15px;font-size:.9rem;font-weight:700;display:block}.about-us-section .about-heading{color:var(--dark-navy);margin-bottom:25px;font-size:clamp(1.75rem,4vw,3rem);line-height:1.2}.about-us-section .about-lead{color:var(--text-muted);margin-bottom:35px;font-size:1.1rem;line-height:1.65}.about-us-section .about-check-list{margin:0 0 40px;padding:0;list-style:none}.about-us-section .about-check-list li{color:var(--text-dark);align-items:center;gap:15px;margin-bottom:18px;font-size:1.05rem;display:flex}.about-us-section .about-check-icon{color:var(--primary-blue);flex-shrink:0;font-size:1.2rem}.about-us-section .about-cta{padding:16px 45px}.about-us-section .about-photo-ring{border-color:#1e5fd814}.about-us-section .about-badge{border-color:var(--white)}.about-layout{align-items:center;gap:clamp(40px,8vw,80px);display:flex}.about-media{flex:280px;justify-content:center;min-width:0;display:flex;position:relative}.about-photo-ring{border:12px solid #1e5fd80d;border-radius:50%;max-width:100%;padding:25px;display:inline-block}.about-photo{aspect-ratio:1;object-fit:cover;border-radius:50%;width:min(100%,450px);height:auto;max-height:450px;display:block}.about-badge{background:var(--primary-blue);color:var(--white);border:8px solid var(--white);border-radius:50%;justify-content:center;align-items:center;width:clamp(72px,15vw,100px);height:clamp(72px,15vw,100px);font-size:clamp(1.5rem,4vw,2.5rem);display:flex;position:absolute;bottom:clamp(16px,4vw,40px);right:clamp(8px,3vw,40px);box-shadow:0 10px 25px #1e5fd84d}.about-text{flex:300px;min-width:0}.why-choose-us-stats{flex-wrap:wrap;justify-content:center;gap:clamp(32px,10vw,120px);margin-bottom:100px;display:flex}.why-split{align-items:center;gap:clamp(40px,8vw,80px);display:flex}.why-split-media{flex:280px;min-width:0}.why-split-img{border-radius:30px;width:100%;display:block;box-shadow:0 30px 60px #0000001a}.why-split-text{flex:280px;min-width:0}.case-stories{background-color:var(--dark-navy);color:var(--white)}.case-stories .section-kicker{color:var(--primary-blue)}.case-stories .section-heading,.case-stories-title{color:var(--white);max-width:650px}.text-highlight{color:var(--primary-blue)}.case-stories-grid{grid-template-columns:1fr 1fr;gap:40px;display:grid}.case-stories-intro{text-align:center;max-width:900px;margin-bottom:clamp(32px,6vw,50px);margin-left:auto;margin-right:auto}.case-stories-intro .section-heading{margin-left:auto;margin-right:auto}.case-stories-reviews{overflow:hidden}.booking-section{background-color:var(--white)}.booking-layout{grid-template-columns:1.2fr .8fr;align-items:start;gap:clamp(40px,6vw,80px);display:grid}.booking-form-grid{grid-template-columns:1fr 1fr;gap:25px;display:grid}.booking-form-full{grid-column:1/-1}.booking-form-submit{justify-content:center;width:100%;padding:18px;font-size:1.1rem}.booking-form-column label{margin-bottom:10px;font-size:.9rem;font-weight:600;display:block}.booking-form-column input,.booking-form-column select{background:#fcfdfe;border:1px solid #eef2f6;border-radius:12px;width:100%;padding:14px;font-family:inherit;font-size:1rem}.doctors-grid{grid-template-columns:repeat(3,1fr);align-items:center;gap:30px;display:grid}.faq-layout{grid-template-columns:1.2fr .8fr;align-items:start;gap:60px;display:grid}.faq-sidebar{flex-direction:column;gap:20px;display:flex}.site-footer{background-color:var(--dark-navy);color:var(--white);padding-top:80px}.footer-grid{grid-template-columns:1.2fr .8fr 1fr 1fr;gap:clamp(32px,5vw,60px);margin-bottom:60px;display:grid}.footer-bottom{opacity:.6;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:30px 0;font-size:.9rem;display:flex}.services-page-hero{background:var(--dark-navy);color:var(--white);text-align:center;padding:clamp(72px,14vw,120px) 0 clamp(48px,8vw,80px)}.services-page-title{margin-bottom:20px;font-size:clamp(2rem,5vw,3.5rem)}.services-page-lead{opacity:.85;max-width:800px;margin:0 auto;font-size:clamp(1rem,2vw,1.2rem)}.all-services-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));gap:40px;display:grid}.btn{border-radius:50px;align-items:center;gap:8px;padding:12px 28px;font-weight:500;display:inline-flex}.navbar .logo{color:var(--dark-navy);align-items:center;gap:12px;font-size:1.6rem;font-weight:700;display:flex}.navbar .logo i{color:var(--primary-blue)}.navbar .menu{gap:40px;font-weight:500;display:flex}.navbar .menu a{color:var(--text-dark);font-size:1rem}.navbar .menu a:hover{color:var(--primary-blue)}.social-link{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;display:flex}.social-link:hover{background:var(--primary-blue);color:var(--white)}.btn-primary{background-color:var(--primary-blue);color:var(--white)}.btn-primary:hover{background-color:#164bb8;transform:translateY(-2px)}.btn-outline{border:2px solid var(--primary-blue);color:var(--primary-blue);background-color:#0000}.btn-outline:hover{background-color:var(--primary-blue);color:var(--white)}.tag{color:var(--primary-blue);background:#1e5fd81a;border-radius:50px;margin-bottom:20px;padding:6px 16px;font-size:.85rem;font-weight:600;display:inline-block}h1,h2,h3{line-height:1.2}.text-blue{color:var(--primary-blue)}.font-bold{font-weight:700}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-wrapper{background-color:var(--primary-blue);color:var(--white);white-space:nowrap;padding:15px 0;overflow:hidden}.ticker-content{animation:30s linear infinite scroll;display:inline-block}.ticker-item{align-items:center;gap:10px;margin-right:40px;font-size:1.1rem;font-weight:500;display:inline-flex}.case-card{border-radius:var(--border-radius);height:400px;color:var(--white);cursor:pointer;position:relative;overflow:hidden}.case-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.case-card:hover img{transform:scale(1.1)}.case-overlay{background:linear-gradient(#0a1d3733 40%,#0a1d37e6 100%);flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:30px;display:flex;position:absolute;top:0;left:0}.case-overlay>div:last-child{flex-wrap:wrap;align-items:center;gap:12px}.case-overlay>div:last-child>div:first-child{flex-wrap:wrap;gap:8px}.case-tag{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border-radius:5px;margin-top:10px;margin-right:8px;padding:4px 12px;font-size:.75rem}.steps-container{justify-content:space-between;padding:40px 0;display:flex;position:relative}.steps-container:before{content:"";z-index:0;border-top:2px dashed #d1e1ff;height:2px;position:absolute;top:100px;left:10%;right:10%}.step-item{text-align:center;z-index:1;flex:1;padding:0 15px;position:relative}.step-icon{background:var(--white);width:80px;height:80px;color:var(--primary-blue);transition:var(--transition);border:2px solid #d1e1ff;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 25px;font-size:1.8rem;display:flex;box-shadow:0 5px 15px #0000000d}.step-item:hover .step-icon{background:var(--primary-blue);color:var(--white);border-color:var(--primary-blue);transform:translateY(-5px)}.booking-info-card{background:color-mix(in srgb, var(--dark-navy), var(--primary-blue) 40%);color:var(--white);border-radius:20px;height:100%;padding:40px}.timing-row{border-bottom:1px solid #ffffff1a;justify-content:space-between;padding:12px 0;display:flex}.timing-row:last-child{border-bottom:none}.emergency-bar{background:#ffffff1a;border-radius:12px;align-items:center;gap:15px;margin-top:30px;padding:20px;display:flex}.doctor-card{background:var(--white);border-radius:var(--border-radius);transition:var(--transition);text-align:center;padding-bottom:25px;overflow:hidden}.doctor-card.featured{border:3px solid var(--primary-blue);transform:translateY(-10px)}.doctor-card img{object-fit:cover;width:100%;height:350px}.doctor-socials{justify-content:center;gap:15px;margin-top:20px;display:flex}.doctor-socials a{width:35px;height:35px;color:var(--text-muted);border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;display:flex}.doctor-socials a:hover{background:var(--primary-blue);color:var(--white);border-color:var(--primary-blue)}.faq-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:15px;overflow:hidden}.faq-header{cursor:pointer;justify-content:space-between;align-items:center;padding:20px 25px;font-weight:600;display:flex}.faq-header.active{background:var(--primary-blue);color:var(--white)}.faq-content{opacity:.8;padding:20px 25px;font-size:.95rem;line-height:1.6}.insta-grid{grid-template-columns:repeat(5,1fr);gap:15px;display:grid}.insta-grid img{object-fit:cover;border-radius:10px;width:100%;height:200px}.newsletter-box{background:var(--white);max-width:600px;box-shadow:var(--shadow);border-radius:20px;gap:15px;margin:30px auto 0;padding:40px;display:flex}.newsletter-box input{border:1px solid #eee;border-radius:50px;outline:none;flex:1;padding:12px 20px}@media (width<=1024px){.services-grid-home{grid-template-columns:repeat(2,1fr);gap:28px}.all-services-grid{grid-template-columns:repeat(2,1fr)}.steps-container{flex-wrap:wrap;justify-content:center;gap:40px;padding:20px 0 40px}.steps-container:before{display:none}.step-item{flex:40%;min-width:200px}}@media (width<=992px){.navbar-toggle{display:inline-flex}.nav-cluster{background:var(--white);z-index:1002;flex-direction:column;align-items:stretch;gap:1rem;width:min(320px,88vw);height:100vh;margin:0;padding:5rem 1.25rem 2rem;transition:transform .3s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-12px 0 40px #0000001f}.navbar.menu-open .nav-cluster{transform:translate(0)}.nav-cluster .nav-links{flex-direction:column;align-items:stretch;gap:0;width:100%}.nav-cluster .nav-links li{border-bottom:1px solid #0000000f}.nav-cluster .nav-links a{padding:.85rem 0;display:block}.nav-cluster .navbar-book-btn{justify-content:center;width:100%;margin-top:.5rem}.nav-backdrop{z-index:1001;cursor:pointer;background:#0a1d3773;border:none;margin:0;padding:0;display:block;position:fixed;inset:0}.hero-layout{text-align:center;flex-direction:column}.hero-lead{margin-left:auto;margin-right:auto}.hero-cta-row{justify-content:center}.about-layout{text-align:center;flex-direction:column-reverse}.about-us-section .about-check-list li{justify-content:center}.about-badge{left:50%;right:auto;transform:translate(-50%)}.why-split{flex-direction:column}.section-header-row{text-align:center;flex-direction:column;align-items:stretch}.section-header-text{margin:0 auto}.section-header-cta{align-self:center}.booking-layout{grid-template-columns:1fr}.faq-layout{grid-template-columns:1fr;gap:40px}.footer-grid{text-align:left;grid-template-columns:repeat(2,1fr)}.footer-bottom{text-align:center;flex-direction:column;justify-content:center}}@media (width<=768px){.top-bar{display:none}.services-grid-home,.all-services-grid,.case-stories-grid{grid-template-columns:1fr}.case-card{height:min(400px,70vh)}.doctors-grid{grid-template-columns:1fr}.doctor-card.featured{transform:none}.booking-form-grid{grid-template-columns:1fr}.booking-form-full{grid-column:1}.hero-cta-row .hero-cta-btn{justify-content:center;width:100%}.why-choose-us-stats{flex-direction:column;align-items:center;gap:28px;margin-bottom:60px}.footer-grid{text-align:center;grid-template-columns:1fr;gap:40px}.footer-grid>div{flex-direction:column;align-items:center;display:flex}.footer-grid ul{align-items:center}.faq-header{padding:16px 18px;font-size:.95rem}}@media (width<=480px){.logo-text{white-space:normal;max-width:200px;line-height:1.2}.case-overlay h3{font-size:1.25rem}.case-overlay .case-tag{padding:3px 8px;font-size:.65rem}}.reviews-marquee-container{-webkit-user-select:none;user-select:none;gap:30px;width:100%;display:flex;position:relative;overflow:hidden}.reviews-track{gap:30px;width:max-content;animation:40s linear infinite marquee-reviews;display:flex}.reviews-track:hover{animation-play-state:paused}@keyframes marquee-reviews{0%{transform:translate(0)}to{transform:translate(-50%)}}.review-card{color:var(--dark-navy);background:#fff;border-radius:20px;flex-direction:column;flex-shrink:0;justify-content:space-between;width:min(450px,100vw - 48px);max-width:450px;padding:35px;display:flex;box-shadow:0 15px 35px #0000001a}.review-stars{color:#ffc107;margin-bottom:20px;font-size:1.1rem}.review-text{color:#444;margin-bottom:25px;font-size:1.05rem;font-style:italic;line-height:1.7}.review-author{align-items:center;gap:15px;display:flex}.author-info h4{margin-bottom:2px;font-size:1.1rem}.author-info span{color:var(--text-muted);font-size:.85rem}.google-badge{color:#666;align-items:center;gap:5px;margin-top:10px;font-size:.8rem;display:flex}.about-page{background:var(--white)}.about-page-hero{background:linear-gradient(135deg, var(--dark-navy) 0%, #132f52 100%);color:var(--white);padding:clamp(72px,12vw,110px) 0 clamp(40px,6vw,56px)}.about-page-breadcrumb{opacity:.75;margin-bottom:16px;font-size:.9rem}.about-page-breadcrumb a{color:#ffffffe6;text-underline-offset:3px;text-decoration:underline}.about-page-breadcrumb a:hover{color:var(--white)}.about-page-title{margin-bottom:12px;font-size:clamp(1.85rem,4.5vw,2.75rem);font-weight:700;line-height:1.2}.about-page-lead{opacity:.88;max-width:560px;font-size:1.05rem;line-height:1.6}.about-page-section{border-top:1px solid #0a1d370f}.about-page-section--doctor{background:var(--white)}.about-page-section--light{background:var(--light-bg)}.about-page-section--certs{background:var(--white)}.about-page-kicker{color:var(--primary-blue);letter-spacing:2px;margin-bottom:20px;font-size:.85rem;font-weight:700;display:block}.about-page-doctor-card{grid-template-columns:minmax(0,320px) minmax(0,1fr);align-items:start;gap:clamp(32px,5vw,56px);display:grid}.about-page-doctor-media{justify-content:center;display:flex}.about-page-doctor-ring{border:12px solid #1e5fd81a;border-radius:50%;padding:20px;display:inline-block}.about-page-doctor-img{aspect-ratio:1;object-fit:cover;border-radius:50%;width:min(100%,280px);display:block}.about-page-doctor-name{color:var(--dark-navy);margin-bottom:8px;font-size:clamp(1.5rem,3vw,2rem);line-height:1.25}.about-page-doctor-degrees{color:var(--primary-blue);margin-bottom:4px;font-size:1rem;font-weight:600}.about-page-doctor-role{color:var(--text-muted);margin-bottom:20px;font-size:.95rem;font-weight:600}.about-page-narrow{max-width:800px}.about-page-h2{color:var(--dark-navy);margin-bottom:24px;font-size:clamp(1.6rem,3.5vw,2.25rem);line-height:1.25}.about-page-h2--center{text-align:center;max-width:640px;margin-left:auto;margin-right:auto}.about-page-h3{color:var(--dark-navy);margin:32px 0 14px;font-size:1.25rem;line-height:1.35}.about-page-prose p{color:var(--text-muted);margin-bottom:16px;font-size:1.05rem;line-height:1.75}.about-page-list{color:var(--text-muted);margin:12px 0 20px;padding-left:1.25rem;line-height:1.75}.about-page-list li{margin-bottom:8px}.cert-cards-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:24px;margin-top:40px;display:grid}.cert-card{background:var(--white);border:1px solid #0a1d3714;border-radius:16px;padding:24px 24px 26px;transition:box-shadow .25s,transform .25s;position:relative;overflow:hidden;box-shadow:0 8px 28px #0a1d370f}.cert-card:hover{transform:translateY(-3px);box-shadow:0 14px 36px #0a1d371a}.cert-card-accent{background:linear-gradient(90deg, var(--primary-blue), #4d8ef0);height:4px;position:absolute;top:0;left:0;right:0}.cert-card-title{color:var(--dark-navy);margin-bottom:12px;padding-top:4px;font-size:1.1rem;line-height:1.35}.cert-card-text{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.65}.about-page-cta{background:#1e5fd80f;border-top:1px solid #0a1d3714;padding:48px 0}.about-page-cta-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}.about-page-cta-text{color:var(--dark-navy);margin:0;font-size:1.2rem;font-weight:600}@media (width<=900px){.about-page-doctor-card{text-align:center;grid-template-columns:1fr}.about-page-doctor-body .about-page-prose{text-align:left}}
