/* ═══════════════════════════════════════════════════════════
   Power Package — Page Styles
   ═══════════════════════════════════════════════════════════ */

/* ─── GLOBAL BUTTON CENTERING ─── */
.pp-page .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* ─── HERO ─── */
.pp-hero {
    padding: clamp(120px, 14vw, 180px) 0 clamp(60px, 8vw, 100px);
    background: #fff;
    overflow: hidden;
}

.pp-hero-content {
    padding-right: 40px;
}

.pp-hero-kicker {
    display: inline-block;
    margin-bottom: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--ls-color-light-green);
}

.pp-hero-title {
    margin: 0 0 24px;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(36px, 4.4vw, 54px);
    font-weight: 700;
    line-height: 1.2;
    color: #182f22;
}

.pp-hero-highlight {
    margin: 0 0 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--ls-color-text);
}

.pp-hero-desc {
    margin: 0 0 28px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ls-color-text);
    max-width: 514px;
}

.pp-hero-actions {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.pp-hero-image {
    position: relative;
    text-align: center;
}

.pp-hero-image > img {
    max-width: 100%;
    height: auto;
}

/* ─── TRUST BAR ─── */
.pp-trust-bar {
    padding: 0;
    margin-top: -20px;
    position: relative;
    z-index: 2;
}

.pp-trust-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 40px 56px;
    background: #132717;
    border-radius: 48px;
    text-align: center;
}

.pp-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1;
}

.pp-trust-stat {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
    color: var(--ls-color-light-green);
}

.pp-trust-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(60%) sepia(26%) saturate(720%) hue-rotate(79deg) brightness(98%) contrast(87%);
}

.pp-trust-item strong {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    color: #fff;
}

.pp-trust-sub {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.8);
}

/* ─── WHAT'S INCLUDED CARDS ─── */
.pp-included {
    padding: clamp(64px, 8vw, 96px) 0;
}

.pp-included .section-title {
    margin-bottom: 48px;
}

.pp-card {
    height: 100%;
    border: 1.5px solid rgba(0, 0, 0, 0.14);
    border-radius: 24px;
    background: #eef2f0;
    overflow: hidden;
    padding: 9px;
}

.pp-card-image {
    height: 230px;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.pp-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pp-card-body {
    padding: 24px;
}

.pp-card-body h3 {
    margin: 0 0 9px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #182f22;
}

.pp-card-body p {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ls-color-text);
}

/* ─── WHO IT'S FOR ─── */
.pp-who {
    padding: clamp(64px, 8vw, 96px) 0;
    background: #fff;
}

.pp-who .section-title {
    margin-bottom: 16px;
}

.pp-who-highlight {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--ls-color-text);
    margin-bottom: 12px;
}

.pp-who-body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ls-color-text);
    max-width: 579px;
    margin: 0 auto;
}

/* ─── HOW IT WORKS ─── */
.pp-how-it-works {
    padding: clamp(64px, 8vw, 96px) 0;
    background: #fff;
}

.pp-how-it-works .section-title {
    margin-bottom: 12px;
}

.pp-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ls-color-text);
    max-width: 504px;
    margin: 0 auto 48px;
}

/* Pipe diagram */
.pp-flow-diagram {
    max-width: 1072px;
    margin: 0 auto;
}

.pp-pipe-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.pp-pipe-arrow {
    flex-shrink: 0;
}

.pp-pipe-track {
    position: relative;
    flex: 1;
    height: 55px;
}

.pp-pipe-img {
    width: 100%;
    height: 100%;
    display: block;
}

/* Step labels below pipe */
.pp-flow-labels {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}

.pp-flow-label h3 {
    margin: 0 0 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    color: var(--ls-color-text);
}

.pp-flow-label p {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ls-color-text);
}

/* ─── FEATURE PANELS ─── */
.pp-features {
    padding: clamp(64px, 8vw, 96px) 0;
    background: #fff;
}

.pp-feature-panel {
    margin-bottom: clamp(48px, 6vw, 80px);
}

.pp-feature-panel:last-child {
    margin-bottom: 0;
}

.pp-feature-image {
    border-radius: 42px;
    overflow: hidden;
    background: #e8e8e8;
    aspect-ratio: 466 / 489;
}

.pp-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pp-feature-body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ls-color-text);
    max-width: 436px;
}

/* ─── WHAT YOU'LL NOTICE (RESULTS) ─── */
.pp-results {
    padding: clamp(64px, 8vw, 96px) 0;
    background: #fff;
}

.pp-results .section-title {
    margin-bottom: 48px;
}

.pp-results-image {
    border-radius: 42px;
    overflow: hidden;
    background: #e8e8e8;
    aspect-ratio: 613 / 840;
}

.pp-results-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pp-results-block {
    margin-bottom: 48px;
}

.pp-results-block:last-child {
    margin-bottom: 0;
}

.pp-results-subtitle {
    margin: 0 0 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
    color: var(--ls-color-text);
}

.pp-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pp-check-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ls-color-text);
}

.pp-check-list li:last-child {
    margin-bottom: 0;
}

.pp-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--ls-color-light-green);
}

/* ─── SECONDARY TRUST BAR ─── */
.pp-trust-bar-secondary {
    padding: clamp(40px, 5vw, 64px) 0;
    background: #fff;
}

.pp-trust-secondary-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    padding: 40px 56px;
    background: #132717;
    border-radius: 48px;
    text-align: center;
}

.pp-trust-bar-secondary .pp-trust-stat {
    color: var(--ls-color-light-green);
}

.pp-trust-bar-secondary .pp-trust-item strong {
    color: #fff;
}

/* ─── SPECIFICATIONS ─── */
.pp-specs {
    padding: clamp(64px, 8vw, 96px) 0;
    background: #fff;
}

.pp-specs .section-title {
    margin-bottom: 32px;
}

.pp-specs-table-wrap {
    max-width: 670px;
    margin: 0 auto;
    background: #eef2f0;
    border-radius: 48px;
    padding: 12px;
}

.pp-specs-table {
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
}

.pp-specs-table th,
.pp-specs-table td {
    padding: 16px 24px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
}

.pp-specs-table th {
    width: 35%;
    font-weight: 700;
    color: #101828;
    background: rgba(250, 250, 250, 0.98);
}

.pp-specs-table td {
    font-weight: 400;
    color: #667085;
    background: rgba(250, 250, 250, 0.98);
}

.pp-specs-table tr:nth-child(even) th,
.pp-specs-table tr:nth-child(even) td {
    background: #eef2f0;
}

.pp-specs-note {
    margin-top: 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ls-color-muted);
}

/* ─── TESTIMONIALS ─── */
.pp-testimonials {
    padding: clamp(64px, 8vw, 96px) 0;
    background: #fff;
}

.pp-testimonials .section-title {
    margin-bottom: 48px;
}

.pp-testimonial-card {
    height: 100%;
    padding: 32px;
    background: #eef2f0;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pp-testimonial-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.pp-testimonial-info {
    display: flex;
    flex-direction: column;
}

.pp-testimonial-name {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #1f2937;
}

.pp-testimonial-location {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: var(--ls-color-light-green);
}

.pp-testimonial-stars {
    font-size: 17px;
    color: var(--ls-color-light-green);
    letter-spacing: 2px;
}

.pp-testimonial-quote {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ls-color-text);
}

/* ─── FAQ ─── */
.pp-faq {
    padding: clamp(64px, 8vw, 96px) 0;
    background: #fff;
}

.pp-faq-title {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(32px, 4vw, 40px);
    font-weight: 700;
    line-height: 1.2;
    color: #182f22;
    margin: 0;
}

.pp-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pp-faq-item {
    background: #f9f9f9;
    border-radius: 32px;
    padding: 24px;
    border: 2px solid rgba(0, 0, 0, 0.05);
}

.pp-faq-item[open] .pp-faq-icon::after {
    content: "−";
}

.pp-faq-item:not([open]) .pp-faq-icon::after {
    content: "+";
}

.pp-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    list-style: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    color: #182f22;
}

.pp-faq-question::-webkit-details-marker {
    display: none;
}

.pp-faq-question::marker {
    content: "";
}

.pp-faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 300;
    color: #182f22;
    line-height: 1;
}

.pp-faq-answer {
    margin: 12px 0 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ls-color-text);
    padding-right: 40px;
}

/* ─── CONSULTATION FORM ─── */
.pp-consultation {
    padding: clamp(64px, 8vw, 96px) 0;
    background: #fff;
}

.pp-consultation-wrapper {
    display: flex;
    align-items: center;
    gap: 52px;
    background: linear-gradient(44deg, #9d2103 12%, #ca2c06 100%);
    border-radius: 64px;
    padding: 48px 12px 12px 48px;
    position: relative;
    min-height: 530px;
}

.pp-consultation-content {
    flex: 1;
    padding-right: 20px;
}

.pp-consultation-title {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
    margin: 0 0 16px;
    letter-spacing: -1px;
    max-width: 494px;
}

.pp-consultation-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: #fff;
    max-width: 446px;
    letter-spacing: -0.3px;
}

.pp-form-card {
    flex-shrink: 0;
    width: 510px;
    background: #f6f6f6;
    border-radius: 52px;
    padding: 44px;
    box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.pp-input {
    display: block;
    width: 100%;
    height: 48px;
    padding: 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: #182f22;
    background: #fff;
    border: 2px solid #d3d3d3;
    border-radius: 10px;
    outline: none;
    transition: border-color 0.2s ease;
}

.pp-input::placeholder {
    color: #afafaf;
}

.pp-input:focus {
    border-color: #9d2103;
}

.pp-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23afafaf' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
}

.pp-textarea {
    height: 119px;
    resize: vertical;
}

.pp-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background: linear-gradient(90deg, #9d2103, #ca2c06);
    border: 3px solid #df585d;
    border-radius: 444px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.pp-submit-btn:hover {
    opacity: 0.9;
    color: #fff;
}

.pp-form .row {
    --bs-gutter-y: 15px;
    --bs-gutter-x: 15px;
}

/* ─── RELATED PRODUCTS ─── */
.pp-related {
    padding: clamp(64px, 8vw, 96px) 0;
    background: #fff;
}

.pp-related .section-title {
    margin-bottom: 8px;
}

.pp-related .pp-subtitle {
    margin-bottom: 32px;
}

.pp-related-card {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px;
    background: #eef2f0;
    border: 1.5px solid rgba(0, 0, 0, 0.14);
    border-radius: 24px;
    height: 100%;
}

.pp-related-image {
    flex: 0 0 268px;
    width: 268px;
    height: 268px;
    border-radius: 18px;
    overflow: hidden;
    background: #63aa5a;
}

.pp-related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pp-related-body {
    flex: 1;
}

.pp-related-body h3 {
    margin: 0 0 9px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    color: #182f22;
}

.pp-related-body p {
    margin: 0 0 18px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ls-color-text);
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 991.98px) {
    .pp-hero {
        padding: 110px 0 48px;
    }

    .pp-hero-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .pp-hero-image {
        max-width: 480px;
        margin: 0 auto;
    }

    .pp-trust-inner {
        flex-wrap: wrap;
        gap: 28px 16px;
        padding: 32px 28px;
        border-radius: 32px;
    }

    .pp-trust-item {
        flex: 0 0 calc(50% - 8px);
    }

    .pp-flow-labels {
        gap: 12px;
    }

    .pp-flow-label p {
        font-size: 14px;
    }

    .pp-feature-image {
        aspect-ratio: 4 / 3;
        border-radius: 28px;
        margin-bottom: 28px;
    }

    .pp-results-image {
        aspect-ratio: 4 / 3;
        border-radius: 28px;
        margin-bottom: 32px;
    }

    .pp-trust-secondary-inner {
        flex-wrap: wrap;
        gap: 24px;
        padding: 32px 28px;
        border-radius: 32px;
    }

    .pp-trust-secondary-inner .pp-trust-item {
        flex: 0 0 calc(50% - 12px);
    }

    .pp-related-card {
        flex-direction: column;
    }

    .pp-related-image {
        flex: none;
        width: 100%;
        height: 200px;
    }

    .pp-form-card {
        padding: 32px 24px;
        width: 100%;
        border-radius: 36px;
    }

    .pp-consultation-wrapper {
        flex-direction: column;
        padding: 40px 12px 12px;
        border-radius: 36px;
        gap: 32px;
    }

    .pp-consultation-content {
        padding: 0 24px;
    }

    .pp-faq-title {
        margin-bottom: 32px;
    }
}

@media (max-width: 767.98px) {
    .pp-hero {
        padding: 100px 0 36px;
    }

    .pp-hero-title {
        font-size: clamp(28px, 9vw, 40px);
    }

    .pp-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .pp-trust-inner {
        border-radius: 24px;
        padding: 24px 20px;
    }

    .pp-trust-item {
        flex: 0 0 100%;
    }

    .pp-flow-labels {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .pp-pipe-row {
        overflow-x: auto;
    }

    .pp-pipe-track {
        min-width: 600px;
    }

    .pp-specs-table-wrap {
        border-radius: 24px;
        padding: 8px;
    }

    .pp-specs-table {
        border-radius: 16px;
    }

    .pp-specs-table th,
    .pp-specs-table td {
        padding: 12px 16px;
        font-size: 13px;
    }

    .pp-specs-table th {
        width: 40%;
    }

    .pp-trust-secondary-inner {
        border-radius: 24px;
        padding: 24px 20px;
    }

    .pp-trust-secondary-inner .pp-trust-item {
        flex: 0 0 100%;
    }

    .pp-related-image {
        height: 180px;
    }

    .pp-form-card {
        padding: 24px 16px;
        border-radius: 24px;
    }

    .pp-consultation-wrapper {
        border-radius: 24px;
        padding: 32px 8px 8px;
    }

    .pp-testimonial-card {
        padding: 24px;
    }
}

/* === FAQ ICON STANDARDIZATION → down chevron (was "+" text in .pp-faq-icon ; rotates on open) 2026-06-17 === */
.pp-faq-icon {
    font-size: 0 !important;
    width: 22px !important;
    height: 22px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%230A1013' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    transition: transform 0.2s ease !important;
}
.pp-faq-item[open] .pp-faq-icon {
    transform: rotate(180deg) !important;
}
