@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;600;700&family=Source+Serif+4:opsz,wght@8..60,500;8..60,600;8..60,700&display=swap");

:root {
  --pv-navy: #0c1f3d;
  --pv-navy-mid: #152a4a;
  --pv-copper: #b87333;
  --pv-copper-light: #d4955c;
  --pv-plat: #f0f4f8;
  --pv-white: #fff;
  --pv-slate: #475569;
  --pv-muted: #64748b;
  --pv-line: #cbd5e1;
  --pv-cyan: #94a3b8;
  --pv-font: "Red Hat Display", system-ui, sans-serif;
  --pv-serif: "Source Serif 4", Georgia, serif;
  --pv-rail: 248px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--pv-font); color: var(--pv-navy); background: var(--pv-plat); line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--pv-copper); text-decoration: none; }
a:hover { text-decoration: underline; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 9999; background: var(--pv-navy); color: #fff; padding: 8px 16px; }
.skip-link:focus { left: 8px; top: 8px; }

.pv-container { width: min(1100px, 92%); margin: 0 auto; }
.pv-label { display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--pv-copper); margin-bottom: 10px; }

/* Rail lateral */
.pv-rail { position: fixed; top: 0; left: 0; bottom: 0; width: var(--pv-rail); background: var(--pv-navy); color: #fff; z-index: 150; display: flex; flex-direction: column; padding: 24px 20px; border-right: 1px solid rgba(255,255,255,.08); }
.pv-rail-logo img { height: 40px; width: auto; margin-bottom: 32px; }
.pv-rail-nav { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.pv-rail-nav a { color: rgba(255,255,255,.7); font-size: .86rem; font-weight: 600; padding: 10px 12px; border-radius: 4px; text-decoration: none; border-left: 3px solid transparent; }
.pv-rail-nav a:hover, .pv-rail-nav a.active { color: #fff; background: rgba(255,255,255,.06); border-left-color: var(--pv-copper); }
.pv-rail-foot { font-size: .72rem; color: rgba(255,255,255,.45); margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.pv-rail-foot a { color: var(--pv-cyan); }
.pv-rail-toggle { display: none; position: fixed; top: 12px; left: 12px; z-index: 160; background: var(--pv-navy); color: #fff; border: none; padding: 10px 14px; border-radius: 4px; cursor: pointer; font-size: 1.2rem; }
.pv-main-wrap { margin-left: var(--pv-rail); min-height: 100vh; }

.btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 26px; font-weight: 700; font-size: .86rem; border: 2px solid transparent; cursor: pointer; text-decoration: none; transition: transform .15s, box-shadow .15s; font-family: var(--pv-font); border-radius: 4px; }
.btn:hover { text-decoration: none; }
.btn-copper:hover { background: #a3662e; color: #fff; }
.btn-copper { background: var(--pv-copper); color: #fff; border-color: var(--pv-copper); }
.btn-navy { background: var(--pv-navy); color: #fff; border-color: var(--pv-navy); }
.btn-navy:hover { background: var(--pv-navy-mid); color: #fff; }
.btn-outline { background: transparent; color: var(--pv-navy); border-color: var(--pv-line); }
.btn-block { width: 100%; }

/* Hero */
.pv-hero { background: var(--pv-white); }
.pv-hero-band { background: var(--pv-navy-mid); padding: 10px 4%; text-align: center; border-bottom: 1px solid rgba(255,255,255,.06); }
.pv-hero-band span { font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.75); }
.pv-hero-body { display: grid; grid-template-columns: 1.05fr 1fr; gap: 0; min-height: auto; }
.pv-hero-copy { padding: clamp(40px, 6vw, 72px) clamp(24px, 5vw, 56px); display: flex; flex-direction: column; justify-content: center; }
.pv-hero-copy h1 { font-family: var(--pv-serif); font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; margin: 0 0 18px; }
.pv-hero-lead { color: var(--pv-muted); font-size: 1rem; max-width: 48ch; margin: 0 0 28px; }
.pv-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.pv-hero-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.pv-hero-tags span { font-size: .7rem; padding: 6px 12px; background: var(--pv-plat); border: 1px solid var(--pv-line); border-radius: 4px; color: var(--pv-slate); font-weight: 600; }
.pv-hero-visual { position: relative; overflow: hidden; background: var(--pv-navy-mid); }
.pv-hero-visual img { width: 100%; height: 100%; object-fit: cover; min-height: 360px; }
.pv-hero-badge { position: absolute; bottom: 20px; left: 20px; right: 20px; background: rgba(255,255,255,.96); color: var(--pv-navy); padding: 12px 16px; border-left: 3px solid var(--pv-copper); font-size: .76rem; box-shadow: 0 4px 20px rgba(12,31,61,.12); }
.pv-hero-badge strong { display: block; font-size: .72rem; color: var(--pv-copper); margin-bottom: 2px; }

/* Stats — barra discreta */
.pv-stats { background: var(--pv-white); border-bottom: 1px solid var(--pv-line); padding: 20px 4%; }
.pv-stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 1100px; margin: 0 auto; text-align: center; }
.pv-stat strong { display: block; font-family: var(--pv-serif); font-size: 1.35rem; color: var(--pv-navy); font-weight: 600; }
.pv-stat span { font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; color: var(--pv-muted); }

/* Sections */
.pv-section { padding: 72px 0; }
.pv-section--white { background: var(--pv-white); }
.pv-section-head { margin-bottom: 36px; max-width: 580px; }
.pv-section-head h2 { font-family: var(--pv-serif); font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 8px 0 10px; }
.pv-section-head p { color: var(--pv-muted); margin: 0; font-size: .92rem; }
.pv-section-head--center { text-align: center; margin-left: auto; margin-right: auto; }

/* Photo grid */
.pv-photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pv-photo-card { margin: 0; border: 1px solid var(--pv-line); background: var(--pv-white); overflow: hidden; }
.pv-photo-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.pv-photo-card figcaption { padding: 10px 14px; font-size: .76rem; font-weight: 600; border-top: 1px solid var(--pv-line); background: var(--pv-plat); }

/* Service grid */
.pv-svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.pv-svc-card { border: 1px solid var(--pv-line); background: var(--pv-white); overflow: hidden; display: flex; flex-direction: column; }
.pv-svc-card:hover { border-color: #b8c4d4; }
.pv-svc-img { aspect-ratio: 16/9; overflow: hidden; background: var(--pv-navy-mid); }
.pv-svc-img img { width: 100%; height: 100%; object-fit: cover; }
.pv-svc-body { padding: 20px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.pv-sku { font-size: .65rem; font-weight: 700; color: var(--pv-copper); letter-spacing: .1em; font-family: ui-monospace, monospace; }
.pv-svc-body h3 { font-size: 1rem; margin: 8px 0; font-weight: 700; }
.pv-svc-body p { font-size: .84rem; color: var(--pv-muted); margin: 0 0 auto; }
.pv-svc-price { margin-top: 14px; font-weight: 700; color: var(--pv-navy); }

/* Table */
.pv-table-wrap { overflow-x: auto; border: 1px solid var(--pv-line); background: var(--pv-white); }
.pv-price-table { width: 100%; border-collapse: collapse; font-size: .86rem; min-width: 700px; }
.pv-price-table th { background: var(--pv-copper); color: #fff; text-align: left; padding: 14px 18px; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.pv-price-table td { padding: 14px 18px; border-bottom: 1px solid var(--pv-line); }
.pv-price-table tr:hover td { background: var(--pv-plat); }
.pv-price-table .sku { font-family: ui-monospace, monospace; font-size: .72rem; color: var(--pv-copper); font-weight: 700; }
.pv-price-table .usd { font-weight: 700; color: var(--pv-navy); white-space: nowrap; }
.pv-price-table tr.pv-row-feat td { background: #fef9f3; }
.pv-table-note { font-size: .78rem; color: var(--pv-muted); margin-top: 14px; text-align: center; }

/* Timeline */
.pv-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pv-tl-card { text-align: center; padding: 20px 14px; background: var(--pv-white); border: 1px solid var(--pv-line); border-top: 3px solid var(--pv-copper); }
.pv-tl-num { font-family: var(--pv-serif); font-size: 1.6rem; color: var(--pv-copper); font-weight: 700; margin-bottom: 8px; }
.pv-tl-card h3 { font-size: .88rem; margin: 0 0 6px; }
.pv-tl-card p { font-size: .78rem; color: var(--pv-muted); margin: 0; }

/* FAQ */
.pv-faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.pv-faq-card { background: var(--pv-white); border: 1px solid var(--pv-line); padding: 22px; border-left: 4px solid var(--pv-navy); }
.pv-faq-card h3 { font-size: .9rem; margin: 0 0 8px; }
.pv-faq-card p { font-size: .84rem; color: var(--pv-muted); margin: 0; }

/* CTA */
.pv-cta { background: var(--pv-navy); color: #fff; padding: 56px 4%; text-align: center; }
.pv-cta h2 { font-family: var(--pv-serif); font-size: clamp(1.5rem, 3vw, 2rem); margin: 0 0 12px; }
.pv-cta p { margin: 0 0 24px; opacity: .8; font-size: .92rem; }
.pv-cta .btn-outline { color: #fff; border-color: rgba(255,255,255,.3); }

/* Contact — layout profesional */
.pv-contact-layout { display: grid; grid-template-columns: minmax(280px, 360px) 1fr; gap: 20px; align-items: start; }
.pv-contact-photo { border: 1px solid var(--pv-line); overflow: hidden; border-radius: 4px; aspect-ratio: 4/5; max-height: 420px; }
.pv-contact-photo img { width: 100%; height: 100%; object-fit: cover; }
.pv-contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pv-contact-map { border: 1px solid var(--pv-line); overflow: hidden; min-height: 280px; border-radius: 4px; grid-column: 1 / -1; margin-top: 4px; }
.pv-contact-map iframe { width: 100%; height: 100%; min-height: 280px; border: 0; display: block; }
.pv-contact-tile { background: var(--pv-white); border: 1px solid var(--pv-line); padding: 18px 20px; border-radius: 4px; }
.pv-contact-tile h3 { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--pv-copper); margin: 0 0 8px; }
.pv-contact-tile p { margin: 0; font-size: .88rem; line-height: 1.5; }
.pv-contact-photo-page { border: 1px solid var(--pv-line); overflow: hidden; border-radius: 4px; aspect-ratio: 16/10; max-height: 300px; margin-bottom: 20px; }
.pv-contact-photo-page img { width: 100%; height: 100%; object-fit: cover; }
.pv-contact-page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.ads-disclaimer { background: #fff7ed; border: 1px solid #fed7aa; border-left: 4px solid var(--pv-copper); padding: 16px 20px; margin: 32px auto; font-size: .82rem; color: #9a3412; max-width: 1100px; width: 92%; }
.ads-disclaimer a { color: var(--pv-navy); font-weight: 700; }

.pv-footer { background: var(--pv-navy-mid); color: rgba(255,255,255,.8); padding: 48px 0 24px; }
.pv-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 28px; margin-bottom: 28px; }
.pv-footer-brand p { font-size: .84rem; margin: 12px 0 0; color: rgba(255,255,255,.55); max-width: 30ch; }
.pv-footer-col h4 { color: var(--pv-copper-light); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 12px; }
.pv-footer-col a { display: block; color: rgba(255,255,255,.7); font-size: .84rem; margin-bottom: 8px; text-decoration: none; }
.pv-footer-legal { display: flex; flex-wrap: wrap; gap: 12px 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); margin-bottom: 14px; }
.pv-footer-legal a { color: rgba(255,255,255,.55); font-size: .76rem; text-decoration: none; }
.pv-footer-copy { font-size: .72rem; color: rgba(255,255,255,.4); margin: 0; }
.pv-legal-strip { padding: 14px 0; font-size: .78rem; text-align: center; color: var(--pv-muted); border-top: 1px solid var(--pv-line); }

.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 200; background: var(--pv-navy); color: #fff; padding: 18px; transform: translateY(110%); transition: transform .35s; box-shadow: 0 -12px 40px rgba(0,0,0,.25); }
.cookie-banner.show { transform: translateY(0); }
.cookie-inner { max-width: 1100px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.cookie-inner p { margin: 0; font-size: .82rem; max-width: 680px; }
.cookie-inner a { color: var(--pv-cyan); }
.cookie-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-btns .btn-outline { color: #fff; border-color: rgba(255,255,255,.25); }

.reveal { opacity: 0; transform: translateY(10px); transition: opacity .4s ease, transform .4s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Inner pages header */
.pv-topbar { background: var(--pv-navy); color: rgba(255,255,255,.85); font-size: .74rem; }
.pv-topbar-inner { display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; justify-content: center; padding: 8px 16px; max-width: 1100px; margin: 0 auto; }
.pv-topbar a { color: #fff; text-decoration: none; }
.pv-header { background: var(--pv-white); border-bottom: 1px solid var(--pv-line); position: sticky; top: 0; z-index: 100; }
.pv-header-inner { display: flex; align-items: center; gap: 16px; padding: 14px 4%; max-width: 1100px; margin: 0 auto; }
.pv-header .pv-logo img { height: 38px; }
.pv-nav { display: flex; gap: 22px; margin-left: auto; }
.pv-nav a { color: var(--pv-navy); font-size: .86rem; font-weight: 600; text-decoration: none; opacity: .75; }
.pv-nav a:hover, .pv-nav a.active { opacity: 1; color: var(--pv-copper); }
.pv-nav-toggle { display: none; background: none; border: none; font-size: 1.3rem; cursor: pointer; margin-left: auto; }

.legal-page { padding: 48px 0 72px; background: var(--pv-white); }
.legal-page h1 { font-family: var(--pv-serif); font-size: clamp(1.9rem, 4vw, 2.5rem); margin: 0 0 8px; }
.legal-page .fecha { color: var(--pv-muted); margin-bottom: 24px; }
.legal-page h2 { font-size: 1.12rem; margin: 28px 0 10px; color: var(--pv-navy); }
.legal-page table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: .84rem; }
.legal-page th, .legal-page td { border: 1px solid var(--pv-line); padding: 10px 12px; text-align: left; }
.legal-page th { background: var(--pv-plat); }

.pv-section-page { padding: 56px 0 72px; }
.pv-section-head-page { text-align: center; margin-bottom: 36px; }
.pv-section-head-page h1 { font-family: var(--pv-serif); font-size: clamp(1.9rem, 4vw, 2.5rem); margin: 8px 0; }
.pv-about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.pv-about-visual img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 1px solid var(--pv-line); }

/* Catalog */
.pv-cat-hero { background: var(--pv-navy); color: #fff; padding: 64px 4% 48px; text-align: center; position: relative; overflow: hidden; }
.pv-cat-hero-bg { position: absolute; inset: 0; opacity: .25; }
.pv-cat-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.pv-cat-hero .pv-container { position: relative; z-index: 1; }
.pv-cat-hero h1 { font-family: var(--pv-serif); font-size: clamp(1.9rem, 4vw, 2.6rem); margin: 8px 0; }
.pv-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; justify-content: center; }
.pv-chip { background: var(--pv-white); border: 1px solid var(--pv-line); padding: 8px 16px; font-size: .76rem; font-weight: 700; cursor: pointer; border-radius: 4px; font-family: var(--pv-font); }
.pv-chip.active, .pv-chip:hover { background: var(--pv-copper); color: #fff; border-color: var(--pv-copper); }
.pv-cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; }
.pv-cat-card { background: var(--pv-white); border: 1px solid var(--pv-line); overflow: hidden; }
.pv-cat-img { height: 180px; overflow: hidden; background: var(--pv-navy-mid); }
.pv-cat-img img { width: 100%; height: 100%; object-fit: cover; }
.pv-cat-body { padding: 22px; }
.pv-cat-body h2 { font-size: 1.05rem; margin: 6px 0 8px; font-family: var(--pv-serif); }
.feat-tags { list-style: none; padding: 0; margin: 0 0 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.feat-tags li { font-size: .66rem; padding: 4px 10px; background: var(--pv-plat); border-radius: 4px; color: var(--pv-muted); }
.modalidad-tag { font-size: .72rem; color: var(--pv-copper); font-weight: 600; display: block; margin-bottom: 12px; }
.precio-slot { background: var(--pv-plat); padding: 12px 14px; margin-bottom: 14px; border-left: 3px solid var(--pv-copper); }
.precio-line strong { color: var(--pv-navy); font-size: 1.05rem; }
.precio-line span { display: block; font-size: .72rem; color: var(--pv-muted); }
.precio-note { font-size: .72rem; color: var(--pv-muted); margin: 4px 0 0; }
.tasa-bcv { font-size: .72rem; }

@media (max-width: 1024px) {
  .pv-rail { transform: translateX(-100%); transition: transform .3s; }
  .pv-rail.open { transform: translateX(0); }
  .pv-rail-toggle { display: block; }
  .pv-main-wrap { margin-left: 0; padding-top: 52px; }
  .pv-hero-body { grid-template-columns: 1fr; }
  .pv-svc-grid { grid-template-columns: 1fr; }
  .pv-stats-row { grid-template-columns: repeat(2, 1fr); }
  .pv-timeline { grid-template-columns: 1fr 1fr; }
  .pv-contact-layout { grid-template-columns: 1fr; }
  .pv-contact-photo { max-height: 280px; aspect-ratio: 16/10; }
  .pv-contact-details { grid-template-columns: 1fr; }
  .pv-about-split { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .pv-photo-grid { grid-template-columns: 1fr; }
  .pv-faq-grid { grid-template-columns: 1fr; }
  .pv-timeline { grid-template-columns: 1fr; }
  .pv-stats-row { grid-template-columns: 1fr; }
  .pv-footer-grid { grid-template-columns: 1fr; }
  .pv-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; padding: 16px; border-bottom: 1px solid var(--pv-line); }
  .pv-nav.open { display: flex; }
  .pv-nav-toggle { display: block; }
  .pv-header { position: relative; }
  .header-cta { display: none; }
}
