/* =========================================================
   IJRCSIT — PREVIOUS CONFERENCES
   PREMIUM / ELITE CONFERENCE ARCHIVE
   COMPLETE FRESH STYLESHEET
========================================================= */


/* =========================================================
   ROOT / DESIGN SYSTEM
========================================================= */

.ijrcsit-pca {

    --pca-navy: #082A36;
    --pca-navy-2: #0E3D4D;

    --pca-blue: #176A86;
    --pca-cyan: #48AFC9;
    --pca-cyan-soft: #E8F5F8;

    --pca-gold: #B8954D;
    --pca-gold-light: #D7BD7B;

    --pca-text: #213C48;
    --pca-muted: #6F828B;
    --pca-muted-light: #8B9CA3;

    --pca-line: #D7E3E8;
    --pca-bg: #F4F8FA;
    --pca-white: #FFFFFF;

    --pca-shadow:
        0 12px 35px rgba(8, 42, 54, .07);

    --pca-shadow-hover:
        0 18px 42px rgba(8, 42, 54, .12);

    font-family:
        "Roboto",
        Arial,
        sans-serif;

    color: var(--pca-text);

    overflow: hidden;

}


/* =========================================================
   GLOBAL
========================================================= */

.ijrcsit-pca *,
.ijrcsit-pca *::before,
.ijrcsit-pca *::after {

    box-sizing: border-box;

}


.ijrcsit-pca a {

    text-decoration: none;

}


.ijrcsit-pca p {

    margin-top: 0;

}


.pca-container {

    width: min(
        1180px,
        calc(100% - 36px)
    );

    margin-left: auto;

    margin-right: auto;

}


/* =========================================================
   PREMIUM HERO
========================================================= */

.pca-hero {

    position: relative;

    min-height: 455px;

    display: flex;

    align-items: center;

    overflow: hidden;

    color: #FFFFFF;

    background:

        radial-gradient(
            circle at 82% 42%,
            rgba(72,175,201,.18),
            transparent 25%
        ),

        radial-gradient(
            circle at 57% 110%,
            rgba(184,149,77,.08),
            transparent 28%
        ),

        linear-gradient(
            120deg,
            #061F29 0%,
            #082A36 45%,
            #0E3D4D 100%
        );

}


/* =========================================================
   HERO GRID
========================================================= */

.pca-hero-grid {

    position: absolute;

    inset: 0;

    opacity: .065;

    background-image:

        linear-gradient(
            rgba(255,255,255,.55) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(255,255,255,.55) 1px,
            transparent 1px
        );

    background-size: 42px 42px;

    pointer-events: none;

}


/* =========================================================
   HERO DECORATIVE GLOW
========================================================= */

.pca-hero-glow {

    position: absolute;

    border-radius: 50%;

    pointer-events: none;

}


.pca-glow-one {

    width: 500px;

    height: 500px;

    top: -260px;

    right: -100px;

    border:
        1px solid
        rgba(72,175,201,.10);

}


.pca-glow-two {

    width: 360px;

    height: 360px;

    left: 40%;

    bottom: -270px;

    border:
        1px solid
        rgba(184,149,77,.11);

}


/* =========================================================
   HERO LAYOUT
========================================================= */

.pca-hero-layout {

    position: relative;

    z-index: 3;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        430px;

    align-items: center;

    gap: 35px;

    min-height: 455px;

}


/* =========================================================
   HERO CONTENT
========================================================= */

.pca-hero-content {

    padding:
        48px 0;

}


.pca-overline {

    display: flex;

    align-items: center;

    gap: 9px;

    color: #73C3D7;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 9px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 1.7px;

}


.pca-overline span {

    width: 25px;

    height: 2px;

    display: block;

    background:
        var(--pca-gold);

}


.pca-hero h1 {

    max-width: 650px;

    margin:
        14px 0 15px;

    color: #FFFFFF;

    font-family:
        "Raleway",
        Arial,
        sans-serif;

    font-size:
        clamp(40px, 5vw, 59px);

    line-height: 1.03;

    font-weight: 800;

    letter-spacing: -2px;

}


.pca-hero h1 em {

    display: block;

    color:
        var(--pca-cyan);

    font-style: normal;

}


.pca-hero-content > p {

    max-width: 600px;

    margin-bottom: 0;

    color: #C1D2D8;

    font-family:
        "Roboto",
        Arial,
        sans-serif;

    font-size: 13px;

    line-height: 1.75;

    font-weight: 400;

}


/* =========================================================
   HERO BUTTONS
========================================================= */

.pca-hero-actions {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 9px;

    margin-top: 23px;

}


.pca-btn-primary,
.pca-btn-outline {

    min-height: 42px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    padding:
        0 16px;

    border-radius: 4px;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 9.5px;

    line-height: 1;

    font-weight: 700;

    transition:
        transform .2s ease,
        background .2s ease,
        border-color .2s ease;

}


.pca-btn-primary {

    color:
        var(--pca-navy);

    background:
        #FFFFFF;

    border:
        1px solid
        #FFFFFF;

}


.pca-btn-primary:hover {

    color:
        var(--pca-navy);

    transform:
        translateY(-2px);

}


.pca-btn-outline {

    color: #FFFFFF;

    background:
        rgba(255,255,255,.025);

    border:
        1px solid
        rgba(255,255,255,.24);

}


.pca-btn-outline:hover {

    color: #FFFFFF;

    background:
        rgba(72,175,201,.10);

    border-color:
        rgba(72,175,201,.65);

    transform:
        translateY(-2px);

}


/* =========================================================
   HERO META
========================================================= */

.pca-hero-meta {

    display: flex;

    align-items: stretch;

    margin-top: 32px;

    padding-top: 15px;

    border-top:
        1px solid
        rgba(255,255,255,.12);

}


.pca-hero-meta > div {

    min-width: 105px;

    padding-right: 23px;

    margin-right: 23px;

    border-right:
        1px solid
        rgba(255,255,255,.10);

}


.pca-hero-meta > div:last-child {

    border-right: 0;

}


.pca-hero-meta strong {

    display: block;

    color: #FFFFFF;

    font-family:
        "Raleway",
        Arial,
        sans-serif;

    font-size: 19px;

    line-height: 1;

    font-weight: 800;

}


.pca-hero-meta span {

    display: block;

    margin-top: 5px;

    color: #8FAAB4;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 7.5px;

    line-height: 1.35;

    font-weight: 500;

    letter-spacing: .3px;

}


/* =========================================================
   TECHNOLOGY NETWORK
========================================================= */

.pca-network {

    position: relative;

    width: 410px;

    height: 410px;

    justify-self: end;

}


/* =========================================================
   NETWORK RINGS
========================================================= */

.pca-network-ring {

    position: absolute;

    top: 50%;

    left: 50%;

    border:
        1px solid
        rgba(72,175,201,.18);

    border-radius: 50%;

    transform:
        translate(-50%, -50%);

}


.ring-a {

    width: 140px;

    height: 140px;

}


.ring-b {

    width: 245px;

    height: 245px;

    border-style: dashed;

    animation:
        pcaRingRotate
        28s
        linear
        infinite;

}


.ring-c {

    width: 365px;

    height: 365px;

    border-color:
        rgba(72,175,201,.08);

}


@keyframes pcaRingRotate {

    from {

        transform:
            translate(-50%, -50%)
            rotate(0deg);

    }

    to {

        transform:
            translate(-50%, -50%)
            rotate(360deg);

    }

}


/* =========================================================
   NETWORK CORE
========================================================= */

.pca-network-core {

    position: absolute;

    top: 50%;

    left: 50%;

    width: 118px;

    height: 118px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    transform:
        translate(-50%, -50%);

    border:
        1px solid
        rgba(255,255,255,.22);

    border-radius: 50%;

    background:

        radial-gradient(
            circle,
            #15516A 0%,
            #082A36 72%
        );

    box-shadow:

        0 0 0 12px
        rgba(72,175,201,.025),

        0 0 55px
        rgba(72,175,201,.13);

}


.pca-core-symbol {

    width: 34px;

    height: 34px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 5px;

    border:
        1px solid
        rgba(255,255,255,.18);

    border-radius: 50%;

    color:
        var(--pca-cyan);

    font-size: 14px;

}


.pca-network-core strong {

    color: #FFFFFF;

    font-family:
        "Raleway",
        Arial,
        sans-serif;

    font-size: 13px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: 1px;

}


.pca-network-core small {

    margin-top: 5px;

    color: #7899A4;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 6px;

    line-height: 1;

    letter-spacing: 1.5px;

}


/* =========================================================
   NETWORK NODES
========================================================= */

.pca-node {

    position: absolute;

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid
        rgba(72,175,201,.34);

    border-radius: 50%;

    color:
        #74C7D9;

    background:
        rgba(6,31,41,.90);

    box-shadow:
        0 7px 22px
        rgba(0,0,0,.18);

    font-size: 12px;

    animation:
        pcaNodeFloat
        4s
        ease-in-out
        infinite;

}


.node-a {

    top: 22px;

    left: 50%;

    transform:
        translateX(-50%);

}


.node-b {

    top: 50%;

    right: 14px;

    animation-delay: .7s;

}


.node-c {

    bottom: 21px;

    left: 50%;

    transform:
        translateX(-50%);

    animation-delay: 1.4s;

}


.node-d {

    top: 50%;

    left: 14px;

    animation-delay: 2.1s;

}


@keyframes pcaNodeFloat {

    0%,
    100% {

        margin-top: 0;

    }

    50% {

        margin-top: -7px;

    }

}


/* =========================================================
   NETWORK CONNECTORS
========================================================= */

.pca-network-line {

    position: absolute;

    top: 50%;

    left: 50%;

    width: 170px;

    height: 1px;

    transform-origin:
        left center;

    background:

        linear-gradient(
            90deg,
            rgba(72,175,201,.28),
            rgba(72,175,201,.02)
        );

}


.line-a {

    transform:
        rotate(-90deg);

}


.line-b {

    transform:
        rotate(0deg);

}


.line-c {

    transform:
        rotate(180deg);

}


/* =========================================================
   INTRODUCTION
========================================================= */

.pca-introduction {

    padding:
        43px 0;

    background:
        #FFFFFF;

    border-bottom:
        1px solid
        #E8EFF2;

}


.pca-intro-layout {

    display: grid;

    grid-template-columns:
        1.1fr
        .9fr;

    align-items: center;

    gap: 65px;

}


.pca-section-tag {

    display: inline-block;

    color:
        var(--pca-blue);

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 8px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: 1.5px;

}


.pca-intro-heading h2 {

    max-width: 650px;

    margin:
        8px 0 0;

    color:
        var(--pca-navy);

    font-family:
        "Raleway",
        Arial,
        sans-serif;

    font-size: 29px;

    line-height: 1.18;

    font-weight: 800;

    letter-spacing: -.8px;

}


.pca-intro-heading h2 span {

    color:
        var(--pca-blue);

}


.pca-intro-copy {

    padding-left: 25px;

    border-left:
        2px solid
        var(--pca-gold);

}


.pca-intro-copy p {

    margin: 0;

    color:
        var(--pca-muted);

    font-family:
        "Roboto",
        Arial,
        sans-serif;

    font-size: 12px;

    line-height: 1.8;

    font-weight: 400;

}


/* =========================================================
   ARCHIVE SECTION
========================================================= */

.pca-archive {

    padding:
        45px 0
        50px;

    background:
        var(--pca-bg);

}


.pca-archive-top {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 25px;

    margin-bottom: 17px;

}


.pca-archive-top h2 {

    margin:
        8px 0 0;

    color:
        var(--pca-navy);

    font-family:
        "Raleway",
        Arial,
        sans-serif;

    font-size: 29px;

    line-height: 1.1;

    font-weight: 800;

    letter-spacing: -.7px;

}


.pca-archive-top h2 span {

    color:
        var(--pca-blue);

}


/* =========================================================
   SEARCH
========================================================= */

.pca-search {

    position: relative;

    width: 265px;

}


.pca-search i {

    position: absolute;

    top: 50%;

    left: 13px;

    transform:
        translateY(-50%);

    color:
        #7D929B;

    font-size: 12px;

    pointer-events: none;

}


.pca-search input {

    width: 100%;

    height: 40px;

    padding:
        0 12px 0 35px;

    outline: none;

    border:
        1px solid
        var(--pca-line);

    border-radius: 5px;

    color:
        var(--pca-text);

    background:
        #FFFFFF;

    font-family:
        "Roboto",
        Arial,
        sans-serif;

    font-size: 11px;

    font-weight: 400;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;

}


.pca-search input::placeholder {

    color:
        #98A7AD;

}


.pca-search input:focus {

    border-color:
        var(--pca-cyan);

    box-shadow:
        0 0 0 3px
        rgba(72,175,201,.09);

}


/* =========================================================
   YEAR FILTER
========================================================= */

.pca-filter {

    display: flex;

    flex-wrap: wrap;

    gap: 5px;

    margin-bottom: 19px;

}


.pca-filter button {

    height: 31px;

    padding:
        0 12px;

    border:
        1px solid
        var(--pca-line);

    border-radius: 4px;

    color:
        #6C8089;

    background:
        #FFFFFF;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 8.5px;

    line-height: 1;

    font-weight: 600;

    cursor: pointer;

    transition:
        color .2s ease,
        background .2s ease,
        border-color .2s ease;

}


.pca-filter button:hover {

    color:
        var(--pca-navy);

    border-color:
        #AFC7CF;

}


.pca-filter button.active {

    color:
        #FFFFFF;

    background:
        var(--pca-navy);

    border-color:
        var(--pca-navy);

}


/* =========================================================
   TIMELINE
========================================================= */

.pca-timeline {

    position: relative;

}


.pca-timeline::before {

    content: "";

    position: absolute;

    top: 0;

    bottom: 0;

    left: 86px;

    width: 1px;

    background:

        linear-gradient(
            to bottom,
            transparent,
            #C8DCE3 5%,
            #C8DCE3 95%,
            transparent
        );

}


/* =========================================================
   CONFERENCE CARD
========================================================= */

.pca-conference {

    position: relative;

    display: grid;

    grid-template-columns:
        105px
        minmax(0, 1fr)
        95px;

    align-items: center;

    min-height: 145px;

    margin-bottom: 9px;

    overflow: hidden;

    border:
        1px solid
        var(--pca-line);

    border-radius: 7px;

    color:
        inherit;

    background:
        #FFFFFF;

    box-shadow:
        0 2px 8px
        rgba(8,42,54,.025);

    text-decoration: none !important;

    transition:
        transform .24s ease,
        border-color .24s ease,
        box-shadow .24s ease;

}


.pca-conference:hover {

    color:
        inherit;

    border-color:
        #A8C5CF;

    box-shadow:
        var(--pca-shadow-hover);

    transform:
        translateY(-3px);

}


/* CURRENT 2026 */

.pca-conference.is-current {

    border-color:
        #A7CFD9;

    background:

        linear-gradient(
            105deg,
            #FFFFFF 0%,
            #F2F9FA 100%
        );

}


.pca-conference.is-current:hover {

    border-color:
        var(--pca-cyan);

}


/* =========================================================
   TIMELINE MARKER
========================================================= */

.pca-timeline-marker {

    position: absolute;

    left: 81px;

    top: 50%;

    z-index: 4;

    width: 11px;

    height: 11px;

    transform:
        translate(-50%, -50%);

    border:
        2px solid
        #FFFFFF;

    border-radius: 50%;

    background:
        #88A7B1;

    box-shadow:
        0 0 0 4px
        #DCE9ED;

}


.pca-conference.is-current
.pca-timeline-marker {

    background:
        var(--pca-cyan);

    box-shadow:
        0 0 0 4px
        #D9F0F4;

}


/* =========================================================
   YEAR BLOCK
========================================================= */

.pca-year {

    min-height: 145px;

    height: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    border-right:
        1px solid
        var(--pca-line);

    background:
        #F0F6F8;

}


.pca-year small {

    color:
        #8BA0A8;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 8px;

    line-height: 1;

    font-weight: 600;

}


.pca-year strong {

    margin-top: 3px;

    color:
        var(--pca-navy);

    font-family:
        "Raleway",
        Arial,
        sans-serif;

    font-size: 36px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: -1.5px;

}


.pca-conference.is-current .pca-year {

    background:
        #E6F4F7;

}


.pca-conference.is-current .pca-year strong {

    color:
        var(--pca-blue);

}


/* =========================================================
   CONFERENCE CONTENT
========================================================= */

.pca-conference-content {

    min-width: 0;

    padding:
        20px 27px;

}


.pca-conference-topline {

    min-height: 13px;

}


.pca-live,
.pca-archived {

    display: inline-flex;

    align-items: center;

    gap: 6px;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 7.5px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: 1px;

}


.pca-live {

    color:
        var(--pca-blue);

}


.pca-live i {

    width: 6px;

    height: 6px;

    border-radius: 50%;

    background:
        var(--pca-cyan);

    box-shadow:
        0 0 0 3px
        rgba(72,175,201,.12);

}


.pca-archived {

    color:
        #84979F;

}


.pca-conference-content h3 {

    margin:
        7px 0 7px;

    color:
        var(--pca-navy);

    font-family:
        "Raleway",
        Arial,
        sans-serif;

    font-size: 19px;

    line-height: 1.25;

    font-weight: 800;

    letter-spacing: -.3px;

}


.pca-conference-content p {

    max-width: 740px;

    margin: 0;

    color:
        #657983;

    font-family:
        "Roboto",
        Arial,
        sans-serif;

    font-size: 12px;

    line-height: 1.7;

    font-weight: 400;

}


/* =========================================================
   CARD FOOTER META
========================================================= */

.pca-conference-footer {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 16px;

    margin-top: 11px;

}


.pca-conference-footer span {

    display: inline-flex;

    align-items: center;

    gap: 5px;

    color:
        #758A93;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 8px;

    line-height: 1;

    font-weight: 600;

}


.pca-conference-footer i {

    color:
        var(--pca-blue);

    font-size: 10px;

}


/* =========================================================
   OPEN BUTTON
========================================================= */

.pca-open {

    display: flex;

    align-items: center;

    justify-content: center;

}


.pca-open::after {

    content: "";

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    width: 3px;

    background:
        transparent;

    transition:
        background .2s ease;

}


.pca-conference:hover
.pca-open::after {

    background:
        var(--pca-cyan);

}


.pca-open span {

    width: 64px;

    height: 64px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 5px;

    border:
        1px solid
        var(--pca-line);

    border-radius: 6px;

    color:
        var(--pca-navy);

    background:
        #FFFFFF;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 8px;

    line-height: 1;

    font-weight: 700;

    transition:
        color .2s ease,
        background .2s ease,
        border-color .2s ease;

}


.pca-open i {

    font-size: 14px;

}


.pca-conference:hover
.pca-open span {

    color:
        #FFFFFF;

    background:
        var(--pca-navy);

    border-color:
        var(--pca-navy);

}


/* =========================================================
   NO RESULTS
========================================================= */

.pca-no-results {

    display: none;

    padding:
        55px 20px;

    text-align: center;

}


.pca-no-results.show {

    display: block;

}


.pca-no-results i {

    color:
        #8BA1AA;

    font-size: 25px;

}


.pca-no-results h3 {

    margin:
        9px 0 4px;

    color:
        var(--pca-navy);

    font-family:
        "Raleway",
        Arial,
        sans-serif;

    font-size: 17px;

    font-weight: 800;

}


.pca-no-results p {

    margin: 0;

    color:
        var(--pca-muted);

    font-size: 10px;

}


/* =========================================================
   FEATURED 2026
========================================================= */

.pca-featured {

    padding:
        34px 0
        42px;

    background:
        #FFFFFF;

}


.pca-featured-box {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    min-height: 148px;

    padding:
        25px 29px;

    overflow: hidden;

    border:
        1px solid
        #CCDFE5;

    border-radius: 7px;

    background:

        linear-gradient(
            110deg,
            #F0F7F9,
            #FFFFFF
        );

}


.pca-featured-content {

    position: relative;

    z-index: 2;

}


.pca-featured-content h2 {

    margin:
        8px 0 6px;

    color:
        var(--pca-navy);

    font-family:
        "Raleway",
        Arial,
        sans-serif;

    font-size: 24px;

    line-height: 1.2;

    font-weight: 800;

    letter-spacing: -.5px;

}


.pca-featured-content h2 strong {

    color:
        var(--pca-blue);

}


.pca-featured-content p {

    max-width: 680px;

    margin: 0;

    color:
        var(--pca-muted);

    font-family:
        "Roboto",
        Arial,
        sans-serif;

    font-size: 11.5px;

    line-height: 1.7;

}


.pca-featured-button {

    position: relative;

    z-index: 3;

    flex-shrink: 0;

    min-height: 42px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    padding:
        0 16px;

    border-radius: 4px;

    color:
        #FFFFFF;

    background:
        var(--pca-navy);

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 9px;

    line-height: 1;

    font-weight: 700;

    transition:
        background .2s ease,
        transform .2s ease;

}


.pca-featured-button:hover {

    color:
        #FFFFFF;

    background:
        var(--pca-blue);

    transform:
        translateY(-2px);

}


/* =========================================================
   FEATURED DECORATION
========================================================= */

.pca-featured-decoration {

    position: absolute;

    top: 50%;

    right: 110px;

    width: 220px;

    height: 220px;

    transform:
        translateY(-50%);

    opacity: .55;

    pointer-events: none;

}


.pca-featured-decoration span {

    position: absolute;

    inset: 0;

    border:
        1px solid
        rgba(72,175,201,.15);

    border-radius: 50%;

}


.pca-featured-decoration span:nth-child(2) {

    inset: 28px;

}


.pca-featured-decoration span:nth-child(3) {

    inset: 56px;

    border-color:
        rgba(184,149,77,.18);

}


/* =========================================================
   SCROLL / FILTER ANIMATION
========================================================= */

.pca-reveal {

    opacity: 0;

    transform:
        translateY(14px);

}


.pca-revealed {

    opacity: 1;

    transform:
        translateY(0);

    transition:
        opacity .5s ease,
        transform .5s ease;

}


.pca-conference.pca-filter-show {

    animation:
        pcaFilterIn
        .28s
        ease
        both;

}


@keyframes pcaFilterIn {

    from {

        opacity: 0;

        transform:
            translateY(7px);

    }

    to {

        opacity: 1;

        transform:
            translateY(0);

    }

}


.pca-conference[hidden] {

    display: none !important;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .pca-hero-layout {

        grid-template-columns:
            minmax(0, 1fr)
            340px;

        gap: 10px;

    }


    .pca-network {

        width: 330px;

        height: 330px;

    }


    .ring-a {

        width: 115px;

        height: 115px;

    }


    .ring-b {

        width: 205px;

        height: 205px;

    }


    .ring-c {

        width: 295px;

        height: 295px;

    }


    .pca-network-core {

        width: 100px;

        height: 100px;

    }


    .pca-intro-layout {

        gap: 35px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 720px) {

    .pca-container {

        width:
            calc(100% - 28px);

    }


    /* HERO */

    .pca-hero {

        min-height: 425px;

    }


    .pca-hero-layout {

        display: block;

        min-height: 425px;

    }


    .pca-hero-content {

        position: relative;

        z-index: 5;

        padding:
            43px 0
            35px;

    }


    .pca-hero h1 {

        font-size: 41px;

        letter-spacing: -1.6px;

    }


    .pca-hero-content > p {

        max-width: 510px;

        font-size: 12px;

    }


    .pca-network {

        position: absolute;

        right: -170px;

        bottom: -120px;

        width: 350px;

        height: 350px;

        opacity: .19;

    }


    .pca-hero-meta {

        margin-top: 25px;

    }


    .pca-hero-meta > div {

        min-width: 0;

        padding-right: 11px;

        margin-right: 11px;

    }


    .pca-hero-meta strong {

        font-size: 16px;

    }


    .pca-hero-meta span {

        font-size: 6.5px;

    }


    /* INTRO */

    .pca-introduction {

        padding:
            34px 0;

    }


    .pca-intro-layout {

        display: block;

    }


    .pca-intro-heading h2 {

        font-size: 25px;

    }


    .pca-intro-copy {

        margin-top: 18px;

        padding:
            2px 0
            2px 17px;

    }


    .pca-intro-copy p {

        font-size: 11.5px;

    }


    /* ARCHIVE */

    .pca-archive {

        padding:
            36px 0
            40px;

    }


    .pca-archive-top {

        display: block;

    }


    .pca-archive-top h2 {

        font-size: 25px;

    }


    .pca-search {

        width: 100%;

        margin-top: 14px;

    }


    /* TIMELINE */

    .pca-timeline::before {

        left: 26px;

    }


    .pca-conference {

        grid-template-columns:
            55px
            minmax(0, 1fr);

        align-items: stretch;

        min-height: 0;

    }


    .pca-timeline-marker {

        top: 31px;

        left: 26px;

    }


    .pca-year {

        min-height: 154px;

        padding:
            0 3px;

    }


    .pca-year strong {

        font-size: 24px;

    }


    .pca-year small {

        font-size: 7px;

    }


    .pca-conference-content {

        padding:
            19px 14px
            12px;

    }


    .pca-conference-content h3 {

        font-size: 16px;

    }


    .pca-conference-content p {

        font-size: 10.5px;

        line-height: 1.65;

    }


    .pca-conference-footer {

        gap: 9px;

        margin-top: 10px;

    }


    .pca-conference-footer span {

        font-size: 7.5px;

    }


    .pca-open {

        grid-column: 2;

        justify-content: flex-start;

        padding:
            0
            14px
            15px;

    }


    .pca-open span {

        width: auto;

        height: 33px;

        flex-direction: row;

        padding:
            0 11px;

        gap: 7px;

    }


    /* FEATURED */

    .pca-featured {

        padding:
            28px 0
            35px;

    }


    .pca-featured-box {

        display: block;

        min-height: 0;

        padding:
            23px;

    }


    .pca-featured-content h2 {

        font-size: 21px;

    }


    .pca-featured-content p {

        font-size: 10.5px;

    }


    .pca-featured-button {

        margin-top: 17px;

    }


    .pca-featured-decoration {

        right: -55px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .pca-hero h1 {

        font-size: 36px;

    }


    .pca-hero-content > p {

        font-size: 11.5px;

    }


    .pca-hero-meta > div {

        padding-right: 7px;

        margin-right: 7px;

    }


    .pca-hero-meta strong {

        font-size: 14px;

    }


    .pca-hero-meta span {

        font-size: 6px;

    }


    .pca-filter {

        gap: 4px;

    }


    .pca-filter button {

        padding:
            0 9px;

        font-size: 8px;

    }


    .pca-conference-content h3 {

        font-size: 15px;

    }


    .pca-conference-content p {

        font-size: 10px;

    }

}


/* =========================================================
   ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .pca-network-ring,
    .pca-node,
    .pca-conference,
    .pca-btn-primary,
    .pca-btn-outline,
    .pca-featured-button,
    .pca-reveal,
    .pca-revealed,
    .pca-conference.pca-filter-show {

        animation: none !important;

        transition: none !important;

    }


    .pca-revealed {

        opacity: 1;

        transform: none;

    }

}

/* =========================================================
   IJRCSIT — PREVIOUS CONFERENCES
   TYPOGRAPHY + COLOUR SYSTEM
   MATCHED TO IJRCSIT INDEXING PAGE

   IMPORTANT:
   - HERO / BANNER IS NOT TOUCHED
   - EXISTING PHP STRUCTURE IS NOT TOUCHED
   - EXISTING INDEXING TYPOGRAPHY SYSTEM IS FOLLOWED
========================================================= */


/* =========================================================
   PAGE COLOUR VARIABLES
   SAME SYSTEM AS IJRCSIT INDEXING PAGE
========================================================= */

.ijrcsit-pca {

    --index-primary: #1e4356;
    --index-dark: #102d3b;

    --index-accent: #68a4c4;
    --index-accent-dark: #397c9d;

    --index-text: #344b59;
    --index-muted: #71808a;

    --index-border: #dce6eb;
    --index-light: #f5f8fa;
    --index-white: #ffffff;

    color: var(--index-text);

}


/* =========================================================
   MAIN INTRODUCTION
   MATCHES INDEXING PAGE INTRO TYPOGRAPHY
========================================================= */

.ijrcsit-pca .pca-introduction {

    background: #ffffff;

}


.ijrcsit-pca .pca-intro-heading > span,
.ijrcsit-pca .pca-section-tag {

    display: block;

    margin-bottom: 8px;

    color: var(--index-accent-dark);

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 700;

    line-height: 1.2;

    letter-spacing: 1.8px;

}


.ijrcsit-pca .pca-intro-heading h2 {

    margin: 0;

    color: var(--index-primary);

    font-family: "Raleway", sans-serif;

    font-size: 29px;

    font-weight: 700;

    line-height: 1.25;

    letter-spacing: 0;

}


.ijrcsit-pca .pca-intro-heading h2 span {

    color: var(--index-accent-dark);

}


.ijrcsit-pca .pca-intro-copy {

    padding-left: 2px;

}


.ijrcsit-pca .pca-intro-copy p {

    margin: 0;

    color: #596d78;

    font-family: "Roboto", sans-serif;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.72;

    text-align: justify;

}


/* =========================================================
   ARCHIVE HEADING
   SAME VISUAL HIERARCHY AS INDEXING SECTION HEADINGS
========================================================= */

.ijrcsit-pca .pca-archive-top h2 {

    margin: 0;

    color: var(--index-primary);

    font-family: "Raleway", sans-serif;

    font-size: 27px;

    font-weight: 700;

    line-height: 1.25;

}


.ijrcsit-pca .pca-archive-top h2 span {

    color: var(--index-accent-dark);

}


/* =========================================================
   YEAR FILTER
========================================================= */

.ijrcsit-pca .pca-filter button {

    color: var(--index-muted);

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    line-height: 1;

}


.ijrcsit-pca .pca-filter button:hover {

    color: var(--index-primary);

}


.ijrcsit-pca .pca-filter button.active {

    color: #ffffff;

    background: var(--index-primary);

    border-color: var(--index-primary);

}


/* =========================================================
   SEARCH
========================================================= */

.ijrcsit-pca .pca-search input {

    color: var(--index-text);

    font-family: "Roboto", sans-serif;

    font-size: 13px;

    font-weight: 400;

}


.ijrcsit-pca .pca-search input::placeholder {

    color: var(--index-muted);

}


.ijrcsit-pca .pca-search i {

    color: var(--index-accent-dark);

}


/* =========================================================
   CONFERENCE YEAR
========================================================= */

.ijrcsit-pca .pca-year small {

    color: #a9bac3;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    line-height: 1;

    letter-spacing: 1px;

}


.ijrcsit-pca .pca-year strong {

    color: var(--index-primary);

    font-family: "Raleway", sans-serif;

    font-size: 36px;

    font-weight: 700;

    line-height: 1;

}


.ijrcsit-pca .pca-conference.is-current .pca-year strong {

    color: var(--index-accent-dark);

}


/* =========================================================
   CURRENT / ARCHIVED LABEL
   INDEXING STYLE = POPPINS SMALL LABEL
========================================================= */

.ijrcsit-pca .pca-live,
.ijrcsit-pca .pca-archived {

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    line-height: 1.2;

    letter-spacing: 1px;

}


.ijrcsit-pca .pca-live {

    color: var(--index-accent-dark);

}


.ijrcsit-pca .pca-archived {

    color: var(--index-muted);

}


.ijrcsit-pca .pca-live i {

    background: var(--index-accent);

}


/* =========================================================
   CONFERENCE TITLE
========================================================= */

.ijrcsit-pca .pca-conference-content h3 {

    margin: 7px 0 7px;

    color: var(--index-primary);

    font-family: "Raleway", sans-serif;

    font-size: 19px;

    font-weight: 700;

    line-height: 1.25;

    letter-spacing: 0;

}


/* =========================================================
   CONFERENCE DESCRIPTION
   SAME BODY FONT FAMILY AS INDEXING PAGE
========================================================= */

.ijrcsit-pca .pca-conference-content p {

    margin: 0;

    color: #596d78;

    font-family: "Roboto", sans-serif;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.72;

}


/* =========================================================
   CONFERENCE FOOTER META
========================================================= */

.ijrcsit-pca .pca-conference-footer span {

    color: var(--index-muted);

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    line-height: 1.3;

}


.ijrcsit-pca .pca-conference-footer i {

    color: var(--index-accent-dark);

}


/* =========================================================
   VIEW / EXPLORE
========================================================= */

.ijrcsit-pca .pca-open span {

    color: var(--index-primary);

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    line-height: 1;

}


.ijrcsit-pca .pca-open i {

    color: var(--index-accent-dark);

}


.ijrcsit-pca .pca-conference:hover .pca-open span {

    color: #ffffff;

    background: var(--index-primary);

    border-color: var(--index-primary);

}


/* =========================================================
   CONFERENCE CARD TEXT HOVER
========================================================= */

.ijrcsit-pca .pca-conference:hover
.pca-conference-content h3 {

    color: var(--index-primary);

}


/* =========================================================
   CURRENT 2026
========================================================= */

.ijrcsit-pca .pca-conference.is-current {

    border-color: #c3dce7;

}


.ijrcsit-pca .pca-conference.is-current .pca-live {

    color: var(--index-accent-dark);

}


/* =========================================================
   FEATURED 2026 PANEL
========================================================= */

.ijrcsit-pca .pca-featured-content h2 {

    margin: 3px 0 5px;

    color: var(--index-primary);

    font-family: "Raleway", sans-serif;

    font-size: 19px;

    font-weight: 700;

    line-height: 1.25;

}


.ijrcsit-pca .pca-featured-content h2 strong {

    color: var(--index-accent-dark);

}


.ijrcsit-pca .pca-featured-content p {

    margin: 0;

    color: var(--index-muted);

    font-family: "Roboto", sans-serif;

    font-size: 12.5px;

    font-weight: 400;

    line-height: 1.55;

}


.ijrcsit-pca .pca-featured-button {

    color: #ffffff;

    background: var(--index-primary);

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

}


.ijrcsit-pca .pca-featured-button:hover {

    color: #ffffff;

    background: var(--index-accent-dark);

}


/* =========================================================
   NO RESULTS
========================================================= */

.ijrcsit-pca .pca-no-results h3 {

    color: var(--index-primary);

    font-family: "Raleway", sans-serif;

    font-size: 19px;

    font-weight: 700;

}


.ijrcsit-pca .pca-no-results p {

    color: var(--index-muted);

    font-family: "Roboto", sans-serif;

    font-size: 13px;

    line-height: 1.55;

}


.ijrcsit-pca .pca-no-results i {

    color: var(--index-accent-dark);

}


/* =========================================================
   RESPONSIVE TYPOGRAPHY
   MATCHES INDEXING PAGE BREAKPOINT APPROACH
========================================================= */

@media (max-width: 767px) {

    .ijrcsit-pca .pca-intro-heading h2 {

        font-size: 24px;

    }


    .ijrcsit-pca .pca-intro-copy p {

        font-size: 13px;

        line-height: 1.65;

    }


    .ijrcsit-pca .pca-archive-top h2 {

        font-size: 23px;

    }


    .ijrcsit-pca .pca-conference-content h3 {

        font-size: 17px;

    }


    .ijrcsit-pca .pca-conference-content p {

        font-size: 13px;

        line-height: 1.65;

    }


    .ijrcsit-pca .pca-conference-footer span {

        font-size: 8px;

    }


    .ijrcsit-pca .pca-year strong {

        font-size: 30px;

    }


    .ijrcsit-pca .pca-featured-content h2 {

        font-size: 19px;

    }


    .ijrcsit-pca .pca-featured-content p {

        font-size: 12px;

    }

}

