:root {
    --pc-hub-brand: #15b9d9;
    --pc-hub-dark: #0f6675;
    --pc-hub-darker: #10353f;
    --pc-hub-text: #19353d;
    --pc-hub-muted: #647b83;
    --pc-hub-soft: #f4fbfc;
    --pc-hub-warm: #fff5ef;
    --pc-hub-border: rgba(15, 102, 117, 0.14);
    --pc-hub-shadow: 0 24px 70px rgba(12, 69, 81, 0.11);
}


.pc-hub-page {
    background: #ffffff;
    color: var(--pc-hub-text);
}


.pc-hub-page main {
    overflow: hidden;
}


/* =========================================================
   HERO
========================================================= */

.pc-hub-hero {
    position: relative;

    padding: 210px 0 110px;

    background:
        radial-gradient(circle at 12% 18%,
            rgba(21, 185, 217, 0.15),
            transparent 34%),
        radial-gradient(circle at 90% 30%,
            rgba(239, 162, 134, 0.17),
            transparent 32%),
        linear-gradient(135deg,
            #f7fdff 0%,
            #ffffff 50%,
            #fff9f5 100%);
}


.pc-hub-shape {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}


.pc-hub-shape-one {
    width: 310px;
    height: 310px;

    right: -155px;
    top: 170px;

    border: 1px solid rgba(21, 185, 217, 0.18);
}


.pc-hub-shape-two {
    width: 170px;
    height: 170px;

    left: -85px;
    bottom: 45px;

    background: rgba(239, 162, 134, 0.08);
}



/* Breadcrumb */

.pc-hub-breadcrumb {
    display: flex;

    align-items: center;

    gap: 0.65rem;

    margin-bottom: 2rem;

    font-size: 0.85rem;

    color: #778b91;
}


.pc-hub-breadcrumb a {
    color: var(--pc-hub-dark);
}


.pc-hub-breadcrumb i {
    font-size: 0.55rem;

    opacity: 0.6;
}



/* Eyebrow */

.pc-hub-eyebrow,
.pc-hub-section-tag {
    display: inline-flex;

    align-items: center;

    gap: 0.45rem;

    padding: 0.52rem 0.88rem;

    border: 1px solid rgba(21, 185, 217, 0.22);

    border-radius: 999px;

    background: rgba(255, 255, 255, 0.76);

    color: var(--pc-hub-dark);

    font-size: 0.76rem;

    font-weight: 700;

    letter-spacing: 0.06em;

    text-transform: uppercase;
}



/* Heading */

.pc-hub-hero h1 {
    max-width: 780px;

    margin: 1.2rem 0 1.2rem;

    font-size: clamp(2.7rem, 5.8vw, 5.5rem);

    line-height: 1.02;

    letter-spacing: -0.045em;
}


.pc-hub-hero h1 span {
    color: var(--pc-hub-dark);
}


.pc-hub-lead {
    max-width: 730px;

    margin-bottom: 1.8rem;

    color: var(--pc-hub-muted);

    font-size: 1.1rem;

    line-height: 1.85;
}



/* Buttons */

.pc-hub-actions {
    display: flex;

    flex-wrap: wrap;

    gap: 0.9rem;

    margin-bottom: 1.4rem;
}


.pc-hub-primary {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 0.6rem;

    min-height: 52px;

    padding: 0.8rem 1.35rem;

    border: 1px solid var(--pc-hub-dark);

    border-radius: 999px;

    background: var(--pc-hub-dark);

    color: #ffffff;

    box-shadow:
        0 12px 30px rgba(15, 102, 117, 0.22);
}


.pc-hub-primary:hover,
.pc-hub-primary:focus {
    transform: translateY(-2px);

    border-color: #0b5360;

    background: #0b5360;

    color: #ffffff !important;

    box-shadow:
        0 17px 36px rgba(15, 102, 117, 0.28);
}


.pc-hub-secondary {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 0.6rem;

    min-height: 52px;

    padding: 0.8rem 1.25rem;

    border: 1px solid rgba(15, 102, 117, 0.2);

    border-radius: 999px;

    background: rgba(255, 255, 255, 0.82);

    color: var(--pc-hub-dark);
}


.pc-hub-secondary:hover {
    transform: translateY(-2px);

    border-color: var(--pc-hub-brand);

    background: #ffffff;

    color: var(--pc-hub-dark);
}



/* Mini trust */

.pc-hub-mini-trust {
    display: flex;

    flex-wrap: wrap;

    gap: 0.75rem 1.15rem;

    color: #557078;

    font-size: 0.85rem;
}


.pc-hub-mini-trust span {
    display: inline-flex;

    align-items: center;

    gap: 0.4rem;
}


.pc-hub-mini-trust i {
    color: var(--pc-hub-brand);
}



/* =========================================================
   CONTACT CARD
========================================================= */

.pc-hub-contact-card {
    padding: 2rem;

    border: 1px solid rgba(255, 255, 255, 0.75);

    border-radius: 28px;

    background: rgba(255, 255, 255, 0.82);

    backdrop-filter: blur(18px);

    box-shadow: var(--pc-hub-shadow);
}


.pc-hub-contact-head {
    display: flex;

    align-items: center;

    gap: 0.55rem;

    margin-bottom: 1.15rem;

    color: var(--pc-hub-dark);

    font-size: 0.77rem;

    font-weight: 700;

    letter-spacing: 0.06em;

    text-transform: uppercase;
}


.pc-hub-status-dot {
    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: #24b879;

    box-shadow:
        0 0 0 6px rgba(36, 184, 121, 0.12);
}


.pc-hub-contact-card h2 {
    color: var(--pc-hub-text);

    font-size: 1.85rem;
}


.pc-hub-contact-card p {
    color: var(--pc-hub-muted);

    line-height: 1.75;
}



/* Number */

.pc-hub-contact-number {
    display: flex;

    align-items: center;

    gap: 0.9rem;

    padding: 1rem;

    margin: 1.4rem 0;

    border-radius: 18px;

    background: var(--pc-hub-soft);
}


.pc-hub-contact-number>span {
    display: grid;

    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    place-items: center;

    border-radius: 15px;

    background: #ffffff;

    color: var(--pc-hub-dark);
}


.pc-hub-contact-number small {
    display: block;

    color: #7c9096;
}


.pc-hub-contact-number a {
    color: var(--pc-hub-text);

    font-size: 1.15rem;

    font-weight: 700;
}



/* Contact options */

.pc-hub-contact-options {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 0.7rem;

    margin-bottom: 1rem;
}


.pc-hub-contact-options a {
    display: grid;

    place-items: center;

    gap: 0.35rem;

    padding: 0.9rem 0.6rem;

    border: 1px solid var(--pc-hub-border);

    border-radius: 15px;

    background: #ffffff;

    color: var(--pc-hub-dark);

    font-size: 0.8rem;

    font-weight: 700;

    transition: 0.25s ease;
}


.pc-hub-contact-options a:hover {
    transform: translateY(-3px);

    border-color: var(--pc-hub-brand);

    color: var(--pc-hub-dark);

    box-shadow:
        0 12px 26px rgba(12, 69, 81, 0.08);
}


.pc-hub-contact-options i {
    font-size: 1.1rem;
}



/* Availability */

.pc-hub-availability {
    display: flex;

    align-items: flex-start;

    gap: 0.75rem;

    padding: 0.95rem;

    margin-bottom: 1.15rem;

    border-radius: 15px;

    background: var(--pc-hub-warm);
}


.pc-hub-availability i {
    margin-top: 0.3rem;

    color: #c97658;
}


.pc-hub-availability strong,
.pc-hub-availability small {
    display: block;
}


.pc-hub-availability strong {
    color: #69473c;
}


.pc-hub-availability small {
    margin-top: 0.15rem;

    color: #836a61;
}



/* =========================================================
   STATS
========================================================= */

.pc-hub-stats {
    background: #ffffff;
}


.pc-hub-stats-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    border: 1px solid var(--pc-hub-border);

    border-radius: 22px;

    background: #ffffff;

    box-shadow:
        0 12px 38px rgba(12, 69, 81, 0.07);

    transform: translateY(50%);
}


.pc-hub-stats-grid div {
    padding: 1.2rem 1.35rem;

    border-right:
        1px solid var(--pc-hub-border);
}


.pc-hub-stats-grid div:last-child {
    border-right: 0;
}


.pc-hub-stats-grid strong,
.pc-hub-stats-grid span {
    display: block;
}


.pc-hub-stats-grid strong {
    color: var(--pc-hub-dark);

    font-size: 1.05rem;
}


.pc-hub-stats-grid span {
    margin-top: 0.15rem;

    color: #73878d;

    font-size: 0.8rem;
}



/* =========================================================
   GENERAL SECTION
========================================================= */

.pc-hub-section {
    padding: 110px 0;
}


.pc-hub-soft {
    background:
        linear-gradient(180deg,
            #f8fcfd,
            #f1fafb);
}


.pc-hub-section h2 {
    margin: 0.9rem 0 1rem;

    color: var(--pc-hub-text);

    font-size: clamp(2rem, 4vw, 3.35rem);

    line-height: 1.14;

    letter-spacing: -0.03em;
}


.pc-hub-section p {
    color: var(--pc-hub-muted);

    line-height: 1.8;
}


.pc-hub-heading {
    max-width: 760px;

    margin: 0 auto 2.5rem;
}



/* =========================================================
   COUNTRY SEARCH
========================================================= */

.pc-hub-country-search {
    position: relative;

    max-width: 680px;

    margin: 0 auto 2rem;
}


.pc-hub-country-search>i {
    position: absolute;

    top: 50%;
    left: 1.15rem;

    transform: translateY(-50%);

    color: #789097;
}


.pc-hub-country-search input {
    width: 100%;

    min-height: 58px;

    padding:
        0.85rem 3.2rem 0.85rem 3rem;

    border:
        1px solid var(--pc-hub-border);

    border-radius: 999px;

    background: #ffffff;

    color: var(--pc-hub-text);

    font-size: 0.95rem;

    outline: none;

    box-shadow:
        0 12px 34px rgba(12, 69, 81, 0.06);
}


.pc-hub-country-search input:focus {
    border-color: var(--pc-hub-brand);

    box-shadow:
        0 0 0 0.15rem rgba(21, 185, 217, 0.16);
}


.pc-hub-country-search button {
    position: absolute;

    top: 50%;
    right: 0.9rem;

    transform: translateY(-50%);

    width: 36px;
    height: 36px;

    border: 0;

    border-radius: 50%;

    background: var(--pc-hub-soft);

    color: var(--pc-hub-dark);
}



/* =========================================================
   COUNTRY CARDS
========================================================= */

.pc-hub-country-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 1rem;
}


.pc-hub-country-card {
    position: relative;

    display: flex;

    flex-direction: column;

    min-height: 260px;

    padding: 1.45rem;

    overflow: hidden;

    border:
        1px solid var(--pc-hub-border);

    border-radius: 22px;

    background: #ffffff;

    color: var(--pc-hub-text);

    box-shadow:
        0 10px 30px rgba(12, 69, 81, 0.05);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


.pc-hub-country-card:hover {
    transform: translateY(-5px);

    border-color:
        rgba(21, 185, 217, 0.45);

    box-shadow:
        0 20px 45px rgba(12, 69, 81, 0.1);

    color: var(--pc-hub-text);
}


.pc-hub-country-flag {
    display: grid;

    width: 54px;
    height: 54px;

    margin-bottom: 1.4rem;

    place-items: center;

    border-radius: 16px;

    background: var(--pc-hub-soft);

    font-size: 1.8rem;
}


.pc-hub-country-card small {
    display: block;

    margin-bottom: 0.3rem;

    color: #83979c;

    font-size: 0.75rem;

    font-weight: 700;

    letter-spacing: 0.05em;

    text-transform: uppercase;
}


.pc-hub-country-card h3 {
    margin-bottom: 0.65rem;

    color: var(--pc-hub-text);

    font-size: 1.25rem;
}


.pc-hub-country-card p {
    flex-grow: 1;

    margin-bottom: 1rem;

    color: var(--pc-hub-muted);

    font-size: 0.86rem;

    line-height: 1.7;
}


.pc-hub-country-link {
    display: flex;

    align-items: center;

    justify-content: space-between;

    color: var(--pc-hub-dark);

    font-size: 0.85rem;

    font-weight: 700;
}


.pc-hub-country-loading {
    grid-column: 1 / -1;

    padding: 3rem;

    text-align: center;
}


.pc-hub-country-loading p {
    margin-top: 1rem;
}



/* Empty */

.pc-hub-country-empty {
    max-width: 620px;

    margin: 2rem auto 0;

    padding: 2.2rem;

    border:
        1px dashed rgba(15, 102, 117, 0.3);

    border-radius: 22px;

    background: var(--pc-hub-soft);

    text-align: center;
}


.pc-hub-country-empty>i {
    margin-bottom: 1rem;

    color: var(--pc-hub-brand);

    font-size: 2rem;
}


.pc-hub-country-empty h3 {
    color: var(--pc-hub-text);
}



/* =========================================================
   EUROPE
========================================================= */

.pc-hub-europe-card {
    padding: 2rem;

    border:
        1px solid var(--pc-hub-border);

    border-radius: 26px;

    background: #ffffff;

    box-shadow:
        0 18px 50px rgba(12, 69, 81, 0.07);
}


.pc-hub-europe-icon {
    display: grid;

    width: 62px;
    height: 62px;

    margin-bottom: 1.25rem;

    place-items: center;

    border-radius: 18px;

    background: var(--pc-hub-soft);

    color: var(--pc-hub-dark);

    font-size: 1.45rem;
}


.pc-hub-europe-card h3 {
    color: var(--pc-hub-text);
}


.pc-hub-country-pills {
    display: flex;

    flex-wrap: wrap;

    gap: 0.5rem;

    margin: 1.2rem 0;
}


.pc-hub-country-pills span {
    padding: 0.46rem 0.72rem;

    border:
        1px solid var(--pc-hub-border);

    border-radius: 999px;

    background: var(--pc-hub-soft);

    color: var(--pc-hub-dark);

    font-size: 0.76rem;

    font-weight: 600;
}



/* =========================================================
   BENEFITS
========================================================= */

.pc-hub-benefits {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 1rem;
}


.pc-hub-benefits article {
    padding: 1.45rem;

    border:
        1px solid var(--pc-hub-border);

    border-radius: 21px;

    background: #ffffff;

    transition: 0.25s ease;
}


.pc-hub-benefits article:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 40px rgba(12, 69, 81, 0.08);
}


.pc-hub-benefits article>span {
    display: grid;

    width: 50px;
    height: 50px;

    margin-bottom: 1.4rem;

    place-items: center;

    border-radius: 15px;

    background: var(--pc-hub-soft);

    color: var(--pc-hub-dark);
}


.pc-hub-benefits h3 {
    color: var(--pc-hub-text);

    font-size: 1.05rem;
}


.pc-hub-benefits p {
    margin-bottom: 0;

    font-size: 0.85rem;
}



/* =========================================================
   CONCERNS
========================================================= */

.pc-hub-concern-list {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 0.75rem;
}


.pc-hub-concern-list div {
    display: flex;

    align-items: center;

    gap: 0.7rem;

    padding: 0.9rem;

    border:
        1px solid var(--pc-hub-border);

    border-radius: 15px;

    background: #ffffff;

    color: #405b63;

    font-size: 0.88rem;
}


.pc-hub-concern-list i {
    display: grid;

    width: 25px;
    height: 25px;

    flex: 0 0 25px;

    place-items: center;

    border-radius: 50%;

    background: var(--pc-hub-soft);

    color: var(--pc-hub-dark);

    font-size: 0.65rem;
}



/* =========================================================
   STEPS
========================================================= */

.pc-hub-steps {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 1rem;
}


.pc-hub-steps article {
    position: relative;

    min-height: 250px;

    padding: 1.4rem;

    overflow: hidden;

    border:
        1px solid var(--pc-hub-border);

    border-radius: 22px;

    background: #ffffff;

    transition: 0.25s ease;
}


.pc-hub-steps article:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 40px rgba(12, 69, 81, 0.08);
}


.pc-hub-step-number {
    position: absolute;

    top: 1rem;
    right: 1rem;

    color:
        rgba(15, 102, 117, 0.11);

    font-family:
        "Playfair Display",
        serif;

    font-size: 3rem;

    font-weight: 700;
}


.pc-hub-steps article>i {
    display: grid;

    width: 49px;
    height: 49px;

    margin-bottom: 2rem;

    place-items: center;

    border-radius: 15px;

    background: var(--pc-hub-soft);

    color: var(--pc-hub-dark);
}


.pc-hub-steps h3 {
    color: var(--pc-hub-text);

    font-size: 1.08rem;
}


.pc-hub-steps p {
    margin-bottom: 0;

    font-size: 0.85rem;
}



/* =========================================================
   DISCLOSURE
========================================================= */

.pc-hub-disclosure {
    display: flex;

    align-items: flex-start;

    gap: 1.3rem;

    padding: 2rem;

    border:
        1px solid rgba(210, 126, 91, 0.17);

    border-radius: 24px;

    background: var(--pc-hub-warm);
}


.pc-hub-disclosure-icon {
    display: grid;

    width: 58px;
    height: 58px;

    flex: 0 0 58px;

    place-items: center;

    border-radius: 17px;

    background: #ffffff;

    color: #c77454;

    font-size: 1.25rem;
}



/* =========================================================
   FAQ
========================================================= */

.pc-hub-faq .accordion-item {
    margin-bottom: 0.8rem;

    overflow: hidden;

    border:
        1px solid var(--pc-hub-border);

    border-radius: 16px;
}


.pc-hub-faq .accordion-button {
    padding: 1.15rem 1.2rem;

    color: var(--pc-hub-text);

    font-weight: 700;

    box-shadow: none;
}


.pc-hub-faq .accordion-button:not(.collapsed) {
    background: var(--pc-hub-soft);

    color: var(--pc-hub-dark);
}


.pc-hub-faq .accordion-body {
    color: var(--pc-hub-muted);

    line-height: 1.75;
}


.pc-hub-text-link {
    color: var(--pc-hub-dark);

    font-weight: 700;
}


.pc-hub-text-link:hover {
    color: var(--pc-hub-brand);
}



/* =========================================================
   EMERGENCY
========================================================= */

.pc-hub-emergency {
    display: flex;

    align-items: flex-start;

    gap: 1rem;

    padding: 1.35rem 1.5rem;

    border:
        1px solid rgba(185, 80, 80, 0.16);

    border-radius: 18px;

    background: #fff7f7;
}


.pc-hub-emergency>span {
    display: grid;

    width: 44px;
    height: 44px;

    flex: 0 0 44px;

    place-items: center;

    border-radius: 13px;

    background: #ffe8e8;

    color: #aa4848;
}


.pc-hub-emergency h2 {
    margin: 0 0 0.3rem;

    color: #633d3d;

    font-size: 1rem;
}


.pc-hub-emergency p {
    margin: 0;

    color: #795b5b;

    font-size: 0.85rem;
}



/* =========================================================
   FINAL CTA
========================================================= */

.pc-hub-final {
    padding: 0 0 80px;
}


.pc-hub-final-inner {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 2rem;

    padding: 3rem;

    border-radius: 30px;

    background:
        radial-gradient(circle at 10% 20%,
            rgba(255, 255, 255, 0.14),
            transparent 32%),
        linear-gradient(135deg,
            var(--pc-hub-dark),
            #0b4f5a);

    box-shadow:
        0 28px 70px rgba(15, 102, 117, 0.25);
}


.pc-hub-final-inner>div:first-child {
    max-width: 680px;
}


.pc-hub-final-inner span,
.pc-hub-final-inner h2,
.pc-hub-final-inner p {
    color: #ffffff;
}


.pc-hub-final-inner h2 {
    margin: 0.35rem 0;

    font-size:
        clamp(2rem,
            4vw,
            3.2rem);
}


.pc-hub-final-inner p {
    margin: 0;

    opacity: 0.82;
}


.pc-hub-final-actions {
    display: flex;

    flex: 0 0 auto;

    flex-wrap: wrap;

    gap: 0.7rem;
}


.pc-hub-final-actions .btn {
    min-height: 50px;

    padding: 0.8rem 1.2rem;

    border-radius: 999px;
}


.pc-hub-final-outline {
    border:
        1px solid rgba(255, 255, 255, 0.4);

    color: #ffffff;
}


.pc-hub-final-outline:hover {
    border-color: #ffffff;

    background:
        rgba(255, 255, 255, 0.1);

    color: #ffffff;
}



/* =========================================================
   MOBILE CTA
========================================================= */

.pc-hub-mobile-cta {
    display: none;
}



/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .pc-hub-hero {
        padding:
            85px 0 80px;
    }


    .pc-hub-stats-grid {
        grid-template-columns:
            repeat(2, 1fr);

        transform:
            translateY(30%);
    }


    .pc-hub-stats-grid div:nth-child(2) {
        border-right: 0;
    }


    .pc-hub-stats-grid div:nth-child(-n+2) {
        border-bottom:
            1px solid var(--pc-hub-border);
    }


    .pc-hub-country-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }


    .pc-hub-benefits {
        grid-template-columns:
            repeat(2, 1fr);
    }


    .pc-hub-steps {
        grid-template-columns:
            repeat(2, 1fr);
    }


    .pc-hub-final-inner {
        align-items: flex-start;

        flex-direction: column;
    }

}



/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .pc-hub-page {
        padding-bottom: 78px;
    }


    .pc-hub-breadcrumb {
        margin-bottom: 1.5rem;
    }


    .pc-hub-hero h1 {
        font-size:
            clamp(2.45rem,
                13vw,
                3.9rem);
    }


    .pc-hub-actions {
        display: grid;
    }


    .pc-hub-actions .btn {
        width: 100%;
    }


    .pc-hub-contact-card {
        padding: 1.4rem;

        border-radius: 22px;
    }


    .pc-hub-section {
        padding: 82px 0;
    }


    .pc-hub-stats-grid {
        transform:
            translateY(22%);
    }


    .pc-hub-country-grid {
        grid-template-columns: 1fr;
    }


    .pc-hub-benefits,
    .pc-hub-steps,
    .pc-hub-concern-list {
        grid-template-columns: 1fr;
    }


    .pc-hub-disclosure {
        flex-direction: column;

        padding: 1.4rem;
    }


    .pc-hub-final-inner {
        padding: 1.5rem;

        border-radius: 22px;
    }


    .pc-hub-final-actions {
        display: grid;

        width: 100%;
    }


    .pc-hub-mobile-cta {
        position: fixed;

        left: 0;
        right: 0;
        bottom: 0;

        z-index: 1100;

        display: flex;

        align-items: center;

        justify-content: space-between;

        gap: 0.8rem;

        padding:
            0.7rem max(0.8rem, env(safe-area-inset-right)) calc(0.7rem + env(safe-area-inset-bottom)) max(0.8rem, env(safe-area-inset-left));

        border-top:
            1px solid var(--pc-hub-border);

        background:
            rgba(255,
                255,
                255,
                0.96);

        backdrop-filter: blur(14px);

        box-shadow:
            0 -12px 35px rgba(12, 69, 81, 0.12);
    }


    .pc-hub-mobile-cta strong,
    .pc-hub-mobile-cta span {
        display: block;
    }


    .pc-hub-mobile-cta strong {
        color: var(--pc-hub-dark);
    }


    .pc-hub-mobile-cta span {
        color: #74898f;

        font-size: 0.7rem;
    }


    .pc-hub-mobile-cta .btn {
        min-height: 44px;

        padding: 0.6rem 1rem;
    }

}



/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .pc-hub-contact-options {
        grid-template-columns: 1fr;
    }


    .pc-hub-contact-options a {
        display: flex;

        justify-content: center;
    }


    .pc-hub-stats-grid {
        grid-template-columns: 1fr;

        transform:
            translateY(14%);
    }


    .pc-hub-stats-grid div {
        border-right: 0;

        border-bottom:
            1px solid var(--pc-hub-border);
    }


    .pc-hub-stats-grid div:last-child {
        border-bottom: 0;
    }


    .pc-hub-section {
        padding: 72px 0;
    }

}



/* =========================================================
   ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .pc-hub-page *,
    .pc-hub-page *::before,
    .pc-hub-page *::after {

        scroll-behavior:
            auto !important;

        animation-duration:
            0.01ms !important;

        animation-iteration-count:
            1 !important;

        transition-duration:
            0.01ms !important;
    }

}

/* =========================================================
   PSYCHCURA SHARED FOOTER — INTERNATIONAL HUB FIX
   Keep footer readable on the dark footer background
========================================================= */

.pc-hub-page .footer {
    position: relative;
    z-index: 1;
}

/* Paragraphs and regular footer text */
.pc-hub-page .footer .footer-item p {
    color: rgba(255, 255, 255, 0.78) !important;
}

/* Footer links */
.pc-hub-page .footer .footer-item a {
    color: rgba(255, 255, 255, 0.78) !important;
}

/* Hover */
.pc-hub-page .footer .footer-item a:hover {
    color: var(--bs-primary) !important;
}

/* Footer headings */
.pc-hub-page .footer .footer-item h4,
.pc-hub-page .footer .footer-item h5 {
    color: #ffffff !important;
}

/* Dynamic service links */
.pc-hub-page #pcFooterServices a {
    color: rgba(255, 255, 255, 0.78) !important;
}

.pc-hub-page #pcFooterServices a:hover {
    color: var(--bs-primary) !important;
}

/* Icons */
.pc-hub-page .footer .footer-item a i {
    color: var(--bs-primary);
}

/* Keep social icons white */
.pc-hub-page .footer .btn-primary i {
    color: #ffffff !important;
}

/* Google rating text */
.pc-hub-page .footer .text-white,
.pc-hub-page .footer strong {
    color: #ffffff !important;
}

/* Copyright */
.pc-hub-page .copyright,
.pc-hub-page .copyright span {
    color: #ffffff !important;
}