/* =========================================================
   Seer Migration — main stylesheet
   Palette: eucalyptus green, harbour ink, wattle gold, mist
   Type: Newsreader (headings) + Figtree (body)
   ========================================================= */

:root {
  --euc: #14463F;          /* eucalyptus — primary */
  --euc-deep: #0C2F2B;
  --ink: #0F2430;          /* harbour ink — text / dark sections */
  --wattle: #E6A93A;       /* wattle gold — accents / CTAs */
  --wattle-deep: #C98D1F;
  --mist: #EDF3F1;         /* light section background */
  --sand: #F7F4EE;
  --line: #D6E1DE;
  --muted: #536469;
  --white: #FFFFFF;
  --wa: #1FA855;

  --font-head: "Newsreader", "Iowan Old Style", Georgia, serif;
  --font-body: "Figtree", "Segoe UI", system-ui, -apple-system, sans-serif;

  --radius: 14px;
  --arch: 999px 999px 18px 18px / 520px 520px 18px 18px;
  --header-h: 84px;
  --shadow: 0 24px 60px -30px rgba(15, 36, 48, .45);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: var(--euc); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--wattle-deep); }
:focus-visible { outline: 3px solid var(--wattle); outline-offset: 3px; border-radius: 4px; }
p { margin: 0 0 1.1em; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 .5em;
  color: inherit;
  letter-spacing: -.01em;
}
/* Headings stay on one line; JS shrinks them if a line would overflow */
.one-line { white-space: nowrap; }
h1 { font-size: clamp(1.7rem, 5.6vw, 4.2rem); }
h2 { font-size: clamp(1.4rem, 3.6vw, 2.75rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.5rem); }
h4 { font-size: 1.125rem; }
.lead { font-size: clamp(1.02rem, 1.4vw, 1.2rem); color: var(--muted); max-width: 62ch; }

/* ---------- Layout ---------- */
.w85 { width: 85%; margin-inline: auto; }
.container { width: 85%; margin-inline: auto; }
.section { padding-block: clamp(64px, 9vw, 120px); }
.section--mist { background: var(--mist); }
.section--sand { background: var(--sand); }
.section--ink { background: var(--ink); color: #E4ECEA; }
.section-head { max-width: 760px; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .lead { margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  padding: .85em 1.5em;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 600; font-size: .98rem; line-height: 1.2;
  text-decoration: none; cursor: pointer;
  border: 2px solid transparent;
  transition: background .2s, color .2s, border-color .2s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn--gold { background: var(--wattle); color: var(--ink); }
.btn--gold:hover { background: var(--wattle-deep); color: var(--ink); }
.btn--euc { background: var(--euc); color: var(--white); }
.btn--euc:hover { background: var(--euc-deep); color: var(--white); }
.btn--ghost { border-color: currentColor; color: var(--euc); background: transparent; }
.btn--ghost:hover { background: var(--euc); color: var(--white); border-color: var(--euc); }
.btn--ghost-light { border-color: rgba(255,255,255,.7); color: var(--white); }
.btn--ghost-light:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

/* ---------- Top bar ---------- */
.topbar { background: var(--euc-deep); color: #CFE0DC; font-size: .86rem; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 42px; }
.topbar__group { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.topbar a { color: #E9F2F0; text-decoration: none; }
.topbar a:hover { color: var(--wattle); }
.topbar__item { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.topbar__item svg { width: 15px; height: 15px; color: var(--wattle); flex: none; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: rgba(255,255,255,.97);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: var(--header-h); }
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.logo__mark {
  width: 44px; height: 44px; flex: none;
  border-radius: 999px 999px 8px 8px;
  background: var(--euc);
  display: grid; place-items: center;
  color: var(--wattle); font-family: var(--font-head); font-size: 1.6rem; font-weight: 600;
}
.logo__text { display: flex; flex-direction: column; line-height: 1.05; }
.logo__name { font-family: var(--font-head); font-size: 1.45rem; font-weight: 600; letter-spacing: -.01em; }
.logo__tag { white-space: nowrap; font-size: .74rem; color: var(--muted); letter-spacing: .02em; margin-top: 3px; }

.nav { display: flex; align-items: center; gap: 6px; }
.nav__list { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav__link {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 14px; border-radius: 8px;
  font-weight: 600; font-size: .96rem; color: var(--ink); text-decoration: none;
  background: none; border: 0; cursor: pointer; font-family: inherit; white-space: nowrap;
}
.nav__link:hover, .nav__link.is-active { color: var(--euc); background: var(--mist); }
.nav__link svg { width: 14px; height: 14px; transition: transform .2s; }
.has-drop { position: relative; }
.dropdown {
  position: absolute; top: calc(100% + 10px); left: 50%;
  translate: -50% 0;
  width: 560px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 14px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4px;
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .18s, transform .18s, visibility .18s;
}
.has-drop:hover .dropdown, .has-drop:focus-within .dropdown, .has-drop.open .dropdown { opacity: 1; visibility: visible; transform: none; }
.has-drop:hover .nav__link svg, .has-drop.open .nav__link svg { transform: rotate(180deg); }
.dropdown a {
  display: flex; align-items: center; gap: 12px;
  padding: 10px; border-radius: 10px; text-decoration: none; color: var(--ink);
  font-weight: 600; font-size: .93rem; line-height: 1.3;
}
.dropdown a:hover { background: var(--mist); color: var(--euc); }
.dropdown img { width: 46px; height: 46px; border-radius: 10px; object-fit: cover; flex: none; }
.dropdown .dropdown__all { grid-column: 1 / -1; justify-content: center; background: var(--mist); margin-top: 6px; }
.header__cta { display: flex; gap: 10px; align-items: center; }

.burger {
  display: none;
  width: 46px; height: 46px; border-radius: 10px;
  border: 1px solid var(--line); background: var(--white);
  cursor: pointer; position: relative;
}
.burger span, .burger span::before, .burger span::after {
  position: absolute; left: 50%; width: 22px; height: 2px; background: var(--ink);
  translate: -50% 0; transition: transform .25s, background .2s;
}
.burger span { top: 50%; }
.burger span::before, .burger span::after { content: ""; left: 0; translate: 0 0; }
.burger span::before { top: -7px; }
.burger span::after { top: 7px; }
.burger[aria-expanded="true"] span { background: transparent; }
.burger[aria-expanded="true"] span::before { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span::after { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Mobile menu (sits below the header, never under the banner) ---------- */
.mobile-menu {
  position: fixed; left: 0; right: 0;
  top: var(--header-bottom, var(--header-h));
  height: calc(100dvh - var(--header-bottom, var(--header-h)));
  background: var(--white);
  z-index: 1000;
  overflow-y: auto;
  padding: 14px 7.5% 28px;
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform .3s ease;
  visibility: hidden;
  border-top: 1px solid var(--line);
}
.mobile-menu.open { transform: none; visibility: visible; }
.mobile-menu ul { list-style: none; margin: 0; padding: 0; }
.mobile-menu > ul > li { border-bottom: 1px solid var(--line); }
.mobile-menu > ul a, .mobile-menu .m-toggle {
  display: flex; justify-content: space-between; align-items: center; width: 100%;
  padding: 11px 2px; font-size: .95rem; font-weight: 600;
  color: var(--ink); text-decoration: none;
  background: none; border: 0; font-family: inherit; cursor: pointer; text-align: left;
}
.mobile-menu .m-toggle svg { width: 14px; height: 14px; transition: transform .2s; }
.mobile-menu .m-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.m-sub { display: none; padding: 0 0 8px 12px !important; }
.m-sub.open { display: block; }
.mobile-menu .m-sub a { font-size: .86rem; font-weight: 500; padding: 7px 2px; color: var(--muted); }
.mobile-menu__cta { display: grid; gap: 10px; margin-top: 20px; }
.mobile-menu__cta .btn { width: 100%; font-size: .92rem; padding: .8em 1em; }
.mobile-menu__note { font-size: .78rem; color: var(--muted); margin-top: 16px; line-height: 1.5; }

/* ---------- Hero slider ---------- */
.hero { position: relative; z-index: 1; height: min(86vh, 760px); min-height: 560px; overflow: hidden; background: var(--ink); color: var(--white); }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
.slide.active { opacity: 1; z-index: 1; }
.slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); transition: transform 7s ease; }
.slide.active img { transform: scale(1); }
.slide::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(9,28,32,.9) 0%, rgba(9,28,32,.62) 45%, rgba(9,28,32,.12) 100%);
}
.slide__content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.slide__content .lead { color: #D9E6E3; max-width: 52ch; }
.slide__kicker { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; color: var(--wattle); margin-bottom: 18px; font-size: .98rem; }
.slide__kicker::before { content: ""; width: 34px; height: 2px; background: var(--wattle); }
.hero__controls { position: absolute; z-index: 3; bottom: 34px; left: 7.5%; right: 7.5%; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.hero__dots { display: flex; gap: 10px; }
.hero__dot { width: 34px; height: 4px; border-radius: 4px; border: 0; background: rgba(255,255,255,.35); cursor: pointer; padding: 0; }
.hero__dot.active { background: var(--wattle); }
.hero__arrows { display: flex; gap: 10px; }
.hero__arrow { width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.5); background: rgba(255,255,255,.08); color: #fff; cursor: pointer; display: grid; place-items: center; }
.hero__arrow:hover { background: var(--wattle); color: var(--ink); border-color: var(--wattle); }
.hero__arrow svg { width: 20px; height: 20px; }

/* ---------- Page banner (inner pages) ---------- */
.page-banner { position: relative; z-index: 1; min-height: 380px; display: flex; align-items: center; color: var(--white); overflow: hidden; background: var(--ink); }
.page-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,28,32,.9), rgba(9,28,32,.45)); }
.page-banner .container { position: relative; z-index: 2; padding-block: 64px; }
.page-banner .lead { color: #D9E6E3; }
.crumbs { display: flex; gap: 8px; font-size: .9rem; margin-bottom: 14px; color: #BFD2CE; flex-wrap: wrap; }
.crumbs a { color: var(--wattle); text-decoration: none; }

/* ---------- Trust strip under hero ---------- */
.trust { position: relative; z-index: 2; margin-top: -56px; }
.trust__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--white); border-radius: 18px; box-shadow: var(--shadow);
  overflow: hidden;
}
.trust__item { padding: 26px 26px; border-right: 1px solid var(--line); display: flex; gap: 14px; align-items: flex-start; }
.trust__item:last-child { border-right: 0; }
.trust__icon { width: 44px; height: 44px; border-radius: 12px; background: var(--mist); color: var(--euc); display: grid; place-items: center; flex: none; }
.trust__icon svg { width: 22px; height: 22px; }
.trust__item h3 { font-size: 1.1rem; margin-bottom: 4px; }
.trust__item p { font-size: .9rem; color: var(--muted); margin: 0; line-height: 1.5; }

/* ---------- Split (image + content) ----------
   Image column stretches to the row height, with a min-height,
   so the image is always equal to or taller than its content. */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 88px); align-items: stretch; }
.split--wide-media { grid-template-columns: 1.1fr 1fr; }
.split__media { position: relative; min-height: 480px; }
.split__media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); background: var(--mist); }
.split__media--arch > img { border-radius: var(--arch); }
.split__content { display: flex; flex-direction: column; justify-content: center; padding-block: 12px; }
.media-badge {
  position: absolute; z-index: 2; left: -18px; bottom: 36px;
  background: var(--wattle); color: var(--ink);
  padding: 16px 20px; border-radius: 14px; max-width: 240px;
  box-shadow: var(--shadow); font-size: .9rem; line-height: 1.4; font-weight: 600;
}
.media-badge strong { display: block; font-family: var(--font-head); font-size: 1.35rem; font-weight: 600; margin-bottom: 2px; }
.media-inset {
  position: absolute; z-index: 2; right: -22px; top: 36px; width: 42%; aspect-ratio: 4/5;
  border-radius: 14px; overflow: hidden; border: 6px solid var(--white); box-shadow: var(--shadow);
}
.media-inset img { width: 100%; height: 100%; object-fit: cover; }

.ticks { list-style: none; padding: 0; margin: 8px 0 0; display: grid; gap: 12px; }
.ticks li { position: relative; padding-left: 34px; }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: .32em; width: 20px; height: 20px; border-radius: 50%;
  background: var(--euc) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E6A93A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.ticks--2 { grid-template-columns: 1fr 1fr; }

/* ---------- Service cards ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.svc-card {
  display: flex; flex-direction: column;
  background: var(--white); border-radius: 18px; overflow: hidden;
  border: 1px solid var(--line); text-decoration: none; color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
}
.svc-card:hover { border-color: var(--euc); box-shadow: var(--shadow); color: var(--ink); }
.svc-card__img { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--mist); }
.svc-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.svc-card:hover .svc-card__img img { transform: scale(1.05); }
.svc-card__body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.svc-card__body p { color: var(--muted); font-size: .96rem; }
.svc-card__more { margin-top: auto; font-weight: 700; color: var(--euc); display: inline-flex; align-items: center; gap: 8px; font-size: .95rem; }
.svc-card__more svg { width: 16px; height: 16px; }

/* ---------- Visa pathway mosaic ---------- */
.mosaic { display: grid; grid-template-columns: 1.3fr 1fr 1fr; grid-template-rows: 280px 280px; gap: 18px; }
.tile { position: relative; border-radius: 18px; overflow: hidden; color: var(--white); background: var(--ink); }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.tile:hover img { transform: scale(1.05); }
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,28,32,0) 30%, rgba(9,28,32,.88) 100%); }
.tile__text { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; }
.tile__text h3 { margin-bottom: 4px; }
.tile__text p { margin: 0; font-size: .92rem; color: #DCE7E4; line-height: 1.5; }
.tile--big { grid-row: span 2; }
.tile__sub { display: inline-block; font-size: .8rem; font-weight: 700; background: var(--wattle); color: var(--ink); padding: 4px 10px; border-radius: 999px; margin-bottom: 10px; }

/* ---------- Process (real sequence, so numbered) ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding: 30px 24px 26px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; }
.step__num { font-family: var(--font-head); font-size: 2.6rem; color: var(--wattle); line-height: 1; margin-bottom: 14px; display: block; }
.step h3 { color: var(--white); }
.step p { color: #BFD1CD; font-size: .95rem; margin: 0; }
.section--ink .lead { color: #BFD1CD; }

.steps--light .step { background: var(--white); border-color: var(--line); }
.steps--light .step h3 { color: var(--ink); }
.steps--light .step p { color: var(--muted); }
.steps--light .step__num { color: var(--euc); }

/* ---------- Feature cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cards--4 { grid-template-columns: repeat(4, 1fr); }
.card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 28px 26px; }
.card__icon { width: 50px; height: 50px; border-radius: 999px 999px 10px 10px; background: var(--euc); color: var(--wattle); display: grid; place-items: center; margin-bottom: 18px; }
.card__icon svg { width: 24px; height: 24px; }
.card p { color: var(--muted); font-size: .96rem; margin: 0; }
.card--visa h3 { margin-bottom: 6px; }
.card--visa .sc { font-size: .82rem; font-weight: 700; color: var(--euc); background: var(--mist); display: inline-block; padding: 3px 10px; border-radius: 999px; margin-bottom: 12px; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.cta-band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,47,43,.95) 0%, rgba(12,47,43,.75) 55%, rgba(12,47,43,.35) 100%); }
.cta-band .container { position: relative; z-index: 2; padding-block: clamp(70px, 9vw, 110px); }
.cta-band .lead { color: #D4E3DF; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; max-width: 900px; }
.faq--center { margin-inline: auto; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 0 22px; }
.faq summary { cursor: pointer; list-style: none; padding: 18px 34px 18px 0; font-weight: 700; position: relative; font-size: 1.02rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; translate: 0 -50%; font-size: 1.5rem; font-weight: 400; color: var(--euc); }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); padding-bottom: 6px; }

/* ---------- Notice / compliance box ---------- */
.notice { border-left: 4px solid var(--wattle); background: var(--sand); padding: 20px 24px; border-radius: 0 12px 12px 0; font-size: .95rem; color: #33464B; }
.notice strong { color: var(--ink); }

/* ---------- Contact ---------- */
.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.contact-card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 26px 22px; }
.contact-card h3 { font-size: 1.15rem; }
.contact-card p, .contact-card a { margin: 0; color: var(--muted); font-size: .96rem; word-break: break-word; }
.contact-card a { color: var(--euc); font-weight: 600; text-decoration: none; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form .full { grid-column: 1 / -1; }
.form label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 6px; }
.form input, .form select, .form textarea {
  width: 100%; padding: 13px 14px; border: 1px solid #C4D2CE; border-radius: 10px;
  font: inherit; font-size: .98rem; background: var(--white); color: var(--ink);
}
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--euc); border-color: var(--euc); }
.form textarea { min-height: 130px; resize: vertical; }
.form .check { display: flex; gap: 10px; align-items: flex-start; font-weight: 400; font-size: .9rem; color: var(--muted); }
.form .check input { width: 18px; height: 18px; margin-top: 4px; flex: none; }
.form .error { color: #B42318; font-size: .85rem; margin-top: 4px; display: none; }
.form .invalid .error { display: block; }
.form .invalid input, .form .invalid select, .form .invalid textarea { border-color: #B42318; }
.form-status { margin-top: 14px; font-weight: 600; color: var(--euc); }
.map-full { width: 100%; line-height: 0; }
.map-full iframe { width: 100%; height: 480px; border: 0; display: block; filter: grayscale(.2); }

/* ---------- Policy pages (85% width) ---------- */
.policy { width: 85%; margin-inline: auto; padding-block: clamp(56px, 7vw, 96px); }
.policy h2 { font-size: clamp(1.25rem, 2.4vw, 1.8rem); margin-top: 1.8em; padding-top: .4em; }
.policy h3 { margin-top: 1.4em; }
.policy ul, .policy ol { padding-left: 1.3em; }
.policy li { margin-bottom: .45em; }
.policy .updated { color: var(--muted); font-size: .95rem; }
.policy table { width: 100%; border-collapse: collapse; margin: 1em 0 1.6em; font-size: .95rem; }
.policy th, .policy td { border: 1px solid var(--line); padding: 12px 14px; text-align: left; vertical-align: top; }
.policy th { background: var(--mist); }
.table-wrap { overflow-x: auto; }
.policy-toc { background: var(--mist); border-radius: 14px; padding: 22px 26px; margin: 26px 0 10px; }
.policy-toc ol { margin: 8px 0 0; columns: 2; column-gap: 40px; }
.policy-toc a { text-decoration: none; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #B9CAC6; font-size: .95rem; }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr 1fr; gap: 44px; padding-block: 76px 48px; }
.site-footer h4 { color: var(--white); font-size: 1.2rem; margin-bottom: 18px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.site-footer a { color: #D9E6E3; text-decoration: none; }
.site-footer a:hover { color: var(--wattle); }
.site-footer .logo { color: var(--white); margin-bottom: 18px; }
.site-footer .logo__tag { color: #9DB3AE; }
.footer__contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer__contact svg { width: 18px; height: 18px; color: var(--wattle); flex: none; margin-top: 4px; }
.footer__reg { border-top: 1px solid rgba(255,255,255,.12); padding-block: 26px; font-size: .86rem; line-height: 1.65; color: #9DB3AE; }
.footer__reg strong { color: #E4ECEA; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.12); padding-block: 20px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .86rem; }
.footer__legal { display: flex; flex-wrap: wrap; gap: 6px 18px; }

/* ---------- Floating buttons ---------- */
.float-left { position: fixed; left: 18px; bottom: 18px; z-index: 950; display: flex; flex-direction: column; gap: 12px; }
.fab {
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  color: var(--white); box-shadow: 0 10px 24px -8px rgba(0,0,0,.45); text-decoration: none; border: 0; cursor: pointer;
}
.fab svg { width: 26px; height: 26px; }
.fab--call { background: var(--euc); }
.fab--wa { background: var(--wa); }
.fab--call:hover, .fab--wa:hover { color: var(--white); filter: brightness(1.1); }
.to-top {
  position: fixed; right: 18px; bottom: 18px; z-index: 950;
  width: 50px; height: 50px; border-radius: 14px; background: var(--wattle); color: var(--ink);
  opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .25s, transform .25s, visibility .25s;
}
.to-top.show { opacity: 1; visibility: visible; transform: none; }
.fab--call { animation: ring 2.8s ease-in-out infinite; }
@keyframes ring { 0%, 86%, 100% { box-shadow: 0 0 0 0 rgba(20,70,63,.5); } 93% { box-shadow: 0 0 0 12px rgba(20,70,63,0); } }

/* ---------- Cookie notice ---------- */
.cookie {
  position: fixed; left: 50%; bottom: 18px; translate: -50% 0; z-index: 960;
  width: min(620px, calc(100% - 170px));
  background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow);
  padding: 16px 18px; display: none; gap: 14px; align-items: center; font-size: .88rem; line-height: 1.5;
}
.cookie.show { display: flex; }
.cookie p { margin: 0; }
.cookie .btn { padding: .6em 1.1em; font-size: .86rem; }

/* ---------- Misc ---------- */
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.stat { border-top: 2px solid var(--wattle); padding-top: 12px; }
.stat strong { font-family: var(--font-head); font-size: 1.5rem; font-weight: 600; display: block; line-height: 1.2; }
.stat span { color: var(--muted); font-size: .9rem; }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.pill { background: var(--mist); color: var(--euc); font-weight: 600; font-size: .88rem; padding: 7px 14px; border-radius: 999px; }
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.muted { color: var(--muted); }
.quote-card { background: var(--euc); color: #E3EEEB; border-radius: 18px; padding: 34px; }
.quote-card p { font-family: var(--font-head); font-size: 1.35rem; line-height: 1.45; color: var(--white); }
.quote-card span { font-size: .92rem; color: var(--wattle); font-weight: 600; }
.error-page { min-height: 60vh; display: grid; place-items: center; text-align: center; padding: 80px 0; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* =================== Responsive =================== */
@media (max-width: 1600px) {
  .header__cta .btn--ghost { display: none; }
}
@media (max-width: 1440px) {
  .header__inner .logo__tag { display: none; }
  .nav__link { padding: 10px 11px; font-size: .94rem; }
}
@media (max-width: 1180px) {
  .header__inner .logo__tag { display: block; }
}
@media (max-width: 1200px) {
  .footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1180px) {
  .nav, .header__cta { display: none; }
  .burger { display: block; }
}

@media (max-width: 1024px) {
  :root { --header-h: 72px; }
  .svc-grid, .cards { grid-template-columns: 1fr 1fr; }
  .cards--4 { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .trust__grid { 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); }
  .contact-cards { grid-template-columns: 1fr 1fr; }
  .mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 240px 240px; }
  .tile--big { grid-row: auto; grid-column: 1 / -1; }
  .topbar__group--extra { display: none; }
}

@media (max-width: 860px) {
  /* Image first on mobile, whichever side it sits on desktop */
  .split, .split--wide-media { grid-template-columns: 1fr; display: flex; flex-direction: column; }
  .split--img-right { flex-direction: column-reverse; }
  .split__media { min-height: 0; aspect-ratio: 4 / 3.4; width: 100%; }
  .split__media--arch > img { border-radius: 999px 999px 16px 16px / 340px 340px 16px 16px; }
  .media-badge { left: 12px; bottom: 16px; }
  .media-inset { right: 10px; top: 14px; width: 36%; border-width: 4px; }
  .ticks--2 { grid-template-columns: 1fr; }
  .policy-toc ol { columns: 1; }
}

@media (max-width: 640px) {
  body { font-size: 1rem; }
  .container { width: 88%; }
  .topbar { font-size: .72rem; }
  .topbar__inner { justify-content: center; min-height: 34px; }
  .topbar__group { gap: 14px; flex-wrap: nowrap; }
  .topbar__social, .topbar__group--extra { display: none !important; }
  .topbar__item svg { width: 12px; height: 12px; }
  .logo__mark { width: 38px; height: 38px; font-size: 1.35rem; }
  .logo__name { font-size: 1.25rem; }
  .logo__tag { font-size: .66rem; }
  .hero { height: auto; min-height: 590px; }
  .slide__content { padding-bottom: 80px; }
  .slide::after { background: linear-gradient(180deg, rgba(9,28,32,.55) 0%, rgba(9,28,32,.88) 100%); }
  .hero__arrows { display: none; }
  .slide__kicker { font-size: .86rem; white-space: nowrap; }
  .btn-row .btn { flex: 1 1 100%; }
  .trust { margin-top: -36px; }
  .trust__grid, .svc-grid, .cards, .cards--4, .steps, .contact-cards { grid-template-columns: 1fr; }
  .trust__item { border-right: 0 !important; border-bottom: 1px solid var(--line); padding: 20px; }
  .trust__item:last-child { border-bottom: 0; }
  .mosaic { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-rows: 250px; }
  .form { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
  .stat strong { font-size: 1.15rem; }
  .page-banner { min-height: 300px; }
  .footer__top { grid-template-columns: 1fr; gap: 34px; padding-block: 56px 30px; }
  .map-full iframe { height: 360px; }
  .fab { width: 48px; height: 48px; }
  .fab svg { width: 22px; height: 22px; }
  .to-top { width: 46px; height: 46px; }
  .cookie { width: calc(100% - 150px); flex-direction: column; align-items: stretch; bottom: 14px; padding: 12px; font-size: .8rem; }
}

/* Grid/flex children must be allowed to shrink so one-line headings can be fitted */
.svc-card, .svc-card__body, .card, .step, .split__content, .tile__text, .contact-card, .trust__item > div, .footer__top > div, .slide__content, .section-head { min-width: 0; }
.one-line { max-width: 100%; overflow: hidden; padding-bottom: .08em; }
