/* ==========================================================
   ARV Premium UI (scoped)
   - CATÁLOGO + SINGLE
========================================================== */

.arv-scope{
  --bg: #ffffff;
  --soft: #f6f7fb;
  --card: #ffffff;
  --text: #141826;
  --muted: rgba(20,24,38,.62);
  --line: rgba(20,24,38,.10);

  --accent: #4b25f0;
  --accent2: #3517c9;

  --radius: 22px;
  --shadow: 0 22px 60px rgba(20, 24, 38, .12);
  --shadow2: 0 12px 30px rgba(20, 24, 38, .10);

  color: var(--text);
  font-family: inherit;
  overflow-x: clip; /* evita scroll horizontal por fullbleed */
}

.arv-scope *{ box-sizing: border-box; }
.arv-scope a{ text-decoration: none !important; }
.arv-scope img{ max-width: 100%; height: auto; display:block; }

.arv-scope .arv-wrap{
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 18px !important;
}

/* FULLBLEED */
.arv-scope .arv-fullbleed{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* Helpers */
.arv-scope .arv-empty{
  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(20,24,38,.10);
  background: #fff;
  box-shadow: 0 10px 24px rgba(20,24,38,.10);
}

/* ==========================================================
   SINGLE — (ESTO ARREGLA TU DISEÑO)
========================================================== */

.arv-scope.arv-single{
  background: var(--bg);
}

/* HERO */
.arv-scope .arv-hero{
  padding: 110px 0 26px;
  background:
    linear-gradient(180deg, rgba(10,12,18,.55), rgba(10,12,18,.15) 55%, rgba(10,12,18,0)),
    var(--arv-hero-bg, radial-gradient(circle at 20% 20%, #2b2f45 0%, #0b0d14 60%));
  background-size: cover;
  background-position: center;
}

.arv-scope .arv-heroCard{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(20,24,38,.08);
  border-radius: 28px;
  padding: 18px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.arv-scope .arv-heroMedia{
  border-radius: 22px;
  overflow: hidden;
  background: #e9ecf4;
  box-shadow: 0 18px 50px rgba(20,24,38,.16);
}

.arv-scope .arv-heroImg{
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 900px){
  .arv-scope .arv-heroImg{ height: 320px; }
}
@media (max-width: 560px){
  .arv-scope .arv-hero{ padding-top: 96px; }
  .arv-scope .arv-heroImg{ height: 240px; }
}

.arv-scope .arv-heroImg--empty{
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 950;
  color: rgba(20,24,38,.55);
}

/* Spec bar overlay */
.arv-scope .arv-specBar{
  margin: -22px auto 0;
  width: calc(100% - 70px);
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  border-radius: 18px;
  padding: 14px 16px;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  box-shadow: 0 20px 55px rgba(75,37,240,.25);
  position: relative;
}
@media (max-width: 900px){
  .arv-scope .arv-specBar{
    width: calc(100% - 26px);
    grid-template-columns: repeat(2, 1fr);
    margin-top: -18px;
  }
}

.arv-scope .arv-specItem{
  position: relative;
  padding-right: 8px;
}
.arv-scope .arv-specItem__k{
  font-size: 10px;
  letter-spacing: .12em;
  font-weight: 900;
  color: rgba(255,255,255,.70);
  margin-bottom: 2px;
}
.arv-scope .arv-specItem__v{
  font-size: 13px;
  font-weight: 950;
  color: #fff;
}

/* thumbs */
.arv-scope .arv-thumbs{
  margin-top: 14px;
  display:flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.arv-scope .arv-thumb{
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 14px;
  overflow: hidden;
  flex: 0 0 auto;
  width: 74px;
  height: 56px;
  box-shadow: 0 10px 22px rgba(20,24,38,.12);
  outline: none;
}
.arv-scope .arv-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content */
.arv-scope .arv-content{
  background: var(--soft);
  padding: 34px 0 64px;
}

.arv-scope .arv-grid2{
  display:grid;
  grid-template-columns: 1.35fr .95fr;
  gap: 22px;
  align-items: start;
}
@media (max-width: 980px){
  .arv-scope .arv-grid2{ grid-template-columns: 1fr; }
}

.arv-scope .arv-left{
  background: #fff;
  border: 1px solid rgba(20,24,38,.08);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--shadow2);
}

.arv-scope .arv-titleRow{
  display:flex;
  gap: 14px;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.arv-scope .arv-title{
  margin: 0;
  font-weight: 950;
  letter-spacing: -.02em;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.05;
  color: var(--text);
}
.arv-scope .arv-price{
  font-weight: 950;
  font-size: 18px;
  color: var(--text);
  opacity: .92;
}

.arv-scope .arv-sub{
  margin-top: 10px;
  color: rgba(20,24,38,.70);
  font-size: 14px;
}

.arv-scope .arv-text{
  margin-top: 14px;
  color: rgba(20,24,38,.78);
  line-height: 1.6;
  font-size: 14px;
}

/* Check list premium */
.arv-scope .arv-check{
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display:grid;
  gap: 10px;
}
.arv-scope .arv-check li{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  color: rgba(20,24,38,.80);
  font-size: 14px;
}
.arv-scope .arv-check li::before{
  content:"";
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(75,37,240,.14);
  border: 1px solid rgba(75,37,240,.20);
  margin-top: 2px;
  position: relative;
  flex: 0 0 18px;
}
.arv-scope .arv-check li::after{
  content:"";
  position: relative;
  left: -28px;
  top: 7px;
  width: 7px;
  height: 4px;
  border-left: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(-45deg);
}

/* Quote box */
.arv-scope .arv-quote{
  margin-top: 18px;
  border-radius: 18px;
  background: rgba(75,37,240,.07);
  border: 1px solid rgba(75,37,240,.14);
  padding: 16px;
  display:flex;
  gap: 12px;
}
.arv-scope .arv-quote__icon{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 24px;
  font-weight: 950;
  color: var(--accent);
  background: rgba(75,37,240,.12);
}
.arv-scope .arv-quote__t{
  font-weight: 950;
  color: var(--text);
}
.arv-scope .arv-quote__p{
  margin-top: 4px;
  color: rgba(20,24,38,.72);
  font-size: 13px;
  line-height: 1.45;
}

/* Right form card */
.arv-scope .arv-formCard{
  border-radius: 22px;
  padding: 18px;
  background: linear-gradient(180deg, #2b155f, #1a0f3d);
  color: #fff;
  box-shadow: 0 24px 65px rgba(20,24,38,.18);
  position: sticky;
  top: 110px;
}
@media (max-width: 980px){
  .arv-scope .arv-formCard{ position: static; top:auto; }
}
.arv-scope .arv-formCard__h{
  font-weight: 950;
  font-size: 18px;
  letter-spacing: -.01em;
}
.arv-scope .arv-formCard__p{
  margin-top: 6px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.45;
}

.arv-scope .arv-fieldGrid{
  margin-top: 14px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.arv-scope .arv-field--full{ grid-column: 1 / -1; }

.arv-scope .arv-field label{
  display:block;
  font-size: 12px;
  font-weight: 900;
  color: rgba(255,255,255,.84);
  margin-bottom: 6px;
}

.arv-scope .arv-field input,
.arv-scope .arv-field select,
.arv-scope .arv-field textarea{
  width: 100% !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  background: rgba(255,255,255,.08) !important;
  padding: 11px 12px !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}
.arv-scope .arv-field textarea{ resize: vertical; min-height: 90px; }
.arv-scope .arv-field input::placeholder,
.arv-scope .arv-field textarea::placeholder{
  color: rgba(255,255,255,.55) !important;
}
.arv-scope .arv-field input:focus,
.arv-scope .arv-field select:focus,
.arv-scope .arv-field textarea:focus{
  box-shadow: 0 0 0 4px rgba(75,37,240,.25) !important;
  border-color: rgba(255,255,255,.28) !important;
}

.arv-scope .arv-hp{ display:none; }

/* Buttons */
.arv-scope .arv-btn{
  grid-column: 1 / -1;
  border: 0;
  border-radius: 999px;
  padding: 12px 14px;
  font-weight: 950;
  cursor: pointer;
  transition: transform .12s ease, opacity .12s ease, box-shadow .12s ease;
}
.arv-scope .arv-btn--primary{
  background: linear-gradient(90deg, #4b25f0, #3517c9);
  color: #fff;
  box-shadow: 0 18px 44px rgba(75,37,240,.30);
}
.arv-scope .arv-btn--primary:hover{ opacity: .96; }
.arv-scope .arv-btn--primary:active{ transform: translateY(1px); }

.arv-scope .arv-btn--ghost{
  background: rgba(255,255,255,.10);
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
}
.arv-scope .arv-btn--ghost:hover{ opacity: .96; }
.arv-scope .arv-btn--ghost:active{ transform: translateY(1px); }

.arv-scope .arv-toast{
  grid-column: 1 / -1;
  margin-top: 6px;
  text-align:center;
  font-size: 13px;
  color: rgba(255,255,255,.88);
}

/* ==========================================================
   CATÁLOGO
========================================================== */

.arv-scope.arv-catalog .arv-cat{
  background: var(--bg) !important;
  padding: 28px 0 60px !important;
}

.arv-scope .arv-catHeader{
  display:flex !important;
  justify-content: space-between !important;
  align-items:flex-end !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
  margin-bottom: 16px !important;
}

.arv-scope .arv-catTitle{
  margin: 0 !important;
  font-weight: 950 !important;
  letter-spacing: -.02em !important;
  font-size: 34px !important;
  line-height: 1.1 !important;
}

.arv-scope .arv-catSub{
  margin: 10px 0 0 !important;
  color: var(--muted) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

.arv-scope .arv-catLayout{
  display:grid !important;
  grid-template-columns: 360px 1fr !important;
  gap: 18px !important;
  align-items:start !important;
}
@media (max-width: 980px){
  .arv-scope .arv-catLayout{ grid-template-columns: 1fr !important; }
}

/* filtros */
.arv-scope .arv-panelCard{
  background: var(--soft) !important;
  border: 1px solid rgba(20,24,38,.06) !important;
  border-radius: 20px !important;
  padding: 14px !important;
  box-shadow: 0 10px 24px rgba(20,24,38,.06) !important;
  position: sticky !important;
  top: 110px !important;
}
@media (max-width: 980px){
  .arv-scope .arv-panelCard{ position: static !important; top:auto !important; }
}
.arv-scope .arv-panelTitle{
  font-weight: 950 !important;
  font-size: 16px !important;
  margin: 2px 2px 12px !important;
}
.arv-scope .arv-filter{ margin-bottom: 12px !important; }
.arv-scope .arv-filter label{
  display:block !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .05em !important;
  color: rgba(20,24,38,.65) !important;
  margin: 0 0 6px !important;
}
.arv-scope input.arv-input,
.arv-scope .arv-input{
  width: 100% !important;
  border-radius: 999px !important;
  border: 1px solid var(--line) !important;
  background: #fff !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  outline: none !important;
  color: var(--text) !important;
  box-shadow: none !important;
}
.arv-scope select.arv-select,
.arv-scope .arv-select{
  width: 100% !important;
  border-radius: 999px !important;
  border: 1px solid var(--line) !important;
  background: #fff !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  outline: none !important;
  color: var(--text) !important;
  box-shadow: none !important;
  appearance: auto !important;
}
.arv-scope .arv-input:focus,
.arv-scope .arv-select:focus{
  box-shadow: 0 0 0 4px rgba(75,37,240,.16) !important;
  border-color: rgba(75,37,240,.45) !important;
}

/* icon buscar (no SVG gigante) */
.arv-scope .arv-inputIcon{ position: relative !important; }
.arv-scope .arv-ico-search{
  position:absolute !important;
  left: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 18px !important;
  height: 18px !important;
  pointer-events:none !important;
  opacity: .65 !important;
  background-repeat: no-repeat !important;
  background-size: 18px 18px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23141826' d='M10.5 3a7.5 7.5 0 105.02 13.09l3.2 3.2a1 1 0 001.42-1.42l-3.2-3.2A7.5 7.5 0 0010.5 3zm0 2a5.5 5.5 0 110 11 5.5 5.5 0 010-11z'/%3E%3C/svg%3E");
}
.arv-scope .arv-inputIcon .arv-input{ padding-left: 42px !important; }

.arv-scope .arv-btnLite{
  width: 100% !important;
  border-radius: 999px !important;
  border: 0 !important;
  color: #fff !important;
  background: linear-gradient(90deg, var(--accent), var(--accent2)) !important;
  padding: 12px 14px !important;
  font-weight: 950 !important;
  cursor:pointer !important;
  box-shadow: 0 16px 36px rgba(75,37,240,.22) !important;
}
.arv-scope .arv-miniMeta{
  margin-top: 14px !important;
  display:grid !important;
  gap: 10px !important;
  color: var(--muted) !important;
  font-size: 13px !important;
}
.arv-scope .arv-catPager{ display:flex !important; gap: 8px !important; flex-wrap: wrap !important; }
.arv-scope .arv-pbtn{
  border: 1px solid rgba(20,24,38,.12) !important;
  background: #fff !important;
  border-radius: 999px !important;
  padding: 8px 12px !important;
  cursor:pointer !important;
  font-weight: 950 !important;
  color: rgba(20,24,38,.82) !important;
}
.arv-scope .arv-pbtn.is-active{
  border: 0 !important;
  color: #fff !important;
  background: linear-gradient(90deg, var(--accent), var(--accent2)) !important;
}
.arv-scope .arv-pbtn:disabled{ opacity:.45 !important; cursor:not-allowed !important; }

/* results grid */
.arv-scope .arv-resultsPanel{ min-width: 0 !important; }
.arv-scope .arv-grid{ display:grid !important; gap:18px !important; }
.arv-scope .arv-cols-1{ grid-template-columns:1fr !important; }
.arv-scope .arv-cols-2{ grid-template-columns:repeat(2,1fr) !important; }
.arv-scope .arv-cols-3{ grid-template-columns:repeat(3,1fr) !important; }
.arv-scope .arv-cols-4{ grid-template-columns:repeat(4,1fr) !important; }
@media (max-width: 1024px){
  .arv-scope .arv-cols-3, .arv-scope .arv-cols-4{ grid-template-columns:repeat(2,1fr) !important; }
}
@media (max-width: 640px){
  .arv-scope .arv-cols-2, .arv-scope .arv-cols-3, .arv-scope .arv-cols-4{ grid-template-columns:1fr !important; }
}

.arv-scope .arv-loading{
  grid-column: 1 / -1 !important;
  background:#fff !important;
  border: 1px solid rgba(20,24,38,.10) !important;
  border-radius: 18px !important;
  padding: 16px !important;
  text-align:center !important;
  color: var(--muted) !important;
}

.arv-scope .arv-catEmpty{
  margin-top: 14px !important;
  background:#fff !important;
  border: 1px solid rgba(20,24,38,.10) !important;
  border-radius: 18px !important;
  padding: 16px !important;
  text-align:center !important;
  color: var(--muted) !important;
}

/* cards */
.arv-scope .arv-vcard{
  position: relative !important;
  background: #fff !important;
  border: 1px solid rgba(20,24,38,.10) !important;
  border-radius: 22px !important;
  padding: 16px !important;
  box-shadow: var(--shadow2) !important;
  overflow: hidden !important;
  transition: transform .16s ease, box-shadow .16s ease !important;
}
.arv-scope .arv-vcard:hover{
  transform: translateY(-3px) !important;
  box-shadow: var(--shadow) !important;
}
.arv-scope .arv-vcard__top{ margin-bottom: 12px !important; }
.arv-scope .arv-vcard__title{
  margin: 0 0 6px !important;
  font-weight: 950 !important;
  letter-spacing: -.02em !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
}
.arv-scope .arv-vcard__title a{ color: var(--text) !important; }
.arv-scope .arv-vcard__desc{
  margin: 0 !important;
  color: rgba(20,24,38,.68) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}
.arv-scope .arv-vcard__media{
  position: relative !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: #eef0f6 !important;
  box-shadow: 0 18px 44px rgba(20,24,38,.12) !important;
}
.arv-scope .arv-vcard__imgLink{ display:block !important; }
.arv-scope .arv-vcard__media img{
  width: 100% !important;
  height: 240px !important;
  object-fit: cover !important;
  display:block !important;
}
@media (max-width: 640px){
  .arv-scope .arv-vcard__media img{ height: 210px !important; }
}
.arv-scope .arv-vcard__ph{
  height: 240px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color: rgba(20,24,38,.55) !important;
  font-weight: 900 !important;
}
@media (max-width: 640px){
  .arv-scope .arv-vcard__ph{ height: 210px !important; }
}
.arv-scope .arv-vcard__price{
  position:absolute !important;
  top: 14px !important;
  right: 14px !important;
  background: rgba(75,37,240,.12) !important;
  border: 1px solid rgba(75,37,240,.25) !important;
  color: #2b1a7a !important;
  font-weight: 950 !important;
  font-size: 13px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  backdrop-filter: blur(8px) !important;
}
.arv-scope .arv-vcard__specbar{
  position:absolute !important;
  left: 50% !important;
  bottom: 14px !important;
  transform: translateX(-50%) !important;
  width: calc(100% - 28px) !important;
  background: linear-gradient(90deg, var(--accent), var(--accent2)) !important;
  border-radius: 16px !important;
  padding: 12px 14px !important;
  display:grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  box-shadow: 0 18px 48px rgba(75,37,240,.25) !important;
}
.arv-scope .arv-vcard__spec{
  display:flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  position: relative !important;
}
.arv-scope .arv-vcard__spec:first-child:after{
  content:"" !important;
  position:absolute !important;
  right: -6px !important; top: 50% !important;
  transform: translateY(-50%) !important;
  width: 1px !important; height: 26px !important;
  background: rgba(255,255,255,.28) !important;
}
.arv-scope .arv-vcard__spec .k{
  font-size: 10px !important;
  letter-spacing: .12em !important;
  font-weight: 900 !important;
  color: rgba(255,255,255,.72) !important;
}
.arv-scope .arv-vcard__spec .v{
  font-size: 13px !important;
  font-weight: 950 !important;
  color: #fff !important;
}
.arv-scope .arv-vcard__list{
  list-style:none !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
  display:grid !important;
  gap: 10px !important;
}
.arv-scope .arv-vcard__list li{
  display:flex !important;
  gap: 10px !important;
  align-items:flex-start !important;
  color: rgba(20,24,38,.76) !important;
  font-size: 13px !important;
}
.arv-scope .arv-vcard__list .i{
  width: 18px !important; height: 18px !important;
  border-radius: 999px !important;
  background: rgba(75,37,240,.14) !important;
  position: relative !important;
  flex: 0 0 18px !important;
  margin-top: 1px !important;
}
.arv-scope .arv-vcard__list .i:after{
  content:"" !important;
  position:absolute !important;
  left: 5px !important; top: 4px !important;
  width: 7px !important; height: 4px !important;
  border-left: 2px solid var(--accent) !important;
  border-bottom: 2px solid var(--accent) !important;
  transform: rotate(-45deg) !important;
}
.arv-scope .arv-vcard__go{
  position:absolute !important;
  right: 14px !important;
  bottom: 14px !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 999px !important;
  background: #fff !important;
  border: 1px solid rgba(20,24,38,.10) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-shadow: 0 14px 30px rgba(20,24,38,.12) !important;
}
.arv-scope .arv-vcard__go svg{
  width: 20px !important;
  height: 20px !important;
  fill: rgba(20,24,38,.85) !important;
}
