@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;0,9..144,700;1,9..144,400&family=Nunito+Sans:ital,opsz,wght@0,6..12,400;0,6..12,600;0,6..12,700;1,6..12,400&display=swap");

:root {
  --ivory: #faf8ff;
  --lavender: #ede9fe;
  --lavender-deep: #ddd6fe;
  --indigo: #4338ca;
  --indigo-dark: #312e81;
  --violet: #7c3aed;
  --rose: #f472b6;
  --slate: #475569;
  --ink: #1e1b4b;
  --border: #c4b5fd;
  --font-display: "Fraunces", Georgia, serif;
  --font-ui: "Nunito Sans", system-ui, sans-serif;
  --radius: 24px;
  --radius-sm: 16px;
  --shadow: 0 20px 50px rgba(67,56,202,.12);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-ui); font-size: 1rem; line-height: 1.65; color: var(--ink); background: var(--ivory); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--indigo); text-decoration: none; }
a:hover { color: var(--violet); }
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.2; color: var(--indigo-dark); }
.container { width: min(1120px, 92vw); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; z-index: 9999; background: var(--indigo); color: #fff; padding: 8px 16px; }
.skip-link:focus { left: 8px; top: 8px; }

.strip-bar { background: var(--indigo-dark); color: var(--lavender); font-size: .74rem; padding: 8px 0; }
.strip-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; width: min(1120px, 92vw); margin-inline: auto; }
.tasa-bcv { color: var(--rose); font-size: .72rem; }

.site-header { background: var(--indigo-dark); border-bottom: 3px solid var(--violet); position: sticky; top: 0; z-index: 200; }
.site-header.light { background: rgba(250,248,255,.95); backdrop-filter: blur(10px); border-bottom: 2px solid var(--lavender-deep); }
.site-header.light .nav-panel a { color: var(--slate); }
.site-header.light .nav-panel a:hover, .site-header.light .nav-panel a.active { color: var(--indigo); background: var(--lavender); }
.header-inner { display: flex; align-items: center; gap: 18px; padding: 14px 4vw; max-width: 1120px; margin-inline: auto; }
.logo img { height: 40px; width: auto; }
.nav-panel { display: flex; gap: 6px; margin-left: auto; }
.nav-panel a { font-size: .84rem; font-weight: 700; color: var(--lavender); padding: 8px 14px; border-radius: 999px; transition: background .2s, color .2s; }
.nav-panel a:hover, .nav-panel a.active { background: rgba(124,58,237,.25); color: #fff; }
.nav-btn { display: none; margin-left: auto; background: var(--violet); color: #fff; border: none; padding: 8px 12px; border-radius: 10px; cursor: pointer; font-weight: 700; }
.header-cta { white-space: nowrap; }

.btn { display: inline-flex; align-items: center; justify-content: center; padding: 13px 26px; font-family: var(--font-ui); font-size: .88rem; font-weight: 700; border: none; border-radius: 999px; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-indigo { background: var(--indigo); color: #fff; box-shadow: 0 4px 20px rgba(67,56,202,.35); }
.btn-indigo:hover { background: var(--indigo-dark); color: #fff; }
.btn-violet { background: var(--violet); color: #fff; }
.btn-violet:hover { color: #fff; }
.btn-outline { background: transparent; color: var(--indigo); border: 2px solid var(--indigo); }
.btn-outline:hover { background: var(--lavender); }
.btn-outline-light { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.6); }
.btn-outline-light:hover { background: rgba(255,255,255,.15); color: #fff; }
.btn-block { width: 100%; }

/* Magazine hero */
.hero-mag { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 72px 4vw 64px; max-width: 1120px; margin-inline: auto; min-height: 85vh; }
.hero-mag-copy .eyebrow { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--violet); margin-bottom: 16px; display: block; }
.hero-mag-copy h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: 20px; }
.hero-mag-copy h1 em { font-style: italic; color: var(--violet); }
.hero-lead { font-size: 1.05rem; color: var(--slate); margin-bottom: 28px; max-width: 480px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-badge { font-size: .72rem; font-weight: 700; padding: 8px 14px; background: var(--lavender); color: var(--indigo-dark); border-radius: 999px; }
.hero-mag-visual { position: relative; }
.hero-oval { border-radius: 50% 50% 45% 55% / 55% 45% 55% 45%; overflow: hidden; box-shadow: var(--shadow); border: 6px solid var(--lavender-deep); }
.hero-oval img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.hero-float-card { position: absolute; bottom: -16px; left: -16px; background: #fff; padding: 16px 20px; border-radius: var(--radius-sm); box-shadow: var(--shadow); border-left: 4px solid var(--rose); }
.hero-float-card strong { display: block; font-family: var(--font-display); font-size: 1.6rem; color: var(--indigo); }
.hero-float-card span { font-size: .72rem; color: var(--slate); text-transform: uppercase; letter-spacing: .08em; }

.trust-row { background: var(--lavender); padding: 24px 0; border-block: 1px solid var(--border); }
.trust-inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; text-align: center; }
.trust-item strong { display: block; font-family: var(--font-display); font-size: 1.5rem; color: var(--indigo); }
.trust-item span { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--slate); }

.section { padding: 72px 0; }
.section-lavender { background: var(--lavender); }
.section-ivory { background: var(--ivory); }
.section-intro { margin-bottom: 40px; }
.section-intro.center { text-align: center; }
.section-intro .label { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--violet); display: block; margin-bottom: 10px; }

.svc-mosaic { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.svc-tile { background: #fff; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--border); transition: transform .25s, box-shadow .25s; }
.svc-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.svc-tile-img { height: 110px; overflow: hidden; }
.svc-tile-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.svc-tile:hover .svc-tile-img img { transform: scale(1.06); }
.svc-tile-body { padding: 18px 20px 22px; }
.svc-tile .dot { width: 8px; height: 8px; background: var(--rose); border-radius: 50%; margin-bottom: 10px; }
.svc-tile h3 { font-size: 1rem; margin-bottom: 8px; }
.svc-tile p { font-size: .84rem; color: var(--slate); }

.pill-rows { display: flex; flex-direction: column; gap: 14px; }
.pill-row { display: grid; grid-template-columns: 110px 1fr auto; gap: 18px; align-items: center; background: #fff; border-radius: var(--radius-sm); padding: 14px 18px; border: 1px solid var(--border); }
.pill-row img { width: 110px; height: 82px; object-fit: cover; border-radius: 12px; }
.pill-row .sku { font-size: .68rem; font-weight: 700; color: var(--violet); }
.pill-row h3 { font-size: .98rem; margin: 4px 0; }
.pill-row p { font-size: .82rem; color: var(--slate); }
.pill-price { text-align: right; min-width: 96px; }
.pill-price strong { display: block; color: var(--indigo-dark); }

.steps-circles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.step-circle { padding: 20px 12px; }
.step-circle .circle { width: 56px; height: 56px; margin: 0 auto 14px; border-radius: 50%; background: var(--indigo); color: #fff; font-family: var(--font-display); font-size: 1.4rem; display: flex; align-items: center; justify-content: center; }
.step-circle h3 { font-size: .92rem; margin-bottom: 8px; }
.step-circle p { font-size: .82rem; color: var(--slate); }

.faq-wrap { max-width: 760px; margin-inline: auto; }
.faq-item { background: #fff; border-radius: var(--radius-sm); margin-bottom: 10px; border: 1px solid var(--border); overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 18px 20px; font-family: var(--font-display); font-size: .95rem; color: var(--indigo-dark); cursor: pointer; display: flex; justify-content: space-between; gap: 12px; }
.faq-q::after { content: "+"; color: var(--violet); font-size: 1.2rem; }
.faq-item.open .faq-q::after { content: "−"; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s; }
.faq-item.open .faq-a { max-height: 200px; }
.faq-a p { padding: 0 20px 16px; font-size: .88rem; color: var(--slate); }

.contact-split { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; max-width: 960px; margin-inline: auto; }
.contact-cards { display: flex; flex-direction: column; gap: 12px; }
.contact-card { background: #fff; border-radius: var(--radius-sm); padding: 20px; margin-bottom: 12px; border-left: 4px solid var(--violet); }
.contact-banner { position: relative; border-radius: var(--radius-sm); overflow: hidden; margin-bottom: 32px; }
.contact-banner img { width: 100%; height: 200px; object-fit: cover; }
.contact-banner-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(49,46,129,.88), rgba(124,58,237,.7)); display: flex; align-items: center; justify-content: center; text-align: center; padding: 24px; color: #fff; }
.contact-banner-overlay h2 { color: #fff; font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 8px; }
.contact-banner-overlay p { opacity: .92; font-size: .92rem; max-width: 520px; }
.about-split { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: start; margin-bottom: 32px; }
.about-visual { border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow); border: 4px solid var(--lavender-deep); }
.about-visual img { width: 100%; min-height: 280px; object-fit: cover; display: block; }
.photo-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 0 4vw; max-width: 1120px; margin: -20px auto 0; position: relative; z-index: 2; }
.photo-trio img { width: 100%; height: 160px; object-fit: cover; border-radius: var(--radius-sm); border: 4px solid #fff; box-shadow: var(--shadow); }
.method-split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.method-visual { border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow); border: 4px solid var(--lavender-deep); }
.method-visual img { width: 100%; min-height: 320px; object-fit: cover; }
.map-wrap iframe { width: 100%; height: 360px; border: none; border-radius: var(--radius-sm); }

/* Catalog */
.cat-hero { position: relative; color: #fff; padding: 90px 4vw 64px; text-align: center; overflow: hidden; }
.cat-hero-bg { position: absolute; inset: 0; }
.cat-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .4; }
.cat-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(49,46,129,.9), rgba(124,58,237,.75)); }
.cat-hero-inner { position: relative; z-index: 2; max-width: 720px; margin-inline: auto; }
.cat-hero h1, .cat-hero .hero-eyebrow { color: #fff; }
.hero-eyebrow { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; opacity: .9; display: block; margin-bottom: 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; justify-content: center; }
.chip { padding: 8px 16px; font-size: .76rem; font-weight: 700; border-radius: 999px; border: 2px solid var(--border); background: #fff; cursor: pointer; }
.chip.active, .chip:hover { background: var(--indigo); color: #fff; border-color: var(--indigo); }
.cat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.cat-card { background: #fff; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--border); display: flex; flex-direction: column; }
.cat-img img { width: 100%; height: 185px; object-fit: cover; }
.cat-body { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.cat-body .sku { font-size: .68rem; font-weight: 700; color: var(--violet); }
.cat-body h2 { font-size: 1rem; margin: 6px 0; }
.feat-tags { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 10px 0; }
.feat-tags li { font-size: .68rem; padding: 3px 10px; background: var(--lavender); border-radius: 999px; }
.modalidad-tag { font-size: .72rem; color: var(--indigo); font-weight: 600; }
.precio-slot { margin-top: auto; padding-top: 12px; }
.precio-line strong { color: var(--indigo-dark); }
.precio-line span { display: block; font-size: .76rem; color: var(--slate); }
.precio-note { font-size: .72rem; color: var(--slate); font-style: italic; }

.legal-page { padding: 48px 0 72px; }
.legal-page h1 { margin-bottom: 8px; }
.legal-page .fecha { color: var(--slate); margin-bottom: 24px; }
.legal-page h2 { font-size: 1.1rem; margin: 28px 0 12px; }
.legal-page p, .legal-page li { font-size: .92rem; margin-bottom: 10px; }
.legal-page ul { padding-left: 20px; margin-bottom: 16px; }
.legal-page table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: .84rem; }
.legal-page th, .legal-page td { border: 1px solid var(--border); padding: 10px; text-align: left; }
.legal-hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 28px 0; }
.legal-hub-card { display: block; padding: 22px; background: #fff; border-radius: var(--radius-sm); border: 1px solid var(--border); color: inherit; }
.legal-hub-card:hover { box-shadow: var(--shadow); color: inherit; }
.legal-hub-card h2 { font-size: .95rem; margin: 8px 0; }
.legal-hub-card p { font-size: .82rem; color: var(--slate); }

.ads-disclaimer { background: var(--lavender); border-left: 4px solid var(--violet); padding: 16px 20px; margin: 32px auto; font-size: .86rem; max-width: 1120px; width: 92vw; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.legal-strip { background: var(--indigo-dark); color: var(--lavender); text-align: center; padding: 12px; font-size: .82rem; }
.legal-strip a { color: var(--rose); }

.site-footer { background: var(--indigo-dark); color: var(--lavender); padding: 48px 0 24px; }
.footer-grid-4 { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; margin-bottom: 28px; }
.footer-brand p { font-size: .86rem; margin-top: 12px; }
.footer-col h4 { font-family: var(--font-display); color: #fff; margin-bottom: 12px; font-size: .92rem; }
.footer-col a { display: block; color: var(--lavender); font-size: .84rem; margin-bottom: 6px; }
.footer-col a:hover { color: var(--rose); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-legal a { color: var(--lavender); font-size: .78rem; }
.footer-copy { text-align: center; font-size: .74rem; margin-top: 16px; opacity: .7; }

.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; background: var(--indigo-dark); color: var(--lavender); padding: 16px; transform: translateY(100%); transition: transform .4s; border-top: 3px solid var(--violet); }
.cookie-banner.show { transform: translateY(0); }
.cookie-inner { max-width: 1120px; margin-inline: auto; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; justify-content: space-between; }
.cookie-inner p { font-size: .86rem; flex: 1; min-width: 220px; }
.cookie-inner a { color: var(--rose); }
.cookie-btns { display: flex; gap: 10px; flex-wrap: wrap; }

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

.cta-band { background: linear-gradient(135deg, var(--indigo) 0%, var(--violet) 100%); color: #fff; padding: 56px 4vw; text-align: center; border-radius: var(--radius); margin: 0 4vw; }
.cta-band h2 { color: #fff; margin-bottom: 12px; }
.cta-band p { margin-bottom: 24px; opacity: .9; }

@media (max-width: 900px) {
  .nav-panel { position: fixed; inset: 0; top: 64px; background: var(--ivory); flex-direction: column; padding: 24px; transform: translateX(100%); transition: transform .3s; }
  .nav-panel.open { transform: translateX(0); }
  .nav-btn { display: block; }
  .header-cta { display: none; }
  .hero-mag, .svc-mosaic, .steps-circles, .cat-grid, .footer-grid-4, .legal-hub-grid, .contact-split, .contact-grid, .pill-row, .about-split, .method-split, .photo-trio { grid-template-columns: 1fr; }
  .photo-trio img { height: 130px; }
  .hero-oval { max-width: 320px; margin-inline: auto; }
  .pill-row img { width: 100%; height: 140px; }
  .pill-price { text-align: left; }
}
