body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', sans-serif;
}

h3 {
    margin-bottom: 25px;
}

html {
    background-color: #f8f8f8;
}

/* Design tokens (additive) */
:root {
    --pcp-bg-dark: #0d2218;
    --pcp-bg-hero: #0f2b1f;
    --pcp-surface: #ffffff;
    --pcp-text: #232323;
    --pcp-text-muted: #6b7280;
    --pcp-primary: #1d612e;
    --pcp-primary-strong: #0aa361;
    --pcp-accent: #16a34a;
    --pcp-border: #e5e7eb;
    --pcp-shadow: 0 8px 24px rgba(0,0,0,0.08);
    --pcp-radius: 12px;
}

a,
a:hover,
a:focus {
    color: #53b06c;
    text-decoration: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #e5f6ea;
    background: linear-gradient(135deg, #0a1810 0%, #0d2218 50%, #0a1810 100%);
    /* Removed background-attachment: fixed to reduce Windows GPU load */
    font-size: 16px;
    line-height: 27px;
    min-height: 100vh;
}

.masthead {
    background: linear-gradient(180deg, #1d612e 0%, #14421f 100%);
    /* backdrop-filter removed for Windows Chrome performance */
    color: #d8eada;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0;
    /* border-bottom removed to allow seamless background extension */
}

/* Free Trial Banner */
.free-trial-banner {
    background: #ffffff;
    /* border-bottom removed to allow seamless background extension */
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.free-trial-banner h2,
.free-trial-banner .text-black {
    color: #000000 !important;
}

.free-trial-banner .btn-header-download-green {
    transition: all 0.2s ease;
}

.free-trial-banner .btn-header-download-green:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(29, 97, 46, 0.3);
}

/* Hero Section Styles */
.hero-headline {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
}

.hero-subheadline {
    color: #d8eada;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.version-badge-hero {
    /* Animation removed to improve Windows performance */
}

.version-8-highlight {
    background: linear-gradient(135deg, rgba(29, 97, 46, 0.95) 0%, rgba(20, 66, 31, 0.95) 100%);
    border: 2px solid rgba(255,255,255,0.1);
    /* backdrop-filter removed for Windows Chrome performance */
}

.v8-feature {
    transition: all 0.3s ease;
}

.v8-feature:hover {
    background: rgba(255,255,255,0.15) !important;
    transform: translateX(10px);
}

.hero-buttons-section {
    max-width: 600px;
    margin: 0 auto;
}

/* Hero section layout */
.pcp-hero {
    text-align: center;
}

.pcp-hero .row:first-child {
    /* Top row with header/subheader/pills - full width, centered */
    margin-bottom: 2rem;
}

.pcp-hero .row:last-child {
    /* Bottom row with video and buttons - 2/3-1/3 split */
    align-items: flex-start;
}

.pcp-hero-headline,
.pcp-hero-sub,
.pcp-hero-version {
    text-align: center;
}

.pcp-pill-container {
    justify-content: center;
}

@media (max-width: 991px) {
    .pcp-hero .row:last-child {
        align-items: center;
    }
    
    .hero-buttons-section {
        max-width: 100%;
        margin-top: 2rem;
    }
    
    /* Make video/image centered on mobile */
    .pcp-hero .col-lg-8 > div {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Network graphics - single row */
.logos.logos-single-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.logos.logos-single-row .network-logo {
    max-height: 35px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .logos.logos-single-row .network-logo {
        max-height: 30px;
    }
}

.buttons-hero {
    width: 100%;
}

.hero-screenshot-placeholder {
    background: linear-gradient(135deg, rgba(29, 97, 46, 0.8) 0%, rgba(20, 66, 31, 0.8) 100%);
    border: 2px dashed rgba(255,255,255,0.3);
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* backdrop-filter removed for Windows Chrome performance */
}

@media (max-width: 991px) {
    .hero-headline {
        font-size: 2rem;
    }
    .hero-subheadline {
        font-size: 1rem !important;
    }
    .v8-feature:hover {
        transform: translateX(0);
    }
}

/* Content Sections with Better Contrast */
.pcp-features-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #212529;
}

.pcp-features-section h2 {
    color: #1d612e;
    font-weight: 700;
}

.pcp-features-section .feature {
    color: #212529;
}

.pcp-sharkscope-section {
    background: linear-gradient(135deg, #1d612e 0%, #14421f 100%);
    color: #e5f6ea;
}

.pcp-sharkscope-section h2,
.pcp-sharkscope-section h4 {
    color: #ffffff;
}

.pcp-sharkscope-section p {
    color: #d8eada;
}

.sharkscope-placeholder {
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pcp-screenshots-section {
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
    color: #212529;
}

.pcp-screenshots-section h2 {
    color: #1d612e;
    font-weight: 700;
}

.screenshot-card {
    background: #ffffff;
    border: 1px solid #dee2e6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.screenshot-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15) !important;
}

.screenshot-card h3 {
    color: #1d612e;
    font-weight: 600;
}

.screenshot-card p {
    color: #495057;
}

.testimonial {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #1d612e;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.testimonial p {
    color: #212529;
}

.testimonial .author {
    color: #1d612e;
}

/* Standard Footer */
.pcp-standard-footer {
    background: linear-gradient(135deg, #0a1810 0%, #0d2218 100%);
    border-top: 1px solid rgba(255,255,255,0.1);
}

.pcp-standard-footer a {
    transition: color 0.2s ease;
}

.pcp-standard-footer a:hover {
    color: #ffffff !important;
}

/* Testimonials Page Styling */
.pcp-testimonials-page {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 60vh;
}

.pcp-testimonials-page h1 {
    color: #1d612e;
    font-weight: 700;
}

.pcp-testimonials-page .testimonial {
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #1d612e;
    margin-bottom: 25px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    color: #212529;
}

.pcp-testimonials-page .testimonial .author {
    color: #1d612e;
    font-weight: 600;
    margin-top: 15px;
}

/* Articles Page Styling */
.pcp-articles-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 60vh;
}

.pcp-articles-section h1 {
    color: #1d612e;
    font-weight: 700;
}

.pcp-articles-section .lead {
    color: #495057;
}

.pcp-articles-section h2 {
    color: #1d612e;
    font-weight: 600;
}

.article-card {
    background: #ffffff;
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15) !important;
    border-color: #1d612e;
}

.article-card h3 {
    color: #212529;
    font-weight: 600;
}

.article-category {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.article-card .btn {
    margin-top: auto;
}

/* Small Stakes Promotion Box */
.small-stakes-promo {
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
    border: 2px solid rgba(255,255,255,0.2);
    /* backdrop-filter removed for Windows Chrome performance */
    transition: all 0.3s ease;
}

.small-stakes-promo:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 28px rgba(0,0,0,0.3) !important;
}

.small-stakes-price {
    font-size: 1.2rem;
}

/* Value Rosette Badge - Cleaner Design */
.pcp-value-rosette-float {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
}

.pcp-value-rosette {
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, #fbbf24 0%, #f59e0b 70%, #d97706 100%);
    border-radius: 50%;
    border: 4px solid #fef3c7;
    box-shadow: 0 5px 25px rgba(251, 191, 36, 0.7),
                inset 0 2px 10px rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    /* animation removed for Windows Chrome performance */
}

.rosette-inner {
    text-align: center;
    line-height: 1.2;
    padding: 10px;
}

.rosette-top {
    font-size: 11px;
    font-weight: 700;
    color: #78350f;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
}

.rosette-middle {
    font-size: 24px;
    font-weight: 900;
    color: #78350f;
    letter-spacing: 1px;
    display: block;
    margin: 2px 0;
    text-transform: uppercase;
}

.rosette-bottom {
    font-size: 9px;
    font-weight: 600;
    color: #92400e;
    letter-spacing: 0.5px;
    display: block;
    text-transform: uppercase;
}

/* gentle-pulse animation removed for Windows Chrome performance
@keyframes gentle-pulse {
    0%, 100% { 
        transform: scale(1) rotate(0deg);
        box-shadow: 0 4px 20px rgba(251, 191, 36, 0.6),
                    inset 0 2px 10px rgba(255, 255, 255, 0.3);
    }
    50% { 
        transform: scale(1.05) rotate(2deg);
        box-shadow: 0 6px 30px rgba(251, 191, 36, 0.8),
                    inset 0 2px 10px rgba(255, 255, 255, 0.4);
    }
}
*/

@media (max-width: 768px) {
    .pcp-value-rosette-float {
        position: static;
        text-align: center;
        margin-bottom: 20px;
    }
    .pcp-value-rosette {
        width: 100px;
        height: 100px;
    }
    .rosette-middle {
        font-size: 20px;
    }
}

/* New hero section for pricing page */
.pcp-hero {
    background: var(--pcp-bg-hero);
    color: #e5f6ea;
    border-radius: 20px;
    padding: 48px 32px;
    position: relative;
    overflow: hidden;
}

/* Background decorations removed - keeping simple color background */

.pcp-hero-version {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #16a34a;
}

.pcp-hero-headline {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 0 12px 0;
    font-family: "Corbel Light", "Corbel", "Candara", "Segoe UI", "Trebuchet MS", "Lato", "Source Sans Pro", "Open Sans", sans-serif;
    color: #fff;
}

.pcp-title-poker,
.pcp-title-version {
    color: #FFB347;
    font-weight: 300;
}

.pcp-title-copilot {
    color: #fff;
    font-weight: 300;
}

.pcp-hero .pcp-hero-sub {
    color: #c9e9d4;
    margin-bottom: 24px;
    font-size: 16px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.pcp-pill-group {
    display: inline-flex;
    gap: 8px;
    background: transparent;
    border-radius: 999px;
    padding: 6px;
}

.pcp-pill-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}

.pcp-pill {
    border: 1px solid var(--pcp-accent);
    background: var(--pcp-accent);
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
    display: inline-block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pcp-pill:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(29, 97, 46, 0.3);
}

/* Link styling for pills */
a.pcp-pill {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

a.pcp-pill:hover {
    text-decoration: none;
    color: inherit;
}

/* Responsive adjustments for pills */
@media (max-width: 768px) {
    .pcp-pill-container {
        gap: 0.4rem;
    }
    
    .pcp-pill {
        padding: 0.4rem 0.75rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .pcp-pill-container {
        gap: 0.35rem;
    }
    
    .pcp-pill {
        padding: 0.35rem 0.65rem;
        font-size: 0.75rem;
    }
}

.currency-pill {
    cursor: pointer;
    transition: all 0.2s ease;
}

.currency-pill:hover {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.3);
}

.currency-pill.active {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.4);
    font-weight: 600;
}

@media (max-width: 767px) {
    .masthead #logo {
        margin-top: 12px;
    }
}

@media (max-width: 350px) {
    .masthead #logo {
        width: 227px;
        height: auto;
    }
}

@media (min-width: 768px) {
    .masthead #logo {
        height: 79px;
    }
}

.masthead .navbar-default {
    background-color: transparent;
    border: none;
    min-height: auto;
}

.masthead .navbar-default .navbar-toggle {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .masthead .navbar-default .navbar-toggle {
        margin-right: 0;
    }
}

.masthead .navbar-default .navbar-toggle:hover,
.masthead .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.masthead .navbar-default .navbar-nav {
    margin-top: 18px;
}

.masthead .navbar-default .navbar-nav li.active a,
.masthead .navbar-default .navbar-nav li a {
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    background-color: transparent;
    color: #d8eada;
}

.masthead .navbar-default .navbar-nav li.active a:focus,
.masthead .navbar-default .navbar-nav li a:focus {
    outline: none;
}

@media (max-width: 767px) {
    .masthead .navbar-default .navbar-nav {
        background-color: #4b9a5f;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .masthead .navbar-default .navbar-nav li a {
        padding: 15px;
    }

    .masthead .navbar-default .navbar-nav.pull-right {
        float: none !important;
    }

    .masthead .navbar-default .navbar-collapse {
        border-top: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

h1.pitch {
    font-size: 30px;
    line-height: 51px;
    padding-top: 40px;
}

.masthead .buttons {
    padding-top: 35px;
    padding-bottom: 35px;
}

.masthead .buttons .btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 979px) {
    .masthead .buttons .btn {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 1199px) {
    .masthead .buttons {
        text-align: center;
    }
}

.masthead div.logos-single-row {
    text-align: center;
    padding-bottom: 20px;
}

.masthead div.logos-single-row .network-logo {
    display: inline-block;
}

/* Ensure logos align with panel above */
.row .col-12 .logos.logos-single-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

.masthead .video {
    text-align: center;
}

.masthead .video .mac {
    display: inline-block;
    background-image: url('../img/mac-green.png');
    background-repeat: no-repeat;
    padding: 32px;
    width: 546px;
    padding: 34px 34px 120px 34px;
}

.masthead .video .mac .wrapper {
    width: 480px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .masthead .video .mac {
        background-image: none;
        width: 100%;
        padding: 0 0 30px 0;
    }

    .masthead .video .mac .wrapper {
        width: 100%;
    }
}

.widewrapper {
    background-color: #f8f8f8;
    -webkit-box-shadow: 1px 3px 2px -2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 3px 2px -2px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 1px 3px 2px -2px rgba(0, 0, 0, 0.2) inset;
    color: #232323;
}

.widewrapper.strong-shadow {
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.6) inset;
    -moz-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.6) inset;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.6) inset;
}

.widewrapper.calltoaction {
    background-color: #1d612e;
}

.search-results article {
    margin-top: 40px;
    margin-bottom: 50px;
}

.main-content article {
    margin-bottom: 60px;
}

.paging-navigation .nav-next {
    float: left;
}

.paging-navigation .nav-previous {
    float: right;
}

.error404 {
    text-align: center;
}

.section {
    padding-top: 40px;
    padding-bottom: 70px;
}

/* Pricing cards */
.pcp-pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 24px;
}

@media (max-width: 991px) {
    .pcp-pricing-grid { grid-template-columns: 1fr; }
}

.pcp-card {
    background: var(--pcp-surface);
    border: 1px solid var(--pcp-border);
    border-radius: var(--pcp-radius);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    padding: 28px;
    transition: all 0.3s ease;
    color: var(--pcp-text);
    position: relative;
    overflow: hidden;
}

.pcp-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.18);
}

.pcp-card--selectable {
    cursor: pointer;
}

.pcp-card--selectable:hover {
    border-color: var(--pcp-accent);
}

.pcp-card--selected {
    border: 3px solid var(--pcp-accent);
    box-shadow: 0 12px 32px rgba(22, 163, 74, 0.25);
    background: linear-gradient(135deg, #f0fdf4 0%, #e7f5ec 100%);
    transform: scale(1.05);
}

.pcp-selection-indicator {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease;
    background: transparent;
    border: 2px solid rgba(29, 97, 46, 0.4);
    color: rgba(29, 97, 46, 0.6);
}

.pcp-selection-indicator .pcp-checkmark {
    display: none;
}

.pcp-selection-indicator .pcp-circle {
    display: block;
}

.pcp-card--selected .pcp-selection-indicator {
    background: var(--pcp-accent);
    border: 2px solid var(--pcp-accent);
    color: white;
}

.pcp-card--selected .pcp-selection-indicator .pcp-checkmark {
    display: block;
}

.pcp-card--selected .pcp-selection-indicator .pcp-circle {
    display: none;
}

.pcp-card .pcp-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.pcp-badge {
    background: #e7f5ec;
    color: var(--pcp-primary);
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
}

.pcp-badge--popular {
    background: linear-gradient(135deg, #16a34a 0%, #0aa361 100%);
    color: #fff;
    font-weight: 700;
    padding: 6px 14px;
}

.pcp-card--featured {
    border: 2px solid var(--pcp-primary);
    box-shadow: 0 12px 32px rgba(13, 34, 24, 0.15);
}

.pcp-card--featured.pcp-card--selected {
    transform: scale(1.05);
}

.pcp-price {
    font-size: 40px;
    font-weight: 800;
    margin: 8px 0 12px 0;
}

.pcp-list { margin: 0 0 18px 0; padding: 0; list-style: none; }
.pcp-list li { display: flex; gap: 8px; align-items: flex-start; margin: 8px 0; }
.pcp-list li::before { content: '\2713'; color: var(--pcp-accent); margin-top: 2px; }

.pcp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 10px;
    background: var(--pcp-primary);
    color: #fff;
    padding: 10px 14px;
    font-weight: 700;
}

.pcp-btn:hover { background: #14421f; color: #fff; }

/* NEW Ribbon Badge */
.pcp-new-ribbon {
    position: absolute;
    top: 20px;
    left: -35px;
    background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
    color: #fff;
    padding: 8px 50px;
    transform: rotate(-45deg);
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4);
    z-index: 10;
}

/* NEW Ribbon for Cards */
.pcp-new-ribbon-card {
    position: absolute;
    top: 15px;
    right: -30px;
    background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
    color: #fff;
    padding: 6px 40px;
    transform: rotate(45deg);
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 2px;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4);
    z-index: 10;
    overflow: hidden;
}

/* Payment Details Container */
.pcp-payment-container {
    background: var(--pcp-surface);
    border-radius: var(--pcp-radius);
    padding: 32px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    color: var(--pcp-text);
}

.pcp-payment-container .form-label {
    font-weight: 600;
    color: var(--pcp-text);
}

.pcp-payment-container .form-control {
    border-radius: 8px;
    border: 1px solid var(--pcp-border);
    padding: 0.75rem 1rem;
}

.pcp-payment-container .form-control:focus {
    border-color: var(--pcp-primary);
    box-shadow: 0 0 0 3px rgba(29, 97, 46, 0.1);
}

/* AI Feature Container */
.pcp-ai-container {
    background: linear-gradient(135deg, #0d4a1f 0%, #16a34a 100%);
    border: 2px solid #16a34a;
    border-radius: var(--pcp-radius);
    padding: 24px;
    box-shadow: 0 8px 24px rgba(22, 163, 74, 0.35);
    transition: all 0.3s ease;
}

.pcp-ai-container:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(22, 163, 74, 0.45);
}

.pcp-ai-container h5 {
    color: #ffffff;
    font-weight: 700;
}

.pcp-ai-container p {
    color: #e5f6ea;
    margin: 0;
    line-height: 1.6;
}

/* SharkScope Banner - Enhanced */
.pcp-banner-sharkscope {
    background: #ffffff;
    border: 2px solid var(--pcp-border);
    border-radius: var(--pcp-radius);
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}

.pcp-banner-sharkscope:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.pcp-banner-sharkscope h5 {
    color: #232323;
    font-weight: 700;
}

.pcp-banner-sharkscope p {
    color: #232323;
    margin: 0;
}

.sharkscope-value-highlight {
    font-size: 24px;
    font-weight: 800;
    color: #16a34a;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    padding: 4px 12px;
    border-radius: 8px;
    border: 2px solid #16a34a;
    display: inline-block;
    margin: 0 4px;
    box-shadow: 0 2px 8px rgba(22, 163, 74, 0.3);
}

/* Banner (generic) */
.pcp-banner {
    background: linear-gradient(135deg, #f0f8f3 0%, #e7f5ec 100%);
    border: 1px solid #16a34a;
    border-radius: var(--pcp-radius);
    padding: 20px;
    box-shadow: 0 4px 16px rgba(22, 163, 74, 0.1);
}

/* FAQ accordion */
.pcp-faq-container {
    background: var(--pcp-surface);
    border-radius: var(--pcp-radius);
    padding: 32px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    color: var(--pcp-text);
}

.pcp-accordion .pcp-accordion-item { 
    border-top: 1px solid var(--pcp-border); 
}

.pcp-accordion .pcp-accordion-item:last-child {
    border-bottom: 1px solid var(--pcp-border);
}

.pcp-accordion .pcp-accordion-button {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    padding: 20px 0;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pcp-accordion .pcp-accordion-button::after {
    content: '+';
    font-size: 24px;
    color: var(--pcp-primary);
    transition: transform 0.3s ease;
}

.pcp-accordion .pcp-accordion-item.active .pcp-accordion-button::after {
    transform: rotate(45deg);
}

.pcp-accordion .pcp-accordion-button:hover {
    color: var(--pcp-primary);
}

.pcp-accordion .pcp-accordion-panel { 
    display: none; 
    padding: 0 0 20px 0; 
    color: var(--pcp-text-muted);
    line-height: 1.6;
}

.pcp-accordion .pcp-accordion-item.active .pcp-accordion-panel { 
    display: block; 
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Modern Header Enhancements - Sleek Design */
.navbar {
    background: transparent !important;
    padding: 0.25rem 0 !important;
}

.navbar-brand {
    padding: 0.25rem 0;
    position: relative;
    z-index: 1040 !important;
}

.pcp-version-badge {
    position: absolute;
    top: 33%;
    right: -4px;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #1d612e 0%, #14421f 100%);
    color: white;
    font-size: 14px;
    font-weight: 800;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(29, 97, 46, 0.4);
    border: 2px solid white;
}

.navbar-brand img,
.navbar-brand svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.15));
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.navbar-brand:hover img,
.navbar-brand:hover svg {
    transform: scale(1.02);
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.2));
}

.navbar-nav .nav-link {
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    padding: 0.75rem 1.25rem !important;
    margin: 0 0.25rem;
    color: rgba(255,255,255,0.9) !important;
    border-radius: 8px;
}

.navbar-nav .nav-link:hover {
    color: #fff !important;
    background: rgba(255,255,255,0.15);
    transform: translateY(-1px);
}

.language-links {
    border-right: 1px solid rgba(255,255,255,0.15);
    padding-right: 1rem;
    margin-right: 1rem;
}

.language-links .nav-link {
    font-size: 0.8125rem;
    opacity: 0.7;
    padding: 0.5rem 0.75rem !important;
}

.language-links .nav-link:hover {
    opacity: 1;
    background: rgba(255,255,255,0.1);
}

/* Modern Footer Enhancements */
.widewrapper.calltoaction {
    background: linear-gradient(135deg, var(--pcp-bg-dark) 0%, var(--pcp-primary) 100%);
    padding: 3rem 0;
}

.calltoaction .call {
    color: #e5f6ea;
    font-size: 1.25rem;
    font-weight: 600;
}

.calltoaction .action .btn {
    background: #fff;
    color: var(--pcp-primary);
    border: none;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    font-weight: 700;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.calltoaction .action .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
    background: #f8f9fa;
}

.pagefooter {
    background: #f8f9fa;
    padding: 2rem 0;
    border-top: 1px solid var(--pcp-border);
    color: #232323;
}

.pagefooter a {
    color: var(--pcp-text-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.pagefooter a:hover {
    color: var(--pcp-primary);
}

.language-footer-links {
    font-size: 16px;
    padding: 20px 0;
}

.language-footer-links a {
    color: #232323;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 8px 12px;
    display: inline-block;
}

.language-footer-links a:hover {
    color: var(--pcp-primary);
    transform: translateY(-2px);
}

.features {
    padding-top: 90px;
}

.feature {
    margin-bottom: 50px;
}

.feature .title {
    margin-bottom: 23px;
}

.feature .title .left {
    float: left;
    width: 50px;
}

.feature .title .right {
    margin-left: 56px;
    padding-top: 8px;
}

.feature .title .right h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 0;
}

.feature .title .glyphicon {
    font-size: 30px;
    color: #232323;
}

.feature .body {
    line-height: 27px;
}

.tagline {
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    padding: 25px 0 45px 0;
    margin: 0;
}

.pageheading {
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    padding: 25px 0 25px 0;
    margin: 0;
}

.tagline.support {
    text-align: left;
}

.tagline.blog {
    padding-top: 10px;
}

.blog-meta {
    text-align: center;
    padding-top: 25px;
}

.support-topics {
    margin-top: 45px;
}

.testimonials {
    margin-top: 45px;
    color: black;
}

.testimonials .testimonial {
    font-style: italic;
    margin-bottom: 90px;
    line-height: 26px;
}

.testimonials .testimonial .author {
    font-style: normal;
    font-weight: 600;
    margin-top: 15px;
    float: right;
}

.calltoaction .call {
    margin: 30px 0 30px 0;
    font-size: 30px;
    font-style: italic;
    line-height: 46px;
    color: #f8eded;
}

.calltoaction .action {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}

.faq {
    margin-bottom: 25px;
}

.faq .question {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #cdcdcd;
    padding: 15px 0;
}

.faq .answer {
    padding: 15px 0;
}

.faq-contact {
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    padding: 20px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.btn-download {
    color: #1d612e;
    background-color: #ffffff;
    border-color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-download:hover,
.btn-download:focus,
.btn-download:active,
.btn-download.active,
.open .dropdown-toggle.btn-download {
    color: #1d612e;
    background-color: #ebebeb;
    border-color: #e0e0e0;
}

.btn-download:active,
.btn-download.active,
.open .dropdown-toggle.btn-download {
    background-image: none;
}

.btn-download.disabled,
.btn-download[disabled],
fieldset[disabled] .btn-download,
.btn-download.disabled:hover,
.btn-download[disabled]:hover,
fieldset[disabled] .btn-download:hover,
.btn-download.disabled:focus,
.btn-download[disabled]:focus,
fieldset[disabled] .btn-download:focus,
.btn-download.disabled:active,
.btn-download[disabled]:active,
fieldset[disabled] .btn-download:active,
.btn-download.disabled.active,
.btn-download[disabled].active,
fieldset[disabled] .btn-download.active {
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-download-alt {
    color: #a94c44;
    background-color: #ffffff;
    border-color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-download-alt:hover,
.btn-download-alt:focus,
.btn-download-alt:active,
.btn-download-alt.active,
.open .dropdown-toggle.btn-download-alt {
    color: #a94c44;
    background-color: #ebebeb;
    border-color: #e0e0e0;
}

.btn-download-alt:active,
.btn-download-alt.active,
.open .dropdown-toggle.btn-download-alt {
    background-image: none;
}

.btn-download-alt.disabled,
.btn-download-alt[disabled],
fieldset[disabled] .btn-download-alt,
.btn-download-alt.disabled:hover,
.btn-download-alt[disabled]:hover,
fieldset[disabled] .btn-download-alt:hover,
.btn-download-alt.disabled:focus,
.btn-download-alt[disabled]:focus,
fieldset[disabled] .btn-download-alt:focus,
.btn-download-alt.disabled:active,
.btn-download-alt[disabled]:active,
fieldset[disabled] .btn-download-alt:active,
.btn-download-alt.disabled.active,
.btn-download-alt[disabled].active,
fieldset[disabled] .btn-download-alt.active {
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-buy {
    color: #d8eada;
    background-color: #1d612e;
    border-color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-buy:hover,
.btn-buy:focus,
.btn-buy:active,
.btn-buy.active,
.open .dropdown-toggle.btn-buy {
    color: #d8eada;
    background-color: #14421f;
    border-color: #e0e0e0;
}

.btn-buy:active,
.btn-buy.active,
.open .dropdown-toggle.btn-buy {
    background-image: none;
}

.btn-buy.disabled,
.btn-buy[disabled],
fieldset[disabled] .btn-buy,
.btn-buy.disabled:hover,
.btn-buy[disabled]:hover,
fieldset[disabled] .btn-buy:hover,
.btn-buy.disabled:focus,
.btn-buy[disabled]:focus,
fieldset[disabled] .btn-buy:focus,
.btn-buy.disabled:active,
.btn-buy[disabled]:active,
fieldset[disabled] .btn-buy:active,
.btn-buy.disabled.active,
.btn-buy[disabled].active,
fieldset[disabled] .btn-buy.active {
    background-color: #1d612e;
    border-color: #ffffff;
}

/* Navbar Styling - Very Dark Blue */
.pcp-navbar {
    background-color: #0a1929 !important;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    z-index: 1030;
    position: relative;
}

/* Buy Menu Item Emphasis */
.nav-link-buy {
    background-color: rgba(22, 163, 74, 0.2) !important;
    border-radius: 6px;
    padding: 0.4rem 0.9rem !important;
    transition: background-color 0.2s ease;
}

.nav-link-buy:hover {
    background-color: rgba(22, 163, 74, 0.3) !important;
}

/* Green Header Download Button (Top Right) */
.btn-header-download-green {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 6px;
    white-space: nowrap;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #14421f !important;
    color: #ffffff !important;
    border: 2px solid #14421f;
}

.btn-header-download-green:hover {
    background-color: #0d2218 !important;
    border-color: #0d2218;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    color: #ffffff !important;
}

.btn-header-download-green i {
    font-size: 16px;
}

@media (max-width: 991px) {
    .btn-header-download-green {
        font-size: 13px;
        padding: 6px 14px;
    }
}

/* Language Dropdown Styling */
.navbar-nav .dropdown-menu {
    background-color: #1d612e !important;
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    min-width: 160px;
    z-index: 9999;
    display: none;
    position: absolute;
}

.navbar-nav .dropdown-menu.show {
    display: block;
}

.navbar-nav .dropdown-item {
    color: #ffffff !important;
    padding: 10px 20px;
    transition: all 0.2s ease;
    font-size: 14px;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    background-color: #14421f !important;
    color: #ffffff !important;
}

.navbar-nav .dropdown-toggle::after {
    vertical-align: middle;
    margin-left: 6px;
}

.btn-xlg-2l {
    border-radius: 6px 6px 6px 6px;
    font-size: 24px;
    font-weight: 600;
    padding: 8px 16px;
}

.btn-xlg-2l .left {
    width: 40px;
    padding-top: 7px;
    height: 17px;
    float: left;
}

.btn-xlg-2l .right {
    margin-left: 50px;
    text-align: left;
    line-height: 23px;
}

.btn-xlg-2l .glyphicon {
    font-size: 28px;
}

.btn-xlg-2l .small {
    font-size: 14px;
    font-weight: 400;
}

.form-control:focus {
    box-shadow: none;
    border-color: gray;
}

/* Fast Spring Styles */
.store-product-detail-image {
    display: none;
}

.store-product-detail-title {
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
}

.core-form-field-area-right {
    margin-top: 10px;
}

@media (max-width: 979px) {
    .core-form-field-area-left,
    .core-form-field-area-right {
        float: none;
        margin: 0;
        width: 100%;
    }

    .store-product-detail-image img {
        width: 100px;
        height: auto;
    }

    .store-product-detail-image img {
        width: auto;
        height: 100px;
    }

    select,
    .store-decorate-silk input[type="text"] {
        max-width: 210px;
    }

    .store-notice-bill-descriptor {
        display: block;
        margin-top: 10px;
    }

    .store-order-price-label {
        width: 65%;
    }

    .store-section-payment-details-cc .core-form-field-group-body {
        margin-left: 0;
    }

    #ccShippingAddressDisplay {
        margin-left: 0;
    }

    .store-action-view-help {
        display: none !important;
    }

    .core-form-field-label {
        float: none;
        text-align: left;
    }

    .store-style-inline-form .core-form-field-group-body .core-form-field-label,
    .store-style-inline-form .core-form-field-group-body .core-form-field-body {
        float: none;
        text-align: left;
        margin: 0;
        padding: 0;
    }
}

.store-field-license-name-option-name label {
    margin-left: 10px;
}

.store-field-license-name-option-custom input[type=text] {
    margin-left: 10px !important;
}

.btn-buy:hover,
.btn-buy:focus,
.btn-buy:active,
.btn-buy.active {
    background-color: #216d34;
    border-color: #ffffff;
}

.btn-download:hover,
.btn-download:focus,
.btn-download:active,
.btn-download.active {
    background-color: #ededed;
    border-color: #e6e6e6;
}

.btn-download-alt:hover,
.btn-download-alt:focus,
.btn-download-alt:active,
.btn-download-alt.active {
    background-color: #ededed;
    border-color: #e6e6e6;
}

/*Later Fixes, after LESS generation*/

.calltoaction .call {
    margin-top: 60px;
}

.calltoaction .call.two-liner {
    margin-top: 35px;
}

@media (min-width: 768px) {
    .lost-license-email {
        width: 330px;
    }
}

@media (min-width: 768px) {
    .newsletter-email {
        width: 330px;
    }
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.account-wall {
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    color: #232323;
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.need-help {
    margin-top: 10px;
}

.new-account {
    display: block;
    margin-top: 10px;
}

.screenshot {
    border: solid 1px #2f4f4f;
}

.screenshot-caption {
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 5px;
    padding-bottom: 10px;
}

/* Download page content wrapper */
.download-page-content {
    background: rgba(255, 255, 255, 0.98);
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    color: #232323;
}

.download-page-content h1,
.download-page-content h2,
.download-page-content h3,
.download-page-content h4,
.download-page-content h5 {
    color: #232323;
}

/* Panel styles */
.panel {
    background: #ffffff;
    color: #232323;
}

.panel-default {
    background: #ffffff;
    color: #232323;
}

.panel-body {
    background: #ffffff;
    color: #232323;
}

.panel-video {
    border-color: #1d612e;
}

.panel-video > .panel-heading {
    color: #ffffff;
    background-color: #1d612e;
    border-color: #1d612e;
}

.panel-video > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #1d612e;
}

.panel-video > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #1d612e;
}

.otherdownloadslink {
    font-size: small;
    color: #d7d7d7;
}

.otherdownloadslink a {
    font-size: small;
    text-decoration: underline;
    color: #d7d7d7;
}

.pagefooter {
    background-color: #1d612e;
    padding-bottom: 20px;
    color: lightgray;
}

h2.legalese {
    margin-top: 30px;
    font-size: large;
    font-weight: bold;
}

body.affiliate {
    background-color: white;
}

html.affiliate {
    background-color: white;
}

.unpaidBalance {
    margin-top: 20px;
    margin-bottom: 20px;
}

.affiliateInfo {
    margin-top: 20px;
    margin-bottom: 20px;
}

.suit-hearts {
    color: red;
}

.suit-diamonds {
    color: blue;
}

.suit-clubs {
    color: green;
}

.suit-spades {
    color: black;
}

.navbar-links-container {
    display: flex; /* Keep items aligned */
    flex-direction: column; /* Stack links vertically */
    align-items: flex-start; /* Prevent centering */
    width: 100%; /* Ensure enough space for children */
}

.language-links {
    display: flex; /* Ensure horizontal alignment for links */
    margin-left: 0; /* Start from the default position */
}

.navigation-links {
    display: flex; /* Keep links in a row */
    white-space: nowrap; /* Prevent wrapping */
}

/* ============================================
   Cross-Browser & Mobile Compatibility Fixes
   ============================================ */

/* iOS Safari tap highlight fix */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

/* Better touch targets for mobile (minimum 44x44px) */
@media (max-width: 768px) {
    .btn, button, a.btn, input[type="button"], input[type="submit"] {
        min-height: 44px;
        min-width: 44px;
        padding: 12px 20px;
    }
    
    /* Ensure table cells are readable on mobile */
    .table td, .table th {
        font-size: 0.9rem;
        padding: 0.75rem 0.5rem;
        word-wrap: break-word;
    }
    
    /* Better spacing for pills on mobile */
    .pcp-pill {
        margin: 0.5rem 0.25rem;
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
    
    /* Prevent horizontal overflow */
    body {
        overflow-x: hidden;
        width: 100%;
    }
    
    .container, .container-fluid {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Better image responsiveness */
    img {
        max-width: 100%;
        height: auto;
    }
    
    /* Ensure cards don't overflow */
    .pcp-card {
        margin-bottom: 1rem;
    }
}

/* Android Chrome fix for viewport units */
@supports (-webkit-appearance: none) {
    @media (max-width: 768px) {
        .hero-headline {
            font-size: clamp(1.5rem, 5vw, 2.5rem);
        }
        
        .hero-subheadline {
            font-size: clamp(0.9rem, 3vw, 1.1rem);
        }
    }
}

/* Flexbox vendor prefixes for older browsers (Android 4.3-, iOS 8-) */
.hero-screenshot-placeholder,
.sharkscope-placeholder,
.pcp-card .pcp-card-header,
.pcp-selection-indicator,
.pcp-pill-container,
.pcp-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hero-screenshot-placeholder,
.sharkscope-placeholder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pcp-card .pcp-card-header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pcp-selection-indicator {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pcp-list li {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* Grid fallback for older browsers */
.pcp-pricing-grid {
    display: -ms-grid;
    display: grid;
}

@supports not (display: grid) {
    .pcp-pricing-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .pcp-pricing-grid > * {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 45%;
        -ms-flex: 1 1 45%;
        flex: 1 1 45%;
        margin: 12px;
    }
    
    @media (max-width: 991px) {
        .pcp-pricing-grid > * {
            -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
        }
    }
}

/* Smooth scrolling for all browsers */
html {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

/* Better text rendering on mobile */
@media (max-width: 768px) {
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
    }
}

/* Active language indicator in dropdown */
.dropdown-item.active {
    background-color: rgba(29, 97, 46, 0.2);
    font-weight: 600;
}
.dropdown-item.active:hover {
    background-color: rgba(29, 97, 46, 0.3);
}

/* Prevent text size adjustment on iOS */
@media screen and (max-width: 768px) {
    html {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }
}

/* Better form input handling on mobile */
@media (max-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea,
    select {
        font-size: 16px; /* Prevents zoom on iOS */
        -webkit-appearance: none;
        border-radius: 4px;
    }
}

/* Fix for iOS Safari address bar */
@supports (-webkit-touch-callout: none) {
    .masthead {
        min-height: -webkit-fill-available;
    }
}

/* Better table responsiveness */
@media (max-width: 768px) {
    .table-responsive {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    
    .table-responsive table {
        min-width: 600px; /* Ensure table doesn't get too compressed */
    }
}

/* Fix for sticky elements on iOS */
@supports (-webkit-overflow-scrolling: touch) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
    }
}