﻿.pa-app-page {
    overflow-x: hidden;
    width: 100%;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #12233b;
}

    .pa-app-page .container {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .pa-app-page a {
        text-decoration: none;
    }

.pa-app-eyebrow {
    color: #1c78c0;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

    .pa-app-eyebrow i {
        margin-right: 0.35rem;
    }

.pa-app-section-head {
    max-width: 640px;
    margin: 0 auto 2.5rem;
}

.pa-app-section-title {
    font-size: 1.9rem;
    font-weight: 800;
    color: #0f2a4a;
    margin-bottom: 0.75rem;
}

.pa-app-section-sub {
    color: #5c7188;
    font-size: 1rem;
    margin-bottom: 0;
}

.pa-app-btn-yellow {
    background-color: #ffcb05;
    color: #12284C;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 0.85rem 2rem;
    border-radius: 6px;
    border: none;
    display: inline-block;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

    .pa-app-btn-yellow:hover {
        background-color: #f0bd00;
        color: #12284C;
        transform: translateY(-1px);
    }

/* ---------- App Store / Google Play badges ---------- */

.pa-app-store-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-bottom: 1.5rem;
}

.pa-app-store-badges-center {
    justify-content: center;
    margin-bottom: 2rem;
}

.pa-store-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    background-color: #12284C;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    padding: 0.55rem 1.1rem;
    font-weight: 700;
    line-height: 1.15;
    transition: transform 0.15s ease, background-color 0.2s ease;
}

    .pa-store-badge i {
        font-size: 1.6rem;
    }

    .pa-store-badge small {
        display: block;
        font-weight: 400;
        font-size: 0.65rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        opacity: 0.85;
    }

    .pa-store-badge:hover {
        background-color: #12284c;
        color: #ffffff;
        transform: translateY(-1px);
    }

.pa-store-badge-light {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.35);
}

    .pa-store-badge-light:hover {
        background-color: rgba(255, 255, 255, 0.18);
    }

/* ---------- Hero ---------- */

.pa-app-hero {
    position: relative;
    background: linear-gradient(135deg, #12284C 0%, #1b3a66 100%);
    overflow: hidden;
    padding: 2rem 0;
}

.pa-app-hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 20%, rgba(28, 120, 192, 0.35) 0%, rgba(28, 120, 192, 0) 55%), radial-gradient(circle at 10% 90%, rgba(255, 203, 5, 0.12) 0%, rgba(255, 203, 5, 0) 45%);
    z-index: 0;
}

.pa-app-hero-content {
    position: relative;
    z-index: 1;
    padding: 3.5rem 0;
}

.pa-app-hero-title {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 1.25rem;
}

.pa-app-hero-title-accent {
    color: #ffcb05;
}

.pa-app-hero-sub {
    color: #d7e4f0;
    font-size: 1.15rem;
    max-width: 480px;
    line-height: 1.6;
    margin-bottom: 1.75rem;
}

.pa-app-hero-meta {
    color: #a9c1d8;
    font-size: 0.92rem;
}

    .pa-app-hero-meta i {
        margin-right: 0.35rem;
        color: #ffcb05;
    }

.pa-app-hero-meta-divider {
    margin: 0 0.6rem;
}

/* ---------- Feature grid ---------- */

.pa-app-features {
    background-color: #ffffff;
}

.pa-app-feature-card {
    background-color: #e8f3fb;
    border-radius: 16px;
    padding: 1.9rem 1.6rem;
    height: 100%;
}

.pa-app-feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #1c78c0;
    color: #1c78c0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
}

.pa-app-feature-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f2a4a;
    margin-bottom: 0.5rem;
}

.pa-app-feature-card p {
    font-size: 0.9rem;
    color: #5c7188;
    line-height: 1.55;
    margin-bottom: 0;
}

/* ---------- Showcase rows ---------- */

.pa-app-showcase {
    background-color: #ffffff;
}

.pa-app-showcase-alt {
    background-color: #f5f9fc;
}

.pa-app-showcase-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f2a4a;
    margin-bottom: 1rem;
}

.pa-app-showcase-text {
    color: #5c7188;
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 1.25rem;
}

.pa-app-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .pa-app-checklist li {
        color: #12233b;
        font-weight: 600;
        margin-bottom: 0.75rem;
        display: flex;
        align-items: flex-start;
        gap: 0.6rem;
    }

    .pa-app-checklist i {
        color: #2fa84f;
        margin-top: 0.2rem;
    }

/* ---------- Phone mockup ---------- */

.pa-phone-stage {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 1.5rem 0;
}

.pa-phone-stage-sm {
    padding: 0.5rem 0;
}

.pa-phone-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 320px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(28, 120, 192, 0.25) 0%, rgba(28, 120, 192, 0) 70%);
    z-index: 0;
}

.pa-phone {
    position: relative;
    z-index: 1;
    width: 250px;
    height: 512px;
    background: #12284C;
    border-radius: 34px;
    padding: 10px;
    box-shadow: 0 30px 60px rgba(10, 30, 56, 0.35), 0 4px 12px rgba(10, 30, 56, 0.2);
}

.pa-phone-screenshot {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pa-phone-notch {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 18px;
    background: #12284C;
    border-radius: 0 0 12px 12px;
    z-index: 3;
}

.pa-phone-screen {
    position: relative;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 26px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.pa-phone-topbar {
    background: #0f2a4a;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 1.4rem 0.9rem 0.65rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .pa-phone-topbar i {
        color: #ffcb05;
    }

.pa-phone-topbar-title i {
    margin-right: 0.35rem;
}

.pa-phone-map {
    position: relative;
    flex: 1;
    background-color: #dfeaf3;
    overflow: hidden;
}

.pa-map-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(28, 120, 192, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(28, 120, 192, 0.12) 1px, transparent 1px);
    background-size: 26px 26px;
}

.pa-radius-ring {
    position: absolute;
    top: 55%;
    left: 45%;
    transform: translate(-50%, -50%);
    border: 1px dashed rgba(28, 120, 192, 0.4);
    border-radius: 50%;
}

.pa-radius-ring-1 {
    width: 90px;
    height: 90px;
}

.pa-radius-ring-2 {
    width: 160px;
    height: 160px;
}

.pa-pin {
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50% 50% 50% 0;
    transform: translate(-50%, -100%) rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px rgba(10, 30, 56, 0.3);
}

    .pa-pin i {
        transform: rotate(-45deg);
        font-size: 0.7rem;
        color: #ffffff;
    }

.pa-pin-you {
    top: 55%;
    left: 45%;
    background: #1c78c0;
    border: 2px solid #ffffff;
}

.pa-pin-fav {
    background: #ffcb05;
}

    .pa-pin-fav i {
        color: #12284C;
    }

.pa-pin-visited {
    background: #2fa84f;
}

.pa-pin-default {
    background: #1c78c0;
}

.pa-pin-route {
    background: #d9534f;
}

.pa-route-line {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

    .pa-route-line path {
        fill: none;
        stroke: #d9534f;
        stroke-width: 3;
        stroke-linecap: round;
        stroke-dasharray: 8 7;
    }

.pa-phone-card {
    background: #ffffff;
    border-top: 1px solid #e5edf4;
    padding: 0.75rem 0.9rem;
}

.pa-phone-card-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0f2a4a;
}

.pa-phone-card-sub {
    font-size: 0.72rem;
    color: #5c7188;
    margin-top: 0.15rem;
}

    .pa-phone-card-sub i {
        color: #1c78c0;
        margin-right: 0.25rem;
    }

.pa-phone-list {
    background: #ffffff;
    border-top: 1px solid #e5edf4;
    padding: 0.6rem 0.9rem 0.8rem;
}

.pa-phone-list-row {
    font-size: 0.78rem;
    font-weight: 600;
    color: #12233b;
    padding: 0.35rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pa-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
}

.pa-dot-fav {
    background: #ffcb05;
}

.pa-dot-visited {
    background: #2fa84f;
}

.pa-phone-bottomnav {
    background: #ffffff;
    border-top: 1px solid #e5edf4;
    padding: 0.7rem 0.9rem;
    display: flex;
    justify-content: space-between;
    color: #b7c4d1;
    font-size: 1rem;
}

.pa-nav-active {
    color: #1c78c0;
}

/* ---------- Final CTA ---------- */

.pa-app-final-cta {
    position: relative;
    background: linear-gradient(135deg, #12284C 0%, #1b3a66 100%);
    text-align: center;
    overflow: hidden;
}

.pa-app-final-cta-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(28, 120, 192, 0.3) 0%, rgba(28, 120, 192, 0) 60%);
    z-index: 0;
}

.pa-app-final-cta-content {
    position: relative;
    z-index: 1;
    padding: 4rem 1rem;
    max-width: 640px;
    margin: 0 auto;
}

.pa-app-final-cta-title {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.pa-app-final-cta-sub {
    color: #d7e4f0;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 1.75rem;
}

.pa-app-feedback {
    color: #a9c1d8;
    font-size: 0.85rem;
    margin: 1.5rem 0 0;
}

    .pa-app-feedback a {
        color: #ffcb05;
        text-decoration: underline;
    }

/* ---------- Responsive ---------- */

@media (max-width: 991.98px) {
    .pa-app-hero-title {
        font-size: 2.3rem;
    }

    .pa-phone {
        width: 220px;
        height: 452px;
    }
}

@media (max-width: 575.98px) {
    .pa-app-hero-content {
        padding: 2.5rem 0;
    }

    .pa-app-hero-title {
        font-size: 2rem;
    }

    .pa-app-store-badges {
        flex-direction: column;
    }

    .pa-store-badge {
        justify-content: center;
    }

    .pa-app-btn-yellow {
        display: block;
        width: 100%;
        text-align: center;
    }

    .pa-phone {
        width: 240px;
        height: 490px;
    }
}
