/* partner.chilli.ee/restoranidele */

.resto-landing .pl-hero--resto {
  background-image: url("https://static.chilli.ee/partners/business/restaurant-partners.jpg");
  background-position: center 35%;
}
.resto-landing .pl-hero--resto::before {
  background: rgba(0, 0, 0, 0.6);
}

.resto-landing .resto-hero-bullets {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}
.resto-landing .resto-hero-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--pl-hero-text);
  font-size: calc(0.98rem + var(--pl-copy-plus));
  line-height: 1.45;
}
.resto-landing .resto-tick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--pl-chilli);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}

.resto-landing .resto-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.resto-landing .resto-highlights > :last-child:nth-child(odd) {
  grid-column: 1 / -1;
}
.resto-landing .resto-hi {
  background: var(--pl-surface);
  border: 1px solid var(--pl-border);
  border-radius: var(--pl-radius);
  padding: 20px 18px 18px;
  box-shadow: 0 2px 14px rgba(15, 17, 20, 0.04);
  min-height: 100%;
}
.resto-landing .pl-section--alt .resto-hi {
  background: var(--pl-bg);
  box-shadow: none;
}
.resto-landing #otsebroneeringud .resto-hi,
.resto-landing #sooduspakkumine .resto-hi,
.resto-landing #kinkepakett .resto-hi,
.resto-landing #chilli-plus .resto-hi {
  background: #f4fbf0;
}
.resto-landing .resto-hi-ico {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(81, 171, 36, 0.16), rgba(81, 171, 36, 0.05));
  color: var(--pl-chilli-dark);
  margin-bottom: 12px;
}
.resto-landing .resto-hi-ico svg {
  width: 22px;
  height: 22px;
  display: block;
}
.resto-landing .resto-hi h3 {
  margin: 0 0 6px;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.resto-landing .resto-hi p {
  margin: 0;
  font-size: calc(0.9rem + var(--pl-copy-plus));
  line-height: 1.45;
  color: var(--pl-muted);
}
.resto-landing .resto-hi--link {
  padding: 0;
}
.resto-landing .resto-hi-link {
  display: block;
  height: 100%;
  padding: 20px 18px 18px;
  color: inherit;
  text-decoration: none;
}
.resto-landing .resto-hi--link:hover,
.resto-landing .resto-hi--link:focus-within {
  border-color: var(--pl-chilli);
}

.resto-landing .resto-slider {
  position: relative;
}
.resto-landing .resto-price-unit {
  display: block;
  font-size: 0.75em;
  font-weight: 500;
  opacity: 0.8;
  margin-top: 2px;
}
.resto-landing .resto-track-arrows {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  position: relative;
  z-index: 2;
}
.resto-landing .resto-slider-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--pl-text);
}
.resto-landing .resto-track-arrows__btns {
  display: flex;
  gap: 6px;
  margin-left: auto;
}
.resto-landing .resto-track-arrows__btns .btn.btn-dark {
  background: #fff;
  border: 1px solid #c5c9d1;
  color: #6b7280;
  box-shadow: none;
}
.resto-landing .resto-track-arrows__btns .btn.btn-dark:hover,
.resto-landing .resto-track-arrows__btns .btn.btn-dark:focus-visible {
  background: #fff;
  border-color: #9aa1ac;
  color: #4b5563;
}
.resto-landing .cards-track::after {
  pointer-events: none;
  background: linear-gradient(-90deg, var(--pl-bg) 0%, rgba(244, 245, 247, 0) 100%);
}
.resto-landing .pl-section--alt .cards-track::after {
  background: linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.resto-landing .listing-card-media-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.35rem;
  padding: 0 calc(0.45rem + 5px) calc(0.35rem + 5px);
  pointer-events: none;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25;
  background: transparent;
  color: #212529;
  text-shadow: none;
}
.resto-landing .listing-card-media-meta .bi {
  color: #212529;
}
.resto-landing .listing-card-media-meta__left > div {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: rgba(255, 255, 255, 0.8);
  color: #212529;
  text-shadow: none;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}
.resto-landing .cards-track.-regular .listing-card {
  flex-shrink: 0;
  scroll-snap-align: start;
  width: 280px;
}
@media (min-width: 768px) {
  .resto-landing .cards-track.-regular .cards {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    grid-auto-columns: 280px;
    align-content: start;
    align-items: stretch;
  }
  .resto-landing .cards-track.-regular .listing-card {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 1400px) {
  .resto-landing .cards-track.-regular .cards {
    grid-auto-columns: 320px;
  }
}
@media (min-width: 768px) {
  .resto-landing .resto-slider--single .cards-track.-regular .cards {
    display: flex;
    grid-template-rows: none;
    grid-auto-flow: unset;
  }
  .resto-landing .resto-slider--single .cards-track.-regular .listing-card {
    width: 280px;
    max-width: none;
    flex-shrink: 0;
  }
}
@media (min-width: 1400px) {
  .resto-landing .resto-slider--single .cards-track.-regular .listing-card {
    width: 320px;
  }
}
@media (max-width: 575.98px) {
  .resto-landing .cards-track.-regular .listing-card {
    width: 240px;
  }
}

.resto-landing .resto-plus-cta {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.resto-landing .resto-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .resto-landing .resto-compare {
    grid-template-columns: 1fr;
  }
}
.resto-landing .resto-compare-col {
  background: var(--pl-surface);
  border: 1px solid var(--pl-border);
  border-radius: var(--pl-radius);
  padding: 22px 22px 18px;
}
.resto-landing .resto-compare-col h3 {
  margin: 0 0 14px;
  font-size: 1.15rem;
}
.resto-landing .resto-compare-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.resto-landing .resto-compare-col li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--pl-text);
}
.resto-landing .resto-compare-col--us {
  border-color: rgba(81, 171, 36, 0.35);
  box-shadow: 0 0 0 1px rgba(81, 171, 36, 0.08);
}
.resto-landing .resto-cross {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(120, 130, 145, 0.18);
  color: #5c6370;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}

.resto-landing .resto-cost {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 22px;
}
@media (max-width: 767.98px) {
  .resto-landing .resto-cost {
    grid-template-columns: 1fr;
  }
}
.resto-landing .resto-cost-card {
  background: var(--pl-surface);
  border: 1px solid var(--pl-border);
  border-radius: var(--pl-radius);
  padding: 22px;
}
.resto-landing .resto-cost-card strong {
  display: block;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 6px 0 8px;
}
.resto-landing .resto-cost-card--us strong {
  color: var(--pl-chilli-dark);
}
.resto-landing .resto-cost-kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pl-muted);
}
.resto-landing .resto-cost-card p {
  margin: 0;
  color: var(--pl-muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.resto-landing .resto-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .resto-landing .resto-split {
    grid-template-columns: 1fr;
  }
}
.resto-landing .resto-split article {
  background: var(--pl-surface);
  border: 1px solid var(--pl-border);
  border-radius: var(--pl-radius);
  padding: 22px;
}
.resto-landing .resto-split h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}
.resto-landing .resto-split p {
  margin: 0;
  color: var(--pl-muted);
  line-height: 1.5;
  font-size: calc(1rem + var(--pl-copy-plus));
}

.resto-landing .resto-evening {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 991.98px) {
  .resto-landing .resto-evening {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .resto-landing .resto-evening {
    grid-template-columns: 1fr;
  }
}
.resto-landing .resto-evening article {
  display: flex;
  flex-direction: column;
  background: var(--pl-surface);
  border: 1px solid var(--pl-border);
  border-radius: var(--pl-radius);
  padding: 0;
}
.resto-landing .resto-evening-link {
  display: block;
  flex: 1 1 auto;
  padding: 18px;
  color: inherit;
  text-decoration: none;
}
.resto-landing .resto-evening-ex {
  list-style: none;
  margin: 0;
  padding: 0 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.resto-landing .resto-evening-ex-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  background: var(--pl-bg);
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
}
.resto-landing .resto-evening-ex-link:hover,
.resto-landing .resto-evening-ex-link:focus-visible {
  background: #e8eaee;
}
.resto-landing .resto-evening-ex-link img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  background: #dfe2e8;
}
@property --chilli-plus-qr-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.resto-landing .resto-evening-qr {
  display: flex;
  justify-content: center;
  padding: 0 12px 16px;
  text-decoration: none;
}
.resto-landing .resto-evening-qr-ring {
  display: block;
  width: 100%;
  max-width: 220px;
  padding: 4px;
  border-radius: 20px;
  background: conic-gradient(
    from var(--chilli-plus-qr-angle, 0deg),
    #18AE00,
    #4CD964,
    #FFD60A,
    #FF9500,
    #007AFF,
    #18AE00
  );
  animation: chilliPlusQrSpin 3s linear infinite;
}
.resto-landing .resto-evening-qr-inner {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 16px;
  padding: 12px;
}
.resto-landing .resto-evening-qr-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.resto-landing .resto-evening-qr-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 38%;
  height: auto;
  background: #fff;
  padding: 5px 6px;
  border-radius: 8px;
  box-shadow: 0 0 0 3px #fff;
}
@keyframes chilliPlusQrSpin {
  to { --chilli-plus-qr-angle: 360deg; }
}
@media (prefers-reduced-motion: reduce) {
  .resto-landing .resto-evening-qr-ring { animation: none; }
}
.resto-landing .resto-evening .resto-evening-ex-title {
  margin: 0;
  min-width: 0;
  font-size: calc(0.82rem - 2px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: normal;
  text-transform: none;
  color: var(--pl-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.resto-landing .resto-evening article:hover,
.resto-landing .resto-evening article:focus-within {
  border-color: var(--pl-chilli);
}
.resto-landing .resto-evening span {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--pl-chilli-dark);
  margin-bottom: 8px;
}
.resto-landing .resto-evening .resto-evening-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--pl-chilli);
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
}
.resto-landing .resto-evening h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}
.resto-landing .resto-evening p {
  margin: 0;
  color: var(--pl-muted);
  font-size: calc(0.92rem + var(--pl-copy-plus));
  line-height: 1.45;
}

/* Identical to chilli.ee campaign/booking-regular.blade.php */
.resto-landing .booking-deal-card {
  border: 2px solid #18AE00;
  position: relative;
}
.resto-landing .booking-deal-card .card-text {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.resto-landing .booking-deal-card .booking-next-slot {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-top: 0.5rem;
  padding: 0.5rem 0.65rem;
  border-radius: 0.375rem;
  background: rgba(24, 174, 0, 0.08);
  border: 1px solid rgba(24, 174, 0, 0.2);
}
.resto-landing .booking-deal-card .booking-next-slot:not(.booking-next-slot--empty) {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.6rem;
  row-gap: 0.35rem;
  align-items: start;
}
.resto-landing .booking-deal-card .booking-next-slot__icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  margin-top: 0.05rem;
}
.resto-landing .booking-deal-card .booking-next-slot__cal-svg {
  width: 100%;
  height: 100%;
  display: block;
}
.resto-landing .booking-deal-card .booking-next-slot__copy {
  min-width: 0;
  flex: 1;
  display: contents;
}
.resto-landing .booking-deal-card .booking-next-slot__lead {
  grid-column: 2;
  grid-row: 1;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--bs-body-color, var(--pl-text));
  margin-bottom: 0;
}
.resto-landing .booking-deal-card .booking-next-slot__when {
  grid-column: 1 / -1;
  grid-row: 2;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--bs-body-color, var(--pl-text));
  padding: 0.3rem 0.65rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(24, 174, 0, 0.35);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.resto-landing .booking-deal-card .booking-next-slot--empty {
  background: rgba(128, 128, 128, 0.12);
  border-color: rgba(128, 128, 128, 0.25);
}
.resto-landing .booking-deal-card .booking-next-slot__lead--muted {
  font-weight: 500;
  font-size: 0.72rem;
  color: var(--bs-secondary-color, var(--pl-muted));
  margin-bottom: 0;
}
