@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&family=Sora:wght@600;700;800&display=swap");

:root {
  --lm-ink: #0b1f33;
  --lm-muted: #5b6b7c;
  --lm-line: #d7e0ea;
  --lm-paper: #ffffff;
  --lm-wash: #eef3f8;
  --lm-sky: #f7fafc;
  --lm-navy: #0b1f33;
  --lm-amber: #ff5a1f;
  --lm-amber-deep: #e04410;
  --lm-teal: #0f8f7b;
  --lm-danger: #c0392b;
  --lm-radius: 14px;
  --lm-shadow: 0 18px 40px rgba(11, 31, 51, 0.12);
}

* { box-sizing: border-box; }

html.land-azs-toplivo body {
  margin: 0;
  min-height: 100vh;
  font-family: Figtree, system-ui, sans-serif;
  color: var(--lm-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(238, 243, 248, 0.92)),
    repeating-linear-gradient(
      0deg,
      transparent 0 27px,
      rgba(11, 31, 51, 0.035) 27px 28px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0 27px,
      rgba(11, 31, 51, 0.035) 27px 28px
    ),
    radial-gradient(900px 420px at 8% -10%, rgba(255, 90, 31, 0.14), transparent 58%),
    radial-gradient(720px 380px at 100% 0%, rgba(15, 143, 123, 0.12), transparent 55%),
    var(--lm-wash);
  -webkit-font-smoothing: antialiased;
}

html.land-azs-toplivo .view { display: none; }
html.land-azs-toplivo .view.active { display: block; }

html.land-azs-toplivo .lm-root {
  position: relative;
  width: min(1140px, calc(100% - 28px));
  margin: 0 auto;
  padding: 18px 0 48px;
}

html.land-azs-toplivo .lm-bg {
  position: absolute;
  inset: -20px -40px auto -40px;
  height: 520px;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

html.land-azs-toplivo .lm-road {
  position: absolute;
  left: -8%;
  right: -8%;
  top: 58%;
  height: 120px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 90, 31, 0.18), transparent),
    repeating-linear-gradient(
      90deg,
      rgba(11, 31, 51, 0.08) 0 18px,
      transparent 18px 42px
    );
  opacity: 0.55;
  transform: rotate(-3deg) skewX(-8deg);
  filter: blur(0.2px);
  animation: lmRoadDrift 14s linear infinite;
}

html.land-azs-toplivo .lm-haze {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 40%, var(--lm-wash) 92%),
    radial-gradient(420px 220px at 72% 28%, rgba(255, 90, 31, 0.1), transparent 70%);
}

@keyframes lmRoadDrift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 0 0, 180px 0; }
}

html.land-azs-toplivo .lm-nav,
html.land-azs-toplivo .lm-hero,
html.land-azs-toplivo .lm-extras,
html.land-azs-toplivo .lm-how,
html.land-azs-toplivo .lm-foot-land,
html.land-azs-toplivo .lm-auth,
html.land-azs-toplivo .lm-foot {
  position: relative;
  z-index: 1;
}

html.land-azs-toplivo .lm-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 26px;
  padding: 12px 14px;
  border: 1px solid rgba(215, 224, 234, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(11, 31, 51, 0.06);
  animation: lmFadeUp 0.55s ease both;
}

html.land-azs-toplivo .lm-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

html.land-azs-toplivo .lm-brand img {
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(255, 90, 31, 0.22);
}

html.land-azs-toplivo .lm-brand strong {
  display: block;
  font-family: Sora, sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--lm-ink);
}

html.land-azs-toplivo .lm-brand small {
  display: block;
  margin-top: 2px;
  color: var(--lm-muted);
  font-size: 0.8rem;
}

html.land-azs-toplivo .lm-nav-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

html.land-azs-toplivo .lm-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 11px;
  border: 1px solid var(--lm-line);
  border-radius: 999px;
  background: #fff;
  color: #4d5f71;
  font-size: 0.78rem;
  font-weight: 600;
}

html.land-azs-toplivo .lm-chip--live {
  border-color: rgba(15, 143, 123, 0.28);
  background: rgba(15, 143, 123, 0.08);
  color: #0b6f61;
}

html.land-azs-toplivo .lm-chip--live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lm-teal);
  box-shadow: 0 0 0 0 rgba(15, 143, 123, 0.45);
  animation: lmPulse 1.8s ease-out infinite;
}

@keyframes lmPulse {
  0% { box-shadow: 0 0 0 0 rgba(15, 143, 123, 0.45); }
  70% { box-shadow: 0 0 0 8px rgba(15, 143, 123, 0); }
  100% { box-shadow: 0 0 0 0 rgba(15, 143, 123, 0); }
}

@keyframes lmFadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

html.land-azs-toplivo .lm-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 22px;
}

html.land-azs-toplivo .lm-hero-copy {
  padding-top: 10px;
  animation: lmFadeUp 0.65s ease 0.05s both;
}

html.land-azs-toplivo .lm-kicker {
  margin: 0 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 90, 31, 0.1);
  color: var(--lm-amber-deep);
  font-family: Sora, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

html.land-azs-toplivo .lm-hero-copy h1 {
  margin: 0 0 14px;
  font-family: Sora, sans-serif;
  font-size: clamp(2rem, 4.6vw, 3.15rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: var(--lm-ink);
  max-width: 11ch;
}

html.land-azs-toplivo .lm-hero-copy h1 span {
  color: var(--lm-amber);
  background: linear-gradient(180deg, transparent 62%, rgba(255, 90, 31, 0.18) 62%);
}

html.land-azs-toplivo .lm-lead {
  margin: 0 0 22px;
  max-width: 38ch;
  color: var(--lm-muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

html.land-azs-toplivo .lm-highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 420px;
}

html.land-azs-toplivo .lm-highlights li {
  padding: 14px 4px 10px;
  border: 0;
  border-bottom: 3px solid var(--lm-amber);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

html.land-azs-toplivo .lm-highlights b {
  display: block;
  font-family: Sora, sans-serif;
  font-size: 1.7rem;
  letter-spacing: -0.04em;
  color: var(--lm-ink);
}

html.land-azs-toplivo .lm-highlights span {
  display: block;
  margin-top: 4px;
  color: var(--lm-muted);
  font-size: 0.84rem;
  font-weight: 500;
}

html.land-azs-toplivo .lm-panel,
html.land-azs-toplivo .lm-card,
html.land-azs-toplivo .lm-auth {
  border: 1px solid rgba(215, 224, 234, 0.95);
  border-radius: calc(var(--lm-radius) + 4px);
  background: var(--lm-paper);
  box-shadow: var(--lm-shadow);
}

html.land-azs-toplivo .lm-panel {
  padding: 20px 18px 18px;
  position: relative;
  overflow: hidden;
  animation: lmFadeUp 0.7s ease 0.12s both;
}

html.land-azs-toplivo .lm-panel::before {
  content: "";
  display: block;
  height: 5px;
  border-radius: 999px;
  margin: -4px 0 16px;
  background: linear-gradient(90deg, #ff8a4c 0%, #ff5a1f 45%, #0f8f7b 100%);
}

html.land-azs-toplivo .lm-stage { display: none; }
html.land-azs-toplivo .lm-stage.is-active { display: block; }

html.land-azs-toplivo .lm-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

html.land-azs-toplivo .lm-panel-head h2 {
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: 1.18rem;
  letter-spacing: -0.03em;
  color: var(--lm-ink);
}

html.land-azs-toplivo .lm-panel-head p {
  margin: 4px 0 0;
  color: var(--lm-muted);
  font-size: 0.86rem;
}

html.land-azs-toplivo .lm-step-pill {
  flex-shrink: 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(11, 31, 51, 0.06);
  color: #274057;
  font-size: 0.75rem;
  font-weight: 700;
}

html.land-azs-toplivo .lm-block { margin-bottom: 13px; }

html.land-azs-toplivo .lm-label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.84rem;
  font-weight: 700;
  color: #24384c;
}

html.land-azs-toplivo .lm-fuels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

html.land-azs-toplivo .lm-fuels button {
  min-height: 58px;
  border: 1px solid var(--lm-line);
  border-radius: 12px;
  background: #f8fafc;
  color: var(--lm-ink);
  font: inherit;
  text-align: left;
  padding: 10px 12px;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

html.land-azs-toplivo .lm-fuels .lm-fuel-wide {
  grid-column: 1 / -1;
}

html.land-azs-toplivo .lm-fuels button:hover {
  border-color: #b8c8d8;
  transform: translateY(-1px);
  background: #fff;
}

html.land-azs-toplivo .lm-fuels button.is-active {
  border-color: rgba(255, 90, 31, 0.55);
  background: linear-gradient(180deg, #fff7f2, #fff);
  box-shadow: inset 0 0 0 1px rgba(255, 90, 31, 0.18);
}

html.land-azs-toplivo .lm-fuels strong {
  display: block;
  font-family: Sora, sans-serif;
  font-size: 1rem;
}

html.land-azs-toplivo .lm-fuels small {
  color: var(--lm-muted);
  font-size: 0.75rem;
}

html.land-azs-toplivo .lm-region-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

html.land-azs-toplivo .lm-select,
html.land-azs-toplivo .lm-select select {
  width: 100%;
}

html.land-azs-toplivo .lm-select select,
html.land-azs-toplivo .phone-input,
html.land-azs-toplivo .password-input,
html.land-azs-toplivo #lm-liters {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--lm-line);
  border-radius: 12px;
  background: #fff;
  color: var(--lm-ink);
  font: inherit;
  padding: 0 12px;
}

html.land-azs-toplivo .lm-select select:focus,
html.land-azs-toplivo .phone-input:focus,
html.land-azs-toplivo .password-input:focus,
html.land-azs-toplivo #lm-liters:focus {
  outline: none;
  border-color: rgba(255, 90, 31, 0.55);
  box-shadow: 0 0 0 3px rgba(255, 90, 31, 0.16);
}

html.land-azs-toplivo .lm-near {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid var(--lm-line);
  border-radius: 12px;
  background: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

html.land-azs-toplivo .lm-ghost {
  margin-top: 8px;
  width: 100%;
  min-height: 40px;
  border: 1px dashed #b7c6d6;
  border-radius: 10px;
  background: #f8fafc;
  color: #35506a;
  font: inherit;
  font-size: 0.84rem;
  cursor: pointer;
}

html.land-azs-toplivo .lm-ghost.is-active {
  border-color: rgba(15, 143, 123, 0.45);
  background: rgba(15, 143, 123, 0.08);
  color: #0b6f61;
}

html.land-azs-toplivo .lm-ghost:active {
  border-color: rgba(255, 90, 31, 0.45);
  background: rgba(255, 90, 31, 0.08);
  color: var(--lm-amber-deep);
}

html.land-azs-toplivo .lm-checks {
  display: grid;
  gap: 8px;
}

html.land-azs-toplivo .lm-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: #33485c;
  cursor: pointer;
}

html.land-azs-toplivo .lm-check span {
  display: block;
  line-height: 1.35;
}

html.land-azs-toplivo .lm-check input,
html.land-azs-toplivo .lm-near input {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 1.5px solid #9aafc2;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

html.land-azs-toplivo .lm-check input::after,
html.land-azs-toplivo .lm-near input::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform 0.12s ease;
}

html.land-azs-toplivo .lm-check input:checked,
html.land-azs-toplivo .lm-near input:checked {
  border-color: var(--lm-amber);
  background: var(--lm-amber);
}

html.land-azs-toplivo .lm-check input:checked::after,
html.land-azs-toplivo .lm-near input:checked::after {
  transform: rotate(45deg) scale(1);
}

html.land-azs-toplivo .lm-check input:focus-visible,
html.land-azs-toplivo .lm-near input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 90, 31, 0.18);
}

html.land-azs-toplivo .lm-form-hint {
  margin: 0 0 8px;
  color: var(--lm-danger);
  font-size: 0.86rem;
}

html.land-azs-toplivo .lm-cta {
  width: 100%;
  min-height: 52px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(180deg, #ff7340, #ff5a1f 55%, #e04410);
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(255, 90, 31, 0.28);
  transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
}

html.land-azs-toplivo .lm-cta:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(255, 90, 31, 0.34);
}
html.land-azs-toplivo .lm-cta:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

html.land-azs-toplivo .lm-fine {
  margin: 10px 0 0;
  color: #7a8b9c;
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: center;
}

html.land-azs-toplivo .lm-meter {
  position: relative;
  height: 10px;
  border-radius: 999px;
  background: #e4ebf2;
  overflow: hidden;
  margin-bottom: 8px;
}

html.land-azs-toplivo .lm-meter i {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: linear-gradient(90deg, #0f8f7b, #ff5a1f);
  transition: width 0.2s ease;
}

html.land-azs-toplivo .lm-meter-val {
  margin-bottom: 10px;
  text-align: right;
  color: var(--lm-muted);
  font-size: 0.8rem;
}

html.land-azs-toplivo .lm-scan-log {
  margin: 0;
  padding-left: 18px;
  color: #4d6275;
  font-size: 0.88rem;
  line-height: 1.55;
}

html.land-azs-toplivo .lm-result-box {
  padding: 14px;
  border-radius: 12px;
  background: linear-gradient(140deg, #fff7f2, #f4faf8);
  border: 1px solid #ead7cc;
  margin-bottom: 12px;
}

html.land-azs-toplivo .lm-result-box small {
  display: block;
  color: #7a8b9c;
  font-size: 0.76rem;
}

html.land-azs-toplivo .lm-result-box strong {
  display: block;
  margin: 4px 0 8px;
  font-family: Sora, sans-serif;
  font-size: 1.55rem;
  color: var(--lm-ink);
}

html.land-azs-toplivo .lm-result-box mark {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(255, 90, 31, 0.12);
  color: #c2410c;
  font-size: 0.78rem;
}

html.land-azs-toplivo .lm-points {
  margin: 0 0 12px;
  padding-left: 18px;
  color: #355064;
  font-size: 0.9rem;
  line-height: 1.5;
}

html.land-azs-toplivo .lm-save {
  display: grid;
  grid-template-columns: 1fr 90px;
  gap: 8px 10px;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid var(--lm-line);
  border-radius: 12px;
  background: #f8fafc;
}

html.land-azs-toplivo .lm-save label {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--lm-navy);
}

html.land-azs-toplivo .lm-save p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--lm-muted);
  font-size: 0.88rem;
}

html.land-azs-toplivo .lm-save b { color: var(--lm-amber-deep); }

html.land-azs-toplivo .lm-extras {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

html.land-azs-toplivo .lm-card {
  padding: 16px;
}

html.land-azs-toplivo .lm-card h3 {
  margin: 0 0 10px;
  font-family: Sora, sans-serif;
  font-size: 1rem;
  color: var(--lm-navy);
}

html.land-azs-toplivo .lm-card ul {
  margin: 0;
  padding-left: 18px;
  color: #3b5363;
  font-size: 0.9rem;
  line-height: 1.5;
}

html.land-azs-toplivo .lm-nets {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

html.land-azs-toplivo .lm-nets span {
  padding: 5px 8px;
  border: 1px solid var(--lm-line);
  border-radius: 8px;
  background: #f7fafc;
  font-size: 0.78rem;
  font-weight: 600;
  color: #355064;
}

html.land-azs-toplivo .lm-card-note,
html.land-azs-toplivo .lm-card--tip p {
  margin: 10px 0 0;
  color: var(--lm-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

html.land-azs-toplivo .lm-card--tip {
  background: linear-gradient(160deg, #fff7f2, #fff);
  border-color: #f0d2c2;
}

html.land-azs-toplivo .lm-how {
  margin-bottom: 18px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(215, 224, 234, 0.95);
  border-radius: calc(var(--lm-radius) + 2px);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 28px rgba(11, 31, 51, 0.05);
  animation: lmFadeUp 0.7s ease 0.18s both;
}

html.land-azs-toplivo .lm-how h3 {
  margin: 0 0 14px;
  font-family: Sora, sans-serif;
  color: var(--lm-ink);
  letter-spacing: -0.02em;
}

html.land-azs-toplivo .lm-how ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

html.land-azs-toplivo .lm-how li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

html.land-azs-toplivo .lm-how b {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(180deg, #ff7340, #ff5a1f);
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 0.85rem;
  box-shadow: 0 8px 16px rgba(255, 90, 31, 0.28);
}

html.land-azs-toplivo .lm-how strong {
  display: block;
  margin-bottom: 2px;
  color: var(--lm-ink);
}

html.land-azs-toplivo .lm-how p {
  margin: 0;
  color: var(--lm-muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

html.land-azs-toplivo .lm-foot-land,
html.land-azs-toplivo .lm-foot {
  color: #7a8b9c;
  font-size: 0.8rem;
  text-align: center;
}

html.land-azs-toplivo .lm-foot { margin-top: 18px; }

html.land-azs-toplivo .lm-auth {
  display: none;
  width: min(440px, 100%);
  margin: 24px auto 0;
  padding: 22px 20px;
}

html.land-azs-toplivo .lm-auth h2 {
  margin: 0 0 8px;
  font-family: Sora, sans-serif;
  color: var(--lm-ink);
}

html.land-azs-toplivo .lm-auth > p {
  margin: 0 0 14px;
  color: var(--lm-muted);
  line-height: 1.45;
}

html.land-azs-toplivo .lm-auth-pill {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(255, 90, 31, 0.12);
  color: #c2410c;
  font-size: 0.82rem;
  font-weight: 700;
}

html.land-azs-toplivo .lm-auth-pill.hidden { display: none; }

html.land-azs-toplivo .lm-phone-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  margin-bottom: 12px;
}

html.land-azs-toplivo .country-wrap { position: relative; }

html.land-azs-toplivo .lm-country-btn {
  min-height: 46px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--lm-line);
  border-radius: 12px;
  background: #fff;
  color: var(--lm-ink);
  font: inherit;
  padding: 0 10px;
  cursor: pointer;
}

html.land-azs-toplivo .lm-country-btn:focus-visible {
  outline: none;
  border-color: rgba(255, 90, 31, 0.55);
  box-shadow: 0 0 0 3px rgba(255, 90, 31, 0.16);
}

html.land-azs-toplivo .country-wrap.open .lm-country-btn,
html.land-azs-toplivo .lm-country-btn:active {
  border-color: rgba(255, 90, 31, 0.45);
  background: #fff7f2;
  color: var(--lm-amber-deep);
}

html.land-azs-toplivo .country-drop {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 20;
  min-width: 220px;
  display: none;
  border: 1px solid var(--lm-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--lm-shadow);
  overflow: hidden;
}

html.land-azs-toplivo .country-wrap.open .country-drop,
html.land-azs-toplivo .country-drop.open { display: block; }

html.land-azs-toplivo .country-opt {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: #fff;
  color: var(--lm-ink);
  padding: 10px 12px;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

html.land-azs-toplivo .country-opt:hover,
html.land-azs-toplivo .country-opt.active {
  background: #fff7f2;
  color: var(--lm-amber-deep);
}

html.land-azs-toplivo .country-opt .c-cd {
  margin-left: auto;
  color: var(--lm-muted);
}

html.land-azs-toplivo .otp-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin: 8px 0 12px;
}

html.land-azs-toplivo .otp-grid input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--lm-line);
  border-radius: 10px;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  background: #fff;
  color: var(--lm-ink);
}

html.land-azs-toplivo .error-msg {
  min-height: 0;
  margin: 0 0 10px;
  color: var(--lm-danger);
  font-size: 0.88rem;
}

html.land-azs-toplivo .lm-time {
  margin: 6px 0;
  color: var(--lm-muted);
  font-size: 0.86rem;
}

html.land-azs-toplivo .lm-link {
  display: inline-block;
  margin-top: 8px;
  border: 0;
  background: none;
  color: #0f766e;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

html.land-azs-toplivo .lm-link--muted { color: var(--lm-muted); }

html.land-azs-toplivo .lm-success { text-align: center; }

html.land-azs-toplivo .lm-success-check {
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(15, 143, 123, 0.12);
  color: var(--lm-teal);
  font-size: 1.5rem;
  font-weight: 800;
}

html.land-azs-toplivo.lm-auth-open .lm-auth { display: block; }

html.land-azs-toplivo.lm-auth-open .lm-extras,
html.land-azs-toplivo.lm-auth-open .lm-how,
html.land-azs-toplivo.lm-auth-open .lm-foot-land { display: none; }

@media (max-width: 900px) {
  html.land-azs-toplivo .lm-hero,
  html.land-azs-toplivo .lm-extras,
  html.land-azs-toplivo .lm-how ol {
    grid-template-columns: 1fr;
  }

  html.land-azs-toplivo .lm-hero-copy h1 { max-width: none; }

  html.land-azs-toplivo .lm-highlights {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }
}

@media (max-width: 560px) {
  html.land-azs-toplivo .lm-root {
    width: min(100% - 16px, 1140px);
    padding-top: 12px;
  }

  html.land-azs-toplivo .lm-nav {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 18px;
  }

  html.land-azs-toplivo .lm-region-row {
    grid-template-columns: 1fr;
  }

  html.land-azs-toplivo .lm-near { justify-content: center; }

  html.land-azs-toplivo .lm-highlights {
    grid-template-columns: 1fr;
  }
}
