.elementor-widget-nrb_landing_page,
.elementor-widget-nrb_landing_page .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
}


.nrb-lp,
.nrb-lp * {
  box-sizing: border-box;
}

.nrb-lp {
  --nrb-left-pad-x: clamp(24px, 4vw, 56px);
  --nrb-left-pad-y: clamp(24px, 3vw, 36px);
  --nrb-right-pad: clamp(20px, 2.5vw, 28px);
  position: relative;
  min-height: 100svh;
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 29vw);
  background: var(--nrb-left-bg, #f6f3ee);
  color: var(--nrb-text, #111111);
  overflow: hidden;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.nrb-lp__panel {
  min-width: 0;
}

.nrb-lp__panel--left {
  padding: var(--nrb-left-pad-y) var(--nrb-left-pad-x);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.nrb-lp__panel--right {
  position: relative;
  background: var(--nrb-right-bg, #1f5f56);
  padding: var(--nrb-right-pad);
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.nrb-lp__header {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 64px;
  margin-bottom: clamp(24px, 4vh, 48px);
}

.nrb-lp__brand-logo-wrap {
  width: min(190px, 42vw);
  height: 54px;
  max-width: 100%;
  display: flex;
  align-items: center;
}

.nrb-lp__brand-logo {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 54px !important;
  object-fit: contain;
  object-position: left center;
}

.nrb-lp__content {
  width: min(100%, 680px);
  padding: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.nrb-lp__title {
  margin: 0 0 22px;
  font-size: clamp(44px, 5.6vw, 74px);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.nrb-lp__description {
  width: min(100%, 560px);
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--nrb-muted, #4f4d4a);
}

.nrb-lp__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.nrb-lp__latepoint-button {
  display: inline-flex;
  align-items: center;
}

.nrb-lp__latepoint-button .latepoint-book-button,
.nrb-lp__latepoint-button a,
.nrb-lp__latepoint-button button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 12px !important;
  padding: 15px 26px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.nrb-lp__secondary {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: var(--nrb-secondary, #222222);
}

.nrb-lp__visual-wrap {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nrb-lp__slideshow {
  position: relative;
  width: 100%;
  height: calc(100svh - (var(--nrb-right-pad) * 2));
  min-height: 560px;
  border-radius: 32px;
  overflow: hidden;
  background-color: #dfe7e1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: -22px 24px 48px rgba(0, 0, 0, 0.16);
}

.nrb-lp__slideshow::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0));
  pointer-events: none;
}

@media (max-width: 1199px) {
  .nrb-lp {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 34vw);
  }
}

@media (max-width: 1024px) {
  .nrb-lp {
    grid-template-columns: 1fr;
  }

  .nrb-lp__panel--left {
    padding-bottom: 10px;
  }

  .nrb-lp__panel--right {
    min-height: 60vh;
  }

  .nrb-lp__slideshow {
    height: 62vh;
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .nrb-lp__title {
    font-size: clamp(38px, 12vw, 56px);
  }

  .nrb-lp__panel--left,
  .nrb-lp__panel--right {
    padding: 20px;
  }

  .nrb-lp__header {
    min-height: 52px;
    margin-bottom: 24px;
  }

  .nrb-lp__brand-logo-wrap {
    width: min(150px, 48vw);
    height: 42px;
  }

  .nrb-lp__slideshow {
    height: 54vh;
    min-height: 320px;
    border-radius: 22px;
  }
}


.nrb-lp {
  isolation: isolate;
}

.nrb-lp__title br {
  display: block;
  content: '';
}
