.elementor-250192 .elementor-element.elementor-element-c9dbf3e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-250192 .elementor-element.elementor-element-c9dbf3e{--width:100%;}}/* Start custom CSS */@font-face {
  font-family: 'Supreme';
  src: url('/uploads/fonts/premier-2026/Supreme-Regular.woff2') format('woff2');
  font-weight: 400; font-display: swap;
}
@font-face {
  font-family: 'Supreme';
  src: url('/uploads/fonts/premier-2026/Supreme-Bold.woff2') format('woff2');
  font-weight: 700; font-display: swap;
}
@font-face {
  font-family: 'Supreme';
  src: url('/uploads/fonts/premier-2026/Supreme-ExtraBold.woff2') format('woff2');
  font-weight: 800; font-display: swap;
}
@font-face {
  font-family: 'Supreme';
  src: url('/uploads/fonts/premier-2026/Supreme-Light.woff2') format('woff2');
  font-weight: 300; font-display: optional;
}
@font-face {
  font-family: 'Supreme';
  src: url('/uploads/fonts/premier-2026/Supreme-Medium.woff2') format('woff2');
  font-weight: 500; font-display: optional;
}
@font-face {
  font-family: 'Supreme';
  src: url('/uploads/fonts/premier-2026/Supreme-SemiBold.woff2') format('woff2');
  font-weight: 600; font-display: optional;
}

/*
  PremieR — Nova Geração | CSS Global
  Cole em: Elementor > Configurações do Site > CSS Personalizado
*/



/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  --premier-blue:  #003764;
  --calm-night:    #0A2341;
  --blue-sky:      #8CB4D7;
  --fresh-water:   #DCE6F5;
  --bright-eyes:   #F0F5FF;
  --white:         #FFFFFF;

  --kibble-amber:  #B07B43;
  --kibble-deep:   #5A3A22;

  --positive:  #2E7D5B;
  --warning:   #C8862A;
  --negative:  #B23B3B;

  --bg:           var(--bright-eyes);
  --bg-deep:      var(--premier-blue);
  --bg-deepest:   var(--calm-night);
  --surface:      var(--white);
  --surface-soft: var(--fresh-water);

  --fg:           #062a4b;
  --fg-1:         var(--premier-blue);
  --fg-2:         #3f6181;
  --fg-3:         #7d96ad;
  --fg-on-dark:   var(--bright-eyes);
  --fg-on-dark-2: #9db9d6;

  --border:         #cdd9ea;
  --border-strong:  var(--blue-sky);
  --border-on-dark: rgba(255,255,255,0.16);
  --accent:         var(--premier-blue);
  --accent-soft:    var(--blue-sky);
  --ring:           rgba(0,55,100,0.30);

  --font-sans:  'Supreme', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-brand: 'Supreme', sans-serif;

  --text-xs:   12px; --text-sm:  14px; --text-base: 16px; --text-md:  18px;
  --text-lg:   22px; --text-xl:  28px; --text-2xl:  36px; --text-3xl: 46px;
  --text-4xl:  60px; --text-5xl: 78px;

  --leading-tight:   1.08;
  --leading-snug:    1.22;
  --leading-normal:  1.5;
  --leading-relaxed: 1.65;

  --tracking-tight:  -0.02em;
  --tracking-snug:   -0.01em;
  --tracking-normal:  0;
  --tracking-wide:    0.08em;
  --tracking-wider:   0.18em;

  --weight-light:     300;
  --weight-regular:   400;
  --weight-medium:    500;
  --weight-semibold:  600;
  --weight-bold:      700;
  --weight-extrabold: 800;

  --space-1:4px;  --space-2:8px;   --space-3:12px; --space-4:16px;
  --space-5:24px; --space-6:32px;  --space-7:48px; --space-8:64px;
  --space-9:96px; --space-10:128px;

  --radius-xs:4px; --radius-sm:8px; --radius-md:12px;
  --radius-lg:18px;--radius-xl:28px;--radius-pill:999px;

  --shadow-xs:   0 1px 2px rgba(6,42,75,0.06);
  --shadow-sm:   0 2px 8px rgba(6,42,75,0.08);
  --shadow-md:   0 8px 24px rgba(6,42,75,0.10);
  --shadow-lg:   0 18px 48px rgba(6,42,75,0.14);
  --shadow-blue: 0 14px 34px rgba(0,55,100,0.28);

  --ease-standard: cubic-bezier(0.4,0,0.2,1);
  --ease-out:      cubic-bezier(0.16,1,0.3,1);
  --dur-fast: 140ms;
  --dur-base: 240ms;
  --dur-slow: 420ms;
}

/* ============================================================
   ANIMAÇÕES DE SCROLL — keyframes base
   ============================================================ */
@keyframes prFadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes prFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes prSlideRight {
  from { opacity: 0; transform: translateX(-20px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes prSlideLeft {
  from { opacity: 0; transform: translateX(20px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes prScaleIn {
  from { opacity: 0; transform: scale(0.96); }
  to   { opacity: 1; transform: scale(1); }
}

/* Estado inicial — elementos invisíveis até entrarem no viewport */
.pr-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
.pr-reveal.pr-reveal--from-left {
  transform: translateX(-80px);
}
.pr-reveal.pr-reveal--from-right {
  transform: translateX(80px);
}
.pr-reveal.pr-reveal--scale {
  transform: scale(0.96);
}

/* Quando o IntersectionObserver adiciona .is-visible */
.pr-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Delays em cascata para grupos de elementos */
.pr-reveal[data-delay="1"] { transition-delay: 0.15s; }
.pr-reveal[data-delay="2"] { transition-delay: 0.30s; }
.pr-reveal[data-delay="3"] { transition-delay: 0.45s; }
.pr-reveal[data-delay="4"] { transition-delay: 0.60s; }
.pr-reveal[data-delay="5"] { transition-delay: 0.75s; }

/* ============================================================
   FORCE SUPREME — com exceção para icon fonts
   ============================================================ */
*,*::before,*::after,
body,h1,h2,h3,h4,h5,h6,
p,a,span,li,td,th,label,
button,input,textarea,select,
blockquote,figcaption,caption {
  font-family: 'Supreme', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* Exceção — preserva Font Awesome e icon fonts do Elementor */
.fa, .fas, .far, .fab, .fal, .fad,
[class^="fa-"], [class*=" fa-"],
.elementor-icon i,
.elementor-button-icon i {
  font-family: 'Font Awesome 5 Free' !important;
}
.fab, [class^="fa-brands"] {
  font-family: 'Font Awesome 5 Brands' !important;
}

/* ============================================================
   BASE
   ============================================================ */
* { box-sizing: border-box; }
html, body { margin: 0; }
body {
  color: var(--fg);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
a      { color: inherit; text-decoration: none; }
img    { max-width: 100%; display: block; }
button { cursor: pointer; }

h1 { color: var(--fresh-water) !important; }
.pr-footer a       { color: var(--fg-on-dark-2); }
.pr-footer a:hover { color: #fff; }
.pr-signature h2   { color: var(--bright-eyes); }

/* ============================================================
   SCROLLBAR
   ============================================================ */
* { scrollbar-width: thin; scrollbar-color: #8CB4D7 #DCE6F5; }
::-webkit-scrollbar              { width: 8px; height: 8px; }
::-webkit-scrollbar-track        { background: #DCE6F5; }
::-webkit-scrollbar-thumb        { background: #8CB4D7; border-radius: 999px; border: 2px solid #DCE6F5; }
::-webkit-scrollbar-thumb:hover  { background: #003764; }
::-webkit-scrollbar-thumb:active { background: #0A2341; }
::-webkit-scrollbar-corner       { background: #F0F5FF; }

/* ============================================================
   LAYOUT
   ============================================================ */
.pr-wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

/* ============================================================
   ÍCONES — Phosphor inline SVG
   ============================================================ */
.ph {
  display: inline-flex; align-items: center; justify-content: center;
  width: 1em; height: 1em; flex: none; line-height: 1; vertical-align: -0.125em;
}
.ph > svg { width: 1em; height: 1em; display: block; }

/* ============================================================
   BOTÕES
   ============================================================ */
.pr-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px;
  font-weight: 600; font-size: 15px; white-space: nowrap;
  border-radius: 3px; padding: 13px 26px;
  border: 1.5px solid transparent;
  line-height: 1 !important;
  vertical-align: middle;
  box-sizing: border-box;
  transition: background var(--dur-base) var(--ease-out), color var(--dur-base),
              transform var(--dur-fast), border-color var(--dur-base);
}
.pr-btn:active { transform: scale(.98); }
.pr-btn .ph    { font-size: 18px; transition: transform var(--dur-base) var(--ease-out); }
.pr-btn:hover .ph { transform: scale(1.16) rotate(-8deg); }

.pr-btn--primary        { background: var(--premier-blue); color: var(--bright-eyes); }
.pr-btn--primary:hover  { background: var(--calm-night); }
.pr-btn--onblue         { background: var(--bright-eyes) !important; color: var(--premier-blue) !important; }
.pr-btn--onblue:hover   { background: #fff !important; }
.pr-btn--ghost-onblue   { background: transparent !important; color: var(--bright-eyes) !important; border-color: rgba(255,255,255,.4) !important; }
.pr-btn--ghost-onblue:hover { background: rgba(255,255,255,.1) !important; border-color: rgba(255,255,255,.7) !important; }
.pr-btn--secondary      { background: transparent; color: var(--premier-blue); border-color: var(--premier-blue); }
.pr-btn--secondary:hover { background: var(--fresh-water); }

/* Alinhamento do CTA do hero */
.pr-hero__cta .pr-btn {
  margin: 0 !important;
  padding: 13px 26px !important;
  line-height: 1 !important;
}

/* ============================================================
   EYEBROW
   ============================================================ */
.pr-eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 9px; color: var(--blue-sky);
}
.pr-eyebrow--dark { color: var(--fg-3); }
.pr-eyebrow .ph   { font-size: 15px; }

/* ============================================================
   NAV
   ============================================================ */
.pr-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.pr-nav__inner  { display: flex; align-items: center; gap: 34px; height: 74px; }
.pr-nav__logo   { height: 25px !important; }
.pr-nav__links  { display: flex; gap: 28px; margin-left: 8px; }
.pr-nav__link {
  font-size: 15px; font-weight: 500; color: var(--fg-2);
  padding: 6px 0; position: relative; transition: color var(--dur-base);
}
.pr-nav__link:hover { color: var(--premier-blue); }
.pr-nav__link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 2px; background: var(--premier-blue);
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--dur-base) var(--ease-out);
}
.pr-nav__link:hover::after,
.pr-nav__link.is-active::after { transform: scaleX(1); }
.pr-nav__actions { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.pr-iconbtn {
  width: 42px; height: 42px; border-radius: 3px; border: none;
  background: transparent; color: var(--fg-1);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 21px; transition: background var(--dur-base);
}
.pr-iconbtn:hover { background: var(--fresh-water); }
.pr-nav__burger   { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.pr-hero {
  position: relative; background: var(--premier-blue);
  color: var(--bright-eyes); overflow: hidden;
}
.pr-hero--bg   { display: flex; align-items: center; min-height: 640px; }
.pr-hero__bg   { position: absolute; inset: 0; z-index: 0; }
.pr-hero__bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center right;
}
.pr-hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(0,55,100,.96) 0%, rgba(0,55,100,.86) 30%, rgba(0,55,100,.55) 58%, rgba(10,35,65,.40) 100%),
    linear-gradient(0deg, rgba(10,35,65,.55) 0%, rgba(10,35,65,0) 38%);
}
.pr-hero__content { position: relative; z-index: 2; width: 100%; padding: 88px 0; }
.pr-hero--bg .pr-hero__copy { max-width: 700px; }
.pr-hero__copy { position: relative; z-index: 2; }

/* Animação de entrada do hero — dispara no load, não no scroll */
.pr-hero h1 {
  font-weight: 800; font-size: clamp(40px,5vw,68px);
  line-height: 1.04; letter-spacing: -.02em; margin: 20px 0 0;
  animation: prFadeUp 1.0s var(--ease-out) 0.15s both;
}
.pr-hero__h1-soft { font-weight: 300; color: var(--blue-sky); }
.pr-hero__lead {
  font-size: 19px; line-height: 1.55;
  color: var(--fg-on-dark-2); margin: 22px 0 32px; max-width: 480px;
  animation: prFadeUp 1.0s var(--ease-out) 0.35s both;
}
.pr-hero__cta {
  display: flex; gap: 14px; flex-wrap: wrap; align-items: center;
  animation: prFadeUp 1.0s var(--ease-out) 0.55s both;
}

/* Hotspots */
.pr-hotspot { position: absolute; z-index: 10; }
.pr-hotspot__dot {
  width: 18px; height: 18px; border-radius: 50%;
  background: rgba(255,255,255,.92);
  box-shadow: 0 0 0 0 rgba(255,255,255,.55);
  cursor: pointer; position: relative; z-index: 2;
  animation: prPulse 2.4s ease-in-out infinite;
  transition: transform 180ms ease, background 180ms ease;
}
.pr-hotspot:hover .pr-hotspot__dot {
  transform: scale(1.25); background: #fff; animation: none;
  box-shadow: 0 0 0 5px rgba(255,255,255,.30);
}
@keyframes prPulse {
  0%   { box-shadow: 0 0 0 0    rgba(255,255,255,.55); }
  60%  { box-shadow: 0 0 0 12px rgba(255,255,255,0);   }
  100% { box-shadow: 0 0 0 0    rgba(255,255,255,0);   }
}
.pr-hotspot__card {
  position: absolute;
  bottom: calc(100% + 14px); left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: rgba(255,255,255,0);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-radius: 12px; padding: 16px; width: 400px;
  box-shadow: 0 8px 32px rgba(6,42,75,.18), 0 1px 4px rgba(6,42,75,.10);
  opacity: 0; pointer-events: none;
  transition: opacity 200ms ease, transform 200ms ease;
  white-space: normal; text-align: center;
}
.pr-hotspot__card img { width: 100%; height: auto; display: block; border-radius: 6px; }
.pr-hotspot__card::after {
  content: ''; position: absolute;
  left: 50%; bottom: -14px; transform: translateX(-50%);
  border: 7px solid transparent;
  border-top-color: rgba(255,255,255,.96);
}
.pr-hotspot:hover .pr-hotspot__card {
  opacity: 1; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.pr-hotspot--left .pr-hotspot__card {
  bottom: auto; top: 50%;
  left: auto; right: calc(100% + 14px);
  transform: translateY(-50%) translateX(8px);
}
.pr-hotspot--left .pr-hotspot__card::after {
  left: auto; right: -14px; bottom: auto; top: 50%;
  transform: translateY(-50%);
  border-top-color: transparent;
  border-left-color: rgba(255,255,255,.96);
}
.pr-hotspot--left:hover .pr-hotspot__card { transform: translateY(-50%) translateX(0); }
.pr-hotspot--dog { left: 58%; top: 65%; }
.pr-hotspot--cat { left: 88%; top: 55%; }

.pr-hero__logo {
    width:36%;
}

/* ============================================================
   SCIENCE STRIP
   ============================================================ */
.pr-strip { background: var(--white); border-top: 1px solid var(--border); }
.pr-strip__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; }
.pr-strip__item {
  padding: 34px 26px; display: flex; gap: 15px; align-items: flex-start;
  border-left: 1px solid var(--border);
  transition: background var(--dur-base) var(--ease-out);
}
.pr-strip__item:first-child { border-left: 0; }
.pr-strip__item:hover { background: var(--surface-soft); }
.pr-strip__icon {
  display: inline-flex; align-items: center; justify-content: center;
  background: #003764; border-radius: 4px; padding: 14px; flex: none;
  transition: transform var(--dur-base) var(--ease-out);
}
.pr-strip__item:hover .pr-strip__icon { transform: translateY(-4px) scale(1.08); }
.pr-strip__item h4 { margin: 0 0 4px; font-size: 15px; font-weight: 700; color: var(--fg-1); }
.pr-strip__item p  { margin: 0; font-size: 13px; line-height: 1.45; color: var(--fg-2); }

/* ============================================================
   SECTION
   ============================================================ */
.pr-section { padding: 96px 0; }
.pr-section__head { max-width: 820px; margin-bottom: 48px; }
.pr-section__head.center { margin-left: auto; margin-right: auto; text-align: center; }
.pr-section h2 {
  font-weight: 700; font-size: clamp(30px,3.4vw,46px);
  line-height: 1.1; letter-spacing: -.02em; color: var(--fg-1); margin: 14px 0 10px;
}

/* ============================================================
   FEATURE — split
   ============================================================ */
.pr-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.pr-feature__media {
  position: relative; border-radius: 3px; overflow: hidden;
  box-shadow: var(--shadow-md);
}
.pr-feature__media iframe { width: 100%; aspect-ratio: 16/9; display: block; }
.pr-feature h3 {
  font-size: 32px; font-weight: 700; letter-spacing: -.01em;
  color: var(--fg-1); margin: 14px 0 18px; line-height: 1.12;
}
.pr-feature p { font-size: 16px; line-height: 1.65; color: var(--fg-2); margin: 0 0 26px; }
.pr-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
.pr-list li {
  display: flex; gap: 14px; align-items: flex-start;
  font-size: 15.5px; color: var(--fg-1); line-height: 1.45;
}
.pr-list .ph {
  font-size: 24px; color: var(--premier-blue); flex: none; margin-top: 1px;
  transition: transform var(--dur-base) var(--ease-out);
}
.pr-list li:hover .ph { transform: scale(1.2) rotate(-6deg); }
.pr-list b     { font-weight: 600; }
.pr-list small { display: block; color: var(--fg-2); font-weight: 400; font-size: 13.5px; margin-top: 2px; }

/* ============================================================
   CATEGORY CARDS
   ============================================================ */
.pr-cats { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }

/* Overflow hidden na seção para evitar scroll horizontal durante animação */
.pr-cats-section { overflow: hidden; }
.pr-cat {
  position: relative; border-radius: 3px; overflow: hidden;
  aspect-ratio: 3/4; color: #fff; box-shadow: var(--shadow-sm);
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base);
}
.pr-cat:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pr-cat img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform var(--dur-slow) var(--ease-out);
}
.pr-cat:hover img { transform: scale(1.05); }
.pr-cat__veil {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,35,65,.82) 8%, rgba(10,35,65,.15) 55%, transparent 80%);
}
.pr-cat__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px; z-index: 2; }
.pr-cat__body h3 { font-size: 26px; font-weight: 700; margin: 0 0 4px; letter-spacing: -.01em; }
.pr-cat__body p  { margin: 0 0 14px; font-size: 13.5px; color: rgba(240,245,255,.8); }
.pr-cat__link {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 3px;
}
.pr-cat__link .ph { font-size: 16px; transition: transform var(--dur-base); }
.pr-cat:hover .pr-cat__link .ph { transform: translateX(4px); }

/* ============================================================
   PRODUTO EM DESTAQUE
   ============================================================ */
.pr-product {
  display: grid; grid-template-columns: 1fr 1.1fr;
  align-items: center;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 3px; box-shadow: var(--shadow-sm); overflow: hidden;
}
.pr-product__media {
  position: relative; background: var(--surface-soft);
  height: 100%; min-height: 420px;
  display: flex; align-items: center; justify-content: center;
}
.pr-product__media img { width: 78%; filter: drop-shadow(0 22px 40px rgba(6,42,75,.28)); }
.pr-product__body { padding: 90px 40px; }
.pr-product__rating {
  display: flex; align-items: center; gap: 9px;
  color: var(--fresh-water); font-size: 20px; margin-bottom: 14px;
}
.pr-product__rating span { color: var(--fg-2); font-size: 13.5px; font-weight: 600; letter-spacing: .01em; }
.pr-product__desc { font-size: 15.5px; line-height: 1.6; color: var(--fresh-water); margin: 0 0 20px; }
.pr-product__buy  { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }

.pr-product__body--bg { position: relative; overflow: hidden; }
.pr-product__body--bg::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background-image: url('https://premierpet.com.br/wp-content/uploads/2026/06/graos.webp');
  background-size: cover; background-position: center;
  background-color: rgba(0,55,100,.68);
  background-blend-mode: multiply;
}
.pr-product__body--bg > * { position: relative; z-index: 1; }

/* ============================================================
   VÍDEO TELA INTEIRA
   ============================================================ */
.pr-video-full {
  background: var(--bright-eyes);
  width: 100%;
  padding: 6% 0;
}

.pr-video-full__ratio {
  position: relative;
  width: 80%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(6, 42, 75, 0.35);
}

.pr-video-full__ratio iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

/* ============================================================
   PRODUTO — fundo azul sólido (sem imagem)
   ============================================================ */
.pr-product__body--solid {
  background: var(--premier-blue);
}
.pr-product__body--solid .pr-product__desc {
  color: var(--fresh-water);
}
.pr-product__body--solid .pr-product__desc b {
  color: var(--bright-eyes);
}

/* ============================================================
   SIGNATURE
   ============================================================ */
.pr-signature {
  background-color: var(--calm-night);
  text-align: center; padding: 110px 0;
  position: relative; overflow: hidden;
}
.pr-signature__logo { height: 60px !important; margin: 0 auto 36px; }
.pr-signature h2 {
  font-weight: 300; font-size: clamp(30px,4.4vw,56px);
  line-height: 1.18; letter-spacing: -.01em; margin: 0 auto; max-width: 760px;
}
.pr-signature h2 b { font-weight: 700; }
.pr-signature__glow {
  position: absolute; width: 700px; height: 700px; border-radius: 50%;
  left: 50%; top: 50%; transform: translate(-50%,-50%);
  background: radial-gradient(circle, rgba(140,180,215,.16), transparent 62%);
  pointer-events: none;
}

/* ============================================================
   FOOTER
   ============================================================ */
.pr-footer { background: var(--premier-blue); color: var(--fg-on-dark-2); padding: 64px 0 30px; }
.pr-footer__grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px; padding-bottom: 44px; border-bottom: 1px solid var(--border-on-dark);
}
.pr-footer__logo  { height: 28px !important; margin-bottom: 18px; }
.pr-footer__about { font-size: 14px; line-height: 1.6; max-width: 280px; margin: 0 0 20px; }
.pr-footer h5 {
  color: #fff; font-size: 13px; letter-spacing: .1em;
  text-transform: uppercase; margin: 0 0 16px; font-weight: 600;
}
.pr-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 3px; }
.pr-footer a   { font-size: 14px; transition: color var(--dur-base); }
.pr-footer a:hover { color: #fff; }
.pr-social { display: flex; gap: 10px; margin-top: 4px; }
.pr-social a {
  width: 40px; height: 40px; border-radius: 3px;
  border: 1px solid var(--border-on-dark);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 19px; color: var(--fg-on-dark);
  transition: all var(--dur-base);
}
.pr-social a:hover { background: #fff; color: var(--premier-blue); border-color: #fff; }
.pr-footer__base {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px; font-size: 12.5px; flex-wrap: wrap; gap: 10px;
}

/* ============================================================
   MENU MOBILE
   ============================================================ */
.pr-mobile {
  position: fixed; inset: 0; z-index: 110;
  background: var(--premier-blue); color: #fff;
  padding: 90px 32px 32px;
  transform: translateX(100%);
  transition: transform 280ms cubic-bezier(0.16,1,0.3,1);
  display: flex; flex-direction: column; gap: 6px;
  right: 0; left: auto; width: min(320px, 85vw);
}
.pr-mobile.is-open { transform: translateX(0); }
.pr-mobile a {
  font-size: 30px; font-weight: 600;
  padding: 14px 0; border-bottom: 1px solid var(--border-on-dark);
  color: #F0F5FF !important;
}
.pr-mobile__close {
  position: absolute; top: 24px; right: 26px;
  font-size: 26px; background: none; border: none; color: #fff;
}

/* ============================================================
   RESPONSIVO — 920px
   ============================================================ */
@media (max-width: 920px) {
  .pr-nav__links  { display: none; }
  .pr-nav__buy    { display: none; }
  .pr-nav__burger { display: inline-flex; }
  .pr-hero--bg    { min-height: 540px; }
  .pr-hero__content { padding: 56px 0; }
  .pr-feature,
  .pr-product     { grid-template-columns: 1fr; gap: 28px; }
  .pr-cats        { grid-template-columns: 1fr; }
  .pr-product__body { padding: 32px; }
  .pr-footer__grid  { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   RESPONSIVO — 768px (mobile)
   ============================================================ */
@media (max-width: 768px) {
  .pr-hero .pr-wrap  { padding-left: 20px; padding-right: 20px; }
  .pr-hero__copy     { max-width: 100%; }
  .pr-hero__lead     { font-size: 16px; max-width: 100%; }
  .pr-hero__bg img   { object-position: right center; }
  .pr-hero__overlay  {
    background:
      linear-gradient(180deg, rgba(0,55,100,.70) 0%, rgba(0,55,100,.50) 60%, rgba(10,35,65,.65) 100%),
      linear-gradient(90deg, rgba(0,55,100,.85) 0%, rgba(0,55,100,.40) 100%);
  }
  .pr-hotspot        { display: none; }
  .pr-strip__grid    { grid-template-columns: 1fr; }
  .pr-strip__item    { border-left: none; border-top: 1px solid var(--border); }
  .pr-strip__item:first-child { border-top: none; }
  .pr-footer__grid   { grid-template-columns: 1fr; gap: 32px; }
  .pr-footer__base   { flex-direction: column; align-items: flex-start; gap: 6px; }
}

/* ============================================================
   REDUCED MOTION — desativa tudo quando solicitado
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .pr-reveal { opacity: 1 !important; transform: none !important; }
}/* End custom CSS */