/* ============================================================
   POLYGON FRAMEWORK
   PORTAL 01 - SECTION DESIGN SYSTEM
   ============================================================ */


/* ============================================================
   HERO 01
   ============================================================ */

.pf-dynamic-section--hero-01 {
    position: relative;
    overflow: hidden;

    padding:
        clamp(72px, 7vw, 112px)
        0
        clamp(76px, 8vw, 120px);

    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(79, 70, 229, .14),
            transparent 29%
        ),
        radial-gradient(
            circle at 15% 88%,
            rgba(14, 165, 233, .08),
            transparent 26%
        ),
        linear-gradient(
            180deg,
            #f8faff 0%,
            #ffffff 82%
        );
}


.pf-dynamic-section--hero-01::before {
    content: "";

    position: absolute;

    width: 620px;
    height: 620px;

    top: -420px;
    right: -270px;

    border:
        1px solid
        rgba(79, 70, 229, .09);

    border-radius: 999px;

    pointer-events: none;
}


.pf-dynamic-section--hero-01::after {
    content: "";

    position: absolute;

    width: 360px;
    height: 360px;

    left: -260px;
    bottom: -210px;

    border:
        1px solid
        rgba(14, 165, 233, .09);

    border-radius: 999px;

    pointer-events: none;
}


/* ------------------------------------------------------------
   HERO GRID
   ------------------------------------------------------------ */

.pf-portal-hero {
    position: relative;
    z-index: 1;

    display: grid;

    grid-template-columns:
        minmax(0, 1.14fr)
        minmax(360px, .86fr);

    align-items: center;

    gap:
        clamp(
            48px,
            6vw,
            88px
        );
}


.pf-portal-hero__content {
    min-width: 0;
}


/* ------------------------------------------------------------
   BADGE
   ------------------------------------------------------------ */

.pf-portal-hero__badge {
    width: fit-content;

    display: inline-flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 24px;

    padding:
        9px
        14px;

    border:
        1px solid
        rgba(79, 70, 229, .14);

    border-radius: 999px;

    background:
        rgba(
            255,
            255,
            255,
            .82
        );

    color: #4338ca;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: .025em;

    box-shadow:
        0 8px 28px
        rgba(15, 23, 42, .045);

    backdrop-filter: blur(10px);
}


.pf-portal-hero__badge-dot {
    width: 8px;
    height: 8px;

    border-radius: 999px;

    background: #4f46e5;

    box-shadow:
        0 0 0 5px
        rgba(79, 70, 229, .09);
}


/* ------------------------------------------------------------
   TYPOGRAPHY
   ------------------------------------------------------------ */

.pf-portal-hero__title {
    max-width: 780px;

    margin: 0;

    color: #111827;

    font-size:
        clamp(
            2.75rem,
            5vw,
            5rem
        );

    line-height: .99;

    letter-spacing: -.052em;

    font-weight: 850;

    text-wrap: balance;
}


.pf-portal-hero__description {
    max-width: 670px;

    margin:
        25px
        0
        0;

    color: #64748b;

    font-size:
        clamp(
            1rem,
            1.4vw,
            1.14rem
        );

    line-height: 1.8;
}


/* ------------------------------------------------------------
   ACTIONS
   ------------------------------------------------------------ */

.pf-portal-hero__actions {
    margin-top: 32px;

    display: flex;
    align-items: center;

    gap: 11px;

    flex-wrap: wrap;
}


.pf-portal-button {
    min-height: 52px;

    padding:
        0
        19px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    border-radius: 13px;

    text-decoration: none;

    font-size: 13px;
    font-weight: 800;

    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease,
        background .18s ease;
}


.pf-portal-button:hover {
    transform:
        translateY(-2px);
}


.pf-portal-button--primary {
    border:
        1px solid
        #4f46e5;

    background: #4f46e5;

    color: #ffffff;

    box-shadow:
        0 13px 30px
        rgba(79, 70, 229, .22);
}


.pf-portal-button--primary:hover {
    background: #4338ca;

    box-shadow:
        0 17px 34px
        rgba(79, 70, 229, .28);
}


.pf-portal-button--secondary {
    border:
        1px solid
        #dbe2ec;

    background:
        rgba(
            255,
            255,
            255,
            .82
        );

    color: #334155;
}


.pf-portal-button--secondary:hover {
    border-color:
        rgba(79, 70, 229, .28);

    background: #ffffff;
}


/* ------------------------------------------------------------
   POPULAR DISCOVERY
   ------------------------------------------------------------ */

.pf-portal-popular {
    margin-top: 25px;
}


.pf-portal-popular__label {
    margin-bottom: 10px;

    color: #94a3b8;

    font-size: 10px;
    font-weight: 900;

    text-transform: uppercase;

    letter-spacing: .095em;
}


.pf-portal-popular__items {
    display: flex;
    align-items: center;

    gap: 8px;

    flex-wrap: wrap;
}


.pf-portal-popular__items a {
    min-height: 34px;

    padding:
        0
        11px;

    display: inline-flex;
    align-items: center;

    gap: 7px;

    border:
        1px solid
        #e2e8f0;

    border-radius: 999px;

    background:
        rgba(
            255,
            255,
            255,
            .75
        );

    color: #475569;

    text-decoration: none;

    font-size: 11px;
    font-weight: 700;

    transition:
        border-color .18s ease,
        color .18s ease,
        background .18s ease;
}


.pf-portal-popular__items a i {
    color: #6366f1;
}


.pf-portal-popular__items a:hover {
    border-color:
        rgba(79, 70, 229, .30);

    background: #ffffff;

    color: #4338ca;
}


/* ------------------------------------------------------------
   TRUST ROW
   ------------------------------------------------------------ */

.pf-portal-trust {
    margin-top: 34px;

    padding-top: 25px;

    display: flex;
    align-items: stretch;

    gap: 20px;

    border-top:
        1px solid
        #e7ebf1;
}


.pf-portal-trust__item {
    display: grid;

    gap: 3px;
}


.pf-portal-trust__item strong {
    color: #1e293b;

    font-size: 13px;
    font-weight: 850;
}


.pf-portal-trust__item span {
    color: #94a3b8;

    font-size: 10px;
    font-weight: 650;
}


.pf-portal-trust__divider {
    width: 1px;

    background: #e2e8f0;
}


/* ============================================================
   DISCOVERY CARD
   ============================================================ */

.pf-portal-discovery-card {
    position: relative;

    overflow: hidden;

    padding:
        clamp(
            28px,
            3vw,
            38px
        );

    border:
        1px solid
        rgba(226, 232, 240, .95);

    border-radius: 28px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.98),
            rgba(248,250,252,.96)
        );

    box-shadow:
        0 30px 85px
        rgba(15, 23, 42, .11),
        inset 0 1px 0
        rgba(255,255,255,.8);
}


.pf-portal-discovery-card::before {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    right: -110px;
    top: -115px;

    border-radius: 999px;

    background:
        rgba(79, 70, 229, .055);
}


.pf-portal-discovery-card__top {
    position: relative;

    display: grid;

    grid-template-columns:
        52px
        minmax(0, 1fr);

    gap: 15px;

    align-items: start;
}


.pf-portal-discovery-card__icon {
    width: 52px;
    height: 52px;

    display: grid;
    place-items: center;

    border-radius: 15px;

    background:
        linear-gradient(
            145deg,
            #4f46e5,
            #6366f1
        );

    color: #ffffff;

    font-size: 18px;

    box-shadow:
        0 14px 30px
        rgba(79, 70, 229, .22);
}


.pf-portal-discovery-card__eyebrow {
    display: block;

    margin-top: 2px;
    margin-bottom: 7px;

    color: #6366f1;

    font-size: 10px;
    font-weight: 900;

    text-transform: uppercase;

    letter-spacing: .09em;
}


.pf-portal-discovery-card h2 {
    margin: 0;

    color: #172033;

    font-size:
        clamp(
            1.55rem,
            2.3vw,
            2.35rem
        );

    line-height: 1.08;

    letter-spacing: -.035em;
}


/* ------------------------------------------------------------
   SEARCH PREVIEW
   ------------------------------------------------------------ */

.pf-portal-search-preview {
    position: relative;

    margin-top: 27px;

    min-height: 57px;

    padding:
        7px
        7px
        7px
        16px;

    display: grid;

    grid-template-columns:
        18px
        minmax(0, 1fr)
        auto;

    gap: 10px;

    align-items: center;

    border:
        1px solid
        #dde4ed;

    border-radius: 15px;

    background: #ffffff;

    color: #94a3b8;

    box-shadow:
        0 10px 28px
        rgba(15, 23, 42, .055);
}


.pf-portal-search-preview > i {
    color: #94a3b8;

    font-size: 13px;
}


.pf-portal-search-preview > span:nth-child(2) {
    overflow: hidden;

    text-overflow: ellipsis;
    white-space: nowrap;

    font-size: 11px;
}


.pf-portal-search-preview__button {
    min-height: 41px;

    padding:
        0
        15px;

    display: inline-flex;
    align-items: center;

    border-radius: 10px;

    background: #4f46e5;

    color: #ffffff !important;

    font-size: 11px;
    font-weight: 800;
}


/* ------------------------------------------------------------
   DISCOVERY FEATURES
   ------------------------------------------------------------ */

.pf-portal-discovery-list {
    margin-top: 18px;

    display: grid;

    gap: 10px;
}


.pf-portal-discovery-list__item {
    padding: 13px;

    display: grid;

    grid-template-columns:
        40px
        minmax(0, 1fr);

    gap: 12px;

    align-items: center;

    border:
        1px solid
        #e8edf4;

    border-radius: 14px;

    background:
        rgba(
            255,
            255,
            255,
            .88
        );
}


.pf-portal-discovery-list__icon {
    width: 40px;
    height: 40px;

    display: grid;
    place-items: center;

    border-radius: 11px;

    background: #f3f4ff;

    color: #4f46e5;

    font-size: 13px;
}


.pf-portal-discovery-list__item strong {
    display: block;

    color: #1e293b;

    font-size: 12px;
    font-weight: 850;
}


.pf-portal-discovery-list__item span:not(
    .pf-portal-discovery-list__icon
) {
    display: block;

    margin-top: 3px;

    color: #64748b;

    font-size: 10px;

    line-height: 1.55;
}


.pf-portal-discovery-card__note {
    margin-top: 16px;

    padding-top: 14px;

    display: flex;
    align-items: center;

    gap: 8px;

    border-top:
        1px solid
        #e7ebf1;

    color: #94a3b8;

    font-size: 9px;
    font-weight: 650;

    line-height: 1.5;
}


.pf-portal-discovery-card__note i {
    color: #10b981;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 940px) {

    .pf-portal-hero {
        grid-template-columns: 1fr;
    }


    .pf-portal-hero__content {
        text-align: center;
    }


    .pf-portal-hero__badge {
        margin-left: auto;
        margin-right: auto;
    }


    .pf-portal-hero__title,
    .pf-portal-hero__description {
        margin-left: auto;
        margin-right: auto;
    }


    .pf-portal-hero__actions,
    .pf-portal-popular__items,
    .pf-portal-trust {
        justify-content: center;
    }


    .pf-portal-popular__label {
        text-align: center;
    }


    .pf-portal-discovery-card {
        width:
            min(
                100%,
                650px
            );

        margin-inline: auto;

        text-align: left;
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 640px) {

    .pf-dynamic-section--hero-01 {
        padding:
            54px
            0
            64px;
    }


    .pf-portal-hero {
        gap: 42px;
    }


    .pf-portal-hero__title {
        font-size:
            clamp(
                2.35rem,
                12vw,
                3.35rem
            );
    }


    .pf-portal-hero__description {
        margin-top: 20px;

        font-size: .96rem;

        line-height: 1.7;
    }


    .pf-portal-hero__actions {
        display: grid;

        grid-template-columns: 1fr;
    }


    .pf-portal-button {
        width: 100%;
    }


    .pf-portal-popular__items {
        justify-content: center;
    }


    .pf-portal-trust {
        gap: 12px;
    }


    .pf-portal-trust__item span {
        max-width: 80px;
    }


    .pf-portal-discovery-card {
        padding:
            22px
            18px;

        border-radius: 21px;
    }


    .pf-portal-search-preview {
        grid-template-columns:
            16px
            minmax(0, 1fr);

        padding:
            10px
            13px;
    }


    .pf-portal-search-preview__button {
        display: none;
    }

}


/* === PORTAL01 CATEGORIES 01 START === */


/* ============================================================
   CATEGORIES 01
   ============================================================ */

.pf-dynamic-section--categories-01 {
    padding:
        clamp(76px, 7vw, 104px)
        0;

    background: #ffffff;
}


.pf-category-section__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 35px;

    margin-bottom: 38px;
}


.pf-category-section__heading {
    max-width: 720px;
}


.pf-category-section__heading .pf-section-kicker {
    margin-bottom: 12px;
}


.pf-category-section__heading h2 {
    margin: 0;

    color: #111827;

    font-size:
        clamp(
            2.15rem,
            4vw,
            3.7rem
        );

    line-height: 1.03;

    letter-spacing: -.045em;

    font-weight: 850;
}


.pf-category-section__heading p {
    max-width: 640px;

    margin:
        17px
        0
        0;

    color: #64748b;

    font-size: 15px;

    line-height: 1.75;
}


/* ------------------------------------------------------------
   STATUS
   ------------------------------------------------------------ */

.pf-category-section__status {
    flex: 0 0 auto;

    min-width: 230px;

    padding:
        14px
        16px;

    display: grid;

    grid-template-columns:
        38px
        minmax(0, 1fr);

    gap: 12px;

    align-items: center;

    border:
        1px solid
        #e5eaf1;

    border-radius: 15px;

    background: #f8fafc;
}


.pf-category-section__status-icon {
    width: 38px;
    height: 38px;

    display: grid;
    place-items: center;

    border-radius: 11px;

    background: #eef2ff;

    color: #4f46e5;

    font-size: 13px;
}


.pf-category-section__status strong {
    display: block;

    color: #1e293b;

    font-size: 11px;
    font-weight: 850;
}


.pf-category-section__status span:not(
    .pf-category-section__status-icon
) {
    display: block;

    margin-top: 2px;

    color: #94a3b8;

    font-size: 9px;
}


/* ------------------------------------------------------------
   GRID
   ------------------------------------------------------------ */

.pf-category-grid {
    display: grid;

    grid-template-columns:
        repeat(
            4,
            minmax(0, 1fr)
        );

    gap: 14px;
}


/* ------------------------------------------------------------
   CARD
   ------------------------------------------------------------ */

.pf-category-card {
    position: relative;

    min-height: 205px;

    padding: 22px;

    display: flex;
    flex-direction: column;

    border:
        1px solid
        #e5eaf1;

    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #fbfcfe
        );

    box-shadow:
        0 10px 32px
        rgba(15, 23, 42, .045);

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}


.pf-category-card:hover {
    transform:
        translateY(-5px);

    border-color:
        rgba(79, 70, 229, .20);

    box-shadow:
        0 20px 45px
        rgba(15, 23, 42, .085);
}


.pf-category-card__icon {
    width: 48px;
    height: 48px;

    display: grid;
    place-items: center;

    border-radius: 14px;

    background:
        var(
            --pf-category-soft,
            #eef2ff
        );

    color:
        var(
            --pf-category-color,
            #4f46e5
        );

    font-size: 17px;
}


.pf-category-card__body {
    margin-top: 22px;
}


.pf-category-card h3 {
    margin: 0;

    color: #172033;

    font-size: 14px;
    font-weight: 850;

    letter-spacing: -.015em;
}


.pf-category-card p {
    margin:
        8px
        0
        0;

    color: #64748b;

    font-size: 10px;

    line-height: 1.65;
}


.pf-category-card__arrow {
    position: absolute;

    right: 18px;
    top: 18px;

    color: #cbd5e1;

    font-size: 10px;

    transition:
        color .18s ease,
        transform .18s ease;
}


.pf-category-card:hover
.pf-category-card__arrow {
    color:
        var(
            --pf-category-color,
            #4f46e5
        );

    transform:
        translate(
            2px,
            -2px
        );
}


/* ------------------------------------------------------------
   CATEGORY TONES
   ------------------------------------------------------------ */

.pf-category-card--blue {
    --pf-category-color: #2563eb;
    --pf-category-soft: #eff6ff;
}


.pf-category-card--orange {
    --pf-category-color: #ea580c;
    --pf-category-soft: #fff7ed;
}


.pf-category-card--violet {
    --pf-category-color: #7c3aed;
    --pf-category-soft: #f5f3ff;
}


.pf-category-card--cyan {
    --pf-category-color: #0891b2;
    --pf-category-soft: #ecfeff;
}


.pf-category-card--emerald {
    --pf-category-color: #059669;
    --pf-category-soft: #ecfdf5;
}


.pf-category-card--rose {
    --pf-category-color: #e11d48;
    --pf-category-soft: #fff1f2;
}


.pf-category-card--amber {
    --pf-category-color: #d97706;
    --pf-category-soft: #fffbeb;
}


.pf-category-card--indigo {
    --pf-category-color: #4f46e5;
    --pf-category-soft: #eef2ff;
}


/* ------------------------------------------------------------
   BOTTOM BAR
   ------------------------------------------------------------ */

.pf-category-section__bottom {
    margin-top: 25px;

    padding-top: 22px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    border-top:
        1px solid
        #edf0f4;
}


.pf-category-section__bottom > div {
    display: flex;
    align-items: center;

    gap: 8px;

    color: #94a3b8;

    font-size: 9px;

    line-height: 1.5;
}


.pf-category-section__bottom > div i {
    color: #6366f1;
}


.pf-category-section__next {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    color: #4f46e5;

    text-decoration: none;

    font-size: 11px;
    font-weight: 850;
}


/* ============================================================
   CATEGORIES TABLET
   ============================================================ */

@media (max-width: 980px) {

    .pf-category-grid {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );
    }


    .pf-category-section__top {
        align-items: flex-start;
    }

}


/* ============================================================
   CATEGORIES MOBILE
   ============================================================ */

@media (max-width: 680px) {

    .pf-dynamic-section--categories-01 {
        padding:
            64px
            0;
    }


    .pf-category-section__top {
        display: grid;

        grid-template-columns: 1fr;

        margin-bottom: 28px;
    }


    .pf-category-section__status {
        width: 100%;

        min-width: 0;
    }


    .pf-category-grid {
        grid-template-columns: 1fr;
    }


    .pf-category-card {
        min-height: 175px;
    }


    .pf-category-section__bottom {
        display: grid;

        grid-template-columns: 1fr;
    }

}


/* === PORTAL01 CATEGORIES 01 END === */


/* === PORTAL01 LOCATIONS 01 START === */


/* ============================================================
   LOCATIONS 01
   ============================================================ */

.pf-dynamic-section--locations-01 {
    position: relative;

    overflow: hidden;

    padding:
        clamp(76px, 7vw, 108px)
        0;

    background:
        linear-gradient(
            180deg,
            #f8fafc,
            #f5f7fb
        );

    border-top:
        1px solid
        #edf0f4;

    border-bottom:
        1px solid
        #edf0f4;
}


.pf-dynamic-section--locations-01::before {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    right: -280px;
    top: -210px;

    border:
        1px solid
        rgba(79, 70, 229, .08);

    border-radius: 999px;
}


/* ------------------------------------------------------------
   LAYOUT
   ------------------------------------------------------------ */

.pf-location-layout {
    position: relative;
    z-index: 1;

    display: grid;

    grid-template-columns:
        minmax(300px, .78fr)
        minmax(0, 1.22fr);

    gap:
        clamp(
            40px,
            6vw,
            78px
        );

    align-items: center;
}


/* ------------------------------------------------------------
   INTRO
   ------------------------------------------------------------ */

.pf-location-intro {
    max-width: 500px;
}


.pf-location-intro h2 {
    margin: 0;

    color: #111827;

    font-size:
        clamp(
            2.15rem,
            4vw,
            3.8rem
        );

    line-height: 1.03;

    letter-spacing: -.045em;

    font-weight: 850;
}


.pf-location-intro > p {
    margin:
        18px
        0
        0;

    color: #64748b;

    font-size: 14px;

    line-height: 1.8;
}


.pf-location-intro__feature {
    margin-top: 17px;

    padding:
        14px
        0;

    display: grid;

    grid-template-columns:
        42px
        minmax(0, 1fr);

    gap: 13px;

    align-items: center;

    border-bottom:
        1px solid
        #e4e9f0;
}


.pf-location-intro__feature:first-of-type {
    margin-top: 30px;
}


.pf-location-intro__feature-icon {
    width: 42px;
    height: 42px;

    display: grid;
    place-items: center;

    border-radius: 12px;

    background: #eef2ff;

    color: #4f46e5;

    font-size: 13px;
}


.pf-location-intro__feature strong {
    display: block;

    color: #1e293b;

    font-size: 12px;
    font-weight: 850;
}


.pf-location-intro__feature span:not(
    .pf-location-intro__feature-icon
) {
    display: block;

    margin-top: 3px;

    color: #64748b;

    font-size: 10px;

    line-height: 1.55;
}


.pf-location-intro__next {
    margin-top: 26px;

    display: inline-flex;
    align-items: center;

    gap: 8px;

    color: #4f46e5;

    text-decoration: none;

    font-size: 11px;
    font-weight: 850;
}


/* ============================================================
   LOCATION PANEL
   ============================================================ */

.pf-location-panel {
    padding:
        clamp(
            22px,
            3vw,
            32px
        );

    border:
        1px solid
        #e2e8f0;

    border-radius: 25px;

    background:
        rgba(
            255,
            255,
            255,
            .92
        );

    box-shadow:
        0 22px 60px
        rgba(15, 23, 42, .075);
}


.pf-location-panel__header {
    margin-bottom: 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}


.pf-location-panel__header > div span {
    display: block;

    margin-bottom: 4px;

    color: #94a3b8;

    font-size: 9px;
    font-weight: 900;

    text-transform: uppercase;

    letter-spacing: .09em;
}


.pf-location-panel__header > div strong {
    color: #1e293b;

    font-size: 16px;
    font-weight: 850;
}


.pf-location-panel__badge {
    min-height: 34px;

    padding:
        0
        11px;

    display: inline-flex;
    align-items: center;

    gap: 7px;

    border-radius: 999px;

    background: #eef2ff;

    color: #4f46e5;

    font-size: 9px;
    font-weight: 850;
}


/* ------------------------------------------------------------
   LOCATION GRID
   ------------------------------------------------------------ */

.pf-location-grid {
    display: grid;

    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        );

    gap: 11px;
}


.pf-location-card {
    position: relative;

    min-height: 110px;

    padding: 16px;

    display: grid;

    grid-template-columns:
        42px
        minmax(0, 1fr)
        20px;

    gap: 12px;

    align-items: center;

    border:
        1px solid
        #e8edf3;

    border-radius: 16px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #fbfcfe
        );

    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease;
}


.pf-location-card:hover {
    transform:
        translateY(-3px);

    border-color:
        rgba(
            79,
            70,
            229,
            .18
        );

    box-shadow:
        0 12px 30px
        rgba(15, 23, 42, .065);
}


.pf-location-card__icon {
    width: 42px;
    height: 42px;

    display: grid;
    place-items: center;

    border-radius: 12px;

    background:
        var(
            --pf-location-soft,
            #eef2ff
        );

    color:
        var(
            --pf-location-color,
            #4f46e5
        );

    font-size: 13px;
}


.pf-location-card h3 {
    margin: 0;

    color: #1e293b;

    font-size: 12px;
    font-weight: 850;
}


.pf-location-card p {
    margin:
        4px
        0
        0;

    color: #94a3b8;

    font-size: 9px;

    line-height: 1.45;
}


.pf-location-card__arrow {
    color: #cbd5e1;

    font-size: 10px;

    transition:
        color .18s ease,
        transform .18s ease;
}


.pf-location-card:hover
.pf-location-card__arrow {
    color:
        var(
            --pf-location-color,
            #4f46e5
        );

    transform:
        translateX(2px);
}


/* ------------------------------------------------------------
   LOCATION TONES
   ------------------------------------------------------------ */

.pf-location-card--indigo {
    --pf-location-color: #4f46e5;
    --pf-location-soft: #eef2ff;
}


.pf-location-card--blue {
    --pf-location-color: #2563eb;
    --pf-location-soft: #eff6ff;
}


.pf-location-card--emerald {
    --pf-location-color: #059669;
    --pf-location-soft: #ecfdf5;
}


.pf-location-card--amber {
    --pf-location-color: #d97706;
    --pf-location-soft: #fffbeb;
}


.pf-location-card--rose {
    --pf-location-color: #e11d48;
    --pf-location-soft: #fff1f2;
}


.pf-location-card--violet {
    --pf-location-color: #7c3aed;
    --pf-location-soft: #f5f3ff;
}


/* ------------------------------------------------------------
   FOOTER NOTE
   ------------------------------------------------------------ */

.pf-location-panel__footer {
    margin-top: 17px;

    padding-top: 15px;

    display: flex;
    align-items: center;

    gap: 8px;

    border-top:
        1px solid
        #edf0f4;

    color: #94a3b8;

    font-size: 9px;

    line-height: 1.5;
}


.pf-location-panel__footer i {
    color: #6366f1;
}


/* ============================================================
   LOCATIONS TABLET
   ============================================================ */

@media (max-width: 940px) {

    .pf-location-layout {
        grid-template-columns: 1fr;
    }


    .pf-location-intro {
        max-width: 680px;

        text-align: center;

        margin-inline: auto;
    }


    .pf-location-intro__feature {
        text-align: left;
    }


    .pf-location-intro__next {
        justify-content: center;
    }

}


/* ============================================================
   LOCATIONS MOBILE
   ============================================================ */

@media (max-width: 640px) {

    .pf-dynamic-section--locations-01 {
        padding:
            64px
            0;
    }


    .pf-location-grid {
        grid-template-columns: 1fr;
    }


    .pf-location-panel__header {
        align-items: flex-start;

        flex-direction: column;
    }


    .pf-location-card {
        min-height: 100px;
    }

}


/* === PORTAL01 LOCATIONS 01 END === */


/* === PORTAL01 COMPLETE REMAINING SECTIONS START === */


/* ------------------------------------------------------------
   COMMON SECTION SYSTEM
   ------------------------------------------------------------ */

.pf-dynamic-section--locations-01,
.pf-dynamic-section--featured-listings-01,
.pf-dynamic-section--offers-01,
.pf-dynamic-section--popular-listings-01,
.pf-dynamic-section--testimonials-01,
.pf-dynamic-section--contact-01 {
    padding: clamp(72px, 7vw, 104px) 0;
}

.pf-dynamic-section--locations-01,
.pf-dynamic-section--offers-01,
.pf-dynamic-section--testimonials-01 {
    background: #f8fafc;
}

.pf-portal-section-head {
    margin-bottom: 36px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
}

.pf-portal-section-head > div {
    max-width: 720px;
}

.pf-portal-section-head h2 {
    margin: 0;
    color: #111827;
    font-size: clamp(2.15rem, 4vw, 3.7rem);
    line-height: 1.03;
    letter-spacing: -.045em;
    font-weight: 850;
}

.pf-portal-section-head p {
    max-width: 650px;
    margin: 16px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.75;
}

.pf-portal-section-head--center {
    justify-content: center;
    text-align: center;
}

.pf-portal-section-head--center p {
    margin-left: auto;
    margin-right: auto;
}

.pf-portal-section-tag {
    min-height: 34px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 9px;
    font-weight: 850;
}

.pf-portal-grid {
    display: grid;
    gap: 14px;
}

.pf-portal-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}


/* ------------------------------------------------------------
   GENERIC CARD
   ------------------------------------------------------------ */

.pf-portal-card {
    position: relative;
    min-height: 180px;
    padding: 22px;
    border: 1px solid #e5eaf1;
    border-radius: 19px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}

.pf-portal-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(15,23,42,.08);
}

.pf-portal-card__icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: #eef2ff;
    color: #4f46e5;
}

.pf-portal-card h3 {
    margin: 20px 0 0;
    color: #172033;
    font-size: 13px;
}

.pf-portal-card p {
    margin: 7px 0 0;
    color: #64748b;
    font-size: 10px;
    line-height: 1.6;
}

.pf-portal-card__arrow {
    position: absolute;
    right: 18px;
    top: 18px;
    color: #cbd5e1;
    font-size: 10px;
}


/* ------------------------------------------------------------
   FEATURED LISTINGS
   ------------------------------------------------------------ */

.pf-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 16px;
}

.pf-featured-card {
    overflow: hidden;
    border: 1px solid #e5eaf1;
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(15,23,42,.05);
}

.pf-featured-card__visual {
    min-height: 145px;
    padding: 22px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background:
        radial-gradient(circle at 80% 10%, rgba(79,70,229,.16), transparent 38%),
        #f8faff;
}

.pf-featured-card__visual > span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #4f46e5;
    color: #fff;
}

.pf-featured-card__visual small {
    color: #6366f1;
    font-size: 9px;
    font-weight: 800;
}

.pf-featured-card__body {
    padding: 20px;
}

.pf-featured-card__category {
    color: #6366f1;
    font-size: 9px;
    font-weight: 850;
    text-transform: uppercase;
}

.pf-featured-card h3 {
    margin: 8px 0 0;
    color: #172033;
    font-size: 15px;
}

.pf-featured-card p {
    color: #94a3b8;
    font-size: 10px;
}

.pf-featured-card__footer {
    margin-top: 17px;
    padding-top: 14px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #edf0f4;
    color: #94a3b8;
    font-size: 9px;
}


/* ------------------------------------------------------------
   OFFERS
   ------------------------------------------------------------ */

.pf-offer-card {
    padding: 28px;
    border: 1px solid #e5eaf1;
    border-radius: 21px;
    background: #fff;
}

.pf-offer-card__icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: #fff1f2;
    color: #e11d48;
}

.pf-offer-card__label {
    display: inline-block;
    margin-top: 22px;
    color: #e11d48;
    font-size: 9px;
    font-weight: 850;
    text-transform: uppercase;
}

.pf-offer-card h3 {
    margin: 7px 0 0;
    color: #172033;
    font-size: 16px;
}

.pf-offer-card p {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 10px;
    line-height: 1.7;
}


/* ------------------------------------------------------------
   POPULAR
   ------------------------------------------------------------ */

.pf-popular-list {
    display: grid;
    gap: 10px;
}

.pf-popular-item {
    padding: 16px 18px;
    display: grid;
    grid-template-columns: 42px 44px 1fr auto;
    gap: 15px;
    align-items: center;
    border: 1px solid #e6eaf0;
    border-radius: 16px;
    background: #fff;
}

.pf-popular-item__number {
    color: #cbd5e1;
    font-size: 17px;
    font-weight: 900;
}

.pf-popular-item__icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #eef2ff;
    color: #4f46e5;
}

.pf-popular-item h3 {
    margin: 0;
    color: #172033;
    font-size: 12px;
}

.pf-popular-item p {
    margin: 4px 0 0;
    color: #94a3b8;
    font-size: 9px;
}

.pf-popular-item__status {
    padding: 7px 10px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #059669;
    font-size: 8px;
    font-weight: 850;
}


/* ------------------------------------------------------------
   REVIEWS
   ------------------------------------------------------------ */

.pf-review-card {
    padding: 25px;
    border: 1px solid #e5eaf1;
    border-radius: 21px;
    background: #fff;
}

.pf-review-card__quote {
    color: #4f46e5;
    font-size: 22px;
}

.pf-review-card > p {
    min-height: 48px;
    margin: 18px 0 0;
    color: #475569;
    font-size: 11px;
    line-height: 1.75;
}

.pf-review-card__footer {
    margin-top: 22px;
    padding-top: 16px;
    display: flex;
    align-items: center;
    gap: 11px;
    border-top: 1px solid #edf0f4;
}

.pf-review-card__avatar {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #eef2ff;
    color: #4f46e5;
}

.pf-review-card__footer strong,
.pf-review-card__footer small {
    display: block;
}

.pf-review-card__footer strong {
    color: #172033;
    font-size: 10px;
}

.pf-review-card__footer small {
    margin-top: 3px;
    color: #94a3b8;
    font-size: 8px;
}


/* ------------------------------------------------------------
   CONTACT CTA
   ------------------------------------------------------------ */

.pf-dynamic-section--contact-01 {
    background: #fff;
}

.pf-contact-panel {
    padding: clamp(30px,5vw,58px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 42px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 10%, rgba(255,255,255,.12), transparent 30%),
        linear-gradient(135deg,#312e81,#4f46e5);
    color: #fff;
}

.pf-contact-panel > div:first-child {
    max-width: 650px;
}

.pf-contact-panel__badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 9px;
    font-weight: 850;
    text-transform: uppercase;
}

.pf-contact-panel h2 {
    margin: 14px 0 0;
    font-size: clamp(2rem,4vw,3.6rem);
    line-height: 1.03;
    letter-spacing: -.045em;
}

.pf-contact-panel p {
    margin: 15px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 12px;
    line-height: 1.7;
}

.pf-contact-panel__actions {
    display: grid;
    gap: 10px;
    min-width: 180px;
}

.pf-contact-button {
    min-height: 45px;
    padding: 0 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 11px;
    text-decoration: none;
    font-size: 10px;
    font-weight: 850;
}

.pf-contact-button--primary {
    background: #fff;
    color: #4338ca;
}

.pf-contact-button--secondary {
    border: 1px solid rgba(255,255,255,.22);
    color: #fff;
}

.pf-contact-features {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}

.pf-contact-features > div {
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid #e7ebf0;
    border-radius: 13px;
    color: #64748b;
    font-size: 9px;
    font-weight: 750;
}


/* ------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------ */

@media (max-width: 900px) {

    .pf-portal-grid--3,
    .pf-featured-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .pf-contact-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .pf-contact-panel__actions {
        width: 100%;
        grid-template-columns: repeat(2,1fr);
    }

}

@media (max-width: 620px) {

    .pf-portal-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .pf-portal-grid--3,
    .pf-featured-grid,
    .pf-contact-features {
        grid-template-columns: 1fr;
    }

    .pf-popular-item {
        grid-template-columns: 38px 40px 1fr;
    }

    .pf-popular-item__status {
        display: none;
    }

    .pf-contact-panel__actions {
        grid-template-columns: 1fr;
    }

}

/* === PORTAL01 COMPLETE REMAINING SECTIONS END === */
