/* ULA public landing, legal, and contact — loaded without a SCSS rebuild. */
.ula-card {
  height: 100%;
  padding: 28px 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(14, 107, 115, 0.12);
  box-shadow: 0 8px 24px rgba(14, 107, 115, 0.06);
}

.theme.dark .ula-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

.ula-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: rgba(14, 107, 115, 0.12);
  color: #0e6b73;
  font-size: 24px;
}

.ula-card h4 {
  font-size: 1.25rem;
  margin: 0 0 8px;
}

.ula-card p {
  margin: 0;
  color: #6c757d;
  line-height: 1.5;
}

.ula-stat-box .experience-img {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #0e6b73;
}

.ula-cta-section {
  padding-top: 0;
}

.ula-cta {
  text-align: center;
  padding: 48px 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0e6b73 0%, #115444 100%);
  color: #fff;
}

.ula-cta h2 {
  color: #fff;
  margin-bottom: 12px;
}

.ula-cta p {
  max-width: 640px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.9);
}

.ula-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.ula-cta .gradient-border-color {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.ula-legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 0 32px;
}

.ula-legal-nav a {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--ula-stone, #e3d6c2);
  color: var(--ula-teal, #0f4a50);
  font-weight: 600;
  text-decoration: none;
}

.ula-legal-nav a.is-active,
.ula-legal-nav a:hover {
  background: var(--ula-teal, #0f4a50);
  color: #fff;
}

.ula-contact-form .form-box label span {
  color: #c0392b;
}

.ula-contact-form textarea.form-control {
  min-height: 140px;
}

.ula-captcha-prompt {
  margin: 0 0 8px;
  color: var(--ula-teal, #0f4a50);
  font-weight: 600;
}

.ula-captcha .form-control {
  max-width: 8rem;
}

.ula-honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.home-section .mobile-phone {
  max-height: 420px;
  object-fit: contain;
}

.home-section.ula-live-hero {
  height: auto;
  min-height: 0;
  padding-top: calc(120px + (160 - 120) * ((100vw - 320px) / (1920 - 320)));
  padding-bottom: calc(64px + (96 - 64) * ((100vw - 320px) / (1920 - 320)));
}

.home-section.ula-live-hero .home-contain {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  max-width: 760px;
  padding: 0;
}

.ula-step-card {
  height: 100%;
  padding: 28px 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ula-step-card h4 {
  color: #7fd3d9;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.ula-step-card h3 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.ula-step-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.ula-footer-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.ula-footer-meta li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.82);
}

.ula-footer-meta i {
  margin-top: 2px;
  color: #7fd3d9;
}

.ula-footer-meta a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.ula-footer-meta a:hover {
  color: #fff;
}

.ula-footer-legal-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ula-footer-legal-inline a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-weight: 600;
}

.ula-footer-legal-inline a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .ula-footer-legal-inline {
    justify-content: flex-start;
  }
}

/* —— Public landing (ula-landing-fullpage-final) —— */
body.ula-public {
  --ula-ivory: #efe6d6;
  --ula-cream: #f5efe4;
  --ula-teal: #0f4a50;
  --ula-teal-deep: #072428;
  --ula-gold: #d4b06a;
  --ula-gold-deep: #b8903e;
  --ula-ink: #141c1e;
  --ula-muted: #5c6568;
  --ula-stone: #e3d6c2;
  --ula-coral: #b85c44;
  --ula-sage: #3d6b5c;
  --ula-footer: #061214;
  --ula-paper: #fffaf2;
  --ula-sans: "Inter", "Noto Sans Sinhala", "Noto Sans Tamil", sans-serif;
  --ula-display: "Inter", "Noto Sans Sinhala", "Noto Sans Tamil", sans-serif;
  background: var(--ula-cream);
  color: var(--ula-ink);
  font-family: "Inter", "Noto Sans Sinhala", "Noto Sans Tamil", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
  font-optical-sizing: auto;
  font-feature-settings: "cv11", "ss01";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.ula-public h1,
body.ula-public h2,
body.ula-public h3,
body.ula-public h4,
body.ula-public .ula-btn,
body.ula-public .navbar-nav .nav-link,
body.ula-public .ticket-btn {
  font-family: "Inter", "Noto Sans Sinhala", "Noto Sans Tamil", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

body.ula-public .ula-skip {
  position: absolute;
  left: -9999px;
  z-index: 1000;
  padding: 10px 16px;
  background: var(--ula-teal);
  color: #fff;
  font-weight: 600;
}

body.ula-public .ula-skip:focus {
  left: 16px;
  top: 16px;
}

body.ula-public .ula-inner {
  background: var(--ula-cream);
  padding: 10px 16px 56px;
}

.ula-flash {
  margin: 0 0 16px;
  padding: 14px 20px;
  background: var(--ula-teal, #0f4a50);
  color: #fffaf2;
  text-align: center;
  font-weight: 600;
}

body.ula-public .ula-inner > section.section-b-space {
  padding-bottom: 0;
}

body.ula-public .ula-public-page {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding-top: 0;
}

body.ula-public .ula-inner > section > .container,
body.ula-public .ula-public-page__shell {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  background: var(--ula-paper);
  border: 1px solid var(--ula-stone);
  border-radius: 16px;
  padding: 36px 40px 44px;
  box-shadow: 0 18px 50px rgba(6, 18, 20, 0.06);
}

body.ula-public .ula-inner .page-title {
  display: none;
}

body.ula-public .ula-crumb {
  margin: 0 0 10px;
}

body.ula-public .ula-public-page__shell.ula-page-masthead {
  padding: 12px 20px 14px;
  border-radius: 12px;
}

body.ula-public .ula-crumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

body.ula-public .ula-crumb li {
  display: inline-flex;
  align-items: center;
  list-style: none;
  margin: 0;
  color: var(--ula-muted);
}

body.ula-public .ula-crumb li + li::before {
  content: "/";
  margin: 0 10px;
  color: var(--ula-gold);
  font-weight: 500;
}

body.ula-public .ula-crumb a {
  color: var(--ula-teal);
  text-decoration: none;
}

body.ula-public .ula-crumb a:hover {
  color: var(--ula-gold);
}

body.ula-public .ula-crumb [aria-current="page"] {
  color: var(--ula-ink);
}

body.ula-public .ula-doc-title {
  margin: 0 0 18px;
  padding: 0;
  background: none;
  color: var(--ula-teal);
  font-size: clamp(1.5rem, 2.2vw, 1.85rem);
  font-weight: 600;
  line-height: 1.2;
}

body.ula-public .ula-page-masthead .ula-doc-title {
  margin: 0 0 4px;
  font-size: clamp(1.55rem, 2.4vw, 1.9rem);
}

body.ula-public .ula-page-masthead .ula-crumb {
  margin: 0;
}

body.ula-public .ula-doc-meta {
  margin: -8px 0 18px;
  color: var(--ula-muted);
  font-size: 0.92rem;
  font-weight: 500;
}

body.ula-public .ula-page-masthead .ula-doc-meta {
  margin: 6px 0 0;
}

body.ula-public .ula-inner header:not(.ula-public-header) {
  position: static;
  inset: auto;
  width: auto;
  background: transparent;
  transform: none;
  z-index: auto;
}

body.ula-public .ula-inner .ula-legal-nav {
  justify-content: flex-start;
  margin-bottom: 28px;
}

body.ula-public .ula-inner .page-content {
  color: var(--ula-ink);
}

body.ula-public .ula-inner .page-content p,
body.ula-public .ula-inner .page-content li {
  color: var(--ula-ink);
  font-size: 1rem;
  line-height: 1.7;
}

body.ula-public .ula-inner .page-content ul,
body.ula-public .ula-inner .page-content ol {
  display: block;
  width: 100%;
  margin: 0 0 18px;
  padding-left: 1.25rem;
}

body.ula-public .ula-inner .page-content li {
  display: list-item;
  list-style: disc;
  margin: 0 0 8px;
}

body.ula-public .ula-inner .page-content h2,
body.ula-public .ula-inner .page-content h5 {
  margin: 22px 0 8px;
  color: var(--ula-teal);
  font-size: 1.05rem;
  font-weight: 600;
}

body.ula-public .ula-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: start;
}

body.ula-public .ula-contact-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}

body.ula-public .ula-contact-fields .form-box.is-full {
  grid-column: 1 / -1;
}

body.ula-public .ula-inner .form-box label {
  display: block;
  margin-bottom: 6px;
  color: var(--ula-ink);
  font-size: 0.92rem;
  font-weight: 600;
}

body.ula-public .ula-inner .form-control {
  border: 1px solid var(--ula-stone);
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--ula-ink);
  background: #fff;
  box-shadow: none;
}

body.ula-public .ula-inner .form-control:focus {
  border-color: var(--ula-teal);
  box-shadow: 0 0 0 3px rgba(15, 74, 80, 0.14);
}

body.ula-public .ula-inner .contentbox {
  background: transparent;
  box-shadow: none;
  border: 0;
  letter-spacing: 0;
}

body.ula-public .ula-inner .contentbox-title {
  border-bottom-color: var(--ula-stone);
}

body.ula-public .ula-inner .contentbox-title h3 {
  color: var(--ula-teal);
  font-size: 1.35rem;
}

@media (max-width: 767px) {
  body.ula-public .ula-inner {
    padding: 10px 12px 40px;
  }

  body.ula-public .ula-inner > section > .container,
  body.ula-public .ula-public-page__shell {
    padding: 24px 18px 28px;
    border-radius: 12px;
  }

  body.ula-public .ula-public-page__shell.ula-page-masthead {
    padding: 12px 16px 14px;
    border-radius: 12px;
  }

  body.ula-public .ula-contact-grid,
  body.ula-public .ula-contact-fields {
    grid-template-columns: 1fr;
  }
}

body.ula-public header.ula-public-header {
  position: relative;
  top: auto;
  inset: unset;
  transform: none;
  width: 100%;
  background: var(--ula-footer);
  border-bottom: 0;
  box-shadow: none;
  z-index: 50;
}

body.ula-landing header.ula-public-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
}

body.ula-landing header.ula-public-header.fixed {
  position: fixed;
  top: 0;
  background: rgba(6, 18, 20, 0.92);
  box-shadow: 0 18px 40px rgba(4, 13, 15, 0.28);
  backdrop-filter: blur(22px);
}

body.ula-public .ula-infobar {
  background: #040d0f;
  color: rgba(255, 250, 242, 0.72);
  font-size: 12px;
  letter-spacing: 0.04em;
}

body.ula-landing .ula-infobar {
  background: linear-gradient(180deg, rgba(4, 13, 15, 0.55) 0%, rgba(4, 13, 15, 0.12) 100%);
  border-bottom: 1px solid rgba(255, 250, 242, 0.1);
}

body.ula-landing header.ula-public-header.fixed .ula-infobar {
  display: none;
}

body.ula-public .ula-infobar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 24px;
  min-height: 36px;
  padding-block: 6px;
}

body.ula-public .ula-infobar-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

body.ula-public .ula-infobar-mark {
  color: var(--ula-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

body.ula-public .ula-infobar-sep {
  width: 1px;
  height: 12px;
  background: rgba(255, 250, 242, 0.22);
}

body.ula-public .ula-infobar-live {
  color: rgba(255, 250, 242, 0.78);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.ula-public .ula-infobar-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8fd4a8;
  box-shadow: 0 0 0 4px rgba(143, 212, 168, 0.18);
}

body.ula-public .ula-infobar-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
}

body.ula-public .ula-infobar-inner a,
body.ula-public .ula-infobar-inner span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

body.ula-public .ula-infobar-inner i {
  color: var(--ula-gold);
}

body.ula-public .ula-infobar-inner a:hover {
  color: #fffaf2;
}

body.ula-public .ula-nav-wrap {
  position: relative;
  z-index: 41;
  background: rgba(6, 18, 20, 0.94);
  border-bottom: 1px solid rgba(255, 250, 242, 0.08);
}

body.ula-landing .ula-nav-wrap {
  background: transparent;
  border-bottom: 0;
}

body.ula-landing header.ula-public-header.fixed .ula-nav-wrap {
  background: transparent;
  border-bottom: 1px solid rgba(255, 250, 242, 0.08);
}

body.ula-public header.ula-public-header .top-header {
  min-height: 72px;
  padding-block: 12px;
  align-items: center;
}

body.ula-public header.ula-public-header .header-left .logo-box {
  display: flex;
  align-items: center;
  line-height: 0;
}

body.ula-public header.ula-public-header .header-left .logo-box img {
  width: 130px;
  max-width: 130px;
  height: 32px;
  object-fit: contain;
  object-position: left center;
  filter: none;
}

@media (max-width: 1199px) {
  body.ula-public header.ula-public-header .header-middle {
    z-index: 60;
    background: #072428;
  }

  body.ula-public header.ula-public-header .header-middle .menu-title h3,
  body.ula-public header.ula-public-header .header-middle .close-menu {
    color: #fffaf2;
  }

  body.ula-public header.ula-public-header .overlay.show {
    z-index: 50;
  }
}

body.ula-public header.ula-public-header .header-left .navbar-toggler,
body.ula-public header.ula-public-header .header-left .navbar-toggler i {
  color: #fffaf2;
  border-color: rgba(255, 250, 242, 0.2);
}

body.ula-public header.ula-public-header .navbar-nav {
  gap: 4px 6px;
}

body.ula-public header.ula-public-header .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 10px 14px;
  color: rgba(255, 250, 242, 0.78);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.ula-public header.ula-public-header .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  height: 1px;
  background: var(--ula-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

body.ula-public header.ula-public-header .navbar-nav .nav-item .nav-link:hover,
body.ula-public header.ula-public-header .navbar-nav .nav-item .nav-link.active {
  color: #fffaf2;
}

body.ula-public header.ula-public-header .navbar-nav .nav-item .nav-link:hover::after,
body.ula-public header.ula-public-header .navbar-nav .nav-item .nav-link.active::after {
  transform: scaleX(1);
}

body.ula-public .header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

body.ula-public .ula-nav-divider {
  width: 1px;
  height: 18px;
  background: rgba(255, 250, 242, 0.18);
}

body.ula-public .ula-nav-quiet {
  color: rgba(255, 250, 242, 0.72);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

body.ula-public .ula-nav-quiet:hover {
  color: #fffaf2;
}

body.ula-public .ula-lang {
  display: flex;
  align-items: center;
  gap: 14px;
}

body.ula-public .ula-lang-link {
  color: var(--ula-muted);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
}

body.ula-public .ula-lang-link.is-active,
body.ula-public .ula-lang-link:hover {
  color: var(--ula-teal);
}

body.ula-public header.ula-public-header .ticket-btn,
body.ula-public .ula-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  line-height: 1;
  padding: 13px 24px;
  letter-spacing: 0.02em;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.ula-public header.ula-public-header .ticket-btn:hover,
body.ula-public .ula-btn:hover {
  transform: translateY(-1px);
}

body.ula-public header.ula-public-header .ticket-btn {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  padding: 12px 20px;
  background: var(--ula-gold) !important;
  color: var(--ula-teal-deep) !important;
  box-shadow: none;
}

body.ula-public .ula-btn-teal {
  background: var(--ula-teal);
  color: #fffaf2;
}

body.ula-public .ula-btn-teal:hover,
body.ula-public header.ula-public-header .ticket-btn:hover {
  background: var(--ula-gold-deep) !important;
  color: var(--ula-teal-deep) !important;
}

body.ula-public .ula-btn-gold,
body.ula-public .ula-btn-gold-solid {
  background: var(--ula-gold);
  color: var(--ula-teal-deep);
}

body.ula-public .ula-btn-gold:hover,
body.ula-public .ula-btn-gold-solid:hover {
  background: var(--ula-gold-deep);
  color: var(--ula-ink);
}

body.ula-public .ula-btn-dark-teal {
  background: var(--ula-teal-deep);
  color: #fff;
}

body.ula-public .ula-btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
}

body.ula-public .ula-btn-ghost:hover {
  background: #fff;
  color: var(--ula-teal-deep);
}

body.ula-public header.ula-public-header .container,
body.ula-public .ula-public-footer .container,
body.ula-landing .ula-lp .container,
body.ula-landing .ula-lp-hero .container {
  max-width: 1120px;
}

body.ula-landing .home-section.ula-lp-hero {
  position: relative;
  height: auto;
  min-height: 100svh;
  padding: 0;
  overflow: hidden;
  text-align: left;
  color: #fffaf2;
  background-color: #061214;
  background-image: none;
}

body.ula-landing .ula-lp-hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  z-index: 0;
  pointer-events: none;
}

body.ula-landing .home-section.ula-lp-hero::before {
  display: none;
}

body.ula-landing .ula-lp-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(4, 13, 15, 0.62) 0%, rgba(4, 13, 15, 0.18) 32%, rgba(4, 13, 15, 0.62) 100%),
    linear-gradient(90deg, rgba(4, 13, 15, 0.82) 0%, rgba(4, 13, 15, 0.28) 52%, rgba(4, 13, 15, 0.08) 100%);
}

body.ula-landing .ula-lp-hero .container {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding-top: 148px;
  padding-bottom: 108px;
}

body.ula-landing .ula-lp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.55fr);
  gap: 48px 64px;
  width: 100%;
  align-items: end;
}

body.ula-landing .ula-lp-hero-copy,
body.ula-landing .ula-lp-hero-panel {
  max-width: 640px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body.ula-landing .ula-lp-kicker {
  margin: 0 0 18px;
  color: var(--ula-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

body.ula-landing .ula-lp-kicker::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  margin-top: 14px;
  background: var(--ula-gold);
}

body.ula-landing .ula-lp-hero-copy h1,
body.ula-landing .ula-lp-hero-panel h1 {
  margin: 0 0 18px;
  overflow: visible;
  color: #fffaf2;
  font-size: clamp(2.8rem, 6vw, 5.1rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.12;
}

body.ula-landing .ula-lp-route {
  display: block;
  white-space: nowrap;
}

body.ula-landing .ula-lp-word {
  color: var(--ula-gold);
}

body.ula-landing .ula-lp-sri {
  display: inline-flex;
  align-items: center;
  gap: 0.28em;
  white-space: nowrap;
  vertical-align: middle;
}

body.ula-landing .ula-lp-flag-wave {
  --w: 84px;
  --h: 56px;
  position: relative;
  display: inline-flex;
  width: calc(var(--w) + 6px);
  height: var(--h);
  overflow: visible;
  transform-origin: 2px center;
  vertical-align: middle;
  filter: drop-shadow(10px 14px 12px rgba(4, 13, 15, 0.5));
  animation: ula-flag-fly 2.6s ease-in-out infinite;
}

body.ula-landing .ula-lp-flag-pole {
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 2;
  width: 3px;
  height: calc(var(--h) + 20px);
  border-radius: 2px;
  background: linear-gradient(180deg, #f0ddb0 0%, #c4a15c 55%, #8a7038 100%);
}

body.ula-landing .ula-lp-flag-single {
  display: block;
  width: var(--w);
  height: var(--h);
  margin-left: 4px;
  object-fit: cover;
}

body.ula-landing .ula-lp-flag-cloth {
  display: flex;
  width: var(--w);
  height: var(--h);
  margin-left: 4px;
  overflow: visible;
}

body.ula-landing .ula-lp-flag-slat {
  display: block;
  flex: 0 0 auto;
  width: calc(var(--w) / 16);
  height: 100%;
  overflow: hidden;
  transform-origin: left center;
  animation: ula-flag-wave 1.05s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.055s);
  will-change: transform;
}

body.ula-landing .ula-lp-flag-slat img {
  display: block;
  width: var(--w);
  height: var(--h);
  max-width: none;
  margin-left: calc(var(--i) * var(--w) / -16);
  filter: none;
}

@keyframes ula-flag-fly {
  0%, 100% { transform: rotate(-8deg) translateY(0); }
  50% { transform: rotate(6deg) translateY(-8px); }
}

@keyframes ula-flag-wave {
  0%, 100% { transform: translateY(0) skewY(0deg); }
  25% { transform: translateY(-10px) skewY(8deg); }
  50% { transform: translateY(5px) skewY(-6deg); }
  75% { transform: translateY(-7px) skewY(7deg); }
}

body.ula-landing .ula-lp-hero-copy p:not(.ula-lp-kicker),
body.ula-landing .ula-lp-hero-panel p:not(.ula-lp-kicker) {
  margin: 0 0 32px;
  max-width: 34rem;
  color: rgba(255, 250, 242, 0.86);
  font-size: 1.14rem;
  line-height: 1.65;
}

body.ula-landing .ula-lp-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

body.ula-landing .ula-lp-hero-chips li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 250, 242, 0.78);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

body.ula-landing .ula-lp-hero-chips li:not(:last-child)::after {
  content: "";
  width: 4px;
  height: 4px;
  margin-left: 10px;
  border-radius: 50%;
  background: var(--ula-gold);
}

body.ula-landing .ula-lp-hero-chips i {
  display: none;
}

body.ula-landing .ula-lp-hero-aside {
  max-width: 300px;
  margin-left: auto;
  padding: 4px 0 4px 28px;
  border-left: 1px solid rgba(212, 176, 106, 0.55);
}

body.ula-landing .ula-lp-hero-aside-kicker {
  margin: 0 0 10px;
  color: var(--ula-gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.ula-landing .ula-lp-hero-aside-title {
  margin: 0 0 18px;
  color: #fffaf2;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

body.ula-landing .ula-lp-hero-aside ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

body.ula-landing .ula-lp-hero-aside li {
  padding: 8px 0;
  border-top: 1px solid rgba(255, 250, 242, 0.12);
  color: rgba(255, 250, 242, 0.78);
  font-size: 0.88rem;
}

body.ula-landing .ula-lp-hero-aside a {
  color: var(--ula-gold);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
}

body.ula-landing .ula-lp-hero-aside a:hover {
  color: #fffaf2;
}

body.ula-landing .ula-lp-scroll {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  color: rgba(255, 250, 242, 0.7);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
}

body.ula-landing .ula-lp-scroll:hover {
  color: var(--ula-gold);
}

body.ula-landing .ula-lp-hero-actions,
body.ula-landing .ula-lp-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.ula-landing .ula-lp {
  background: var(--ula-cream);
}

body.ula-landing .ula-lp-section {
  padding: 72px 0 24px;
}

body.ula-landing .ula-lp-heading {
  margin: 0 0 28px;
  color: var(--ula-teal);
  font-size: clamp(1.65rem, 2.4vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -0.03em;
}

body.ula-landing .ula-lp-heading::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 14px;
  background: var(--ula-gold);
}

body.ula-landing .ula-lp-lead {
  margin: -12px 0 28px;
  color: var(--ula-muted);
  font-size: 1.05rem;
}

body.ula-landing .ula-lp-rides {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

body.ula-landing .ula-lp-ride-card {
  overflow: hidden;
  background: var(--ula-paper);
  border: 0;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(6, 18, 20, 0.08);
  transform: translateY(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.ula-landing .ula-lp-ride-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(6, 18, 20, 0.14);
}

body.ula-landing .ula-lp-ride-card.is-gold { box-shadow: 0 16px 40px rgba(6, 18, 20, 0.08), inset 0 4px 0 var(--ula-gold); }
body.ula-landing .ula-lp-ride-card.is-teal { box-shadow: 0 16px 40px rgba(6, 18, 20, 0.08), inset 0 4px 0 var(--ula-teal); }
body.ula-landing .ula-lp-ride-card.is-coral { box-shadow: 0 16px 40px rgba(6, 18, 20, 0.08), inset 0 4px 0 var(--ula-coral); }
body.ula-landing .ula-lp-ride-card.is-sage { box-shadow: 0 16px 40px rgba(6, 18, 20, 0.08), inset 0 4px 0 var(--ula-sage); }

body.ula-landing .ula-lp-ride-media {
  position: relative;
  height: 250px;
}

body.ula-landing .ula-lp-ride-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.ula-landing .ula-lp-ride-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 56px 18px 18px;
  background: linear-gradient(180deg, rgba(6, 18, 20, 0) 0%, rgba(6, 18, 20, 0.88) 100%);
}

body.ula-landing .ula-lp-ride-card h3,
body.ula-landing .ula-lp-ride-overlay h3,
body.ula-landing .ula-lp-keep-card h3,
body.ula-landing .ula-lp-city figcaption {
  margin: 0 0 4px;
  color: var(--ula-ink);
  font-size: 1.05rem;
  font-weight: 600;
}

body.ula-landing .ula-lp-ride-overlay h3,
body.ula-landing .ula-lp-ride-overlay p {
  color: #fffaf2;
}

body.ula-landing .ula-lp-ride-card p,
body.ula-landing .ula-lp-keep-card p {
  margin: 0;
  color: var(--ula-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

body.ula-landing .ula-lp-section-why {
  padding-top: 48px;
}

body.ula-landing .ula-lp-keep {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

body.ula-landing .ula-lp-section-why,
body.ula-landing .ula-lp-safety,
body.ula-landing .ula-lp-faq {
  background: rgba(239, 230, 214, 0.55);
}

body.ula-landing .ula-lp-keep-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 20px 18px;
  background: var(--ula-paper);
  border: 1px solid transparent;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(6, 18, 20, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.ula-landing .ula-lp-keep-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(6, 18, 20, 0.1);
}

body.ula-landing .ula-lp-keep-card h3,
body.ula-landing .ula-lp-keep-card p {
  margin-left: 0;
  margin-right: 0;
}

body.ula-landing .ula-lp-keep-card h3 {
  margin-top: 0;
  font-size: 0.98rem;
}

body.ula-landing .ula-lp-keep-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
}

body.ula-landing .ula-lp-keep-icon.is-teal { background: var(--ula-teal); }
body.ula-landing .ula-lp-keep-icon.is-gold { background: var(--ula-gold); color: var(--ula-ink); }
body.ula-landing .ula-lp-keep-icon.is-coral { background: var(--ula-coral); }
body.ula-landing .ula-lp-keep-icon.is-sage { background: var(--ula-sage); }

body.ula-landing .ula-lp-steps-wrap {
  padding-bottom: 8px;
}

body.ula-landing .ula-lp-steps {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 24px;
  align-items: center;
}

body.ula-landing .ula-lp-step-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ula-landing .ula-lp-step-list li {
  position: relative;
  padding-right: 12px;
}

body.ula-landing .ula-lp-step-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: calc(100% - 42px);
  border-top: 1px dashed var(--ula-gold);
  transform: translateX(100%);
}

body.ula-landing .ula-lp-step-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--ula-teal);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.ula-landing .ula-lp-step-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ula-ink);
  font-size: 0.98rem;
  font-weight: 600;
}

body.ula-landing .ula-lp-step-list p {
  margin: 0;
  color: var(--ula-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

body.ula-landing .ula-lp-steps-photo img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
}

body.ula-landing .ula-lp-island {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 28px;
  align-items: center;
}

body.ula-landing .ula-lp-map {
  position: relative;
  width: min(360px, 100%);
  margin-inline: auto;
}

body.ula-landing .ula-lp-map > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

body.ula-landing .ula-lp-blink {
  position: absolute;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  background: var(--ula-gold);
  box-shadow: 0 0 0 0 rgba(212, 168, 74, 0.55);
  animation: ula-pin-blink 2.2s ease-out infinite;
  pointer-events: none;
}

body.ula-landing .ula-lp-taxi {
  position: absolute;
  left: 48%;
  top: 12%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  border-radius: 50%;
  background: var(--ula-gold);
  color: var(--ula-ink);
  font-size: 15px;
  box-shadow: 0 4px 12px rgba(20, 32, 34, 0.25);
  animation: ula-taxi-run 14s linear infinite;
  pointer-events: none;
}

@keyframes ula-pin-blink {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(212, 168, 74, 0.55); }
  70% { transform: scale(1.08); box-shadow: 0 0 0 12px rgba(212, 168, 74, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(212, 168, 74, 0); }
}

@keyframes ula-taxi-run {
  0% { left: 48%; top: 12%; }
  16% { left: 62%; top: 28%; }
  32% { left: 66%; top: 46%; }
  48% { left: 52%; top: 54%; }
  64% { left: 42%; top: 82%; }
  80% { left: 38%; top: 58%; }
  100% { left: 48%; top: 12%; }
}

@media (prefers-reduced-motion: reduce) {
  body.ula-landing .ula-lp-blink,
  body.ula-landing .ula-lp-taxi,
  body.ula-landing .ula-lp-flag-wave,
  body.ula-landing .ula-lp-flag-slat {
    animation: none;
  }
}

body.ula-landing .ula-lp-band {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  background: linear-gradient(110deg, #061214 0%, #0f4a50 58%, #163a3e 100%);
  color: #fffaf2;
}

body.ula-landing .ula-lp-palms {
  position: absolute;
  right: 24px;
  bottom: -8px;
  width: min(320px, 42%);
  color: rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

body.ula-landing .ula-lp-palms svg {
  display: block;
  width: 100%;
  height: auto;
}

body.ula-landing .ula-lp-band-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px 12px;
}

body.ula-public .ula-public-footer {
  background: var(--ula-footer);
  margin-top: 0;
}

body.ula-public .ula-public-footer .top-footer,
body.ula-public .ula-public-footer .sub-footer {
  background: var(--ula-footer);
}

body.ula-public .ula-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  padding: 48px 0 36px;
  align-items: start;
}

body.ula-public .ula-footer-brand img {
  display: block;
  width: 130px;
  height: 32px;
  margin-bottom: 18px;
  object-fit: contain;
  object-position: left center;
}

body.ula-public .ula-footer-brand-col p {
  max-width: 320px;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
}

body.ula-public .ula-footer-tagline {
  margin: 0 0 10px;
  color: #fffaf2;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}

body.ula-public .ula-footer-tagline span {
  color: var(--ula-gold);
  font-weight: 400;
}

body.ula-public .ula-footer-grid h4 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.ula-public .ula-footer-grid ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.ula-public .ula-footer-grid li {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}

body.ula-public .ula-footer-grid a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

body.ula-public .ula-footer-grid a:hover {
  color: #fff;
}

body.ula-public .ula-public-footer .ula-footer-meta li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  font-weight: 400;
}

body.ula-public .ula-public-footer .ula-footer-meta i {
  margin-top: 3px;
  color: var(--ula-gold);
}

body.ula-public .ula-footer-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.ula-public .ula-footer-bar h6 {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 1rem;
  font-weight: 400;
}

@media (max-width: 991px) {
  body.ula-public .ula-footer-grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
  }
}

@media (max-width: 575px) {
  body.ula-public .ula-footer-grid {
    grid-template-columns: 1fr;
  }
}

body.ula-landing .ula-lp-cities {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

body.ula-landing .ula-lp-city {
  margin: 0;
  overflow: hidden;
  background: var(--ula-paper);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(6, 18, 20, 0.06);
}

body.ula-landing .ula-lp-city img {
  display: block;
  width: 100%;
  height: 92px;
  object-fit: cover;
}

body.ula-landing .ula-lp-city figcaption {
  margin: 8px 10px 10px;
  font-size: 0.85rem;
}

body.ula-landing .ula-lp-more {
  margin: 18px 0 0;
  color: var(--ula-teal);
  font-weight: 600;
}

body.ula-landing .ula-lp-strip {
  position: relative;
  z-index: 2;
  margin-top: -42px;
  padding: 0 0 8px;
}

body.ula-landing .ula-lp-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  background: var(--ula-footer);
  border-radius: 20px;
  box-shadow: 0 24px 50px rgba(4, 13, 15, 0.28);
}

body.ula-landing .ula-lp-stats article {
  padding: 22px 22px 24px;
  background: transparent;
  border-radius: 0;
  border-right: 1px solid rgba(255, 250, 242, 0.08);
}

body.ula-landing .ula-lp-stats article:last-child {
  border-right: 0;
}

body.ula-landing .ula-lp-stats-num {
  display: block;
  margin-bottom: 10px;
  color: var(--ula-gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

body.ula-landing .ula-lp-stats strong {
  display: block;
  margin-bottom: 8px;
  color: #fffaf2;
  font-size: 1.02rem;
}

body.ula-landing .ula-lp-stats span {
  color: rgba(255, 250, 242, 0.58);
  font-size: 0.88rem;
  line-height: 1.45;
}

body.ula-landing .ula-lp-safety-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 32px;
  align-items: center;
}

body.ula-landing .ula-lp-safety-banner img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 16px;
}

body.ula-landing .ula-lp-safety .ula-lp-lead {
  margin: -8px 0 20px;
}

body.ula-landing .ula-lp-safety-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ula-landing .ula-lp-safety-list li {
  display: flex;
  width: 100%;
  gap: 12px;
  margin: 0;
  align-items: flex-start;
}

body.ula-landing .ula-lp-safety-list i {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ula-teal);
  color: #fff;
  font-size: 1rem;
}

body.ula-landing .ula-lp-safety-list strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ula-ink);
}

body.ula-landing .ula-lp-safety-list p {
  margin: 0;
  color: var(--ula-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

body.ula-landing .ula-lp-faq-list {
  display: grid;
  gap: 10px;
}

body.ula-landing .ula-lp-faq-list details {
  background: var(--ula-paper);
  border: 1px solid rgba(227, 214, 194, 0.8);
  border-radius: 14px;
  padding: 4px 18px;
  box-shadow: 0 8px 24px rgba(6, 18, 20, 0.04);
}

body.ula-landing .ula-lp-faq-list summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  color: var(--ula-ink);
  font-weight: 600;
  list-style: none;
}

body.ula-landing .ula-lp-faq-list summary::after {
  content: "+";
  color: var(--ula-gold-deep);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}

body.ula-landing .ula-lp-faq-list details[open] summary::after {
  content: "–";
}

body.ula-landing .ula-lp-faq-list summary::-webkit-details-marker {
  display: none;
}

body.ula-landing .ula-lp-faq-list details p {
  margin: 0 0 16px;
  color: var(--ula-muted);
  line-height: 1.6;
}

body.ula-landing .ula-lp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

body.ula-landing .ula-lp-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  overflow: hidden;
  min-height: 240px;
  border-radius: 20px;
  color: #fffaf2;
  box-shadow: 0 18px 40px rgba(6, 18, 20, 0.12);
}

body.ula-landing .ula-lp-panel.is-ride {
  background: linear-gradient(160deg, #0f4a50 0%, #072428 100%);
}

body.ula-landing .ula-lp-panel.is-drive {
  background: linear-gradient(160deg, #d4b06a 0%, #c49a4a 100%);
  color: var(--ula-teal-deep);
}

body.ula-landing .ula-lp-panel-copy {
  padding: 28px 24px;
}

body.ula-landing .ula-lp-panel h2 {
  margin: 0 0 10px;
  color: inherit;
  font-size: 1.45rem;
  font-weight: 600;
}

body.ula-landing .ula-lp-panel p {
  margin: 0 0 20px;
  color: inherit;
  opacity: 0.9;
  line-height: 1.45;
}

body.ula-landing .ula-lp-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.ula-landing .ula-lp-band {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  background: linear-gradient(110deg, #061214 0%, #0f4a50 58%, #163a3e 100%);
  color: #fffaf2;
}

body.ula-landing .ula-lp-band-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px 12px;
}

body.ula-landing .ula-lp-band h2 {
  margin: 0;
  max-width: 520px;
  color: #fff;
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  font-weight: 600;
}

@media (max-width: 1199px) {
  body.ula-landing .ula-lp-rides,
  body.ula-landing .ula-lp-keep,
  body.ula-landing .ula-lp-assurances,
  body.ula-landing .ula-lp-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  body.ula-landing .ula-lp-hero-grid,
  body.ula-landing .ula-lp-steps,
  body.ula-landing .ula-lp-island,
  body.ula-landing .ula-lp-split,
  body.ula-landing .ula-lp-panel,
  body.ula-landing .ula-lp-band-inner,
  body.ula-landing .ula-lp-safety-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  body.ula-landing .ula-lp-hero-aside {
    max-width: none;
    margin: 8px 0 0;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(212, 176, 106, 0.45);
    padding-top: 22px;
  }

  body.ula-landing .ula-lp-cities {
    grid-template-columns: repeat(3, 1fr);
  }

  body.ula-landing .ula-lp-step-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 18px;
  }

  body.ula-landing .ula-lp-step-list li:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 767px) {
  body.ula-landing .home-section.ula-lp-hero,
  body.ula-landing .ula-lp-hero .container {
    min-height: 100svh;
  }

  body.ula-landing .ula-lp-hero .container {
    align-items: flex-end;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  body.ula-landing .ula-lp-hero-copy h1 {
    font-size: clamp(1.55rem, 8.2vw, 2.2rem);
  }

  body.ula-landing .ula-lp-strip {
    margin-top: 16px;
  }

  body.ula-landing .ula-lp-stats article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 250, 242, 0.08);
  }

  body.ula-landing .ula-lp-stats article:last-child {
    border-bottom: 0;
  }

  body.ula-landing .ula-lp-rides,
  body.ula-landing .ula-lp-keep,
  body.ula-landing .ula-lp-cities,
  body.ula-landing .ula-lp-step-list,
  body.ula-landing .ula-lp-assurances,
  body.ula-landing .ula-lp-stats {
    grid-template-columns: 1fr;
  }

  body.ula-landing .ula-lp-safety-banner img {
    height: 220px;
  }

  body.ula-public .ula-lang,
  body.ula-public .ula-infobar-mail {
    display: none;
  }
}
