/*
 * Alternate light design for the second site.
 * Loaded after the original styles so DLE functionality stays untouched.
 */
:root {
  --primary-color: #3457d5;
  --primary-hover: #2745b7;
  --accent-color: #ff6b5e;
  --btn-bg: #3457d5;
  --btn-hover-bg: #2745b7;
  --link-hover: #3457d5;
  --input-focus-border: #3457d5;
  --light-bg: #f3f6fc;
  --text-color: #20263a;
  --border-color: #e5e9f2;
  --footer-bg: #20263a;
  --footer-text: #cfd5e5;
  --footer-link-hover: #ff8a80;
}

body {
  font-family: 'Manrope', sans-serif;
  color: var(--text-color);
  background:
    radial-gradient(circle at 8% 0, rgba(52,87,213,.10), transparent 30rem),
    radial-gradient(circle at 96% 18rem, rgba(255,107,94,.08), transparent 27rem),
    #f5f7fb;
}

button, textarea, input[type="text"], input[type="password"] {
  font-family: 'Manrope', sans-serif !important;
}

.wrap { padding-top: 0; }
.layout-frame { max-width: 1240px; }
.site-canvas { background: transparent; box-shadow: none; border-radius: 0; }

.masthead {
  margin: 18px auto 10px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(52,87,213,.11);
  border-radius: 22px;
  box-shadow: 0 16px 45px rgba(43,54,91,.09);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.masthead-inner { min-height: 82px; padding: 0 24px; }
.masthead.sticky { margin: 0; border-radius: 0 0 18px 18px; }

.screen-brand {
  height: 56px;
  padding: 5px 0 5px 64px;
  flex: 0 0 auto;
  font-family: 'Unbounded', sans-serif;
  color: #20263a;
}
.screen-brand::before {
  box-sizing: border-box;
  width: 52px;
  height: 52px;
  padding: 12px;
  border-radius: 14px;
  background: #3457d5 url('../images/logo.svg') center/25px no-repeat;
  filter: none;
  box-shadow: 0 8px 18px rgba(52,87,213,.25);
}
.screen-brand__copy {
  display: flex;
  height: 46px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  white-space: nowrap;
}
.screen-brand .screen-brand__name {
  display: block;
  color: #20263a;
  font: 700 19px/1 'Unbounded', sans-serif;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.screen-brand .screen-brand__name strong {
  color: #ff6b5e;
  font-weight: 700;
}
.screen-brand small {
  display: block;
  margin-top: 5px;
  color: #8d96ad;
  font: 600 8px/1 'Manrope', sans-serif;
  letter-spacing: .25px;
  text-transform: none;
}

.browse-nav { padding: 0 22px; gap: 5px; }
.browse-nav > li { margin: 0; }
.browse-nav > li > a {
  height: 42px;
  padding: 0 13px;
  border-radius: 12px;
  font: 700 12px/42px 'Manrope', sans-serif;
  letter-spacing: .15px;
  opacity: .72;
}
.browse-nav > li:hover > a, .browse-nav > li > a.is-active {
  color: #3457d5;
  background: #edf1ff;
  box-shadow: none;
  opacity: 1;
}
.browse-mega {
  top: calc(100% + 14px);
  padding: 18px;
  border: 1px solid #e5e9f2;
  border-top: 0;
  border-radius: 16px;
  box-shadow: 0 22px 55px rgba(34,44,78,.14);
}
.browse-column a { border-radius: 7px; }
.browse-column a:hover { background: #edf1ff; color: #3457d5; }

.mast-search { max-width: 205px; }
.mast-search-box input, .mast-search-box input:focus {
  height: 42px;
  padding-left: 16px;
  border-radius: 13px;
  background: #f4f6fb;
  box-shadow: inset 0 0 0 1px #e3e7f0;
}
.mast-search-box button { top: 1px; color: #3457d5 !important; }
.account-switch { height: 42px; line-height: 42px; border-radius: 13px; text-transform: none; }

.content { padding: 22px 0 34px; }
.sect { border-radius: 20px; border: 1px solid #e7eaf2; box-shadow: 0 12px 35px rgba(40,50,85,.06); }
.sect:hover { box-shadow: 0 18px 42px rgba(40,50,85,.09); }
.sect-title { background: #3457d5; border-radius: 12px; }

.poster-tile { padding: 0 7px; margin-bottom: 14px; }
.sect-items { margin-right: -7px; margin-left: -7px; }
.poster-link {
  border: 0;
  border-radius: 18px;
  background: #e9edf6;
  box-shadow: 0 9px 24px rgba(35,44,75,.13);
}
.poster-link:hover {
  border-color: transparent;
  transform: translateY(-7px) rotate(.35deg);
  box-shadow: 0 20px 38px rgba(35,44,75,.20), 0 0 0 3px rgba(52,87,213,.12);
}
.poster-link:hover .poster-art img { transform: scale(1.055); }
.poster-overlay { background: linear-gradient(180deg, rgba(28,35,60,.04), rgba(52,87,213,.40)); }
.poster-overlay .fa { background: #fff; color: #3457d5; border: 0; box-shadow: 0 10px 28px rgba(25,33,63,.28); }

.spotlight-rail {
  padding: 24px 32px 18px;
  margin-bottom: 25px;
  background: linear-gradient(125deg, #edf1ff, #fff 53%, #fff2f0);
  border: 1px solid #e1e6f3;
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(40,50,85,.08);
}
.spotlight-rail .poster-link { border: 4px solid #fff; box-shadow: 0 10px 25px rgba(42,52,85,.16); }
.spotlight-rail .poster-link:hover { border-color: #fff; box-shadow: 0 18px 32px rgba(52,87,213,.20); }
.spotlight-rail .owl-prev, .spotlight-rail .owl-next { color: #3457d5; border: 1px solid #dfe4f1; }
.spotlight-rail .owl-prev:hover, .spotlight-rail .owl-next:hover { background: #3457d5; }
.spotlight-rail .owl-dot { background: #d8deed !important; }
.spotlight-rail .owl-dot.active { background: #ff6b5e !important; }

/* Independent catalog finder component */
.cinema-finder {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(420px, 1.55fr);
  align-items: center;
  gap: 28px;
  margin: 14px 0 24px;
  padding: 17px 18px 17px 20px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(115deg, #fff6f4 0, #fff 46%, #f8f9fd 100%);
  border: 1px solid rgba(255,107,94,.28);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(59,52,75,.07);
}
.cinema-finder::after {
  content: '';
  position: absolute;
  width: 115px;
  height: 115px;
  left: -50px;
  bottom: -72px;
  border-radius: 50%;
  background: rgba(255,107,94,.09);
  pointer-events: none;
}
.cinema-finder__intro { display: flex; align-items: center; gap: 14px; position: relative; z-index: 1; }
.cinema-finder__symbol {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  place-items: center;
  color: #ff6b5e;
  background: #fff;
  border: 1px solid rgba(255,107,94,.35);
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(255,107,94,.13);
}
.cinema-finder__symbol svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; }
.cinema-finder__copy { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.cinema-finder__heading { color: #252b40; font-size: 15px; line-height: 1.2; }
.cinema-finder__caption { color: #81899d; font-size: 12px; line-height: 1.25; }
.cinema-finder__field {
  display: flex;
  min-width: 0;
  padding: 5px;
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #e1e4ed;
  border-radius: 13px;
  box-shadow: 0 5px 15px rgba(34,43,73,.08);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.cinema-finder__field:focus-within { border-color: rgba(255,107,94,.65); box-shadow: 0 0 0 3px rgba(255,107,94,.10), 0 7px 18px rgba(34,43,73,.08); }
.cinema-finder__input {
  flex: 1;
  min-width: 0;
  height: 42px !important;
  padding: 0 16px !important;
  color: #252b40;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 14px !important;
}
.cinema-finder__submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 112px;
  height: 42px !important;
  padding: 0 18px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ff786c, #ff5d50) !important;
  border-radius: 9px;
  box-shadow: 0 7px 16px rgba(255,93,80,.24) !important;
  font-size: 13px !important;
  line-height: 42px !important;
  text-transform: none;
  transition: transform .18s ease, box-shadow .18s ease !important;
}
.cinema-finder__submit:hover { background: linear-gradient(135deg, #ff6b5e, #ef4f43) !important; box-shadow: 0 9px 20px rgba(255,93,80,.32) !important; transform: translateY(-1px); }
.cinema-finder__submit svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

.showcase-groups .showcase-group { margin-bottom: 34px; }
.showcase-group__heading {
  padding: 9px 18px 9px 20px;
  color: #20263a;
  background: #fff;
  border-color: #e2e6f0;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(42,52,85,.07);
}
.showcase-group__heading:hover { color: #20263a; border-color: #cbd4f5; box-shadow: 0 13px 31px rgba(52,87,213,.12); }
.showcase-group__line { left: 0; top: 10px; bottom: 10px; width: 4px; background: #ff6b5e; box-shadow: none; }
.showcase-group__title { font-family: 'Unbounded', sans-serif; font-size: 17px; letter-spacing: -.45px; }
.showcase-group__arrow { color: #3457d5; }

.full {
  --full-green: #ff6b5e;
  --full-border: rgba(255,107,94,.20);
}
.full .fmain {
  background: linear-gradient(115deg, #fff 0%, #fff 70%, #fff5f3 100%);
}
.full .flist a {
  color: #ed5549;
  border-bottom-color: rgba(255,107,94,.38);
}
.full .fleft-img-in {
  box-shadow: 0 12px 28px rgba(58,45,66,.18), 0 0 0 3px rgba(255,107,94,.08);
}
.full .slice-btn span {
  color: #ed5549;
  border-color: rgba(255,107,94,.25);
}
.full .fsubtitle {
  color: #8f3f38;
  background: #fff5f3;
  border-color: rgba(255,107,94,.20);
}
.full .fplayer-note {
  color: #81433d;
  background: linear-gradient(90deg, #fff3f1, #fff9f8);
  border-color: rgba(255,107,94,.22);
}
.full .frate,
.full .flikes {
  accent-color: #ff6b5e;
}
.full .rate-plus .fa {
  background: #ff6b5e;
  box-shadow: 0 5px 12px rgba(255,107,94,.24);
}
.full .fcomms a:hover,
.full .frels a:hover {
  color: #ed5549;
}

.site-footer {
  margin-top: 10px;
  padding: 48px 20px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(135deg, #20263a, #2c3552);
}
.site-footer__logo.screen-brand { color: #fff; }
.site-footer__logo.screen-brand .screen-brand__name { color: #fff; }
.site-footer__text { color: #cfd5e5; }

@media screen and (max-width: 1260px) {
  .masthead { margin-right: 14px; margin-left: 14px; }
  .content { padding-right: 14px; padding-left: 14px; }
}
@media screen and (max-width: 760px) {
  .masthead { margin: 8px; border-radius: 17px; }
  .masthead-inner { min-height: 68px; padding: 0 14px; }
  .screen-brand .screen-brand__name { font-size: 17px; }
  .content { padding: 14px 8px 25px; }
  .showcase-group__title { font-size: 15px; }
  .site-footer { border-radius: 18px 18px 0 0; }
  .cinema-finder { grid-template-columns: 1fr; gap: 13px; padding: 15px; }
  .cinema-finder__symbol { width: 44px; height: 44px; flex-basis: 44px; border-radius: 13px; }
  .cinema-finder__field { width: 100%; }
  .cinema-finder__submit { min-width: 96px; padding: 0 14px !important; }
}

@media screen and (max-width: 430px) {
  .cinema-finder__caption { display: none; }
  .cinema-finder__input { padding: 0 10px !important; font-size: 13px !important; }
  .cinema-finder__submit { min-width: 48px; width: 48px; padding: 0 !important; }
  .cinema-finder__submit span { display: none; }
}
