/* PSP HVOF Landing — aligned with the existing PSP white + blue website */
:root {
  --bg: #ffffff;
  --bg-2: #f7fbff;
  --bg-3: #eef5fb;
  --panel: #ffffff;
  --line: #dbe7f1;
  --line-2: #c6d8e8;
  --ink: #111827;
  --ink-2: #344054;
  --ink-3: #667085;
  --gold: #0b5c9c;
  --gold-2: #1976b8;
  --gold-deep: #063f70;
  --blue: #0b5c9c;
  --blue-2: #1976b8;
  --blue-deep: #063f70;
  --whatsapp: #25d366;
  --whatsapp-deep: #128c4a;
  --danger: #d96a4a;
  --radius: 6px;
  --radius-sm: 4px;
  --shadow: 0 18px 50px -28px rgba(11,92,156,.28), 0 2px 10px rgba(16,24,40,.08);
  --container: 1180px;
  --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px;
  --space-5: 24px; --space-6: 32px; --space-8: 48px; --space-10: 64px;
  --space-12: 80px; --space-16: 112px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-image:
    radial-gradient(1200px 600px at 80% -10%, rgba(212,166,74,.07), transparent 60%),
    radial-gradient(800px 500px at -10% 30%, rgba(120,160,200,.04), transparent 60%);
  background-attachment: fixed;
}

h1, h2, h3, h4 {
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 var(--space-4);
  color: var(--ink);
}
h1 { font-size: clamp(2rem, 4.6vw, 3.4rem); line-height: 1.08; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.5rem, 3vw, 2.15rem); line-height: 1.15; }
h3 { font-size: 1.125rem; line-height: 1.3; }
h4 { font-size: 1rem; }
p  { margin: 0 0 var(--space-4); color: var(--ink-2); }
a  { color: var(--gold-2); text-decoration: none; }
a:hover { color: var(--gold); }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ============ TOPBAR ============ */
.topbar {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  padding: 12px 24px;
  background: rgba(11,13,16,.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand__mark { width: 36px; height: 36px; flex-shrink: 0; }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 15px; letter-spacing: 0.06em; }
.brand__tag  { font-size: 11px; color: var(--ink-3); letter-spacing: 0.04em; text-transform: uppercase; }
.topnav { display: flex; align-items: center; gap: 22px; }
.topnav a { color: var(--ink-2); font-size: 14px; font-weight: 500; }
.topnav a:hover { color: var(--ink); }
.topnav__cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--whatsapp); color: #fff !important;
  padding: 8px 14px; border-radius: var(--radius-sm);
  font-weight: 600; font-size: 13px;
}
.topnav__cta:hover { background: #20bf5b; color: #fff !important; }
@media (max-width: 720px) {
  .topnav a:not(.topnav__cta) { display: none; }
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px; border-radius: var(--radius);
  font-weight: 600; font-size: 15px; line-height: 1;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
  text-decoration: none; white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--primary {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #ffffff !important;
  border-color: rgba(255,255,255,.1);
  box-shadow: 0 10px 26px -10px rgba(212,166,74,.55), inset 0 1px 0 rgba(255,255,255,.4);
}
.btn--primary:hover { filter: brightness(1.05); color: #ffffff !important; }
.btn--whatsapp {
  background: var(--whatsapp); color: #fff !important;
  box-shadow: 0 10px 26px -12px rgba(37,211,102,.5);
}
.btn--whatsapp:hover { background: #20bf5b; color: #fff !important; }
.btn--whatsapp-alt { background: transparent; color: var(--whatsapp) !important; border-color: var(--whatsapp); box-shadow: none; }
.btn--whatsapp-alt:hover { background: rgba(37,211,102,.1); color: var(--whatsapp) !important; }
.btn--ghost {
  background: transparent; color: var(--ink) !important;
  border-color: var(--line-2);
}
.btn--ghost:hover { border-color: var(--gold); color: var(--gold-2) !important; }

/* ============ HERO ============ */
.hero {
  position: relative; overflow: hidden;
  padding: clamp(60px, 8vw, 110px) 0 clamp(50px, 6vw, 80px);
  border-bottom: 1px solid var(--line);
}
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.hero__grid { width: 100%; height: 100%; opacity: .7; }
.hero__inner {
  position: relative;
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 56px; align-items: center;
}
@media (max-width: 920px) {
  .hero__inner { grid-template-columns: 1fr; gap: 32px; }
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: "JetBrains Mono", "Inter", monospace; font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold-2);
  padding: 6px 12px; border: 1px solid rgba(212,166,74,.3);
  border-radius: 999px; background: rgba(212,166,74,.06);
  margin-bottom: 22px;
}
.eyebrow__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(212,166,74,.15); }
.accent {
  background: linear-gradient(180deg, var(--gold-2) 30%, var(--gold-deep));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero__sub {
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  color: var(--ink-2); max-width: 60ch;
  margin: 14px 0 28px;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }

.trust-strip {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 22px;
  font-size: 13.5px; color: var(--ink-2);
}
.trust-strip li { display: flex; align-items: center; gap: 8px; }
.trust-strip svg { color: var(--gold); flex-shrink: 0; }
@media (min-width: 560px) { .trust-strip { grid-template-columns: repeat(4, minmax(0,1fr)); } }

.hero__visual {
  margin: 0; position: relative;
  padding: 24px;
  background: linear-gradient(180deg, var(--bg-2), var(--bg-3));
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.hero__visual::before {
  content: ""; position: absolute; inset: 0;
  background:
    repeating-linear-gradient(45deg, transparent 0 12px, rgba(212,166,74,.04) 12px 13px);
  border-radius: 16px; pointer-events: none;
}
.roll-svg { width: 100%; height: auto; display: block; position: relative; }

.hero__visual--safe {
  min-height: 300px;
  display: grid;
  place-items: center;
}
.roll-demo {
  width: min(360px, 100%);
  position: relative;
  text-align: center;
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
}
.spray-gun {
  width: 120px;
  height: 18px;
  background: linear-gradient(90deg, #4d6f88, #0b5c9c);
  margin: 0 auto 70px;
  position: relative;
  border-radius: 2px;
}
.spray-gun::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -8px;
  border-left: 70px solid rgba(25,118,184,.22);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
.roll {
  height: 70px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coating-band {
  width: 260px;
  max-width: 75%;
  height: 70px;
  display: block;
  background: linear-gradient(180deg, #1976b8, #0b5c9c 55%, #8b6421);
  border-left: 8px solid #24495f;
  border-right: 8px solid #24495f;
  box-shadow: inset 0 12px 18px rgba(255,255,255,.22);
}
.shaft {
  width: 60px;
  height: 38px;
  background: linear-gradient(90deg, #31536d, #b6c9d8, #31536d);
  display: block;
}
.roll-demo p {
  margin-top: 24px;
  color: var(--ink-3);
}

/* ============ SECTIONS ============ */
.section { padding: clamp(64px, 8vw, 110px) 0; border-bottom: 1px solid var(--line); }
.section--alt { background: linear-gradient(180deg, var(--bg-2), var(--bg)); }
.section__head { max-width: 760px; margin: 0 auto var(--space-8); text-align: center; }
.section__head .kicker { margin: 0 auto 12px; }
.section__lede { color: var(--ink-2); font-size: 1.05rem; }

.kicker {
  display: inline-block;
  font-family: "JetBrains Mono", monospace; font-size: 12px;
  text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--gold-2);
  padding: 4px 10px; border: 1px solid rgba(212,166,74,.3); border-radius: 4px;
  background: rgba(212,166,74,.05);
}
.kicker--warn { color: #f1a987; border-color: rgba(241,169,135,.3); background: rgba(241,169,135,.05); }

/* ============ APPS GRID ============ */
.apps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}
.app-card {
  background: linear-gradient(180deg, var(--bg-2), var(--bg-3));
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
  transition: border-color .2s ease, transform .2s ease;
  position: relative; overflow: hidden;
}
.app-card::after {
  content: ""; position: absolute; right: -40px; top: -40px;
  width: 140px; height: 140px;
  background: radial-gradient(circle, rgba(212,166,74,.12), transparent 70%);
  pointer-events: none;
}
.app-card:hover { border-color: rgba(212,166,74,.35); transform: translateY(-2px); }
.app-card__ico { width: 56px; height: 56px; margin-bottom: 14px; display: grid; place-items: center;
  background: rgba(212,166,74,.06); border: 1px solid rgba(212,166,74,.18); border-radius: 10px;
}
.app-card__ico svg { width: 36px; height: 36px; }
.app-card h3 { margin-bottom: 6px; }
.app-card p { color: var(--ink-2); font-size: 14.5px; margin: 0; }
.app-card--wide { grid-column: span 2; }
@media (max-width: 720px) { .app-card--wide { grid-column: auto; } }

/* ============ PROBLEM/SOLUTION ============ */
.ps-grid {
  display: grid; grid-template-columns: 1fr 1.15fr;
  gap: 48px; align-items: start;
}
@media (max-width: 920px) { .ps-grid { grid-template-columns: 1fr; gap: 32px; } }
.ps-col h2 { margin-top: 12px; }
.ps-list { list-style: none; padding: 0; margin: 12px 0 0; }
.ps-list li {
  padding: 14px 0; border-bottom: 1px dashed var(--line);
}
.ps-list li:last-child { border-bottom: 0; }
.ps-list span {
  display: block; font-weight: 600; color: var(--ink);
  font-family: "Space Grotesk", sans-serif; margin-bottom: 4px; font-size: 15px;
}
.ps-list p { margin: 0; font-size: 14.5px; color: var(--ink-3); }

.ps-col--solution {
  background: linear-gradient(180deg, var(--bg-2), var(--bg-3));
  border: 1px solid var(--line); border-left: 3px solid var(--gold);
  border-radius: 14px; padding: 28px;
}
.ps-lede { color: var(--ink-2); }
.solution-points {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
  margin: 22px 0;
}
@media (max-width: 560px) { .solution-points { grid-template-columns: 1fr; } }
.solution-points__item h4 {
  font-family: "Space Grotesk", sans-serif; font-size: 14px; color: var(--gold-2);
  text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 4px;
}
.solution-points__item p { font-size: 14px; margin: 0; color: var(--ink-2); }

/* ============ WHY GRID ============ */
.why-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.why-card {
  background: linear-gradient(180deg, var(--bg-2), var(--bg-3));
  border: 1px solid var(--line); border-radius: 14px;
  padding: 24px; position: relative;
}
.why-card:hover { border-color: rgba(212,166,74,.3); }
.why-card__num {
  font-family: "JetBrains Mono", monospace; font-size: 12px;
  color: var(--gold); letter-spacing: 0.1em; margin-bottom: 14px;
}
.why-card h3 { margin-bottom: 8px; }
.why-card p { font-size: 14.5px; margin: 0; color: var(--ink-2); }

/* ============ ENQUIRY ============ */
.section--enquiry {
  background:
    radial-gradient(900px 500px at 100% 0%, rgba(212,166,74,.07), transparent 60%),
    linear-gradient(180deg, var(--bg-2), var(--bg));
}
.enquiry-grid {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: start;
}
@media (max-width: 920px) { .enquiry-grid { grid-template-columns: 1fr; gap: 32px; } }

.enquiry-copy h2 { margin-top: 12px; }
.form-note {
  font-size: 13.5px; color: var(--ink-3);
  padding: 12px 14px; background: rgba(212,166,74,.05);
  border: 1px solid rgba(212,166,74,.18); border-radius: 8px;
}
.contact-direct { display: grid; gap: 10px; margin-top: 22px; }
.contact-direct__item {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 16px; background: var(--panel);
  border: 1px solid var(--line); border-radius: 10px;
  color: var(--ink) !important; font-weight: 500;
  transition: border-color .15s ease, transform .15s ease;
}
.contact-direct__item:hover { border-color: var(--gold); transform: translateX(2px); }
.contact-direct__item svg { color: var(--gold); flex-shrink: 0; }
.contact-direct__item span { display: flex; flex-direction: column; }
.contact-direct__item small {
  font-size: 11px; color: var(--ink-3);
  text-transform: uppercase; letter-spacing: 0.1em;
}

.enquiry-form {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  background: var(--panel); border: 1px solid var(--line);
  border-radius: 16px; padding: 28px;
  box-shadow: var(--shadow);
}
@media (max-width: 560px) { .enquiry-form { grid-template-columns: 1fr; padding: 20px; } }
.field { display: flex; flex-direction: column; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label {
  font-size: 12.5px; color: var(--ink-2);
  font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase;
}
.field input, .field select, .field textarea {
  background: var(--bg-3); border: 1px solid var(--line-2);
  color: var(--ink); padding: 12px 14px;
  border-radius: 8px; font: inherit; font-size: 15px;
  transition: border-color .15s ease, box-shadow .15s ease;
  width: 100%;
}
.field textarea { resize: vertical; min-height: 92px; font-family: inherit; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212,166,74,.18);
}
.field select { appearance: none; -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink-3) 50%), linear-gradient(135deg, var(--ink-3) 50%, transparent 50%);
  background-position: calc(100% - 18px) center, calc(100% - 13px) center;
  background-size: 5px 5px; background-repeat: no-repeat; padding-right: 36px;
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-3); }
.form-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
.form-hint { grid-column: 1 / -1; margin: 0; font-size: 13px; color: var(--ink-3); min-height: 1.2em; }
.form-hint.is-error { color: var(--danger); }
.form-hint.is-success { color: var(--whatsapp); }

/* ============ FINAL CTA ============ */
.final-cta {
  background:
    linear-gradient(180deg, rgba(212,166,74,.08), transparent 50%),
    var(--bg);
  border-bottom: 1px solid var(--line);
  padding: clamp(60px, 8vw, 100px) 0;
}
.final-cta__inner {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center;
}
@media (max-width: 760px) { .final-cta__inner { grid-template-columns: 1fr; } }
.final-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ============ FOOTER ============ */
.footer { background: var(--bg-2); padding: 36px 0 28px; }
.footer__inner {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; align-items: start;
}
@media (max-width: 720px) { .footer__inner { grid-template-columns: 1fr; } }
.footer__brand { display: flex; align-items: center; gap: 14px; }
.footer__brand strong { color: var(--ink); display: block; font-family: "Space Grotesk", sans-serif; }
.footer__brand p { margin: 4px 0 0; font-size: 13.5px; color: var(--ink-3); }
.footer__contact { display: flex; flex-direction: column; gap: 6px; align-items: flex-start; font-size: 14px; }
@media (min-width: 720px) { .footer__contact { align-items: flex-end; } }
.footer__copy { grid-column: 1 / -1; margin: 20px 0 0; font-size: 12px; color: var(--ink-3); border-top: 1px solid var(--line); padding-top: 16px; }

/* ============ FLOAT WHATSAPP ============ */
.float-whatsapp {
  position: fixed; right: 18px; bottom: 18px;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--whatsapp); color: #fff !important;
  display: grid; place-items: center;
  box-shadow: 0 10px 24px -8px rgba(37,211,102,.6), 0 4px 12px rgba(0,0,0,.4);
  z-index: 60;
  transition: transform .15s ease;
}
.float-whatsapp:hover { transform: scale(1.06); color: #fff !important; }
.float-whatsapp::before {
  content: ""; position: absolute; inset: -4px;
  border-radius: 50%; border: 2px solid rgba(37,211,102,.5);
  animation: pulse 2.2s ease-out infinite;
}
@keyframes pulse {
  0% { transform: scale(.9); opacity: .8; }
  100% { transform: scale(1.5); opacity: 0; }
}

/* ============ PSP WEBSITE BRAND OVERRIDES ============ */
body {
  font-family: "Poppins", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: #fff;
  background-image: linear-gradient(180deg, #fff 0%, #fff 42%, #f7fbff 100%);
}

h1, h2, h3, h4,
.brand__name,
.ps-list span,
.solution-points__item h4,
.footer__brand strong {
  font-family: "Poppins", "Inter", sans-serif;
}

a { color: var(--blue); }
a:hover { color: var(--blue-deep); }

.topbar {
  position: static;
  top: auto;
  padding: 16px clamp(20px, 8vw, 130px);
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(219,231,241,.7);
  box-shadow: 0 8px 24px rgba(16,24,40,.04);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.brand__mark { width: 62px; height: 42px; }
.brand--image { gap: 0; }
.brand__logo {
  display: block;
  width: 128px;
  max-width: 42vw;
  height: auto;
}
.footer__logo {
  display: block;
  width: 150px;
  max-width: 42vw;
  height: auto;
  flex-shrink: 0;
}
.brand__name { font-weight: 800; font-size: 18px; letter-spacing: .02em; color: var(--blue); }
.brand__tag { color: var(--blue-deep); font-size: 10px; letter-spacing: .08em; }
.topnav a { color: #111827; font-weight: 600; }
.topnav a:hover { color: var(--blue); }
.topnav__cta { border-radius: 4px; }

.btn { border-radius: 4px; }
.btn--primary {
  background: var(--blue);
  color: #fff !important;
  box-shadow: 0 10px 24px -14px rgba(11,92,156,.75);
}
.btn--primary:hover {
  background: var(--blue-deep);
  color: #fff !important;
  filter: none;
}
.btn--ghost {
  background: #fff;
  color: var(--blue) !important;
  border-color: var(--blue);
}
.btn--ghost:hover {
  background: #edf6ff;
  color: var(--blue-deep) !important;
}

.hero {
  background: #fff;
  padding-top: clamp(58px, 7vw, 96px);
}
.hero__grid { opacity: .38; }
.eyebrow,
.kicker {
  font-family: "Poppins", "Inter", sans-serif;
  color: var(--blue);
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: .08em;
}
.eyebrow__dot {
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(11,92,156,.12);
}
.accent {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: var(--blue);
}

.hero__visual,
.app-card,
.why-card,
.ps-col--solution,
.enquiry-form,
.contact-direct__item {
  background: #fff;
  border-radius: 6px;
  box-shadow: var(--shadow);
}
.hero__visual {
  background: linear-gradient(180deg, #fff, #f3f8fc);
}
.hero__visual::before {
  background: repeating-linear-gradient(45deg, transparent 0 12px, rgba(11,92,156,.04) 12px 13px);
  border-radius: 6px;
}
.section { background: #fff; }
.section--alt { background: #f7fbff; }
.section--enquiry {
  background: radial-gradient(900px 500px at 100% 0%, rgba(11,92,156,.08), transparent 60%), linear-gradient(180deg, #f7fbff, #fff);
}
.app-card::after { background: radial-gradient(circle, rgba(11,92,156,.1), transparent 70%); }
.app-card:hover,
.why-card:hover { border-color: rgba(11,92,156,.32); }
.app-card__ico {
  background: #eef7ff;
  border-color: #d8e9f7;
  border-radius: 6px;
}
.ps-col--solution { border-left: 4px solid var(--blue); }
.trust-strip svg,
.contact-direct__item svg,
.why-card__num,
.solution-points__item h4 { color: var(--blue); }
.form-note {
  background: #eef7ff;
  border: 1px solid #d8e9f7;
  border-radius: 4px;
}
.field input,
.field select,
.field textarea {
  background: #fff;
  border-radius: 4px;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(11,92,156,.14);
}
.final-cta {
  background: linear-gradient(180deg, rgba(11,92,156,.08), transparent 50%), #fff;
}
.footer { background: #f7fbff; }

.float-whatsapp { display: none; }
.side-tabs {
  position: fixed;
  right: 0;
  top: 44%;
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}
.side-tab {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 14px 9px;
  border-radius: 0 6px 6px 0;
  box-shadow: 0 8px 20px rgba(16,24,40,.16);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
}
.side-tab--light {
  background: #fff;
  color: var(--blue) !important;
  border: 1px solid var(--line);
}
.side-tab--blue {
  background: var(--blue);
  color: #fff !important;
}
@media (max-width: 720px) {
  .side-tabs { display: none; }
  .brand__mark { width: 52px; height: 36px; }
  .brand__logo { width: 118px; }
  .footer__logo { width: 140px; }
}

/* ============ MOTION REDUCE ============ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
