@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Syne:wght@600;700;800&display=swap");

:root {
  --void: #0c0c0f;
  --panel: #16161c;
  --panel-2: #1e1e26;
  --rose: #e11d48;
  --rose-soft: #fb7185;
  --text: #f4f4f5;
  --muted: #a1a1aa;
  --line: #2a2a33;
  --font-display: "Syne", system-ui, sans-serif;
  --font-ui: "DM Sans", system-ui, sans-serif;
  --radius: 16px;
  --glow: 0 0 48px rgba(225,29,72,.2);
}

*, *::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(--text); background: var(--void); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--rose-soft); text-decoration: none; }
a:hover { color: #fff; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 700; line-height: 1.1; color: #fff; letter-spacing: -.02em; }
.container { width: min(1140px, 92vw); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; z-index: 9999; background: var(--rose); color: #fff; padding: 8px 16px; font-weight: 700; }
.skip-link:focus { left: 8px; top: 8px; }

.strip-bar { background: #08080a; color: var(--muted); font-size: .74rem; padding: 8px 0; border-bottom: 1px solid var(--line); }
.strip-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; width: min(1140px, 92vw); margin-inline: auto; }
.tasa-bcv { color: var(--rose-soft); font-size: .72rem; }

.site-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(12,12,15,.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 16px; padding: 12px 4vw; max-width: 1140px; margin-inline: auto; }
.logo img { height: 36px; width: auto; }
.nav-panel { display: flex; gap: 2px; margin-left: auto; }
.nav-panel a { font-size: .84rem; font-weight: 600; color: var(--muted); padding: 8px 14px; border-radius: 8px; }
.nav-panel a:hover, .nav-panel a.active { color: #fff; background: var(--panel-2); }
.nav-btn { display: none; margin-left: auto; background: var(--rose); color: #fff; border: none; padding: 8px 12px; border-radius: 8px; 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: .86rem; font-weight: 700; border: none; border-radius: 10px; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-moss { background: var(--rose); color: #fff; box-shadow: var(--glow); }
.btn-moss:hover { background: #be123c; color: #fff; }
.btn-gold { background: #fff; color: var(--void); }
.btn-gold:hover { background: var(--rose-soft); color: #fff; }
.btn-outline { background: transparent; color: #fff; border: 1px solid var(--line); }
.btn-outline:hover { border-color: var(--rose); color: var(--rose-soft); }
.btn-outline-light { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.35); }
.btn-outline-light:hover { border-color: var(--rose-soft); color: var(--rose-soft); }
.btn-block { width: 100%; }

/* Hero: full-bleed image + bottom content bar (no diagonal moss) */
.hero-diag {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 90vh;
  position: relative;
  overflow: hidden;
  background: var(--void);
}
.hero-diag::before { display: none; }
.hero-visual {
  position: absolute; inset: 0; z-index: 0;
  background: var(--panel);
}
.hero-visual img { width: 100%; height: 100%; min-height: 100%; object-fit: cover; opacity: .45; }
.hero-visual-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(12,12,15,.98) 0%, rgba(12,12,15,.55) 45%, rgba(12,12,15,.35) 100%);
}
.hero-copy {
  position: relative; z-index: 2;
  padding: 120px 4vw 48px;
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 90vh;
}
.hero-eyebrow {
  display: inline-flex; align-self: flex-start;
  font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em;
  color: var(--rose-soft); margin-bottom: 18px;
  padding: 6px 0; border-bottom: 2px solid var(--rose);
}
.hero-copy h1 { font-size: clamp(2.6rem, 7vw, 4.4rem); margin-bottom: 18px; max-width: 780px; }
.hero-copy h1 em { font-style: normal; color: var(--rose-soft); }
.hero-lead { font-size: 1.1rem; color: var(--muted); margin-bottom: 28px; max-width: 520px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.hero-tag { font-size: .72rem; font-weight: 600; padding: 8px 14px; background: rgba(255,255,255,.06); border: 1px solid var(--line); border-radius: 999px; color: var(--muted); }
.hero-float {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  margin-top: auto;
  max-width: 520px;
}
.hero-float > div { background: var(--panel); padding: 16px 12px; text-align: center; }
.hero-float strong { display: block; font-family: var(--font-display); font-size: 1.4rem; color: var(--rose-soft); }
.hero-float span { font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }

.metrics-moss {
  background: var(--panel);
  color: #fff; padding: 28px 0;
  border-block: 1px solid var(--line);
}
.metrics-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; text-align: center; }
.metrics-row strong { display: block; font-family: var(--font-display); font-size: 1.8rem; color: var(--rose-soft); }
.metrics-row span { font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }

.section { padding: 80px 0; }
.section-stone { background: var(--void); }
.section-white { background: var(--panel); }
.section-moss { background: var(--panel-2); color: var(--muted); }
.section-moss h2, .section-moss h3 { color: #fff; }
.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: .16em;
  color: var(--rose-soft); display: block; margin-bottom: 10px;
}
.section-moss .section-intro .label { color: var(--rose-soft); }

.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.svc-card {
  background: var(--panel);
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line);
  border-top: none;
  transition: transform .25s, border-color .25s;
}
.svc-card:hover { transform: translateY(-4px); border-color: var(--rose); }
.svc-card-img { height: 140px; overflow: hidden; position: relative; }
.svc-card-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, var(--panel), transparent 50%); }
.svc-card-img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.2); }
.svc-card-body { padding: 18px 20px 22px; }
.svc-card h3 { font-size: 1rem; margin-bottom: 8px; }
.svc-card p { font-size: .84rem; color: var(--muted); }

.feat-rows { display: flex; flex-direction: column; gap: 12px; }
.feat-row {
  display: grid; grid-template-columns: 120px 1fr auto; gap: 18px; align-items: center;
  background: var(--void); border-radius: var(--radius); padding: 14px;
  border: 1px solid var(--line);
}
.feat-row:hover { border-color: rgba(225,29,72,.45); }
.feat-row img { width: 120px; height: 90px; object-fit: cover; border-radius: 12px; }
.feat-row .sku { font-size: .68rem; font-weight: 700; color: var(--rose-soft); }
.feat-row h3 { font-size: .98rem; margin: 4px 0; color: #fff; }
.feat-row p { font-size: .82rem; color: var(--muted); }
.feat-price { text-align: right; min-width: 100px; }
.feat-price strong { display: block; color: var(--rose-soft); }

.steps-h { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.step-h {
  background: var(--void); border-radius: var(--radius); padding: 22px 18px;
  border: 1px solid var(--line); border-left: 3px solid var(--rose);
}
.step-h .num { font-family: var(--font-display); font-size: 1.8rem; color: var(--rose); line-height: 1; }
.step-h h3 { font-size: .95rem; margin: 10px 0 8px; }
.step-h p { font-size: .82rem; color: var(--muted); }

.faq-wrap { max-width: 760px; margin-inline: auto; }
.faq-item { background: var(--void); border-radius: var(--radius); margin-bottom: 10px; border: 1px solid var(--line); overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 16px 18px; font-family: var(--font-display); font-size: .95rem; color: #fff; cursor: pointer; display: flex; justify-content: space-between; gap: 12px; }
.faq-q::after { content: "+"; color: var(--rose-soft); 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 18px 16px; font-size: .88rem; color: var(--muted); }

.contact-split { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.contact-card { background: var(--void); border-radius: var(--radius); padding: 18px; margin-bottom: 12px; border: 1px solid var(--line); border-left: 3px solid var(--rose); }
.contact-card h3 { font-size: .95rem; margin-bottom: 6px; }
.contact-card p { color: var(--muted); font-size: .9rem; }
.map-wrap iframe { width: 100%; height: 360px; border: none; border-radius: var(--radius); filter: grayscale(1) contrast(1.1); }

.photo-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: 1140px; margin: -16px auto 0; padding: 0 4vw; position: relative; z-index: 2; }
.photo-trio img { width: 100%; height: 160px; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--line); }

.method-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.method-visual { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.method-visual img { width: 100%; min-height: 320px; object-fit: cover; }

.about-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: start; margin-bottom: 28px; }
.about-visual { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.about-visual img { width: 100%; min-height: 260px; object-fit: cover; }

.contact-banner { position: relative; border-radius: var(--radius); overflow: hidden; margin-bottom: 28px; border: 1px solid var(--line); }
.contact-banner img { width: 100%; height: 180px; object-fit: cover; }
.contact-banner-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,12,15,.95), rgba(22,22,28,.8)); display: flex; align-items: center; justify-content: center; text-align: center; padding: 24px; color: #fff; }
.contact-banner-overlay h2 { color: #fff; margin-bottom: 8px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }

.cat-hero { position: relative; color: #fff; padding: 100px 4vw 70px; text-align: left; overflow: hidden; }
.cat-hero-bg { position: absolute; inset: 0; }
.cat-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .3; }
.cat-hero-overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(12,12,15,.96), rgba(22,22,28,.85)); }
.cat-hero-inner { position: relative; z-index: 2; max-width: 700px; margin-inline: 0; }
.cat-hero h1 { color: #fff; font-size: clamp(1.9rem, 4vw, 2.8rem); }
.hero-eyebrow-light { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--rose-soft); display: block; margin-bottom: 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; justify-content: flex-start; }
.chip { padding: 8px 16px; font-size: .76rem; font-weight: 700; border-radius: 999px; border: 1px solid var(--line); background: var(--panel); color: var(--muted); cursor: pointer; }
.chip.active, .chip:hover { background: var(--rose); color: #fff; border-color: var(--rose); }
.cat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.cat-card { background: var(--panel); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; }
.cat-card:hover { border-color: rgba(225,29,72,.5); }
.cat-img img { width: 100%; height: 180px; 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(--rose-soft); }
.cat-body h2 { font-size: 1rem; margin: 6px 0; color: #fff; }
.cat-body p { color: var(--muted); font-size: .88rem; }
.feat-tags { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 10px 0; }
.feat-tags li { font-size: .68rem; padding: 3px 8px; background: var(--panel-2); border-radius: 999px; color: var(--muted); }
.modalidad-tag { font-size: .72rem; color: var(--rose-soft); font-weight: 600; }
.precio-slot { margin-top: auto; padding-top: 12px; }
.precio-line strong { color: var(--rose-soft); }
.precio-line span { display: block; font-size: .76rem; color: var(--muted); }
.precio-note { font-size: .72rem; color: var(--muted); font-style: italic; }

.legal-page { padding: 48px 0 72px; color: var(--text); }
.legal-page h1 { margin-bottom: 8px; }
.legal-page .fecha { color: var(--muted); 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; color: var(--muted); }
.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(--line); padding: 10px; text-align: left; color: var(--muted); }
.legal-page th { background: var(--panel); color: #fff; }
.legal-hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 28px 0; }
.legal-hub-card { display: block; padding: 22px; background: var(--panel); border-radius: var(--radius); border: 1px solid var(--line); color: inherit; }
.legal-hub-card:hover { border-color: var(--rose); color: inherit; }
.legal-hub-card h2 { font-size: .95rem; margin: 8px 0; }
.legal-hub-card p { font-size: .82rem; color: var(--muted); }

.ads-disclaimer { background: rgba(225,29,72,.08); border-left: 4px solid var(--rose); padding: 16px 20px; margin: 32px auto; font-size: .86rem; max-width: 1140px; width: 92vw; border-radius: 0 var(--radius) var(--radius) 0; color: var(--muted); }
.ads-disclaimer a { color: var(--rose-soft); }
.legal-strip { background: #08080a; color: var(--muted); text-align: center; padding: 12px; font-size: .82rem; border-top: 1px solid var(--line); }
.legal-strip a { color: var(--rose-soft); }

.site-footer { background: var(--panel); color: var(--muted); padding: 48px 0 24px; border-top: 1px solid var(--line); }
.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(--muted); font-size: .84rem; margin-bottom: 6px; }
.footer-col a:hover { color: var(--rose-soft); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; padding-top: 20px; border-top: 1px solid var(--line); }
.footer-legal a { color: var(--muted); 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(--panel); color: var(--text); padding: 16px; transform: translateY(100%); transition: transform .4s; border-top: 2px solid var(--rose); }
.cookie-banner.show { transform: translateY(0); }
.cookie-inner { max-width: 1140px; 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; color: var(--muted); }
.cookie-inner a { color: var(--rose-soft); }
.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; }

.trust-marquee { border-block: 1px solid var(--line); background: #08080a; padding: 12px 0; overflow: hidden; }
.trust-track { display: flex; gap: 40px; width: max-content; animation: trust-scroll 35s linear infinite; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.trust-track span::after { content: "◆"; margin-left: 40px; color: var(--rose); font-size: .45rem; vertical-align: middle; }
@keyframes trust-scroll { to { transform: translateX(-50%); } }

.price-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.price-table { width: 100%; border-collapse: collapse; font-size: .86rem; min-width: 680px; }
.price-table th { background: var(--rose); color: #fff; text-align: left; padding: 14px 16px; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.price-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); color: var(--muted); }
.price-table tr:hover td { background: var(--panel-2); }
.price-table .sku { font-family: ui-monospace, monospace; font-size: .72rem; color: var(--rose-soft); font-weight: 700; }
.price-table .usd { font-weight: 700; color: #fff; white-space: nowrap; }
.price-table tr.price-row-feat td { background: rgba(225,29,72,.08); }
.contact-photo { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.contact-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; max-height: 420px; }

.cta-band {
  background: linear-gradient(135deg, rgba(225,29,72,.2), rgba(251,113,133,.08));
  color: #fff; padding: 56px 4vw; text-align: center;
  border-radius: var(--radius); margin: 0 4vw;
  border: 1px solid rgba(225,29,72,.35);
}
.cta-band h2 { color: #fff; margin-bottom: 12px; }
.cta-band p { margin-bottom: 24px; color: var(--muted); }

@media (max-width: 900px) {
  .nav-panel { position: fixed; inset: 0; top: 58px; background: var(--panel); 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; }
  .svc-grid, .steps-h, .cat-grid, .footer-grid-4, .legal-hub-grid, .contact-split, .contact-grid, .feat-row, .about-split, .method-split, .photo-trio, .hero-float { grid-template-columns: 1fr; }
  .feat-row img { width: 100%; height: 140px; }
  .feat-price { text-align: left; }
  .photo-trio img { height: 120px; }
  .hero-copy { padding-top: 80px; min-height: 80vh; }
  .cat-hero { text-align: center; }
  .cat-hero-inner { margin-inline: auto; }
  .chips { justify-content: center; }
  .method-split { grid-template-columns: 1fr; }
}
