.pp-page {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 12%, rgba(193, 164, 112, 0.08), transparent 22%),
        radial-gradient(circle at 88% 84%, rgba(193, 164, 112, 0.06), transparent 20%),
        linear-gradient(180deg, #fcfbf8 0%, #f5efe7 42%, #fcfbf8 100%);
}

/* hero */
.pp-hero {
    padding: 34px 0 24px;
}

.pp-hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
    gap: 26px;
    align-items: stretch;
    padding: 34px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(40, 31, 23, 0.07);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(10px);
}

.pp-mini-title {
    display: inline-block;
    margin-bottom: 12px;
    color: #9b7b57;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
}

.pp-hero-title {
    margin: 0;
    color: #17120d;
    font-size: clamp(42px, 5vw, 74px);
    line-height: 0.94;
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-weight: 700;
}

.pp-hero-text {
    max-width: 670px;
    margin: 18px 0 28px;
    color: #6c6258;
    font-size: 16px;
    line-height: 1.9;
}

.pp-hero-badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    max-width: 760px;
}

.pp-badge-card {
    padding: 20px 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(246,240,233,0.98) 100%);
    border: 1px solid rgba(45, 33, 21, 0.07);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.05);
}

.pp-badge-card strong {
    display: block;
    margin-bottom: 8px;
    color: #17120d;
    font-size: 20px;
    font-weight: 800;
}

.pp-badge-card span {
    color: #7a6f63;
    font-size: 13px;
    line-height: 1.7;
}

.pp-hero-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pp-panel-card {
    width: 100%;
    max-width: 420px;
    padding: 30px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.85), rgba(255,255,255,0.22) 32%, transparent 48%),
        linear-gradient(180deg, #f4ece2 0%, #ebe1d5 100%);
    border: 1px solid rgba(40, 31, 23, 0.08);
    box-shadow:
        0 24px 56px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255,255,255,0.65);
}

.pp-panel-badge {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #17120d;
    color: #f1d9b0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.pp-panel-card h2 {
    margin: 0 0 14px;
    color: #17120d;
    font-size: 38px;
    line-height: 0.98;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
}

.pp-panel-card p {
    margin: 0 0 18px;
    color: #5e5449;
    font-size: 15px;
    line-height: 1.9;
}

.pp-panel-points {
    display: grid;
    gap: 12px;
}

.pp-panel-point {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #17120d;
    font-size: 14px;
    font-weight: 700;
}

.pp-panel-point span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: linear-gradient(180deg, #c9a167 0%, #9c7440 100%);
    box-shadow: 0 0 0 6px rgba(201, 161, 103, 0.12);
    flex-shrink: 0;
}

/* overview */
.pp-policy-overview {
    padding: 10px 0 24px;
}

.pp-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.pp-overview-card {
    padding: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(40, 31, 23, 0.06);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.05);
}

.pp-card-mini {
    display: inline-block;
    margin-bottom: 12px;
    color: #9b7b57;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.pp-overview-card h3 {
    margin: 0 0 12px;
    color: #17120d;
    font-size: 32px;
    line-height: 0.98;
    font-family: "Cormorant Garamond", serif;
}

.pp-overview-card p {
    margin: 0;
    color: #695f55;
    font-size: 14px;
    line-height: 1.9;
}

/* main content */
.pp-content-section {
    padding: 10px 0 80px;
}

.pp-content-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.pp-sidebar {
    position: sticky;
    top: 120px;
}

.pp-sidebar-card {
    padding: 24px;
    border-radius: 28px;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(40, 31, 23, 0.07);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.05);
}

.pp-side-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pp-side-nav a {
    display: block;
    padding: 12px 14px;
    border-radius: 16px;
    color: #5e5449;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.25s ease;
    border: 1px solid transparent;
}

.pp-side-nav a:hover,
.pp-side-nav a.pp-active {
    background: #17120d;
    color: #fff;
    border-color: #17120d;
    transform: translateX(4px);
}

.pp-main-content {
    display: grid;
    gap: 22px;
}

.pp-content-card {
    padding: 28px;
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(246,240,233,0.98) 100%);
    border: 1px solid rgba(43, 33, 22, 0.07);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255,255,255,0.72);
    scroll-margin-top: 130px;
}

.pp-section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, #211912 0%, #120d09 100%);
    color: #f1d9b0;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    box-shadow: 0 16px 28px rgba(20, 13, 9, 0.14);
}

.pp-content-card h2 {
    margin: 0 0 14px;
    color: #17120d;
    font-size: 44px;
    line-height: 0.95;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
}

.pp-content-card p {
    margin: 0 0 14px;
    color: #655b50;
    font-size: 15px;
    line-height: 1.95;
}

.pp-content-card ul {
    margin: 8px 0 0;
    padding-left: 18px;
}

.pp-content-card ul li {
    margin-bottom: 10px;
    color: #655b50;
    font-size: 15px;
    line-height: 1.9;
}

.pp-contact-box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.pp-contact-item {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(43, 33, 22, 0.07);
}

.pp-contact-item strong {
    display: block;
    margin-bottom: 8px;
    color: #17120d;
    font-size: 15px;
}

.pp-contact-item span {
    color: #73685d;
    font-size: 14px;
    line-height: 1.7;
}

/* responsive */
@media (max-width: 1199px) {
    .pp-hero-shell,
    .pp-content-layout {
        grid-template-columns: 1fr;
    }

    .pp-sidebar {
        position: relative;
        top: 0;
    }

    .pp-overview-grid,
    .pp-contact-box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .pp-hero {
        padding: 18px 0 18px;
    }

    .pp-hero-shell,
    .pp-panel-card,
    .pp-overview-card,
    .pp-sidebar-card,
    .pp-content-card {
        border-radius: 24px;
    }

    .pp-hero-shell,
    .pp-content-card,
    .pp-sidebar-card {
        padding: 20px;
    }

    .pp-hero-title {
        font-size: 38px;
        line-height: 1.02;
    }

    .pp-hero-text {
        font-size: 14px;
        margin: 14px 0 18px;
    }

    .pp-hero-badges,
    .pp-overview-grid,
    .pp-contact-box {
        grid-template-columns: 1fr;
    }

    .pp-panel-card {
        padding: 22px;
    }

    .pp-panel-card h2 {
        font-size: 30px;
    }

    .pp-overview-card h3 {
        font-size: 28px;
    }

    .pp-content-card h2 {
        font-size: 34px;
        line-height: 1;
    }

    .pp-side-nav a:hover,
    .pp-side-nav a.pp-active {
        transform: none;
    }
}