/* Marketing enhancements - styles for exit popup, countdown, trust bar, stats, FAQ, compare, hero social proof, snapshot tags, footer, etc. */

/* Sticky mobile CTA bar (only on viewports < 768px) */
.sticky-mobile-cta {
    display: none;
}
@media (max-width: 767px) {
    .sticky-mobile-cta {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 12px 16px;
        background: rgba(26, 26, 46, 0.98);
        border-top: 1px solid rgba(0, 188, 212, 0.3);
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(10px);
    }
    .sticky-mobile-cta[hidden] {
        display: none !important;
    }
    .sticky-mobile-cta__button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 48px;
        padding: 14px 20px;
        background: linear-gradient(135deg, #00bcd4 0%, #00ff88 100%);
        color: #1a1a2e;
        font-weight: 700;
        font-size: 1.0625rem;
        text-decoration: none;
        border-radius: 12px;
        transition: transform 0.2s, box-shadow 0.2s;
    }
    .sticky-mobile-cta__button:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 20px rgba(0, 255, 136, 0.3);
    }
    .sticky-mobile-cta__button:focus-visible {
        outline: 2px solid #00ff88;
        outline-offset: 2px;
    }
}

/* Snapshot CTA link - match primary button */
.btn-snapshot-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(135deg, #00bcd4 0%, #00ff88 100%);
    color: #1a1a2e;
    padding: 0.75rem 1.25rem;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.btn-snapshot-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 255, 136, 0.25);
}

/* Hero primary CTA - mobile: full-width, 48px min height; desktop: min-width 280px */
.hero-cta-primary {
    width: 100%;
    min-height: 48px;
    padding: 1rem 1.5rem !important;
    font-size: 1.125rem !important;
    box-shadow: 0 6px 20px rgba(0, 255, 136, 0.25);
}
.hero-cta-primary:hover {
    box-shadow: 0 8px 24px rgba(0, 255, 136, 0.3);
}
@media (min-width: 768px) {
    .hero-cta-primary {
        width: auto;
        min-width: 280px;
        padding: 1.25rem 2.75rem !important;
        font-size: 1.25rem !important;
    }
}

/* Exit-intent popup */
#exit-intent-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}
#exit-intent-popup {
    background: #1a1a2e;
    border: 1px solid #7c3aed;
    border-radius: 16px;
    padding: 48px 40px;
    max-width: 480px;
    width: 90%;
    position: relative;
    text-align: center;
    color: #fff;
    box-shadow: 0 20px 60px rgba(124, 58, 237, 0.3);
}
#exit-popup-close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    color: #aaa;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
}
#exit-popup-close:hover {
    color: #fff;
}
.exit-popup-badge {
    display: inline-block;
    background: #7c3aed;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
}
#exit-intent-popup h2 {
    font-size: 1.6rem;
    margin-bottom: 12px;
}
#exit-intent-popup p {
    color: #ccc;
    margin-bottom: 20px;
}
#exit-intent-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
#exit-intent-form input[type="email"] {
    min-height: 48px;
    padding: 14px 18px;
    border-radius: 8px;
    border: 1px solid #444;
    background: #111;
    color: #fff;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}
#exit-intent-form input[type="email"]:focus {
    outline: 2px solid #7c3aed;
    outline-offset: 2px;
}
#exit-intent-form button[type="submit"] {
    min-height: 48px;
    padding: 14px 18px;
    border-radius: 8px;
    background: #7c3aed;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}
#exit-intent-form button[type="submit"]:hover {
    background: #6d28d9;
}
.exit-popup-disclaimer {
    font-size: 0.75rem;
    color: #666;
    margin-top: 8px;
}
#exit-popup-thanks {
    color: #6ee7b7;
    font-size: 0.9rem;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Founders countdown timer */
.countdown-wrapper {
    text-align: center;
    margin: 20px 0 28px;
}
.countdown-label {
    color: #f59e0b;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.countdown-timer {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.countdown-unit {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid #7c3aed;
    border-radius: 10px;
    padding: 12px 18px;
    text-align: center;
    min-width: 64px;
}
.countdown-unit span {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}
.countdown-unit small {
    display: block;
    font-size: 0.65rem;
    letter-spacing: 1.5px;
    color: #999;
    text-transform: uppercase;
    margin-top: 4px;
}
.countdown-sep {
    font-size: 2rem;
    font-weight: 800;
    color: #7c3aed;
    margin-bottom: 18px;
}
.countdown-ended {
    color: #9ca3af;
    font-size: 1rem;
    margin: 20px 0;
}

/* Trust signal bar */
.trust-bar {
    background: rgba(255, 255, 255, 0.03);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 0;
}
.trust-bar-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 0 24px;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #9ca3af;
    font-size: 0.875rem;
    font-weight: 500;
}
.trust-item svg {
    width: 18px;
    height: 18px;
    color: #7c3aed;
    flex-shrink: 0;
}

/* Pricing: Most Popular badge - subtle emphasis */
.popular-badge {
    background: rgba(0, 255, 136, 0.15);
    color: #6ee7b7;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid rgba(0, 255, 136, 0.35);
    display: inline-block;
    margin-bottom: 12px;
}
.guaranteed-support {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #6ee7b7;
    font-size: 0.8rem;
    margin-top: 10px;
    font-weight: 500;
}
.guaranteed-support svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

/* Stats row (metrics banner) */
.stats-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    padding: 48px 24px;
    max-width: 900px;
    margin: 0 auto;
}
.stat-card {
    background: rgba(124, 58, 237, 0.1);
    border: 1px solid rgba(124, 58, 237, 0.3);
    border-radius: 16px;
    padding: 28px 36px;
    text-align: center;
    min-width: 180px;
    flex: 1;
}
.stat-card .stat-number,
.stat-card .stat-value,
.stat-card .stat-suffix {
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #a78bfa, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}
.stat-card p {
    color: #9ca3af;
    font-size: 0.875rem;
    margin-top: 8px;
}

/* FAQ section (padding in mobile-first.css) */
.faq-section .section-container {
    max-width: 760px;
    margin: 0 auto;
}
.faq-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 8px;
    color: #fff;
}
.faq-section .section-subtitle {
    text-align: center;
    color: #9ca3af;
    margin-bottom: 0;
}
.faq-list {
    max-width: 760px;
    margin: 48px auto 0;
}
.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.faq-question {
    width: 100%;
    min-height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: color 0.2s;
}
.faq-question:hover {
    color: #a78bfa;
}
.faq-question:focus-visible {
    outline: 2px solid #7c3aed;
    outline-offset: 2px;
}
.faq-icon {
    font-size: 1.4rem;
    color: #7c3aed;
    flex-shrink: 0;
    margin-left: 16px;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}
.faq-answer p {
    color: #9ca3af;
    padding-bottom: 22px;
    line-height: 1.7;
}

/* Hero social proof line */
.hero-social-proof {
    font-size: 0.875rem;
    color: #9ca3af;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    justify-content: center;
}
.live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4);
    animation: pulse-dot 2s infinite;
    flex-shrink: 0;
}
@keyframes pulse-dot {
    0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4); }
    70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

/* Compare section (padding in mobile-first.css) */
.compare-section .section-container {
    max-width: 1100px;
    margin: 0 auto;
}
.compare-section h2 {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 8px;
}
.compare-section .section-subtitle {
    text-align: center;
    color: #9ca3af;
    margin-bottom: 32px;
}
.compare-cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
}
@media (min-width: 768px) {
    .compare-cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.compare-card {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 1.5rem;
    min-width: 0;
    overflow-wrap: break-word;
}
.compare-card-closercade {
    border-color: rgba(0, 255, 136, 0.4);
    background: rgba(0, 255, 136, 0.06);
}
.compare-card-title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
}
.compare-card-desc {
    color: #d1d5db;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 12px;
}
.compare-card-note {
    color: #9ca3af;
    font-size: 0.85rem;
    line-height: 1.5;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.compare-card-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
    color: #d1d5db;
}
.compare-card-bullets li {
    padding: 4px 0;
    padding-left: 1.25rem;
    position: relative;
}
.compare-card-bullets li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #00ff88;
    font-weight: 700;
}
.compare-table-wrapper {
    overflow-x: auto;
    margin-top: 40px;
}
.compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}
.compare-table th,
.compare-table td {
    padding: 14px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #ccc;
}
.compare-table th {
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.compare-table td:first-child,
.compare-table th:first-child {
    text-align: left;
    color: #fff;
}
.compare-table .highlight-col {
    background: rgba(124, 58, 237, 0.12);
    border-left: 2px solid #7c3aed;
    border-right: 2px solid #7c3aed;
    color: #fff !important;
    font-weight: 600;
}
.compare-table thead .highlight-col {
    border-top: 2px solid #7c3aed;
    border-radius: 8px 8px 0 0;
}
.compare-table tbody tr:last-child .highlight-col {
    border-bottom: 2px solid #7c3aed;
}
.compare-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.03);
}

/* Snapshot industry tags */
.snapshot-tag {
    display: inline-block;
    background: rgba(124, 58, 237, 0.15);
    border: 1px solid rgba(124, 58, 237, 0.4);
    color: #a78bfa;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

/* Footer newsletter and press bar */
.footer-newsletter-form {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.footer-newsletter-form input[type="email"] {
    flex: 1;
    min-width: 180px;
    min-height: 48px;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 16px;
}
.footer-newsletter-form input[type="email"]:focus {
    outline: 2px solid rgba(0, 188, 212, 0.6);
    outline-offset: 2px;
}
.footer-newsletter-form button {
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 8px;
    background: #7c3aed;
    color: #fff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}
.footer-newsletter-form button:hover {
    background: #6d28d9;
}
#footer-newsletter-message.success {
    color: #6ee7b7;
}
#footer-newsletter-message.error {
    color: #f87171;
}

/* See It In Action - screenshot placeholders */
.see-it-screenshot-card {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 188, 212, 0.25);
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
}
.see-it-screenshot-placeholder {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: rgba(0, 188, 212, 0.06);
    border: 2px dashed rgba(0, 188, 212, 0.35);
    border-radius: 12px;
}
.see-it-screenshot-label {
    font-weight: 600;
    color: #00bcd4;
    font-size: 1rem;
}

/* Testimonials - headshot placeholder */
.testimonial-headshot-placeholder {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.4), rgba(0, 255, 136, 0.3));
    border: 2px solid rgba(0, 188, 212, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}

/* Plans compare: Individual vs Company */
.plans-compare-section .plans-compare-block {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 188, 212, 0.2);
    border-radius: 16px;
    padding: 1.5rem 1.25rem;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.plans-compare-section .plans-compare-block:hover {
    border-color: rgba(0, 255, 136, 0.35);
    box-shadow: 0 8px 24px rgba(0, 255, 136, 0.08);
}
.plans-compare-block-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.plans-compare-block-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}
.plans-compare-block-title {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}
.plans-compare-block-subtitle {
    color: #9ca3af;
    font-size: 0.875rem;
    width: 100%;
    margin: 4px 0 0;
}
.plans-compare-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
}
.plans-compare-table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    font-size: 0.9rem;
}
.plans-compare-table th,
.plans-compare-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    vertical-align: top;
    color: #d1d5db;
}
.plans-compare-table th {
    color: #fff;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: rgba(255, 255, 255, 0.03);
}
.plans-compare-table th:first-child {
    width: 22%;
}
.plans-compare-table th:nth-child(2) {
    width: 32%;
}
.plans-compare-table td:first-child {
    color: #e5e7eb;
    font-weight: 500;
}
.plans-compare-table .plans-compare-col-company {
    background: rgba(0, 255, 136, 0.06);
    border-left: 2px solid rgba(0, 255, 136, 0.4);
    color: #e5e7eb;
}
.plans-compare-table thead .plans-compare-col-company {
    background: rgba(0, 255, 136, 0.1);
    border-left: 2px solid rgba(0, 255, 136, 0.5);
    color: #fff;
}
.plans-compare-table tbody tr:hover td {
    background: rgba(255, 255, 255, 0.02);
}
.plans-compare-table tbody tr:hover .plans-compare-col-company {
    background: rgba(0, 255, 136, 0.08);
}
.plans-compare-foundation {
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.08) 0%, rgba(0, 255, 136, 0.06) 100%);
    border: 1px solid rgba(0, 188, 212, 0.25);
    border-radius: 16px;
    padding: 2rem 1.5rem;
}
.plans-compare-foundation-title {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 0.5rem;
}
.plans-compare-foundation-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.plans-compare-foundation-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #d1d5db;
    font-size: 0.95rem;
    line-height: 1.5;
}
.plans-compare-foundation-list li span {
    flex: 1;
}
@media (max-width: 767px) {
    .plans-compare-table th:first-child,
    .plans-compare-table td:first-child {
        width: 26%;
        min-width: 100px;
    }
    .plans-compare-table th,
    .plans-compare-table td {
        padding: 10px 12px;
        font-size: 0.85rem;
    }
}
