/* =========================================================
   IRCPode 0.3.10 — Página oficial de producto
   Diseño profesional optimizado para escritorio y móvil
   ========================================================= */

body.page-ircpode {
    --irc-bg: #020914;
    --irc-bg-soft: #06111f;
    --irc-panel: rgba(8, 24, 40, .88);
    --irc-panel-strong: #071827;
    --irc-line: rgba(115, 166, 205, .22);
    --irc-line-strong: rgba(54, 211, 244, .42);
    --irc-text: #f4f8ff;
    --irc-muted: #a2b3c9;
    --irc-cyan: #2ad8f5;
    --irc-green: #76e82d;
    --irc-lime: #a3f535;
    --irc-yellow: #ffd84a;
    --irc-purple: #b87cff;
    --irc-blue: #5d9eff;
    --irc-pink: #ff758e;
    --irc-radius: 20px;
    --irc-shadow: 0 24px 70px rgba(0, 0, 0, .38);

    margin: 0;
    color: var(--irc-text);
    background:
        radial-gradient(circle at 12% 4%, rgba(35, 203, 244, .10), transparent 31rem),
        radial-gradient(circle at 88% 8%, rgba(68, 244, 93, .075), transparent 28rem),
        linear-gradient(180deg, #020914 0%, #03101a 58%, #020914 100%);
}

body.page-ircpode::before {
    opacity: .12;
    background-size: 54px 54px;
}

body.page-ircpode .container {
    width: min(calc(100% - 52px), 1380px);
}

body.page-ircpode .site-header {
    border-bottom: 1px solid rgba(143, 183, 220, .14);
    background: rgba(2, 9, 20, .92);
    backdrop-filter: blur(22px);
}

body.page-ircpode .header-inner {
    min-height: 72px;
}

body.page-ircpode .main-nav a {
    padding: 9px 15px;
    font-size: .92rem;
}

body.page-ircpode .site-footer {
    background: #020812;
}

/* Página */
.ircpode-showcase-page {
    overflow: hidden;
    color: var(--irc-text);
}

.ircpode-showcase-page p {
    color: var(--irc-muted);
}

.ircpode-showcase-page h1,
.ircpode-showcase-page h2,
.ircpode-showcase-page h3 {
    color: var(--irc-text);
}

/* Hero */
.irc-ref-hero {
    position: relative;
    padding: 18px 0 30px;
    border-bottom: 1px solid var(--irc-line);
}

.irc-ref-glow {
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(70px);
    opacity: .23;
}

.irc-ref-glow-a {
    top: 70px;
    left: -180px;
    width: 480px;
    height: 480px;
    background: var(--irc-cyan);
}

.irc-ref-glow-b {
    top: 10px;
    right: -200px;
    width: 480px;
    height: 480px;
    background: #56eb36;
}

.irc-ref-hero > .container {
    position: relative;
    z-index: 1;
}

.irc-ref-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
    margin-bottom: 12px;
    color: #71869f;
    font-size: .84rem;
}

.irc-ref-breadcrumbs a {
    color: #8fa2b9;
}

.irc-ref-breadcrumbs a:hover {
    color: var(--irc-cyan);
}

.irc-ref-hero-grid {
    display: grid;
    grid-template-columns: minmax(430px, .86fr) minmax(600px, 1.14fr);
    align-items: center;
    gap: clamp(32px, 4vw, 74px);
    min-height: 480px;
}

.irc-ref-hero-copy {
    padding: 26px 0 40px;
}

.irc-ref-eyebrow {
    display: inline-flex;
    margin-bottom: 21px;
    color: var(--irc-cyan);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.irc-ref-title-row {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 22px;
}

.irc-ref-title-row > img {
    width: 110px;
    height: 110px;
    flex: 0 0 auto;
    border-radius: 25px;
    box-shadow:
        0 18px 42px rgba(0, 0, 0, .38),
        0 0 0 1px rgba(83, 232, 134, .22);
}

.irc-ref-title-row h1 {
    margin: 0;
    font-size: clamp(4.1rem, 6vw, 6.2rem);
    font-weight: 900;
    line-height: .92;
    letter-spacing: -.065em;
}

.irc-ref-title-row p {
    margin: 14px 0 0;
    color: var(--irc-lime);
    font-size: clamp(1.15rem, 1.7vw, 1.45rem);
    font-weight: 760;
}

.irc-ref-lead {
    max-width: 670px;
    margin-bottom: 26px;
    font-size: clamp(1.04rem, 1.35vw, 1.22rem);
    line-height: 1.7;
}

.irc-ref-mini-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 28px 0 32px;
}

.irc-ref-mini-benefits article {
    display: flex;
    min-height: 68px;
    align-items: center;
    gap: 11px;
    padding: 12px 13px;
    border: 1px solid var(--irc-line);
    border-radius: 13px;
    background: rgba(7, 20, 34, .74);
    box-shadow: inset 0 1px rgba(255,255,255,.025);
}

.irc-ref-mini-benefits article > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.irc-ref-mini-benefits strong {
    font-size: .88rem;
    white-space: nowrap;
}

.irc-ref-mini-benefits small {
    overflow: hidden;
    margin-top: 2px;
    color: #869ab2;
    font-size: .67rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.irc-ref-mini-icon {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 10px;
    background: rgba(255,255,255,.025);
    font-size: 1.1rem;
}

.irc-green { color: var(--irc-green); }
.irc-yellow { color: var(--irc-yellow); }
.irc-cyan { color: var(--irc-cyan); }
.irc-gold { color: #ffc83f; }
.irc-blue { color: var(--irc-blue); }
.irc-pink { color: var(--irc-pink); }
.irc-lime { color: var(--irc-lime); }

.irc-ref-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.irc-ref-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: .96rem;
    font-weight: 800;
    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease;
}

.irc-ref-button:hover {
    transform: translateY(-2px);
}

.irc-ref-button-primary {
    color: #07110a;
    background: linear-gradient(135deg, #8cec3c, #67d934);
    box-shadow: 0 14px 36px rgba(105, 224, 54, .20);
}

.irc-ref-button-secondary {
    border-color: rgba(150, 185, 218, .32);
    color: var(--irc-text);
    background: rgba(7, 19, 33, .75);
}

.irc-ref-hero-media {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
}

.irc-ref-hero-media img {
    display: block;
    width: min(100%, 760px);
    height: auto;
    max-height: 545px;
    object-fit: contain;
    filter:
        drop-shadow(0 28px 34px rgba(0, 0, 0, .55))
        drop-shadow(0 0 34px rgba(42, 216, 245, .08));
}

/* Franja de funciones */
.irc-ref-feature-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--irc-line);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(8, 25, 42, .93), rgba(4, 15, 27, .93));
    box-shadow: var(--irc-shadow);
}

.irc-ref-feature-strip article {
    display: flex;
    min-height: 100px;
    align-items: center;
    gap: 14px;
    padding: 19px 18px;
    border-right: 1px solid var(--irc-line);
}

.irc-ref-feature-strip article:last-child {
    border-right: 0;
}

.irc-ref-feature-strip strong {
    display: block;
    margin-bottom: 4px;
    font-size: .93rem;
}

.irc-ref-feature-strip p {
    margin: 0;
    font-size: .78rem;
    line-height: 1.45;
}

.irc-ref-feature-icon {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    background: rgba(255,255,255,.025);
    font-size: 1.35rem;
}

/* Secciones */
.irc-ref-section {
    padding: 42px 0;
}

.irc-ref-gallery-section {
    padding-top: 38px;
}

.irc-ref-section-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 34px;
    margin-bottom: 22px;
}

.irc-ref-section-title h2,
.irc-ref-panel-head h2 {
    margin: 0;
    font-size: clamp(1.65rem, 2.4vw, 2.35rem);
    letter-spacing: -.035em;
}

.irc-ref-section-title > p {
    max-width: 570px;
    margin: 0;
    text-align: right;
    font-size: .84rem;
}

.irc-ref-section-title .irc-ref-eyebrow {
    margin-bottom: 8px;
}

/* Galería */
.irc-ref-gallery-wrap {
    position: relative;
}

.irc-ref-gallery {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 14px;
    overflow-x: auto;
    padding: 4px 4px 12px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
}

.irc-ref-gallery::-webkit-scrollbar {
    display: none;
}

.irc-ref-gallery figure {
    min-width: 0;
    margin: 0;
    scroll-snap-align: start;
    text-align: center;
}

.irc-ref-gallery figure > button {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(158, 190, 219, .42);
    border-radius: 15px;
    background: #06111e;
    cursor: zoom-in;
    box-shadow: 0 14px 30px rgba(0,0,0,.30);
    transition:
        transform .18s ease,
        border-color .18s ease;
}

.irc-ref-gallery figure > button:hover {
    border-color: var(--irc-cyan);
    transform: translateY(-3px);
}

.irc-ref-gallery img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top center;
}

.irc-ref-gallery figcaption {
    padding: 11px 4px 0;
    color: #d7e2ef;
    font-size: .86rem;
}

.irc-ref-gallery-arrow {
    position: absolute;
    top: 42%;
    z-index: 5;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(148, 187, 220, .52);
    border-radius: 50%;
    color: white;
    background: rgba(3, 13, 25, .92);
    font-size: 1.55rem;
    cursor: pointer;
    transform: translateY(-50%);
}

.irc-ref-gallery-prev {
    left: -18px;
}

.irc-ref-gallery-next {
    right: -18px;
}

.irc-ref-gallery-dots {
    display: flex;
    min-height: 14px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 7px;
}

.irc-ref-gallery-dots > * {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3b5167;
}

.irc-ref-gallery-dots > .active {
    background: var(--irc-cyan);
}

/* Paneles */
.irc-ref-panel {
    padding: clamp(24px, 3vw, 38px);
    border: 1px solid var(--irc-line);
    border-radius: var(--irc-radius);
    background:
        linear-gradient(145deg, rgba(8, 26, 44, .90), rgba(3, 14, 26, .95));
    box-shadow: var(--irc-shadow);
}

.irc-ref-panel-head {
    margin-bottom: 23px;
}

.irc-ref-panel-head p {
    margin: 8px 0 0;
}

.irc-ref-editions-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.irc-ref-edition {
    min-height: 215px;
    padding: 24px;
    border: 1px solid var(--irc-line);
    border-radius: 16px;
    background: rgba(5, 18, 32, .83);
}

.irc-ref-edition-head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
}

.irc-ref-edition-head > span,
.irc-ref-edition-head > div:first-child {
    display: grid;
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 14px;
    background: rgba(255,255,255,.04);
    font-size: 1.65rem;
}

.irc-ref-edition h3 {
    margin: 0 0 4px;
    font-size: 1.25rem;
}

.irc-ref-edition p {
    margin-bottom: 0;
    font-size: .88rem;
}

.irc-ref-free {
    border-color: rgba(66, 157, 255, .42);
}

.irc-ref-flex {
    border-color: rgba(184, 124, 255, .46);
    background:
        radial-gradient(circle at top right, rgba(174, 91, 255, .11), transparent 16rem),
        rgba(10, 15, 35, .88);
}

.irc-ref-plus {
    border-color: rgba(112, 230, 55, .48);
    background:
        radial-gradient(circle at top right, rgba(104, 232, 48, .11), transparent 16rem),
        rgba(6, 23, 24, .88);
}

.irc-ref-editions-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 19px;
    color: #8498ad;
    font-size: .79rem;
}

/* Funciones Plus */
.irc-ref-section-title-compact {
    align-items: flex-start;
}

.irc-ref-plus-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    align-items: stretch;
    gap: 26px;
}

.irc-ref-plus-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.irc-ref-plus-list > article,
.irc-ref-plus-list > div,
.irc-ref-plus-list > li {
    min-width: 0;
    padding: 18px 14px;
    border: 1px solid var(--irc-line);
    border-radius: 15px;
    background: rgba(6, 20, 34, .72);
}

.irc-ref-plus-list strong {
    display: block;
    margin: 8px 0 5px;
    color: var(--irc-text);
    font-size: .91rem;
}

.irc-ref-plus-list p,
.irc-ref-plus-list small {
    margin: 0;
    color: var(--irc-muted);
    font-size: .72rem;
    line-height: 1.45;
}

.irc-ref-plus-callout {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 23px;
    border: 1px solid rgba(43, 175, 238, .46);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(8, 34, 52, .95), rgba(4, 17, 30, .95));
}

.irc-ref-plus-callout img {
    width: 86px;
    height: 86px;
    flex: 0 0 auto;
    border-radius: 19px;
}

.irc-ref-plus-callout p {
    margin: 0;
    color: #e6edf6;
    font-size: 1.02rem;
}

/* Parte inferior */
.irc-ref-bottom-section {
    padding-top: 15px;
}

.irc-ref-bottom-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.irc-ref-info-card {
    min-height: 210px;
    padding: 23px;
    border: 1px solid var(--irc-line);
    border-radius: 16px;
    background: rgba(5, 18, 31, .82);
}

.irc-ref-info-card h2,
.irc-ref-info-card h3 {
    margin-bottom: 14px;
    font-size: 1.12rem;
}

.irc-ref-info-card p,
.irc-ref-info-card li {
    font-size: .79rem;
    line-height: 1.55;
}

.irc-ref-info-card ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.irc-ref-info-card li::before {
    margin-right: 8px;
    color: var(--irc-green);
    content: "●";
}

.irc-ref-tech-list {
    display: grid;
    gap: 8px;
    padding: 0;
    list-style: none;
}

.irc-ref-support-card {
    display: flex;
    flex-direction: column;
}

.irc-ref-support-card .irc-ref-button {
    width: 100%;
    margin-top: auto;
}

.irc-ref-text-link {
    display: inline-flex;
    margin-top: 13px;
    color: var(--irc-lime);
    font-size: .82rem;
    font-weight: 750;
}

.irc-ref-disclaimer {
    margin: 25px auto 0;
    color: #718398;
    font-size: .76rem;
    text-align: center;
}

/* Modal de imágenes */
.irc-ref-modal {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: rgba(0, 5, 12, .92);
    backdrop-filter: blur(12px);
}

.irc-ref-modal.open,
.irc-ref-modal[aria-hidden="false"] {
    display: flex;
}

.irc-ref-modal img {
    width: auto;
    max-width: min(92vw, 680px);
    max-height: 88vh;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 20px;
    box-shadow: 0 30px 100px rgba(0,0,0,.75);
}

.irc-ref-modal-close {
    position: absolute;
    top: 22px;
    right: 25px;
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    color: white;
    background: rgba(5,15,28,.85);
    font-size: 1.5rem;
    cursor: pointer;
}

/* Monitor grande */
@media (min-width: 1600px) {
    body.page-ircpode .container {
        width: min(calc(100% - 80px), 1460px);
    }

    .irc-ref-hero-grid {
        grid-template-columns: .83fr 1.17fr;
        min-height: 540px;
    }

    .irc-ref-hero-media img {
        width: min(100%, 820px);
        max-height: 590px;
    }

    .irc-ref-gallery img {
        height: 385px;
    }
}

/* Portátiles y tabletas */
@media (max-width: 1180px) {
    .irc-ref-hero-grid {
        grid-template-columns: 1fr 1fr;
    }

    .irc-ref-title-row h1 {
        font-size: clamp(3.7rem, 6vw, 5rem);
    }

    .irc-ref-mini-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .irc-ref-feature-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .irc-ref-feature-strip article {
        border-bottom: 1px solid var(--irc-line);
    }

    .irc-ref-feature-strip article:nth-child(2n) {
        border-right: 0;
    }

    .irc-ref-feature-strip article:last-child {
        grid-column: 1 / -1;
        border-bottom: 0;
    }

    .irc-ref-gallery {
        grid-template-columns: repeat(7, 160px);
    }

    .irc-ref-plus-layout {
        grid-template-columns: 1fr;
    }

    .irc-ref-plus-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .irc-ref-bottom-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Móvil */
@media (max-width: 760px) {
    body.page-ircpode .container {
        width: min(calc(100% - 28px), 1380px);
    }

    .irc-ref-hero {
        padding-top: 8px;
    }

    .irc-ref-breadcrumbs {
        overflow: hidden;
        white-space: nowrap;
    }

    .irc-ref-hero-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .irc-ref-hero-copy {
        padding-bottom: 8px;
    }

    .irc-ref-title-row {
        align-items: flex-start;
        gap: 15px;
    }

    .irc-ref-title-row > img {
        width: 76px;
        height: 76px;
        border-radius: 18px;
    }

    .irc-ref-title-row h1 {
        font-size: clamp(3.2rem, 17vw, 4.3rem);
    }

    .irc-ref-title-row p {
        margin-top: 8px;
        font-size: 1rem;
    }

    .irc-ref-lead {
        font-size: .98rem;
    }

    .irc-ref-mini-benefits {
        grid-template-columns: 1fr 1fr;
    }

    .irc-ref-mini-benefits strong {
        font-size: .76rem;
    }

    .irc-ref-mini-benefits small {
        font-size: .61rem;
    }

    .irc-ref-actions .irc-ref-button {
        flex: 1 1 160px;
    }

    .irc-ref-hero-media img {
        max-height: none;
    }

    .irc-ref-feature-strip {
        grid-template-columns: 1fr;
    }

    .irc-ref-feature-strip article,
    .irc-ref-feature-strip article:nth-child(2n) {
        border-right: 0;
        border-bottom: 1px solid var(--irc-line);
    }

    .irc-ref-feature-strip article:last-child {
        grid-column: auto;
        border-bottom: 0;
    }

    .irc-ref-section {
        padding: 35px 0;
    }

    .irc-ref-section-title {
        display: block;
    }

    .irc-ref-section-title > p {
        margin-top: 10px;
        text-align: left;
    }

    .irc-ref-gallery {
        grid-template-columns: repeat(7, 145px);
        margin-inline: -4px;
    }

    .irc-ref-gallery img {
        height: 280px;
    }

    .irc-ref-gallery-arrow {
        display: none;
    }

    .irc-ref-editions-grid,
    .irc-ref-plus-list,
    .irc-ref-bottom-grid {
        grid-template-columns: 1fr;
    }

    .irc-ref-editions-foot {
        align-items: flex-start;
        flex-direction: column;
    }

    .irc-ref-plus-callout {
        align-items: flex-start;
    }

    .irc-ref-plus-callout img {
        width: 70px;
        height: 70px;
    }

    .irc-ref-info-card {
        min-height: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .irc-ref-button,
    .irc-ref-gallery figure > button {
        transition: none;
    }
}
