:root {
  color-scheme: light;
  --navy: #0b3154;
  --navy-deep: #082740;
  --ink: #17344b;
  --teal: #087e88;
  --green: #67ae4a;
  --mint: #eaf7f3;
  --pale: #f4f9f8;
  --line: #dce9e7;
  --white: #ffffff;
  --body-font: "Segoe UI", Arial, sans-serif;
  --display-font: Georgia, "Times New Roman", serif;
  --shadow: 0 22px 70px rgba(12, 55, 76, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body-font); font-size: 1rem; line-height: 1.62; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { cursor: pointer; }
::selection { color: var(--navy); background: #bbe9cf; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
[hidden] { display: none !important; }
.container { width: min(100% - 48px, 1216px); margin-inline: auto; }
.section-pad { padding-block: clamp(78px, 9vw, 142px); }
.skip-link { position: fixed; z-index: 1000; left: 20px; top: -60px; padding: 10px 18px; color: white; background: var(--navy); border-radius: 5px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255, 255, 255, .95); border-bottom: 1px solid rgba(9, 62, 79, .08); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(13, 51, 71, .07); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 191px; height: auto; mix-blend-mode: multiply; filter: brightness(1.14) contrast(1.04); }
.primary-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 43px); }
.primary-nav > a { position: relative; text-decoration: none; font-size: .91rem; font-weight: 600; color: var(--navy); transition: color .2s ease; white-space: nowrap; }
.primary-nav > a:not(.nav-enquire)::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -7px; background: var(--teal); transition: right .25s ease; }
.primary-nav > a:not(.nav-enquire):hover::after { right: 0; }
.primary-nav > a:hover { color: var(--teal); }
.primary-nav .nav-enquire { display: inline-flex; gap: 16px; align-items: center; padding: 13px 19px; border: 1px solid var(--navy); border-radius: 4px; transition: color .2s ease, background .2s ease, transform .2s ease; }
.primary-nav .nav-enquire:hover { background: var(--navy); color: white; transform: translateY(-2px); }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; background: linear-gradient(110deg, #fff 20%, #f8fcfa 74%, #e7f4f1 100%); }
.hero::after { content: ""; position: absolute; right: -160px; top: 100px; width: 500px; height: 500px; border: 1px solid rgba(8, 126, 136, .11); border-radius: 50%; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; min-height: min(680px, calc(100vh - 94px)); display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); align-items: center; gap: clamp(48px, 6vw, 94px); padding-block: 55px 72px; }
.hero-copy { padding-bottom: 15px; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 14px; margin: 0 0 25px; color: var(--teal); text-transform: uppercase; letter-spacing: .18em; font-size: .75rem; font-weight: 800; line-height: 1.4; }
.eyebrow-line { display: inline-block; width: 35px; height: 1px; background: var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--navy); font-family: var(--display-font); font-weight: 400; }
h1 { max-width: 650px; margin-bottom: 28px; font-size: clamp(3.35rem, 5.7vw, 5.75rem); line-height: 1.045; letter-spacing: -.059em; }
h1 em, h2 em { color: var(--teal); font-weight: 400; }
.hero-lead { max-width: 490px; margin-bottom: 33px; color: #425b6b; font-size: 1.09rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 15px 24px; border: 1px solid transparent; border-radius: 4px; text-decoration: none; font-weight: 700; line-height: 1.2; font-size: .91rem; transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #fff; background: var(--navy); box-shadow: 0 12px 28px rgba(11, 49, 84, .15); }
.button-primary:hover { background: #0c657a; box-shadow: 0 16px 32px rgba(11, 49, 84, .19); }
.text-link, .inline-link { display: inline-flex; align-items: center; width: max-content; max-width: 100%; padding-bottom: 5px; border-bottom: 1px solid var(--teal); color: var(--navy); text-decoration: none; font-size: .93rem; font-weight: 700; line-height: 1.4; transition: color .2s ease, border-color .2s ease; }
.text-link:hover, .inline-link:hover { color: var(--teal); border-color: var(--green); }
.hero-note { display: flex; align-items: center; gap: 13px; margin-top: 58px; color: #607784; font-size: .81rem; letter-spacing: .025em; }
.hero-note-rule { width: 35px; height: 1px; background: var(--green); }
.hero-visual { position: relative; padding: 10px 12px 96px 0; }
.hero-visual::before { content: ""; position: absolute; z-index: 0; width: 88%; height: calc(100% - 92px); right: -12px; bottom: 78px; border: 1px solid rgba(21, 129, 126, .36); border-radius: 48% 48% 10px 10px; }
.hero-photo-frame { position: relative; z-index: 1; overflow: hidden; width: 100%; aspect-ratio: .82; border-radius: 48% 48% 9px 9px; background: linear-gradient(145deg, #e8f5f6, #d9edf3); box-shadow: 0 27px 60px rgba(13, 75, 98, .15); }
.hero-photo-frame::before { content: ""; position: absolute; inset: -25px; background: linear-gradient(rgba(235, 248, 248, .34), rgba(226, 243, 246, .34)), url("assets/body-slimming.webp") center / cover no-repeat; filter: blur(18px); opacity: .48; transform: scale(1.08); }
.hero-photo { position: relative; z-index: 1; width: 100%; height: 100%; padding-block: 18px; object-fit: contain; object-position: center; filter: saturate(.98) contrast(1.03); animation: hero-enter 1.1s cubic-bezier(.2,.7,.2,1) both; }
.hero-caption { position: absolute; z-index: 2; right: 0; bottom: 10px; display: flex; flex-direction: column; gap: 4px; min-width: 200px; max-width: 70%; padding: 17px 24px; color: var(--navy); background: white; box-shadow: var(--shadow); border-left: 3px solid var(--green); font-size: .92rem; font-weight: 700; line-height: 1.3; }
.caption-number { color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
@keyframes hero-enter { from { opacity: 0; } to { opacity: 1; } }

.care-strip { color: white; background: var(--navy); }
.care-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 86px; padding-block: 19px; }
.care-strip span { font-family: var(--display-font); font-size: clamp(1.07rem, 1.8vw, 1.45rem); letter-spacing: -.02em; }
.care-strip i { flex: 0 0 4px; width: 4px; height: 4px; border-radius: 50%; background: #7ecb6a; }

.intro-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(60px, 10vw, 156px); align-items: start; }
h2 { margin-bottom: 0; font-size: clamp(2.7rem, 4.3vw, 4.25rem); line-height: 1.13; letter-spacing: -.05em; }
.intro-copy { padding-top: 52px; }
.intro-copy p { color: #526976; font-size: 1.07rem; line-height: 1.8; margin-bottom: 18px; }
.intro-copy p:first-child { color: var(--navy); font-size: 1.23rem; line-height: 1.7; }
.intro-copy .inline-link { margin-top: 18px; }
.visit-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 62px; border: 1px solid var(--line); border-radius: 9px; background: linear-gradient(110deg, #f4faf7, #f6fbfa); }
.visit-benefit { padding: clamp(26px, 3.5vw, 43px); }
.visit-benefit + .visit-benefit { border-left: 1px solid var(--line); }
.benefit-label { margin: 0 0 11px; color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.visit-benefit h3 { margin: 0 0 11px; color: var(--navy); font-family: var(--display-font); font-size: clamp(1.55rem, 2.4vw, 2rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.2; }
.visit-benefit > p:last-child { max-width: 470px; margin: 0; color: #526976; font-size: .94rem; line-height: 1.7; }

.treatments { background: var(--pale); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .6fr); align-items: end; gap: 50px; margin-bottom: 46px; }
.section-heading h2 { max-width: 640px; }
.section-heading > p { max-width: 390px; margin-bottom: 6px; color: #536c77; font-size: 1rem; line-height: 1.75; }
.treatment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 21px; }
.treatment-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; background: white; border: 1px solid #e0eceb; border-radius: 9px; box-shadow: 0 8px 22px rgba(11, 49, 84, .025); transition: transform .3s ease, box-shadow .3s ease; }
.treatment-card:hover { transform: translateY(-6px); box-shadow: 0 22px 48px rgba(11, 49, 84, .12); }
.treatment-image { height: 231px; overflow: hidden; padding: 14px; background: #eef8f9; }
.treatment-image img { width: 100%; height: 100%; object-fit: contain; }
.image-skin { background: #e9f5f3; }
.image-heart { background: #eef5f8; }
.image-cryo { background: linear-gradient(125deg, #edfaff, #dbeef9); }
.image-body { background: #edf4f7; }
.image-ems { background: linear-gradient(125deg, #edf8fa, #e3f0f8); }
.image-qrst { background: #edf7f4; }
.treatment-content { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 27px 27px 26px; }
.card-category { margin-bottom: 11px; color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.treatment-content h3 { margin-bottom: 12px; color: var(--navy); font-family: var(--display-font); font-size: 1.66rem; font-weight: 400; letter-spacing: -.035em; line-height: 1.2; }
.treatment-content > p:not(.card-category) { margin-bottom: 25px; color: #59707b; font-size: .94rem; line-height: 1.65; }
.card-link { display: inline-flex; align-items: center; width: 100%; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); color: var(--navy); text-decoration: none; font-size: .87rem; font-weight: 700; transition: color .2s ease; }
.card-link:hover { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }
.assessment-note { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 34px; align-items: center; margin-top: 22px; padding: 24px 38px 24px 24px; border: 1px solid #d4e8e1; border-radius: 9px; background: linear-gradient(100deg, #e7f6ed, #f6fcf9); }
.assessment-image { height: 170px; overflow: hidden; border-radius: 4px; background: white; }
.assessment-image img { width: 100%; height: 100%; object-fit: contain; }
.assessment-note h3 { margin-bottom: 9px; color: var(--navy); font-family: var(--display-font); font-size: 1.55rem; font-weight: 400; letter-spacing: -.025em; }
.assessment-note p:not(.card-category) { max-width: 800px; margin-bottom: 15px; color: #526b6e; font-size: .92rem; line-height: 1.65; }
.assessment-note .inline-link { font-size: .86rem; }

.approach { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 100% 0, #116e83 0, transparent 38%), linear-gradient(125deg, #082b4b, #0b3154 68%, #07586e); }
.approach::before { content: ""; position: absolute; right: -170px; bottom: -360px; width: 700px; height: 700px; border: 1px solid rgba(192, 239, 222, .16); border-radius: 50%; }
.approach-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr); align-items: center; gap: clamp(80px, 12vw, 190px); }
.section-label-light { color: #91dfb7; }
.approach h2 { max-width: 570px; color: white; }
.approach h2 em { color: #9fdcae; }
.approach-lead > p:not(.section-label) { max-width: 510px; margin: 24px 0 27px; color: #c6d9e3; font-size: 1.05rem; line-height: 1.75; }
.button-light { color: var(--navy); background: white; }
.button-light:hover { background: #dff2e8; }
.approach-steps { border-top: 1px solid rgba(255,255,255,.25); }
.step { display: grid; grid-template-columns: 45px minmax(0, 1fr); gap: 24px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.step > span { color: #8dd5b1; font-size: .81rem; font-weight: 800; letter-spacing: .1em; }
.step h3 { margin-bottom: 6px; color: #fff; font-family: var(--display-font); font-size: 1.45rem; font-weight: 400; letter-spacing: -.02em; line-height: 1.25; }
.step p { max-width: 380px; margin-bottom: 0; color: #c7dbe5; font-size: .94rem; line-height: 1.6; }

.contact { background: linear-gradient(125deg, #fff 38%, #edf8f3); }
.contact-grid { display: grid; grid-template-columns: minmax(0, .83fr) minmax(0, 1.17fr); gap: clamp(58px, 8vw, 125px); align-items: start; }
.contact-info h2 { max-width: 480px; }
.contact-info > p:not(.section-label) { max-width: 390px; margin: 22px 0 34px; color: #526a76; font-size: 1.03rem; line-height: 1.75; }
.contact-details { margin-bottom: 26px; }
.contact-details > div { padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-details > div:first-child { border-top: 1px solid var(--line); }
.contact-details span { display: block; margin-bottom: 4px; color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-details a, .contact-details address { color: var(--navy); text-decoration: none; font-size: 1.04rem; font-weight: 600; line-height: 1.55; }
.contact-details a:hover { color: var(--teal); }
.contact-details address { font-style: normal; font-weight: 500; }
.form-panel { padding: clamp(28px, 4vw, 46px); border: 1px solid #e1ece8; border-radius: 10px; background: white; box-shadow: var(--shadow); }
.form-heading { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 24px; }
.form-heading h3 { margin: 0; color: var(--navy); font-family: var(--display-font); font-size: 1.9rem; font-weight: 400; letter-spacing: -.03em; }
.form-heading p { margin: 0; color: #758995; font-size: .78rem; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.field { margin-bottom: 19px; }
.field label { display: block; margin-bottom: 7px; color: var(--navy); font-size: .84rem; font-weight: 700; }
.field input, .field select, .field textarea { display: block; width: 100%; min-height: 49px; padding: 12px 13px; border: 1px solid #cbdedc; border-radius: 4px; color: var(--ink); background: #fbfefd; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 128px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(8, 126, 136, .1); }
.field input::placeholder, .field textarea::placeholder { color: #83969c; }
.field .invalid { border-color: #b53c3c; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.pickup-request, .consent { display: flex; align-items: flex-start; gap: 10px; color: var(--ink); font-size: .82rem; line-height: 1.5; cursor: pointer; }
.pickup-request { margin: 0 0 19px; }
.pickup-request input, .consent input { width: 17px; height: 17px; flex: 0 0 17px; margin: 2px 0 0; accent-color: var(--teal); }
.privacy-note { margin: 10px 0 22px 27px; color: #718791; font-size: .78rem; line-height: 1.55; }
.form-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.form-actions .button { min-width: 175px; }
.form-status { flex: 1; min-width: 160px; color: var(--navy); font-size: .83rem; line-height: 1.45; }
.form-status.error { color: #9e3232; }
.form-status.success { color: #12643f; }
.whatsapp-fallback { display: inline-block; margin-top: 17px; color: var(--teal); font-size: .86rem; font-weight: 700; text-underline-offset: 4px; }

.error-page { min-height: 100vh; background: linear-gradient(125deg, #fff 38%, #edf8f3); }
.error-shell { display: flex; min-height: 100vh; width: min(100% - 48px, 760px); margin-inline: auto; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 60px; }
.error-brand { display: inline-block; margin-bottom: 58px; }
.error-brand img { width: 220px; height: auto; mix-blend-mode: multiply; filter: brightness(1.14) contrast(1.04); }
.error-shell h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(3rem, 7vw, 5.6rem); line-height: 1.03; letter-spacing: -.055em; }
.error-shell > p:not(.section-label) { max-width: 580px; margin-bottom: 30px; color: #526976; font-size: 1.05rem; }

.site-footer { padding-top: 55px; color: #c9dee2; background: var(--navy-deep); }
.footer-main { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 45px; }
.footer-brand { color: #fff; font-size: 2.15rem; font-weight: 400; letter-spacing: -.065em; line-height: 1; }
.footer-brand span { color: #92ce94; }
.footer-main p { margin: 10px 0 0; font-size: .85rem; }
.footer-links { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 13px 30px; padding-top: 12px; }
.footer-links a { color: #e6f1f1; text-decoration: none; font-size: .87rem; }
.footer-links a:hover { color: #9edcb4; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-block: 20px 27px; border-top: 1px solid rgba(255,255,255,.17); }
.footer-bottom p { max-width: 550px; margin: 0; color: #a8c1cb; font-size: .75rem; line-height: 1.55; }

.reveal { opacity: 1; transform: none; }
.js-reveal .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.25,1); }
.js-reveal .reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .header-inner { min-height: 82px; }
  .brand img { width: 174px; }
  .primary-nav { gap: 18px; }
  .primary-nav > a { font-size: .85rem; }
  .primary-nav .nav-enquire { gap: 9px; padding: 11px 13px; }
  .hero-grid { gap: 38px; min-height: 610px; }
  h1 { font-size: clamp(3.2rem, 5.9vw, 4.8rem); }
  .hero-caption { right: 0; }
  .treatment-image { height: 205px; }
  .treatment-content { padding: 22px; }
  .contact-grid { gap: 50px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 77px; }
  .container { width: min(100% - 36px, 620px); }
  .header-inner { min-height: 76px; }
  .brand img { width: 162px; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 43px; height: 43px; padding: 10px; border: 1px solid var(--line); border-radius: 4px; background: white; }
  .menu-toggle span { display: block; height: 2px; width: 100%; background: var(--navy); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .primary-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 18px 20px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 15px 24px rgba(13, 51, 71, .09); }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a { padding: 13px 9px; border-bottom: 1px solid #edf2f0; font-size: .98rem; }
  .primary-nav > a:not(.nav-enquire)::after { display: none; }
  .primary-nav .nav-enquire { justify-content: space-between; margin-top: 14px; padding: 13px 16px; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; gap: 34px; padding-block: 61px 62px; }
  .hero-copy { padding: 0; }
  h1 { max-width: 580px; font-size: clamp(3.35rem, 9vw, 5rem); }
  .hero-lead { max-width: 570px; }
  .hero-note { margin-top: 33px; }
  .hero-visual { width: min(100%, 520px); margin-inline: auto; padding-right: 10px; }
  .hero-photo-frame { aspect-ratio: .82; }
  .hero-caption { right: 10px; bottom: 10px; }
  .care-strip-inner { min-height: 68px; }
  .intro-grid, .approach-grid, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .intro-copy { padding-top: 0; }
  .visit-benefits { margin-top: 42px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading > p { max-width: 550px; }
  .treatment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .approach-grid { gap: 55px; }
  .contact-grid { gap: 54px; }
  .contact-info h2 { max-width: 600px; }
  .contact-details { max-width: 530px; }
  .footer-main, .footer-bottom { flex-direction: column; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 32px, 500px); }
  .section-pad { padding-block: 70px; }
  .eyebrow, .section-label { font-size: .7rem; margin-bottom: 19px; }
  .hero-grid { padding-block: 49px 52px; }
  h1 { font-size: clamp(3rem, 12vw, 4.1rem); line-height: 1.06; }
  h2 { font-size: clamp(2.55rem, 10vw, 3.3rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { gap: 20px; }
  .hero-actions .button { width: 100%; }
  .hero-note { font-size: .73rem; }
  .hero-photo-frame { aspect-ratio: .82; }
  .hero-caption { min-width: 0; max-width: 84%; padding: 12px 15px; font-size: .79rem; }
  .care-strip-inner { justify-content: center; gap: 10px; flex-wrap: wrap; padding-block: 17px; }
  .care-strip span { font-size: .97rem; }
  .care-strip i { width: 3px; height: 3px; flex-basis: 3px; }
  .intro-copy p:first-child { font-size: 1.12rem; }
  .visit-benefits { grid-template-columns: 1fr; margin-top: 35px; }
  .visit-benefit + .visit-benefit { border-top: 1px solid var(--line); border-left: 0; }
  .treatment-grid { grid-template-columns: 1fr; gap: 16px; }
  .treatment-image { height: 240px; }
  .treatment-content { padding: 26px; }
  .assessment-note { grid-template-columns: 1fr; gap: 18px; padding: 22px; }
  .assessment-image { height: 190px; }
  .approach-grid { gap: 40px; }
  .step { gap: 15px; }
  .form-panel { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-actions .button { width: 100%; }
  .footer-links { gap: 13px 20px; }
}

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