:root {
  --lp-max: 1200px;
}

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

html,
body {
  margin: 0;
  padding: 0;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif;
  line-height: 1.5;
  background: #fff;
  color: #111;
}

.lp {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

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

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

video {
  width: 100%;
  vertical-align: bottom;
}

.cta {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: clamp(8px, 2vw, 16px);
  border-radius: 16px;
  transition: transform 0.28s ease;
  will-change: transform;
  -webkit-tap-highlight-color: transparent;
}

.cta img {
  border-radius: 12px;
}

.cta:hover {
  transform: translateY(-4px) scale(1.03);
}

.cta:active {
  transform: translateY(-1px) scale(0.995);
}

.cta:focus-visible {
  outline: 2px solid rgba(0, 128, 255, 0.8);
  outline-offset: 4px;
}

.map-wrap {
  position: relative;
  width: 100%;
}

.map-embed {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  background: #f2f2f2;
}

@media (max-width: 768px) {
  .lp {
    max-width: 100%;
  }

  .cta {
    display: block;
    padding: 0;
  }

  .cta img {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cta {
    transition: none;
  }

  .cta:hover,
  .cta:active {
    transform: none;
  }

  html {
    scroll-behavior: auto;
  }
}

.lp {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  text-align: center;
}

.lp img {
  display: inline-block;
  width: 80%;
  height: auto;
}

@media (max-width: 768px) {
  .lp {
    max-width: 100%;
    text-align: left;
  }

  .lp img {
    width: 100%;
  }
}

.lp {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}

.lp img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .lp {
    max-width: 100%;
  }
}

.site-footer {
  width: 100%;
  background: #23375c;
  color: #fff;
  text-align: center;
  padding: 1px 0;
  margin: 0;
}