* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.purple {
    color: #5170ff !important;
}

.orange {
    color: #fd8f50 !important;
}

:root {
    --pf-purple: #5170ff;
    --pf-purple-d: #3a5ae0;
    --pf-orange: #fd8f50;
    --pf-orange-d: #e07a3a;
    --pf-dark: #1e293b;
    --pf-mid: #33485d;
    --pf-muted: #5a6a7e;
    --pf-light: #f5f8ff;
    --pf-border: #eef2f8;
    --pf-white: #ffffff;
    --pf-navy: #15233d;
    --pf-navy-d: #1e3a5f;
    --pf-green: #27ae60;
    --pf-red: #e74c3c;
}

.pf-page * {
    box-sizing: border-box;
}

.pf-page {
    font-family: 'Montserrat', -apple-system, sans-serif;
    color: var(--pf-dark);
}

.pf-page a {
    text-decoration: none;
}

.pf-page img {
    max-width: 100%;
    display: block;
}

/* ── shared section shell ── */
.pf-section {
    padding: 72px 0;
}

.pf-section--light {
    background: var(--pf-light);
}

.pf-section--white {
    background: var(--pf-white);
}

.pf-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.pf-header {
    text-align: center;
    margin-bottom: 44px;
}

.pf-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--pf-purple);
    background: rgba(81, 112, 255, .08);
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.pf-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--pf-dark);
    line-height: 1.25;
    margin-bottom: 12px;
}

.pf-desc {
    font-size: 15px;
    color: var(--pf-muted);
    line-height: 1.65;
    margin: 0 auto;
}

.pf-purple {
    color: var(--pf-purple) !important;
}

.pf-orange {
    color: var(--pf-orange) !important;
}

@media(max-width:600px) {
    .pf-title {
        font-size: 23px !important;
    }
}

/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
.pf-hero {
    position: relative;
    min-height: 78vh;
    overflow: hidden;
    background: var(--pf-navy);
}

.pf-hero .pf-video-container {
    position: absolute;
    inset: 0;
}

.pf-hero .pf-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pf-hero .pf-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .45) 55%, rgba(21, 35, 61, .9) 100%);
}

.pf-hero-content {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 90px 20px 70px;
}

.pf-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 22px;
}

.pf-breadcrumb a {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, .75);
    transition: color .2s;
}

.pf-breadcrumb a:hover {
    color: #fff;
}

.pf-breadcrumb .pf-bc-sep {
    font-size: 12px;
    color: var(--pf-orange);
}

.pf-breadcrumb .pf-bc-current {
    font-size: 12px;
    font-weight: 700;
    color: var(--pf-orange);
}

.pf-hero-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--pf-orange);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pf-hero-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 14px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, .4);
}

.pf-hero-content h4 {
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .82);
    margin-bottom: 20px;
    line-height: 1.6;
}

.pf-google-tag {
    background: var(--pf-orange);
    padding: 6px 18px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.pf-google-tag p {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.pf-trust-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
    padding: 18px;
    background: rgba(255, 255, 255, .08);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .15);
}

.pf-trust-badges .pf-tb-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, .88);
}

.pf-trust-badges .pf-tb-item i {
    font-size: 17px;
    color: var(--pf-orange);
}

@media(max-width:600px) {
    .pf-hero-content h1 {
        font-size: 2rem;
    }
}

/* ══════════════════════════════════════
   TRUST BAR
══════════════════════════════════════ */
.pf-trust-bar {
    background: #fff;
    border-bottom: 1px solid var(--pf-border);
    box-shadow: 0 2px 16px rgba(81, 112, 255, .06);
}

.pf-tb-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.pf-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 32px 22px;
    border-right: 1px solid var(--pf-border);
    transition: background .2s;
}

.pf-trust-item:last-child {
    border-right: none;
}

.pf-trust-item:hover {
    background: var(--pf-light);
}

.pf-trust-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pf-trust-icon i {
    font-size: 21px;
}

.pf-trust-icon.g {
    background: rgba(66, 133, 244, .1);
}

.pf-trust-icon.g i {
    color: #4285f4;
}

.pf-trust-icon.s {
    background: rgba(81, 112, 255, .1);
}

.pf-trust-icon.s i {
    color: var(--pf-purple);
}

.pf-trust-icon.p {
    background: rgba(39, 174, 96, .1);
}

.pf-trust-icon.p i {
    color: #27ae60;
}

.pf-trust-icon.a {
    background: rgba(253, 143, 80, .1);
}

.pf-trust-icon.a i {
    color: var(--pf-orange);
}

.pf-tb-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--pf-dark);
}

.pf-tb-sub {
    font-size: 11.5px;
    color: var(--pf-muted);
    margin-top: 2px;
}

@media(max-width:900px) {
    .pf-tb-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .pf-trust-item:nth-child(2) {
        border-right: none;
    }

    .pf-trust-item:nth-child(3) {
        border-top: 1px solid var(--pf-border);
    }

    .pf-trust-item:nth-child(4) {
        border-top: 1px solid var(--pf-border);
        border-right: none;
    }
}

@media(max-width:480px) {
    .pf-tb-inner {
        grid-template-columns: 1fr;
    }

    .pf-trust-item {
        border-right: none !important;
        border-bottom: 1px solid var(--pf-border);
    }
}

/* ══════════════════════════════════════
   QUICK FACTS STRIP (about PIA)
══════════════════════════════════════ */
.pf-facts-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-top: 36px;
}

.pf-fact-box {
    background: #fff;
    border: 1px solid var(--pf-border);
    border-radius: 16px;
    padding: 20px 14px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(30, 41, 59, .05);
}

.pf-fact-val {
    font-size: 21px;
    font-weight: 900;
    color: var(--pf-purple);
    line-height: 1.1;
}

.pf-fact-label {
    font-size: 11px;
    color: var(--pf-muted);
    margin-top: 6px;
    line-height: 1.4;
}

@media(max-width:900px) {
    .pf-facts-strip {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:560px) {
    .pf-facts-strip {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ══════════════════════════════════════
   BAN / PRIVATISATION TIMELINE
══════════════════════════════════════ */
.pf-timeline {
    position: relative;
    margin-top: 44px;
    padding-left: 26px;
    border-left: 3px solid var(--pf-border);
}

.pf-tl-item {
    position: relative;
    padding-bottom: 34px;
}

.pf-tl-item:last-child {
    padding-bottom: 0;
}

.pf-tl-dot {
    position: absolute;
    left: -35px;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--pf-purple);
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px rgba(81, 112, 255, .25);
}

.pf-tl-item.pf-tl-orange .pf-tl-dot {
    background: var(--pf-orange);
    box-shadow: 0 0 0 3px rgba(253, 143, 80, .25);
}

.pf-tl-item.pf-tl-green .pf-tl-dot {
    background: var(--pf-green);
    box-shadow: 0 0 0 3px rgba(39, 174, 96, .25);
}

.pf-tl-date {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--pf-purple);
    margin-bottom: 4px;
}

.pf-tl-item.pf-tl-orange .pf-tl-date {
    color: var(--pf-orange-d);
}

.pf-tl-item.pf-tl-green .pf-tl-date {
    color: var(--pf-green);
}

.pf-tl-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--pf-dark);
    margin-bottom: 6px;
}

.pf-tl-text {
    font-size: 13.5px;
    color: var(--pf-muted);
    line-height: 1.7;
}

/* ══════════════════════════════════════
   OWNERSHIP SPLIT BAR (Arif Habib section)
══════════════════════════════════════ */
.pf-ownership-card {
    background: #fff;
    border: 1px solid var(--pf-border);
    border-radius: 20px;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0 4px 18px rgba(30, 41, 59, .06);
}

.pf-own-bar {
    display: flex;
    height: 34px;
    border-radius: 10px;
    overflow: hidden;
    margin: 18px 0 14px;
}

.pf-own-bar span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
}

.pf-own-75 {
    width: 75%;
    background: linear-gradient(90deg, var(--pf-purple), var(--pf-purple-d));
}

.pf-own-25 {
    width: 25%;
    background: linear-gradient(90deg, var(--pf-orange), var(--pf-orange-d));
}

.pf-own-legend {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    font-size: 12.5px;
    color: var(--pf-muted);
}

.pf-own-legend span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.pf-own-dot {
    width: 11px;
    height: 11px;
    border-radius: 3px;
}

.pf-consortium-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 22px;
}

.pf-consortium-item {
    background: var(--pf-light);
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--pf-dark);
    text-align: center;
}

@media(max-width:700px) {
    .pf-consortium-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ══════════════════════════════════════
   UK ⇄ PAKISTAN ROUTE CARDS
══════════════════════════════════════ */
.pf-route-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 36px;
}

.pf-route-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--pf-border);
    box-shadow: 0 4px 18px rgba(30, 41, 59, .06);
    transition: transform .25s, box-shadow .25s;
}

.pf-route-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(81, 112, 255, .13);
}

.pf-route-card-top {
    background: linear-gradient(135deg, var(--pf-navy), var(--pf-navy-d));
    padding: 22px 22px 26px;
    color: #fff;
}

.pf-route-pair {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.pf-route-pair .code {
    font-size: 26px;
    font-weight: 900;
}

.pf-route-pair i {
    color: var(--pf-orange);
    font-size: 18px;
}

.pf-route-cities {
    font-size: 12px;
    color: rgba(255, 255, 255, .72);
    display: flex;
    justify-content: space-between;
}

.pf-route-body {
    padding: 18px 22px 22px;
}

.pf-route-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
    color: var(--pf-muted);
    margin-bottom: 12px;
}

.pf-route-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.pf-route-price {
    font-size: 20px;
    font-weight: 900;
    color: var(--pf-orange);
    margin-bottom: 12px;
}

.pf-route-price span {
    font-size: 11px;
    font-weight: 400;
    color: var(--pf-muted);
}

.pf-route-cta {
    display: block;
    text-align: center;
    background: linear-gradient(135deg, var(--pf-purple), var(--pf-purple-d));
    color: #fff;
    padding: 11px 0;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    transition: opacity .2s;
}

.pf-route-cta:hover {
    opacity: .88;
}

@media(max-width:900px) {
    .pf-route-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:600px) {
    .pf-route-grid {
        grid-template-columns: 1fr;
    }
}

/* ══════════════════════════════════════
   DOMESTIC CITY-PAIR CARDS
══════════════════════════════════════ */
.pf-domestic-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 36px;
}

.pf-domestic-card {
    background: #fff;
    border: 1px solid var(--pf-border);
    border-radius: 20px;
    padding: 26px;
    box-shadow: 0 4px 18px rgba(30, 41, 59, .05);
    transition: transform .25s, box-shadow .25s;
}

.pf-domestic-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(81, 112, 255, .11);
}

.pf-dc-route {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 18px;
}

.pf-dc-city {
    text-align: center;
}

.pf-dc-city .code {
    font-size: 24px;
    font-weight: 900;
    color: var(--pf-dark);
}

.pf-dc-city .name {
    font-size: 11px;
    color: var(--pf-muted);
    margin-top: 2px;
}

.pf-dc-plane {
    flex: 1;
    position: relative;
    height: 2px;
    background: linear-gradient(to right, var(--pf-orange), var(--pf-purple));
    max-width: 70px;
}

.pf-dc-plane i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: var(--pf-purple);
    font-size: 15px;
    padding: 2px;
}

.pf-dc-title {
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    color: var(--pf-dark);
    margin-bottom: 6px;
}

.pf-dc-desc {
    font-size: 12.5px;
    color: var(--pf-muted);
    line-height: 1.65;
    text-align: center;
    margin-bottom: 16px;
    min-height: 78px;
}

.pf-dc-meta {
    display: flex;
    justify-content: space-between;
    font-size: 11.5px;
    color: var(--pf-muted);
    border-top: 1px dashed var(--pf-border);
    padding-top: 12px;
    margin-bottom: 14px;
}

.pf-dc-meta strong {
    color: var(--pf-dark);
    display: block;
    font-size: 13px;
}

.pf-dc-cta {
    display: block;
    text-align: center;
    border: 2px solid var(--pf-purple);
    color: var(--pf-purple);
    padding: 9px 0;
    border-radius: 30px;
    font-size: 12.5px;
    font-weight: 700;
    transition: all .2s;
}

.pf-dc-cta:hover {
    background: var(--pf-purple);
    color: #fff;
}

@media(max-width:900px) {
    .pf-domestic-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:600px) {
    .pf-domestic-grid {
        grid-template-columns: 1fr;
    }
}

/* ══════════════════════════════════════
   DOMESTIC NETWORK TABLE
══════════════════════════════════════ */
.pf-table-wrap {
    margin-top: 32px;
    overflow-x: auto;
    border-radius: 16px;
    border: 1px solid var(--pf-border);
}

.pf-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.pf-table thead th {
    background: linear-gradient(135deg, var(--pf-navy), var(--pf-navy-d));
    color: #fff;
    padding: 13px 16px;
    text-align: left;
    font-weight: 700;
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.pf-table tbody tr {
    border-bottom: 1px solid var(--pf-border);
    transition: background .15s;
}

.pf-table tbody tr:hover {
    background: var(--pf-light);
}

.pf-table td {
    padding: 12px 16px;
    vertical-align: middle;
    color: var(--pf-mid);
}

.pf-table td:first-child {
    font-weight: 700;
    color: var(--pf-dark);
}

.pf-freq-pill {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 20px;
    background: rgba(39, 174, 96, .1);
    color: #1e8449;
}

/* ══════════════════════════════════════
   FLEET CARDS
══════════════════════════════════════ */
.pf-fleet-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 34px;
}

.pf-fleet-card {
    background: var(--pf-light);
    border: 1px solid var(--pf-border);
    border-radius: 18px;
    padding: 24px;
    text-align: center;
}

.pf-fleet-icon {
    font-size: 30px;
    color: var(--pf-purple);
    margin-bottom: 10px;
}

.pf-fleet-count {
    font-size: 26px;
    font-weight: 900;
    color: var(--pf-dark);
}

.pf-fleet-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--pf-mid);
    margin: 4px 0 8px;
}

.pf-fleet-use {
    font-size: 12px;
    color: var(--pf-muted);
    line-height: 1.6;
}

@media(max-width:700px) {
    .pf-fleet-grid {
        grid-template-columns: 1fr;
    }
}

/* ══════════════════════════════════════
   COMPARISON TABLE (PIA vs others)
══════════════════════════════════════ */
.pf-cmp-best {
    background: rgba(81, 112, 255, .04);
}

.pf-cmp-label {
    background: rgba(81, 112, 255, .1);
    color: var(--pf-purple);
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    margin-left: 6px;
    display: inline-block;
}

.pf-star {
    color: #f59e0b;
    font-size: 12px;
}

/* ══════════════════════════════════════
   PAA / FAQ ACCORDION
══════════════════════════════════════ */
.pf-faq-wrap {
    max-width: 1080px;
    margin: 36px auto 0;
}

.pf-faq-item {
    border: 1px solid var(--pf-border);
    border-radius: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: box-shadow .2s;
    background: #fff;
}

.pf-faq-item:hover {
    box-shadow: 0 6px 20px rgba(81, 112, 255, .08);
}

.pf-faq-q {
    width: 100%;
    padding: 16px 20px;
    background: #fff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--pf-dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    transition: background .2s;
}

.pf-faq-q:hover {
    background: var(--pf-light);
}

.pf-faq-q i {
    font-size: 18px;
    color: var(--pf-purple);
    transition: transform .3s;
    flex-shrink: 0;
}

.pf-faq-q.open {
    background: var(--pf-light);
}

.pf-faq-q.open i {
    transform: rotate(180deg);
}

.pf-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}

.pf-faq-a-inner {
    padding: 4px 20px 18px;
    font-size: 13.5px;
    color: var(--pf-muted);
    line-height: 1.75;
    border-top: 1px solid var(--pf-border);
}

.pf-faq-a-inner strong {
    color: var(--pf-dark);
}

/* ══════════════════════════════════════
   INTERNAL LINKS
══════════════════════════════════════ */
.pf-links-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 32px;
}

.pf-link-pill {
    display: block;
    text-align: center;
    padding: 13px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: var(--pf-purple);
    transition: all .22s;
}

.pf-link-pill:hover {
    background: var(--pf-purple-d);
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(81, 112, 255, .28);
}

.pf-link-pill.pf-link-alt {
    background: var(--pf-orange);
}

.pf-link-pill.pf-link-alt:hover {
    background: var(--pf-orange-d);
}

@media(max-width:900px) {
    .pf-links-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:500px) {
    .pf-links-grid {
        grid-template-columns: 1fr;
    }
}

/* ══════════════════════════════════════
   CTA
══════════════════════════════════════ */
.pf-cta-section {
    padding: 86px 0;
    background: var(--pf-navy);
    position: relative;
    overflow: hidden;
    margin: 24px;
    border-radius: 30px;
}

.pf-cta-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(81, 112, 255, .18) 0%, transparent 65%);
}

.pf-cta-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
}

.pf-cta-inner h2 {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 14px;
}

.pf-cta-inner p {
    font-size: 14.5px;
    color: rgba(255, 255, 255, .72);
    line-height: 1.65;
    margin-bottom: 32px;
}

.pf-cta-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.pf-btn-call,
.pf-btn-wa,
.pf-btn-quote {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 26px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    transition: transform .2s;
}

.pf-btn-call {
    background: linear-gradient(135deg, var(--pf-purple), var(--pf-purple-d));
    color: #fff;
}

.pf-btn-wa {
    background: #25d366;
    color: #fff;
}

.pf-btn-quote {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .3);
}

.pf-btn-call:hover,
.pf-btn-wa:hover,
.pf-btn-quote:hover {
    transform: translateY(-3px);
}

@media(max-width:600px) {
    .pf-cta-section {
        margin: 12px;
    }

    .pf-cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .pf-btn-call,
    .pf-btn-wa,
    .pf-btn-quote {
        justify-content: center;
    }
}

/* ══════════════════════════════════════
   MISC / UTILITY
══════════════════════════════════════ */
.pf-note {
    font-size: 12px;
    color: var(--pf-muted);
    text-align: center;
    margin-top: 16px;
    line-height: 1.6;
}

.pf-tab-buttons {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 26px;
    flex-wrap: wrap;
}

.pf-tab-btn {
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 12.5px;
    font-weight: 700;
    border: 1.5px solid var(--pf-border);
    background: #fff;
    color: var(--pf-muted);
    cursor: pointer;
    transition: all .2s;
    font-family: 'Montserrat', sans-serif;
}

.pf-tab-btn.active,
.pf-tab-btn:hover {
    background: var(--pf-orange);
    color: #fff;
    border-color: var(--pf-orange);
}

.pf-tab-panel {
    display: none;
}

.pf-tab-panel.active {
    display: block;
}