:root {
  --navy: #0f5f9f;
  --navy-dark: #0b2d44;
  --forest: #183d36;
  --forest-soft: #dce5dd;
  --ink: #132231;
  --charcoal: #4b5560;
  --gold: #f0a63f;
  --gold-soft: #fff2d8;
  --paper: #f7f5ef;
  --mist: #eef3f6;
  --line: rgba(23, 33, 43, 0.12);
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(16, 63, 104, 0.14);
  --photo-shadow: 0 28px 80px rgba(23, 33, 43, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body.nav-open {
  overflow: hidden;
}

.brand-switch {
  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  min-height: 84px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.brand-tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 0;
  padding: 12px clamp(14px, 3vw, 34px);
  color: var(--navy-dark);
  border-right: 1px solid var(--line);
  font-weight: 900;
  line-height: 1.2;
}

.brand-tab img {
  width: 54px;
  height: 43px;
  object-fit: contain;
}

.brand-tab.active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  content: "";
  background: var(--gold);
}

.brand-switch .language-switch {
  align-self: center;
  margin: 0 clamp(12px, 3vw, 28px);
}

.gateway-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(247, 245, 239, 0.96), rgba(247, 245, 239, 0.78)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=84") center / cover;
}

.gateway {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(56px, 9vw, 112px) clamp(18px, 5vw, 70px);
}

.gateway-hero {
  max-width: 820px;
  margin-bottom: clamp(34px, 5vw, 68px);
}

.gateway-hero h1 {
  color: var(--ink);
}

.gateway-hero p {
  max-width: 720px;
  color: var(--charcoal);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.75;
}

.gateway-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gateway-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 520px;
  padding: clamp(28px, 5vw, 48px);
  color: var(--white);
  background: var(--navy-dark);
}

.gateway-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(11, 45, 68, 0.08), rgba(11, 45, 68, 0.92));
  z-index: 1;
}

.gateway-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background-position: center;
  background-size: cover;
  transition: transform 600ms ease;
}

.gateway-card:hover::after {
  transform: scale(1.045);
}

.life-card::after {
  background-image: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1100&q=82");
}

.general-card::after {
  background-image: url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1100&q=82");
}

.gateway-card span,
.gateway-card h2,
.gateway-card p,
.gateway-card strong {
  position: relative;
  z-index: 2;
}

.gateway-card span {
  width: max-content;
  padding: 8px 12px;
  color: var(--navy-dark);
  background: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.gateway-card h2 {
  max-width: 520px;
  margin: 28px 0 12px;
  color: var(--white);
}

.gateway-card p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.75;
}

.gateway-card strong {
  margin-top: 28px;
  color: var(--white);
}

.subbrand-hero {
  display: grid;
  align-items: end;
  min-height: calc(100vh - 84px);
  padding: clamp(56px, 9vw, 112px) clamp(18px, 5vw, 70px);
  color: var(--white);
  background: var(--navy-dark);
}

.subbrand-hero > div {
  max-width: 860px;
}

.subbrand-hero h1 {
  color: var(--white);
}

.subbrand-hero p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.75;
}

.life-hero {
  background:
    linear-gradient(90deg, rgba(11, 45, 68, 0.92), rgba(11, 45, 68, 0.48)),
    url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1800&q=84") center / cover;
}

.general-hero {
  background:
    linear-gradient(90deg, rgba(11, 45, 68, 0.92), rgba(11, 45, 68, 0.46)),
    url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1800&q=84") center / cover;
}

.button.secondary.light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.1);
}

.two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.loaded .hero-copy {
  animation: liftIn 760ms ease both;
  opacity: 1;
  transform: translateY(0);
}

body.loaded .hero-photo {
  animation: floatIn 900ms 120ms ease both;
  opacity: 1;
  transform: translateY(0);
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(249, 179, 82, 0.75);
  outline-offset: 3px;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 78px;
  padding: 12px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  color: var(--navy-dark);
  white-space: nowrap;
}

.brand img {
  width: 54px;
  height: 43px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 24px);
  color: var(--charcoal);
  font-size: 13px;
  font-weight: 800;
}

.site-nav a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.language-switch,
.header-whatsapp,
.button {
  min-height: 44px;
  border-radius: 6px;
  font: inherit;
  font-weight: 800;
}

.language-switch {
  min-width: 48px;
  border: 1px solid var(--line);
  color: var(--navy-dark);
  background: var(--white);
  cursor: pointer;
}

.header-whatsapp {
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  color: var(--white);
  background: var(--navy);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy-dark);
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  padding: clamp(50px, 8vw, 92px) clamp(18px, 5vw, 70px) clamp(34px, 5vw, 56px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(247, 245, 239, 0.92) 48%, rgba(247, 245, 239, 0.72)),
    radial-gradient(circle at 8% 12%, rgba(240, 166, 63, 0.16), transparent 32%),
    var(--paper);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(300px, 0.58fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: end;
  max-width: 1180px;
  min-height: calc(100vh - 184px);
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 860px;
  margin: 0;
  color: var(--ink);
  font-family: "Avenir Next", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(38px, 5.8vw, 72px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 700px;
  margin: 28px 0 0;
  color: var(--charcoal);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-pills span {
  padding: 9px 12px;
  border: 1px solid rgba(15, 95, 159, 0.16);
  border-radius: 999px;
  color: var(--navy-dark);
  background: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 900;
}

.hero-credentials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 680px;
  margin-top: 34px;
  border: 1px solid var(--line);
  background: var(--line);
}

.hero-credentials span {
  min-height: 68px;
  padding: 14px;
  color: var(--navy-dark);
  background: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  cursor: pointer;
}

.button.primary {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 16px 34px rgba(15, 95, 159, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button.secondary {
  color: var(--navy-dark);
  border-color: rgba(15, 95, 159, 0.24);
  background: rgba(255, 255, 255, 0.76);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary:hover {
  background: var(--navy-dark);
  box-shadow: 0 20px 42px rgba(15, 95, 159, 0.28);
}

.button.secondary:hover {
  border-color: rgba(240, 166, 63, 0.9);
  background: var(--white);
}

.hero-photo {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  border-radius: 4px;
  background: var(--white);
  box-shadow: var(--photo-shadow);
}

.hero-photo::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 38%, rgba(16, 63, 104, 0.76));
  z-index: 1;
}

.hero-photo::after {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 102px;
  height: 82px;
  content: "";
  background: url("assets/sq-logo.png") center / contain no-repeat rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  z-index: 2;
}

.hero-photo-main {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 63, 104, 0.1), rgba(249, 179, 82, 0.04)),
    url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1300&q=82") center / cover;
  filter: saturate(0.88) contrast(1.02);
  transform: scale(1.01);
}

.hero-service-panel {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  left: 28px;
  padding: 22px;
  border-left: 5px solid var(--gold);
  background: rgba(244, 239, 230, 0.94);
  backdrop-filter: blur(12px);
}

.hero-service-panel span {
  display: block;
  color: var(--charcoal);
  font-size: 13px;
  font-weight: 800;
}

.hero-service-panel strong {
  display: block;
  margin-top: 4px;
  color: var(--navy-dark);
  font-size: 23px;
  line-height: 1.25;
}

.section {
  padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 70px);
}

.quick-help {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(34px, 5vw, 62px) clamp(18px, 5vw, 70px);
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-help-head {
  max-width: 430px;
}

.quick-help-head h2 {
  font-size: clamp(28px, 3.6vw, 46px);
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.quick-card {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 166px;
  padding: 22px;
  border: 1px solid rgba(15, 95, 159, 0.14);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.62);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.quick-card:hover {
  border-color: rgba(249, 179, 82, 0.9);
  box-shadow: 0 18px 48px rgba(16, 63, 104, 0.14);
  transform: translateY(-3px);
}

.quick-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  border-radius: 999px;
  background: var(--navy-dark);
  font-size: 13px;
  font-weight: 900;
}

.quick-card strong {
  color: var(--navy-dark);
  font-size: 18px;
  line-height: 1.3;
  max-width: 12ch;
}

.quick-card small {
  color: var(--charcoal);
  font-size: 13px;
  font-weight: 800;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1fr);
  gap: clamp(22px, 4vw, 74px);
  max-width: 1180px;
  margin: 0 auto;
}

.section-heading.compact {
  display: block;
  max-width: 780px;
  margin-bottom: 34px;
  text-align: center;
}

h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Avenir Next", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(28px, 3.8vw, 46px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

.intro-copy {
  max-width: 640px;
}

.intro-copy p,
.assurance-panel p,
.faq p,
.contact-copy,
.service-card p {
  color: var(--charcoal);
  font-size: 16px;
  line-height: 1.85;
}

.services {
  background: #fbfaf7;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.service-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 560px;
  padding: 0 0 28px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fbfaf7;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card:hover {
  border-color: rgba(15, 95, 159, 0.24);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.service-photo {
  width: 100%;
  aspect-ratio: 3 / 2;
  background: var(--mist);
  background-position: center;
  background-size: cover;
  transition: transform 520ms ease;
}

.asset-photo {
  background-image:
    linear-gradient(180deg, rgba(16, 63, 104, 0.06), rgba(16, 63, 104, 0.2)),
    url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=900&q=82");
}

.estate-photo {
  background-image:
    linear-gradient(180deg, rgba(16, 63, 104, 0.04), rgba(16, 63, 104, 0.23)),
    url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=900&q=82");
}

.insurance-photo {
  background-image:
    linear-gradient(180deg, rgba(16, 63, 104, 0.06), rgba(16, 63, 104, 0.22)),
    url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=900&q=82");
}

.service-card:hover .service-photo {
  transform: scale(1.045);
}

.service-number {
  width: max-content;
  margin: 24px 28px 0;
  padding: 6px 10px;
  color: var(--navy-dark);
  border: 1px solid rgba(15, 95, 159, 0.18);
  border-radius: 4px;
  background: rgba(15, 95, 159, 0.06);
  font-size: 12px;
  font-weight: 900;
}

.service-card h3 {
  margin: 20px 28px 4px;
  color: var(--navy-dark);
  font-size: 25px;
  line-height: 1.25;
}

.service-card p {
  margin-right: 28px;
  margin-left: 28px;
}

.service-card ul {
  display: grid;
  gap: 12px;
  margin: 18px 28px 26px;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 20px;
  color: var(--ink);
  line-height: 1.55;
}

.service-card li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--gold);
}

.service-card a {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: calc(100% - 56px);
  min-height: 44px;
  margin-top: auto;
  margin-left: 28px;
  color: var(--navy);
  font-weight: 900;
}

.client-types {
  background:
    linear-gradient(90deg, rgba(11, 45, 68, 0.96), rgba(11, 45, 68, 0.88)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1500&q=82") center / cover;
}

.client-types .eyebrow,
.client-types h2 {
  color: var(--white);
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.client-card {
  min-height: 300px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.client-card span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 12px;
  color: var(--navy-dark);
  background: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.client-card h3 {
  margin: 28px 0 12px;
  color: var(--white);
  font-size: 25px;
  line-height: 1.25;
}

.client-card p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
}

.product-finder {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  background: var(--paper);
}

.finder-copy {
  max-width: 520px;
}

.finder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.finder-item {
  display: grid;
  place-items: center;
  min-height: 146px;
  padding: 20px 14px;
  border: 1px solid rgba(15, 95, 159, 0.14);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.finder-item:hover {
  background: #fffaf1;
  box-shadow: 0 18px 46px rgba(16, 63, 104, 0.13);
  transform: translateY(-5px);
}

.finder-symbol {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border: 3px solid var(--navy);
  border-radius: 8px;
}

.finder-symbol::before,
.finder-symbol::after {
  position: absolute;
  content: "";
}

.finder-symbol.home::before {
  top: -12px;
  left: 9px;
  width: 24px;
  height: 24px;
  border-top: 3px solid var(--gold);
  border-left: 3px solid var(--gold);
  transform: rotate(45deg);
}

.finder-symbol.motor {
  height: 34px;
  margin-top: 14px;
  border-radius: 16px 16px 8px 8px;
}

.finder-symbol.motor::before,
.finder-symbol.motor::after {
  bottom: -12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
}

.finder-symbol.motor::before {
  left: 4px;
}

.finder-symbol.motor::after {
  right: 4px;
}

.finder-symbol.travel {
  border-radius: 50%;
}

.finder-symbol.travel::before {
  top: 20px;
  left: 8px;
  width: 32px;
  height: 4px;
  background: var(--gold);
}

.finder-symbol.travel::after {
  top: 8px;
  left: 21px;
  width: 4px;
  height: 32px;
  background: var(--gold);
}

.finder-symbol.accident::before {
  top: 10px;
  left: 20px;
  width: 8px;
  height: 28px;
  background: var(--gold);
}

.finder-symbol.accident::after {
  top: 20px;
  left: 10px;
  width: 28px;
  height: 8px;
  background: var(--gold);
}

.finder-symbol.business::before {
  top: 9px;
  left: 10px;
  width: 6px;
  height: 6px;
  box-shadow: 12px 0 var(--gold), 24px 0 var(--gold), 0 12px var(--gold), 12px 12px var(--gold), 24px 12px var(--gold);
  background: var(--gold);
}

.finder-symbol.contractor::before {
  top: 10px;
  left: 21px;
  width: 6px;
  height: 28px;
  background: var(--gold);
  transform: rotate(45deg);
}

.finder-symbol.contractor::after {
  top: 21px;
  left: 10px;
  width: 28px;
  height: 6px;
  background: var(--gold);
  transform: rotate(45deg);
}

.finder-item strong {
  color: var(--navy-dark);
  font-size: 16px;
  line-height: 1.35;
}

.process {
  background: #fbfaf7;
}

.process-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1180px;
  margin: 44px auto 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.process-step {
  min-height: 270px;
  padding: 30px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fbfaf7, #f5f1e8);
}

.process-step span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 10px;
  color: var(--white);
  background: var(--navy-dark);
  font-size: 12px;
  font-weight: 900;
}

.process-step h3 {
  margin: 34px 0 10px;
  color: var(--navy-dark);
  font-size: 22px;
}

.process-step p {
  margin: 0;
  color: var(--charcoal);
  line-height: 1.75;
}

.assurance {
  background: var(--navy-dark);
}

.assurance-panel {
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 54px);
  border-left: 8px solid var(--gold);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(249, 179, 82, 0.14) 0 22%, transparent 22%),
    rgba(255, 255, 255, 0.06);
}

.assurance-panel h2,
.assurance-panel p {
  color: var(--white);
}

.faq {
  background: var(--mist);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--navy-dark);
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 24px 24px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 0.7fr);
  gap: clamp(24px, 5vw, 82px);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
}

.contact-methods a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid rgba(15, 95, 159, 0.2);
  border-radius: 4px;
  color: var(--navy-dark);
  background: var(--white);
  font-weight: 800;
}

.map-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 12px;
  padding: 0 14px;
  color: var(--white);
  background: var(--navy-dark);
  font-weight: 900;
}

address {
  max-width: 560px;
  font-style: normal;
}

.hours {
  font-weight: 900;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--navy-dark);
  font-weight: 900;
}

input,
select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 0 12px;
  color: var(--ink);
  background: var(--mist);
  font: inherit;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 28px clamp(18px, 5vw, 70px);
  color: var(--white);
  background: var(--ink);
  font-size: 14px;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 4px;
  color: var(--white);
  background: #1f8d4d;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
  font-weight: 900;
  animation: none;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 640ms ease, transform 640ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes liftIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes whatsappPulse {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 980px) {
  .brand-switch {
    grid-template-columns: 1fr;
    position: static;
  }

  .brand-tab {
    justify-content: flex-start;
  }

  .gateway-grid,
  .two-column {
    grid-template-columns: 1fr;
  }

  .gateway-card {
    min-height: 420px;
  }

  .site-header {
    grid-template-columns: auto auto 1fr;
  }

  .nav-toggle {
    display: block;
    grid-column: 3;
    justify-self: end;
  }

  .site-nav {
    position: fixed;
    top: 82px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 0;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .header-whatsapp {
    display: none;
  }

  .hero-grid,
  .section-heading,
  .contact,
  .quick-help,
  .product-finder {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .quick-grid,
  .finder-grid,
  .client-grid,
  .process-track,
  .hero-credentials {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .process-track {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 74px;
    gap: 10px;
  }

  .brand span {
    display: none;
  }

  .brand img {
    width: 52px;
  }

  .site-nav {
    top: 74px;
  }

  h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .hero {
    min-height: auto;
    padding-top: 38px;
  }

  .hero-photo {
    min-height: 360px;
  }

  .hero-photo::after {
    width: 80px;
    height: 64px;
  }

  .quick-card strong {
    max-width: none;
  }

  .hero-service-panel {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .contact-form {
    padding: 20px;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
