:root {
  --navy: #202e62;
  --navy-dark: #17234f;
  --magenta: #b00061;
  --cyan: #28b9df;
  --white: #fafaf8;
  --blue-grey: #eff6f8;
  --charcoal: #171a1d;
  --muted: #626871;
  --line: #dce5e8;
  --radius-lg: 32px;
  --radius-md: 20px;
  --shadow: 0 24px 65px rgba(32, 46, 98, 0.11);
  --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--charcoal); background: var(--white); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 24px; color: var(--navy); font-weight: 700; letter-spacing: -0.045em; line-height: 1.08; }
h1 { font-size: clamp(3.1rem, 5.2vw, 5.4rem); }
h2 { font-size: clamp(2.35rem, 4vw, 4rem); }
h1 em, h2 em { color: var(--magenta); font-style: normal; font-weight: 500; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.container > *, .hero-copy, .about-copy, .why-heading, .pricing-copy, .faq-heading, .booking-action, .contact-details { min-width: 0; }
.section { padding: 128px 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 2000; padding: 10px 16px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 23px; color: var(--navy); font-size: .72rem; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 2px; background: var(--cyan); }
.eyebrow-light { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(250,250,248,.95); border-bottom: 1px solid transparent; backdrop-filter: blur(12px); transition: border-color .25s, box-shadow .25s; }
.site-header.scrolled { border-color: rgba(32,46,98,.08); box-shadow: 0 7px 25px rgba(23,26,29,.05); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 10px; }
.brand { width: 185px; flex: 0 0 auto; }
.brand-logo { display: flex; align-items: center; overflow: visible; line-height: 0; }
.brand-logo-image { display: block; width: 185px; max-width: 100%; height: auto; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
.site-nav > a:not(.button) { position: relative; color: #38404a; font-size: .82rem; font-weight: 600; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--magenta); transform: scaleX(0); transition: transform .2s; }
.site-nav > a:not(.button):hover::after, .site-nav > a.active:not(.button)::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s, opacity .2s; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 14px 25px; border: 1px solid transparent; border-radius: 7px; font-size: .86rem; font-weight: 800; line-height: 1.2; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--magenta); box-shadow: 0 12px 25px rgba(176,0,97,.16); }
.button-primary:hover { background: #990054; box-shadow: 0 15px 30px rgba(176,0,97,.23); }
.button-secondary { color: var(--navy); background: transparent; border-color: rgba(32,46,98,.25); }
.button-secondary:hover { background: #fff; border-color: var(--navy); }
.button-small { min-height: 44px; padding: 11px 18px; font-size: .78rem; }
.button-white { color: var(--navy); background: #fff; }

.hero-section { padding: 34px 0 0; }
.hero-shell { min-height: 670px; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; background: var(--blue-grey); border-radius: var(--radius-lg); }
.hero-copy { padding: 75px 30px 62px 72px; align-self: center; }
.hero-copy h1 { max-width: 700px; }
.hero-lead { max-width: 590px; margin-bottom: 33px; color: #505963; font-size: 1.07rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 14px 23px; margin: 40px 0 0; padding: 26px 0 0; border-top: 1px solid #d8e4e7; list-style: none; }
.hero-trust li { display: flex; align-items: center; gap: 8px; color: #4d565f; font-size: .72rem; font-weight: 700; }
.check { width: 19px; height: 19px; display: inline-grid; place-items: center; color: #fff; background: var(--cyan); border-radius: 50%; font-size: .65rem; }
.hero-visual { position: relative; min-width: 0; }
.hero-visual::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--blue-grey) 0%, transparent 18%); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; max-width: 100%; object-fit: cover; object-position: 50% 35%; }
.hero-note { position: absolute; z-index: 2; right: 26px; bottom: 26px; max-width: 280px; display: flex; align-items: center; gap: 14px; padding: 17px 20px; background: rgba(255,255,255,.93); border-radius: 12px; box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.hero-note p { margin: 0; color: #626971; font-size: .68rem; line-height: 1.5; }
.hero-note strong { color: var(--navy); font-size: .77rem; }
.note-mark { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; color: #fff; background: var(--magenta); border-radius: 50% 50% 45% 55%; font-weight: 800; }

.trust-strip { margin-top: 28px; padding: 29px 0; color: #fff; background: var(--navy); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { display: flex; align-items: baseline; justify-content: center; gap: 10px; padding: 3px 25px; border-right: 1px solid rgba(255,255,255,.16); }
.trust-grid div:last-child { border: 0; }
.trust-grid strong { font-size: 1rem; font-weight: 800; }
.trust-grid span { color: rgba(255,255,255,.62); font-size: .68rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }

.section-heading { margin-bottom: 62px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.split-heading h2, .centered-heading h2 { margin-bottom: 0; }
.split-heading > p { max-width: 480px; margin-bottom: 8px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 310px; display: flex; flex-direction: column; justify-content: space-between; padding: 31px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(40,185,223,.45); box-shadow: var(--shadow); }
.card-number { color: var(--cyan); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.service-card h3 { margin: 0 0 11px; color: var(--navy); font-size: 1.22rem; line-height: 1.3; }
.service-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.service-card a { display: flex; justify-content: space-between; padding-top: 19px; border-top: 1px solid var(--line); color: var(--navy); font-size: .76rem; font-weight: 800; }
.service-card a span { color: var(--magenta); font-size: 1rem; }

.about { background: var(--blue-grey); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(65px, 9vw, 125px); }
.about-visual { position: relative; }
.about-visual::before { content: ""; position: absolute; top: -16px; right: -16px; width: 44%; height: 38%; border: 2px solid rgba(40,185,223,.45); border-radius: 0 35px 0 0; }
.about-visual img { position: relative; width: 100%; max-height: 650px; object-fit: cover; border-radius: 18px 18px 90px 18px; box-shadow: 0 30px 70px rgba(32,46,98,.13); }
.year-badge { position: absolute; right: -35px; bottom: 32px; width: 108px; height: 108px; display: grid; align-content: center; justify-items: center; color: #fff; background: var(--magenta); border: 8px solid var(--blue-grey); border-radius: 50%; line-height: 1.1; }
.year-badge strong { font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.year-badge span { font-size: 1.3rem; font-weight: 800; }
.about-copy .intro { max-width: 600px; color: var(--navy); font-size: 1.17rem; font-weight: 700; }
.about-copy > p:not(.eyebrow):not(.intro) { color: var(--muted); }
.about-points { margin: 32px 0; border-top: 1px solid #d6e3e6; }
.about-points > div { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 19px 0; border-bottom: 1px solid #d6e3e6; }
.about-points span { color: var(--cyan); font-size: .68rem; font-weight: 800; }
.about-points p { margin: 0; color: var(--muted); font-size: .82rem; }
.about-points strong { display: block; margin-bottom: 2px; color: var(--navy); font-size: .94rem; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; border-bottom: 1px solid rgba(32,46,98,.3); color: var(--navy); font-size: .82rem; font-weight: 800; transition: gap .2s, border-color .2s; }
.text-link:hover { gap: 20px; border-color: var(--magenta); }

.why { color: #fff; background: var(--navy); }
.why-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(65px, 9vw, 130px); }
.why h2 { color: #fff; }
.why h2 em { color: var(--cyan); }
.why-heading > p:last-child { max-width: 460px; color: rgba(255,255,255,.67); }
.why-features { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.why-features article { min-height: 230px; padding: 29px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.why-features span { color: var(--cyan); font-size: .69rem; font-weight: 800; }
.why-features h3 { margin: 44px 0 9px; font-size: 1.05rem; }
.why-features p { margin: 0; color: rgba(255,255,255,.62); font-size: .8rem; }

.pricing-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(70px, 10vw, 150px); }
.pricing-copy > p:not(.eyebrow) { color: var(--muted); }
.pricing-copy > small { display: block; padding-left: 15px; border-left: 2px solid var(--cyan); color: #7a8087; font-size: .68rem; line-height: 1.6; }
.price-list { border-top: 2px solid var(--navy); }
.price-list > div { display: flex; justify-content: space-between; gap: 25px; padding: 23px 4px; border-bottom: 1px solid var(--line); }
.price-list span { color: #363d45; font-weight: 600; }
.price-list strong { color: var(--navy); font-size: 1.07rem; white-space: nowrap; }
.price-list strong small { color: var(--muted); font-size: .6rem; font-weight: 600; text-transform: uppercase; }

.reviews { background: var(--blue-grey); }
.centered-heading { max-width: 680px; margin-right: auto; margin-left: auto; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading > p:last-child { margin: 22px 0 0; color: var(--muted); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-placeholder { padding: 30px; background: rgba(255,255,255,.78); border: 1px dashed #bacbd0; border-radius: 15px; }
.placeholder-label { display: inline-block; padding: 5px 9px; color: #717d82; background: #edf2f3; border-radius: 4px; font-size: .58rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.placeholder-lines { margin: 26px 0 18px; }
.placeholder-lines i { height: 7px; display: block; margin-top: 9px; background: #e3e9eb; border-radius: 9px; }
.placeholder-lines i:nth-child(2) { width: 92%; }.placeholder-lines i:nth-child(3) { width: 64%; }
.review-placeholder > p { color: #778087; font-size: .77rem; font-style: italic; }
.review-placeholder footer { display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px solid var(--line); }
.avatar-placeholder { width: 37px; height: 37px; border-radius: 50%; background: #dfe8eb; }
.review-placeholder footer > span:last-child { display: grid; }
.review-placeholder footer strong { color: #6b747a; font-size: .72rem; }.review-placeholder footer small { color: #98a0a5; font-size: .6rem; }

.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(65px, 10vw, 145px); }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading > p:not(.eyebrow) { margin: 36px 0 5px; color: var(--muted); font-size: .85rem; }
.accordion { border-top: 1px solid var(--navy); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; color: var(--navy); background: none; border: 0; text-align: left; font-size: 1rem; font-weight: 700; cursor: pointer; }
.faq-item button i { position: relative; width: 20px; height: 20px; flex: 0 0 20px; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; top: 9px; left: 3px; width: 14px; height: 2px; background: var(--magenta); transition: transform .2s; }
.faq-item button i::after { transform: rotate(90deg); }.faq-item.open button i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { max-width: 650px; margin: 0; padding: 0 45px 23px 0; color: var(--muted); font-size: .86rem; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }

.booking { padding: 92px 0; color: #fff; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.13); }
.booking-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.booking h2 { margin: 0; color: #fff; }.booking h2 em { color: var(--cyan); }
.booking-action { padding-left: 70px; border-left: 1px solid rgba(255,255,255,.18); }
.booking-action p { color: rgba(255,255,255,.7); }
.booking-action .button { min-width: 235px; }
.booking-whatsapp { display: block; width: max-content; margin-top: 14px; color: rgba(255,255,255,.65); border-bottom: 1px solid rgba(255,255,255,.25); font-size: .74rem; }

.contact-grid { display: grid; grid-template-columns: .65fr .45fr .9fr; align-items: start; gap: 65px; }
.contact-details { display: grid; gap: 33px; }
.contact-details > div { display: grid; gap: 5px; }
.detail-label { color: var(--magenta); font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-details address, .contact-details a:not(.text-link) { color: #3d444b; font-style: normal; font-size: .88rem; }
.map-panel { position: relative; min-height: 360px; overflow: hidden; background-color: #e7f0f1; background-image: linear-gradient(35deg, transparent 48%, rgba(255,255,255,.85) 49%, rgba(255,255,255,.85) 54%, transparent 55%), linear-gradient(115deg, transparent 42%, rgba(255,255,255,.7) 43%, rgba(255,255,255,.7) 49%, transparent 50%); border-radius: var(--radius-md); }
.map-panel::before, .map-panel::after { content: ""; position: absolute; border: 2px solid #cbdfe2; border-radius: 50%; }
.map-panel::before { width: 280px; height: 280px; top: -130px; left: -70px; }.map-panel::after { width: 210px; height: 210px; right: -80px; bottom: -100px; }
.map-road { position: absolute; display: block; height: 3px; background: rgba(40,185,223,.35); transform-origin: left center; }
.road-one { width: 80%; top: 64%; left: 0; transform: rotate(-8deg); }.road-two { width: 55%; top: 25%; left: 48%; transform: rotate(82deg); }.road-three { width: 60%; top: 40%; left: -8%; transform: rotate(65deg); }
.map-pin { position: absolute; top: 50%; left: 53%; display: grid; justify-items: center; padding: 14px 19px; background: #fff; border-radius: 9px; box-shadow: 0 13px 35px rgba(32,46,98,.18); transform: translate(-50%,-50%); text-align: center; white-space: nowrap; }
.map-pin i { width: 20px; height: 20px; margin-top: -27px; margin-bottom: 8px; background: var(--magenta); border: 5px solid #fff; border-radius: 50%; box-shadow: 0 4px 10px rgba(176,0,97,.25); }
.map-pin strong { color: var(--navy); font-size: .77rem; }.map-pin small { color: var(--muted); font-size: .58rem; }

.site-footer { padding: 52px 0 26px; background: var(--white); }
.footer-top { display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 40px; padding-bottom: 37px; border-bottom: 1px solid var(--line); }
.brand-footer { width: 180px; }.brand-footer .brand-logo-image { width: 180px; }
.footer-top > p { margin: 0; color: var(--muted); font-size: .78rem; }
.footer-links { display: flex; gap: 26px; }.footer-links a { color: #50575e; font-size: .74rem; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; color: #8b9196; font-size: .65rem; }.footer-bottom p { margin: 0; }

/* Appointment request */
.booking-modal { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; overflow: hidden; background: transparent; border: 0; }
.booking-modal::backdrop { background: rgba(14, 21, 52, .66); backdrop-filter: blur(4px); }
.booking-panel { width: min(720px, 100%); height: 100%; margin-left: auto; padding: 46px 48px 40px; overflow-y: auto; overscroll-behavior: contain; color: var(--charcoal); background: var(--white); box-shadow: -28px 0 80px rgba(14, 21, 52, .22); }
.booking-panel-header { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 28px; padding-bottom: 31px; border-bottom: 1px solid var(--line); }
.booking-panel-header h2, .booking-success h2 { margin-bottom: 14px; font-size: clamp(2.1rem, 4vw, 3.25rem); }
.booking-panel-header > div > p:last-child { max-width: 560px; margin: 0; color: var(--muted); font-size: .88rem; }
.modal-close { position: relative; width: 46px; height: 46px; flex: 0 0 46px; padding: 0; background: #fff; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; transition: border-color .2s, transform .2s; }
.modal-close:hover { border-color: var(--magenta); transform: rotate(4deg); }
.modal-close span::before, .modal-close span::after { content: ""; position: absolute; top: 21px; left: 13px; width: 19px; height: 2px; background: var(--navy); }
.modal-close span::before { transform: rotate(45deg); }.modal-close span::after { transform: rotate(-45deg); }
.booking-form { padding-top: 31px; }
.form-alert { margin-bottom: 22px; padding: 13px 15px; color: #8d1541; background: #fff0f5; border: 1px solid #f2bed2; border-radius: 8px; font-size: .82rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px 18px; }
.form-field { min-width: 0; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label, .form-field legend { display: block; margin-bottom: 8px; color: var(--navy); font-size: .76rem; font-weight: 800; }
.form-field legend { padding: 0; }
.form-field label > span[aria-hidden="true"], .form-field legend > span, .privacy-field b { color: var(--magenta); }
.form-field .optional { margin-left: 5px; color: #8a9197; font-size: .63rem; font-weight: 600; }
.form-field input:not([type="radio"]):not([type="checkbox"]), .form-field select, .form-field textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--charcoal); background: #fff; border: 1px solid #cfdadd; border-radius: 7px; outline: 0; font: inherit; font-size: .86rem; transition: border-color .2s, box-shadow .2s; }
.form-field textarea { min-height: 104px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(40,185,223,.14); }
.form-field.has-error input:not([type="radio"]):not([type="checkbox"]), .form-field.has-error select, .form-field.has-error textarea, .choice-field.has-error .choice-group, .privacy-field.has-error label { border-color: #c72a61; }
.field-error { min-height: 0; display: block; margin-top: 5px; color: #a3194a; font-size: .69rem; font-weight: 600; line-height: 1.45; }
.field-error:not(:empty) { min-height: 1em; }
.field-help { display: block; margin-top: 6px; color: #858d93; font-size: .66rem; }
.choice-field { min-width: 0; margin: 0; padding: 0; border: 0; }
.choice-group { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 1px solid #cfdadd; border-radius: 7px; }
.choice-group label { position: relative; min-height: 50px; display: flex; align-items: center; justify-content: center; margin: 0; cursor: pointer; }
.choice-group label + label { border-left: 1px solid #cfdadd; }
.choice-group input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice-group span { width: 100%; min-height: 50px; display: grid; place-items: center; padding: 10px; color: #4f5860; background: #fff; text-align: center; font-size: .78rem; transition: color .2s, background .2s; }
.choice-group input:checked + span { color: #fff; background: var(--navy); }
.choice-group input:focus-visible + span { position: relative; z-index: 1; box-shadow: inset 0 0 0 3px var(--cyan); }
.privacy-field label { display: grid; grid-template-columns: 21px minmax(0, 1fr); align-items: start; gap: 11px; margin: 3px 0 0; padding: 15px; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
.privacy-field input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--magenta); }
.privacy-field label span { color: #555e66; font-size: .74rem; font-weight: 500; line-height: 1.55; }
.form-submit-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 26px; margin-top: 31px; padding-top: 26px; border-top: 1px solid var(--line); }
.form-submit-row p { margin: 0; color: #727a81; font-size: .68rem; line-height: 1.5; }
.form-submit { min-width: 230px; }
.form-submit[disabled] { cursor: wait; opacity: .68; transform: none; }
.booking-success { min-height: calc(100vh - 86px); display: grid; align-content: center; justify-items: start; max-width: 560px; }
.booking-success[hidden] { display: none; }
.success-mark { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 28px; color: #fff; background: var(--cyan); border-radius: 50%; font-size: 1.7rem; font-weight: 800; box-shadow: 0 16px 35px rgba(40,185,223,.23); }
.booking-success > p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); }

body.modal-open { overflow: hidden; }

@media (max-width: 1080px) {
  .site-nav { gap: 15px; }.site-nav > a:not(.button) { font-size: .75rem; }
  .hero-copy { padding-left: 50px; }.hero-shell { min-height: 630px; }
  .hero-actions .button { gap: 14px; padding-right: 18px; padding-left: 18px; font-size: .8rem; }
  .service-card { min-height: 295px; padding: 26px; }
  .contact-grid { grid-template-columns: .7fr .55fr .9fr; gap: 40px; }
}

@media (max-width: 900px) {
  .section { padding: 100px 0; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .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); }
  .site-nav { position: fixed; inset: 82px 0 auto; width: 100%; max-width: 100%; max-height: calc(100vh - 82px); display: grid; gap: 0; padding: 22px 24px 32px; overflow-y: auto; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 20px 35px rgba(32,46,98,.09); transform: translateY(-125%); visibility: hidden; opacity: 0; transition: transform .25s, opacity .2s, visibility .25s; }
  .site-nav.open { transform: translateY(0); visibility: visible; opacity: 1; }.site-nav > a:not(.button) { padding: 13px 5px; font-size: .92rem; }.site-nav > a:not(.button)::after { display: none; }.nav-cta { margin-top: 15px; }
  .hero-shell { min-height: 0; grid-template-columns: 1fr; }.hero-copy { padding: 65px 52px 55px; }.hero-visual { height: 550px; }.hero-visual::before { background: linear-gradient(180deg, var(--blue-grey), transparent 15%); }.hero-visual > img { object-position: 50% 32%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }.split-heading { gap: 45px; }
  .about-grid { grid-template-columns: .85fr 1.15fr; gap: 55px; }.year-badge { right: -25px; }
  .why-grid, .pricing-grid { grid-template-columns: 1fr; }.why-grid { gap: 60px; }.pricing-grid { gap: 60px; }.pricing-copy { max-width: 620px; }
  .review-grid { grid-template-columns: 1fr 1fr; }.review-placeholder:last-child { display: none; }
  .faq-grid { grid-template-columns: .75fr 1.25fr; gap: 55px; }
  .booking-inner { gap: 45px; }.booking-action { padding-left: 45px; }
  .contact-grid { grid-template-columns: 1fr 1fr; }.map-panel { grid-column: 1 / -1; min-height: 330px; }
  .road-three { left: 0; width: 52%; }
  .footer-top { grid-template-columns: 210px 1fr; }.footer-links { grid-column: 1 / -1; }.footer-top > p { text-align: right; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 82px 0; }
  h1 { font-size: clamp(2.35rem, 9.5vw, 2.85rem); line-height: 1.08; } h1 em { display: block; white-space: nowrap; } h2 { font-size: clamp(2.25rem, 10vw, 3rem); }
  .header-inner { min-height: 74px; padding-block: 10px; }.brand { width: 155px; }.brand-logo-image { width: 155px; }.brand-footer { width: 180px; }.brand-footer .brand-logo-image { width: 180px; }.site-nav { top: 74px; max-height: calc(100vh - 74px); }
  .hero-section { padding-top: 16px; }.hero-shell { width: 100%; min-width: 0; border-radius: 20px; }.hero-copy { padding: 45px 24px 36px; }.hero-lead { font-size: .96rem; }.hero-actions { width: 100%; display: grid; grid-template-columns: minmax(0, 1fr); }.hero-actions .button { width: 100%; min-width: 0; min-height: 56px; white-space: normal; }.hero-trust { display: grid; grid-template-columns: minmax(0, 1fr); gap: 11px; margin-top: 31px; }.hero-visual { width: 100%; height: clamp(405px, 118vw, 500px); }.hero-note { right: 15px; bottom: 15px; left: 15px; width: auto; max-width: calc(100% - 30px); }.hero-note p { min-width: 0; }.trust-strip { margin-top: 16px; padding: 19px 0; }.trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.trust-grid div { min-width: 0; justify-content: flex-start; gap: 7px; padding: 11px 10px; }.trust-grid strong, .trust-grid span { min-width: 0; }.trust-grid div:nth-child(2) { border-right: 0; }.trust-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .split-heading { grid-template-columns: minmax(0, 1fr); gap: 20px; }.section-heading { margin-bottom: 42px; }.split-heading br { display: none; }.service-grid { grid-template-columns: minmax(0, 1fr); gap: 22px; }.service-card { width: 100%; min-width: 0; min-height: 0; padding: 28px 26px; }.service-card > div { margin: 48px 0; }
  .about-grid { grid-template-columns: minmax(0, 1fr); gap: 58px; }.about-visual { width: 100%; min-width: 0; margin-right: 0; padding-right: 0; }.about-visual::before { right: 0; }.about-visual img { width: 100%; height: auto; max-height: 560px; }.year-badge { right: 12px; }.about-copy h2 br { display: none; }
  .why-features { grid-template-columns: 1fr; }.why-features article { min-height: 205px; }.why-features h3 { margin-top: 36px; }
  .price-list { display: grid; gap: 12px; border-top: 0; }.price-list > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }.price-list span { min-width: 0; font-size: .88rem; }.price-list strong { min-width: 0; font-size: .95rem; white-space: normal; text-align: right; }
  .review-grid { grid-template-columns: minmax(0, 1fr); }.review-placeholder { width: 100%; min-width: 0; }.review-placeholder:nth-child(2) { display: none; }
  .faq-grid { grid-template-columns: minmax(0, 1fr); gap: 50px; }.faq-heading { position: static; }.faq-item button { min-height: 56px; padding: 17px 0; font-size: .93rem; }.faq-item button span { min-width: 0; }
  .booking { padding: 76px 0; }.booking-inner { grid-template-columns: minmax(0, 1fr); gap: 38px; }.booking-action { min-width: 0; padding: 35px 0 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }.booking-action .button { width: 100%; min-width: 0; min-height: 56px; white-space: normal; }.booking-whatsapp { width: fit-content; max-width: 100%; overflow-wrap: anywhere; }
  .contact-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }.map-panel { grid-column: auto; width: 100%; min-width: 0; min-height: 310px; }.road-three { left: 0; width: 52%; }.map-pin { max-width: calc(100% - 32px); white-space: normal; }
  .footer-top { grid-template-columns: minmax(0, 1fr); gap: 18px; }.footer-top > p { text-align: left; }.footer-links { grid-column: auto; flex-wrap: wrap; gap: 14px 24px; }.footer-bottom { display: grid; gap: 5px; }.footer-bottom p { overflow-wrap: anywhere; }
  .booking-panel { width: 100%; padding: 27px 20px 28px; }
  .booking-panel-header { gap: 16px; padding-bottom: 24px; }
  .booking-panel-header h2, .booking-success h2 { font-size: 2.15rem; }
  .modal-close { width: 44px; height: 44px; }
  .modal-close span::before, .modal-close span::after { top: 20px; left: 12px; }
  .booking-form { padding-top: 25px; }
  .form-grid { grid-template-columns: minmax(0, 1fr); gap: 19px; }
  .form-field-wide { grid-column: auto; }
  .form-submit-row { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .form-submit { width: 100%; min-width: 0; min-height: 56px; }
  .booking-success { min-height: calc(100vh - 55px); }
}

@media (max-width: 380px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .hero-copy { padding-right: 20px; padding-left: 20px; }
  .hero-note { right: 12px; left: 12px; max-width: calc(100% - 24px); padding: 14px 15px; }
  .trust-grid { grid-template-columns: minmax(0, 1fr); }
  .trust-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .trust-grid div:last-child { border-bottom: 0; }
  .price-list > div { align-items: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
