/* Product photography uses the original captures, framed inside the page. */
:root { --bg: #0a1018; --bg-soft: #101923; --text: #edf2f7; --muted: #a1adbc; --teal: #8cd9cb; }
.wrap { max-width: 1240px; }
nav { background: rgba(10,16,24,.9); }
nav .wrap { height: 76px; }
nav img { filter: none; }
.btn { border-radius: 8px; }
.btn-primary { background: #74b4ff; color: #081523; box-shadow: 0 4px 16px #0002; }
.btn-primary:hover { background: #93c5ff; box-shadow: 0 8px 24px #0003; }
.hero { padding: 72px 0 52px; }
.hero::before { background: radial-gradient(ellipse 65% 50% at 50% 35%, #25446638, transparent 75%); }
.hero .pill { color: #c3ddd7; border-color: #ffffff16; background: #ffffff04; box-shadow: none; font-size: 12px; font-weight: 500; letter-spacing: .035em; margin-bottom: 25px; }
.status-dot { display: inline-block; width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: var(--teal); }
.hero h1 { font-size: clamp(40px, 5.3vw, 68px); line-height: 1.1; letter-spacing: -.055em; font-weight: 600; margin-bottom: 22px; }
.hero h1 .grad { background: none; color: #8ebffc; }
.hero p.lead { max-width: 620px; font-size: 17px; line-height: 1.8; margin-bottom: 28px; }
.hero .cta-row { gap: 12px; margin-bottom: 17px; }
.hero .cta-note { color: var(--muted); font-size: 12px; margin-bottom: 42px; }
.cta-note span { padding: 0 8px; color: #64758a; }
[id] { scroll-margin-top: 96px; }
:focus-visible { outline: 2px solid #8ebffc; outline-offset: 5px; }
.product-showcase { text-align: left; background: #111923; border: 1px solid #ffffff20; border-radius: 16px; overflow: hidden; box-shadow: 0 35px 90px #0005; }
.product-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 24px; border-bottom: 1px solid var(--border); }
.product-label { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; }
.product-pro { font-size: 9px; letter-spacing: .1em; color: #9fc7fa; border: 1px solid #8ebffc35; border-radius: 4px; padding: 1px 5px; }
.product-caption { color: var(--muted); font-size: 11px; }
.product-tabs { display: flex; gap: 24px; padding: 0 24px; border-bottom: 1px solid var(--border); }
.product-tabs button { display: flex; gap: 9px; align-items: center; position: relative; padding: 16px 0; border: 0; background: transparent; color: #75879b; font: 11px 'Inter', sans-serif; cursor: pointer; }
.product-tabs button span { font-size: 12px; font-weight: 500; }
.product-tabs button[aria-selected="true"] { color: #b6d6ff; }
.product-tabs button[aria-selected="true"]::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 2px; background: #8ebffc; }
.product-tabs button:hover { color: #fff; }
.product-image { position: relative; overflow: hidden; background: #202020; }
.product-image img { position: absolute; display: block; max-width: none; height: auto; border-radius: 0; }
/* Planning: x=38, y=144, w=1396, h=754 of a 1607 × 1003 capture. */
.planning-image { aspect-ratio: 1396 / 754; }
.planning-image img { width: 115.115%; left: -2.722%; top: -19.098%; }
/* Catalog: x=450, y=224, w=1020, h=674 of a 1917 × 1035 capture. */
.catalog-image { aspect-ratio: 1020 / 674; }
.catalog-image img { width: 187.941%; left: -44.118%; top: -33.234%; }
.catalog-stage { aspect-ratio: 1396 / 754; display: flex; align-items: center; justify-content: center; background: #151c25; padding: 20px; }
.catalog-stage .catalog-image { width: 76%; max-height: 100%; border: 1px solid #ffffff12; border-radius: 10px; }
.product-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 24px; color: var(--muted); font-size: 11px; border-top: 1px solid var(--border); }
.product-foot > span:first-child { display: flex; align-items: center; gap: 9px; color: #d0d9e5; }
.trust { gap: 12px 26px; padding: 0 20px; margin-top: 30px; font-size: 12px; }
.trust .icon { color: #8095ad; }
section { padding: 80px 0; }
section h2 { font-weight: 600; letter-spacing: -.035em; }
.eyebrow { font-size: 11px; letter-spacing: .18em; color: #8ebffc; }
.card { background: #ffffff02; border-radius: 12px; padding: 27px; backdrop-filter: none; }
.card:hover { transform: translateY(-3px); box-shadow: none; border-color: #8ebffc50; }
.card .ic { width: 40px; height: 40px; background: #8ebffc0b; border: 1px solid #8ebffc20; border-radius: 9px; font-size: 17px; }
.card h3 { font-size: 16px; }
.card p { font-size: 14px; line-height: 1.8; }
.how { background: #0e1620; }
.how .grid { gap: 52px; }
.step::before { background: #19293d; color: #a3caff; border: 1px solid #8ebffc25; box-shadow: none; }
.catalog-feature { min-width: 0; background: #151e29; border: 1px solid var(--border-strong); border-radius: 14px; overflow: hidden; box-shadow: 0 20px 60px #0003; }
.feature-label { display: flex; align-items: center; gap: 9px; padding: 20px; color: #adc0d5; font-size: 10px; letter-spacing: .13em; }
.catalog-feature .catalog-image { margin: 0 12px; border-radius: 8px; }
.catalog-feature figcaption { padding: 24px; }
.catalog-feature figcaption strong { display: block; font-size: 17px; font-weight: 500; margin-bottom: 8px; }
.catalog-feature figcaption span { display: block; color: var(--muted); font-size: 13px; line-height: 1.8; }
.disclaimer { color: #93a1b2; }
.reveal { opacity: 1; transform: none; }
@media (max-width: 960px) {
    nav .nav-link { margin-right: 8px; font-size: 12px; }
    nav .brand { font-size: 16px; }
    nav .btn { padding: 10px 14px; font-size: 12px; }
    .how .grid { gap: 30px; }
}
@media (max-width: 700px) {
    nav .nav-link { display: none; }
    .wrap { padding: 0 20px; }
    nav .wrap { height: 66px; gap: 8px; }
    nav img { width: 28px; height: 28px; }
    nav .brand { font-size: 14px; }
    nav .btn { font-size: 11px; padding: 9px 10px; }
    .hero { padding-top: 44px; }
    .hero h1 { font-size: clamp(38px, 8vw, 52px); }
    .hero p.lead { font-size: 15px; line-height: 1.75; }
    .hero .pill { font-size: 10px; padding: 6px 12px; }
    .hero .cta-note { font-size: 10px; margin-bottom: 30px; }
    .cta-note span { padding: 0 3px; }
    .btn { font-size: 13px; padding: 12px 16px; }
    .product-showcase { border-radius: 10px; }
    .product-bar { padding: 12px 14px; }
    .product-caption { display: none; }
    .product-tabs { padding: 0 14px; gap: 18px; }
    .product-tabs button { gap: 5px; font-size: 9px; padding: 13px 0; }
    .product-tabs button span { font-size: 10px; }
    .product-foot { padding: 12px 14px; font-size: 10px; }
    .product-foot > span:last-child { display: none; }
    .catalog-stage { padding: 8px; }
    .catalog-stage .catalog-image { width: 78%; }
    .trust { gap: 12px 18px; padding: 0; font-size: 11px; }
    section { padding: 58px 0; }
    section .sub { font-size: 15px; margin-bottom: 32px; }
    .grid { gap: 16px; }
    .price.featured, .price.featured:hover { transform: none; }
    .price.featured { margin-top: 10px; }
    footer .wrap { gap: 20px; font-size: 12px; }
    footer .wrap > span:last-child { display: flex; flex-wrap: wrap; gap: 14px; }
    footer a { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; }
}

/* ---------- Galeria "en detalle" ---------- */
.galeria-sec { border-top: 1px solid var(--border); }
.galeria-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 44px;
}
.galeria-item { margin: 0; }
.galeria-item .product-image {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--border);
    background: #0d141d;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
}
.galeria-item .product-image img { display: block; width: 100%; height: auto; }
.galeria-item figcaption {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 16px;
}
.galeria-item figcaption strong { font-size: 15.5px; color: var(--text); }
.galeria-item figcaption span { font-size: 14px; color: var(--muted); line-height: 1.55; }

/* El informe es vertical: se limita la altura para que las tres piezas cuadren. */
.galeria-item img[width="1050"] { max-height: 460px; object-fit: cover; object-position: top center; }

@media (max-width: 900px) {
    .galeria-grid { grid-template-columns: 1fr; gap: 30px; }
    .galeria-item img[width="1050"] { max-height: none; }
}

.icon { display: inline-block; width: 1.15em; height: 1.15em; flex-shrink: 0; vertical-align: -.15em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
