/* ==========================================================
   InCASST 2027 - OJS 3.5
   CLEAN CONSOLIDATED STYLESHEET
   ========================================================== */

/* ==========================================================
   1. COLOR SYSTEM
   ========================================================== */

:root {
    --incasst-blue: #176fa1;
    --incasst-blue-dark: #0b527e;
    --incasst-cyan: #39b8d2;
    --incasst-yellow: #ffd526;
    --incasst-yellow-dark: #e5ae00;
    --incasst-text: #193b53;
    --incasst-muted: #637d8e;
    --incasst-border: #d9e7ef;
    --incasst-shadow: 0 12px 34px rgba(10, 69, 107, 0.10);
    --incasst-shadow-hover: 0 18px 40px rgba(10, 69, 107, 0.16);
}

/* ==========================================================
   2. GLOBAL OJS
   ========================================================== */

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: linear-gradient(
        180deg,
        #f8fbfd 0%,
        #ffffff 620px,
        #f5f9fc 100%
    );
    color: var(--incasst-text);
    line-height: 1.7;
}

* {
    box-sizing: border-box;
}

.pkp_structure_page {
    background: transparent;
}

/* ==========================================================
   3. UNIVERSAL InCASST STATIC PAGE WIDTH
   Gunakan pada setiap Static Page:
   <div class="incasst-page ...">
   ========================================================== */

.incasst-page {
    width: 80vw !important;
    max-width: none !important;
    position: relative;
    left: 50%;
    margin-left: -40vw !important;
    margin-right: 0 !important;
}

/* ==========================================================
   4. OJS HEADER + LOGO + NAVIGATION
   ========================================================== */

.pkp_structure_head {
    background: #eaf3f8 !important;
    background-color: #eaf3f8 !important;
    border-bottom: 1px solid #c8dce8 !important;
    box-shadow: 0 5px 18px rgba(20, 75, 105, 0.08);
}

.pkp_head_wrapper {
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 10px 24px 0;
}

.pkp_site_name {
    width: 100% !important;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center !important;
}

.pkp_site_name .is_img {
    display: flex !important;
    width: 100%;
    justify-content: center !important;
    align-items: center;
}

.pkp_site_name .is_img img {
    width: 520px !important;
    max-width: 82vw !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.08));
}

.pkp_navigation_user {
    font-size: 12px;
}

.pkp_navigation_user > li > a {
    color: #124b70 !important;
    font-weight: 700;
}

.pkp_navigation_user > li > a:hover,
.pkp_navigation_user > li > a:focus {
    color: #0879ad !important;
}

.pkp_site_nav_menu {
    margin-top: 0;
    background: transparent !important;
    border-top: 1px solid rgba(15, 71, 107, 0.15) !important;
}

.pkp_navigation_primary_wrapper,
.pkp_navigation_primary {
    background: transparent !important;
}

.pkp_navigation_primary {
    font-size: 14px;
}

.pkp_navigation_primary > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
    color: #124b70 !important;
    background: transparent !important;
    border-bottom: 3px solid transparent;
    font-weight: 700;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
    color: #0879ad !important;
    background: rgba(20, 120, 170, 0.06) !important;
    border-bottom-color: #1685b4 !important;
}

.pkp_navigation_primary > li > a::after {
    color: #124b70 !important;
}

.pkp_navigation_primary ul {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
}

.pkp_search,
.pkp_search:hover,
.pkp_search:focus {
    color: #124b70 !important;
}

/* ==========================================================
   5. HOMEPAGE OJS CONTAINER OVERRIDES
   ========================================================== */

body.pkp_page_index.pkp_op_index .pkp_structure_content {
    width: 100% !important;
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
}

body.pkp_page_index.pkp_op_index .pkp_structure_main {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
}

.page_index_journal {
    padding-top: 0 !important;
}

body.pkp_page_index.pkp_op_index .page_index_journal .additional_content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 28px 0 60px !important;
    border-top: 0 !important;
}

.page_index_journal .additional_content::before {
    display: none !important;
}

.page_index_journal .additional_content > :first-child {
    margin-top: 0 !important;
}

.incasst-home {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    color: var(--incasst-text);
}

/* ==========================================================
   6. HOMEPAGE HERO
   ========================================================== */

.incasst-hero {
    width: 100%;
    max-width: none;
    margin: 0;
    position: relative;
    overflow: hidden;
    padding: 65px 40px 70px;
    text-align: center;
    border: 1px solid #d8eaf2;
    border-radius: 20px;
    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(57, 184, 210, 0.16),
            transparent 26%
        ),
        radial-gradient(
            circle at 93% 10%,
            rgba(23, 111, 161, 0.10),
            transparent 27%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #eef9fc 55%,
            #f9fcfd 100%
        );
    box-shadow: var(--incasst-shadow);
}

.incasst-hero::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -170px;
    top: -160px;
    transform: rotate(35deg);
    border: 34px solid rgba(23, 111, 161, 0.05);
}

.incasst-hero::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 14px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(
        90deg,
        var(--incasst-blue),
        var(--incasst-yellow)
    );
    border-radius: 10px 10px 0 0;
}

.incasst-kicker {
    position: relative;
    z-index: 2;
    margin-bottom: 14px;
    color: var(--incasst-blue);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2.4px;
}

.incasst-hero h1 {
    position: relative;
    z-index: 2;
    max-width: 950px;
    margin: 0 auto 18px;
    color: #073f68;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.13;
    letter-spacing: -1px;
}

.incasst-theme {
    position: relative;
    z-index: 2;
    max-width: 930px;
    margin: 0 auto 29px;
    color: #316987;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 600;
    line-height: 1.45;
}

.incasst-event-meta {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 32px;
    margin-bottom: 31px;
    color: #174f70;
    font-size: 16px;
    font-weight: 700;
}

/* ==========================================================
   7. BUTTONS
   ========================================================== */

.incasst-actions {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 13px;
}

.incasst-btn {
    display: inline-block;
    min-width: 170px;
    padding: 13px 23px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    text-align: center;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.incasst-btn:hover {
    transform: translateY(-2px);
}

.incasst-btn-primary {
    color: #ffffff !important;
    background: linear-gradient(135deg, #075381, #1684ad);
    box-shadow: 0 8px 22px rgba(6, 78, 123, 0.20);
}

.incasst-btn-secondary {
    color: var(--incasst-blue-dark) !important;
    background: #ffffff;
    border: 1px solid #bad7e5;
}

/* ==========================================================
   8. QUICK DATES
   ========================================================== */

.incasst-quick-dates {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    z-index: 5;
    max-width: 1050px;
    margin: -26px auto 76px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--incasst-border);
    border-radius: 14px;
    box-shadow: var(--incasst-shadow);
}

.incasst-quick-item {
    padding: 24px 17px;
    text-align: center;
}

.incasst-quick-item + .incasst-quick-item {
    border-left: 1px solid var(--incasst-border);
}

.incasst-quick-label {
    display: block;
    margin-bottom: 7px;
    color: var(--incasst-muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.incasst-quick-item strong {
    display: block;
    color: var(--incasst-blue-dark);
    font-size: 18px;
}

/* ==========================================================
   9. COMMON HOMEPAGE SECTION
   ========================================================== */

.incasst-section {
    margin-bottom: 82px;
}

.incasst-section-header {
    max-width: 780px;
    margin: 0 auto 36px;
    text-align: center;
}

.incasst-section-small {
    display: block;
    margin-bottom: 7px;
    color: var(--incasst-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.incasst-section-header h2 {
    margin: 0 0 12px;
    color: #123f5f;
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.2;
}

.incasst-section-header p {
    margin: 0;
    color: var(--incasst-muted);
    font-size: 16px;
    line-height: 1.7;
}

/* ==========================================================
   10. KEYNOTE SPEAKERS + PHOTOS
   ========================================================== */

.incasst-speaker-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.incasst-speaker {
    position: relative;
    overflow: hidden;
    min-height: 215px;
    padding: 0 0 24px;
    text-align: center;
    background: #ffffff;
    border: 1px solid var(--incasst-border);
    border-radius: 14px;
    box-shadow: 0 8px 26px rgba(8, 67, 105, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.incasst-speaker::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(
        90deg,
        var(--incasst-blue),
        var(--incasst-cyan),
        var(--incasst-yellow)
    );
}

.incasst-speaker:hover {
    transform: translateY(-4px);
    box-shadow: var(--incasst-shadow-hover);
}

.incasst-speaker-photo-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #eef4f7;
}

.incasst-speaker-photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.incasst-speaker-number {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 20px auto 12px;
    padding: 6px 12px;
    border-radius: 20px;
    color: var(--incasst-blue);
    background: #e8f4fa;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

.incasst-speaker h3 {
    margin: 0 0 8px;
    padding: 0 18px;
    color: #153e5c;
    font-size: 18px;
    line-height: 1.35;
}

.incasst-speaker p {
    margin: 0;
    padding: 0 18px;
    color: var(--incasst-muted);
    font-size: 14px;
    line-height: 1.55;
}

/* ==========================================================
   11. CONFERENCE SCOPES
   ========================================================== */

.incasst-scope-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.incasst-scope {
    padding: 30px;
    border: 1px solid var(--incasst-border);
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 7px 24px rgba(9, 67, 105, 0.06);
}

.incasst-scope:nth-child(2),
.incasst-scope:nth-child(3) {
    background: linear-gradient(145deg, #f5fbfd, #ffffff);
}

.incasst-scope h3 {
    margin: 0 0 16px;
    color: var(--incasst-blue-dark);
    font-size: 20px;
    line-height: 1.35;
}

.incasst-scope ul {
    margin: 0;
    padding-left: 21px;
}

.incasst-scope li {
    margin-bottom: 7px;
    color: #526e80;
    font-size: 14px;
    line-height: 1.5;
}

.incasst-scope li::marker {
    color: var(--incasst-yellow-dark);
}

/* ==========================================================
   12. IMPORTANT DATES TABLE
   ========================================================== */

.incasst-dates-box {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--incasst-border);
    border-radius: 15px;
    box-shadow: var(--incasst-shadow);
}

.incasst-date-row {
    display: grid;
    grid-template-columns: 1fr 220px;
    align-items: center;
    padding: 17px 25px;
    border-bottom: 1px solid #e7eff4;
}

.incasst-date-row:last-child {
    border-bottom: 0;
}

.incasst-date-row:nth-child(even) {
    background: #f8fbfd;
}

.incasst-date-name {
    color: #365a70;
    font-size: 15px;
}

.incasst-date-value {
    color: var(--incasst-blue-dark);
    font-size: 15px;
    font-weight: 800;
    text-align: right;
}

.incasst-date-row:last-child {
    background: linear-gradient(90deg, #075381, #1783aa);
}

.incasst-date-row:last-child .incasst-date-name,
.incasst-date-row:last-child .incasst-date-value {
    color: #ffffff;
}

/* ==========================================================
   13. REGISTRATION
   ========================================================== */

.incasst-fee-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 900px;
    margin: 0 auto;
}

.incasst-fee-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--incasst-border);
    border-radius: 15px;
    box-shadow: var(--incasst-shadow);
}

.incasst-fee-title {
    padding: 19px 23px;
    color: #ffffff;
    background: linear-gradient(125deg, #075381, #1581a8);
    font-size: 19px;
    font-weight: 800;
}

.incasst-fee-content {
    padding: 22px 25px;
}

.incasst-fee-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 11px 0;
    border-bottom: 1px solid #edf2f5;
}

.incasst-fee-row:last-child {
    border-bottom: 0;
}

.incasst-fee-row span {
    color: var(--incasst-muted);
}

.incasst-fee-row strong {
    color: var(--incasst-blue-dark);
    white-space: nowrap;
}

/* ==========================================================
   14. PUBLISHER + CONTACT BAND
   ========================================================== */

.incasst-info-band {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(125deg, #073d63, #086c95);
    box-shadow: 0 15px 38px rgba(4, 58, 92, 0.18);
}

.incasst-publisher {
    padding: 35px;
    background: rgba(255, 255, 255, 0.06);
}

.incasst-contact {
    padding: 35px;
}

.incasst-info-band h3 {
    margin: 0 0 17px;
    color: #ffffff;
    font-size: 22px;
}

.incasst-info-band p {
    margin: 7px 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
}

.incasst-info-band strong,
.incasst-info-band a {
    color: #ffffff;
}

.incasst-info-band a {
    font-weight: 700;
}

/* ==========================================================
   15. ABOUT InCASST PAGE
   ========================================================== */

.incasst-about-page {
    color: var(--incasst-text);
}

.incasst-about-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
    padding: 65px 55px;
    text-align: center;
    border: 1px solid var(--incasst-border);
    border-radius: 20px;
    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(57, 184, 210, 0.15),
            transparent 29%
        ),
        radial-gradient(
            circle at 94% 15%,
            rgba(23, 111, 161, 0.10),
            transparent 26%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #edf8fc 58%,
            #f9fcfd 100%
        );
    box-shadow: var(--incasst-shadow);
}

.incasst-about-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 180px;
    height: 7px;
    transform: translateX(-50%);
    border-radius: 8px 8px 0 0;
    background: linear-gradient(
        90deg,
        var(--incasst-blue),
        var(--incasst-cyan),
        var(--incasst-yellow)
    );
}

.incasst-about-kicker {
    position: relative;
    z-index: 2;
    margin-bottom: 13px;
    color: var(--incasst-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.incasst-about-hero h1 {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto 20px;
    color: #0b466d;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.7px;
}

.incasst-about-lead {
    position: relative;
    z-index: 2;
    max-width: 780px;
    margin: 0 auto;
    color: var(--incasst-muted);
    font-size: clamp(17px, 1.8vw, 20px);
    line-height: 1.7;
}

.incasst-about-section {
    margin-bottom: 80px;
}

.incasst-about-section-heading {
    max-width: 800px;
    margin: 0 auto 35px;
    text-align: center;
}

.incasst-about-section-heading.left {
    margin-left: 0;
    text-align: left;
}

.incasst-about-section-heading > span {
    display: block;
    margin-bottom: 8px;
    color: var(--incasst-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.incasst-about-section-heading h2 {
    margin: 0 0 13px;
    color: #123f5f;
    font-size: clamp(27px, 3vw, 37px);
    line-height: 1.25;
}

.incasst-about-section-heading p {
    margin: 0;
    color: var(--incasst-muted);
    font-size: 16px;
    line-height: 1.7;
}

.incasst-about-prose {
    max-width: 900px;
    margin: 0 auto;
    color: #456477;
    font-size: 16px;
    line-height: 1.9;
}

.incasst-about-prose p {
    margin: 0 0 21px;
}

.incasst-about-intro {
    color: #214e69;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
}

.incasst-about-highlight {
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
    padding: 47px 50px;
    border-radius: 18px;
    color: #ffffff;
    background: linear-gradient(
        125deg,
        #07466e 0%,
        #0b608d 55%,
        #1580a4 100%
    );
    box-shadow: 0 17px 40px rgba(6, 65, 103, 0.18);
}

.incasst-about-highlight::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -120px;
    top: -130px;
    transform: rotate(35deg);
    border: 35px solid rgba(255, 255, 255, 0.05);
}

.incasst-about-highlight-label {
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
    color: #aee7f4;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.incasst-about-highlight h2 {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 0 17px;
    color: #ffffff;
    font-size: clamp(27px, 3vw, 37px);
    line-height: 1.25;
}

.incasst-about-highlight p {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0;
    color: rgba(255, 255, 255, 0.87);
    font-size: 16px;
    line-height: 1.8;
}

.incasst-about-two-column {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.65fr);
    gap: 48px;
    align-items: center;
}

.incasst-about-main {
    color: #456477;
    font-size: 16px;
    line-height: 1.85;
}

.incasst-about-main p {
    margin: 0 0 19px;
}

.incasst-about-main strong {
    color: #174d6c;
}

.incasst-about-sidebox {
    padding: 33px 29px;
    border: 1px solid #cfe3ed;
    border-radius: 16px;
    background: linear-gradient(145deg, #f2fafc, #ffffff);
    box-shadow: var(--incasst-shadow);
}

.incasst-about-side-label {
    margin-bottom: 10px;
    color: var(--incasst-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.incasst-about-sidebox h3 {
    margin: 0 0 13px;
    color: #104a70;
    font-size: 25px;
    line-height: 1.3;
}

.incasst-about-sidebox p {
    margin: 0;
    color: var(--incasst-muted);
    font-size: 14px;
    line-height: 1.7;
}

.incasst-about-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.incasst-about-card {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    padding: 30px;
    border: 1px solid var(--incasst-border);
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 8px 28px rgba(8, 65, 102, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.incasst-about-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--incasst-shadow-hover);
}

.incasst-about-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--incasst-blue),
        var(--incasst-cyan),
        var(--incasst-yellow)
    );
}

.incasst-about-card-number {
    margin-bottom: 14px;
    color: var(--incasst-cyan);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
}

.incasst-about-card h3 {
    margin: 0 0 11px;
    color: #173f5c;
    font-size: 21px;
    line-height: 1.35;
}

.incasst-about-card p {
    margin: 0;
    color: var(--incasst-muted);
    font-size: 14px;
    line-height: 1.75;
}

.incasst-about-closing {
    position: relative;
    margin-bottom: 30px;
    padding: 52px 40px;
    text-align: center;
    border: 1px solid #d4e6ef;
    border-radius: 18px;
    background: linear-gradient(145deg, #f3fafc, #ffffff);
}

.incasst-about-closing > span {
    display: block;
    margin-bottom: 7px;
    color: var(--incasst-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.incasst-about-closing h2 {
    max-width: 720px;
    margin: 0 auto 16px;
    color: #123f5f;
    font-size: clamp(27px, 3vw, 37px);
    line-height: 1.25;
}

.incasst-about-closing p {
    max-width: 800px;
    margin: 0 auto;
    color: var(--incasst-muted);
    font-size: 16px;
    line-height: 1.8;
}

/* ==========================================================
   16. RESPONSIVE
   ========================================================== */

@media (max-width: 1000px) {
    .incasst-speaker-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .incasst-quick-dates {
        grid-template-columns: repeat(2, 1fr);
        margin-left: 18px;
        margin-right: 18px;
    }

    .incasst-quick-item:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--incasst-border);
    }

    .incasst-quick-item:nth-child(4) {
        border-top: 1px solid var(--incasst-border);
    }
}

@media (max-width: 900px) {
    .incasst-page {
        width: 92vw !important;
        margin-left: -46vw !important;
    }
}

@media (max-width: 800px) {
    .incasst-about-hero {
        padding: 45px 25px;
    }

    .incasst-about-two-column,
    .incasst-about-card-grid {
        grid-template-columns: 1fr;
    }

    .incasst-about-highlight {
        padding: 37px 28px;
    }
}

@media (max-width: 760px) {
    .pkp_head_wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pkp_site_name .is_img img {
        width: 360px !important;
        max-width: 90vw !important;
    }

    .incasst-hero {
        padding: 48px 22px 65px;
    }

    .incasst-scope-grid,
    .incasst-fee-grid,
    .incasst-info-band {
        grid-template-columns: 1fr;
    }

    .incasst-date-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .incasst-date-value {
        text-align: left;
    }
}

@media (max-width: 600px) {
    .incasst-page {
        width: 94vw !important;
        margin-left: -47vw !important;
    }
}

@media (max-width: 560px) {
    body.pkp_page_index.pkp_op_index .page_index_journal .additional_content {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .incasst-speaker-grid,
    .incasst-quick-dates {
        grid-template-columns: 1fr;
    }

    .incasst-quick-item + .incasst-quick-item {
        border-left: 0;
        border-top: 1px solid var(--incasst-border);
    }

    .incasst-hero h1 {
        font-size: 30px;
    }

    .incasst-theme {
        font-size: 18px;
    }

    .incasst-event-meta,
    .incasst-actions {
        flex-direction: column;
    }

    .incasst-event-meta {
        gap: 5px;
    }

    .incasst-btn {
        width: 100%;
    }

    .incasst-scope {
        padding: 23px;
    }
}

@media (max-width: 520px) {
    .incasst-about-hero h1 {
        font-size: 29px;
    }

    .incasst-about-intro {
        font-size: 18px;
    }

    .incasst-about-closing {
        padding: 38px 23px;
    }
}
