:root {
  --radius: 18px;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
  scroll-behavior: auto;
  }
}

body {
  color: var(--text);
  font-size: 16px;
  overflow-x: hidden;
  background: var(--obsidian);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration-line: none;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
}

button {
  cursor: pointer;
  font-family: inherit;
}

h1, h2, h3 {
  font-family: var(--font-display);
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.wrap {
  width: min(1200px, 92%);
  margin-inline-end: auto;
  margin-inline-start: auto;
}

.section {
  padding: clamp(4rem, 9vw, 7.5rem) 0px;
}

.kicker {
  color: var(--muted);
  row-gap: 0.6rem;
  display: inline-flex;
  font-size: 0.72rem;
  column-gap: 0.6rem;
  align-items: center;
  font-weight: 600;
  margin-bottom: 1.2rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.kicker::before {
  width: 26px;
  height: 1px;
  content: "";
  background: var(--accent);
}

.kicker .dot {
  width: 7px;
  height: 7px;
  box-shadow: rgba(25, 118, 210, 0.7) 0px 0px 10px 2px;
  background: var(--accent);
  animation-name: pulse;
  animation-delay: 0s;
  animation-duration: 2.4s;
  animation-fill-mode: none;
  animation-range-end: normal;
  animation-timeline: auto;
  animation-direction: normal;
  animation-play-state: running;
  animation-range-start: normal;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  border-bottom-right-radius: 50%;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}

.section h2 {
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  max-width: 16ch;
  font-weight: 700;
}

.section .lead {
  color: var(--muted);
  max-width: 56ch;
  margin-top: 1rem;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition-delay: 0s, 0s;
  transition-behavior: normal, normal;
  transition-duration: 0.8s, 0.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.2, 0.65, 0.3, 1), cubic-bezier(0.2, 0.65, 0.3, 1);
}

.reveal.in-view {
  opacity: 1;
  transform: none;
}

.btn {
  row-gap: 0.55rem;
  display: inline-flex;
  font-size: 0.92rem;
  column-gap: 0.55rem;
  align-items: center;
  font-weight: 600;
  padding: 0.95rem 1.7rem;
  text-wrap-mode: nowrap;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 1px;
  justify-content: center;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 1px;
  transition-delay: 0s, 0s, 0s, 0s;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.25s, 0.25s, 0.25s, 0.25s;
  transition-property: transform, box-shadow, background, border-color;
  white-space-collapse: collapse;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
  transition-timing-function: ease, ease, ease, ease;
}

.btn-primary {
  color: rgb(255, 255, 255);
  box-shadow: rgba(25, 118, 210, 0.55) 0px 8px 28px -8px;
  background: var(--accent);
}

.btn-primary:hover {
  box-shadow: rgba(25, 118, 210, 0.7) 0px 14px 34px -8px;
  transform: translateY(-2px);
}

.btn-ghost {
  color: var(--text);
  border-color: var(--line);
  background-clip: initial;
  background-size: initial;
  background-color: rgba(255, 255, 255, 0.03);
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.btn-ghost:hover {
  background-clip: initial;
  background-size: initial;
  border-top-color: rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.07);
  background-image: initial;
  border-left-color: rgba(255, 255, 255, 0.25);
  background-origin: initial;
  background-repeat: initial;
  border-right-color: rgba(255, 255, 255, 0.25);
  border-bottom-color: rgba(255, 255, 255, 0.25);
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.navbar {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: auto;
  z-index: 100;
  position: fixed;
  transition-delay: 0s, 0s, 0s;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.35s, 0.35s, 0.35s;
  transition-property: background, border-color, backdrop-filter;
  transition-timing-function: ease, ease, ease;
}

.navbar.scrolled {
  background: var(--glass);
  backdrop-filter: blur(18px);
  border-bottom-color: var(--line);
}

.nav-inner {
  height: 74px;
  row-gap: 1.4rem;
  display: flex;
  column-gap: 1.4rem;
  align-items: center;
}

@media (max-width: 600px) {
  .nav-inner {
  row-gap: 0.8rem;
  column-gap: 0.8rem;
  }
}

.brand {
  row-gap: 0.7rem;
  display: flex;
  column-gap: 0.7rem;
  align-items: center;
  margin-right: auto;
}

.brand-text small {
  color: var(--muted);
  display: block;
  font-size: 0.6rem;
  font-family: var(--font-body);
  font-weight: 500;
  letter-spacing: 0.28em;
}

@media (max-width: 600px) {
  .brand-text small {
  display: none;
  }
}

.nav-links {
  row-gap: 1.6rem;
  display: flex;
  column-gap: 1.6rem;
  list-style-type: none;
  list-style-image: initial;
  list-style-position: initial;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.86rem;
  position: relative;
  font-weight: 500;
  transition-delay: 0s;
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-property: color;
  transition-timing-function: ease;
}

.nav-links a::after {
  left: 0px;
  width: 0px;
  bottom: -6px;
  height: 2px;
  content: "";
  position: absolute;
  background: var(--accent);
  transition-delay: 0s;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-property: width;
  transition-timing-function: ease;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-actions {
  row-gap: 0.8rem;
  display: flex;
  column-gap: 0.8rem;
  align-items: center;
}

.nav-phone {
  color: var(--text);
  border: 1px solid var(--line);
  row-gap: 0.45rem;
  display: flex;
  font-size: 0.84rem;
  column-gap: 0.45rem;
  align-items: center;
  font-weight: 600;
  padding: 0.6rem 0.95rem;
  transition-delay: 0s, 0s;
  transition-behavior: normal, normal;
  transition-duration: 0.25s, 0.25s;
  transition-property: border-color, background;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
  transition-timing-function: ease, ease;
}

.nav-phone:hover {
  background-clip: initial;
  background-size: initial;
  border-top-color: rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.05);
  background-image: initial;
  border-left-color: rgba(255, 255, 255, 0.25);
  background-origin: initial;
  background-repeat: initial;
  border-right-color: rgba(255, 255, 255, 0.25);
  border-bottom-color: rgba(255, 255, 255, 0.25);
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.nav-cta {
  font-size: 0.84rem;
  padding: 0.68rem 1.3rem;
}

@media (max-width: 1020px) {
  .nav-cta {
  display: none;
  }
}

.lang-toggle {
  border: 1px solid var(--line);
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

.lang-toggle button {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
  padding: 0.5rem 0.75rem;
  letter-spacing: 0.08em;
  background-clip: initial;
  background-size: initial;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  background-color: transparent;
  background-image: initial;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: 0px;
  transition-delay: 0s, 0s;
  background-origin: initial;
  background-repeat: initial;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  transition-behavior: normal, normal;
  transition-duration: 0.25s, 0.25s;
  transition-property: background, color;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
  transition-timing-function: ease, ease;
}

.lang-toggle button.active {
  color: rgb(255, 255, 255);
  background: var(--accent);
}

.menu-btn {
  width: 42px;
  border: 1px solid var(--line);
  height: 42px;
  display: none;
  position: relative;
  background-clip: initial;
  background-size: initial;
  background-color: initial;
  background-image: none;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  border-top-left-radius: 10px;
  background-attachment: initial;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (max-width: 1020px) {
  .menu-btn {
  display: block;
  }
}

.menu-btn span {
  left: 11px;
  right: 11px;
  height: 2px;
  position: absolute;
  background: var(--text);
  transition-delay: 0s;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
}

.menu-btn span:nth-child(1) {
  top: 15px;
}

.menu-btn span:nth-child(2) {
  top: 20px;
}

.menu-btn span:nth-child(3) {
  top: 25px;
}

.menu-btn[aria-expanded="true"] span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}

.menu-btn[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-btn[aria-expanded="true"] span:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
}

.mobile-menu {
  top: 74px;
  left: 0px;
  right: 0px;
  row-gap: 0.2rem;
  z-index: 99;
  display: none;
  position: fixed;
  column-gap: 0.2rem;
  padding: 1.4rem 4%;
  border-bottom: 1px solid var(--line);
  flex-direction: column;
  backdrop-filter: blur(20px);
  background-clip: initial;
  background-size: initial;
  background-color: rgba(11, 18, 32, 0.96);
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.mobile-menu.open {
  display: flex;
}

.mobile-menu a {
  color: var(--muted);
  font-weight: 600;
  padding: 0.9rem 0.4rem;
  border-bottom: 1px solid var(--line);
}

.mobile-menu a:last-child {
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

@media (max-width: 1020px) {
  .nav-links, .nav-phone {
  display: none;
  }
}

.hero-scroll {
  height: 260vh;
  position: relative;
}

.hero {
  top: 0px;
  height: 100svh;
  display: flex;
  position: sticky;
  overflow-x: hidden;
  overflow-y: hidden;
  align-items: center;
  background-clip: initial;
  background-size: initial;
  background-color: rgb(0, 0, 0);
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.hero-media-stack {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  will-change: transform;
}

.hero-media-stack video {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  opacity: 0;
  position: absolute;
  object-fit: cover;
  transition-delay: 0s;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-property: opacity;
  transition-timing-function: ease;
}

.hero-media-stack video.is-front {
  opacity: 1;
}

.hero-media-stack .hero-poster {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.hero-overlay {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  background: linear-gradient(105deg,rgba(11,18,32,.92) 0%,rgba(11,18,32,.55) 45%,rgba(11,18,32,.25) 100%),
             linear-gradient(to top,var(--obsidian) 0%,transparent 30%);
}

.hero-content {
  z-index: 2;
  position: relative;
  padding: 8rem 0px 6rem;
}

.hero h1 {
  font-size: clamp(2.4rem, 5.6vw, 4.6rem);
  max-width: 14ch;
  font-weight: 800;
}

.hero h1 .hl {
  color: var(--accent);
}

.hero-sub {
  color: rgb(201, 205, 214);
  font-size: 1.05rem;
  max-width: 52ch;
  margin-top: 1.4rem;
}

.hero-badge {
  color: rgb(179, 215, 247);
  row-gap: 0.6rem;
  display: inline-flex;
  font-size: 0.78rem;
  column-gap: 0.6rem;
  align-items: center;
  font-weight: 600;
  padding: 0.55rem 1.1rem;
  margin-bottom: 1.6rem;
  letter-spacing: 0.06em;
  backdrop-filter: blur(8px);
  background-clip: initial;
  background-size: initial;
  border-top-color: rgba(25, 118, 210, 0.35);
  border-top-style: solid;
  border-top-width: 1px;
  background-color: rgba(25, 118, 210, 0.12);
  background-image: initial;
  border-left-color: rgba(25, 118, 210, 0.35);
  border-left-style: solid;
  border-left-width: 1px;
  background-origin: initial;
  background-repeat: initial;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: rgba(25, 118, 210, 0.35);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgba(25, 118, 210, 0.35);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  background-position-x: initial;
  background-position-y: initial;
  border-top-left-radius: 999px;
  background-attachment: initial;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

.hero-ctas {
  row-gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  margin-top: 2.4rem;
}

.hero-stats {
  row-gap: 2.6rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.6rem;
  margin-top: 3.6rem;
}

.hero-stats .stat strong {
  display: block;
  font-size: 1.7rem;
  font-family: var(--font-display);
  font-weight: 700;
}

.hero-stats .stat strong em {
  color: var(--accent);
  font-style: normal;
}

.hero-stats .stat span {
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scroll-hint {
  left: 50%;
  width: 26px;
  bottom: 2rem;
  height: 42px;
  z-index: 2;
  position: absolute;
  transform: translateX(-50%);
  border-top-color: rgba(255, 255, 255, 0.3);
  border-top-style: solid;
  border-top-width: 1.5px;
  border-left-color: rgba(255, 255, 255, 0.3);
  border-left-style: solid;
  border-left-width: 1.5px;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: rgba(255, 255, 255, 0.3);
  border-right-style: solid;
  border-right-width: 1.5px;
  border-bottom-color: rgba(255, 255, 255, 0.3);
  border-bottom-style: solid;
  border-bottom-width: 1.5px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.scroll-hint::after {
  top: 8px;
  left: 50%;
  width: 3px;
  height: 8px;
  content: "";
  position: absolute;
  background: var(--accent);
  margin-left: -1.5px;
  animation-name: wheel;
  animation-delay: 0s;
  animation-duration: 1.8s;
  animation-fill-mode: none;
  animation-range-end: normal;
  animation-timeline: auto;
  animation-direction: normal;
  animation-play-state: running;
  animation-range-start: normal;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  border-bottom-right-radius: 2px;
}

@keyframes wheel {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  70% {
    transform: translateY(14px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.trust {
  background: var(--carbon);
  border-block: 1px solid var(--line);
}

.trust-grid {
  border: 1px solid var(--line);
  row-gap: 1px;
  display: grid;
  column-gap: 1px;
  margin-top: 2.6rem;
  overflow-x: hidden;
  overflow-y: hidden;
  background: var(--line);
  border-radius: var(--radius);
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 900px) {
  .trust-grid {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .trust-grid {
  grid-template-columns: 1fr;
  }
}

.trust-item {
  background: var(--carbon-2);
  padding: 1.9rem 1.6rem;
  transition-delay: 0s;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-property: background;
  transition-timing-function: ease;
}

.trust-item:hover {
  background-clip: initial;
  background-size: initial;
  background-color: rgb(27, 38, 53);
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.trust-item .ico {
  width: 44px;
  height: 44px;
  display: grid;
  align-items: center;
  background: var(--accent-soft);
  justify-items: center;
  margin-bottom: 1.1rem;
  border-top-color: rgba(25, 118, 210, 0.3);
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: rgba(25, 118, 210, 0.3);
  border-left-style: solid;
  border-left-width: 1px;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: rgba(25, 118, 210, 0.3);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgba(25, 118, 210, 0.3);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.trust-item .ico svg {
  fill: none;
  width: 22px;
  height: 22px;
  stroke: var(--accent);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-item h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.trust-item p {
  color: var(--muted);
  font-size: 0.84rem;
}

.bento {
  row-gap: 1.1rem;
  display: grid;
  column-gap: 1.1rem;
  margin-top: 2.8rem;
  grid-auto-rows: 230px;
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 860px) {
  .bento {
  grid-auto-rows: 250px;
  }
}

.bento-card {
  border: 1px solid var(--line);
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
  overflow-y: hidden;
  background: var(--carbon);
  border-radius: var(--radius);
}

.bento-card:nth-child(1) {
  grid-row-end: auto;
  grid-row-start: span 2;
  grid-column-end: auto;
  grid-column-start: span 4;
}

.bento-card:nth-child(2) {
  grid-row-end: auto;
  grid-row-start: span 2;
  grid-column-end: auto;
  grid-column-start: span 2;
}

.bento-card:nth-child(3) {
  grid-row-end: auto;
  grid-row-start: span 2;
  grid-column-end: auto;
  grid-column-start: span 3;
}

.bento-card:nth-child(4) {
  grid-row-end: auto;
  grid-row-start: span 2;
  grid-column-end: auto;
  grid-column-start: span 3;
}

.bento-card img {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  z-index: -1;
  position: absolute;
  object-fit: cover;
  transition-delay: 0s, 0s;
  transition-behavior: normal, normal;
  transition-duration: 0.8s, 0.5s;
  transition-property: transform, filter;
  transition-timing-function: cubic-bezier(0.2, 0.65, 0.3, 1), ease;
}

.bento-card::after {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  content: "";
  position: absolute;
  background-clip: initial;
  background-size: initial;
  background-color: initial;
  background-image: linear-gradient(to top, rgba(11, 18, 32, 0.95) 8%, rgba(11, 18, 32, 0.35) 55%, rgba(11, 18, 32, 0.15));
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.bento-card:hover img {
  filter: saturate(1.15);
  transform: scale(1.06);
}

.bento-body {
  top: auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  padding: 1.7rem;
}

.bento-num {
  color: var(--accent);
  font-size: 0.78rem;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.2em;
}

.bento-body h3 {
  font-size: 1.35rem;
  margin: 0.5rem 0px 0.55rem;
}

.bento-body p {
  color: rgb(198, 202, 211);
  font-size: 0.88rem;
  max-width: 44ch;
}

.bento-tag {
  border: 1px solid var(--line);
  display: inline-block;
  font-size: 0.68rem;
  margin-top: 0.9rem;
  font-weight: 700;
  padding: 0.32rem 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
  background-clip: initial;
  background-size: initial;
  background-color: rgba(255, 255, 255, 0.07);
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  border-top-left-radius: 999px;
  background-attachment: initial;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

@media (max-width: 860px) {
  .bento-card:nth-child(n) {
  grid-row-end: auto;
  grid-row-start: span 1;
  grid-column-end: auto;
  grid-column-start: span 6;
  }
}

.ba {
  background: var(--carbon);
  border-block: 1px solid var(--line);
}

.ba-layout {
  row-gap: 3.5rem;
  display: grid;
  column-gap: 3.5rem;
  margin-top: 0.5rem;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 900px) {
  .ba-layout {
  row-gap: 2.2rem;
  column-gap: 2.2rem;
  grid-template-columns: 1fr;
  }
}

.ba-frame {
  width: 100%;
  border: 1px solid var(--line);
  position: relative;
  max-height: 640px;
  overflow-x: hidden;
  overflow-y: hidden;
  user-select: none;
  aspect-ratio: 3 / 4;
  touch-action: none;
  border-radius: var(--radius);
}

.ba-frame img {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  position: absolute;
  object-fit: cover;
  pointer-events: none;
}

.ba-after-wrap {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 50%;
  bottom: 0px;
  position: absolute;
  overflow-x: hidden;
  overflow-y: hidden;
  will-change: width;
}

.ba-after-wrap img {
  width: 100%;
  height: 100%;
  max-width: none;
}

.ba-after-wrap img {
  top: 0px;
  left: 0px;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.ba-handle {
  top: 0px;
  left: 50%;
  width: 2px;
  bottom: 0px;
  z-index: 3;
  position: absolute;
  box-shadow: rgba(25, 118, 210, 0.8) 0px 0px 18px;
  transform: translateX(-1px);
  background: var(--accent);
}

.ba-handle::after {
  top: 50%;
  left: 50%;
  color: rgb(255, 255, 255);
  width: 46px;
  height: 46px;
  content: "⟷";
  display: grid;
  font-size: 1.05rem;
  position: absolute;
  box-shadow: rgba(25, 118, 210, 0.7) 0px 6px 20px -4px;
  transform: translate(-50%, -50%);
  align-items: center;
  background: var(--accent);
  justify-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.ba-label {
  top: 1rem;
  border: 1px solid var(--line);
  z-index: 2;
  font-size: 0.68rem;
  position: absolute;
  font-weight: 700;
  padding: 0.35rem 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  background-clip: initial;
  background-size: initial;
  background-color: rgba(11, 18, 32, 0.65);
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  border-top-left-radius: 999px;
  background-attachment: initial;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

.ba-label.before {
  left: 1rem;
  color: rgb(156, 203, 245);
}

.ba-label.after {
  color: rgb(158, 240, 192);
  right: 1rem;
}

.ba-range {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  cursor: ew-resize;
  height: 100%;
  z-index: 4;
  opacity: 0;
  position: absolute;
  margin: 0px;
}

.ba-points {
  row-gap: 0.9rem;
  display: grid;
  column-gap: 0.9rem;
  margin-top: 1.6rem;
  list-style-type: none;
  list-style-image: initial;
  list-style-position: initial;
}

.ba-points li {
  color: rgb(198, 202, 211);
  row-gap: 0.8rem;
  display: flex;
  font-size: 0.92rem;
  column-gap: 0.8rem;
  align-items: flex-start;
}

.ba-points li::before {
  height: 8px;
  content: "";
  flex-grow: 0;
  box-shadow: rgba(25, 118, 210, 0.8) 0px 0px 8px;
  flex-basis: 8px;
  margin-top: 0.5rem;
  background: var(--accent);
  flex-shrink: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.process-grid {
  row-gap: 1.1rem;
  display: grid;
  column-gap: 1.1rem;
  margin-top: 2.8rem;
  counter-reset: step 0;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1000px) {
  .process-grid {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .process-grid {
  grid-template-columns: 1fr;
  }
}

.process-card {
  border: 1px solid var(--line);
  position: relative;
  background: var(--carbon);
  padding: 2rem 1.5rem 1.8rem;
  border-radius: var(--radius);
  transition-delay: 0s, 0s;
  transition-behavior: normal, normal;
  transition-duration: 0.35s, 0.35s;
  transition-property: transform, border-color;
  transition-timing-function: ease, ease;
}

.process-card:hover {
  transform: translateY(-6px);
  border-top-color: rgba(25, 118, 210, 0.4);
  border-left-color: rgba(25, 118, 210, 0.4);
  border-right-color: rgba(25, 118, 210, 0.4);
  border-bottom-color: rgba(25, 118, 210, 0.4);
}

.process-card .step-num {
  font-size: 2.6rem;
  background: linear-gradient(180deg,var(--text),rgba(255,255,255,.15));
  font-family: var(--font-display);
  font-weight: 800;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.process-card h3 {
  font-size: 1.02rem;
  margin: 0.9rem 0px 0.55rem;
}

.process-card p {
  color: var(--muted);
  font-size: 0.85rem;
}

.process-card::before {
  top: 0px;
  left: 1.5rem;
  right: 1.5rem;
  height: 2px;
  content: "";
  position: absolute;
  background: linear-gradient(90deg,var(--accent),transparent);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.calc {
  background: var(--carbon);
  border-block: 1px solid var(--line);
}

.calc-layout {
  row-gap: 2.4rem;
  display: grid;
  column-gap: 2.4rem;
  margin-top: 2.8rem;
  align-items: start;
  grid-template-columns: 1.15fr 0.85fr;
}

@media (max-width: 960px) {
  .calc-layout {
  grid-template-columns: 1fr;
  }
}

.calc-panel {
  border: 1px solid var(--line);
  background: var(--obsidian);
  padding: 2rem;
  border-radius: var(--radius);
}

.calc-panel + .calc-panel {
  margin-top: 1.4rem;
}

.calc-panel h3 {
  row-gap: 0.6rem;
  display: flex;
  font-size: 1.05rem;
  column-gap: 0.6rem;
  align-items: center;
  margin-bottom: 1.3rem;
}

.calc-panel h3 .pill {
  color: var(--accent);
  font-size: 0.66rem;
  background: var(--accent-soft);
  font-family: var(--font-body);
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-top-color: rgba(25, 118, 210, 0.3);
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: rgba(25, 118, 210, 0.3);
  border-left-style: solid;
  border-left-width: 1px;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: rgba(25, 118, 210, 0.3);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgba(25, 118, 210, 0.3);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

.chip-row {
  row-gap: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.6rem;
}

.chip {
  color: var(--muted);
  border: 1px solid var(--line);
  font-size: 0.84rem;
  background: var(--carbon-2);
  font-weight: 600;
  padding: 0.62rem 1.15rem;
  transition-delay: 0s;
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-property: all;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
  transition-timing-function: ease;
}

.chip:hover {
  color: var(--text);
  border-top-color: rgba(255, 255, 255, 0.3);
  border-left-color: rgba(255, 255, 255, 0.3);
  border-right-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.chip[aria-pressed="true"] {
  color: rgb(255, 255, 255);
  box-shadow: rgba(25, 118, 210, 0.6) 0px 6px 18px -6px;
  background: var(--accent);
  border-color: var(--accent);
}

.car-select {
  row-gap: 1.8rem;
  display: grid;
  column-gap: 1.8rem;
  align-items: center;
  grid-template-columns: auto 1fr;
}

@media (max-width: 560px) {
  .car-select {
  justify-items: center;
  grid-template-columns: 1fr;
  }
}

.car-svg-wrap {
  display: flex;
  justify-content: center;
}

.car-svg {
  width: 150px;
  height: auto;
}

.car-svg .zone {
  fill: rgb(27, 38, 53);
  cursor: pointer;
  stroke: rgba(255, 255, 255, 0.16);
  stroke-width: 1.5;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  transition-delay: 0s, 0s;
  transition-behavior: normal, normal;
  transition-duration: 0.25s, 0.25s;
  transition-property: fill, stroke;
  transition-timing-function: ease, ease;
}

.car-svg .zone:hover {
  fill: rgb(36, 48, 66);
}

.car-svg .zone:focus-visible {
  stroke: rgb(255, 255, 255);
  stroke-width: 2.5;
}

.car-svg .zone[aria-pressed="true"] {
  fill: var(--accent);
  stroke: rgb(127, 191, 242);
}

.car-svg .glass {
  fill: rgb(8, 13, 24);
  stroke: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.zone-legend {
  color: var(--muted);
  font-size: 0.8rem;
}

.zone-tags {
  row-gap: 0.45rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.45rem;
  margin-top: 0.8rem;
  min-height: 1.8rem;
}

.zone-tag {
  color: rgb(179, 215, 247);
  font-size: 0.72rem;
  background: var(--accent-soft);
  font-weight: 600;
  padding: 0.28rem 0.7rem;
  border-top-color: rgba(25, 118, 210, 0.35);
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: rgba(25, 118, 210, 0.35);
  border-left-style: solid;
  border-left-width: 1px;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: rgba(25, 118, 210, 0.35);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgba(25, 118, 210, 0.35);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

.zone-hint-empty {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: italic;
}

.calc-result {
  top: 100px;
  border: 1px solid var(--line);
  position: sticky;
  padding: 2rem;
  border-radius: var(--radius);
  background-clip: initial;
  background-size: initial;
  background-color: initial;
  background-image: linear-gradient(160deg, rgb(21, 30, 43), rgb(11, 18, 32));
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.calc-result .range-label {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.calc-range {
  color: var(--text);
  font-size: clamp(1.6rem, 3.2vw, 2.3rem);
  margin: 0.6rem 0px 0.2rem;
  font-family: var(--font-display);
  font-weight: 800;
}

.calc-range .cur {
  color: var(--accent);
}

.calc-note {
  color: var(--muted);
  font-size: 0.78rem;
}

.calc-form input, .calc-form textarea {
  color: var(--text);
  width: 100%;
  border: 1px solid var(--line);
  font-size: 0.9rem;
  font-style: inherit;
  background: var(--obsidian);
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0.85rem 1rem;
  font-kerning: inherit;
  font-stretch: inherit;
  font-size-adjust: inherit;
  font-variant-caps: inherit;
  transition-delay: 0s;
  font-variant-emoji: inherit;
  font-optical-sizing: inherit;
  font-variant-numeric: inherit;
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-property: border-color;
  border-top-left-radius: 12px;
  font-feature-settings: inherit;
  font-variant-position: inherit;
  border-top-right-radius: 12px;
  font-language-override: inherit;
  font-variant-east-asian: inherit;
  font-variant-ligatures: inherit;
  font-variant-alternates: inherit;
  font-variation-settings: inherit;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  transition-timing-function: ease;
}

.calc-form input:focus, .calc-form textarea:focus {
  border-color: var(--accent);
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.calc-form textarea {
  resize: vertical;
  min-height: 84px;
}

.calc-success.show {
  display: block;
}

.loc-layout {
  row-gap: 2.4rem;
  display: grid;
  column-gap: 2.4rem;
  margin-top: 2.8rem;
  align-items: stretch;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 900px) {
  .loc-layout {
  grid-template-columns: 1fr;
  }
}

.map-frame {
  border: 1px solid var(--line);
  min-height: 380px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-radius: var(--radius);
}

.map-frame iframe {
  width: 100%;
  filter: grayscale(0.9) invert(0.92) contrast(0.9);
  height: 100%;
  min-height: 380px;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: 0px;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
}

.loc-card {
  border: 1px solid var(--line);
  row-gap: 1.4rem;
  display: flex;
  column-gap: 1.4rem;
  background: var(--carbon);
  padding: 2.2rem;
  border-radius: var(--radius);
  flex-direction: column;
}

.loc-row {
  row-gap: 1rem;
  display: flex;
  column-gap: 1rem;
  align-items: flex-start;
}

.loc-row .ico {
  height: 42px;
  display: grid;
  flex-grow: 0;
  flex-basis: 42px;
  align-items: center;
  background: var(--accent-soft);
  flex-shrink: 0;
  justify-items: center;
  border-top-color: rgba(25, 118, 210, 0.3);
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: rgba(25, 118, 210, 0.3);
  border-left-style: solid;
  border-left-width: 1px;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: rgba(25, 118, 210, 0.3);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgba(25, 118, 210, 0.3);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.loc-row .ico svg {
  fill: none;
  width: 20px;
  height: 20px;
  stroke: var(--accent);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.loc-row strong {
  display: block;
  font-size: 0.94rem;
  margin-bottom: 0.15rem;
}

.loc-row p, .loc-row a {
  color: var(--muted);
  font-size: 0.88rem;
}

.loc-row a:hover {
  color: var(--text);
}

.hours-table {
  width: 100%;
  font-size: 0.88rem;
  border-collapse: collapse;
}

.hours-table td {
  color: var(--muted);
  padding: 0.45rem 0px;
  border-bottom: 1px solid var(--line);
}

.hours-table td:last-child {
  color: var(--text);
  text-align: right;
  font-weight: 600;
}

.hours-table tr:last-child td {
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--obsidian);
  padding: 2.4rem 0px;
}

.footer-inner {
  row-gap: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.2rem;
  align-items: center;
  justify-content: space-between;
}

.footer-inner p {
  color: var(--muted);
  font-size: 0.8rem;
}

.footer-inner .reg {
  color: var(--muted);
  border: 1px solid var(--line);
  font-size: 0.74rem;
  padding: 0.4rem 1rem;
  letter-spacing: 0.08em;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

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