/* ================================================
   SHARED PRODUCT PAGE STYLES
   Brand: #e74860 (rose), #18455d (navy)
   All product pages (Assist, Analytics, etc.) use this
   ================================================ */

/* ---- HERO ---- */
.pp-hero {
    background: #18455d;
    padding: 140px 0 80px;
    position: relative;
    overflow: hidden;
}
.pp-hero::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 400px;
    height: 400px;
    background: rgba(231, 72, 96, 0.08);
    border-radius: 50%;
    pointer-events: none;
}
.pp-hero::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -60px;
    width: 280px;
    height: 280px;
    background: rgba(231, 72, 96, 0.06);
    border-radius: 50%;
    pointer-events: none;
}
.pp-hero-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #e74860;
    padding: 6px 16px;
    background: rgba(231, 72, 96, 0.12);
    border: 1px solid rgba(231, 72, 96, 0.2);
    border-radius: 20px;
    margin-bottom: 20px;
}
.pp-hero-title {
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 20px;
}
.pp-hero-text {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.75;
    margin-bottom: 30px;
    max-width: 520px;
}
.pp-hero-highlight {
    display: inline-flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.pp-hero-highlight span {
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
    padding: 5px 14px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.pp-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* ---- BUTTONS ---- */
.pp-btn-primary {
    background: #e74860;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(231, 72, 96, 0.3);
}
.pp-btn-primary:hover {
    background: #d43a52;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(231, 72, 96, 0.35);
}
.pp-btn-outline {
    background: transparent;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}
.pp-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
    color: #ffffff;
}
.pp-btn-outline-dark {
    background: transparent;
    color: #18455d;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 8px;
    border: 2px solid #18455d;
    transition: all 0.3s ease;
}
.pp-btn-outline-dark:hover {
    background: #18455d;
    color: #ffffff;
}
.pp-btn-lg {
    padding: 14px 36px;
    font-size: 1rem;
}

/* ---- HERO FORM ---- */
.pp-form-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 36px 32px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}
.pp-form-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #18455d;
    margin-bottom: 4px;
}
.pp-form-subtitle {
    font-size: 0.9rem;
    color: #7a8d9e;
    margin-bottom: 24px;
}
.pp-form-group {
    margin-bottom: 16px;
}
.pp-form-input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #18455d;
    background: #f9fafb;
    transition: all 0.25s ease;
}
.pp-form-input:focus {
    outline: none;
    border-color: #e74860;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(231, 72, 96, 0.1);
}
.pp-form-input::placeholder { color: #a0aec0; }
.pp-form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.82rem;
    color: #7a8d9e;
    cursor: pointer;
}
.pp-form-checkbox input[type="checkbox"] {
    margin-top: 3px;
    accent-color: #e74860;
}
.pp-form-checkbox a {
    color: #e74860;
    text-decoration: none;
}
.pp-form-checkbox a:hover { text-decoration: underline; }
.pp-btn-submit {
    width: 100%;
    height: 48px;
    background: #e74860;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.pp-btn-submit:hover {
    background: #d43a52;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(231, 72, 96, 0.3);
}

/* ---- SECTION HEADINGS ---- */
.pp-section-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #e74860;
    margin-bottom: 12px;
}
.pp-section-label-light {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgba(231, 72, 96, 0.8);
    margin-bottom: 12px;
}
.pp-section-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #18455d;
    margin-bottom: 16px;
}
.pp-section-desc {
    font-size: 1rem;
    line-height: 1.75;
    color: #6b7a8d;
    max-width: 700px;
    margin: 0 auto;
}
.pp-section-desc-light {
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.7);
    max-width: 700px;
    margin: 0 auto;
}
.pp-divider {
    width: 50px;
    height: 3px;
    background: #e74860;
    margin: 0 auto;
    border-radius: 2px;
}

/* ---- SECTIONS ---- */
.pp-section {
    padding: 80px 0;
    background: #ffffff;
}
.pp-section-alt {
    padding: 80px 0;
    background: #f7f9fc;
}
.pp-section-dark {
    padding: 80px 0;
    background: #18455d;
}
.pp-section-dark .pp-section-heading {
    color: #ffffff;
}

/* ---- FEATURE IMAGE ---- */
.pp-feature-img {
    max-width: 580px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 16px 48px rgba(24, 69, 93, 0.1);
}

/* ---- FEATURE CARDS ---- */
.pp-feature-card {
    background: #ffffff;
    border: 1px solid #eaeef3;
    border-radius: 10px;
    padding: 30px 24px;
    height: 100%;
    transition: all 0.35s ease;
    overflow: hidden;
    position: relative;
}
.pp-feature-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #e74860;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.35s ease;
}
.pp-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(24, 69, 93, 0.08);
    border-color: rgba(231, 72, 96, 0.15);
}
.pp-feature-card:hover::before {
    transform: scaleX(1);
}
.pp-feature-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #fef2f4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 1.3rem;
    color: #e74860;
    transition: all 0.35s ease;
}
.pp-feature-card-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.pp-feature-card:hover .pp-feature-card-icon {
    background: #e74860;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(231, 72, 96, 0.25);
}
.pp-feature-card:hover .pp-feature-card-icon img {
    filter: brightness(0) invert(1);
}
.pp-feature-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #18455d;
    margin-bottom: 8px;
}
.pp-feature-card p {
    font-size: 0.88rem;
    line-height: 1.65;
    color: #6b7a8d;
    margin-bottom: 0;
}

/* ---- BENEFIT CARDS (icon + title + desc) ---- */
.pp-benefit-card {
    background: #ffffff;
    border: 1px solid #eaeef3;
    border-radius: 10px;
    padding: 30px 24px;
    height: 100%;
    transition: all 0.35s ease;
}
.pp-benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(24, 69, 93, 0.08);
    border-color: rgba(231, 72, 96, 0.15);
}
.pp-benefit-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #fef2f4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 1.3rem;
    color: #e74860;
    transition: all 0.35s ease;
}
.pp-benefit-card:hover .pp-benefit-icon {
    background: #e74860;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(231, 72, 96, 0.25);
}
.pp-benefit-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #18455d;
    margin-bottom: 8px;
}
.pp-benefit-card p {
    font-size: 0.88rem;
    line-height: 1.65;
    color: #6b7a8d;
    margin-bottom: 0;
}

/* ---- CONTENT ROW (image + text side by side) ---- */
.pp-content-row {
    padding: 80px 0;
}
.pp-content-row:nth-child(even) {
    background: #f7f9fc;
}
.pp-content-img {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 12px 36px rgba(24, 69, 93, 0.08);
}
.pp-content-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    background: #e74860;
    padding: 5px 14px;
    border-radius: 6px;
    margin-bottom: 14px;
}
.pp-content-badge-alt {
    background: #18455d;
}
.pp-content-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #18455d;
    margin-bottom: 14px;
}
.pp-content-text {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #6b7a8d;
    margin-bottom: 20px;
}

/* ---- STATS ROW ---- */
.pp-stats {
    padding: 60px 0;
    background: #f7f9fc;
}
.pp-stat-item {
    text-align: center;
    padding: 20px;
}
.pp-stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #18455d;
    line-height: 1.2;
}
.pp-stat-label {
    font-size: 0.9rem;
    color: #7a8d9e;
    font-weight: 500;
    margin-top: 4px;
}
.pp-stat-icon {
    font-size: 2rem;
    color: #e74860;
    margin-bottom: 10px;
}

/* ---- USE CASE CARDS (colored blocks) ---- */
.pp-usecase-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 32px 28px;
    height: 100%;
    border: 1px solid #eaeef3;
    transition: all 0.35s ease;
}
.pp-usecase-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(24, 69, 93, 0.08);
}
.pp-usecase-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #18455d;
    margin-bottom: 10px;
}
.pp-usecase-card p {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #6b7a8d;
    margin-bottom: 0;
}

/* ---- CHECK LIST ---- */
.pp-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pp-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    font-size: 0.92rem;
    color: #4a5568;
}
.pp-checklist li i {
    color: #e74860;
    font-size: 1.1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

/* ---- PRICING SECTION ---- */
.pp-pricing {
    padding: 80px 0;
    background: #18455d;
}
.pp-price-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.35s ease;
}
.pp-price-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.pp-price-card-featured {
    border: 2px solid #e74860;
}
.pp-price-popular {
    background: #e74860;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    padding: 8px 0;
}
.pp-price-header {
    padding: 28px 24px 20px;
    text-align: center;
    border-bottom: 1px solid #f0f3f7;
}
.pp-price-header h4 {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6b7a8d;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.pp-price-amount {
    font-size: 2.8rem;
    font-weight: 800;
    color: #18455d;
    line-height: 1.1;
}
.pp-price-currency {
    font-size: 1.2rem;
    font-weight: 600;
    vertical-align: top;
    position: relative;
    top: 8px;
    margin-right: 2px;
}
.pp-price-period {
    font-size: 0.78rem;
    color: #7a8d9e;
    margin-top: 6px;
    margin-bottom: 0;
}
.pp-price-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.pp-price-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    flex: 1;
}
.pp-price-features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 5px 0;
    font-size: 0.85rem;
    color: #4a5568;
}
.pp-price-features li i {
    color: #22c55e;
    font-size: 1rem;
    margin-top: 2px;
    flex-shrink: 0;
}
.pp-price-features li strong {
    color: #e74860;
    font-size: 0.82rem;
}
.pp-price-btn {
    width: 100%;
    padding: 12px 24px;
    background: transparent;
    color: #18455d;
    font-weight: 600;
    border: 2px solid #18455d;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-align: center;
    display: block;
}
.pp-price-btn:hover {
    background: #18455d;
    color: #ffffff;
}
.pp-price-btn-featured {
    width: 100%;
    padding: 12px 24px;
    background: #e74860;
    color: #ffffff;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(231, 72, 96, 0.25);
    text-align: center;
    display: block;
}
.pp-price-btn-featured:hover {
    background: #d43a52;
    color: #ffffff;
    transform: translateY(-2px);
}

/* ---- CTA SECTION ---- */
.pp-cta {
    padding: 80px 0;
    background: #f7f9fc;
}
.pp-cta-box {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}
.pp-cta-box h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #18455d;
    margin-bottom: 12px;
}
.pp-cta-box p {
    font-size: 1rem;
    color: #6b7a8d;
    margin-bottom: 28px;
}
.pp-cta-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ---- PARTNER LOGOS ---- */
.pp-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 30px 0;
}
.pp-logos img {
    height: 30px;
    opacity: 0.5;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}
.pp-logos img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* ---- PLATFORM ICONS ---- */
.pp-platforms {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.pp-platform-icon {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eaeef3;
    transition: all 0.3s ease;
}
.pp-platform-icon:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(24, 69, 93, 0.08);
}
.pp-platform-icon img {
    max-width: 44px;
    max-height: 44px;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 991px) {
    .pp-hero { padding: 120px 0 60px; }
    .pp-hero-title { font-size: 2.4rem; }
    .pp-section, .pp-section-alt, .pp-section-dark,
    .pp-content-row, .pp-pricing, .pp-cta { padding: 60px 0; }
    .pp-content-title { font-size: 1.5rem; }
}
@media (max-width: 767px) {
    .pp-hero { padding: 110px 0 50px; text-align: center; }
    .pp-hero-title { font-size: 2rem; }
    .pp-hero-text { max-width: 100%; }
    .pp-hero-actions, .pp-hero-highlight { justify-content: center; }
    .pp-section-heading { font-size: 1.6rem; }
    .pp-form-card { padding: 28px 22px; }
    .pp-cta-box h2 { font-size: 1.5rem; }
    .pp-stats { padding: 40px 0; }
    .pp-stat-number { font-size: 2rem; }
}
