/* ================================================
   PPF PAGE — Blue / Steel Protection Theme
   ================================================ */

/* --- Hero --- */
.ppf-hero {
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 100px 0 52px;
}
.ppf-hero-img {
    position: absolute;
    inset: 0;
    background-image: url('/assets/img/cayman1.png');
    background-size: cover;
    background-position: center 40%;
    filter: brightness(0.77) saturate(0.5);
}
.ppf-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(7,13,28,0.95) 0%,
        rgba(10,10,20,0.7) 55%,
        rgba(72,149,239,0.06) 100%
    );
}
.ppf-hero-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
}
.ppf-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 16px;
    background: rgba(72,149,239,0.12);
    border: 1px solid rgba(72,149,239,0.35);
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--blue);
    text-transform: uppercase;
    margin-bottom: 28px;
}
.ppf-hero-title {
    font-family: var(--font-display);
    font-size: clamp(3.2rem, 7.5vw, 5.8rem);
    font-weight: 900;
    line-height: 1;
    color: var(--white);
    margin-bottom: 8px;
}
.ppf-hero-title span {
    display: block;
    font-size: 0.48em;
    font-weight: 700;
    line-height: 1.4;
    color: rgba(255,255,255,0.75);
    margin-top: 10px;
    letter-spacing: 0.02em;
}
.ppf-hero-sub {
    font-size: 1rem;
    color: rgba(255,255,255,0.55);
    margin: 20px 0 32px;
    letter-spacing: 0.03em;
}
.ppf-hero-pills { display: flex; flex-wrap: wrap; gap: 9px; }
.ppf-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 100px;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.7);
}
.ppf-pill i { color: var(--blue); font-size: 0.85rem; }

/* --- Stats Bar --- */
.ppf-stats-bar {
    background: var(--dark);
    border-top: 1px solid rgba(72,149,239,0.18);
    border-bottom: 1px solid var(--dark-border);
}
.ppf-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.ppf-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 28px 16px;
    gap: 7px;
    border-right: 1px solid var(--dark-border);
}
.ppf-stat:last-child { border-right: none; }
.ppf-stat-num {
    font-family: var(--font-display);
    font-size: 1.9rem;
    font-weight: 900;
    color: var(--blue);
    line-height: 1;
}
.ppf-stat-num span { font-size: 1rem; }
.ppf-stat-num i { font-size: 1.9rem; }
.ppf-stat-label {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.45);
    line-height: 1.45;
    max-width: 130px;
}

/* --- Section Primitives --- */
.ppf-section {
    padding: 80px 0;
    background: var(--black);
    border-top: 1px solid var(--dark-border);
}
.ppf-section--dark { background: var(--dark); }
.ppf-section--blue {
    background: linear-gradient(180deg, #080e1c 0%, #0a0a0a 100%);
    border-top: 1px solid rgba(72,149,239,0.15);
}
.ppf-eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    color: var(--blue);
    text-transform: uppercase;
    margin-bottom: 10px;
}
.ppf-heading {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 900;
    color: var(--white);
    margin-bottom: 40px;
    position: relative;
}
.ppf-heading::after {
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    background: var(--blue);
    border-radius: 2px;
    margin-top: 14px;
}
.ppf-section-desc {
    font-size: 0.97rem;
    color: rgba(255,255,255,0.55);
    margin-top: -28px;
    margin-bottom: 40px;
    max-width: 680px;
    line-height: 1.85;
}
.ppf-lead-text {
    font-size: 1.05rem;
    line-height: 1.85;
    color: rgba(255,255,255,0.85);
    padding-left: 18px;
    border-left: 3px solid var(--blue);
    margin-bottom: 20px;
}
.ppf-body-text {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.9;
    margin-bottom: 14px;
}
.ppf-callout {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 16px 20px;
    background: rgba(72,149,239,0.07);
    border: 1px solid rgba(72,149,239,0.2);
    border-radius: var(--radius);
    margin-top: 22px;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
}
.ppf-callout i { color: var(--blue); font-size: 1rem; flex-shrink: 0; margin-top: 2px; }

/* --- Split Layout (What is PPF) --- */
.ppf-split {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 56px;
    align-items: start;
}
.ppf-shield-box {
    background: rgba(72,149,239,0.05);
    border: 1px solid rgba(72,149,239,0.18);
    border-radius: var(--radius-lg);
    padding: 44px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.ppf-shield-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 70% at 50% 30%, rgba(72,149,239,0.09) 0%, transparent 70%);
    pointer-events: none;
}
.ppf-shield-box > i {
    font-size: 4.5rem;
    color: var(--blue);
    opacity: 0.65;
    display: block;
    margin-bottom: 22px;
}
.ppf-shield-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 14px;
}
.ppf-shield-tags span {
    padding: 4px 12px;
    background: rgba(72,149,239,0.1);
    border: 1px solid rgba(72,149,239,0.22);
    border-radius: 100px;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.65);
}
.ppf-shield-caption {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.3);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.ppf-what-card {
    background: rgba(72,149,239,0.05);
    border: 1px solid rgba(72,149,239,0.18);
    border-radius: var(--radius-lg);
    overflow: hidden;
}
.ppf-what-img img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.ppf-what-card-footer {
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ppf-what-card-footer .ppf-shield-caption {
    text-align: left;
    margin: 0;
}
.ppf-what-card-footer .ppf-shield-tags {
    justify-content: flex-start;
}

/* --- Film Layers Diagram --- */
.ppf-layers-wrap {
    overflow-x: auto;
    padding-top: 14px;
    margin-top: -14px;
}
.ppf-layers {
    display: flex;
    align-items: flex-start;
    gap: 0;
    min-width: 700px;
    padding-bottom: 4px;
}
.ppf-layer {
    flex: 1;
    min-width: 148px;
    background: rgba(255,255,255,0.025);
    border: 1px solid var(--dark-border);
    border-radius: var(--radius);
    padding: 26px 16px 22px;
    position: relative;
    text-align: center;
    transition: var(--transition);
}
.ppf-layer:hover {
    background: rgba(72,149,239,0.07);
    border-color: rgba(72,149,239,0.3);
}
.ppf-layer--main {
    background: rgba(72,149,239,0.09);
    border-color: rgba(72,149,239,0.38);
}
.ppf-layer--outer { background: rgba(72,149,239,0.04); border-color: rgba(72,149,239,0.2); }
.ppf-layer--base { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.12); }
.ppf-layer-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px 10px;
    background: var(--blue);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    border-radius: 100px;
    white-space: nowrap;
    letter-spacing: 0.06em;
}
.ppf-layer--base .ppf-layer-badge { background: #333; color: rgba(255,255,255,0.55); }
.ppf-layer-icon { font-size: 1.7rem; color: var(--blue); opacity: 0.75; margin-bottom: 10px; }
.ppf-layer--base .ppf-layer-icon { color: rgba(255,255,255,0.35); }
.ppf-layer h3 {
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 7px;
    line-height: 1.3;
}
.ppf-layer p { font-size: 0.75rem; color: rgba(255,255,255,0.45); line-height: 1.6; }
.ppf-layer-arrow {
    display: flex;
    align-items: center;
    padding: 0 5px;
    color: rgba(72,149,239,0.35);
    font-size: 0.85rem;
    flex-shrink: 0;
}
.ppf-layer-arrow--dim { color: rgba(255,255,255,0.18); }

/* --- Feature Grid 2×2 --- */
.ppf-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.ppf-feature-card {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: var(--radius);
    padding: 30px 26px;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
}
.ppf-feature-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--blue), transparent);
    opacity: 0;
    transition: var(--transition);
}
.ppf-feature-card:hover { border-color: rgba(72,149,239,0.3); transform: translateY(-2px); }
.ppf-feature-card:hover::before { opacity: 1; }
.ppf-feature-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(72,149,239,0.1);
    border-radius: var(--radius-sm);
    font-size: 1.2rem;
    color: var(--blue);
    margin-bottom: 15px;
}
.ppf-feature-card h3 {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 9px;
}
.ppf-feature-card p { font-size: 0.88rem; color: rgba(255,255,255,0.58); line-height: 1.8; }

/* --- Notes Grid --- */
.ppf-notes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.ppf-notes-grid--4 {
    grid-template-columns: repeat(2, 1fr);
}
.ppf-note-card {
    background: rgba(230,57,70,0.05);
    border: 1px solid rgba(230,57,70,0.18);
    border-radius: var(--radius);
    padding: 26px 22px;
    transition: var(--transition);
}
.ppf-note-card:hover { background: rgba(230,57,70,0.09); }
.ppf-note-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(230,57,70,0.1);
    border-radius: var(--radius-sm);
    font-size: 1.1rem;
    color: var(--red);
    margin-bottom: 13px;
}
.ppf-note-card h3 { font-family: var(--font-display); font-size: 0.92rem; font-weight: 700; color: var(--white); margin-bottom: 9px; }
.ppf-note-card p { font-size: 0.85rem; color: rgba(255,255,255,0.52); line-height: 1.75; }

/* --- Area Grid --- */
.ppf-area-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.ppf-area-card {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: var(--radius);
    padding: 26px 20px;
    position: relative;
    transition: var(--transition);
}
.ppf-area-card:hover { border-color: rgba(72,149,239,0.3); background: rgba(72,149,239,0.04); }
.ppf-area-card--priority { border-color: rgba(72,149,239,0.32); background: rgba(72,149,239,0.07); }
.ppf-area-card--wide {
    grid-column: 2 / 4;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}
.ppf-area-card--wide .ppf-area-icon { flex-shrink: 0; margin-bottom: 0; }
.ppf-area-badge {
    position: absolute;
    top: -10px;
    right: 14px;
    padding: 2px 10px;
    background: var(--blue);
    color: #fff;
    font-size: 0.63rem;
    font-weight: 700;
    border-radius: 100px;
    letter-spacing: 0.05em;
}
.ppf-area-icon { font-size: 1.6rem; color: var(--blue); opacity: 0.65; margin-bottom: 11px; }
.ppf-area-card h3 { font-family: var(--font-display); font-size: 0.92rem; font-weight: 700; color: var(--white); margin-bottom: 7px; line-height: 1.35; }
.ppf-area-card p { font-size: 0.83rem; color: rgba(255,255,255,0.52); line-height: 1.7; }

/* --- Comparison Table --- */
.ppf-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
    border-radius: var(--radius);
    overflow: hidden;
}
.ppf-compare-table thead th {
    padding: 14px 16px;
    font-family: var(--font-display);
    font-weight: 700;
    text-align: left;
    background: var(--dark);
    border-bottom: 1px solid var(--dark-border);
    color: rgba(255,255,255,0.55);
    font-size: 0.84rem;
}
.ppf-compare-table thead th.ppf-col {
    background: rgba(72,149,239,0.14);
    color: var(--blue);
    border-bottom-color: rgba(72,149,239,0.4);
}
.ppf-compare-table thead th.ppf-col small {
    display: block;
    font-size: 0.68rem;
    font-weight: 400;
    color: rgba(72,149,239,0.65);
    margin-top: 2px;
}
.ppf-compare-table tbody td {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.58);
    font-size: 0.86rem;
}
.ppf-compare-table tbody td.ppf-col {
    background: rgba(72,149,239,0.06);
    color: rgba(255,255,255,0.85);
    border-left: 1px solid rgba(72,149,239,0.14);
    border-right: 1px solid rgba(72,149,239,0.14);
}
.ppf-compare-table tbody tr:hover td { background: rgba(255,255,255,0.02); }
.ppf-compare-table tbody tr:hover td.ppf-col { background: rgba(72,149,239,0.1); }
.ppf-compare-table tbody tr:last-child td { border-bottom: none; }

/* --- CTA --- */
.ppf-cta {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: #080e1c;
    border-top: 1px solid rgba(72,149,239,0.18);
}
.ppf-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(72,149,239,0.13) 0%, transparent 70%);
    pointer-events: none;
}
.ppf-cta-content { position: relative; text-align: center; z-index: 2; }
.ppf-cta-content h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 900;
    color: var(--white);
    margin-bottom: 16px;
    line-height: 1.3;
}
.ppf-cta-content h2 span { color: var(--blue); }
.ppf-cta-content p {
    font-size: 1rem;
    color: rgba(255,255,255,0.5);
    margin-bottom: 40px;
    line-height: 1.8;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
.ppf-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* --- Hero Offer Strip --- */
.ppf-hero-offer {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    padding: 10px 18px;
    background: rgba(255,200,60,0.08);
    border: 1px solid rgba(255,200,60,0.3);
    border-radius: var(--radius);
    font-size: 0.86rem;
    color: rgba(255,255,255,0.75);
    flex-wrap: wrap;
}
.ppf-hero-offer i { color: #f5c518; font-size: 0.9rem; flex-shrink: 0; }
.ppf-hero-offer strong { color: #f5c518; font-weight: 700; }
.ppf-hero-offer-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 12px;
    background: rgba(255,200,60,0.15);
    border: 1px solid rgba(255,200,60,0.25);
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #f5c518;
    white-space: nowrap;
    transition: var(--transition);
}
.ppf-hero-offer-link:hover { background: rgba(255,200,60,0.25); }

/* --- Offer Section --- */
.ppf-offer-section {
    padding: 64px 0;
    background: #070b14;
    border-top: 1px solid rgba(245,197,24,0.15);
    border-bottom: 1px solid rgba(245,197,24,0.15);
}
.ppf-offer-box {
    display: flex;
    align-items: center;
    gap: 48px;
    padding: 40px 44px;
    background: linear-gradient(135deg, rgba(245,197,24,0.07) 0%, rgba(10,14,28,0) 60%);
    border: 1px solid rgba(245,197,24,0.25);
    border-radius: var(--radius-lg);
    position: relative;
    overflow: hidden;
}
.ppf-offer-box::before {
    content: '';
    position: absolute;
    top: -80px; left: -80px;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(245,197,24,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.ppf-offer-left { flex: 1; position: relative; }
.ppf-offer-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 4px 14px;
    background: rgba(245,197,24,0.12);
    border: 1px solid rgba(245,197,24,0.3);
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #f5c518;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.ppf-offer-price {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 900;
    color: var(--white);
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.ppf-offer-pct {
    font-size: 1.5em;
    color: #f5c518;
    line-height: 1;
}
.ppf-offer-pct small {
    font-size: 0.5em;
    vertical-align: super;
}
.ppf-offer-conds { display: flex; flex-direction: column; gap: 10px; }
.ppf-offer-cond {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.6);
}
.ppf-offer-cond i { color: #f5c518; font-size: 0.85rem; width: 14px; flex-shrink: 0; }
.ppf-offer-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}
.ppf-offer-deadline {
    text-align: center;
    padding: 20px 28px;
    background: rgba(245,197,24,0.06);
    border: 1px solid rgba(245,197,24,0.2);
    border-radius: var(--radius);
}
.ppf-offer-deadline-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #f5c518;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.ppf-offer-deadline-date {
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 900;
    color: var(--white);
    line-height: 1.3;
}
.ppf-offer-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #f5c518;
    color: #0a0a0a;
    border-radius: var(--radius);
    font-size: 0.95rem;
    font-weight: 700;
    white-space: nowrap;
    transition: var(--transition);
}
.ppf-offer-btn:hover { background: #ffd740; transform: translateY(-1px); }
.ppf-offer-note {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.35);
    text-align: center;
}

/* --- PPF Type Cards (Gloss / Matte) --- */
.ppf-type-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.ppf-type-card {
    border-radius: var(--radius-lg);
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
}
.ppf-type-gloss {
    background: linear-gradient(135deg, rgba(72,149,239,0.08) 0%, rgba(10,10,20,0) 60%);
    border: 1px solid rgba(72,149,239,0.3);
}
.ppf-type-gloss::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 220px; height: 220px;
    background: radial-gradient(circle, rgba(72,149,239,0.12) 0%, transparent 70%);
    pointer-events: none;
}
.ppf-type-matte {
    background: linear-gradient(135deg, rgba(120,120,120,0.07) 0%, rgba(10,10,10,0) 60%);
    border: 1px solid rgba(180,180,180,0.18);
}
.ppf-type-matte::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 220px; height: 220px;
    background: radial-gradient(circle, rgba(160,160,160,0.07) 0%, transparent 70%);
    pointer-events: none;
}
.ppf-type-badge {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.ppf-type-gloss .ppf-type-badge {
    background: rgba(72,149,239,0.15);
    color: var(--blue);
    border: 1px solid rgba(72,149,239,0.3);
}
.ppf-type-matte .ppf-type-badge {
    background: rgba(180,180,180,0.1);
    color: rgba(255,255,255,0.55);
    border: 1px solid rgba(180,180,180,0.2);
}
.ppf-type-card h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--white);
    margin-bottom: 4px;
}
.ppf-type-finish {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.4);
    margin-bottom: 24px;
    letter-spacing: 0.05em;
}
.ppf-type-card ul {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 28px;
}
.ppf-type-card li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.5;
}
.ppf-type-card li::before {
    content: '';
    flex-shrink: 0;
    width: 5px; height: 5px;
    border-radius: 50%;
    margin-top: 8px;
}
.ppf-type-gloss li::before { background: var(--blue); }
.ppf-type-matte li::before { background: rgba(180,180,180,0.5); }
.ppf-type-note {
    padding: 12px 16px;
    border-radius: var(--radius-sm);
    font-size: 0.82rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
}
.ppf-type-gloss .ppf-type-note {
    background: rgba(72,149,239,0.07);
    border: 1px solid rgba(72,149,239,0.15);
}
.ppf-type-matte .ppf-type-note {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
}
.ppf-type-img {
    margin-top: 20px;
    border-radius: var(--radius);
    overflow: hidden;
    aspect-ratio: 16 / 7;
}
.ppf-type-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.ppf-type-card:hover .ppf-type-img img {
    transform: scale(1.03);
}

/* --- History Section --- */
.ppf-history-section {
    background: linear-gradient(180deg, #080e1c 0%, #0a0a0a 100%);
    border-top: 1px solid rgba(72,149,239,0.15);
}
.ppf-history-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}
.ppf-history-subtitle {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 18px;
    letter-spacing: 0.03em;
}
.ppf-history-now {
    background: rgba(72,149,239,0.05);
    border: 1px solid rgba(72,149,239,0.18);
    border-radius: var(--radius-lg);
    padding: 28px 26px;
}
.ppf-history-now-title {
    display: flex;
    align-items: center;
    gap: 9px;
    font-family: var(--font-display);
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 20px;
}
.ppf-history-now-title i { color: var(--blue); }
.ppf-history-reasons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
}
.ppf-history-reasons li {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-left: 14px;
    border-left: 2px solid rgba(72,149,239,0.35);
}
.ppf-history-reasons li strong {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--white);
}
.ppf-history-reasons li span {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.48);
    line-height: 1.6;
}

/* --- Carbon / Color Type Cards --- */
.ppf-type-carbon {
    background: linear-gradient(135deg, rgba(40,40,40,0.6) 0%, rgba(10,10,10,0) 60%);
    border: 1px solid rgba(100,100,100,0.3);
}
.ppf-type-carbon::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 220px; height: 220px;
    background: radial-gradient(circle, rgba(80,80,80,0.1) 0%, transparent 70%);
    pointer-events: none;
}
.ppf-type-carbon .ppf-type-badge {
    background: rgba(80,80,80,0.2);
    color: rgba(255,255,255,0.7);
    border: 1px solid rgba(120,120,120,0.3);
}
.ppf-type-carbon li::before { background: rgba(150,150,150,0.6); }
.ppf-type-carbon .ppf-type-note {
    background: rgba(80,80,80,0.08);
    border: 1px solid rgba(100,100,100,0.15);
}

.ppf-type-color {
    background: linear-gradient(135deg, rgba(72,149,239,0.05) 0%, rgba(130,60,200,0.04) 60%, rgba(10,10,10,0) 100%);
    border: 1px solid rgba(130,100,200,0.25);
}
.ppf-type-color::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 220px; height: 220px;
    background: radial-gradient(circle, rgba(130,80,200,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.ppf-type-color .ppf-type-badge {
    background: rgba(130,80,200,0.12);
    color: rgba(180,140,255,0.9);
    border: 1px solid rgba(130,80,200,0.28);
}
.ppf-type-color li::before { background: rgba(160,120,255,0.55); }
.ppf-type-color .ppf-type-note {
    background: rgba(130,80,200,0.06);
    border: 1px solid rgba(130,80,200,0.14);
}

/* --- Merit Photos --- */
.ppf-merit-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 40px;
}
.ppf-merit-photo {
    border-radius: var(--radius-lg);
    overflow: hidden;
    position: relative;
}
.ppf-merit-photo img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.ppf-merit-photo:hover img { transform: scale(1.03); }
.ppf-merit-photo-cap {
    padding: 10px 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--dark-border);
    border-top: none;
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    font-size: 0.78rem;
    color: rgba(255,255,255,0.38);
    letter-spacing: 0.03em;
}

/* --- PPF Responsive --- */
@media (max-width: 900px) {
    .ppf-split { grid-template-columns: 1fr; }
    .ppf-shield-box { display: none; }
    .ppf-notes-grid { grid-template-columns: 1fr; }
    .ppf-notes-grid--4 { grid-template-columns: 1fr; }
    .ppf-area-grid { grid-template-columns: repeat(2, 1fr); }
    .ppf-area-card--wide { grid-column: auto; flex-direction: column; }
    .ppf-history-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 768px) {
    .ppf-merit-photos { grid-template-columns: 1fr; }
    .ppf-hero { min-height: 40vh; padding: 96px 0 44px; }
    .ppf-hero-title { font-size: clamp(2.4rem, 9vw, 3.2rem); }
    .ppf-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .ppf-stat { padding: 20px 12px; }
    .ppf-stat:nth-child(2) { border-right: none; }
    .ppf-stat:nth-child(3) { border-right: 1px solid var(--dark-border); }
    .ppf-layers { flex-direction: column; }
    .ppf-layer-arrow { transform: rotate(90deg); padding: 2px 0; }
    .ppf-feature-grid { grid-template-columns: 1fr; }
    .ppf-area-grid { grid-template-columns: 1fr; }
    .ppf-area-card--wide { grid-column: auto; }
    .ppf-type-grid { grid-template-columns: 1fr; }
    .ppf-offer-box { flex-direction: column; gap: 28px; padding: 28px 20px; }
    .ppf-offer-right { width: 100%; }
    .ppf-offer-btn { width: 100%; justify-content: center; }
    .ppf-offer-deadline { width: 100%; }
}
