.premier-page .section-padding {
  padding: 100px 0;
}

body.premier-lock {
  overflow: hidden;
}

.premier-entry-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(10, 10, 12, 0.66);
  backdrop-filter: blur(var(--premier-overlay-blur, 18px));
  -webkit-backdrop-filter: blur(var(--premier-overlay-blur, 18px));
  transition: opacity 0.55s ease, visibility 0.55s ease, backdrop-filter 0.25s linear,
    -webkit-backdrop-filter 0.25s linear;
}

.premier-entry-overlay.is-unlocking {
  opacity: 0;
}

.premier-entry-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.premier-entry-panel {
  width: min(880px, 100%);
  padding: 26px;
  border-radius: 20px;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.premier-entry-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(18px, 2vw, 26px);
  letter-spacing: 0.01em;
  text-transform: none;
  font-weight: 700;
}

.premier-entry-copy {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(13px, 1.2vw, 16px);
  line-height: 1.55;
  max-width: 760px;
}

.premier-unlock-track {
  --unlock-progress: 0;
  position: relative;
  width: 100%;
  height: 78px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(232, 200, 88, 0.42);
  overflow: hidden;
  box-shadow: inset 0 0 26px rgba(0, 0, 0, 0.15);
}

.premier-unlock-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(232, 200, 88, 0.35), rgba(237, 35, 41, 0.5));
  transition: width 0.12s linear;
}

.premier-unlock-text {
  position: absolute;
  inset: 0;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 0 90px;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(13px, 1.3vw, 18px);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
  pointer-events: none;
}

.premier-unlock-thumb {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8c858 0%, #9a7224 100%);
  color: #fff;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateX(var(--unlock-x, 0px));
  transition: transform 0.22s ease-out, box-shadow 0.22s ease-out;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.34);
  cursor: grab;
  touch-action: none;
}

.premier-unlock-thumb i {
  animation: premierThumbIdle 1.8s ease-in-out infinite;
}

.premier-unlock-thumb:hover {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.38), 0 0 0 3px rgba(232, 200, 88, 0.2);
}

.premier-unlock-thumb:active,
.premier-unlock-thumb.is-dragging {
  cursor: grabbing;
  transition: none;
}

.premier-unlock-thumb:active i,
.premier-unlock-thumb.is-dragging i {
  animation-play-state: paused;
}

.premier-entry-overlay.is-unlocking .premier-unlock-thumb {
  transition: transform 0.46s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.32s ease;
}

@keyframes premierThumbIdle {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}

/* Paleta exclusiva da página Premier */
.premier-theme {
  --theme: #e8c858;
}

.premier-theme .premier-page {
  background: #232323;
}

/* Navbar cinza escuro fixa na página Premier (normal + sticky). */
.premier-theme .header-1 {
  background: #191919;
}

.premier-theme .header-1 .header-main {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.premier-theme .header-1 .main-menu ul li a {
  color: #fff;
}

.premier-theme .header-1.sticky,
.premier-theme .sticky.header-1 {
  background: #191919 !important;
}

.premier-theme .header-1 .header-right .sidebar__toggle .header-bar span {
  background-color: #c9ab45;
}

.premier-theme .header-1 .header-right .sidebar__toggle .header-bar span:first-child,
.premier-theme .header-1 .header-right .sidebar__toggle .header-bar span:last-child {
  background: #c9ab45 !important;
}

/* Na página Premier, a "cortina" do preloader fica dourada. */
.premier-theme .preloader .loader .loader-section .bg {
  background-color: #c9ab45;
}

/* Tinge a logo do navbar para dourado apenas na Premier. */
.premier-theme .header-section .logo .header-logo img,
.premier-theme .header-section .logo .header-logo-2 img {
  filter: brightness(0) saturate(100%) invert(86%) sepia(32%) saturate(663%)
    hue-rotate(353deg) brightness(95%) contrast(92%);
}

.premier-theme .premier-page .theme-btn::after {
  background-color: #ed2329;
}

.premier-theme .premier-page .theme-btn:hover {
  background-color: #ed2329;
  color: #fff;
}

.premier-theme .footer-section,
.premier-theme .footer-middle-wrapper,
.premier-theme .footer-bottom {
  background: #191919;
}

.premier-theme .footer-section::before {
  background: linear-gradient(180deg, #191919 0%, #222222 100%) !important;
}

.premier-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.premier-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: var(--theme);
}

.premier-hero {
  position: relative;
  overflow: hidden;
  background-color: #1f1f1f;
  background-image: url("../midia/premiere/capapremier.jpg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.premier-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(35, 35, 35, 1) 0%,
    rgba(35, 35, 35, 1) 48%,
    rgba(35, 35, 35, 0.68) 58%,
    rgba(35, 35, 35, 0.22) 64%,
    rgba(35, 35, 35, 0) 70%,
    rgba(35, 35, 35, 0) 100%
  );
  pointer-events: none;
}

.premier-hero .container {
  position: relative;
  z-index: 2;
}

.premier-hero.section-padding {
  padding-top: 190px;
  padding-bottom: 126px;
}

.premier-intro.section-padding {
  padding-top: 114px;
}

.premier-hero__content h1 {
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.06;
  margin: 0 0 20px;
  color: #fff;
}

.premier-hero__content p {
  max-width: 620px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.82);
}

.premier-hero__visual {
  display: none;
}

.premier-hero__visual img {
  width: 100%;
  height: auto;
  display: block;
}

.premier-page .section-title {
  margin-bottom: 18px;
}

.premier-page .section-title p {
  max-width: 900px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
}

.premier-page .section-title h2 {
  color: #fff;
}

.premier-info-card {
  background: #191919;
  border-radius: 16px;
  padding: 30px 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  text-align: center;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premier-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.36);
}

.premier-info-card__icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(201, 171, 69, 0.14);
  color: #c9ab45;
  font-size: 25px;
}

.premier-info-card h4 {
  margin-bottom: 10px;
  color: #fff;
}

.premier-info-card p {
  color: rgba(255, 255, 255, 0.85);
}

.premier-segment-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  min-height: 380px;
  height: 100%;
  background: #191919;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.3);
}

.premier-segment-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 210px;
  background: linear-gradient(180deg, rgba(0, 14, 30, 0) 35%, rgba(0, 14, 30, 0.62) 100%);
  z-index: 1;
  pointer-events: none;
}

.premier-segment-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.premier-segment-card:hover img {
  transform: scale(1.04);
}

.premier-segment-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 18px 22px 22px;
  gap: 8px;
  flex: 1;
  background: #191919;
}

.premier-segment-card__content h4,
.premier-segment-card__content p {
  margin: 0;
}

.premier-segment-card__content h4 {
  color: #c9ab45;
  min-height: 38px;
  display: flex;
  align-items: center;
}

.premier-segment-card__content p {
  color: #fff;
}

.premier-process__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  position: relative;
  margin-top: 10px;
}

.premier-process__grid::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 32px;
  height: 2px;
  background: rgba(13, 38, 108, 0.16);
  z-index: 0;
}

.premier-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 4px 8px;
}

.premier-step__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: rgba(232, 200, 88, 0.18);
  border: 1px solid rgba(232, 200, 88, 0.38);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c9ab45;
}

.premier-step h5 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #fff;
}

.premier-step p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
}

.premier-product-card {
  background: #191919;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.3);
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premier-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(232, 200, 88, 0.35),
    0 0 18px rgba(232, 200, 88, 0.22);
}

.premier-product-card > img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.premier-product-card__body {
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 220px);
}

.premier-product-card__body h4 {
  margin-bottom: 10px;
  color: #fff;
  min-height: 38px;
}

.premier-product-card__body p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.86);
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.premier-product-card__body .theme-btn {
  width: 100%;
  padding: 16px 20px;
  margin-top: auto;
}

.premier-diff__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.premier-diff__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(13, 38, 108, 0.08);
  color: var(--header);
  font-weight: 600;
  min-height: 72px;
}

.premier-diff__item i {
  color: var(--theme);
}

.premier-cta__box {
  background: linear-gradient(135deg, #f2de93 0%, #c9ab45 100%);
  border-radius: 18px;
  padding: 34px 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  gap: 24px;
  align-items: center;
}

.premier-cta__content h3,
.premier-cta__content p {
  color: #191919;
}

.premier-cta__content h3 {
  margin-bottom: 12px;
}

.premier-cta__content p {
  max-width: 620px;
  margin-bottom: 22px;
}

.premier-cta__content .theme-btn {
  background: #191919;
  color: #e8c858;
  border: 1px solid #191919;
}

.premier-cta__content .theme-btn::after {
  background: #ed2329;
}

.premier-cta__content .theme-btn:hover {
  color: #fff;
}

.premier-cta__visual img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1199px) {
  .premier-process__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .premier-process__grid::before {
    display: none;
  }
  .premier-diff__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .premier-hero {
    background-size: cover;
    background-position: 62% center;
  }
  .premier-page .section-padding {
    padding: 80px 0;
  }
  .premier-hero.section-padding {
    padding-top: 160px;
    padding-bottom: 84px;
  }
  .premier-intro.section-padding {
    padding-top: 78px;
  }
  .premier-hero__content {
    text-align: center;
  }
  .premier-hero__content p {
    margin-left: auto;
    margin-right: auto;
  }
  .premier-segment-card {
    min-height: 360px;
  }
  .premier-cta__box {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .premier-cta__content p {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .premier-entry-panel {
    padding: 16px;
  }
  .premier-entry-title {
    font-size: 18px;
  }
  .premier-entry-copy {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .premier-unlock-track {
    height: 70px;
  }
  .premier-unlock-thumb {
    width: 56px;
    height: 56px;
  }
  .premier-unlock-text {
    padding: 0 68px;
    font-size: 13px;
  }
  .premier-process__grid,
  .premier-diff__list {
    grid-template-columns: 1fr;
  }
  .premier-product-card__body .theme-btn,
  .premier-hero .theme-btn,
  .premier-cta__content .theme-btn {
    width: 100%;
  }
}
