@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/assets/fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color: #111;
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --accent: #e30613;
}

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

html {
  scroll-behavior: smooth;
  background: #fff;
}

body {
  min-width: 320px;
  margin: 0;
  color: #111;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
  letter-spacing: 0;
}

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: fixed;
  z-index: 200;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: #fff;
  background: #111;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.icon {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 65px;
  background: #fff;
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  height: 65px;
  margin: 0 auto;
  padding: 0 48px;
}

.brand {
  display: flex;
  align-items: center;
  width: 200px;
  text-decoration: none;
  transition: opacity .15s ease;
}

.brand:hover {
  opacity: .8;
}

.brand img {
  display: block;
  width: 150px;
  height: 40px;
  object-fit: contain;
  object-position: left center;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
}

.header-center {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.header-center .selector {
  pointer-events: auto;
}

.header-center .header-branch-menu {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.selector {
  position: relative;
}

.selector-button {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #5a5a5a;
  background: transparent;
  cursor: pointer;
  transition: color .15s ease, background-color .15s ease;
}

.selector-button:hover,
.selector-button[aria-expanded="true"] {
  color: #111;
  background: #f5f5f5;
}

.selector-button img {
  display: block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}

.language-button > span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.branch-button {
  padding-right: 10px;
  padding-left: 10px;
}

.branch-button > span {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

.icon-map-pin {
  width: 16px;
  height: 16px;
}

.icon-chevron {
  width: 12px;
  height: 12px;
  transition: transform .15s ease;
}

[aria-expanded="true"] > .icon-chevron {
  transform: rotate(180deg);
}

.selector-menu {
  position: absolute;
  z-index: 120;
  top: 100%;
  right: 0;
  min-width: 190px;
  margin-top: 8px;
  padding: 8px 0;
  overflow: hidden;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
}

.selector-menu[hidden] {
  display: none;
}

.language-option,
.branch-option {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 34px;
  text-decoration: none;
  transition: background-color .15s ease;
}

.language-option:hover,
.branch-option:hover {
  background: #f5f5f5;
}

.language-option {
  gap: 10px;
  padding: 8px 16px;
  color: #5a5a5a;
  font-size: 13px;
}

.language-option[aria-current="page"] {
  color: #111;
  font-weight: 600;
}

.language-option img {
  width: 20px;
  height: 20px;
}

.branch-menu {
  min-width: 210px;
}

.branch-option {
  gap: 8px;
  padding: 8px 16px;
  color: #5a5a5a;
  font-size: 13px;
}

.branch-option .icon-map-pin {
  flex: 0 0 auto;
}

.branch-option-coming {
  margin-left: auto;
  color: #8a8a8a;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .025em;
}

.selfly-slider {
  position: relative;
  width: 100%;
  height: 818.5px;
  padding: 16px 0;
  overflow: hidden;
  background: #fff;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 620px;
  overflow: hidden;
}

.slider-motion {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 48px;
}

.slide {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgb(0 0 0 / 30%), transparent, rgb(0 0 0 / 40%));
}

.slide-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 48px 32px 32px;
  color: #fff;
}

.slide-heading {
  margin-bottom: 16px;
  text-align: center;
}

.slide-heading h1 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0;
}

.slide-heading p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  opacity: .9;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: auto;
}

.hero-button {
  padding: 10px 24px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: background-color .15s ease;
}

.hero-button-primary {
  color: #fff;
  background: #e30613;
}

.hero-button-primary:hover {
  background: #d70505;
}

.hero-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.hero-action-selector {
  z-index: 30;
}

.hero-action-branch-menu {
  top: 100%;
  right: auto;
  bottom: auto;
  left: 50%;
  min-width: 220px;
  margin: 8px 0 0;
  transform: translateX(-50%);
}

.slider-dots {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 24px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
}

.slider-dot {
  display: block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgb(255 255 255 / 50%);
}

.slider-dot.active {
  width: 32px;
  background: #fff;
}

.marquee-banner {
  height: 44px;
  padding: 12px 0;
  overflow: hidden;
  color: #fff;
  background: #e30613;
}

.marquee-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}

.banner-set {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: .025em;
}

.banner-set span {
  padding: 0 32px;
}

.banner-set .banner-dash {
  padding: 0 8px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}

.hero-benefits {
  height: 122.5px;
  padding: 24px 0;
  border-top: 1px solid #eaeaea;
  background: #fff;
}

.hero-benefits-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero-benefits-inner > p {
  margin: 0 0 16px;
  color: #5a5a5a;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .025em;
  text-align: center;
}

.benefit-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.open-pill,
.wallet-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.open-pill {
  gap: 8px;
  padding: 10px 16px;
  color: #111;
  background: #f5f5f5;
}

.open-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.wallet-pill {
  gap: 8px;
  padding: 10px 20px;
  color: #fff;
  background: #111;
}

.wallet-pill img {
  width: 16px;
  height: 16px;
}

.wallet-pill strong {
  font-weight: 900;
}

.map-section {
  position: relative;
  width: 100%;
  height: max(620px, calc(100svh - 65px));
  overflow: hidden;
  background: #e8e8e8;
}

.google-map {
  position: absolute;
  inset: 0;
}

.map-loading {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5a5a5a;
  background: #e8e8e8;
  font-size: 13px;
}

.map-loading[hidden] {
  display: none;
}

.map-search {
  position: absolute;
  z-index: 20;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  width: 320px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
}

.map-search-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  color: #5a5a5a;
}

.map-search input {
  flex: 1;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #111;
  background: transparent;
  font-size: 14px;
  line-height: 21px;
}

.map-search input::placeholder {
  color: #5a5a5a;
}

.map-controls {
  position: absolute;
  z-index: 10;
  right: 16px;
  bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.map-controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: #111;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
  cursor: pointer;
  font-size: 17px;
  transition: background-color .15s ease;
}

.map-controls button:hover {
  background: #f5f5f5;
}

.map-legend {
  position: absolute;
  z-index: 10;
  bottom: 32px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
}

.map-legend span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e30613;
}

.map-legend p {
  margin: 0;
  color: #5a5a5a;
  font-size: 12px;
  line-height: 16px;
}

.map-info {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
}

.map-info strong {
  display: block;
  margin-bottom: 2px;
}

.map-info-actions {
  display: flex;
  gap: 6px;
  margin-top: 8px;
}

.map-info-actions a {
  padding: 6px 8px;
  border-radius: 6px;
  font-size: 12px;
  text-decoration: none;
}

.map-info-actions a:first-child {
  color: #fff;
  background: #111;
}

.map-info-actions a:last-child {
  border: 1px solid #111;
  color: #111;
  background: #fff;
}

.site-footer {
  border-top: 1px solid #eaeaea;
  background: #f5f5f5;
}

.footer-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.footer-main {
  padding: 48px 0;
}

.footer-support {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dadada;
}

.footer-support p {
  max-width: 896px;
  margin: 0;
  color: #6a6a6a;
  font-size: 11px;
  line-height: 17.875px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 32px;
  margin-bottom: 32px;
}

.footer-section h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 11px;
  font-weight: 600;
  line-height: 16.5px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.footer-section ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-section a {
  display: block;
  color: #6a6a6a;
  font-size: 11px;
  line-height: 16.5px;
  text-align: left;
  text-decoration: none;
  transition: color .15s ease;
}

.footer-section a:hover {
  color: #111;
}

.footer-notices {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid #dadada;
  color: #6a6a6a;
  font-size: 11px;
  line-height: 17.875px;
}

.footer-notices p {
  margin: 0;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid #dadada;
  color: #6a6a6a;
  font-size: 16px;
  line-height: 24px;
}

.footer-bottom > p {
  margin: 0;
  font-size: 11px;
  line-height: 16.5px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.footer-legal a {
  color: #6a6a6a;
  font-size: 11px;
  line-height: 16.5px;
  text-decoration: none;
  transition: color .15s ease;
}

.footer-legal > span:not(.footer-divider) {
  font-size: 11px;
  line-height: 16.5px;
}

.footer-legal a:hover {
  color: #111;
}

.footer-divider {
  color: #dadada;
}

@media (max-width: 1023px) {
  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .header-inner {
    padding: 0 16px;
  }

  .brand {
    width: auto;
  }

  .brand img {
    width: 120px;
    height: 36px;
  }

  .header-actions {
    gap: 2px;
  }

  .branch-button {
    padding: 7px 9px;
  }

  .branch-button > .branch-button-label {
    font-size: 12px;
    line-height: 18px;
  }

  .branch-button .icon-map-pin {
    width: 16px;
    height: 16px;
  }

  .language-button {
    padding: 8px;
  }

  .selector-menu {
    position: fixed;
    top: 57px;
    right: 12px;
    max-height: calc(100svh - 70px);
    overflow-y: auto;
  }

  .header-center .header-branch-menu {
    position: fixed;
    top: 57px;
    right: 12px;
    left: 12px;
    width: auto;
    min-width: 0;
    transform: none;
  }

  .selfly-slider {
    height: 810px;
  }

  .slide-content {
    padding: 24px 16px 16px;
  }

  .slide-heading h1 {
    max-width: 620px;
    font-size: 36px;
    line-height: 40px;
  }

  .marquee-banner {
    height: 36px;
    padding: 8px 0;
  }

  .banner-set {
    font-size: 12px;
    line-height: 20px;
  }

  .banner-set span {
    padding: 0 16px;
  }

  .hero-benefits {
    height: auto;
    min-height: 138px;
    padding: 16px 0;
  }

  .hero-benefits-inner {
    padding: 0 16px;
  }

  .hero-benefits-inner > p {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .open-pill,
  .wallet-pill {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
  }

  .benefit-actions {
    flex-direction: column;
    gap: 8px;
  }

  .map-section {
    height: max(560px, calc(100svh - 65px));
  }

  .map-search {
    top: 12px;
    left: 50%;
    width: calc(100vw - 32px);
    transform: translateX(-50%);
  }

  .footer-main {
    padding: 32px 0;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-legal {
    gap: 8px;
  }

  .footer-divider {
    display: none;
  }
}

@media (max-width: 520px) {
  .brand img {
    width: 100px;
    height: 32px;
  }

  .header-inner {
    padding: 0 12px;
  }

  .language-button > span {
    display: none;
  }

  .slide-heading h1 {
    font-size: 34px;
    line-height: 38px;
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-button {
    padding-right: 18px;
    padding-left: 18px;
  }

  .wallet-suffix {
    display: none;
  }

  .wallet-pill {
    gap: 6px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (max-width: 359px) {
  .brand img {
    width: 90px;
  }

  .branch-button-label {
    display: none;
  }

  .branch-button {
    padding: 8px;
  }
}

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

  .marquee-track,
  .open-dot {
    animation: none;
  }
}
