/* ============================================================
   VQZ PUBLICIDAD — services-cars.css v3
   SEÑAL ROJA — Decoración Vehicular
   ============================================================ */

/* ══ PAGE HERO ════════════════════════════════════════════════ */
#page-hero {
  position: relative;
  background: var(--bg);
  overflow: hidden;
  padding-top: 64px;
  border-bottom: 1px solid var(--g1);
}

/* Tight grid texture */
#page-hero::before {
  content: '';
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(227,0,0,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(227,0,0,.025) 1px, transparent 1px);
  background-size: 60px 60px;
}
#page-hero::after {
  content: '';
  position: absolute; right: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(to bottom, transparent, var(--R) 25%, var(--R) 75%, transparent);
  z-index: 1;
}

/* Data bar */
.ph-data-bar {
  position: relative; z-index: 2;
  border-bottom: 1px solid var(--g1);
  background: var(--bg1);
  display: flex; align-items: center;
  font-family: var(--f-code); font-size: 10px;
  letter-spacing: .22em; text-transform: uppercase;
  overflow-x: auto; overflow-y: hidden;
  scrollbar-width: none;
  animation: ph-slide-in .5s .1s var(--ease) both;
}
.ph-data-bar::-webkit-scrollbar { display: none; }
@keyframes ph-slide-in { from{opacity:0;transform:translateY(-8px)} to{opacity:1;transform:none} }

.ph-item {
  padding: 9px 20px;
  border-right: 1px solid var(--g1);
  color: var(--ink3); white-space: nowrap; flex-shrink: 0;
}
.ph-item.red { color: var(--R); }
.ph-item b   { color: var(--ink); font-weight: 600; }

/* Hero 2-col */
.ph-body {
  position: relative; z-index: 2;
  max-width: var(--max); margin: 0 auto;
  padding: clamp(56px,8vw,100px) clamp(20px,4vw,56px) 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px,5vw,80px);
  align-items: end;
}

.ph-left { padding-bottom: clamp(56px,7vw,100px); }

.ph-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-code); font-size: 9px; font-weight: 600;
  letter-spacing: .3em; text-transform: uppercase; color: var(--R);
  margin-bottom: 20px;
  animation: fade-up .55s .3s var(--ease) both;
}
.ph-eyebrow-dot { width: 5px; height: 5px; background: var(--R); animation: blink 1.4s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.2} }

.ph-h1 {
  font-family: var(--f-head);
  font-size: clamp(52px, 8.5vw, 128px);
  font-weight: 700; line-height: .86;
  letter-spacing: -.025em; text-transform: uppercase;
  animation: fade-up .7s .4s var(--ease) both;
}
.ph-h1 .s  { display: block; color: var(--ink); }
.ph-h1 .o  { display: block; color: transparent; -webkit-text-stroke: 1.5px var(--g2); }
[data-theme="light"] .ph-h1 .o { -webkit-text-stroke: 1.5px rgba(0,0,0,.14); }
.ph-h1 .r  { display: block; color: var(--R); }

.ph-desc {
  font-size: 15px; color: var(--ink2); line-height: 1.8;
  max-width: 460px; margin-top: 22px;
  animation: fade-up .7s .55s var(--ease) both;
}

.ph-cta-row {
  display: flex; gap: 14px; align-items: center; flex-wrap: wrap;
  margin-top: 32px;
  animation: fade-up .7s .7s var(--ease) both;
}

/* Right — hero image in data frame */
.ph-right {
  position: relative; align-self: stretch;
  animation: fade-up .7s .5s var(--ease) both;
}
.ph-img-frame {
  position: relative; overflow: hidden;
  border-left: 1px solid var(--g1);
  height: 100%;
  min-height: 460px;
}
.ph-img-frame img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(15%);
  transition: filter .6s, transform .8s var(--ease);
}
.ph-img-frame:hover img { filter: grayscale(0%); transform: scale(1.03); }

/* Red diagonal overlay on image */
.ph-img-frame::before {
  content: '';
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(
    135deg,
    rgba(227,0,0,.0) 60%,
    rgba(227,0,0,.22) 100%
  );
}
/* Top data label on image */
.ph-img-label {
  position: absolute; top: 0; left: 0; right: 0; z-index: 2;
  background: rgba(6,6,8,.72);
  backdrop-filter: blur(8px);
  display: flex; align-items: center; gap: 0;
  border-bottom: 1px solid var(--g1);
  font-family: var(--f-code); font-size: 9px;
  letter-spacing: .2em; text-transform: uppercase;
}
.ph-img-label-cell {
  padding: 8px 16px; border-right: 1px solid var(--g1);
  color: var(--ink3); flex-shrink: 0;
}
.ph-img-label-cell.red { color: var(--R); }

/* Ghost number */
.ph-ghost {
  position: absolute; left: clamp(20px,4vw,56px); bottom: -24px;
  font-family: var(--f-head); font-size: clamp(120px,18vw,240px);
  font-weight: 700; line-height: 1; text-transform: uppercase;
  color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.025);
  user-select: none; pointer-events: none; z-index: 1;
  animation: ghost-drift 9s ease-in-out infinite alternate;
}
[data-theme="light"] .ph-ghost { -webkit-text-stroke: 1px rgba(0,0,0,.04); }
@keyframes ghost-drift { from{transform:translateY(0)} to{transform:translateY(-12px)} }

/* ══ SERVICE NAV — PILLS ══════════════════════════════════════ */
#srv-nav {
  position: sticky; top: 63px; z-index: 90;
  background: var(--bg1);
  border-bottom: 1px solid var(--g1);
  overflow-x: auto; overflow-y: hidden;
  scrollbar-width: none;
}
#srv-nav::-webkit-scrollbar { display: none; }

.srv-nav-inner {
  display: flex; align-items: stretch;
  max-width: var(--max); margin: 0 auto;
  padding: 0 clamp(20px,4vw,56px);
}

.srv-nav-item {
  padding: 14px 24px;
  font-family: var(--f-code); font-size: 9px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink3); border-right: 1px solid var(--g1);
  border-bottom: 2px solid transparent;
  white-space: nowrap; text-decoration: none; flex-shrink: 0;
  transition: color .2s, border-color .2s, background .2s;
  display: flex; align-items: center; gap: 8px;
}
.srv-nav-item:hover { color: var(--ink); background: var(--bg2); }
.srv-nav-item.active { color: var(--R); border-bottom-color: var(--R); }

/* ══ SHARED SECTION HEADER ════════════════════════════════════ */
.sec-head {
  display: grid; grid-template-columns: 1fr auto;
  gap: 60px; align-items: end;
  margin-bottom: 64px;
}
.sec-head-right { text-align: right; min-width: 200px; }
.sec-num {
  font-family: var(--f-head);
  font-size: clamp(80px,12vw,160px);
  font-weight: 700; line-height: 1;
  color: transparent; -webkit-text-stroke: 1px var(--g1);
  display: block; line-height: .85;
  user-select: none;
}
[data-theme="light"] .sec-num { -webkit-text-stroke: 1px rgba(0,0,0,.07); }

/* ══ POLARIZADOS ══════════════════════════════════════════════ */
#polarizados {
  padding: var(--sec) 0;
  background: var(--bg);
  border-bottom: 1px solid var(--g1);
}
.pol-w { max-width: var(--max); margin: 0 auto; padding: 0 clamp(20px,4vw,56px); }

/* 3-tier comparison table */
.pol-tiers {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--g1);
  border: 1px solid var(--g1);
  margin-bottom: 2px;
}

.pol-card {
  background: var(--bg);
  position: relative; overflow: hidden;
  transition: background .25s;
  display: flex; flex-direction: column;
}
.pol-card:hover { background: var(--bg2); }
.pol-card.featured { background: var(--bg2); }
.pol-card.featured::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--R);
}

.pol-card-head {
  padding: 28px 28px 20px;
  border-bottom: 1px solid var(--g1);
  position: relative;
}
.pol-badge {
  display: inline-block;
  font-family: var(--f-code); font-size: 8px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  padding: 4px 10px; margin-bottom: 14px;
  background: var(--R2); color: var(--R);
  border: 1px solid var(--R3);
}
.pol-badge.top { background: var(--R); color: #fff; border-color: transparent; }

.pol-name {
  font-family: var(--f-head); font-size: 22px; font-weight: 700;
  text-transform: uppercase; color: var(--ink); line-height: 1.1; display: block;
}
.pol-sub { font-family: var(--f-code); font-size: 10px; letter-spacing: .16em; color: var(--ink3); margin-top: 4px; display: block; }

.pol-card-img {
  aspect-ratio: 16/9; overflow: hidden; flex-shrink: 0;
}
.pol-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(20%); transition: transform .5s var(--ease), filter .4s;
}
.pol-card:hover .pol-card-img img { transform: scale(1.05); filter: grayscale(0%); }

.pol-card-body { padding: 20px 28px; flex: 1; }
.pol-body-title {
  font-family: var(--f-code); font-size: 9px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; color: var(--ink3);
  margin-bottom: 10px; display: block;
}
.pol-specs { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.pol-spec {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 13px; color: var(--ink2); line-height: 1.5;
}
.pol-spec::before { content: '—'; color: var(--R); font-size: 12px; flex-shrink: 0; margin-top: 2px; }

.pol-card-foot {
  padding: 20px 28px;
  border-top: 1px solid var(--g1);
  display: flex; justify-content: space-between; align-items: center;
}
.pol-guarantee {
  font-family: var(--f-code); font-size: 9px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--ink3);
}
.pol-guarantee span { color: var(--R); }

/* Rejilla de películas adicionales */
.pol-extras {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--g1);
  border: 1px solid var(--g1);
  border-top: none;
}
.pol-extra {
  background: var(--bg1); padding: 20px 24px;
  border-bottom: 2px solid transparent;
  transition: background .2s, border-color .2s;
  position: relative; overflow: hidden;
}
.pol-extra:hover { background: var(--bg2); border-bottom-color: var(--R); }
.pol-extra-tag {
  font-family: var(--f-code); font-size: 8px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; color: var(--R);
  margin-bottom: 6px; display: block;
}
.pol-extra-name {
  font-family: var(--f-head); font-size: 16px; font-weight: 600;
  text-transform: uppercase; color: var(--ink); line-height: 1.1;
}
.pol-extra-desc { font-size: 12px; color: var(--ink2); margin-top: 6px; line-height: 1.6; }

/* ══ WRAPPING / VINILADO ══════════════════════════════════════ */
#wrapping {
  padding: var(--sec) 0;
  background: var(--bg1);
  border-bottom: 1px solid var(--g1);
}
.wrap-w { max-width: var(--max); margin: 0 auto; padding: 0 clamp(20px,4vw,56px); }

/* Bento-style grid */
.wrap-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  gap: 1px; background: var(--g1);
  border: 1px solid var(--g1);
}

.wb {
  background: var(--bg);
  position: relative; overflow: hidden;
  transition: background .25s;
}
.wb:hover { background: var(--bg2); }
.wb::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--R); transform: scaleX(0); transform-origin: left;
  transition: transform .38s var(--ease);
}
.wb:hover::after { transform: scaleX(1); }

/* Bento layout assignments */
.wb--main  { grid-column: span 8; }
.wb--side  { grid-column: span 4; display: flex; flex-direction: column; }
.wb--third { grid-column: span 4; }
.wb--half  { grid-column: span 6; }
.wb--full  { grid-column: span 12; }

/* Cell with image */
.wb-img { width: 100%; aspect-ratio: 16/10; overflow: hidden; }
.wb-img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(20%); transition: filter .4s, transform .5s var(--ease);
}
.wb:hover .wb-img img { filter: grayscale(0%); transform: scale(1.04); }

.wb-body { padding: 24px 28px; }
.wb-tag {
  font-family: var(--f-code); font-size: 9px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; color: var(--R);
  display: block; margin-bottom: 8px;
}
.wb-name {
  font-family: var(--f-head); font-size: 20px; font-weight: 700;
  text-transform: uppercase; color: var(--ink); line-height: 1.05;
}
.wb-desc { font-size: 13px; color: var(--ink2); margin-top: 8px; line-height: 1.65; }
.wb-specs { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 6px; }
.wb-spec-pill {
  font-family: var(--f-code); font-size: 9px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 5px 10px; border: 1px solid var(--g1); color: var(--ink3);
  transition: border-color .2s, color .2s;
}
.wb:hover .wb-spec-pill { border-color: var(--R3); color: var(--ink); }

/* Side stat tower inside bento */
.wb--side .wb-stat {
  flex: 1; padding: 20px 24px;
  border-bottom: 1px solid var(--g1);
  display: flex; flex-direction: column; justify-content: center;
}
.wb--side .wb-stat:last-child { border-bottom: none; }
.wb-stat-n {
  font-family: var(--f-head); font-size: 36px; font-weight: 700;
  color: var(--ink); line-height: 1;
}
.wb-stat-n em { font-style: normal; color: var(--R); }
.wb-stat-l {
  font-family: var(--f-code); font-size: 9px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; color: var(--ink3);
  margin-top: 4px;
}

/* ══ PPF — PAINT PROTECTION FILM ═════════════════════════════ */
#ppf {
  padding: var(--sec) 0;
  background: var(--bg);
  border-bottom: 1px solid var(--g1);
}
.ppf-w { max-width: var(--max); margin: 0 auto; padding: 0 clamp(20px,4vw,56px); }

/* Split layout: text + specs left, image right */
.ppf-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px,5vw,80px);
  align-items: start;
}

/* Spec rows — same pattern as process */
.ppf-spec-table { border: 1px solid var(--g1); margin-top: 40px; }
.ppf-row {
  display: grid; grid-template-columns: 44px 1fr;
  border-bottom: 1px solid var(--g1);
  transition: background .2s; position: relative; overflow: hidden;
}
.ppf-row:last-child { border-bottom: none; }
.ppf-row:hover { background: var(--bg2); }
.ppf-row::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px;
  background: var(--R); transform: scaleY(0); transform-origin: top;
  transition: transform .35s var(--ease);
}
.ppf-row:hover::before { transform: scaleY(1); }
.ppf-row-num {
  padding: 18px 0; text-align: center;
  font-family: var(--f-code); font-size: 9px; letter-spacing: .15em;
  color: var(--ink3); border-right: 1px solid var(--g1);
  transition: color .2s, background .2s;
}
.ppf-row:hover .ppf-row-num { color: var(--R); background: var(--R2); }
.ppf-row-body { padding: 18px 22px; }
.ppf-row-body h4 {
  font-family: var(--f-head); font-size: 14px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .05em; color: var(--ink);
}
.ppf-row-body p { font-size: 12px; color: var(--ink2); line-height: 1.6; margin-top: 3px; }

/* Image side */
.ppf-visual { position: relative; }
.ppf-img { overflow: hidden; border: 1px solid var(--g1); aspect-ratio: 4/5; }
.ppf-img img { width: 100%; height: 100%; object-fit: cover; }
.ppf-badge {
  position: absolute; top: 16px; right: 16px;
  background: var(--bg1); border: 1px solid var(--R3);
  padding: 14px 18px; text-align: center;
}
.ppf-badge-n {
  font-family: var(--f-head); font-size: 32px; font-weight: 700;
  color: var(--R); line-height: 1; display: block;
}
.ppf-badge-l {
  font-family: var(--f-code); font-size: 8px; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; color: var(--ink3);
  margin-top: 3px; display: block;
}
.ppf-data-row {
  display: flex; gap: 0; margin-top: 16px;
  border: 1px solid var(--g1);
}
.ppf-data-cell {
  flex: 1; padding: 14px 16px; border-right: 1px solid var(--g1);
  font-family: var(--f-code); font-size: 9px; letter-spacing: .15em;
  text-transform: uppercase; text-align: center;
}
.ppf-data-cell:last-child { border-right: none; }
.ppf-data-cell span { display: block; color: var(--R); font-weight: 700; margin-top: 3px; font-size: 11px; }

/* ══ TAPICERÍA / INTERIORS ════════════════════════════════════ */
#tapiceria {
  padding: var(--sec) 0;
  background: var(--bg1);
  border-bottom: 1px solid var(--g1);
}
.tap-w { max-width: var(--max); margin: 0 auto; padding: 0 clamp(20px,4vw,56px); }

/* 4-card grid */
.tap-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--g1); border: 1px solid var(--g1);
  margin-top: 56px;
}
.tap-card {
  background: var(--bg); position: relative; overflow: hidden;
  transition: background .25s; display: flex; flex-direction: column;
}
.tap-card:hover { background: var(--bg2); }
.tap-card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--R); transform: scaleX(0); transform-origin: left;
  transition: transform .4s var(--ease);
}
.tap-card:hover::after { transform: scaleX(1); }
.tap-img { aspect-ratio: 1/1; overflow: hidden; flex-shrink: 0; }
.tap-img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(25%); transition: transform .5s var(--ease), filter .4s;
}
.tap-card:hover .tap-img img { transform: scale(1.06); filter: grayscale(0%); }
.tap-body { padding: 20px; border-top: 1px solid var(--g1); flex: 1; }
.tap-idx {
  font-family: var(--f-code); font-size: 9px; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; color: var(--R);
  margin-bottom: 6px; display: block;
}
.tap-name {
  font-family: var(--f-head); font-size: 17px; font-weight: 700;
  text-transform: uppercase; color: var(--ink); line-height: 1.05;
}
.tap-desc { font-size: 12px; color: var(--ink2); margin-top: 7px; line-height: 1.6; }

/* ══ OTROS SERVICIOS VEHICULARES ══════════════════════════════ */
#otros {
  padding: var(--sec) 0;
  background: var(--bg);
  border-bottom: 1px solid var(--g1);
}
.otros-w { max-width: var(--max); margin: 0 auto; padding: 0 clamp(20px,4vw,56px); }

/* Horizontal data rows */
.otros-table { border: 1px solid var(--g1); margin-top: 56px; }
.otro-row {
  display: grid; grid-template-columns: 56px 1fr 1fr auto;
  border-bottom: 1px solid var(--g1);
  align-items: center;
  transition: background .2s; position: relative; overflow: hidden;
}
.otro-row:last-child { border-bottom: none; }
.otro-row:hover { background: var(--bg2); }
.otro-row::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px;
  background: var(--R); transform: scaleY(0); transform-origin: center;
  transition: transform .35s var(--ease);
}
.otro-row:hover::before { transform: scaleY(1); }
.otro-num {
  padding: 22px 0; text-align: center;
  font-family: var(--f-code); font-size: 10px; font-weight: 600; letter-spacing: .16em;
  color: var(--ink3); border-right: 1px solid var(--g1);
  transition: color .2s, background .2s;
}
.otro-row:hover .otro-num { color: var(--R); background: var(--R2); }
.otro-name { padding: 22px 28px; }
.otro-name h4 {
  font-family: var(--f-head); font-size: 15px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .05em; color: var(--ink);
}
.otro-name p { font-size: 12px; color: var(--ink2); margin-top: 3px; line-height: 1.5; }
.otro-tags { padding: 22px 20px; display: flex; gap: 6px; flex-wrap: wrap; }
.otro-tag {
  font-family: var(--f-code); font-size: 8px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; padding: 4px 9px;
  border: 1px solid var(--g1); color: var(--ink3);
  transition: border-color .2s, color .2s;
}
.otro-row:hover .otro-tag { border-color: var(--R3); color: var(--ink2); }
.otro-cta { padding: 22px 24px; border-left: 1px solid var(--g1); }
.otro-cta a {
  font-family: var(--f-code); font-size: 9px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--R);
  text-decoration: none; white-space: nowrap;
  transition: opacity .2s;
}
.otro-cta a:hover { opacity: .7; }

/* ══ PROCESO ══════════════════════════════════════════════════ */
#proceso {
  padding: var(--sec) 0;
  background: var(--bg1);
  border-bottom: 1px solid var(--g1);
}
.proc-w { max-width: var(--max); margin: 0 auto; padding: 0 clamp(20px,4vw,56px); }

.proc-table { border: 1px solid var(--g1); margin-top: 56px; }
.proc-row {
  display: grid; grid-template-columns: 80px 1fr 56px;
  border-bottom: 1px solid var(--g1);
  transition: background .25s; position: relative; overflow: hidden;
}
.proc-row:last-child { border-bottom: none; }
.proc-row:hover { background: var(--bg2); }
.proc-row::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px;
  background: var(--R); transform: scaleY(0); transform-origin: top;
  transition: transform .4s var(--ease);
}
.proc-row:hover::before { transform: scaleY(1); }

.proc-step {
  padding: 28px 20px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  border-right: 1px solid var(--g1); gap: 8px;
}
.proc-step-n {
  font-family: var(--f-head); font-size: 32px; font-weight: 700; line-height: 1;
  color: transparent; -webkit-text-stroke: 1px var(--g2);
  transition: color .25s, -webkit-text-stroke .25s;
}
.proc-row:hover .proc-step-n {
  color: var(--R); -webkit-text-stroke: 0px transparent;
}
.proc-step-label {
  font-family: var(--f-code); font-size: 8px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--ink3);
  text-align: center;
}

.proc-body { padding: 28px 36px; }
.proc-body h4 {
  font-family: var(--f-head); font-size: 17px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .05em; color: var(--ink); margin-bottom: 6px;
}
.proc-body p { font-size: 13px; color: var(--ink2); line-height: 1.65; max-width: 560px; }

.proc-icon {
  padding: 28px 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; border-left: 1px solid var(--g1);
  opacity: .2; transition: opacity .3s;
}
.proc-row:hover .proc-icon { opacity: 1; }

/* ══ TESTIMONIALS ═════════════════════════════════════════════ */
#testimonials {
  padding: var(--sec) 0;
  background: var(--bg);
  border-bottom: 1px solid var(--g1);
}
.testi-w { max-width: var(--max); margin: 0 auto; padding: 0 clamp(20px,4vw,56px); }

.testi-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--g1); border: 1px solid var(--g1);
  margin-top: 56px;
}
.testi-card {
  background: var(--bg); padding: 28px;
  position: relative; overflow: hidden; transition: background .25s;
}
.testi-card:hover { background: var(--bg2); }
.testi-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--R); transform: scaleX(0); transform-origin: left;
  transition: transform .4s var(--ease);
}
.testi-card:hover::before { transform: scaleX(1); }
.testi-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 16px;
}
.testi-stars { color: var(--R); font-size: 13px; letter-spacing: 2px; }
.testi-id {
  font-family: var(--f-code); font-size: 8px; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; color: var(--ink3);
}
.testi-quote {
  font-size: 14px; color: var(--ink2); line-height: 1.75; margin-bottom: 20px;
  font-style: italic;
}
.testi-quote::before { content: '"'; color: var(--R); font-style: normal; font-size: 18px; }
.testi-footer { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--g1); }
.testi-avatar {
  width: 36px; height: 36px; border-radius: 0;
  background: var(--bg3); display: flex; align-items: center; justify-content: center;
  font-family: var(--f-head); font-size: 14px; font-weight: 700; color: var(--R);
  flex-shrink: 0;
}
.testi-name { font-family: var(--f-head); font-size: 13px; font-weight: 600; text-transform: uppercase; color: var(--ink); }
.testi-type { font-family: var(--f-code); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink3); }

/* ══ CTA FINAL ════════════════════════════════════════════════ */
#srv-cta {
  padding: var(--sec) 0;
  background: var(--bg1);
  position: relative; overflow: hidden;
}
#srv-cta::before {
  content: '';
  position: absolute; top: 0; bottom: 0;
  right: clamp(20px, 26%, 400px); width: 1px;
  background: linear-gradient(to bottom, transparent, var(--R3) 30%, var(--R3) 70%, transparent);
}
.cta-inner {
  max-width: var(--max); margin: 0 auto;
  padding: 0 clamp(20px,4vw,56px);
  display: grid; grid-template-columns: 1fr auto;
  gap: 80px; align-items: center; position: relative; z-index: 2;
}
.cta-actions { display: flex; flex-direction: column; gap: 14px; min-width: 270px; }
.cta-actions .btn { justify-content: center; }
.cta-trust {
  display: flex; flex-direction: column; gap: 9px;
  margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--g1);
}
.cta-trust-i {
  font-family: var(--f-code); font-size: 10px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--ink3);
  display: flex; align-items: center; gap: 8px;
}
.cta-trust-i::before { content: '✓'; color: var(--R); font-size: 11px; }

/* ══ KEYFRAMES ════════════════════════════════════════════════ */
@keyframes fade-up { from{opacity:0;transform:translateY(32px)} to{opacity:1;transform:none} }

/* ══ RESPONSIVE ══════════════════════════════════════════════ */
@media (max-width: 1200px) {
  .pol-tiers   { grid-template-columns: 1fr 1fr; }
  .pol-extras  { grid-template-columns: repeat(3,1fr); }
  .ppf-layout  { grid-template-columns: 1fr; gap: 48px; }
  .tap-grid    { grid-template-columns: repeat(2,1fr); }
  .testi-grid  { grid-template-columns: repeat(2,1fr); }
  .otro-row    { grid-template-columns: 44px 1fr auto; }
  .otro-tags   { display: none; }
  .cta-inner   { grid-template-columns: 1fr; gap: 48px; }
  .cta-actions { flex-direction: row; flex-wrap: wrap; min-width: 0; }
}
@media (max-width: 900px) {
  .ph-body       { grid-template-columns: 1fr; }
  .ph-right      { display: none; }
  .ph-ghost      { display: none; }
  .pol-tiers     { grid-template-columns: 1fr; }
  .pol-extras    { grid-template-columns: 1fr 1fr; }
  .wb--main      { grid-column: span 12; }
  .wb--side      { grid-column: span 12; flex-direction: row; }
  .wb--side .wb-stat { border-bottom: none; border-right: 1px solid var(--g1); }
  .wb--third     { grid-column: span 6; }
  .wb--half      { grid-column: span 12; }
  .tap-grid      { grid-template-columns: repeat(2,1fr); }
  .testi-grid    { grid-template-columns: 1fr; }
  .proc-row      { grid-template-columns: 60px 1fr; }
  .proc-icon     { display: none; }
  .sec-head      { grid-template-columns: 1fr; gap: 20px; }
  .sec-head-right { text-align: left; }
}
@media (max-width: 600px) {
  .pol-extras    { grid-template-columns: 1fr; }
  .tap-grid      { grid-template-columns: 1fr; }
  .wb--third     { grid-column: span 12; }
  .otro-row      { grid-template-columns: 36px 1fr; }
  .otro-cta      { display: none; }
  .cta-actions   { flex-direction: column; }
}