/* NEXT LEVEL PACK RESTORE */
.premium-map-pro,.seo-landing-hub {
    width: min(1380px,calc(100% - 40px));
    margin: 54px auto;
    padding: 28px;
    border-radius: 34px;
    background: #fff;
    border: 1px solid rgba(24,20,14,.08);
    box-shadow: 0 18px 55px rgba(20,16,10,.06)
}

.premium-map-pro {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 22px
}

.pmp-copy span,.slh-head span {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff8e7;
    color: #6d5420;
    font-size: 11px;
    font-weight: 950
}

.pmp-copy h2,.slh-head h2 {
    font-size: clamp(34px,4vw,56px);
    line-height: .95;
    letter-spacing: -.07em;
    margin: 12px 0;
    color: #17130b
}

.pmp-copy p {
    color: #756b5c;
    line-height: 1.7
}

.pmp-copy a {
    display: inline-flex;
    margin-top: 12px;
    background: #171717;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    padding: 12px 16px;
    font-weight: 950
}

.pmp-visual {
    position: relative;
    min-height: 390px;
    border-radius: 30px;
    background: linear-gradient(135deg,#101827,#171717);
    overflow: hidden
}

.pmp-visual:before,.pmp-visual:after {
    content: "";
    position: absolute;
    border: 1px dashed rgba(243,217,141,.30);
    border-radius: 999px
}

.pmp-visual:before {
    inset: 32px
}

.pmp-visual:after {
    inset: 110px
}

.pmp-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 145px;
    height: 145px;
    border-radius: 999px;
    background: linear-gradient(135deg,#f3d98d,#c8a45d);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 950;
    color: #17130b
}

.pmp-chip {
    position: absolute;
    border-radius: 999px;
    background: #fff;
    color: #17130b;
    padding: 9px 12px;
    font-weight: 950;
    box-shadow: 0 12px 34px rgba(0,0,0,.24)
}

.p1 {
    left: 10%;
    top: 18%
}

.p2 {
    right: 10%;
    top: 18%
}

.p3 {
    left: 10%;
    bottom: 18%
}

.p4 {
    right: 10%;
    bottom: 18%
}

.pmp-list {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 12px
}

.pmp-card {
    display: block;
    background: #fbf7ee;
    border: 1px solid rgba(200,164,93,.14);
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: #17130b
}

.pmp-card img {
    width: 100%;
    height: 105px;
    object-fit: cover;
    display: block
}

.pmp-card div {
    padding: 10px
}

.pmp-card strong {
    display: block;
    font-size: 13px;
    line-height: 1.15
}

.pmp-card small {
    color: #756b5c;
    font-size: 11px
}

.slh-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 14px;
    margin-top: 20px
}

.slh-grid a {
    padding: 20px;
    border-radius: 22px;
    background: #fbf7ee;
    border: 1px solid rgba(200,164,93,.14);
    text-decoration: none;
    color: #17130b
}

.slh-grid b {
    display: block;
    font-size: 28px;
    margin-bottom: 10px
}

.slh-grid strong {
    font-size: 18px
}

.fav-btn-pro {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 20;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 10px 28px rgba(0,0,0,.16);
    font-size: 22px;
    cursor: pointer
}

.fav-btn-pro.active {
    background: #171717;
    color: #f3d98d
}

.fav-floating-pro {
    position: fixed;
    right: 18px;
    bottom: 90px;
    z-index: 9998;
    background: #171717;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    padding: 12px 16px;
    font-weight: 950;
    box-shadow: 0 16px 42px rgba(0,0,0,.2)
}

.portal-ai-assistant {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9999
}

.paia-toggle {
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg,#f3d98d,#c8a45d);
    font-weight: 950;
    box-shadow: 0 18px 50px rgba(0,0,0,.24)
}

.paia-panel {
    display: none;
    position: absolute;
    right: 0;
    bottom: 70px;
    width: 340px;
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 24px 80px rgba(0,0,0,.22);
    overflow: hidden
}

.portal-ai-assistant.open .paia-panel {
    display: block
}

.paia-head {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    background: #171717;
    color: #fff
}

.paia-head button {
    background: none;
    border: 0;
    color: #fff;
    font-size: 22px
}

.paia-messages {
    padding: 16px;
    color: #756b5c
}

.paia-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 16px 12px
}

.paia-actions button {
    border: 0;
    border-radius: 999px;
    background: #fbf7ee;
    padding: 9px 12px;
    font-weight: 850
}

.paia-panel form {
    display: flex;
    gap: 8px;
    padding: 16px;
    border-top: 1px solid #eee
}

.paia-panel input {
    min-width: 0;
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 999px;
    padding: 11px
}

.paia-panel form button {
    border: 0;
    border-radius: 999px;
    background: #171717;
    color: #fff;
    padding: 0 13px;
    font-weight: 950
}

.mobile-app-bottom-nav {
    display: none
}

@media(max-width: 1100px) {
    .premium-map-pro {
        grid-template-columns:1fr
    }

    .pmp-list,.slh-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media(max-width: 760px) {
    .premium-map-pro,.seo-landing-hub {
        width:calc(100% - 28px);
        padding: 20px;
        border-radius: 26px
    }

    .pmp-visual {
        min-height: 340px
    }

    .pmp-list,.slh-grid {
        grid-template-columns: 1fr
    }

    .paia-panel {
        width: calc(100vw - 28px);
        right: -4px
    }

    .fav-floating-pro {
        bottom: 82px
    }

    .mobile-app-bottom-nav {
       
        left: 10px;
        right: 10px;
        bottom: 10px;
        z-index: 9997;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 7px;
        padding: 8px;
        border-radius: 22px;
        background: rgba(255,255,255,.94);
        backdrop-filter: blur(16px);
        box-shadow: 0 14px 44px rgba(0,0,0,.18)
    }

    .mobile-app-bottom-nav a {
        text-decoration: none;
        color: #17130b;
        background: #fbf7ee;
        border-radius: 16px;
        padding: 8px 4px;
        text-align: center;
        font-size: 10px;
        font-weight: 900
    }
}
