@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&display=swap");

html.land-lukoil,
html.land-lukoil body {
  margin: 0;
  min-height: 100%;
  background: #f3f1ee;
  color: #121212;
  font-family: "Manrope", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

html.land-lukoil body {
  background:
    radial-gradient(1200px 600px at 90% -10%, rgba(227, 6, 19, 0.08), transparent 55%),
    #f3f1ee;
}

.land-lukoil .lk-root {
  min-height: 100vh;
}

.land-lukoil #view-landing {
  display: block !important;
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 22px 64px;
}

.land-lukoil .lk-red {
  color: #e30613;
}

.land-lukoil .lk-top {
  margin-bottom: 36px;
}

.land-lukoil .lk-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.land-lukoil .lk-logo {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.land-lukoil .lk-brand-name {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: lowercase;
}

.land-lukoil .lk-brand-sub {
  margin-top: 4px;
  font-size: 13px;
  color: #7a7672;
  font-weight: 500;
}

.land-lukoil .lk-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 56px;
}

.land-lukoil .lk-kicker {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a1a;
}

.land-lukoil .lk-hero-title {
  margin: 0 0 18px;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.03em;
  position: relative;
}

.land-lukoil .lk-hero-title::before {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  background: #e30613;
  margin-bottom: 16px;
}

.land-lukoil .lk-hero-text {
  margin: 0 0 24px;
  max-width: 34rem;
  font-size: 16px;
  line-height: 1.55;
  color: #2a2a2a;
  font-weight: 500;
}

.land-lukoil .lk-cta {
  appearance: none;
  border: 0;
  background: #e30613;
  color: #fff;
  font: inherit;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 22px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(227, 6, 19, 0.22);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.land-lukoil .lk-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(227, 6, 19, 0.28);
}

.land-lukoil .lk-hero-visual {
  position: relative;
  min-height: 320px;
  display: grid;
  place-items: center;
}

.land-lukoil .lk-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(227, 6, 19, 0.45) 0%, rgba(227, 6, 19, 0.08) 55%, transparent 70%);
  filter: blur(6px);
  animation: lk-pulse 4.5s ease-in-out infinite;
}

.land-lukoil .lk-coupon {
  position: relative;
  z-index: 2;
  width: min(240px, 70%);
  aspect-ratio: 0.72;
  background: #e30613;
  border-radius: 22px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 24px;
  box-shadow: 0 24px 50px rgba(227, 6, 19, 0.35);
  transform: rotate(-6deg);
}

.land-lukoil .lk-coupon-tag {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.land-lukoil .lk-coupon-vol {
  margin-top: 10px;
  color: #fff;
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.land-lukoil .lk-coupon-note {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.land-lukoil .lk-nozzle {
  position: absolute;
  z-index: 3;
  width: 170px;
  right: 6%;
  top: 18%;
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.25));
  transform: rotate(8deg);
  animation: lk-float 5s ease-in-out infinite;
}

.land-lukoil .lk-section {
  margin-bottom: 48px;
}

.land-lukoil .lk-section-title {
  margin: 0 0 22px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.land-lukoil .lk-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.land-lukoil .lk-steps li {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.land-lukoil .lk-step-num {
  color: #e30613;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.land-lukoil .lk-step-text {
  font-size: 16px;
  font-weight: 700;
}

.land-lukoil .lk-fuels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.land-lukoil .lk-fuel-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  padding: 22px 18px 18px;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  box-shadow: 0 10px 30px rgba(20, 20, 20, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.land-lukoil .lk-fuel-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(20, 20, 20, 0.08);
}

.land-lukoil .lk-fuel-card--hot {
  border-color: rgba(227, 6, 19, 0.28);
  box-shadow: 0 12px 34px rgba(227, 6, 19, 0.08);
}

.land-lukoil .lk-fuel-grade {
  color: #e30613;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.land-lukoil .lk-fuel-name {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 800;
}

.land-lukoil .lk-fuel-vol {
  margin-top: 4px;
  color: #7a7672;
  font-size: 14px;
  font-weight: 600;
}

.land-lukoil .lk-fuel-btn {
  margin-top: auto;
  appearance: none;
  border: 0;
  background: #e30613;
  color: #fff;
  font: inherit;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  cursor: pointer;
}

.land-lukoil .lk-foot {
  margin-top: 8px;
  color: #8a8580;
  font-size: 12px;
  line-height: 1.45;
  max-width: 52rem;
}

/* modal */
.land-lukoil .lk-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.land-lukoil .lk-modal.is-open {
  display: flex;
}

.land-lukoil.modal-open #view-landing {
  filter: blur(5px);
  pointer-events: none;
  user-select: none;
}

.land-lukoil .lk-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 18, 16, 0.42);
}

.land-lukoil .lk-modal-card {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  background: #fff;
  border-radius: 20px;
  padding: 28px 24px 24px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  animation: lk-pop 0.22s ease;
}

.land-lukoil .lk-modal-x {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  color: #9a9590;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
}

.land-lukoil .lk-auth-view {
  display: none;
}

.land-lukoil .lk-auth-view.active {
  display: block;
}

.land-lukoil .lk-modal-eyebrow {
  margin: 0 0 10px;
  color: #e30613;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.land-lukoil .lk-modal-title {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  padding-right: 18px;
}

.land-lukoil .lk-modal-sub {
  margin: 0 0 18px;
  color: #7a7672;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.land-lukoil .lk-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #333;
}

.land-lukoil .lk-phone-wrap {
  display: flex;
  align-items: stretch;
  border: 1.5px solid #e30613;
  border-radius: 12px;
  overflow: visible;
  background: #fff;
  margin-bottom: 14px;
  position: relative;
}

.land-lukoil .lk-cc-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: #faf7f5;
  border-right: 1px solid rgba(227, 6, 19, 0.25);
  padding: 0 12px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  border-radius: 12px 0 0 12px;
}

.land-lukoil .lk-phone-input {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 12px;
  min-width: 0;
}

.land-lukoil .country-wrap {
  position: relative;
}

.land-lukoil .country-drop {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  z-index: 5;
  min-width: 220px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  padding: 6px;
}

.land-lukoil .country-wrap.open .country-drop,
.land-lukoil .country-drop.open {
  display: block;
}

.land-lukoil .country-opt {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  padding: 10px 10px;
  border-radius: 8px;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  text-align: left;
}

.land-lukoil .country-opt:hover,
.land-lukoil .country-opt.active {
  background: #f7f3f1;
}

.land-lukoil .country-opt .c-cd {
  margin-left: auto;
  color: #888;
}

.land-lukoil .lk-submit {
  width: 100%;
  appearance: none;
  border: 0;
  background: #e30613;
  color: #fff;
  font: inherit;
  font-weight: 800;
  font-size: 15px;
  padding: 15px 16px;
  border-radius: 12px;
  cursor: pointer;
}

.land-lukoil .lk-submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.land-lukoil .error-msg {
  color: #e30613;
  font-size: 13px;
  font-weight: 600;
  min-height: 0;
  margin: 0 0 10px;
}

.land-lukoil .error-msg:empty {
  display: none;
}

.land-lukoil .lk-otp {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 8px 0 16px;
}

.land-lukoil .lk-otp input,
.land-lukoil .otp-grid input {
  width: 44px;
  height: 52px;
  border: 1.5px solid #ddd;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  font-family: inherit;
}

.land-lukoil .lk-otp input:focus,
.land-lukoil .otp-grid input:focus {
  border-color: #e30613;
  outline: none;
}

.land-lukoil .lk-timer,
.land-lukoil .lk-link {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  color: #7a7672;
  font-size: 13px;
  font-weight: 600;
}

.land-lukoil .lk-link {
  appearance: none;
  border: 0;
  background: none;
  cursor: pointer;
  color: #e30613;
  font: inherit;
  font-weight: 700;
}

.land-lukoil .lk-pass {
  width: 100%;
  box-sizing: border-box;
  border: 1.5px solid #ddd;
  border-radius: 12px;
  padding: 14px 12px;
  font: inherit;
  font-size: 16px;
  margin-bottom: 12px;
}

.land-lukoil .lk-success {
  text-align: center;
  padding: 12px 0 8px;
}

.land-lukoil .lk-success-mark {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #e30613;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 32px;
  font-weight: 800;
}

@keyframes lk-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@keyframes lk-float {
  0%,
  100% {
    transform: rotate(8deg) translateY(0);
  }
  50% {
    transform: rotate(8deg) translateY(-8px);
  }
}

@keyframes lk-pop {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 860px) {
  .land-lukoil .lk-hero {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .land-lukoil .lk-hero-visual {
    order: -1;
    min-height: 260px;
  }

  .land-lukoil .lk-steps,
  .land-lukoil .lk-fuels {
    grid-template-columns: 1fr;
  }

  .land-lukoil .lk-nozzle {
    width: 140px;
    right: 8%;
  }
}


.land-lukoil .lk-logo {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: block;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(227, 6, 19, 0.25);
}

.land-lukoil .lk-prop {
  position: relative;
  width: min(340px, 92%);
  min-height: 300px;
  display: grid;
  place-items: center;
}

.land-lukoil .lk-coupon {
  z-index: 1;
  transform: rotate(-8deg) translate(-18px, 8px);
}

.land-lukoil .lk-nozzle-img {
  position: absolute;
  right: -8%;
  top: 2%;
  width: min(230px, 68%);
  height: auto;
  z-index: 3;
  transform: rotate(10deg);
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.28));
  animation: lk-float 5s ease-in-out infinite;
  pointer-events: none;
}

.land-lukoil .lk-phone-wrap {
  display: flex;
  align-items: stretch;
  border: 1.5px solid #e30613;
  border-radius: 12px;
  overflow: visible;
  background: #fff;
  margin-bottom: 14px;
  position: relative;
}

.land-lukoil .country-wrap {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
}

.land-lukoil .lk-cc-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: #f6f1ef;
  border-right: 1px solid rgba(227, 6, 19, 0.22);
  padding: 0 12px;
  min-height: 50px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  border-radius: 10.5px 0 0 10.5px;
  margin: 0;
}

.land-lukoil .lk-flag,
.land-lukoil .c-flag.lk-flag {
  display: inline-block;
  width: 22px;
  height: 16px;
  border-radius: 3px;
  flex: 0 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
  font-size: 0 !important;
  color: transparent !important;
  line-height: 0;
  overflow: hidden;
  text-indent: -999px;
}

.land-lukoil .lk-flag[data-iso="RU"],
.land-lukoil .country-opt[data-iso="RU"] .lk-flag {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 6'%3E%3Crect fill='%23fff' width='9' height='6'/%3E%3Crect fill='%230039A6' y='2' width='9' height='2'/%3E%3Crect fill='%23D52B1E' y='4' width='9' height='2'/%3E%3C/svg%3E");
}
.land-lukoil .lk-flag[data-iso="BY"],
.land-lukoil .country-opt[data-iso="BY"] .lk-flag {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 3'%3E%3Crect fill='%23CE1720' width='6' height='2'/%3E%3Crect fill='%2300727F' y='2' width='6' height='1'/%3E%3C/svg%3E");
}
.land-lukoil .lk-flag[data-iso="KZ"],
.land-lukoil .country-opt[data-iso="KZ"] .lk-flag {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 3'%3E%3Crect fill='%2300AFCA' width='6' height='3'/%3E%3Ccircle cx='3' cy='1.5' r='0.7' fill='%23FFEC2D'/%3E%3C/svg%3E");
}

.land-lukoil .country-drop {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  z-index: 20;
}

.land-lukoil .country-opt .c-flag {
  margin-right: 2px;
}

/* 20260808lk4-nozzle */

.land-lukoil .lk-logo {
  width: 40px !important;
  height: 40px !important;
  border-radius: 6px !important;
  display: inline-grid !important;
  place-items: center !important;
  overflow: hidden !important;
  background: #ed1b34 !important;
  box-shadow: 0 2px 10px rgba(237, 27, 52, 0.28);
}
.land-lukoil .lk-logo svg {
  width: 40px;
  height: 40px;
  display: block;
}
.land-lukoil .lk-nozzle-img {
  position: absolute !important;
  right: -6% !important;
  top: -4% !important;
  width: min(300px, 82%) !important;
  height: auto !important;
  z-index: 3 !important;
  transform: rotate(8deg) !important;
  filter: drop-shadow(0 18px 26px rgba(0,0,0,0.3)) !important;
  animation: lk-float 5s ease-in-out infinite !important;
  pointer-events: none !important;
  background: transparent !important;
}
