/* BSP Black Steel Plate – interactive Europe landing */

:root {
  --bsp-red: #c40000;
  --bsp-red-deep: #9d0000;
  --bsp-red-bright: #e60000;
  --bsp-red-glow: rgba(196, 0, 0, 0.35);
  --ink: #0a0a0a;
  --ink-2: #1a1a1a;
  --ink-muted: #4a5260;
  --line: #e6e8ec;
  --line-strong: #c9cdd3;
  --bg: #ffffff;
  --bg-soft: #f6f7f9;
  --bg-tint: #fafbfc;
  --top-bar-bg: #f4f4f4;
  --footer-bg: #050a14;
  --footer-rule: rgba(255, 255, 255, 0.12);
  --map-inactive: #e8eaee;
  --map-inactive-stroke: #c9cdd3;
  --map-active: var(--bsp-red);
  --map-active-stroke: #0a0a0a;
  --map-active-hover: var(--bsp-red-bright);
  --legal-accent: #e85c2b;
  --container: 1200px;
  --container-pad: clamp(1rem, 4vw, 1.5rem);
  --radius: 18px;
  --radius-sm: 12px;
  --shadow-sm: 0 1px 2px rgba(10, 10, 10, 0.04), 0 2px 6px rgba(10, 10, 10, 0.04);
  --shadow-md: 0 4px 14px rgba(10, 10, 10, 0.06), 0 12px 32px -8px rgba(10, 10, 10, 0.12);
  --shadow-lg: 0 24px 60px -20px rgba(10, 10, 10, 0.25), 0 8px 20px -8px rgba(10, 10, 10, 0.12);
  --body-size: clamp(0.9375rem, 0.35vw + 0.88rem, 1rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: var(--body-size);
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: #fff;
  color: #000;
  text-decoration: underline;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}

.container--wide {
  max-width: min(1338px, 100%);
  margin: 0 auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}

/* —— Header —— */
.top-bar {
  background: var(--top-bar-bg);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.top-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  min-height: 44px;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-size: 0.9375rem;
}

.top-bar__phone {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.top-bar__phone:hover,
.top-bar__phone:focus-visible {
  text-decoration: underline;
}

.top-bar__hours {
  color: #111;
}

.icon-wa {
  display: block;
  vertical-align: middle;
}

.header-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 2rem;
  align-items: center;
  padding-top: clamp(0.85rem, 2vw, 1.25rem);
  padding-bottom: clamp(0.85rem, 2vw, 1.25rem);
  background: #fff;
  border-bottom: 1px solid var(--line);
}

@media (min-width: 900px) {
  .header-main {
    grid-template-columns: auto 1fr;
  }
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.brand__logo {
  display: block;
  width: auto;
  height: clamp(48px, 4.4vw, 64px);
  max-width: 100%;
}

.tagline {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(1rem, 0.5vw + 0.9rem, 1.15rem);
  line-height: 1.35;
  text-align: center;
  color: var(--ink);
  letter-spacing: -0.01em;
}

@media (min-width: 900px) {
  .tagline {
    justify-self: center;
    max-width: 32rem;
  }
}

/* —— HERO —— */
.hero {
  position: relative;
  width: 100%;
  background: var(--bg-soft);
  padding: 0;
  overflow: hidden;
  isolation: isolate;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 60%, #eef0f4 100%);
}

.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(10, 10, 10, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(10, 10, 10, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 40%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 40%, transparent 100%);
}

.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
}

.hero__glow--a {
  width: 480px;
  height: 480px;
  top: -120px;
  left: -120px;
  background: radial-gradient(circle, rgba(196, 0, 0, 0.18), transparent 60%);
}

.hero__glow--b {
  width: 520px;
  height: 520px;
  bottom: -180px;
  right: -160px;
  background: radial-gradient(circle, rgba(196, 0, 0, 0.12), transparent 60%);
}

.hero__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.hero__head {
  text-align: center;
  margin-bottom: clamp(0.75rem, 2vw, 1.5rem);
  padding: 0 var(--container-pad);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bsp-red);
  background: rgba(196, 0, 0, 0.08);
  border: 1px solid rgba(196, 0, 0, 0.18);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.hero__eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bsp-red);
  box-shadow: 0 0 0 3px rgba(196, 0, 0, 0.18);
  animation: pulseDot 2.4s ease-in-out infinite;
}

@keyframes pulseDot {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(196, 0, 0, 0.18);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(196, 0, 0, 0.06);
  }
}

.hero__title {
  margin: 0 0 0.6rem;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.hero__sub {
  margin: 0 auto;
  max-width: 46ch;
  color: var(--ink-muted);
  font-size: clamp(0.95rem, 0.4vw + 0.85rem, 1.1rem);
  line-height: 1.5;
}

/* —— MAP STAGE (full-bleed) —— */
.map-stage {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.map-stage__frame {
  position: relative;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  overflow: hidden;
}

.map-stage__svg {
  position: relative;
  width: 100%;
  aspect-ratio: var(--map-aspect, 1.3);
  overflow: hidden;
}

.map-stage__svg svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* —— HERO SPLIT (map left, login right) —— */
.hero-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  padding: clamp(1.5rem, 3vw, 2.5rem) var(--container-pad);
  max-width: 1500px;
  margin: 0 auto;
  align-items: stretch;
}

@media (min-width: 920px) {
  .hero-split {
    grid-template-columns: minmax(0, 1.35fr) minmax(360px, 1fr);
    gap: clamp(1.5rem, 3vw, 3rem);
  }
}

.hero-split__map {
  position: relative;
  display: flex;
  align-items: stretch;
  min-width: 0;
}

.hero-split__map .map-stage,
.hero-split__map .map-stage__frame {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.hero-split__login {
  display: flex;
  align-items: center;
}

@media (min-width: 920px) {
  .hero-split__map .map-stage__svg {
    aspect-ratio: auto;
    flex: 1;
    min-height: 460px;
  }
}

/* —— LOGIN CARD —— */
.login-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 2.5vw, 2rem);
  box-shadow: var(--shadow-md);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.login-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--bsp-red);
  background: rgba(196, 0, 0, 0.08);
  border: 1px solid rgba(196, 0, 0, 0.18);
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
}

.login-card__title {
  margin: 0.25rem 0 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 2.2vw, 1.9rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--ink);
}

.login-card__sub {
  margin: 0 0 0.4rem;
  color: var(--ink-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.login-field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.login-field__label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ink-muted);
  text-transform: uppercase;
}

.login-field__input {
  appearance: none;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: #fff;
  padding: 0.75rem 0.9rem;
  font: inherit;
  color: var(--ink);
  font-size: 0.95rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.login-field__input::placeholder {
  color: #a3a8af;
}

.login-field__input:focus {
  outline: none;
  border-color: var(--bsp-red);
  box-shadow: 0 0 0 3px rgba(196, 0, 0, 0.12);
}

.btn--block {
  width: 100%;
  padding: 0.9rem 1.4rem;
}

.login-form__submit {
  margin-top: 0.3rem;
}

.login-card__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 0.1rem;
}

.login-link {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--ink-muted);
  text-decoration: none;
  transition: color 0.15s ease;
}

.login-link:hover {
  color: var(--bsp-red);
}

.login-link--cta {
  color: var(--bsp-red);
  font-weight: 600;
}

.login-card__contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0.85rem;
  margin-top: 0.3rem;
  border-top: 1px solid var(--line);
}

.login-contact {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.88rem;
  color: var(--ink-muted);
  text-decoration: none;
  transition: color 0.15s ease;
}

.login-contact:hover {
  color: var(--bsp-red);
}

.login-contact__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--bg-soft);
  color: var(--bsp-red);
  flex-shrink: 0;
}

.map-stage__svg svg {
  display: block;
  width: 100%;
  height: 100%;
}

.map-stage__svg svg path {
  fill: var(--map-inactive);
  stroke: var(--map-inactive-stroke);
  stroke-width: 0.4;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  transition: fill 0.22s ease, filter 0.22s ease, stroke 0.22s ease, transform 0.22s ease;
  transform-origin: center;
  transform-box: fill-box;
}

.map-stage__svg svg .country--active {
  fill: var(--map-active);
  stroke: var(--map-active-stroke);
  stroke-width: 1.1;
  cursor: pointer;
  filter: drop-shadow(0 2px 4px rgba(196, 0, 0, 0.25));
}

.map-stage__svg svg .country--active:hover,
.map-stage__svg svg .country--active:focus-visible,
.map-stage__svg svg .country--active.country--peek,
.map-stage__svg svg .country--active.is-pinned {
  fill: var(--map-active-hover);
  stroke: #000;
  stroke-width: 1.4;
  filter: drop-shadow(0 0 14px var(--bsp-red-glow)) drop-shadow(0 4px 8px rgba(196, 0, 0, 0.35));
  outline: none;
}

.map-stage__svg--error {
  display: grid;
  place-items: center;
  min-height: 200px;
}

.map-stage__svg--error::after {
  content: attr(data-error);
  color: var(--ink-muted);
  font-size: 0.95rem;
  text-align: center;
  padding: 1.5rem;
}

/* —— DESKTOP TOOLTIP —— */
.map-tip {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-9999px, -9999px);
  pointer-events: none;
  z-index: 20;
  display: flex;
  gap: 0.85rem;
  align-items: stretch;
  min-width: 240px;
  max-width: 300px;
  padding: 0.85rem 1rem;
  background: #0a0a0a;
  color: #fff;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255, 255, 255, 0.06);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.map-tip.is-visible {
  opacity: 1;
}

.map-tip::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  background: var(--bsp-red);
  border-radius: 0 3px 3px 0;
}

.map-tip__flag {
  flex-shrink: 0;
  width: 28px;
  height: 20px;
  align-self: flex-start;
  margin-top: 3px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
  background: linear-gradient(
    to bottom,
    var(--c1, #777) 0 33.33%,
    var(--c2, #aaa) 33.33% 66.66%,
    var(--c3, #ddd) 66.66% 100%
  );
}

.map-tip[data-iso="fr"] .map-tip__flag {
  background: linear-gradient(
    to right,
    var(--c1) 0 33.33%,
    var(--c2) 33.33% 66.66%,
    var(--c3) 66.66% 100%
  );
}

.map-tip[data-iso="pl"] .map-tip__flag {
  background: linear-gradient(
    to bottom,
    #ffffff 0 50%,
    #DC143C 50% 100%
  );
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.map-tip__body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  line-height: 1.35;
  flex: 1;
}

.map-tip__country {
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}

.map-tip__domain {
  font-weight: 600;
  font-size: 0.86rem;
  color: var(--bsp-red-bright);
  letter-spacing: 0.005em;
}

.map-tip__address {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.7);
  white-space: pre-line;
  margin-top: 0.15rem;
}

.map-tip__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.55rem;
  padding: 0.45rem 0.7rem;
  background: var(--bsp-red);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  align-self: flex-start;
  pointer-events: auto;
  transition: background 0.15s ease, transform 0.15s ease;
}

.map-tip__cta:hover,
.map-tip__cta:focus-visible {
  background: var(--bsp-red-bright);
  outline: none;
}

.map-tip-close {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 31;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--shadow-md);
  display: none;
  align-items: center;
  justify-content: center;
  font-family: inherit;
}

/* —— MOBILE TOOLTIP (bottom sheet) —— */
@media (max-width: 720px) {
  .map-tip {
    position: fixed;
    inset: auto 12px 12px 12px;
    transform: translateY(120%);
    max-width: none;
    min-width: 0;
    padding: 1rem 1.1rem 1.15rem;
    border-radius: 16px;
    z-index: 30;
    box-shadow: 0 -10px 40px -8px rgba(0, 0, 0, 0.4), 0 12px 32px -10px rgba(0, 0, 0, 0.3);
    transition: transform 0.28s cubic-bezier(0.32, 0.72, 0, 1), opacity 0.2s ease;
    pointer-events: auto;
  }

  .map-tip.is-visible {
    transform: translateY(0);
  }

  .map-tip::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 4px;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 999px;
  }

  .map-tip__flag {
    width: 36px;
    height: 26px;
  }

  .map-tip__country {
    font-size: 1.15rem;
  }

  .map-tip__domain {
    font-size: 0.95rem;
  }

  .map-tip__cta {
    padding: 0.7rem 1rem;
    font-size: 0.92rem;
    width: 100%;
    justify-content: center;
  }

  .map-tip-close.is-visible {
    display: inline-flex;
  }
}

/* —— MARKET CARDS —— */
.market-grid {
  list-style: none;
  margin: clamp(1.5rem, 4vw, 2.25rem) auto 0;
  padding: 0 var(--container-pad);
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  max-width: 1200px;
}

@media (min-width: 540px) {
  .market-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
  }
}

@media (min-width: 920px) {
  .market-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

.market-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  text-decoration: none;
  color: var(--ink);
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.market-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--bsp-red);
  transform: scaleY(0.4);
  transform-origin: center;
  transition: transform 0.22s ease;
}

.market-card:hover,
.market-card:focus-visible {
  border-color: rgba(196, 0, 0, 0.45);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  outline: none;
}

.market-card:hover::before,
.market-card:focus-visible::before {
  transform: scaleY(1);
}

.market-card__flag {
  display: block;
  width: 32px;
  height: 22px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  background: linear-gradient(
    to bottom,
    var(--c1) 0 33.33%,
    var(--c2) 33.33% 66.66%,
    var(--c3) 66.66% 100%
  );
}

.market-card__flag--horizontal {
  background: linear-gradient(
    to bottom,
    var(--c1) 0 33.33%,
    var(--c2) 33.33% 66.66%,
    var(--c3) 66.66% 100%
  );
}

.market-card__flag--vertical {
  background: linear-gradient(
    to right,
    var(--c1) 0 33.33%,
    var(--c2) 33.33% 66.66%,
    var(--c3) 66.66% 100%
  );
}

.market-card__country {
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: -0.01em;
  display: block;
}

.market-card__domain {
  display: block;
  font-size: 0.82rem;
  color: var(--bsp-red);
  font-weight: 500;
  letter-spacing: 0.005em;
  grid-column: 2 / 3;
}

.market-card__cta {
  grid-row: 1 / span 2;
  grid-column: 3 / 4;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink);
  background: var(--bg-soft);
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  transition: background 0.18s ease, color 0.18s ease;
}

.market-card:hover .market-card__cta,
.market-card:focus-visible .market-card__cta {
  background: var(--bsp-red);
  color: #fff;
}

@media (max-width: 539px) {
  .market-card__cta {
    padding: 0.4rem 0.55rem;
    font-size: 0;
    gap: 0;
  }
  .market-card__cta svg {
    width: 16px;
    height: 16px;
  }
}

/* —— FEATURES —— */
.features {
  background: #fff;
  padding: clamp(2rem, 4.5vw, 3.25rem) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem 1.25rem;
}

@media (min-width: 640px) {
  .features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .features__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1100px) {
  .features__grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem 0.75rem;
  }
}

.feature {
  text-align: center;
}

.feature__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.85rem;
  width: 72px;
  height: 72px;
}

.feature__icon img,
.feature__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.feature p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--ink-muted);
  font-weight: 500;
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1100px) {
  .feature p {
    font-size: 0.78rem;
    max-width: 18ch;
  }
}

/* —— ABOUT —— */
.about {
  background: var(--bg-soft);
  padding: clamp(2.5rem, 5vw, 3.5rem) 0 0;
}

.about__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem) clamp(1.5rem, 4vw, 3rem);
}

@media (min-width: 860px) {
  .about__grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.about__heading {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--ink);
}

.about__col p {
  margin: 0 0 1.1rem;
  color: var(--ink-muted);
}

.about__highlight {
  margin-top: 1.25rem;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
}

.about__heading--center {
  text-align: center;
}

.about__center {
  text-align: center;
}

.about__invite {
  margin-top: 1rem;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  color: var(--ink);
}

.about__cta-wrap {
  display: flex;
  justify-content: flex-end;
  padding-top: 1.5rem;
  padding-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

@media (max-width: 859px) {
  .about__cta-wrap {
    justify-content: center;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.85rem 1.85rem;
  border-radius: 999px;
  background: var(--bsp-red);
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
  box-shadow: 0 8px 18px -8px rgba(196, 0, 0, 0.4);
}

.btn:hover,
.btn:focus-visible {
  background: var(--bsp-red-deep);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px -8px rgba(196, 0, 0, 0.5);
}

.btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* —— Footer —— */
.site-footer {
  background: var(--footer-bg);
  color: #fff;
  padding-top: clamp(2rem, 4vw, 2.75rem);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--footer-rule);
}

@media (min-width: 768px) {
  .site-footer__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.9fr) minmax(0, 1.2fr);
    align-items: start;
  }
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem 1rem;
}

.footer-brand__link {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 0.85rem;
  background: #ffffff;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.footer-brand__logo {
  display: block;
  height: clamp(44px, 4vw, 56px);
  width: auto;
}

.footer-heading {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  font-weight: 700;
}

.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
  line-height: 1.65;
}

.footer-list a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-list a:hover {
  opacity: 0.9;
}

.muted {
  opacity: 0.85;
}

.footer-company {
  margin: 0 0 0.75rem;
  font-weight: 700;
  font-size: 0.95rem;
}

.footer-contact__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
  line-height: 1.5;
}

.footer-contact__list li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin-bottom: 0.65rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--footer-rule);
}

.footer-contact__list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-contact__tax {
  display: block;
  padding-top: 0.25rem;
  border-bottom: 0 !important;
}

.footer-contact__icon {
  flex-shrink: 0;
  margin-top: 0.15rem;
  opacity: 0.95;
}

.footer-contact a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-footer__bottom {
  text-align: center;
  padding: 1.25rem var(--container-pad) 1.75rem;
}

.footer-copy {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  opacity: 0.9;
}

.footer-legal {
  margin: 0;
  font-size: 0.8125rem;
}

.footer-legal a {
  color: var(--legal-accent);
  text-decoration: none;
  font-weight: 500;
}

.footer-legal a:hover {
  text-decoration: underline;
}

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