/* PCB Landing Dashboard */

html {
    height: 100%;
}

.pcb-landing-page {
    background: #f4f7fb;
    min-height: 100vh;
    min-height: 100dvh;
    height: auto !important;
    display: flex;
    flex-direction: column;
}

.pcb-landing-layout {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: calc(100vh - 72px);
    min-height: calc(100dvh - 72px);
}

.pcb-landing-page #pcb-portal-modals .modal {
    position: fixed !important;
}

.pcb-landing-page #pcb-portal-modals .pcb-registration-modal.modal:not(.open),
.pcb-landing-page #pcb-portal-modals .pcb-pdf-modal.modal:not(.open) {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.pcb-landing-page #pcb-portal-modals .pcb-registration-modal.modal:not(.open) .modal-footer,
.pcb-landing-page #pcb-portal-modals .pcb-pdf-modal.modal:not(.open) .modal-footer {
    display: none !important;
}

.pcb-landing-page .modal {
    position: fixed !important;
}

.pcb-landing-page .pcb-registration-modal.modal:not(.open),
.pcb-landing-page .pcb-pdf-modal.modal:not(.open) {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.pcb-landing-page #pcb-landing-header {
    flex: 0 0 auto;
}

.pcb-landing-layout .pcb-landing-main {
    flex: 1 0 auto;
    width: 100%;
}

/* Standard content width with side gutters (not full-bleed, not overly narrow) */
.pcb-landing-page .container,
.pcb-landing-hero .container,
#pcb-landing-header .container {
    width: 94% !important;
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box;
}

@media only screen and (min-width: 993px) {
    .pcb-landing-page .container,
    .pcb-landing-hero .container,
    #pcb-landing-header .container {
        width: 92% !important;
    }
}

@media only screen and (max-width: 600px) {
    .pcb-landing-page .container,
    .pcb-landing-hero .container,
    #pcb-landing-header .container {
        width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* Reset theme conflicts (custom.css header#header, page-logo, main-logo-pcb) */
.pcb-landing-page #main,
.pcb-landing-page div#main {
    padding-top: 0 !important;
}

.pcb-landing-page .page-topbar,
.pcb-landing-page .page-logo,
.pcb-landing-page .navbar.header-fixed,
.pcb-landing-page .navbar-main {
    display: none !important;
}

/* ----- Header ----- */
#pcb-landing-header.pcb-landing-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 997;
    height: 72px;
    background: #fff;
    border-bottom: 1px solid #e8edf3;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
    margin-bottom: 0;
}

#pcb-landing-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}

.pcb-landing-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #0f172a;
    flex-shrink: 0;
}

.pcb-landing-brand__logo {
    width: 44px !important;
    height: 44px !important;
    border-radius: 8px;
    object-fit: cover;
    margin: 0 !important;
    position: static !important;
}

.pcb-landing-brand__text {
    display: flex;
    flex-direction: column;
}

.pcb-landing-brand__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.02em;
    color: #0f172a;
}

.pcb-landing-brand__sub {
    font-size: 11px;
    color: #64748b;
    font-weight: 500;
    line-height: 1.3;
}

.pcb-landing-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
    justify-content: center;
    padding: 0 16px;
    /* Materialize applies purple bg + block icons to all <nav> elements */
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    color: inherit !important;
    box-shadow: none !important;
}

.pcb-landing-nav a.pcb-landing-nav__link {
    color: #475569 !important;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    background: transparent;
    float: none !important;
}

.pcb-landing-nav a.pcb-landing-nav__link i {
    font-size: 18px !important;
    line-height: 1 !important;
    display: inline-block !important;
    height: auto !important;
    width: auto !important;
}

.pcb-landing-nav a.pcb-landing-nav__link:hover,
.pcb-landing-nav a.pcb-landing-nav__link.active {
    background: #f1f5f9;
    color: #004aad;
}

.pcb-landing-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.pcb-landing-actions .btn {
    height: 40px;
    line-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
}

.pcb-landing-actions .btn .material-icons {
    font-size: 18px;
    line-height: 40px;
    margin-right: 6px;
    display: inline-block !important;
    height: auto !important;
    width: auto !important;
}

.pcb-landing-lang {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 13px;
    color: #475569;
    background: #fff;
}

.pcb-landing-btn-support {
    background: #fff !important;
    color: #004aad !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 8px !important;
    text-transform: none !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    height: 40px;
    line-height: 40px;
    padding: 0 14px !important;
}

.pcb-landing-btn-support .material-icons {
    font-size: 18px !important;
    line-height: 40px !important;
    margin-right: 4px !important;
    float: none !important;
}

.pcb-landing-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #334155;
}

.pcb-landing-btn-apply {
    background: #004aad !important;
    border-radius: 8px !important;
    text-transform: none !important;
    font-weight: 600 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 74, 173, 0.25) !important;
}

.pcb-landing-btn-login {
    background: #fff !important;
    color: #004aad !important;
    border: 1.5px solid #004aad !important;
    border-radius: 8px !important;
    text-transform: none !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}

/* ----- Main ----- */
.pcb-landing-main {
    padding-top: 72px;
    padding-bottom: 0;
}

/* ----- Public subpages (support, application panel) ----- */
.pcb-public-subpage .container {
    width: 94% !important;
    max-width: 1400px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box;
}

@media only screen and (min-width: 993px) {
    .pcb-public-subpage .container {
        width: 92% !important;
    }
}

.pcb-public-page-hero {
    background: linear-gradient(135deg, #003d8f 0%, #0056c7 45%, #1a7fd4 100%);
    padding: 36px 0 40px;
    margin-bottom: 28px;
}

.pcb-public-page-hero h1 {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.3;
}

.pcb-public-page-hero p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
    margin: 0;
    max-width: 720px;
    line-height: 1.55;
}

.pcb-public-subpage .card {
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.08);
}

.pcb-public-subpage .card .card-content h4 {
    font-size: 1.15rem;
    line-height: 1.55;
    font-weight: 500;
    color: #1e293b;
}

.pcb-app-cards {
    margin-bottom: 32px;
}

.pcb-app-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 12px !important;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.08) !important;
    margin-bottom: 24px;
}

.pcb-app-card .card-content {
    flex: 1;
    padding: 28px 20px 16px !important;
}

.pcb-app-card__icon {
    font-size: 52px !important;
    margin-bottom: 12px;
}

.pcb-app-card__icon--blue { color: #2563eb !important; }
.pcb-app-card__icon--orange { color: #ea580c !important; }
.pcb-app-card__icon--green { color: #16a34a !important; }
.pcb-app-card__icon--purple { color: #7c3aed !important; }
.pcb-app-card__icon--amber { color: #d97706 !important; }
.pcb-app-card__icon--red { color: #dc2626 !important; }

.pcb-app-card__title {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.45;
    margin: 0;
}

.pcb-app-card__desc {
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 8px;
}

.pcb-app-card__actions {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 16px !important;
    border-top: 1px solid #e8edf3 !important;
}

.pcb-btn-green {
    background: #16a34a !important;
    border-radius: 8px !important;
    text-transform: none !important;
    font-weight: 600 !important;
    height: 38px !important;
    line-height: 38px !important;
    padding: 0 16px !important;
}

.pcb-app-card__link {
    color: #004aad !important;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.pcb-app-card__link:hover {
    text-decoration: underline;
}

/* ----- Hero ----- */
.pcb-landing-hero {
    background: linear-gradient(135deg, #003d8f 0%, #0056c7 45%, #1a7fd4 100%);
    position: relative;
    overflow: hidden;
    padding: 48px 0 56px;
}

.pcb-landing-hero::before {
    content: "";
    position: absolute;
    right: -80px;
    top: -40px;
    width: 55%;
    height: 120%;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.12) 0%, transparent 70%);
    pointer-events: none;
}

.pcb-landing-hero__wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60'%3E%3Cpath fill='%23f4f7fb' d='M0,32 C360,60 720,0 1080,32 C1260,48 1380,40 1440,32 L1440,60 L0,60 Z'/%3E%3C/svg%3E") no-repeat bottom center;
    background-size: cover;
}

.pcb-landing-hero h1 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 12px;
}

.pcb-landing-hero p {
    color: rgba(255,255,255,0.92);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 520px;
}

.pcb-landing-hero__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pcb-landing-hero__btns .btn {
    border-radius: 8px;
    text-transform: none;
    font-weight: 600;
    margin: 0;
    height: 42px;
    line-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
}

.pcb-landing-hero__btns .btn .material-icons {
    font-size: 18px;
    line-height: 1 !important;
    margin-right: 8px;
    float: none !important;
    display: inline-block !important;
    height: auto !important;
    width: auto !important;
}

.pcb-landing-hero__btns .btn-white {
    background: #fff !important;
    color: #004aad !important;
}

.pcb-landing-hero__btns .btn-outline-white {
    background: transparent !important;
    border: 1.5px solid rgba(255,255,255,0.85) !important;
    color: #fff !important;
    box-shadow: none !important;
}

/* Hero portal illustration */
.pcb-landing-hero__illus {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 220px;
}

.pcb-landing-hero__portal {
    position: relative;
    width: 280px;
    height: 200px;
}

.pcb-landing-hero__portal-card {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    background: rgba(255,255,255,0.18);
    border: 2px solid rgba(255,255,255,0.35);
    border-radius: 16px;
    padding: 20px 16px 14px;
    backdrop-filter: blur(8px);
    text-align: center;
}

.pcb-landing-hero__portal-avatar {
    width: 64px;
    height: 64px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pcb-landing-hero__portal-avatar i {
    font-size: 36px;
    color: #fff;
}

.pcb-landing-hero__portal-lines span {
    display: block;
    height: 6px;
    background: rgba(255,255,255,0.35);
    border-radius: 4px;
    margin: 6px auto;
}

.pcb-landing-hero__portal-lines span:nth-child(1) { width: 85%; }
.pcb-landing-hero__portal-lines span:nth-child(2) { width: 70%; }
.pcb-landing-hero__portal-lines span:nth-child(3) { width: 55%; }

.pcb-landing-hero__portal-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(34,197,94,0.9);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

.pcb-landing-hero__portal-chip i {
    font-size: 14px;
}

.pcb-landing-hero__portal-badge {
    position: absolute;
    top: 8px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #22c55e;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(34,197,94,0.45);
    z-index: 2;
}

.pcb-landing-hero__portal-badge i {
    color: #fff;
    font-size: 22px;
}

.pcb-landing-hero__portal-shield {
    position: absolute;
    bottom: 12px;
    left: 20px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    border: 2px solid rgba(255,255,255,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pcb-landing-hero__portal-shield i {
    color: #fff;
    font-size: 26px;
}

/* ----- Notice ----- */
.pcb-landing-notice {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 10px;
    padding: 12px 16px;
    margin: 24px 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    color: #065f46;
}

.pcb-landing-notice__head {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.pcb-landing-notice__head i {
    color: #059669;
    font-size: 22px;
    line-height: 1;
}

.pcb-landing-notice__label {
    font-weight: 700;
    white-space: nowrap;
    text-align: left;
}

.pcb-landing-notice__scroll {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.pcb-landing-notice__scroll marquee {
    display: block;
    width: 100%;
    color: #047857 !important;
}

@media only screen and (min-width: 601px) {
    .pcb-landing-notice {
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }

    .pcb-landing-notice__head {
        padding-right: 8px;
        border-right: 1px solid #a7f3d0;
    }
}

/* ----- Stats row ----- */
.pcb-landing-stats {
    margin-bottom: 8px;
}

.pcb-landing-stats > .col {
    margin-bottom: 16px;
}

.pcb-stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
    border: 1px solid #f1f5f9;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pcb-stat-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    gap: 10px;
}

.pcb-stat-card__icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    line-height: 1;
}

.pcb-stat-card__icon i.material-icons {
    font-size: 22px !important;
    line-height: 1 !important;
    display: block !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    float: none !important;
}

.pcb-stat-card__icon--blue { background: #3b82f6; }
.pcb-stat-card__icon--green { background: #22c55e; }
.pcb-stat-card__icon--orange { background: #f97316; }
.pcb-stat-card__icon--purple { background: #8b5cf6; }

.pcb-stat-card__label {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: right;
    line-height: 1.3;
}

.pcb-stat-card__value {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0f172a;
    margin: 4px 0;
}

.pcb-stat-card__meta {
    font-size: 12px;
    color: #94a3b8;
    margin-bottom: 8px;
}

.pcb-stat-card__spark {
    margin-top: auto;
    height: 32px;
    width: 100%;
    opacity: 0.7;
}

/* ----- Feature cards ----- */
.pcb-landing-features {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.pcb-landing-features > .col {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

.pcb-landing-features > .col > .pcb-feature-card {
    flex: 1 1 auto;
    width: 100%;
}

.pcb-feature-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
    border: 1px solid #f1f5f9;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.pcb-feature-card > form {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
}

.pcb-feature-card .card-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.pcb-feature-card .card-content.pcb-verify-form {
    padding-bottom: 20px;
}

.pcb-feature-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.pcb-feature-card__title i {
    color: #004aad;
    font-size: 22px;
}

.pcb-feature-card__subtitle {
    color: #64748b;
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.pcb-feature-card .collection {
    border: none;
    margin: 0;
}

.pcb-network-list .collection-item {
    border-left: none;
    border-right: none;
    padding: 14px 0;
    display: flex;
    align-items: center;
    position: relative;
}

.pcb-network-list .collection-item:first-child {
    border-top: none;
}

.pcb-network-list .collection-item .secondary-content {
    position: static;
    float: none;
    margin-left: auto;
    font-weight: 700;
    color: #004aad;
}

.pcb-feature-card__footer {
    padding: 16px 20px;
    border-top: 1px solid #f1f5f9;
    margin-top: auto;
}

.pcb-feature-card__footer--inline {
    padding: 16px 0 0;
    border-top: none;
    margin-top: auto;
}

.pcb-btn-secondary {
    background: #e8f2ff !important;
    color: #004aad !important;
    border-radius: 8px !important;
    text-transform: none !important;
    font-weight: 600 !important;
    width: 100%;
    box-shadow: none !important;
    height: 42px;
    line-height: 42px;
}

.pcb-btn-primary-full {
    background: #004aad !important;
    border-radius: 8px !important;
    text-transform: none !important;
    font-weight: 600 !important;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 74, 173, 0.25) !important;
    height: 44px;
    line-height: 44px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.pcb-btn-primary-full .material-icons.left {
    float: none !important;
    margin-right: 8px !important;
    line-height: 1 !important;
}

.pcb-verify-btn__loading {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#pcb-verify-submit-btn.is-loading {
    pointer-events: none;
    opacity: 0.92;
}

#pcb-verify-submit-btn.is-loading .pcb-verify-btn__default {
    display: none;
}

#pcb-verify-submit-btn.is-loading .pcb-verify-btn__loading {
    display: inline-flex;
}

.pcb-btn-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: pcb-spin 0.7s linear infinite;
    flex-shrink: 0;
}

@keyframes pcb-spin {
    to { transform: rotate(360deg); }
}

.pcb-btn-primary-full .material-icons,
.pcb-btn-secondary .material-icons {
    line-height: inherit;
}

.pcb-about-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pcb-about-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.5;
    border-bottom: 1px solid #f8fafc;
}

.pcb-about-list li:last-child {
    border-bottom: none;
}

.pcb-about-list i {
    color: #004aad;
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.pcb-verify-label {
    margin-bottom: 4px !important;
}

.pcb-verify-grades {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin: 8px 0 0;
}

.pcb-verify-grades label span {
    color: #334155;
    font-weight: 500;
}

.pcb-verify-input {
    margin-top: 20px !important;
    margin-bottom: 8px !important;
}

/* ----- Verification result page ----- */
.pcb-verify-profile-card {
    margin-top: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.08);
}

.pcb-verify-profile-card--empty {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pcb-verify-not-found {
    color: #dc2626;
    font-size: 1.75rem;
    text-align: center;
    margin: 48px 0;
    line-height: 1.4;
    font-weight: 600;
}

/* ----- PDF & registration modals (public portal) ----- */
.pcb-landing-page .pcb-pdf-modal.modal {
    width: min(920px, 92vw) !important;
    max-height: 88vh !important;
    height: auto !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.28);
    background: #fff;
    padding: 0;
}

.pcb-landing-page .pcb-pdf-modal .modal-content {
    padding: 0 !important;
    margin: 0;
    overflow: hidden;
}

.pcb-landing-page .pcb-pdf-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px;
    background: #0c1e3d;
    color: #fff;
}

.pcb-landing-page .pcb-pdf-modal__title {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.3;
}

.pcb-landing-page .pcb-pdf-modal__close {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.16) !important;
    color: #fff !important;
    float: none !important;
    transition: background 0.2s ease;
}

.pcb-landing-page .pcb-pdf-modal__close:hover {
    background: rgba(255, 255, 255, 0.28) !important;
}

.pcb-landing-page .pcb-pdf-modal__close i {
    font-size: 22px;
    line-height: 1;
}

.pcb-landing-page .pcb-pdf-modal__embed {
    display: block;
    width: 100%;
    height: min(68vh, 620px);
    border: none;
    background: #1e293b;
}

.pcb-landing-page .pcb-pdf-modal__footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 12px 18px !important;
    border-top: 1px solid #e8edf3;
    background: #f8fafc;
    height: auto !important;
}

.pcb-landing-page .pcb-pdf-modal__close-btn {
    background: #004aad !important;
    color: #fff !important;
    border-radius: 8px !important;
    text-transform: none !important;
    font-weight: 600 !important;
    height: 40px;
    line-height: 40px;
    padding: 0 20px !important;
    box-shadow: none !important;
}

.pcb-landing-page .pcb-registration-modal.modal.open,
.pcb-landing-page .pcb-pdf-modal.modal.open {
    display: block !important;
    visibility: visible !important;
    pointer-events: auto !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) scaleX(1) !important;
    opacity: 1 !important;
    max-height: 90vh !important;
    height: auto !important;
    overflow: hidden;
    border-radius: 12px;
}

.pcb-landing-page #pcb-portal-modals .pcb-registration-modal.modal,
.pcb-landing-page #pcb-portal-modals .pcb-pdf-modal.modal {
    max-height: 90vh !important;
    border-radius: 12px;
    overflow: hidden;
    left: 50% !important;
    right: auto !important;
    margin: 0 !important;
}

.pcb-landing-page #pcb-portal-modals .pcb-registration-modal .modal-footer,
.pcb-landing-page #pcb-portal-modals .pcb-pdf-modal .modal-footer {
    position: static !important;
}

.pcb-landing-page .pcb-registration-modal .clear-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #0c1e3d !important;
    color: #fff !important;
    float: none !important;
}

.pcb-landing-page .pcb-registration-modal .clear-button i {
    font-size: 22px;
    line-height: 1;
    color: #fff;
}

.pcb-landing-page .modal-overlay {
    z-index: 99999998 !important;
    background: rgba(15, 23, 42, 0.55) !important;
}

.pcb-landing-page .pcb-pdf-modal.modal,
.pcb-landing-page .pcb-registration-modal.modal {
    z-index: 99999999 !important;
}

/* ----- Footer ----- */
.pcb-landing-page footer.registration-footer,
.pcb-landing-layout footer.registration-footer {
    background: #0c1e3d !important;
    margin-top: auto !important;
    flex: 0 0 auto;
    width: 100%;
    padding-top: 0 !important;
    position: relative !important;
}

.pcb-landing-page footer.registration-footer .footer-text,
.pcb-landing-page footer.registration-footer .develop-by-footer,
.pcb-landing-page footer.registration-footer a {
    color: rgba(255,255,255,0.85) !important;
}

@media only screen and (max-width: 992px) {
    .pcb-landing-nav {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .pcb-landing-hero h1 {
        font-size: 1.5rem;
    }
    .pcb-landing-actions .pcb-landing-lang {
        display: none;
    }
    .pcb-landing-actions .pcb-landing-btn-apply,
    .pcb-landing-actions .pcb-landing-btn-login {
        display: none !important;
    }
}
