/* Loch Healthcare Services – site styles */
@font-face { font-family: "Atkinson"; src: url(../fonts/atkinson-hyperlegible-latin-400-normal.woff2) format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Atkinson"; src: url(../fonts/atkinson-hyperlegible-latin-400-italic.woff2) format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Atkinson"; src: url(../fonts/atkinson-hyperlegible-latin-700-normal.woff2) format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Fraunces"; src: url(../fonts/fraunces-latin-600-normal.woff2) format("woff2"); font-weight: 600; font-display: swap; }

:root {
  --navy-900: #0b2545;
  --blue: #0e4a7b;
  --blue-600: #1565a3;
  --sky-100: #d7ecf8;
  --sky-50: #eef7fc;
  --orange: #f29e22;
  --orange-600: #d9860f;
  --orange-50: #fef3e2;
  --cream: #fbf8f3;
  --paper: #ffffff;
  --ink: #1a2433;
  --ink-2: #3b4859;
  --ink-3: #5b6878;
  --line: #d8e1ea;
  --error: #b3261e;
  --error-bg: #fdecea;
  --ok: #1a7f4b;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 1px 2px rgba(11, 37, 69, .06), 0 8px 24px rgba(11, 37, 69, .08);
  --shadow-lg: 0 2px 4px rgba(11, 37, 69, .05), 0 24px 48px rgba(11, 37, 69, .14);
  --font: "Atkinson", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --wrap: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; font-family: var(--font); font-size: 1.125rem; line-height: 1.65; color: var(--ink); background: var(--cream); overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: var(--blue); text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
a:hover { color: var(--blue-600); }
:focus-visible { outline: 3px solid var(--orange-600); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: 1.15; color: var(--navy-900); margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2.2rem, 4.8vw, 3.5rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1em; }
ul { padding-left: 1.2em; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 760px; }
.icon { width: 1.25em; height: 1.25em; flex: none; }
.upper { text-transform: uppercase; }
.skip { position: absolute; left: -9999px; top: 8px; background: var(--blue); color: #fff; padding: 10px 16px; z-index: 100; border-radius: 8px; }
.skip:focus { left: 8px; }
.eyebrow { display: inline-block; font-size: .9rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--blue-600); margin-bottom: .8rem; }
.lead { font-size: 1.25rem; color: var(--ink-2); }
.muted { color: var(--ink-3); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; min-height: 48px; padding: .7em 1.3em; border-radius: 999px; border: 2px solid transparent; font: inherit; font-weight: 700; font-size: 1.05rem; line-height: 1.2; text-decoration: none; cursor: pointer; transition: background .15s, transform .15s, box-shadow .15s; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: none; }
.btn--primary { background: var(--blue); color: #fff; }
.btn--primary:hover { background: var(--blue-600); color: #fff; }
.btn--accent { background: var(--orange); color: var(--navy-900); box-shadow: 0 4px 14px rgba(217, 134, 15, .35); }
.btn--accent:hover { background: var(--orange-600); color: var(--navy-900); }
.btn--ghost { background: transparent; color: var(--blue); border-color: var(--sky-100); }
.btn--ghost:hover { border-color: var(--blue); color: var(--blue); }
.btn--light { background: #fff; color: var(--blue); }
.btn--outline-light { border-color: rgba(255,255,255,.5); color: #fff; }
.btn--outline-light:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.08); }
.btn--text { background: none; color: var(--ink-2); padding-inline: .4em; }
.btn--lg { min-height: 56px; font-size: 1.12rem; padding-inline: 1.6em; }
.btn--small { min-height: 40px; font-size: .95rem; padding: .45em 1em; }
.btn--block { width: 100%; }
.btn[disabled] { opacity: .6; cursor: progress; transform: none; }

/* Top bar & header */
.topbar { background: var(--navy-900); color: #d3e3f1; font-size: .92rem; }
.topbar__in { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 40px; }
.topbar a { color: inherit; text-decoration: none; display: inline-flex; align-items: center; gap: .45em; }
.topbar a:hover { color: #fff; text-decoration: underline; }
.topbar .icon { width: 1.1em; height: 1.1em; color: var(--orange); }
.header { position: sticky; top: 0; z-index: 50; background: rgba(251, 248, 243, .96); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); }
.header__in { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 76px; }
.logo { white-space: nowrap; display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy-900); }
.logo__mark { width: 44px; height: 44px; }
.logo__text { font-family: var(--display); font-size: 1.35rem; line-height: 1.05; font-weight: 600; }
.logo__text strong { font-weight: 600; color: var(--blue); }
.logo__text small { display: block; font-family: var(--font); font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); margin-top: 4px; }
.nav { display: flex; align-items: center; gap: 20px; }
.nav > ul { display: flex; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav > ul > li { position: relative; }
.nav > ul > li > a { white-space: nowrap; display: block; padding: 10px 12px; border-radius: 10px; font-weight: 700; font-size: 1rem; color: var(--ink); text-decoration: none; }
.nav > ul > li > a:hover, .nav a[aria-current] { background: var(--sky-50); color: var(--blue); }
.nav__cta { display: flex; gap: 10px; }
.nav__cta .btn { white-space: nowrap; min-height: 44px; font-size: .98rem; padding-inline: 1.05em; }
.sub { position: absolute; top: 100%; left: 0; min-width: 290px; list-style: none; margin: 0; padding: 10px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); border: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(6px); transition: .15s; }
.has-sub:hover .sub, .has-sub:focus-within .sub { opacity: 1; visibility: visible; transform: none; }
.sub a { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 10px; color: var(--ink); text-decoration: none; font-weight: 700; font-size: 1rem; }
.sub a:hover { background: var(--sky-50); color: var(--blue); }
.sub .icon { color: var(--blue-600); }
.navtoggle { display: none; align-items: center; gap: 8px; font: inherit; font-weight: 700; background: var(--sky-50); color: var(--blue); border: 0; border-radius: 999px; padding: 10px 16px; cursor: pointer; }

@media (max-width: 1200px) {
  .navtoggle { display: inline-flex; }
  .nav { position: fixed; inset: 116px 0 0 0; background: var(--cream); flex-direction: column; align-items: stretch; padding: 16px 20px 120px; overflow-y: auto; display: none; }
  .nav.is-open { display: flex; }
  .nav > ul { flex-direction: column; }
  .nav > ul > li > a { font-size: 1.2rem; padding: 14px 12px; }
  .sub { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; background: transparent; padding: 0 0 8px 12px; min-width: 0; }
  .nav__cta { flex-direction: column; margin-top: 12px; }
  .nav__cta .btn { min-height: 52px; }
  body.nav-open { overflow: hidden; }
}
@media (max-width: 640px) {
  .topbar__right { display: none; }
  .header__in { min-height: 66px; }
  .nav { inset: 106px 0 0 0; }
  .logo__mark { width: 38px; height: 38px; }
  .logo__text { font-size: 1.15rem; }
  .navtoggle span { display: none; }
}

/* Sections */
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section--tint { background: var(--sky-50); }
.section--white { background: var(--paper); }
.section--dark { background: var(--blue); color: #e4eef7; }
.section--dark h2, .section--dark h3 { color: #fff; }
.section__head { max-width: 720px; margin-bottom: 44px; }
.section__head--center { text-align: center; margin-inline: auto; }

/* Hero */
.hero { position: relative; padding: clamp(40px, 6vw, 80px) 0 clamp(56px, 7vw, 96px); overflow: hidden; }
.hero::before { content: ""; position: absolute; right: -12%; top: -30%; width: 70%; aspect-ratio: 1; background: radial-gradient(closest-side, var(--sky-100), transparent 70%); z-index: -1; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.hero h1 { margin-bottom: .35em; }
.hero h1 em { font-style: normal; color: var(--blue-600); position: relative; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: .05em; height: .22em; background: var(--orange); opacity: .55; z-index: -1; border-radius: 4px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 32px; }
.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.ticks li { display: flex; gap: 10px; align-items: flex-start; }
.ticks .icon { color: var(--ok); margin-top: .2em; background: #e3f3ea; border-radius: 50%; padding: 3px; width: 1.4em; height: 1.4em; }
.hero__card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: clamp(22px, 3vw, 34px); border: 1px solid var(--line); position: relative; }
.hero__card h2 { font-size: 1.6rem; margin-bottom: .2em; }
.hero__card > p { color: var(--ink-3); margin-bottom: 18px; }
@media (max-width: 960px) { .hero__grid { grid-template-columns: 1fr; } }

/* Trust strip */
.trust { background: #fff; border-block: 1px solid var(--line); }
.trust__in { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.trust__item { display: flex; gap: 14px; align-items: center; padding: 22px 18px; border-right: 1px solid var(--line); }
.trust__item:last-child { border-right: 0; }
.trust__item .icon { width: 2.1em; height: 2.1em; color: var(--blue); background: var(--sky-50); border-radius: 12px; padding: 8px; }
.trust__item strong { display: block; color: var(--navy-900); line-height: 1.25; }
.trust__item span { font-size: .95rem; color: var(--ink-3); line-height: 1.3; display: block; }
@media (max-width: 900px) { .trust__in { grid-template-columns: 1fr 1fr; } .trust__item:nth-child(2) { border-right: 0; } .trust__item:nth-child(-n+2) { border-bottom: 1px solid var(--line); } }
@media (max-width: 520px) { .trust__in { grid-template-columns: 1fr; } .trust__item { border-right: 0; border-bottom: 1px solid var(--line); } .trust__item:last-child { border-bottom: 0; } }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s, border-color .2s; text-decoration: none; color: inherit; }
a.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); border-color: var(--sky-100); color: inherit; }
.card__icon { width: 56px; height: 56px; border-radius: 16px; background: var(--sky-50); color: var(--blue); display: grid; place-items: center; margin-bottom: 18px; }
.card__icon .icon { width: 28px; height: 28px; }
.card h3 { margin-bottom: .35em; }
.card p { color: var(--ink-2); flex: 1; }
.card__more { font-weight: 700; color: var(--blue); display: inline-flex; gap: 6px; align-items: center; }
.card__more .icon { transition: transform .2s; }
a.card:hover .card__more .icon { transform: translateX(4px); }
.card--feature { background: var(--blue); border-color: var(--blue); color: #e4eef7; }
.card--feature h3 { color: #fff; }
.card--feature p { color: #cfe0ef; }
.card--feature .card__icon { background: rgba(255,255,255,.12); color: var(--orange); }
.card--feature .card__more { color: var(--orange); }

/* Steps / how it works */
.how { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: how; }
.how__step { position: relative; padding: 30px 26px 26px; background: #fff; border-radius: var(--radius-lg); border: 1px solid var(--line); }
.how__step::before { counter-increment: how; content: counter(how); position: absolute; top: -20px; left: 26px; width: 44px; height: 44px; border-radius: 50%; background: var(--orange); color: var(--navy-900); font-family: var(--display); font-size: 1.4rem; display: grid; place-items: center; box-shadow: 0 0 0 6px var(--sky-50); }
.how__step h3 { margin-top: 12px; }
.how__step p { margin: 0; color: var(--ink-2); }
@media (max-width: 860px) { .how { grid-template-columns: 1fr; gap: 36px; } }

/* Split layout */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.split--top { align-items: start; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }
.panel { background: #fff; border-radius: var(--radius-lg); padding: clamp(24px, 3.5vw, 40px); border: 1px solid var(--line); box-shadow: var(--shadow); }
.panel--tint { background: var(--sky-50); border-color: var(--sky-100); box-shadow: none; }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 0; }
.pill-list li { background: #fff; border: 1px solid var(--sky-100); color: var(--navy-900); border-radius: 999px; padding: 8px 16px; font-weight: 700; font-size: 1rem; }
.section--dark .pill-list li { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); color: #fff; }

/* Illustration block */
.illus { position: relative; aspect-ratio: 5/4; border-radius: 28px; background: linear-gradient(160deg, var(--blue) 0%, var(--navy-900) 100%); overflow: hidden; display: grid; place-items: center; }
.illus svg { width: 78%; height: auto; }
.illus__badge { position: absolute; left: 20px; bottom: 20px; right: 20px; background: #fff; border-radius: 16px; padding: 16px 18px; display: flex; gap: 14px; align-items: center; box-shadow: var(--shadow-lg); }
.illus__badge .icon { width: 42px; height: 42px; color: var(--blue); background: var(--sky-50); border-radius: 12px; padding: 9px; }
.illus__badge strong { display: block; color: var(--navy-900); line-height: 1.25; }
.illus__badge span { font-size: .95rem; color: var(--ink-3); }

/* CTA band */
.cta-band { background: var(--blue); color: #e4eef7; border-radius: 28px; padding: clamp(32px, 5vw, 60px); display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: center; position: relative; overflow: hidden; }
.cta-band::after { content: ""; position: absolute; right: -80px; bottom: -120px; width: 320px; height: 320px; border-radius: 50%; background: rgba(0, 173, 239, .16); }
.cta-band h2 { color: #fff; }
.cta-band p { margin: 0; font-size: 1.15rem; }
.cta-band__actions { display: flex; flex-direction: column; gap: 12px; position: relative; z-index: 1; }
.cta-band__phone { font-family: var(--display); font-size: clamp(1.6rem, 3vw, 2.2rem); color: #fff; text-decoration: none; display: flex; align-items: center; gap: 12px; }
.cta-band__phone .icon { color: var(--orange); }
.cta-band__phone:hover { color: var(--orange); }
@media (max-width: 860px) { .cta-band { grid-template-columns: 1fr; } }

/* FAQ */
.faq { display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 0 22px; }
.faq summary { cursor: pointer; list-style: none; padding: 20px 36px 20px 0; font-weight: 700; font-size: 1.12rem; color: var(--navy-900); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.6rem; color: var(--blue-600); font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details > div { padding-bottom: 20px; color: var(--ink-2); }

/* Page header */
.pagehead { padding: clamp(40px, 6vw, 80px) 0 clamp(32px, 4vw, 56px); background: linear-gradient(180deg, var(--sky-50), var(--cream)); }
.pagehead .lead { max-width: 720px; }
.crumbs { font-size: .95rem; color: var(--ink-3); margin-bottom: 14px; }
.crumbs a { color: var(--ink-3); }
.includes { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.includes li { display: flex; gap: 12px; align-items: flex-start; background: #fff; padding: 14px 18px; border-radius: 12px; border: 1px solid var(--line); }
.includes .icon { color: var(--ok); margin-top: .15em; }
.prose h2 { font-size: 1.7rem; margin-top: 1.6em; }
.prose h3 { margin-top: 1.4em; }
.prose ul li { margin-bottom: .4em; }
.aside-sticky { position: sticky; top: 100px; }

/* Forms */
.leadform { display: grid; gap: 18px; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
@media (max-width: 600px) { .row2 { grid-template-columns: 1fr; } }
.field { display: grid; gap: 6px; align-content: start; }
.field--wide { grid-column: 1 / -1; }
.field label, .choices legend { font-weight: 700; color: var(--navy-900); font-size: 1.02rem; }
.opt { font-weight: 400; color: var(--ink-3); font-size: .92rem; }
.field__hint { margin: -2px 0 0; font-size: .92rem; color: var(--ink-3); }
.field input, .field select, .field textarea { width: 100%; font: inherit; font-size: 1.08rem; color: var(--ink); background: #fff; border: 2px solid #c3d0dc; border-radius: 12px; padding: 12px 14px; min-height: 52px; transition: border-color .15s, box-shadow .15s; }
.field textarea { min-height: 110px; resize: vertical; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f4c4a' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 20px; padding-right: 42px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(14, 74, 123, .15); }
.field input::placeholder, .field textarea::placeholder { color: #8593a2; }
.field.is-invalid input, .field.is-invalid select, .field.is-invalid textarea { border-color: var(--error); background: #fffafa; }
.field.is-valid input { border-color: var(--ok); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a7f4b' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 20px; padding-right: 42px; }
.field__err { margin: 0; color: var(--error); font-size: .95rem; font-weight: 700; display: none; }
.field__err:not(:empty) { display: block; }
.field__note { margin: 0; color: var(--ok); font-size: .95rem; font-weight: 700; }
.field__err button { font: inherit; color: var(--blue); background: none; border: 0; padding: 0; text-decoration: underline; cursor: pointer; font-weight: 700; }
.choices { border: 0; padding: 0; margin: 0; min-width: 0; }
.choices legend { padding: 0; margin-bottom: 10px; }
.choices__grid { display: grid; gap: 10px; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.choices--2 .choices__grid { grid-template-columns: 1fr 1fr; }
@media (max-width: 350px) { .choices--2 .choices__grid { grid-template-columns: 1fr; } }
.choices.is-invalid .chip span { border-color: #e8b4b0; }
.choices .field__err { margin-top: 8px; }
.chip { position: relative; cursor: pointer; display: block; }
.chip input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.chip span { display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 10px 14px; border: 2px solid #c3d0dc; border-radius: 12px; font-weight: 700; font-size: 1rem; line-height: 1.25; background: #fff; transition: .15s; }
.chip span::before { content: ""; flex: none; width: 20px; height: 20px; border: 2px solid #9eafc0; border-radius: 50%; background: #fff; transition: .15s; }
.chip input[type=checkbox] + span::before { border-radius: 6px; }
.chip:hover span { border-color: var(--blue-600); }
.chip input:checked + span { border-color: var(--blue); background: var(--sky-50); color: var(--navy-900); }
.chip input:checked + span::before { border-color: var(--blue); background: var(--blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 12.5 4 4 8-9'/%3E%3C/svg%3E") center/14px no-repeat; }
.chip input:focus-visible + span { outline: 3px solid var(--orange-600); outline-offset: 2px; }
.check { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; font-size: 1rem; color: var(--ink-2); }
.check input { width: 24px; height: 24px; margin: 2px 0 0; accent-color: var(--blue); flex: none; }
.consentbox.is-invalid .check { color: var(--error); }
.hp { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.steps { display: flex; gap: 8px; list-style: none; padding: 0; margin: 0 0 4px; }
.steps li { flex: 1; display: flex; align-items: center; gap: 8px; font-size: .92rem; font-weight: 700; color: var(--ink-3); padding-bottom: 10px; border-bottom: 4px solid var(--line); }
.steps li span { width: 26px; height: 26px; border-radius: 50%; background: var(--line); color: var(--ink-2); display: grid; place-items: center; font-size: .85rem; }
.steps li.is-on { color: var(--blue); border-color: var(--blue); }
.steps li.is-on span { background: var(--blue); color: #fff; }
.steps li.is-done span { background: var(--ok); color: #fff; }
.js .leadform[data-steps] .step { display: none; }
.js .leadform[data-steps] .step.is-active { display: grid; gap: 18px; animation: fade .25s ease; }
.leadform:not([data-steps]) .step, .step { display: grid; gap: 18px; }
html:not(.js) .steps { display: none; }
html:not(.js) [data-next], html:not(.js) [data-back] { display: none; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.step__nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.step__nav .btn--block { flex: 1; }
.formnote { display: flex; gap: 8px; align-items: center; margin: 0; font-size: .95rem; color: var(--ink-3); }
.formnote .icon { color: var(--blue-600); }
.formmsg:empty { display: none; }
.formmsg { padding: 14px 16px; border-radius: 12px; background: var(--error-bg); color: var(--error); font-weight: 700; }
.errlist { color: var(--error); font-weight: 700; }

/* Contact */
.contact-list { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 18px; }
.contact-list li { display: flex; gap: 16px; align-items: flex-start; }
.contact-list .icon { width: 46px; height: 46px; padding: 11px; border-radius: 14px; background: var(--sky-50); color: var(--blue); }
.contact-list strong { display: block; color: var(--navy-900); }
.contact-list a { font-size: 1.15rem; font-weight: 700; }

/* Thank you */
.thanks { text-align: center; max-width: 680px; margin: 0 auto; }
.thanks__icon { width: 88px; height: 88px; margin: 0 auto 24px; border-radius: 50%; background: #e3f3ea; color: var(--ok); display: grid; place-items: center; }
.thanks__icon .icon { width: 46px; height: 46px; }

/* Footer */
.footer { background: var(--navy-900); color: #b9cde0; padding: 64px 0 0; font-size: 1rem; }
.footer a { color: #e4eef7; text-decoration: none; }
.footer a:hover { color: var(--orange); text-decoration: underline; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 36px; }
.footer__logo { width: 64px; height: 64px; padding: 7px; background: #fff; border-radius: 16px; margin-bottom: 16px; }
.footer__name { font-family: var(--display); font-size: 1.4rem; color: #fff; margin-bottom: .4em; }
.footer__h { font-family: var(--font); font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; color: var(--orange); margin-bottom: 14px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer__contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer__contact .icon { color: var(--orange); margin-top: .2em; }
.footer__cqc { display: flex; gap: 12px; align-items: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 12px 16px; margin-top: 8px; line-height: 1.35; }
.footer__cqc .icon { width: 32px; height: 32px; color: var(--orange); }
.footer__cqc small { color: #9db7cf; }
.footer__legal { border-top: 1px solid rgba(255,255,255,.1); margin-top: 48px; padding-top: 22px; padding-bottom: 24px; font-size: .9rem; color: #8eaac4; }
.footer__legal p { margin: 0; }
@media (max-width: 900px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } }

/* Mobile call bar */
.callbar { display: none; }
@media (max-width: 760px) {
  .callbar { display: grid; grid-template-columns: 1fr 1.3fr; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(11, 37, 69, .1); }
  .callbar a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; border-radius: 999px; font-weight: 700; text-decoration: none; }
  .callbar__call { background: var(--blue); color: #fff; }
  .callbar__enq { background: var(--orange); color: var(--navy-900); }
  body { padding-bottom: 76px; }
}

/* Consent */
.consent { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 70; max-width: 520px; background: #fff; border-radius: 16px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); padding: 18px 20px; display: grid; gap: 12px; font-size: 1rem; }
.consent p { margin: 0; }
.consent div { display: flex; gap: 10px; justify-content: flex-end; }
@media (max-width: 760px) { .consent { bottom: 90px; } }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
@media print { .header, .topbar, .callbar, .footer, .consent { display: none; } }

/* fixes */
.logo__mark { flex: none; }
@media (max-width: 700px) {
  .illus { aspect-ratio: auto; display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 28px 18px 18px; }
  .illus svg { width: 88%; }
  .illus__badge { position: static; align-self: stretch; }
}
@media (max-width: 1200px) {
  .header { backdrop-filter: none; background: var(--cream); }
  .nav { top: var(--nav-top, 116px); bottom: 0; }
}
@media (max-width: 420px) { .choices--2 .choices__grid { grid-template-columns: 1fr; } }

/* Office map (Google Maps embed) */
.map { margin: 0; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--sky-100); background: #fff; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.map iframe { display: block; width: 100%; aspect-ratio: 16 / 10; border: 0; background: var(--sky-50); }
.map__bar { display: flex; align-items: center; justify-content: space-between; gap: 12px 16px; flex-wrap: wrap; padding: 14px 18px; font-size: 1rem; color: var(--ink-2); }
.map__bar strong { display: block; color: var(--navy-900); }
.findus > * { min-width: 0; }
.findus { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
@media (max-width: 900px) { .findus { grid-template-columns: 1fr; } .map iframe { aspect-ratio: auto; height: 340px; } }

/* Illustrations */
.pagehead__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(28px, 4vw, 64px); align-items: center; }
.pagehead__grid > * { min-width: 0; }
@media (max-width: 900px) { .pagehead__grid { grid-template-columns: 1fr; } .pagehead__grid .scene { max-width: 520px; } }
.scene { position: relative; margin: 0; }
.scene::before { content: ""; position: absolute; inset: 8% -3% -5% 10%; background: var(--orange); opacity: .35; border-radius: 58% 42% 46% 54% / 52% 56% 44% 48%; }
.scene img { position: relative; display: block; width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; border-radius: 34% 66% 48% 52% / 44% 40% 60% 56%; box-shadow: var(--shadow-lg); background: var(--sky-50); }
.illus--scene { background: var(--sky-50); }
.illus--scene > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.card { overflow: hidden; }
.card__img { display: block; width: calc(100% + 56px); height: auto; max-width: none; margin: -28px -28px 0; aspect-ratio: 4 / 3; object-fit: cover; background: var(--sky-50); }
.card__img + .card__icon { position: relative; margin-top: -28px; box-shadow: 0 0 0 4px #fff; background: #fff; }
.card--feature .card__img + .card__icon { box-shadow: 0 0 0 4px var(--blue); background: var(--blue); }

/* Floating WhatsApp button (every page) */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 65; display: flex; align-items: center; gap: 10px; height: 60px; padding: 0 14px; border-radius: 999px; background: #25d366; color: #fff; text-decoration: none; font-weight: 700; box-shadow: 0 6px 20px rgba(11, 37, 69, .28); transition: transform .15s, box-shadow .15s; }
.wa-float svg { width: 32px; height: 32px; flex: none; }
.wa-float__label { max-width: 0; overflow: hidden; white-space: nowrap; color: #0b2545; transition: max-width .25s ease, margin .25s ease; }
.wa-float:hover, .wa-float:focus-visible { color: #fff; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(11, 37, 69, .32); }
.wa-float:hover .wa-float__label, .wa-float:focus-visible .wa-float__label { max-width: 200px; margin-right: 4px; }
.wa-float::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: #25d366; z-index: -1; animation: wa-pulse 2.6s ease-out 3; }
@keyframes wa-pulse { from { transform: scale(1); opacity: .55; } to { transform: scale(1.45); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .wa-float, .wa-float__label { transition: none; } .wa-float::before { animation: none; } }
@media (max-width: 760px) { .wa-float { right: 14px; bottom: calc(84px + env(safe-area-inset-bottom)); height: 56px; padding: 0 12px; } }
@media print { .wa-float { display: none; } }
