:root {
  --bg: #f6f7f8;
  --surface: #ffffff;
  --ink: #151a22;
  --muted: #535d68;
  --line: #d8dde3;
  --red: #d71920;
  --red-dark: #b90f16;
  --graphite: #1b232b;
  --graphite-soft: #2a343d;
  --shadow: 0 18px 50px rgba(21, 26, 34, 0.12);
  --radius: 8px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
}

body,
button,
input {
  font: inherit;
}

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

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

svg {
  width: 1.2em;
  height: 1.2em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 0 44px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(216, 221, 227, 0.9);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.brand-mark {
  color: var(--red);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
}

.nav-links,
.footer nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 44px;
  font-size: 17px;
  font-weight: 700;
}

.nav-links a,
.footer nav a {
  position: relative;
  padding: 8px 0;
}

.nav-links a::after,
.footer nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  content: "";
  background: var(--red);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after,
.footer nav a:hover::after,
.footer nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  color: var(--surface);
  background: var(--graphite);
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 800;
}

.section-pad {
  padding: 80px clamp(24px, 5vw, 72px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.36fr) minmax(0, 0.9fr) minmax(420px, 1.15fr);
  grid-template-rows: 1fr auto;
  grid-template-areas:
    ". copy image"
    ". trust image";
  align-items: center;
  gap: 22px 36px;
  min-height: calc(100vh - 78px);
  padding-top: 58px;
  padding-bottom: 0;
  background: linear-gradient(90deg, #fff 0%, #fff 42%, #eef1f4 100%);
  overflow: hidden;
}

.lokal-trust-panel {
  grid-area: trust;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  align-self: end;
  justify-self: start;
  min-height: 0;
  padding: 24px 18px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-left: 6px solid var(--red);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(21, 26, 34, 0.1);
}

.lokal-trust-panel .trust-label,
.lokal-trust-panel small {
  color: var(--muted);
}

.lokal-trust-panel .trust-label {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.lokalshops-logo {
  display: block;
  width: min(210px, 100%);
  height: auto;
  margin: 0 0 4px;
}

.ls-pin-logo {
  position: relative;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin-bottom: 10px;
  color: #fff;
  background: linear-gradient(135deg, #148f8b, #128bd2);
  border-radius: 50% 50% 50% 16px;
  box-shadow: 0 18px 34px rgba(236, 87, 145, 0.24);
  transform: rotate(-45deg);
  font-size: 22px;
  font-weight: 950;
  letter-spacing: 0;
}

.ls-pin-logo::before {
  position: absolute;
  inset: -10px;
  z-index: -1;
  content: "";
  background: rgba(236, 87, 145, 0.16);
  border-radius: 50%;
  filter: blur(3px);
}

.ls-pin-logo {
  line-height: 1;
}

.ls-pin-logo::first-letter {
  letter-spacing: 0;
}

.ls-pin-logo {
  writing-mode: horizontal-tb;
}

.ls-pin-logo {
  text-transform: uppercase;
}

.ls-pin-logo {
  transform: rotate(-45deg);
}

.ls-pin-logo {
  text-indent: 0;
}

.ls-pin-logo {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.ls-pin-logo {
  overflow: visible;
}

.ls-pin-logo {
  isolation: isolate;
}

.ls-pin-logo {
  text-shadow: none;
}

.ls-pin-logo {
  --pin-text-rotate: 45deg;
}

.ls-pin-logo {
  display: grid;
}

.ls-pin-logo {
  place-items: center;
}

.ls-pin-logo {
  transform-origin: center;
}

.ls-pin-logo {
  direction: ltr;
}

.lokal-trust-panel strong {
  color: var(--red);
  font-size: 22px;
  font-weight: 900;
}

.lokal-trust-panel b {
  font-size: 16px;
}

.trust-check {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  margin-top: 4px;
  padding: 0 9px;
  color: #174a2d;
  background: #eef9f0;
  border: 1px solid #cfead4;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.trust-check::before {
  margin-right: 6px;
  content: "✓";
}

.lokal-trust-panel:hover,
.lokal-trust-panel:focus-visible {
  border-color: var(--red);
  box-shadow: 0 18px 42px rgba(215, 25, 32, 0.16);
}

.lokal-trust-panel {
  gap: 10px;
  width: min(100%, 300px);
  min-height: 0;
  margin-bottom: 48px;
  padding: 22px 18px;
  border-left-color: #f02d84;
  box-shadow: 0 14px 34px rgba(21, 26, 34, 0.1);
}

.ls-pin-logo {
  width: 74px;
  height: 74px;
  margin-bottom: 12px;
  box-shadow: 0 18px 34px rgba(241, 170, 29, 0.42), 0 0 0 10px rgba(241, 170, 29, 0.18);
  transform-origin: center;
}

.ls-pin-logo::before {
  inset: -14px;
  background: rgba(241, 170, 29, 0.3);
  filter: blur(8px);
}

.ls-pin-logo > span {
  line-height: 1;
  transform: rotate(45deg);
}

.trust-check::before {
  width: 12px;
  height: 7px;
  margin-right: 8px;
  content: "";
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg) translateY(-1px);
}

.trust-signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 6px;
}

.trust-signal {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #1f2a37;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.trust-signal svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  stroke: currentColor;
}

.trust-signal-local svg {
  color: #0b9a9a;
}

.trust-signal-trusted svg {
  color: #f02d84;
}

.trust-signal-verified svg {
  color: #39a852;
}

.lokal-trust-panel:hover,
.lokal-trust-panel:focus-visible {
  border-color: #f02d84;
  box-shadow: 0 22px 48px rgba(240, 45, 132, 0.2);
}

.hero-copy {
  grid-area: copy;
  max-width: 680px;
}

.hero h1 {
  margin: 0;
  max-width: 660px;
  font-size: clamp(56px, 7.2vw, 108px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
}

.hero p,
.section-intro p,
.subaru-copy p,
.steps p,
.contact-top p,
.footer p {
  color: var(--muted);
}

.hero p {
  max-width: 560px;
  margin: 28px 0 34px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border: 2px solid transparent;
  border-radius: var(--radius);
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus-visible,
.header-call:hover,
.header-call:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: var(--red);
  box-shadow: 0 12px 24px rgba(215, 25, 32, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--red-dark);
}

.button-secondary {
  color: var(--ink);
  background: #fff;
  border-color: var(--graphite);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: #fff;
  background: var(--graphite);
}

.hero-image {
  grid-area: image;
  align-self: end;
  margin: 0;
  min-height: 520px;
}

.hero-image img {
  width: 100%;
  height: min(72vh, 710px);
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: var(--radius);
  box-shadow: var(--shadow);
}

.subaru-preview {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 44px clamp(24px, 5vw, 72px);
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.subaru-preview h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
}

.subaru-preview p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.subaru-preview a {
  display: grid;
  place-items: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
}

.section-intro {
  max-width: 720px;
  margin-bottom: 40px;
}

.section-intro h2,
.subaru-copy h2,
.accessories h2 {
  margin: 0 0 18px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-intro p,
.subaru-copy p {
  margin: 0;
  font-size: 22px;
  line-height: 1.45;
}

.parts-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(420px, 1fr);
  gap: 48px;
  align-items: stretch;
}

.category-list {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.category-row {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  min-height: 76px;
  gap: 18px;
  padding: 0 24px;
  border-bottom: 1px solid var(--line);
  font-size: 22px;
  font-weight: 800;
}

.category-row:last-child {
  border-bottom: 0;
}

.category-row:hover,
.category-row:focus-visible {
  background: #f9fafb;
}

.category-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--graphite);
  border: 1px solid var(--line);
  border-radius: 50%;
}

.category-icon svg {
  width: 26px;
  height: 26px;
}

.category-row:nth-child(odd) .category-icon {
  color: var(--red);
}

.chevron {
  width: 24px;
  height: 24px;
}

.shop-frame {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.shop-frame img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

.subaru-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(360px, 1fr);
  gap: 42px;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(21, 26, 34, 0.96), rgba(21, 26, 34, 0.84)),
    url("./assets/hero-parts.png") center / cover;
}

.subaru-copy {
  border-left: 8px solid var(--red);
  padding-left: 28px;
}

.subaru-copy p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 28px;
}

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

.subaru-shelf span {
  min-height: 96px;
  display: flex;
  align-items: end;
  padding: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  font-size: 22px;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.accessories {
  background: #fff;
}

.accessories h2 {
  text-align: center;
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  max-width: 1180px;
  margin: 38px auto 0;
}

.steps::before {
  position: absolute;
  top: 29px;
  left: 17%;
  right: 17%;
  height: 1px;
  content: "";
  background: var(--line);
}

.steps article {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.step-number {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(215, 25, 32, 0.22);
}

.steps svg {
  width: 84px;
  height: 84px;
  margin: 34px 0 18px;
  color: var(--graphite);
  stroke-width: 1.6;
}

.steps article:nth-child(2) svg {
  color: var(--red);
}

.steps h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.steps p {
  max-width: 310px;
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
}

.contact {
  display: grid;
  grid-template-columns: minmax(340px, 0.86fr) minmax(420px, 1fr);
  gap: 34px;
  align-items: stretch;
}

.contact-card {
  padding: 36px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-top {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding-bottom: 28px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.phone-icon {
  display: grid;
  place-items: center;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  color: #fff;
  background: var(--graphite);
  border-radius: var(--radius);
}

.phone-icon svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
  stroke: none;
}

.contact-top h2 {
  margin: 0 0 4px;
  font-size: 24px;
}

.phone-number {
  display: inline-block;
  color: var(--red);
  font-size: clamp(38px, 5vw, 52px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.contact-top p {
  margin: 10px 0 0;
  font-size: 18px;
}

.inquiry-form {
  display: grid;
  gap: 18px;
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.inquiry-form input {
  min-height: 56px;
  width: 100%;
  padding: 0 16px;
  border: 1px solid #cbd2da;
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
  font-size: 16px;
  outline: none;
}

.inquiry-form input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(215, 25, 32, 0.12);
}

.form-submit {
  width: 100%;
  margin-top: 6px;
  border: 0;
  font-size: 18px;
}

.form-success {
  display: none;
  margin: 0;
  padding: 16px 18px;
  color: #176b34;
  background: #edf8f0;
  border: 1px solid #a9dabb;
  border-radius: var(--radius);
  font-weight: 750;
}

.form-success.is-visible {
  display: block;
}

.messenger-card {
  display: grid;
  gap: 18px;
  padding: 28px;
  background: linear-gradient(135deg, #eef7ff, #ffffff 58%);
  border: 1px solid #cfe6fb;
  border-radius: var(--radius);
}

.messenger-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #fff;
  background: #0a7cff;
  border-radius: var(--radius);
  box-shadow: 0 16px 32px rgba(10, 124, 255, 0.2);
}

.messenger-icon svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
  stroke: none;
}

.messenger-card h3 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.messenger-card p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.messenger-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.contact-visual {
  display: grid;
  grid-template-rows: minmax(300px, 1fr) auto auto;
  gap: 18px;
  margin: 0;
}

.contact-visual img,
.location-panel {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-visual img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.location-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 136px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(246, 247, 248, 0.9)),
    repeating-linear-gradient(45deg, transparent 0 36px, rgba(22, 77, 130, 0.12) 36px 39px),
    repeating-linear-gradient(-35deg, transparent 0 48px, rgba(215, 25, 32, 0.1) 48px 51px);
  border: 1px solid var(--line);
  font-size: 22px;
}

.location-panel svg {
  width: 54px;
  height: 54px;
  color: var(--red);
  fill: rgba(215, 25, 32, 0.08);
}

.message-link {
  width: max-content;
  justify-self: start;
  min-width: 180px;
}

.messenger-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.messenger-popover {
  display: grid;
  gap: 3px;
  min-width: 216px;
  padding: 13px 15px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cfe6fb;
  border-radius: 16px 16px 4px 16px;
  box-shadow: 0 18px 40px rgba(21, 26, 34, 0.18);
}

.messenger-popover strong {
  font-size: 15px;
  line-height: 1.1;
}

.messenger-popover span {
  color: var(--muted);
  font-size: 13px;
}

.messenger-bubble {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  color: #fff;
  background: #0a7cff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(10, 124, 255, 0.32);
}

.messenger-bubble::after {
  position: absolute;
  top: 6px;
  right: 4px;
  width: 14px;
  height: 14px;
  content: "";
  background: #39a852;
  border: 3px solid #fff;
  border-radius: 50%;
}

.messenger-bubble svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
  stroke: none;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px 48px;
  align-items: center;
  padding: 54px clamp(24px, 5vw, 72px);
  color: #fff;
  background: radial-gradient(circle at top left, #2a343d 0%, #151a22 56%, #101419 100%);
}

.footer-brand {
  font-size: 34px;
}

.footer nav {
  gap: 30px;
}

.footer p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 16px 24px;
  }

  .nav-links {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 24px;
    overflow-x: auto;
    font-size: 15px;
  }

  .header-call {
    justify-self: end;
  }

  .hero,
  .parts-layout,
  .subaru-band,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    grid-template-areas:
      "copy"
      "image"
      "trust";
    min-height: auto;
    padding-top: 58px;
    background: #fff;
  }

  .lokal-trust-panel {
    justify-self: stretch;
    width: min(100%, 460px);
    margin-bottom: 0;
  }

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

  .hero-image img {
    height: 460px;
    min-height: 360px;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
  }

  .shop-frame img {
    min-height: 380px;
  }

  .footer {
    grid-template-columns: 1fr;
  }

  .footer nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: static;
  }

  .brand {
    font-size: 22px;
  }

  .header-call span {
    display: none;
  }

  .header-call {
    width: 44px;
    height: 44px;
    justify-content: center;
    padding: 0;
  }

  .section-pad {
    padding: 58px 18px;
  }

  .hero {
    padding-top: 30px;
    padding-bottom: 42px;
    gap: 22px;
    background: linear-gradient(180deg, #fff 0%, #f4f7fa 100%);
  }

  .hero h1 {
    font-size: clamp(42px, 13vw, 58px);
    line-height: 0.96;
  }

  .hero p {
    margin: 18px 0 22px;
  }

  .hero p,
  .section-intro p,
  .subaru-copy p {
    font-size: 17px;
  }

  .hero-actions {
    gap: 12px;
  }

  .hero-image {
    min-height: 260px;
  }

  .hero-image img {
    height: min(58vh, 360px);
    min-height: 260px;
    border-radius: var(--radius);
  }

  .lokal-trust-panel {
    width: 100%;
    padding: 18px 16px;
  }

  .lokalshops-logo {
    width: min(220px, 100%);
  }

  .trust-signal {
    font-size: 10px;
  }

  .button {
    width: 100%;
  }

  .subaru-preview {
    align-items: flex-start;
    padding: 32px 18px;
  }

  .subaru-preview a {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }

  .section-intro h2,
  .subaru-copy h2,
  .accessories h2 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .category-row {
    grid-template-columns: 50px 1fr auto;
    min-height: 68px;
    gap: 12px;
    padding: 0 16px;
    font-size: 18px;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .steps::before {
    display: none;
  }

  .steps svg {
    margin-top: 22px;
  }

  .subaru-shelf {
    grid-template-columns: 1fr;
  }

  .contact-card {
    padding: 24px;
  }

  .messenger-card {
    padding: 22px;
  }

  .contact-top {
    flex-direction: column;
  }

  .phone-number {
    font-size: clamp(34px, 11vw, 44px);
  }

  .message-link {
    width: 100%;
  }

  .messenger-float {
    left: 14px;
    right: 14px;
    bottom: 16px;
    justify-content: flex-end;
  }

  .messenger-popover {
    min-width: 0;
    max-width: calc(100vw - 108px);
    padding: 11px 13px;
  }

  .messenger-bubble {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
  }
}
