:root {
    --pp-green: #27ae60;
    --pp-green-dark: #145a32;
    --pp-green-soft: #eaf8ef;
    --pp-orange: #f7931e;
    --pp-text: #17212b;
    --pp-text-soft: #5f6b76;
    --pp-border: #e6ebf0;
    --pp-bg: #f6f8fb;
    --pp-card: #ffffff;
    --pp-shadow: 0 18px 45px rgba(21, 34, 50, 0.08);
    --pp-shadow-soft: 0 10px 24px rgba(21, 34, 50, 0.06);
    --pp-radius: 24px;
    --pp-radius-sm: 16px;
    --pp-radius-xs: 12px;
    --pp-wrap: 1240px;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--pp-text);
    background:
        radial-gradient(circle at top left, rgba(39, 174, 96, 0.08), transparent 28%),
        radial-gradient(circle at top right, rgba(247, 147, 30, 0.08), transparent 24%),
        linear-gradient(180deg, #f7faf8 0%, #f5f7fb 100%);
    font-family: 'Museo Sans Condensed', Arial, sans-serif;
}

.pp-wrap,
.sim-section-inner,
.pp-banner-inner {
    width: min(calc(100% - 28px), var(--pp-wrap));
    margin-inline: auto;
}

.pp-banner {
    position: relative;
    overflow: hidden;
    padding: 34px 0 110px;
    background:
        radial-gradient(circle at 20% 22%, rgba(255,255,255,0.08) 0 22px, transparent 23px) 0 0 / 62px 62px,
        radial-gradient(circle at 78% 30%, rgba(255,255,255,0.05) 0 18px, transparent 19px) 0 0 / 84px 84px,
        linear-gradient(135deg, rgba(18, 108, 55, 0.98) 0%, rgba(36, 184, 98, 0.96) 60%, rgba(43, 210, 113, 0.95) 100%);
    color: #fff;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.pp-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.22;
    background:
        linear-gradient(115deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.02) 24%, transparent 24%, transparent 50%, rgba(255,255,255,0.06) 50%, rgba(255,255,255,0.02) 74%, transparent 74%, transparent 100%);
    background-size: 220px 220px;
    mix-blend-mode: soft-light;
}

.pp-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.09;
    background-image:
        radial-gradient(rgba(255,255,255,0.7) 0.7px, transparent 0.8px);
    background-size: 18px 18px;
}

.pp-banner-blob1,
.pp-banner-blob2 {
    position: absolute;
    border-radius: 999px;
    filter: blur(60px);
    opacity: 0.22;
    pointer-events: none;
    animation: ppHeroFloat 10s ease-in-out infinite alternate;
}

.pp-banner-blob1 {
    width: 320px;
    height: 320px;
    left: -40px;
    top: -30px;
    background: rgba(255, 255, 255, 0.38);
}

.pp-banner-blob2 {
    width: 360px;
    height: 360px;
    right: -70px;
    bottom: -120px;
    background: rgba(255, 213, 154, 0.42);
    animation-duration: 13s;
}

.pp-banner-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
}

.pp-app-icon-wrap {
    display: flex;
    justify-content: center;
    position: relative;
}

.pp-app-icon-wrap::before {
    content: "";
    position: absolute;
    width: 156px;
    height: 156px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(79, 255, 156, 0.55) 0%, rgba(79, 255, 156, 0.18) 42%, rgba(79, 255, 156, 0.02) 70%, transparent 100%);
    filter: blur(8px);
    animation: ppIconAura 4.2s ease-in-out infinite;
    pointer-events: none;
}

.pp-app-icon-wrap::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.08);
    background:
        conic-gradient(from 0deg, rgba(255,255,255,0.08), rgba(255,255,255,0.01), rgba(255,255,255,0.08));
    filter: blur(2px);
    opacity: 0.8;
    animation: ppIconRing 14s linear infinite;
    pointer-events: none;
}

.pp-app-icon {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    line-height: 1;
    padding: 25px;
    overflow: hidden;
    background: linear-gradient(145deg, #1a5c34, #27ae60, #52d68a);
    box-shadow: 0 12px 40px rgba(39, 174, 96, .45);
    animation: ppHeroFloat 3s ease-in-out infinite;
}

.pp-app-icon span {
    font-size: 38px;
    font-weight: 900;
    color: #fff;
}

.pp-app-icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pp-icon-badge {
    position: absolute;
    bottom: -6px;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background:linear-gradient(135deg,#ff6b35,#f7931e);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
    animation: ppHeroFloat 3s ease-in-out infinite;
}

.pp-banner-meta {
    min-width: 0;
    padding-bottom: 12px;
}

.pp-app-name {
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
}

.pp-dev-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.pp-dev-name {
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.96);
}

.pp-verified {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.pp-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pptag {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 13px;
    font-weight: 500;
}

.pp-banner-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
    padding-bottom: 18px;
}

#hero-dl-wrap {
    width: 100%;
}

.pp-dl-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 62px;
    padding: 10px 18px;
    border: none;
    border-radius: 20px;
    background: linear-gradient(135deg, #ffffff, #f7fff9);
    color: #0f2b1a;
    font-weight: 800;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
    text-align: left;
}

.pp-dl-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 24px 38px rgba(0, 0, 0, 0.18);
    filter: brightness(1.02);
}

.pp-dl-app-icon,
.sticky-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(20, 90, 50, 0.12), rgba(39, 174, 96, 0.18));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 0 0 42px;
}

.pp-dl-icon-img,
.sticky-icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pp-dl-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.pp-dl-label {
    font-size: 15px;
    font-weight: 900;
    color: #173123;
}

.pp-dl-text small {
    font-size: 11.5px;
    font-weight: 700;
    color: #5d6a63;
    margin-top: 4px;
}

.pp-action-row {
    display: flex;
    gap: 10px;
}

.pp-act-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background .18s ease, transform .18s ease;
}

.pp-act-btn:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
}

.pp-stats-float {
    margin-top: -48px;
    position: relative;
    z-index: 10;
}

.pp-stats-card {
    width: min(calc(100% - 28px), var(--pp-wrap));
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(39, 174, 96, 0.08);
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(17, 28, 40, 0.08);
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    overflow: hidden;
}

@keyframes ppHeroFloat {
    0%,100% {
        transform:translateY(0);
    }
    50% {
        transform:translateY(-6px);
    }
}

@keyframes ppIconAura {
    0%, 100% {
        transform: scale(0.94);
        opacity: 0.72;
    }
    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

@keyframes ppIconRing {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.pp-stat-item {
    padding: 18px 16px;
    text-align: center;
    border-right: 1px solid #edf2f6;
}

.pp-stat-item:last-child {
    border-right: none;
}

.pp-stat-val {
    font-size: 22px;
    font-weight: 900;
    color: #173123;
    margin-bottom: 6px;
}

.pp-stat-label {
    font-size: 12px;
    color: #68737d;
    font-weight: 700;
}

.pp-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 13px;
    color: #6b7680;
}

.pp-breadcrumb a {
    text-decoration: none;
    color: #1f7a45;
    font-weight: 700;
}

.pp-trust-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 18px 0 24px;
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
    border: 1px solid #e7efea;
    box-shadow: var(--pp-shadow-soft);
    
}

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 180px;
    flex: 1 1 220px;
    justify-content: center;
}

.trust-badge > span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, #dff4e8, #edf9f1);
    position: relative;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
    flex: 0 0 42px;
    
}

.trust-badge > span::before {
    content: "✓";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c8a4c;
    font-weight: 900;
}

.pp-tabs-wrap {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
    margin-bottom: 20px;
}

.pp-tab {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid #dfebe3;
    background: #fff;
    color: #496256;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: all .18s ease;
}

.pp-tab.active,
.pp-tab:hover {
    background: linear-gradient(135deg, #145a32, #27ae60);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 14px 24px rgba(39, 174, 96, 0.18);
}

.pp-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
    margin-bottom: 34px;
}

.pp-main,
.pp-side {
    min-width: 0;
}

.pp-panel {
    display: none;
}

.pp-panel.active {
    display: block;
}

.ppc,
.pp-dl-card,
.side-buy-box,
.sim-product-card {
    background: var(--pp-card);
    border: 1px solid var(--pp-border);
    border-radius: var(--pp-radius);
    box-shadow: var(--pp-shadow-soft);
}

.ppc {
    padding: 24px;
}

.ppc + .ppc {
    margin-top: 18px;
}

.ppc-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 900;
    color: #173123;
}

.ppc-title-icon {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #27ae60, #f7931e);
    box-shadow: 0 0 0 6px rgba(39, 174, 96, 0.10);
    flex: 0 0 16px;
}

.pp-desc,
.feat-card,
.cl-timeline {
    font-size: 15px;
    line-height: 1.8;
    color: #394550;
}

.pp-desc p,
.feat-card p,
.cl-timeline p {
    margin: 0 0 14px;
}

.pp-desc ul,
.feat-card ul,
.cl-timeline ul {
    margin: 14px 0 0 18px;
    padding: 0;
}

.pp-desc li,
.feat-card li,
.cl-timeline li {
    margin-bottom: 8px;
}

.pp-featured-shot-wrap {
    margin-bottom: 18px;
}

.pp-featured-shot-btn {
    width: 100%;
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 22px;
    padding: 0;
    cursor: pointer;
    background: #eef6f1;
}

.pp-featured-shot-img {
    display: block;
    width: 100%;
    max-height: 440px;
    object-fit: cover;
}

.pp-featured-shot-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 24px 18px 18px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.pp-featured-shot-text {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    backdrop-filter: blur(6px);
}

.sysreq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.sysreq-block {
    border: 1px solid #e8eeea;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
}

.sysreq-os {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 18px;
    background: #f1f9f4;
    color: #145a32;
    font-size: 15px;
    font-weight: 800;
    border-bottom: 1px solid #e4efe7;
}

.sysreq-os-icon {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #27ae60, #f7931e);
    flex: 0 0 14px;
}

.sysreq-table {
    width: 100%;
    border-collapse: collapse;
}

.sysreq-table tr:not(:last-child) td {
    border-bottom: 1px solid #edf2ee;
}

.sysreq-table td {
    padding: 14px 18px;
    font-size: 14px;
    color: #394550;
}

.sysreq-label {
    width: 180px;
    color: #173123;
    font-weight: 800;
}

.cl-entry {
    position: relative;
    padding: 0 0 0 24px;
    margin-bottom: 18px;
}

.cl-dot {
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #27ae60, #f7931e);
    box-shadow: 0 0 0 6px rgba(39, 174, 96, 0.10);
}

.cl-entry-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.cl-ver-badge,
.cl-latest-tag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.cl-ver-badge {
    background: #eff9f2;
    color: #16663a;
}

.cl-date-text {
    font-size: 12px;
    font-weight: 700;
    color: #6b7680;
}

.cl-latest-tag {
    background: #fff2df;
    color: #b86b00;
}

.pp-review-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.pp-review-meta-text {
    font-size: 14px;
    color: #5b6772;
    font-weight: 700;
}

.pp-write-review-btn,
.pp-review-submit,
.pp-review-cancel {
    min-height: 44px;
    padding: 0 16px;
    border-radius: 14px;
    border: none;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: all .18s ease;
}

.pp-write-review-btn,
.pp-review-submit {
    background: linear-gradient(135deg, #145a32, #27ae60);
    color: #fff;
    box-shadow: 0 14px 24px rgba(39, 174, 96, 0.18);
}

.pp-review-cancel {
    background: #f4f7f5;
    color: #415148;
    border: 1px solid #dce6df;
}

.pp-review-form-wrap {
    margin-bottom: 20px;
}

.pp-review-form-card {
    padding: 18px;
    border-radius: 20px;
    border: 1px solid #e6efe8;
    background: linear-gradient(180deg, #fbfefc 0%, #f5fbf7 100%);
}

.pp-review-form-title {
    font-size: 18px;
    font-weight: 900;
    color: #173123;
    margin-bottom: 14px;
}

.pp-review-stars-pick {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

.pp-review-stars-pick button {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid #e2e8e4;
    background: #fff;
    color: #c0cad1;
    font-size: 22px;
    cursor: pointer;
}

.pp-review-stars-pick button.active {
    color: #f5a623;
    border-color: #ffd48a;
    background: #fff9ef;
}

.pp-review-textarea {
    width: 100%;
    min-height: 120px;
    border-radius: 16px;
    border: 1px solid #dce6df;
    background: #fff;
    padding: 14px 16px;
    resize: vertical;
    font: inherit;
    color: #24313d;
    outline: none;
}

.pp-review-textarea:focus {
    border-color: #27ae60;
    box-shadow: 0 0 0 4px rgba(39, 174, 96, 0.10);
}

.pp-review-form-actions {
    margin-top: 14px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.rating-layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    margin-bottom: 24px;
    padding: 20px;
    border: 1px solid #e8eeea;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
}

.donut-wrap {
    position: relative;
    width: 128px;
    height: 128px;
    margin-inline: auto;
}

.donut-svg {
    width: 128px;
    height: 128px;
    transform: rotate(-90deg);
}

.donut-bg {
    fill: none;
    stroke: #edf2f6;
    stroke-width: 10;
}

.donut-fill {
    fill: none;
    stroke: url(#donutGrad);
    stroke-width: 10;
    stroke-linecap: round;
    stroke-dasharray: 245;
    stroke-dashoffset: 245;
    transition: stroke-dashoffset .5s ease;
}

.donut-center {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.donut-num {
    font-size: 28px;
    font-weight: 900;
    color: #173123;
}

.rbar-wrap {
    display: grid;
    gap: 10px;
}

.rbar-row {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr) 52px;
    gap: 10px;
    align-items: center;
}

.rbar-lbl,
.rbar-pct {
    font-size: 13px;
    font-weight: 800;
    color: #5f6b76;
}

.rbar-track {
    height: 10px;
    border-radius: 999px;
    background: #edf2f6;
    overflow: hidden;
}

.rbar-prog {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(135deg, #27ae60, #f7931e);
}

.rev-card {
    padding: 18px;
    border: 1px solid #e8eeea;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fcfdfd 100%);
}

.rev-card + .rev-card {
    margin-top: 14px;
}

.rev-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.rev-av {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: linear-gradient(135deg, #145a32, #27ae60);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
    flex: 0 0 46px;
}

.rev-name {
    font-size: 15px;
    font-weight: 800;
    color: #173123;
}

.rev-date {
    font-size: 12px;
    color: #78838d;
    font-weight: 700;
}

.rev-stars {
    margin-left: auto;
    display: flex;
    gap: 2px;
}

.rev-star {
    color: #d0d7de;
    font-size: 16px;
}

.rev-star.filled {
    color: #f5a623;
}

.rev-text {
    font-size: 14px;
    line-height: 1.75;
    color: #42515d;
}

.rev-empty {
    padding: 18px;
    border-radius: 18px;
    background: #f8fbf9;
    border: 1px dashed #d6e4da;
    color: #60707c;
    font-size: 14px;
    font-weight: 700;
}

.pp-dl-card,
.side-buy-box {
    padding: 20px;
    position: sticky;
    top: 20px;
}

.pp-dl-card {
    margin-bottom: 18px;
}

#side-https-text {
    margin-top: 12px;
    text-align: center;
}

.pp-safe-row {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 16px;
    padding: 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, #effaf3 0%, #e7f7ed 100%);
    color: #285239;
    border: 1px solid #d8ecdf;
}

#side-safe-title {
    color: #145a32;
    font-size: 14px;
}

#side-safe-sub {
    font-size: 12px;
    color: #678172;
}

.side-price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.side-price {
    font-size: 32px;
    line-height: 1;
    color: #173123;
    font-weight: 900;
}

.side-price-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eff9f2;
    color: #145a32;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.side-buy-btn,
.side-wishlist-btn {
    width: 100%;
    min-height: 48px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.side-buy-btn {
    border: none;
    background: linear-gradient(135deg, #145a32, #27ae60);
    color: #fff;
    box-shadow: 0 14px 24px rgba(39, 174, 96, 0.18);
}

.side-wishlist-btn {
    margin-top: 10px;
    border: 1px solid #dce6df;
    background: #f8fbf9;
    color: #244231;
}

.side-buy-divider {
    height: 1px;
    background: #edf2f0;
    margin: 18px 0;
}

.side-perks {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.side-perks li {
    display: flex;
    gap: 10px;
    font-size: 13px;
    line-height: 1.6;
    color: #53616d;
    font-weight: 700;
}

.perk-icon {
    color: #27ae60;
    font-size: 14px;
    font-weight: 900;
}

.side-buy-trust {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    color: #67747e;
    font-size: 11px;
    font-weight: 800;
}

.pp-sticky-dl {
    position: fixed;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%) translateY(120%);
    width: min(calc(100% - 24px), 1240px);
    padding: 12px 14px;
    border-radius: 20px;
    background: rgba(18, 28, 24, 0.92);
    backdrop-filter: blur(10px);
    color: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.24);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    z-index: 1200;
    transition:
    transform .28s ease,
    opacity .22s ease,
    visibility .22s ease;
opacity: 0;
visibility: hidden;
pointer-events: none;
}

.pp-sticky-dl.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.sticky-app-info {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.sticky-name {
    font-size: 15px;
    font-weight: 900;
    color: #fff;
}

.sticky-meta {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    color: rgba(255,255,255,0.78);
    font-size: 12px;
    font-weight: 700;
}

.sticky-sep {
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255,255,255,0.35);
}

.sticky-dl-btn {
    min-height: 46px;
    padding: 0 18px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #27ae60, #3ad27a);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.sticky-dl-btn-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.ssv-overlay {
    position: fixed;
    inset: 0;
    background: rgba(6, 14, 11, 0.82);
    backdrop-filter: blur(10px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    z-index: 2000;
}

.ssv-overlay.show {
    display: flex;
}

.ssv-modal {
    width: min(1100px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    border-radius: 28px;
    background: #0f1519;
    color: #fff;
    box-shadow: 0 30px 60px rgba(0,0,0,0.35);
    position: relative;
    padding: 20px;
}

.ssv-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 2;
}

.ssv-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    padding-right: 52px;
}

.ssv-kicker {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #78d399;
    margin-bottom: 6px;
}

.ssv-title {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
}

.ssv-count {
    font-size: 13px;
    font-weight: 800;
    color: rgba(255,255,255,0.78);
}

.ssv-stage-wrap {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 56px;
    gap: 14px;
    align-items: center;
}

.ssv-stage {
    border-radius: 22px;
    overflow: hidden;
    background: #131d23;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ssv-image {
    width: 100%;
    max-height: 70vh;
    object-fit: contain;
    background: #0f1519;
}

.ssv-nav {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}

.ssv-caption {
    margin-top: 14px;
    font-size: 13px;
    color: rgba(255,255,255,0.78);
    font-weight: 700;
}

.ssv-thumbs {
    margin-top: 16px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.ssv-thumb {
    width: 88px;
    height: 58px;
    border-radius: 14px;
    overflow: hidden;
    flex: 0 0 88px;
    border: 2px solid transparent;
    cursor: pointer;
    background: #172127;
}

.ssv-thumb.active {
    border-color: #27ae60;
}

.ssv-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pp-toast {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 2100;
    min-width: 260px;
    max-width: 360px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #122018;
    color: #fff;
    box-shadow: 0 20px 35px rgba(0,0,0,0.22);
    font-size: 13px;
    font-weight: 800;
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition: all .2s ease;
}

.pp-toast.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sim-section-wrap {
    padding: 8px 0 42px;
}

.sim-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 900;
    color: #173123;
    
}

.sim-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.sim-product-card {
    display: block;
    padding: 16px;
    color: inherit;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.sim-product-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--pp-shadow);
    border-color: #d8e9de;
}

.sim-product-thumb {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    overflow: hidden;
    background: #eff6f2;
    margin-bottom: 14px;
}

.sim-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sim-product-name {
    font-size: 16px;
    font-weight: 900;
    color: #173123;
    line-height: 1.35;
    margin-bottom: 8px;
}

.sim-product-meta {
    font-size: 12px;
    line-height: 1.6;
    color: #64717c;
    font-weight: 700;
}

.sim-empty {
    padding: 18px;
    border-radius: 18px;
    background: #f8fbf9;
    border: 1px dashed #d6e4da;
    color: #60707c;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 1180px) {
    .pp-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .pp-side {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .pp-dl-card,
    .side-buy-box {
        position: static;
    }

    .sim-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .pp-banner-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .pp-app-icon-wrap {
        justify-content: center;
    }

    .pp-banner-right {
        align-items: center;
    }

    .pp-dl-btn {
        justify-content: center;
        text-align: left;
    }

    .pp-stats-card {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rating-layout {
        grid-template-columns: 1fr;
    }

    .sim-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .pp-banner {
        padding-top: 20px;
    }

    .pp-app-icon {
        width: 84px;
        height: 84px;
        border-radius: 24px;
    }

    .pp-app-name {
        font-size: 28px;
    }

    .pp-stats-card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pp-stat-item:nth-child(2n) {
        border-right: none;
    }

    .pp-side {
        grid-template-columns: 1fr;
    }

    .ppc,
    .pp-dl-card,
    .side-buy-box {
        padding: 18px;
        border-radius: 20px;
    }

    .ppc-title,
    .sim-section-title {
        font-size: 20px;
    }

    .sysreq-table td {
        padding: 12px 14px;
    }

    .sysreq-label {
        width: 120px;
    }

    .pp-sticky-dl {
        width: calc(100% - 18px);
        padding: 12px;
        gap: 10px;
    }

    .sticky-app-info {
        min-width: 0;
        flex: 1 1 auto;
    }

    .sticky-name {
        font-size: 14px;
    }

    .sticky-meta {
        font-size: 11px;
    }

    .sticky-dl-btn {
        padding: 0 14px;
        font-size: 13px;
    }

    .ssv-stage-wrap {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
    }

    .ssv-nav {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        font-size: 24px;
    }
}

@media (max-width: 560px) {
    .pp-wrap,
    .sim-section-inner,
    .pp-banner-inner {
        width: min(calc(100% - 18px), var(--pp-wrap));
    }

    .pp-banner {
        padding-bottom: 24px;
    }

    .pp-tag-row,
    .pp-action-row,
    .pp-dev-row {
        justify-content: center;
    }

    .pp-stats-float {
        margin-top: -18px;
    }

    .pp-stats-card {
        border-radius: 20px;
    }

    .pp-stat-item {
        padding: 14px 10px;
    }

    .pp-stat-val {
        font-size: 18px;
    }

    .pp-trust-bar {
        padding: 14px;
    }

    .pp-tab {
        min-height: 40px;
        padding: 0 15px;
        font-size: 12px;
    }

    .pp-grid {
        gap: 18px;
    }

    .ppc-title,
    .sim-section-title {
        font-size: 18px;
    }

    .pp-desc,
    .feat-card,
    .cl-timeline {
        font-size: 14px;
    }

    .sim-products-grid {
        grid-template-columns: 1fr;
    }

    .pp-sticky-dl {
        left: 9px;
        right: 9px;
        width: auto;
        transform: translateY(120%);
        bottom: 10px;
    }

    .pp-sticky-dl.show {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .pp-sticky-dl {
        flex-direction: column;
        align-items: stretch;
    }

    .sticky-dl-btn {
        width: 100%;
    }

    .pp-toast {
        left: 10px;
        right: 10px;
        bottom: 10px;
        min-width: 0;
        max-width: none;
    }

    .ssv-overlay {
        padding: 10px;
    }

    .ssv-modal {
        border-radius: 20px;
        padding: 14px;
    }

    .ssv-title {
        font-size: 20px;
    }
}

.pp-dev-name {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pp-dev-icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
    vertical-align: middle;
}

.pp-verified {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.pp-verified-icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.pp-stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pp-stat-icon {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin: 0 auto;
}

.pp-trust-bar-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.pptag-icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    object-fit: contain;
}

.pp-act-btn-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}

/* =========================
   PREMIUM DOWNLOAD POPUP
   Add at very end of product.css
========================= */

.dlp-overlay {
    position: fixed;
    inset: 0;
    z-index: 2100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background:
        radial-gradient(circle at 18% 18%, rgba(61, 214, 140, 0.20), transparent 28%),
        radial-gradient(circle at 82% 22%, rgba(247, 147, 30, 0.16), transparent 26%),
        linear-gradient(180deg, rgba(7, 16, 13, 0.78), rgba(7, 16, 13, 0.90));
    backdrop-filter: blur(14px) saturate(1.08);
    -webkit-backdrop-filter: blur(14px) saturate(1.08);
}

.dlp-overlay.open {
    display: flex;
}

.dlp-modal {
    position: relative;
    width: min(760px, 100%);
    max-height: calc(100vh - 44px);
    overflow: auto;
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 249, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow:
        0 40px 100px rgba(7, 21, 15, 0.34),
        0 18px 40px rgba(18, 36, 26, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.75);
    color: #173123;
}

.dlp-modal::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.06) 42%, transparent 60%),
        radial-gradient(circle at top right, rgba(39, 174, 96, 0.10), transparent 28%),
        radial-gradient(circle at bottom left, rgba(247, 147, 30, 0.08), transparent 24%);
}

.dlp-modal-body {
    position: relative;
    z-index: 1;
    padding: 24px;
}

.dlp-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 16px;
    background: rgba(20, 38, 29, 0.06);
    color: #173123;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.dlp-close:hover {
    transform: translateY(-1px) scale(1.02);
    background: rgba(20, 38, 29, 0.10);
    box-shadow: 0 12px 26px rgba(18, 36, 26, 0.10);
}

.dlp-header {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 18px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(16, 90, 48, 0.96) 0%, rgba(39, 174, 96, 0.92) 64%, rgba(62, 212, 122, 0.90) 100%);
    color: #fff;
    box-shadow:
        0 22px 38px rgba(30, 92, 55, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
}

.dlp-header::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.22), transparent 20%),
        linear-gradient(120deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.02) 24%, transparent 24%, transparent 52%, rgba(255,255,255,0.08) 52%, rgba(255,255,255,0.02) 74%, transparent 74%, transparent 100%);
    background-size: auto, 220px 220px;
    opacity: .8;
}

.dlp-app-icon {
    position: relative;
    width: 112px;
    height: 112px;
    border-radius: 28px;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.18), rgba(255,255,255,0.04));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.28),
        0 18px 28px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(6px);
}

.dlp-app-icon::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 34px;
    border: 1px solid rgba(255,255,255,0.12);
    pointer-events: none;
}

.dlp-app-icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dlp-app-info {
    min-width: 0;
    position: relative;
    z-index: 1;
    padding-right: 40px;
}

.dlp-app-name {
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
    color: #fff;
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
}

.dlp-app-meta {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 700;
    color: rgba(255,255,255,0.92);
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.16);
    backdrop-filter: blur(6px);
}

.dlp-section {
    margin-top: 16px;
}

.dlp-action-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 86px;
    padding: 16px 18px;
    border: 1px solid rgba(26, 57, 41, 0.10);
    border-radius: 24px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease;
}

.dlp-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 34px rgba(22, 38, 29, 0.12);
    filter: brightness(1.01);
}

.dlp-action-btn > span:first-child {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    flex: 0 0 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 900;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.55);
}

.dlp-btn-text {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    text-align: left;
}

.dlp-btn-label {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.dlp-btn-text small {
    font-size: 12px;
    line-height: 1.45;
    font-weight: 700;
    opacity: .9;
}

#dlp-dl-section .dlp-action-btn {
    background:
        linear-gradient(135deg, #ffffff 0%, #f5fff9 100%);
    color: #173123;
    box-shadow:
        0 14px 26px rgba(22, 38, 29, 0.08),
        inset 0 1px 0 rgba(255,255,255,0.78);
}

#dlp-dl-section .dlp-action-btn > span:first-child {
    background: linear-gradient(135deg, #dff7e9, #eefcf4);
    color: #1e8b4a;
}

.dlp-buy-btn {
    background:
        linear-gradient(135deg, #121d1a 0%, #183228 40%, #10231b 100%);
    color: #fff;
    border-color: rgba(18, 39, 30, 0.22);
    box-shadow:
        0 18px 32px rgba(10, 18, 14, 0.24),
        inset 0 1px 0 rgba(255,255,255,0.08);
}

.dlp-buy-btn > span:first-child {
    background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
    color: #fff;
}

.dlp-btn-price-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    text-align: right;
    margin-left: auto;
}

.dlp-btn-old-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
}

.dlp-btn-old-price {
    font-size: 12px;
    font-weight: 800;
    color: rgba(255,255,255,0.62);
    text-decoration: line-through;
}

.dlp-btn-disc-badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffd879, #f7a11d);
    color: #4a2a00;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .02em;
    box-shadow: 0 8px 18px rgba(247, 147, 30, 0.20);
}

.dlp-buy-price {
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #fff;
}

.dlp-mirrors {
    margin-top: 14px;
    padding: 15px 16px 16px;
    border-radius: 22px;
    border: 1px solid #e4ece6;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
}

.dlp-mirror-label {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #698073;
    margin-bottom: 12px;
}

.dlp-mirror-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dlp-mirror-btn {
    min-height: 42px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid #dfebe3;
    background: #fff;
    color: #355243;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: all .18s ease;
}

.dlp-mirror-btn:hover,
.dlp-mirror-btn.active {
    border-color: rgba(39, 174, 96, 0.34);
    background: linear-gradient(135deg, #eefaf2, #f7fcf8);
    color: #145a32;
    box-shadow: 0 12px 22px rgba(39, 174, 96, 0.10);
}

.dlp-or-divider {
    position: relative;
    text-align: center;
    margin: 18px 0 12px;
}

.dlp-or-divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #dbe6de 14%, #dbe6de 86%, transparent);
}

.dlp-or-divider span {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    background: #f8fbf9;
    border: 1px solid #e2ebe5;
    color: #627467;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dlp-plans-scroll {
    display: grid;
    gap: 12px;
    margin-bottom: 14px;
}

.dlp-plan-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 16px 18px;
    border-radius: 22px;
    border: 1px solid #e5ece7;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(249, 252, 250, 0.96));
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
    box-shadow: 0 10px 20px rgba(18, 36, 26, 0.04);
}

.dlp-plan-row:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(18, 36, 26, 0.08);
    border-color: #d7e7dc;
}

.dlp-plan-row.selected {
    border-color: rgba(39, 174, 96, 0.34);
    background:
        linear-gradient(135deg, #f3fcf6 0%, #fbfefc 100%);
    box-shadow:
        0 20px 34px rgba(39, 174, 96, 0.10),
        inset 0 0 0 1px rgba(39, 174, 96, 0.08);
}

.dlp-plan-left {
    min-width: 0;
}

.dlp-plan-name {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 900;
    color: #163224;
    margin-bottom: 6px;
}

.dlp-plan-desc {
    font-size: 12.5px;
    line-height: 1.55;
    font-weight: 700;
    color: #6a7a70;
}

.dlp-plan-right {
    text-align: right;
}

.dlp-price-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

.dlp-old-price {
    font-size: 12px;
    color: #809084;
    text-decoration: line-through;
    font-weight: 800;
}

.dlp-disc-badge,
.dlp-plan-badge-inline {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .02em;
}

.dlp-disc-badge {
    background: linear-gradient(135deg, #ffe19a, #ffc14f);
    color: #664000;
}

.dlp-plan-badge-inline.badge-best,
.dlp-plan-badge-inline.badge-popular {
    background: linear-gradient(135deg, #145a32, #27ae60);
    color: #fff;
}

.dlp-plan-badge-inline.badge-pro {
    background: linear-gradient(135deg, #182722, #30493d);
    color: #fff;
}

.dlp-plan-badge-inline.badge-new {
    background: linear-gradient(135deg, #fff3dd, #ffd089);
    color: #744300;
}

.dlp-plan-price {
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #173123;
}

.dlp-plan-period {
    font-size: 12px;
    font-weight: 800;
    color: #728178;
}

.dlp-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.dlp-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #eef8f1, #f9fcfa);
    border: 1px solid #dce9df;
    color: #2d5140;
    font-size: 12px;
    font-weight: 800;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.dlp-footer-bar {
    margin-top: 16px;
    min-height: 54px;
    padding: 12px 16px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #fff;
    background: linear-gradient(135deg, #17663a, #27ae60, #2dca74, #1f8d50);
    box-shadow:
        0 16px 28px rgba(39, 174, 96, 0.22),
        inset 0 1px 0 rgba(255,255,255,0.18);
}

.dlp-footer-icon {
    font-size: 16px;
    line-height: 1;
}

.dlp-footer-main {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .01em;
}

.dlp-footer-divider {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255,255,255,0.55);
}

.dlp-footer-sub {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.92);
}

@media (max-width: 768px) {
    .dlp-overlay {
        padding: 12px;
    }

    .dlp-modal {
        border-radius: 24px;
        max-height: calc(100vh - 24px);
    }

    .dlp-modal-body {
        padding: 16px;
    }

    .dlp-close {
        top: 12px;
        right: 12px;
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 22px;
    }

    .dlp-header {
        grid-template-columns: 84px minmax(0, 1fr);
        gap: 14px;
        padding: 14px;
        border-radius: 22px;
    }

    .dlp-app-icon {
        width: 84px;
        height: 84px;
        border-radius: 22px;
    }

    .dlp-app-name {
        font-size: 22px;
        padding-right: 10px;
    }

    .dlp-app-meta {
        font-size: 11px;
        padding: 8px 11px;
        border-radius: 999px;
    }

    .dlp-action-btn {
        min-height: 78px;
        padding: 14px;
        border-radius: 20px;
        gap: 12px;
    }

    .dlp-action-btn > span:first-child {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }

    .dlp-btn-label {
        font-size: 16px;
    }

    .dlp-buy-price,
    .dlp-plan-price {
        font-size: 21px;
    }

    .dlp-plan-row {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .dlp-plan-right,
    .dlp-price-row {
        justify-content: flex-start;
        text-align: left;
    }

    .dlp-btn-price-wrap {
        align-items: flex-start;
        text-align: left;
        margin-left: 0;
    }

    .dlp-footer-bar {
        justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    .dlp-header {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .dlp-app-icon {
        margin: 0 auto;
    }

    .dlp-app-info {
        padding-right: 0;
    }

    .dlp-app-meta {
        justify-content: center;
    }

    .dlp-action-btn {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .dlp-btn-price-wrap {
        width: 100%;
    }

    .dlp-mirror-row,
    .dlp-badges {
        gap: 8px;
    }

    .dlp-mirror-btn,
    .dlp-badge {
        width: 100%;
        justify-content: center;
    }

    .dlp-footer-bar {
        text-align: center;
        justify-content: center;
    }
}

/* ===== DLP PHASE 2 POLISH ===== */

/* shine animation */
.dlp-header,
.dlp-action-btn,
.dlp-plan-row,
.dlp-footer-bar {
    position: relative;
    overflow: hidden;
}

.dlp-header::after,
.dlp-action-btn::after,
.dlp-footer-bar::after {
    content: "";
    position: absolute;
    top: -120%;
    left: -35%;
    width: 42%;
    height: 260%;
    pointer-events: none;
    transform: rotate(24deg);
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.06) 20%,
        rgba(255,255,255,0.34) 50%,
        rgba(255,255,255,0.08) 78%,
        rgba(255,255,255,0) 100%
    );
    animation: dlpShineSweep 5.8s ease-in-out infinite;
}

.dlp-header::after {
    animation-delay: .25s;
}

#dlp-dl-section .dlp-action-btn::after {
    animation-delay: 1.2s;
}

.dlp-buy-btn::after {
    animation-delay: 2.1s;
}

.dlp-footer-bar::after {
    animation-delay: 3s;
}

@keyframes dlpShineSweep {
    0% {
        left: -42%;
        opacity: 0;
    }
    8% {
        opacity: .85;
    }
    24% {
        opacity: .95;
    }
    42% {
        left: 115%;
        opacity: 0;
    }
    100% {
        left: 115%;
        opacity: 0;
    }
}

/* better icon shells */
#dlp-dl-section .dlp-action-btn > span:first-child,
.dlp-buy-btn > span:first-child {
    position: relative;
    overflow: hidden;
}

#dlp-dl-section .dlp-action-btn > span:first-child::before,
.dlp-buy-btn > span:first-child::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 30% 25%, rgba(255,255,255,0.55), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0));
    pointer-events: none;
}

/* free icon visual upgrade */
.dlp-free-icon-svg {
    width: 24px;
    height: 24px;
    display: block;
    filter: drop-shadow(0 4px 10px rgba(39, 174, 96, 0.22));
}

#dlp-dl-section .dlp-action-btn > span:first-child {
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.7),
        0 10px 18px rgba(39, 174, 96, 0.12);
}

/* buy icon polish */
#dlp-buy-icon {
    font-size: 24px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 6px 14px rgba(0,0,0,0.18));
}

/* plan tick */
.dlp-plan-row {
    padding-right: 58px;
}

.dlp-plan-row::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #ffffff;
    border: 1.5px solid #d8e7dd;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.8),
        0 6px 12px rgba(17, 33, 24, 0.05);
    transition: all .18s ease;
}

.dlp-plan-row.selected::after {
    background: linear-gradient(135deg, #1a7a45, #2ab868);
    border-color: transparent;
    box-shadow:
        0 10px 18px rgba(39, 174, 96, 0.24),
        inset 0 1px 0 rgba(255,255,255,0.20);
}

.dlp-plan-row.selected::before {
    content: "";
    position: absolute;
    top: 23px;
    right: 25px;
    width: 7px;
    height: 12px;
    border-right: 2.4px solid #fff;
    border-bottom: 2.4px solid #fff;
    transform: rotate(45deg);
    z-index: 2;
}

/* selected plan aura */
.dlp-plan-row.selected {
    transform: translateY(-1px);
    box-shadow:
        0 18px 34px rgba(39, 174, 96, 0.12),
        inset 0 0 0 1px rgba(39, 174, 96, 0.10);
}

.dlp-plan-row.selected .dlp-plan-name {
    color: #145a32;
}

.dlp-plan-row.selected .dlp-plan-price {
    color: #145a32;
}

/* subtle pulse only on selected plan */
.dlp-plan-row.selected {
    animation: dlpSelectedPulse 2.8s ease-in-out infinite;
}

@keyframes dlpSelectedPulse {
    0%, 100% {
        box-shadow:
            0 18px 34px rgba(39, 174, 96, 0.12),
            inset 0 0 0 1px rgba(39, 174, 96, 0.10);
    }
    50% {
        box-shadow:
            0 22px 38px rgba(39, 174, 96, 0.16),
            inset 0 0 0 1px rgba(39, 174, 96, 0.14);
    }
}

/* responsive tweaks */
@media (max-width: 768px) {
    .dlp-plan-row {
        padding-right: 16px;
        padding-top: 18px;
    }

    .dlp-plan-row::after {
        top: 14px;
        right: 14px;
        width: 24px;
        height: 24px;
    }

    .dlp-plan-row.selected::before {
        top: 20px;
        right: 22px;
        width: 6px;
        height: 10px;
    }

    .dlp-header::after,
    .dlp-action-btn::after,
    .dlp-footer-bar::after {
        width: 55%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dlp-header::after,
    .dlp-action-btn::after,
    .dlp-footer-bar::after,
    .dlp-plan-row.selected {
        animation: none !important;
    }
}

.sim-section-wrap {
    padding: 10px 0 46px;
}

.sim-cards-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.sim-h-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 18px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,248,0.98) 100%);
    border: 1px solid rgba(39, 174, 96, 0.10);
    box-shadow: 0 16px 34px rgba(18, 34, 24, 0.07);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    min-width: 0;
}

.sim-h-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 42px rgba(18, 34, 24, 0.12);
    border-color: rgba(39, 174, 96, 0.22);
}

.sim-h-top {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.sim-h-ico {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    overflow: hidden;
    flex: 0 0 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eff8f2, #eef7fb);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.95);
}

.sim-h-ico span {
    font-size: 26px;
    font-weight: 900;
    color: #1a7d46;
}

.sim-app-icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sim-h-head {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sim-h-name {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
    color: #173123;
    letter-spacing: -0.01em;
    word-break: break-word;
}

.sim-h-cat {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eef8f1;
    color: #1d7a44;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.sim-h-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.sim-h-stat {
    padding: 12px 12px 11px;
    border-radius: 16px;
    background: #f8fbf9;
    border: 1px solid #ebf1ed;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sim-h-stat-label {
    font-size: 11px;
    font-weight: 800;
    color: #7a8691;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.sim-h-stat-val {
    font-size: 15px;
    font-weight: 900;
    color: #173123;
    line-height: 1.2;
}

.sim-h-btn {
    width: 100%;
    min-height: 46px;
    border: none;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: linear-gradient(135deg, #145a32, #27ae60);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.02em;
    box-shadow: 0 14px 24px rgba(39, 174, 96, 0.18);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.sim-h-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 28px rgba(39, 174, 96, 0.24);
    filter: brightness(1.02);
}

.sim-h-btn:disabled {
    background: #e8edf0;
    color: #7d8892;
    box-shadow: none;
    cursor: not-allowed;
}

@media (max-width: 1180px) {
    .sim-cards-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .sim-cards-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .sim-cards-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sim-h-card {
        padding: 16px;
        border-radius: 20px;
    }

    .sim-h-ico {
        width: 60px;
        height: 60px;
        border-radius: 18px;
        flex-basis: 60px;
    }

    .sim-h-name {
        font-size: 15px;
    }
}

/* ===== DLP popup full-width sticky textured footer ===== */

#dlp-modal {
    display: flex;
    flex-direction: column;
    max-height: min(92vh, 860px);
    overflow: hidden;
    padding: 0 !important;
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,249,0.985) 100%);
    box-shadow:
        0 24px 60px rgba(7, 20, 12, 0.22),
        0 8px 20px rgba(7, 20, 12, 0.10);
    position: relative;
}

#dlp-modal::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.55) 0, transparent 28%),
        linear-gradient(135deg, rgba(39,174,96,0.035) 0%, rgba(247,147,30,0.025) 100%);
    z-index: 0;
}

#dlp-modal .dlp-close {
    top: 16px;
    right: 16px;
    z-index: 12;
}

#dlp-modal .dlp-modal-body {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 0;
    padding: 18px 18px 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(20, 90, 50, 0.671) transparent;
}

#dlp-modal .dlp-modal-body::-webkit-scrollbar {
    width: 10px;
}

#dlp-modal .dlp-modal-body::-webkit-scrollbar-track {
    background: transparent;
}

#dlp-modal .dlp-modal-body::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(39,174,96,0.42), rgba(20,90,50,0.24));
    border: 2px solid rgba(255,255,255,0.55);
}

/* Footer full width + sticky */
#dlp-footer-bar {
    position: sticky;
    bottom: 0;
    z-index: 8;
    width: auto;
    margin: 18px -18px 0;
    border-radius: 0 0 25px 25px;
    height: 42px;
    padding: 12px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
    color: #fff;
    box-shadow:
        0 -1px 0 rgba(255,255,255,0.14) inset,
        0 -10px 28px rgba(18, 61, 35, 0.20);
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(135deg, #17703e 0%, #27ae60 36%, #35cf79 68%, #1f8e4e 100%);
}

/* texture layer */
#dlp-footer-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        linear-gradient(120deg,
            rgba(255,255,255,0.10) 0%,
            rgba(255,255,255,0.03) 18%,
            transparent 18%,
            transparent 38%,
            rgba(255,255,255,0.07) 38%,
            rgba(255,255,255,0.02) 58%,
            transparent 58%,
            transparent 100%),
        radial-gradient(circle at 18% 30%, rgba(255,255,255,0.18) 0 2px, transparent 2.5px),
        radial-gradient(circle at 72% 62%, rgba(255,255,255,0.10) 0 1.5px, transparent 2px),
        radial-gradient(circle at 88% 28%, rgba(255,255,255,0.12) 0 1.5px, transparent 2px);
    background-size: 220px 220px, 26px 26px, 34px 34px, 28px 28px;
    opacity: 0.75;
    mix-blend-mode: soft-light;
}

/* soft glow layer */
#dlp-footer-bar::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% -20%, rgba(255,255,255,0.35), transparent 42%),
        linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.02) 38%, rgba(0,0,0,0.08) 100%);
}

#dlp-footer-icon,
#dlp-footer-main,
#dlp-footer-divider,
#dlp-footer-sub {
    position: relative;
    z-index: 1;
}

#dlp-footer-main {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.01em;
    text-shadow: 0 1px 0 rgba(0,0,0,0.10);
}

#dlp-footer-divider {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255,255,255,0.78);
    flex: 0 0 6px;
}

#dlp-footer-sub {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,0.94);
}

#dlp-footer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(255,255,255,0.14);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.20),
        0 8px 18px rgba(0,0,0,0.14);
    backdrop-filter: blur(6px);
}

@media (max-width: 768px) {
    #dlp-modal {
        max-height: 94vh;
        border-radius: 24px;
    }

    #dlp-modal .dlp-modal-body {
        padding: 14px 14px 0;
    }

    #dlp-footer-bar {
        margin: 16px -14px 0;
        min-height: 66px;
        padding: 16px 14px calc(16px + env(safe-area-inset-bottom, 0px));
        border-radius: 0 0 24px 24px;
        gap: 10px;
        flex-wrap: wrap;
    }

    #dlp-footer-main {
        font-size: 15px;
    }

    #dlp-footer-sub {
        font-size: 13px;
    }
}

@media (max-width: 560px) {
    #dlp-footer-bar {
        justify-content: center;
    }

    #dlp-footer-divider {
        display: none;
    }

    #dlp-footer-main,
    #dlp-footer-sub {
        width: 100%;
        text-align: center;
    }
}

/* RTL Support for Arabic & Urdu */
html[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] .pp-trust-bar {
    flex-direction: row-reverse;
}

html[dir="rtl"] .pp-banner-inner {
    direction: rtl;
}

html[dir="rtl"] .pp-dev-row {
    flex-direction: row-reverse;
}

html[dir="rtl"] .pp-tag-row {
    justify-content: flex-end;
}

html[dir="rtl"] .pp-action-row {
    flex-direction: row-reverse;
}

html[dir="rtl"] .pp-stats-card {
    direction: rtl;
}

html[dir="rtl"] .pp-tabs-wrap {
    direction: rtl;
}

html[dir="rtl"] .pp-breadcrumb {
    direction: rtl;
}

html[dir="rtl"] .sim-h-card {
    direction: rtl;
}

html[dir="rtl"] .pp-dl-btn {
    flex-direction: row-reverse;
}

html[dir="rtl"] .sticky-app-info {
    flex-direction: row-reverse;
}

html[dir="rtl"] .pp-review-topbar {
    flex-direction: row-reverse;
}

html[dir="rtl"] .rev-head {
    flex-direction: row-reverse;
}

html[dir="rtl"] .rev-stars {
    margin-left: 0;
    margin-right: auto;
}

html[dir="rtl"] .side-perks {
    padding-right: 0;
}

html[dir="rtl"] .side-buy-trust {
    flex-direction: row-reverse;
}