/* ══════════════════════════════════════════════════════════════════════
   URSO — clone estático de ursocimed.com.br
   urso.css — estilos custom das secções (hero, benefits, cgrid, multicolumn,
              newsletter, footer), extraídos do tema original.
   ══════════════════════════════════════════════════════════════════════ */

/* ══ HERO ═══════════════════════════════════════════════════════════ */
.urso-hero {
  position: relative;
  overflow: hidden;
  background: #050403;
}
.urso-hero__bg { position: absolute; inset: 0; }
.urso-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.urso-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9,7,7,0.8) 0%, rgba(9,7,7,0.8) 40%, rgba(26,23,21,0.78) 51%, rgba(9,7,7,0) 57%),
    rgba(5,4,3,0.25);
}
.urso-hero__mobileimg { display: none; }
.urso-hero__container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 560px;
  padding: 48px 0;
}
.urso-hero__content {
  max-width: 480px;
  text-align: left;
  transform: translate(0px, 0px);
}
.urso-hero__eyebrow {
  color: #f6c500;
  font-family: var(--font-body-family);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  font-size: 13px;
  margin-bottom: 14px;
}
.urso-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: 46px;
  line-height: 0.95;
  letter-spacing: 0.0px;
}
.urso-hero__title em,
.urso-hero__title strong {
  font-style: normal;
  font-weight: inherit;
  color: #f6c500;
}
.urso-hero__text {
  color: #c4bdb1;
  font-family: var(--font-body-family);
  font-size: 14px;
  line-height: 1.5;
  margin: 18px 0 0;
  max-width: 460px;
}
.urso-hero__buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.urso-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 28px;
  border-radius: 999px;
  font-family: var(--font-body-family);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.urso-hero__btn--primary {
  background: #f6c500;
  color: #1a1715;
}
.urso-hero__btn--primary:hover { filter: brightness(.92); }
.urso-hero__btn--secondary {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.urso-hero__btn--secondary:hover { background: rgba(255,255,255,.1); }
.urso-hero__btn--avise {
  background: transparent;
  border: 2px solid #f6c500;
  color: #f6c500;
}
.urso-hero__btn--avise:hover { background: rgba(246,197,0,.14); }

@media screen and (max-width: 749px) {
  .container {
    padding-left: min(24px, 5.970149253731344vw);
    padding-right: min(24px, 5.970149253731344vw);
  }
  .urso-hero__bg,
  .urso-hero__overlay { display: none; }
  .urso-hero__content {
    max-width: 100%;
    transform: none;
    text-align: left;
  }
  .urso-hero__eyebrow { font-size: 12px; margin-bottom: 12px; }
  .urso-hero__title { font-size: min(30px, 7.462686567164179vw); line-height: 0.95; }
  .urso-hero__text { font-size: 14px; max-width: 100%; margin-top: 18px; }
  .urso-hero__buttons { flex-direction: column; align-items: stretch; gap: 14px; margin-top: 28px; }
  .urso-hero__btn { height: 46px; font-size: 12px; width: 100%; }

  .urso-hero__mobileimg {
    display: block;
    position: relative;
  }
  .urso-hero__mobileimg img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
  }
  .urso-hero__mobileimg::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 40%;
    background: linear-gradient(to top, #050403 0%, transparent 100%);
  }
  .urso-hero__container { min-height: 0; padding: 6px 0 36px; }
}

/* ══ CARDS GRID (vitrine produto) ══════════════════════════════════ */
.urso-cgrid {
  background: var(--cg-bg, #090707);
  color: #fff;
  font-family: var(--font-body-family);
  margin-top: 116px;
  margin-bottom: 40px;
}
.urso-cgrid__wrap {
  max-width: var(--cg-maxw, 1360px);
  margin: 0 auto;
  padding: var(--cg-pt, 0) var(--cg-px, 20px) var(--cg-pb, 0);
}
.urso-cgrid__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 34px;
}
.urso-cgrid__eyebrow {
  margin: 0 0 10px;
  font-family: var(--font-body-family);
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: #f6c500;
}
.urso-cgrid__h2 {
  margin: 0;
  font-family: var(--font-heading-family);
  font-size: 50px;
  line-height: .95;
  letter-spacing: .2px;
  text-transform: uppercase;
  color: #ffffff;
}
.urso-cgrid__line {
  display: block;
  width: 64px;
  height: 7px;
  background: #f6c500;
  border-radius: 999px;
  margin-top: 28px;
}
.urso-cgrid__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.urso-cgrid__item { display: flex; align-items: stretch; min-width: 0; }
.urso-cgrid__item > .card-wrapper { width: 100%; }

@media screen and (min-width: 750px) and (max-width: 1099px) {
  .urso-cgrid__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media screen and (max-width: 749px) {
  .urso-cgrid { margin-top: 24px; margin-bottom: 24px; }
  .urso-cgrid__wrap { padding: 20px 18px 24px; }
  .urso-cgrid__h2 { font-size: 44px; }
  /* cards viram um carrossel horizontal (como no original) */
  .urso-cgrid__list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding-bottom: 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-right: calc(20px * -1);
    padding-right: 20px;
  }
  .urso-cgrid__list::-webkit-scrollbar { display: none; }
  .urso-cgrid__list > .urso-cgrid__item {
    flex: 0 0 88%;
    scroll-snap-align: start;
  }
  .urso-cgrid__list.is-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding-bottom: 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-right: calc(18px * -1);
    padding-right: 18px;
  }
  .urso-cgrid__list.is-carousel::-webkit-scrollbar { display: none; }
  .urso-cgrid__list.is-carousel > .urso-cgrid__item {
    flex: 0 0 88%;
    scroll-snap-align: start;
  }
}

/* ── Card de produto (dentro do cgrid) ────────────────────────────── */
.card-wrapper {
  position: relative;
  background: #1a1715;
  border-radius: 14px;
  padding: 14px;
  display: flex;
  flex-direction: column;
}
.card-wrapper__media { position: relative; }
.card.card--product {
  border-radius: 10px;
  overflow: hidden;
}
.card__inner { position: relative; }
.media {
  display: block;
  width: 100%;
}
.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.media--hover-effect { position: relative; }
.media--hover-effect .media--second {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .3s ease;
}
.media--hover-effect:hover .media--second { opacity: 1; }
.card__information-top { position: absolute; top: 10px; left: 10px; z-index: 5; }
.badge.discount-badge {
  display: inline-block;
  background: #090707;
  color: #f6c500;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 12px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.card-information { padding-top: 14px; }
.card-information__wrapper { display: flex; flex-direction: column; gap: 6px; }
.card__middle { display: flex; flex-direction: column; gap: 6px; }
.card__title {
  font-size: 20px;
  line-height: 1.15;
  color: #fff;
  margin: 0;
}
.card__title a:hover { text-decoration: underline; }
.urso-card__subtitle {
  color: #9c9488;
  font-size: 12px;
  line-height: 1.4;
}
.urso-card__esgotado {
  display: inline-block;
  color: #f6c500;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 2px;
}

/* Variantes (sabores) */
.urso-card__variants {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.urso-card__variant {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #3f3b37;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  color: #c4bdb1;
  transition: all .2s ease;
}
.urso-card__variant.is-active {
  border-color: #f6c500;
  color: #f6c500;
  background: rgba(246,197,0,.08);
}
.urso-card__variant-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f6c500;
}

/* Preço */
.price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.price__sale { display: flex; align-items: baseline; gap: 8px; }
.price-item--sale {
  color: #f6c500;
  font-size: 22px;
  font-weight: 900;
}
.price__compare s {
  color: #6b6358;
  font-size: 14px;
  font-weight: 700;
}
.urso-price-extra { color: #9c9488; font-size: 12px; }
.urso-price-installments { color: #c4bdb1; font-size: 12px; }

/* Botões do card */
.urso-card__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.urso-card__buttons .urso-btn { flex: 1 1 auto; min-width: 120px; }

/* Card "Hibernando" (avise) */
.card-wrapper.u-avise-card .card__title { font-size: 20px; }
.u-avise-texto { color: #f6c500; font-size: 13px; font-weight: 700; }
.u-avise-media { aspect-ratio: 1/1; }

/* ══ MULTICOLUMN ═════════════════════════════════════════════════════ */
.urso-multicolumn {
  padding-top: 74px;
  padding-bottom: 74px;
  background-color: #f6c500;
}
.urso-multicolumn .container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
.urso-multicolumn__header,
.urso-multicolumn__head {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 20px;
  text-align: center;
}
.urso-multicolumn__subheading {
  margin: 0 0 5px;
  color: #1a1715;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.urso-multicolumn__heading,
.urso-multicolumn__title {
  margin: 0;
  color: #1a1715;
  font-family: var(--font-heading-family);
  font-size: 34px;
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.urso-multicolumn__heading::after,
.urso-multicolumn__title::after {
  content: '';
  display: block;
  width: 42px;
  height: 4px;
  margin: 9px auto 0;
  border-radius: 999px;
  background: #090707;
}
.urso-multicolumn-list__wrapper,
.urso-multicolumn__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 195px));
  justify-content: center;
  gap: 12px;
  align-items: stretch;
}
.urso-multicolumn-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 125px;
  padding: 15px 12px;
  overflow: hidden;
  border: 0px solid #3f3b37;
  border-radius: 10px;
  background: #1a1715;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
  text-align: center;
}
.urso-multicolumn-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.urso-multicolumn-card__background,
.urso-multicolumn-card__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 100%;
}
.urso-multicolumn-card__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 100% 100%;
}
.urso-multicolumn-card__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: #1a1715;
  opacity: 0.08;
}
.urso-multicolumn-card__icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  margin: 0 auto 11px auto;
  border: 0px solid #f6c500;
  border-radius: 10px;
  background: #f6c500;
  color: #090707;
  flex-shrink: 0;
}
.urso-multicolumn-card__icon-box img {
  display: block;
  width: 21px;
  height: 21px;
  margin: auto;
  object-fit: contain;
}
.urso-multicolumn-card__heading {
  width: 100%;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
  margin: 0 0 7px;
  max-width: 300px;
}
.urso-multicolumn-card__text {
  width: 100%;
  color: #9c9488;
  font-size: 9px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  margin: 0;
  max-width: 300px;
}
.urso-multicolumn-card__text p { margin: 0; }
.urso-multicolumn-card__text p + p { margin-top: 8px; }

@media screen and (max-width: 989px) {
  .urso-multicolumn { padding-top: 56px; padding-bottom: 56px; }
  .urso-multicolumn-list__wrapper,
  .urso-multicolumn__grid { grid-template-columns: repeat(2, minmax(0, 280px)); justify-content: center; }
  .urso-multicolumn__heading,
  .urso-multicolumn__title { font-size: 31px; }
}
@media screen and (max-width: 749px) {
  .urso-multicolumn { padding-top: 42px; padding-bottom: 42px; }
  .urso-multicolumn .container { padding-left: 16px; padding-right: 16px; }
  .urso-multicolumn__header,
  .urso-multicolumn__head { margin-bottom: 20px; }
  .urso-multicolumn__heading,
  .urso-multicolumn__title { font-size: 27px; }
  .urso-multicolumn-list__wrapper,
  .urso-multicolumn__grid { grid-template-columns: 1fr; gap: 16px; }
  .urso-multicolumn-card {
    width: 100%;
    max-width: 340px;
    min-height: 160px;
    margin: 0 auto;
    padding: 20px 18px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .urso-multicolumn-card__icon-box {
    margin: 0 auto 12px auto;
  }
}

/* ══ NEWSLETTER ═════════════════════════════════════════════════════ */
.newsletter {
  position: relative;
  width: 100%;
  --urso-section-background: #000000;
  --urso-component-background: #000000;
  --urso-heading-color: #1a1715;
  --urso-text-color: #1a1715;
  --urso-input-background: #252525;
  --urso-input-color: #9c9488;
  --urso-button-background: #050505;
  --urso-button-color: #f7c900;
  --urso-border-color: #050505;
  background-color: var(--urso-section-background);
}

.section-newsletter-padding {
  padding-top: 10.4rem;
  padding-bottom: 8rem;
}

.newsletter .container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.newsletter__wrapper {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 215px;
  padding: 28px 40px;
  overflow: visible;
  border: 1px solid var(--urso-border-color);
  border-radius: 14px;
  background-color: var(--urso-component-background);
}

.newsletter__wrapper::before {
  content: '';
  position: absolute;
  z-index: -2;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background-image: url('../images/bg_news.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  opacity: 1.0;
}

.urso-newsletter__product-image {
  position: absolute;
  z-index: 2;
  left: 14%;
  top: 42%;
  width: 265px;
  max-width: none;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.urso-newsletter__product-image img,
.urso-newsletter__product-image svg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.urso-newsletter__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1000px;
  margin-left: 250px;
  text-align: left;
}

.urso-newsletter__subheading {
  margin: 0 0 5px;
  color: var(--urso-text-color);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.urso-newsletter__heading {
  margin: 0 0 8px;
  color: var(--urso-heading-color);
  font-family: var(--font-heading-family);
  font-size: 39px;
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.urso-newsletter__description {
  margin: 0 0 13px;
  color: var(--urso-text-color);
  font-size: 16px;
  line-height: 1.4;
}

.newsletter-form__wrapper {
  width: 100%;
  max-width: 580px;
}

.newsletter-form {
  width: 100%;
}

.newsletter-form__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: center;
  gap: 8px;
  width: 100% !important;
  max-width: none !important;
}

.newsletter-form__field-wrapper,
.newsletter-form__field-wrapper .field {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

.newsletter-form .field::before,
.newsletter-form .field::after {
  display: none;
}

.newsletter-form .field__input {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  box-sizing: border-box;
  min-height: 48px;
  margin: 0;
  padding: 0 18px;
  border: 0px solid #252525;
  border-radius: 50px;
  outline: none;
  box-shadow: none;
  background: var(--urso-input-background);
  color: var(--urso-input-color);
  font-size: 16px;
}

.newsletter-form .field__input::placeholder {
  color: var(--urso-input-color);
  opacity: 0.7;
}

.newsletter-form .field__input:focus {
  border-color: #050505;
  box-shadow: none;
  outline: none;
}

.newsletter-form .button_wrapper {
  width: auto;
  height: 48px;
}

.newsletter-form__button {
  width: auto;
  min-width: 105px;
  min-height: 48px;
  margin: 0;
  padding: 0 20px;
  border: 0px solid #050505;
  border-radius: 50px;
  background: var(--urso-button-background);
  color: var(--urso-button-color);
  font-family: var(--font-body-family);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.newsletter-form__button:hover {
  background: #252525;
  color: #f7c900;
  border-color: #252525;
}

.newsletter-form__message,
.urso-newsletter__msg {
  margin-top: 10px;
  font-size: 13px;
  min-height: 1em;
}
.urso-newsletter__msg.is-ok {
  color: #1a1715;
  font-weight: 700;
}
.urso-newsletter__msg.is-error {
  color: #b70000;
  font-weight: 700;
}

.urso-newsletter__legal {
  margin: 10px 0 0;
  color: var(--urso-text-color);
  font-size: 11px;
  line-height: 1.4;
  opacity: 0.72;
}

@media screen and (max-width: 989px) {
  .newsletter__wrapper {
    min-height: 215px;
    padding: 28px 30px;
  }
  .urso-newsletter__product-image {
    left: 14%;
    top: 42%;
    width: 135px;
  }
  .urso-newsletter__content {
    max-width: 600px;
    margin-left: 180px;
  }
  .urso-newsletter__heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 749px) {
  .section-newsletter-padding {
    padding-top: 6.8rem;
    padding-bottom: 5.6rem;
  }
  .newsletter .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .newsletter__wrapper {
    min-height: 380px;
    padding: 24px 20px;
    border-radius: 23px;
  }
  .urso-newsletter__product-image {
    left: 50%;
    top: 10%;
    width: 180px;
  }
  .urso-newsletter__content {
    max-width: 100%;
    margin-left: 0;
    padding-top: 115px;
    text-align: left;
  }
  .urso-newsletter__heading {
    font-size: 25px;
  }
  .urso-newsletter__description {
    font-size: 11px;
  }
  .newsletter-form__inner {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .newsletter-form .button_wrapper,
  .newsletter-form__button {
    width: 100%;
  }
}


/* ══ FOOTER ════════════════════════════════════════════════════════ */
.urso-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #1a1715;
}

.urso-footer__background {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url('../images/Footeraaa.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 0%;
  opacity: 1.0;
}

.urso-footer__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: #090707;
  opacity: 0.44;
}

.urso-footer__ticker {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  padding: 40px 0 10px;
  user-select: none;
}

.urso-footer__ticker-track {
  display: inline-flex;
  animation: urso-ticker 40s linear infinite;
}

.urso-footer__ticker span {
  font-family: var(--font-heading-family);
  font-size: 180px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.07);
  padding-right: 60px;
}

@keyframes urso-ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.urso-footer__main {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(0, 1fr));
  gap: 40px;
  padding: 40px 0 44px;
}

.urso-footer__brand {
  display: flex;
  flex-direction: column;
}

.urso-footer__logo {
  display: block;
  max-width: 150px;
  height: auto;
}

.urso-footer__logo img {
  max-width: 150px;
  width: 100%;
  height: auto;
  display: block;
}

.urso-footer__brandline {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 12px 0 0;
  color: #9C9488;
  font-size: 1.3rem;
}

.urso-footer__brandline strong {
  color: #FFFFFF;
  letter-spacing: 1px;
}

.urso-footer__desc {
  color: #9C9488;
  font-size: 1.4rem;
  line-height: 1.55;
  max-width: 34ch;
  margin: 14px 0 20px;
}

.urso-footer__socials {
  display: flex;
  gap: 18px;
}

.urso-footer__socials a {
  color: #F6C500;
  display: inline-flex;
}

.urso-footer__socials svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.urso-footer__col-heading,
.urso-footer__col-title {
  font-family: var(--font-subtitle-family);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.3rem;
  color: #FFFFFF;
  margin: 0 0 18px;
}

.urso-footer__menu,
.urso-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.urso-footer__menu a,
.urso-footer__links a {
  color: #C4BDB1;
  text-decoration: none;
  font-size: 1.5rem;
  transition: color .2s ease;
}

.urso-footer__menu a:hover,
.urso-footer__links a:hover {
  color: #F6C500;
}

.urso-footer__credit {
  border-top: 1px solid #262424;
  padding: 22px 0 26px;
  display: flex;
  align-items: flex-start;
  gap: 36px;
}

.urso-footer__credit-brand,
.urso-footer__credit-flag {
  font-family: var(--font-body-family);
  font-weight: 500;
  letter-spacing: 5px;
  font-size: 1.8rem;
  color: #FFFFFF;
  white-space: nowrap;
}

.urso-footer__credit-brand a,
.urso-footer__credit-flag a {
  color: inherit;
  text-decoration: none;
}

.urso-footer__disclaimer {
  color: #6B6358;
  font-size: 1.15rem;
  line-height: 1.55;
  max-width: 110ch;
  margin: 0;
}

.urso-footer__bottom {
  position: relative;
  z-index: 2;
  background: #F6C500;
}

.urso-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 14px 0;
}

.urso-footer__bottom span,
.urso-footer__bottom a,
.urso-footer__copy,
.urso-footer__mail {
  color: #090707;
  font-weight: 700;
  font-size: 1.4rem;
  text-decoration: none;
  margin: 0;
}

@media screen and (max-width: 989px) {
  .urso-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .urso-footer__main > :first-child {
    grid-column: 1 / -1;
  }
  .urso-footer__credit {
    flex-direction: column;
    gap: 14px;
  }
  .urso-footer__bottom-inner {
    justify-content: center;
    text-align: center;
  }
  .urso-footer__ticker span {
    font-size: 81px;
  }
}

@media screen and (max-width: 749px) {
  .urso-footer__main {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 0 28px;
  }
  .urso-footer__logo img {
    max-width: 130px;
  }
  .urso-footer__desc {
    max-width: 100%;
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 12px 0 16px;
  }
  .urso-footer__col-heading,
  .urso-footer__col-title {
    margin-bottom: 12px;
    font-size: 1.3rem;
  }
  .urso-footer__menu,
  .urso-footer__links {
    gap: 10px;
  }
  .urso-footer__menu a,
  .urso-footer__links a {
    font-size: 1.4rem;
  }
  .urso-footer__credit {
    padding: 20px 0;
    gap: 12px;
  }
  .urso-footer__credit-brand,
  .urso-footer__credit-flag {
    font-size: 1.5rem;
    letter-spacing: 4px;
  }
  .urso-footer__disclaimer {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .urso-footer__bottom-inner {
    flex-direction: column;
    gap: 6px;
    padding: 12px 16px;
    text-align: center;
  }
  .urso-footer__bottom span,
  .urso-footer__bottom a,
  .urso-footer__copy,
  .urso-footer__mail {
    font-size: 1.2rem;
  }
}


/* ══════════════════════════════════════════════════════════════════════
   ALINHAMENTO index.html — classes usadas no clone (espelham as originais)
   ══════════════════════════════════════════════════════════════════════ */

/* ── CGrid — título ─────────────────────────────────────────────────── */
.urso-cgrid__title {
  margin: 0;
  font-family: var(--font-heading-family);
  font-size: 50px;
  line-height: 0.95;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 749px) {
  .urso-cgrid__title { font-size: 44px; }
}

/* ── Card de produto (clone) ────────────────────────────────────────── */
.media { position: relative; overflow: hidden; border-radius: 10px; }
.media__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.media__img--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .3s ease;
}
.media:hover .media__img--hover { opacity: 1; }
.card__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 14px;
  flex: 1 1 auto;
}
.price__row { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.price__sale { color: #f6c500; font-size: 22px; font-weight: 900; }
.price__compare { color: #6b6358; font-size: 14px; font-weight: 700; }
.price__installments { color: #c4bdb1; font-size: 12px; margin-top: 2px; }
.card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}
.card__actions .urso-btn { flex: 1 1 auto; min-width: 130px; }

/* ── Newsletter (clone) ─────────────────────────────────────────────── */
.urso-newsletter-section .container {
  padding-top: 10.4rem;
  padding-bottom: 8rem;
}
.newsletter__product {
  position: absolute;
  z-index: 2;
  left: 14%;
  top: 42%;
  width: 265px;
  max-width: none;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.urso-newsletter__desc {
  margin: 0 0 13px;
  color: var(--urso-text-color);
  font-size: 16px;
  line-height: 1.4;
}
.urso-newsletter__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 580px;
}
.urso-newsletter__input {
  width: 100%;
  box-sizing: border-box;
  min-height: 48px;
  margin: 0;
  padding: 0 18px;
  border: 0;
  border-radius: 50px;
  outline: none;
  background: var(--urso-input-background);
  color: var(--urso-input-color);
  font-size: 16px;
}
.urso-newsletter__input::placeholder { color: var(--urso-input-color); opacity: 0.7; }
.urso-newsletter__btn {
  min-width: 105px;
  min-height: 48px;
  margin: 0;
  padding: 0 20px;
  border: 0;
  border-radius: 50px;
  background: var(--urso-button-background);
  color: var(--urso-button-color);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.urso-newsletter__btn:hover { background: #252525; color: #f7c900; }
.urso-newsletter__msg { margin-top: 10px; font-size: 13px; min-height: 1em; }
.urso-newsletter__msg.is-ok { color: #f7c900; }
.urso-newsletter__msg.is-error { color: #ff5a4a; }
@media screen and (max-width: 989px) {
  .newsletter__product { left: 14%; top: 42%; width: 135px; }
}
@media screen and (max-width: 749px) {
  .urso-newsletter-section .container { padding-top: 6.8rem; padding-bottom: 5.6rem; }
  .newsletter__product { left: 50%; top: 10%; width: 180px; }
  .urso-newsletter__desc { font-size: 11px; }
  .urso-newsletter__form { grid-template-columns: 1fr; }
  .urso-newsletter__btn { width: 100%; }
}

/* ── Aside menu (dropdown desktop) ──────────────────────────────────── */
.aside-menu {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 60;
  background: #0d0b09;
  border-bottom: 1px solid #262424;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
  animation: urso-aside-in .18s ease;
}
@keyframes urso-aside-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: none; }
}
.aside-menu__inner {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 22px 20px;
}
.aside-menu__promos { display: flex; gap: 24px; flex: 1 1 auto; }
.aside-menu__promo {
  position: relative;
  width: 200px;
  height: 100px;
  border-radius: 12px;
  overflow: hidden;
  flex: 0 0 auto;
}
.aside-menu__promo img { width: 100%; height: 100%; object-fit: cover; }
.aside-menu__promo-text {
  position: absolute;
  inset: auto 0 0 0;
  padding: 20px 10px 8px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}
.aside-menu__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  white-space: nowrap;
}
.aside-menu__links a {
  color: #c4bdb1;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 8px;
  display: block;
}
.aside-menu__links a:hover { color: #f6c500; }
.header__submenu__overlay {
  position: fixed;
  inset: 0;
  z-index: 55;
  background: rgba(5, 4, 3, 0.5);
}

/* ═══════════════ Vitrine: linha completa e filtros ═══════════════ */
.urso-cgrid__sub {
  margin: 8px 0 0;
  color: var(--color-urso-muted, #9c9488);
  font-size: 15px;
}

.urso-cgrid__cta {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.urso-filtros {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 34px;
}

.urso-filtro {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid rgba(246, 197, 0, 0.25);
  border-radius: 999px;
  background: transparent;
  color: var(--color-urso-cream, #c4bdb1);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.urso-filtro:hover { border-color: var(--color-urso-yellow, #f6c500); color: #fff; }

.urso-filtro.is-active {
  background: var(--color-urso-yellow, #f6c500);
  border-color: var(--color-urso-yellow, #f6c500);
  color: #050403;
}

.urso-filtro__n {
  font-size: 12px;
  opacity: .6;
}
.urso-filtro.is-active .urso-filtro__n { opacity: .55; }

.urso-vazio {
  padding: 40px 0;
  text-align: center;
  color: var(--color-urso-muted, #9c9488);
}

/* card: segunda imagem (ambientada) aparece no hover */
.urso-cgrid__item .media { position: relative; overflow: hidden; }
.urso-cgrid__item .media__img--hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .3s ease;
}
.urso-cgrid__item .card:hover .media__img--hover { opacity: 1; }

@media (hover: none) {
  .urso-cgrid__item .media__img--hover { display: none; }
}

@media (max-width: 640px) {
  .urso-filtros { gap: 8px; margin: 20px 0 24px; }
  .urso-filtro { padding: 8px 13px; font-size: 13px; }
}

/* Fundo do card: os potes são pretos e sumiriam contra o fundo preto do site */
.urso-cgrid__item .media {
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(246, 197, 0, 0.10) 0%, rgba(246, 197, 0, 0) 60%),
    linear-gradient(180deg, #221e1a 0%, #17130f 100%);
  border-radius: 10px;
}
.urso-cgrid__item .media__img--main {
  padding: 6%;
  box-sizing: border-box;
  object-fit: contain;
}

/* ═══════════════ Arsenal do Predador — seção exclusiva ═══════════════ */
.urso-kit {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(90% 120% at 15% 0%, #ffd52b 0%, rgba(255, 213, 43, 0) 55%),
    linear-gradient(160deg, #f6c500 0%, #e0ad00 100%);
  color: #0d0b09;
  padding: clamp(48px, 7vw, 96px) 0;
}

/* marca de garra ao fundo, bem sutil */
.urso-kit::after {
  content: "";
  position: absolute;
  top: -6%;
  right: -4%;
  width: min(46vw, 620px);
  aspect-ratio: 208 / 265;
  background: url("../images/claw_svg.png") center/contain no-repeat;
  opacity: .07;
  transform: rotate(12deg);
  pointer-events: none;
}

.urso-kit__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

/* ── imagem ── */
.urso-kit__media {
  position: relative;
  display: flex;
  justify-content: center;
}

.urso-kit__foto {
  width: 100%;
  max-width: 620px;
  height: auto;
  filter: drop-shadow(0 30px 45px rgba(0, 0, 0, .35));
}

.urso-kit__selo-desconto {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  min-width: 76px;
  padding: 14px 12px;
  border-radius: 999px;
  background: #0d0b09;
  color: var(--color-urso-yellow, #f6c500);
  font-family: var(--font-heading, inherit);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .01em;
  transform: rotate(-8deg);
}
.urso-kit__selo-desconto:empty { display: none; }

/* ── conteúdo ── */
.urso-kit__badge {
  display: inline-block;
  margin: 0 0 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #0d0b09;
  color: var(--color-urso-yellow, #f6c500);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.urso-kit__title {
  margin: 0 0 14px;
  font-size: clamp(34px, 5.2vw, 60px);
  line-height: .96;
  letter-spacing: -.01em;
  text-transform: uppercase;
}

.urso-kit__desc {
  margin: 0 0 26px;
  max-width: 46ch;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.5;
  color: rgba(13, 11, 9, .78);
}

.urso-kit__label {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(13, 11, 9, .6);
}

/* itens inclusos */
.urso-kit__itens {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.urso-kit__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 6px;
  border-radius: 10px;
  background: rgba(13, 11, 9, .07);
  text-align: center;
}

.urso-kit__item img {
  width: 100%;
  max-width: 62px;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.urso-kit__item-nome {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
}

.urso-kit__item-det {
  font-size: 10px;
  color: rgba(13, 11, 9, .55);
}

/* variantes */
.urso-kit__escolha { margin-bottom: 24px; }

.urso-kit__variantes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.urso-kit__variante {
  padding: 11px 16px;
  border: 1.5px solid rgba(13, 11, 9, .28);
  border-radius: 8px;
  background: transparent;
  color: #0d0b09;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}
.urso-kit__variante:hover { border-color: #0d0b09; }
.urso-kit__variante.is-active { background: #0d0b09; border-color: #0d0b09; color: var(--color-urso-yellow, #f6c500); }

/* preços */
.urso-kit__precos { margin-bottom: 22px; }

.urso-kit__pix {
  margin: 0;
  font-family: var(--font-heading, inherit);
  font-size: clamp(34px, 4.6vw, 50px);
  font-weight: 900;
  line-height: 1;
}
.urso-kit__pix span { font-size: .38em; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

.urso-kit__vista { margin: 8px 0 0; font-size: 16px; font-weight: 700; }
.urso-kit__vista s { opacity: .5; font-weight: 500; }
.urso-kit__parcela { margin: 3px 0 0; font-size: 14px; color: rgba(13, 11, 9, .7); }

.urso-kit__economia {
  display: inline-block;
  margin: 12px 0 0;
  padding: 5px 11px;
  border-radius: 6px;
  background: #0d0b09;
  color: var(--color-urso-yellow, #f6c500);
  font-size: 13px;
  font-weight: 800;
}

/* CTA */
.urso-kit__cta {
  width: 100%;
  padding: 19px 28px;
  border: 0;
  border-radius: 10px;
  background: #0d0b09;
  color: var(--color-urso-yellow, #f6c500);
  font-family: var(--font-heading, inherit);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .14s ease, box-shadow .14s ease, opacity .14s ease;
}
.urso-kit__cta:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0, 0, 0, .3); }
.urso-kit__cta:disabled { opacity: .78; transform: none; cursor: default; }

.urso-kit__frete {
  margin: 10px 0 0;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: rgba(13, 11, 9, .72);
}

.urso-kit__selos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 24px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(13, 11, 9, .16);
  list-style: none;
  font-size: 12.5px;
  font-weight: 700;
  color: rgba(13, 11, 9, .72);
}
.urso-kit__selos li::before { content: "✓ "; font-weight: 900; }

/* ── responsivo ── */
@media (max-width: 980px) {
  .urso-kit__inner { grid-template-columns: 1fr; gap: 26px; }
  .urso-kit__media { order: -1; }
  .urso-kit__foto { max-width: 420px; }
  .urso-kit::after { width: 70vw; opacity: .05; }
}

@media (max-width: 560px) {
  .urso-kit__itens { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .urso-kit__item:nth-child(4) { grid-column: 1 / 2; }
  .urso-kit__variante { flex: 1 1 calc(50% - 4px); text-align: center; }
  .urso-kit__selos { gap: 6px 14px; font-size: 11.5px; }
}

/* ═══════════════ Minha conta ═══════════════ */
.urso-conta { padding: clamp(40px, 6vw, 80px) 0 clamp(48px, 7vw, 96px); }
.urso-conta__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.urso-conta__titulo { margin: 0; font-size: clamp(28px, 4vw, 42px); text-transform: uppercase; }
.urso-conta__email { margin: 6px 0 0; color: var(--color-urso-muted, #9c9488); font-size: 15px; }
.urso-conta__sub {
  margin: 40px 0 16px; padding-top: 22px;
  border-top: 1px solid rgba(246, 197, 0, .18);
  font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--color-urso-yellow, #f6c500);
}
.urso-conta__vazio { color: var(--color-urso-muted, #9c9488); margin: 0 0 18px; }
.urso-conta__dados { margin: 0; display: grid; grid-template-columns: max-content 1fr; gap: 6px 20px; }
.urso-conta__dados dt { color: var(--color-urso-muted, #9c9488); font-size: 14px; }
.urso-conta__dados dd { margin: 0; font-size: 15px; }
.urso-conta__nota { margin: 16px 0 0; font-size: 13.5px; color: var(--color-urso-muted, #9c9488); }

.urso-pedidos { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.urso-pedido {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  background: var(--color-urso-card, #1a1715);
}
.urso-pedido__topo { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.urso-pedido__data { font-size: 13px; color: var(--color-urso-muted, #9c9488); }
.urso-pedido__estado { font-size: 12px; font-weight: 800; padding: 3px 10px; border-radius: 999px; background: rgba(255,255,255,.1); }
.urso-pedido__estado.is-paid { background: #1e7a3c; color: #fff; }
.urso-pedido__estado.is-pending { background: var(--color-urso-yellow, #f6c500); color: #0d0b09; }
.urso-pedido__estado.is-expired, .urso-pedido__estado.is-failed { background: #6b2020; color: #ffd9d9; }
.urso-pedido__itens { margin: 0 0 10px; font-size: 14.5px; line-height: 1.4; }
.urso-pedido__baixo { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.urso-pedido__id { font-size: 11.5px; color: rgba(255,255,255,.35); font-family: ui-monospace, monospace; }
.urso-pedido__total { font-size: 18px; color: var(--color-urso-yellow, #f6c500); }
