*{margin:0;padding:0;box-sizing:border-box;font-family:'Inter',sans-serif}
body{line-height:1.7;color:#333;background:#fff}
.container{width:90%;max-width:1200px;margin:auto}
header{background:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.08)}
.navbar{display:flex;justify-content:space-between;align-items:center;padding:18px 0}
.logo{display:flex;align-items:center;text-decoration:none}
.logo img{display:block;width:190px;max-height:58px;object-fit:contain}
.menu-toggle{display:none;width:44px;height:44px;border:1px solid #dbe8f2;border-radius:8px;background:white;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.menu-toggle span{display:block;width:22px;height:2px;background:#003b5c;border-radius:2px;transition:.25s}
.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
nav ul{display:flex;list-style:none;gap:24px;align-items:center}
nav a{text-decoration:none;color:#222;font-weight:500;transition:.3s}
nav a:hover,nav a.active{color:#0b7dc5}
.btn{display:inline-block;padding:14px 28px;background:#0b7dc5;color:white;text-decoration:none;border-radius:50px;font-weight:600;transition:.3s;border:0;cursor:pointer}
.btn:hover{background:#005f96}
.btn.secondary{background:white;color:#004d7a}
.btn.secondary:hover{background:#e7f3fb}
.hero{background:linear-gradient(90deg,rgba(0,38,61,.9),rgba(0,77,122,.72),rgba(0,0,0,.35)),url('../img/clinical-team-consultation.jpeg');background-size:cover;background-position:center;color:white;padding:125px 0 70px}
.hero.services-hero{background:linear-gradient(rgba(0,38,61,.78),rgba(0,38,61,.78)),url('../img/hearing-assessment-team.jpeg');background-position:center;padding:125px 0}
.hero.care-hero{background:linear-gradient(rgba(0,59,92,.72),rgba(0,59,92,.72)),url('../img/child-hearing-assessment.jpeg');background-position:center;padding:130px 0}
.hero.why-hero{background:linear-gradient(rgba(0,59,92,.78),rgba(0,38,61,.78)),url('../img/reception-desk-wide.jpeg');background-position:center;padding:125px 0}
.hero.contact-hero{background:linear-gradient(rgba(0,38,61,.82),rgba(0,77,122,.72)),url('../img/reception-desk-front.jpeg');background-position:center;padding:125px 0}
.hero.booking-hero{background:linear-gradient(rgba(0,38,61,.84),rgba(0,77,122,.7)),url('../img/family-hearing-care-lifestyle.jpeg');background-position:center;padding:125px 0}
.hero h1{font-size:60px;line-height:1.1;margin-bottom:20px;max-width:940px}
.services-hero h1,.care-hero h1,.why-hero h1,.contact-hero h1,.booking-hero h1{font-size:56px}
.hero p{font-size:20px;max-width:820px;margin-bottom:30px}
.hero-actions{display:flex;gap:18px;flex-wrap:wrap}
.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;max-width:820px;margin-top:60px;background:rgba(255,255,255,.25);border:1px solid rgba(255,255,255,.25);border-radius:15px;overflow:hidden;backdrop-filter:blur(8px)}
.hero-stat{padding:22px;background:rgba(0,38,61,.58)}
.hero-stat strong{display:block;font-size:28px;line-height:1;margin-bottom:8px}
.hero-stat span{font-size:14px;color:#dbe8f2}
.section{padding:90px 0}
.section-title{font-size:42px;text-align:center;margin-bottom:20px;color:#003b5c;line-height:1.2}
.section-subtitle{text-align:center;max-width:900px;margin:0 auto 60px}
.light{background:#f5f9fc}
.intro,.split,.feature{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}
.feature{grid-template-columns:1fr 1fr;gap:45px}
.intro .section-title,.intro .section-subtitle,.text-left{text-align:left;margin-left:0}
.intro .section-subtitle{margin-bottom:0}
.intro-photo{position:relative}
.intro-photo img,.split img,.feature img{width:100%;height:430px;object-fit:cover;border-radius:15px;box-shadow:0 15px 35px rgba(0,0,0,.13);display:block}
.split img{height:420px}
.photo-note{position:absolute;left:24px;bottom:24px;right:24px;background:white;border-radius:12px;padding:20px;box-shadow:0 10px 25px rgba(0,0,0,.16)}
.photo-note strong{display:block;color:#004d7a;margin-bottom:5px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.card,.testimonial,.location-box,.form-box,.faq-item,.review,.condition,.step{background:white;border-radius:15px;box-shadow:0 10px 25px rgba(0,0,0,.08);border:1px solid #e7f0f7}
.card{padding:32px;transition:.3s;overflow:hidden}
.card:hover{transform:translateY(-6px);box-shadow:0 18px 35px rgba(0,59,92,.14)}
.card img{width:calc(100% + 64px);height:220px;object-fit:cover;display:block;margin:-32px -32px 28px}
.card-content{padding:0}
.card-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#e7f3fb;color:#0b7dc5;font-weight:800;margin-bottom:20px}
.card h3,.faq-item h3,.condition h3,.step h3{margin-bottom:15px;color:#004d7a}
.review-strip{background:#003b5c;color:white;padding:34px 0}
.review-strip .container{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}
.stars{color:#ffc83d;letter-spacing:2px;font-size:22px}
.map-link{display:inline-block;margin-top:14px;color:#0b7dc5;font-weight:700;text-decoration:none}
.map-link:hover{text-decoration:underline}
.mini-form{margin-top:50px}
.blog-card{padding:30px}
.blog-meta{color:#667085;font-size:14px;margin-bottom:10px}
.text-link{display:inline-block;color:#0b7dc5;font-weight:700;text-decoration:none;margin-top:16px}
.text-link:hover{text-decoration:underline}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:44px;align-items:start}
.article-body{max-width:820px}
.article-body p{font-size:18px;margin-bottom:22px}
.article-body h2{color:#003b5c;font-size:30px;line-height:1.25;margin:36px 0 14px}
.article-image{width:100%;height:430px;object-fit:cover;border-radius:15px;box-shadow:0 15px 35px rgba(0,0,0,.13);display:block;margin-bottom:34px}
.article-sidebar{position:sticky;top:105px;display:grid;gap:24px}
.article-sidebar .location-box .btn{margin-top:14px}
.article-sidebar .text-link{display:block;margin-top:10px}
.consultation{background:linear-gradient(90deg,rgba(0,38,61,.92),rgba(0,77,122,.86)),url('../img/hearing-aids-and-otoscope.jpeg');background-size:cover;background-position:center;color:white;text-align:center}
.consultation h2{font-size:42px;margin-bottom:20px}
.consultation ul{list-style:none;margin:30px auto;max-width:760px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;text-align:left}
.consultation li{padding:10px;font-size:17px}
.consultation li::before{content:"";display:inline-block;width:10px;height:10px;border-radius:50%;background:#36b4ff;margin-right:12px}
.testimonial,.review,.faq-item,.step{padding:30px}
.testimonial::before{content:"";display:block;width:44px;height:4px;background:#0b7dc5;border-radius:10px;margin-bottom:20px}
.testimonial p{font-style:italic;margin:15px 0}
.locations{text-align:center}
.locations-grid,.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;text-align:left}
.location-box{padding:32px;border-top:6px solid #0b7dc5}
.location-box h3{color:#004d7a;margin-bottom:12px}
.form-box{max-width:780px;margin:auto;padding:36px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
label{display:block;font-weight:600;color:#003b5c;margin-bottom:6px}
input,textarea{width:100%;padding:14px;border:1px solid #cbd8e3;border-radius:10px;font-size:16px}
textarea{min-height:150px;resize:vertical}
.check-row{display:flex;align-items:center;gap:10px;margin:18px 0}
.check-row input{width:auto}
.feature-list{list-style:none;margin-top:25px}
.feature-list li{padding:12px 0;border-bottom:1px solid #dbe8f2;font-weight:500}
.internal-links{text-align:center}
.internal-links a{display:inline-block;margin:8px;padding:12px 18px;border-radius:50px;background:#e7f3fb;color:#004d7a;text-decoration:none;font-weight:600}
.insurance-section{text-align:center}
.insurance-copy{max-width:820px;margin:0 auto 34px}
.insurance-copy h2{font-size:42px;line-height:1.2;color:#003b5c;margin-bottom:16px}
.insurance-copy h2 span{display:block;color:#18a999;font-size:34px;font-weight:800}
.insurance-copy p{font-size:19px;color:#344054}
.insurance-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:18px;align-items:center;margin:36px auto;max-width:1120px}
.insurance-logo{background:white;border:1px solid #e7f0f7;border-radius:12px;width:150px;min-height:92px;padding:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,.06)}
.insurance-logo img{max-width:100%;max-height:58px;object-fit:contain;display:block}
.insurance-services{font-weight:700;color:#003b5c;margin:12px 0 28px}
.clients-section{text-align:center}
.clients-copy{max-width:860px;margin:0 auto 34px}
.clients-copy h2{font-size:42px;line-height:1.2;color:#003b5c;margin-bottom:16px}
.clients-copy p{font-size:18px;color:#344054}
.clients-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:18px;align-items:center;margin:34px auto 0;max-width:1120px}
.client-logo,.client-name{background:white;border:1px solid #e7f0f7;border-radius:12px;width:160px;min-height:96px;padding:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,.06)}
.client-logo img{max-width:100%;max-height:62px;object-fit:contain;display:block}
.client-name{color:#003b5c;font-weight:800;font-size:14px;line-height:1.25}
.condition{overflow:hidden}
.condition img{width:100%;height:180px;object-fit:cover;display:block}
.condition div{padding:25px}
.step{margin-bottom:24px;border-left:6px solid #0b7dc5}
.thank-you-card{max-width:760px;margin:auto;text-align:center;background:white;border:1px solid #e7f0f7;border-radius:15px;box-shadow:0 10px 25px rgba(0,0,0,.08);padding:48px}
.thank-you-card h2{font-size:40px;line-height:1.2;color:#003b5c;margin-bottom:18px}
.thank-you-card p{font-size:18px;margin-bottom:28px}
.thank-you-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}
.cta{background:linear-gradient(90deg,#0b7dc5,#004d7a);color:white;text-align:center;padding:90px 20px}
.cta h2{font-size:42px;margin-bottom:20px}
footer{background:#00263d;color:white;padding:50px 0}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:30px}
.footer-grid h4{margin-bottom:15px}
.footer-grid a{display:block;color:#dbe8f2;text-decoration:none;margin-bottom:10px}
.footer-grid p{color:#dbe8f2;margin-bottom:8px}
.social-title{color:white;font-weight:700;margin-top:18px}
.social-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.social-links a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.22);border-radius:8px;color:white;background:rgba(255,255,255,.08);margin:0}
.social-links a:hover{background:rgba(255,255,255,.16)}
.social-links svg{width:20px;height:20px;fill:currentColor}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:1001;display:inline-flex;align-items:center;gap:10px;padding:13px 18px;border-radius:999px;background:#25d366;color:white;text-decoration:none;font-weight:800;box-shadow:0 12px 28px rgba(0,0,0,.22)}
.whatsapp-float:hover{background:#1ebe5d}
.whatsapp-float svg{width:22px;height:22px;fill:currentColor;flex:0 0 auto}
.copyright{margin-top:30px;text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:20px}
.text-center{text-align:center}
@media(max-width:768px){.hero{padding:80px 0 50px}.hero h1,.services-hero h1,.care-hero h1,.why-hero h1,.contact-hero h1,.booking-hero h1{font-size:38px}.hero-stats{grid-template-columns:1fr;margin-top:36px}.navbar{position:relative}.logo img{width:165px}.menu-toggle{display:flex}nav{position:absolute;top:100%;left:0;right:0;background:white;border-top:1px solid #e7f0f7;box-shadow:0 14px 26px rgba(0,0,0,.1);display:none}nav.open{display:block}nav ul{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:10px 0}nav li{border-bottom:1px solid #eef4f8}nav li:last-child{border-bottom:0}nav a{display:block;padding:14px 20px}nav a.btn{margin:12px 20px;text-align:center}.intro,.split,.feature,.article-layout{grid-template-columns:1fr}.intro-photo img,.split img,.feature img,.article-image{height:300px}.article-sidebar{position:static}.form-grid{grid-template-columns:1fr}.section-title{font-size:34px}}
@media(max-width:520px){.hero h1{font-size:34px}.hero p{font-size:18px}.btn{width:100%;text-align:center}.hero-stat{padding:18px}.insurance-logo,.client-logo,.client-name{width:138px;min-height:86px;padding:14px}.whatsapp-float{right:14px;bottom:14px;padding:12px 14px}.whatsapp-float span:last-child{display:none}}


