
:root {
  --navy: #0a2c53;
  --navy-dark: #061f3d;
  --teal: #3377bd;
  --green: #4f9bd2;
  --green-soft: #eef6fc;
  --blue-soft: #e8f2fb;
  --cream: #f8fbfe;
  --white: #ffffff;
  --text: #1d2d3f;
  --muted: #5c6f82;
  --line: #d6e4f2;
  --shadow: 0 22px 60px rgba(10, 44, 83, 0.13);
  --radius: 24px;
  --max-width: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--text); background: var(--cream); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(var(--max-width), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 86px 0; }
.skip-link { position: absolute; top: -40px; left: 16px; background: var(--navy); color: var(--white); padding: 8px 12px; z-index: 999; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,250,247,0.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(219,230,234,0.8); }
.nav-wrapper { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 280px; }
.primary-nav { display: flex; align-items: center; gap: 20px; font-size: 0.92rem; font-weight: 700; color: var(--navy); }
.primary-nav a { text-decoration: none; white-space: nowrap; }
.primary-nav a:hover { color: var(--green); }
.nav-cta { background: var(--navy); color: var(--white) !important; padding: 10px 18px; border-radius: 999px; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 26px; height: 2px; margin: 6px 0; background: var(--navy); }
.hero, .page-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 20% 20%, rgba(79,155,210,0.20), transparent 32%), radial-gradient(circle at 85% 15%, rgba(51,119,189,0.16), transparent 30%), linear-gradient(135deg, #ffffff 0%, #f5fbfb 52%, #edf5fc 100%); }
.hero::after, .page-hero::after { content: ""; position: absolute; inset: auto -160px -220px auto; width: 520px; height: 520px; border-radius: 999px; border: 72px solid rgba(79,155,210,0.10); }
.hero-grid, .split-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
.home-hero-grid { grid-template-columns: 1fr 1fr; }
.eyebrow { margin: 0 0 12px; color: var(--green); font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.78rem; }
h1, h2, h3 { color: var(--navy-dark); line-height: 1.1; margin: 0 0 18px; }
h1 { font-size: clamp(1.6rem, 3.6vw, 3.0rem); letter-spacing: -0.055em; }
h2 { font-size: clamp(2rem, 3.5vw, 3.15rem); letter-spacing: -0.04em; }
h3 { font-size: 1.25rem; }
p { margin: 0 0 18px; }
.lead { font-size: 1.22rem; color: var(--navy); font-weight: 700; }
.hero-copy > p:not(.eyebrow):not(.lead) { max-width: 690px; color: var(--muted); font-size: 1.06rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 22px; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--navy); color: var(--white); box-shadow: 0 14px 30px rgba(10,44,83,.24); }
.button.secondary { background: var(--white); color: var(--navy); border: 1px solid var(--line); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span { background: rgba(255,255,255,.76); color: var(--navy); border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; font-size: .9rem; font-weight: 700; }
.image-card { width: 100%; border-radius: 34px; box-shadow: var(--shadow); border: 1px solid rgba(219,230,234,.9); object-fit: cover; }
.hero-image-stack { position: relative; min-height: 540px; }
.main-room { height: 490px; }
.portrait-card { position: absolute; width: 42%; right: 28px; bottom: 0; border: 8px solid var(--white); }
.intro-section, .clinic-section, .local-section, .details-section { background: var(--white); }
.section-heading { max-width: 780px; margin: 0 auto 42px; text-align: center; }
.section-heading p:last-child { color: var(--muted); }
.cards { display: grid; gap: 24px; }
.three-column { grid-template-columns: repeat(3, 1fr); }
.four-column { grid-template-columns: repeat(4, 1fr); }
.two-column { grid-template-columns: repeat(2, 1fr); }
.card, .content-card, .faq-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 16px 42px rgba(10,44,83,.08); }
.service-card { position: relative; overflow: hidden; }
.service-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 6px; background: linear-gradient(90deg, var(--green), var(--teal), var(--navy)); }
ul { padding-left: 20px; margin: 0 0 18px; color: var(--muted); }
li + li { margin-top: 8px; }
.accreditations-section { background: var(--white); }
.accreditation-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.accreditation-card { background: linear-gradient(135deg, var(--blue-soft), var(--green-soft)); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; justify-content: center; min-height: 210px; }
.accreditation-card img { max-height: 82px; width: auto; object-fit: contain; margin-bottom: 20px; }
.accreditation-card:nth-child(2) img { max-height: 96px; }
.qualification-card { background: var(--navy); color: var(--white); }
.qualification-card h3 { color: var(--white); }
.qualification-card ul { color: rgba(255,255,255,.86); }
.vestibular-img {width: 300px;height: auto;}
.image-strip-section { background: linear-gradient(180deg, #f2f7fc 0%, var(--cream) 100%); }
.image-strip { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 22px; }
.image-strip img { width: 100%; height: 310px; object-fit: cover; border-radius: 26px; box-shadow: 0 16px 42px rgba(10,44,83,.10); }
.quick-links-section { background: var(--white); }
.link-card { text-decoration: none; transition: transform .2s ease; }
.link-card:hover { transform: translateY(-4px); }
.link-card span { color: var(--green); font-weight: 900; letter-spacing: .1em; }
.link-card p { color: var(--muted); }
.content-section { background: var(--white); }
.narrow-text { max-width: 890px; font-size: 1.08rem; }
.why-section { background: linear-gradient(135deg, var(--navy) 0%, #3377bd 58%, #4f9bd2 100%); color: var(--white); }
.why-section h2, .why-section h3, .why-section .eyebrow { color: var(--white); }
.why-section p { color: rgba(255,255,255,.84); }
.contrast-cards article { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); padding: 26px; }
.conditions-section { background: linear-gradient(180deg, #f2f7fc 0%, var(--cream) 100%); }
.treatment-layout { display: grid; gap: 34px; }
.content-card { display: grid; grid-template-columns: 0.7fr 1fr; gap: 28px; align-items: start; }
.content-card2 { display: grid; grid-template-columns: 0.7fr 1fr; gap: 28px; align-items: start; }
.content-card img { grid-row: span 6; height: 100%; min-height: 330px; object-fit: cover; border-radius: 20px; }
.content-card img2 { grid-row: span 6; height: 50%; min-height: 330px; object-fit: cover; border-radius: 20px; }
.faq-section { background: var(--white); }
.faq-layout { display: grid; gap: 24px; }
.faq-card { border-left: 8px solid var(--green); }
.map-image { margin-top: 18px; border-radius: 18px; border: 1px solid var(--line); }
.contact-section { background: var(--navy-dark); color: var(--white); }
.contact-section h2, .contact-section .eyebrow { color: var(--white); }
.contact-section p { color: rgba(255,255,255,.82); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: start; }
.contact-panel { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 28px; padding: 26px; display: grid; gap: 14px; }
.contact-panel a, .contact-panel div { display: flex; gap: 12px; align-items: center; color: var(--white); text-decoration: none; background: rgba(255,255,255,.08); border-radius: 16px; padding: 14px; }
.contact-panel a:hover { background: rgba(255,255,255,.14); }
.contact-panel span { width: 26px; flex: 0 0 26px; }
.no-marketing-note { margin: 8px 0 0; padding: 14px; border-radius: 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.72) !important; font-size: .84rem; line-height: 1.45; }
.site-footer { background: #05192f; color: rgba(255,255,255,.78); padding: 28px 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.site-footer strong { color: var(--white); }
.site-footer p { margin: 0; }
.site-footer a { color: var(--white); font-weight: 700; }
@media (max-width: 1080px) { .primary-nav { gap: 12px; font-size: .86rem; } .four-column { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 980px) { .hero-grid, .split-grid, .contact-grid, .content-card { grid-template-columns: 1fr; } .three-column, .two-column, .accreditation-grid { grid-template-columns: 1fr 1fr; } .hero-image-stack { min-height: auto; display: grid; gap: 20px; } .main-room { height: auto; } .portrait-card { position: static; width: 100%; border-width: 1px; } .content-card img { grid-row: auto; min-height: 260px; } }
@media (max-width: 760px) { .container { width: min(100% - 28px, var(--max-width)); } .section { padding: 62px 0; } .brand img { width: 124px; } .nav-toggle { display: block; } .primary-nav { position: absolute; top: 82px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); overflow: hidden; } .primary-nav.open { display: flex; } .primary-nav a { padding: 14px 18px; border-bottom: 1px solid var(--line); } .primary-nav a:last-child { border-bottom: 0; } .nav-cta { border-radius: 0; text-align: center; } h1 { font-size: clamp(2.3rem, 13vw, 3.5rem); } .three-column, .two-column, .four-column, .accreditation-grid, .image-strip { grid-template-columns: 1fr; } .image-strip img { height: 260px; } .footer-grid { flex-direction: column; align-items: flex-start; } }
