.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for section, class: .elementor-element-117c6e9d *//* ===============================
   Tooltips
   =============================== */
   
    .blog-tt {
            position: relative;
            cursor: help;
            border-bottom: 1px dotted #555;
            outline: none;
        }

        /* Tooltip content (hidden until hover/focus) */
        .blog-tt .tooltip-content {
            display: none;
        }

        /* Extended hover area to prevent tooltip from disappearing */
        .blog-tt::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 100%;
            transform: translateX(-50%);
            width: 300px;
            height: 20px;
            pointer-events: none;
            z-index: 9998;
        }

        .blog-tt:hover::after,
        .blog-tt:focus::after {
            pointer-events: auto;
        }

        .blog-tt:hover .tooltip-content,
        .blog-tt:focus .tooltip-content,
        .blog-tt .tooltip-content:hover {
            display: block;
            position: absolute;
            left: 50%;
            bottom: calc(100% + 12px);
            transform: translateX(-50%);
            background: #111;
            color: #fff;
            font-size: 14px;
            line-height: 1.5;
            padding: 12px;
            border-radius: 6px;
            box-shadow: 0 10px 24px rgba(0,0,0,.25);
            width: max-content;
            max-width: 280px;
            z-index: 99999; /* Much higher z-index to appear above accordions */
            white-space: normal;
        }

        /* Tooltip arrow */
        .blog-tt:hover .tooltip-content::before,
        .blog-tt:focus .tooltip-content::before,
        .blog-tt .tooltip-content:hover::before {
            content: "";
            position: absolute;
            left: 50%;
            top: 100%;
            transform: translateX(-50%);
            border: 6px solid transparent;
            border-top-color: #111;
        }

        /* CTA link styled like a small button */
        .blog-tt .tooltip-content a {
            display: inline-block;
            margin-top: 8px;
            padding: 4px 8px;
            background: #007bff;
            color: #fff;
            font-size: 12px;
            border-radius: 4px;
            text-decoration: none;
            transition: background 0.2s ease;
        }

        .blog-tt .tooltip-content a:hover {
            background: #0056b3;
        }

        /* MOBILE tweaks */
        @media (max-width: 600px) {
            .blog-tt .tooltip-content {
                font-size: 12px;
                max-width: 90vw;
                padding: 10px;
            }

            .blog-tt::after {
                width: 90vw;
            }
        }



/* ===============================
   Standard Table (3 col and 4 col)
   =============================== */
 .standard-table-container {
            max-width: 800px;
            margin: 0 auto 20px auto;
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .standard-table-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 14px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        }

        .standard-table-table th {
            background: linear-gradient(135deg, #1e3a8a 0%, #7c3aed 100%);
            color: white;
            padding: 16px;
            text-align: left;
            font-weight: 600;
            font-size: 15px;
        }

        .standard-table-table td {
            padding: 16px;
            border-bottom: 1px solid #e5e7eb;
            vertical-align: top;
            color: #374151;
        }

        .standard-table-table td:first-child {
            font-weight: bold;
        }

        .standard-table-table tbody tr:last-child td {
            border-bottom: none;
        }

        .standard-table-table tbody tr:nth-child(odd) {
            background-color: #f9fafb;
        }

        /* Carousel styles for mobile */
        .standard-table-carousel {
            display: none;
            position: relative;
            background: transparent;
        }

        .standard-table-carousel-wrapper {
            overflow: hidden;
            border-radius: 8px;
        }

        .standard-table-carousel-container {
            display: flex;
            transition: transform 0.3s ease;
        }

        .standard-table-carousel-card {
            min-width: 100%;
            background: white;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            border-radius: 8px;
            overflow: hidden;
        }

        .standard-table-carousel-card .standard-table-card-item {
            padding: 12px 16px;
            border-bottom: 1px solid #f3f4f6;
        }

        .standard-table-carousel-card .standard-table-card-item:last-child {
            border-bottom: none;
        }

        .standard-table-carousel-card .standard-table-card-label {
            font-weight: 600;
            color: #1e3a8a;
            display: block;
            margin-bottom: 4px;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .standard-table-carousel-card .standard-table-card-value {
            color: #374151;
            font-weight: normal;
        }

        .standard-table-carousel-card .standard-table-card-item:first-child .standard-table-card-value {
            font-weight: bold;
        }

        .standard-table-carousel-controls {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 16px;
            margin-top: 16px;
            padding: 0 16px;
        }

        .standard-table-carousel-btn {
            background: #1e3a8a;
            color: white;
            border: none;
            border-radius: 50%;
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 14px;
            transition: background 0.2s ease;
        }

        .standard-table-carousel-btn:hover {
            background: #1e40af;
        }

        .standard-table-carousel-btn:disabled {
            background: #d1d5db;
            cursor: not-allowed;
        }

        .standard-table-carousel-indicators {
            display: flex;
            gap: 8px;
        }

        .standard-table-carousel-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #d1d5db;
            cursor: pointer;
            transition: background 0.2s ease;
        }

        .standard-table-carousel-dot.active {
            background: #1e3a8a;
        }

        /* Mobile responsive styles */
        @media (max-width: 768px) {
            .standard-table-container {
                margin: 0 0 20px 0;
                border-radius: 0;
                box-shadow: none;
                background: transparent;
            }
            
            .standard-table-table {
                display: none;
            }
            
            .standard-table-carousel {
                display: block;
            }
        }

        @media (max-width: 480px) {
            .standard-table-carousel-card .standard-table-card-item {
                padding: 10px 12px;
            }
        }

/* ===============================
   Blog Post Spacing
   =============================== */
.single-post p {
    margin-bottom: calc(1em + 5px) !important;
}
.single-post ul li,
.single-post ol li {
    margin-bottom: 15px !important;
    line-height: 1.6;
}
.single-post ul,
.single-post ol {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
}

/* ===============================
   Table of Contents
   =============================== */

.rivax-toc-wrap {
    background: linear-gradient(to right, #3c51e7, #181f5a) !important;
    padding: 20px !important;
    border-radius: 8px;
    overflow: hidden;
}
.rivax-toc-wrap .toc-header-title-wrap h3 {
    color: #ffffff !important;
    font-size: 1.2rem !important;
    margin: 0;
}
.rivax-toc-wrap .toc-header-collapse i {
    color: #ffffff !important;
    font-size: 0.95rem !important;
}
.rivax-toc-items.toc-counter li {
    display: flex !important;
    align-items: center !important;
    gap: 6px;
    margin: 2px 0 !important;
}
.rivax-toc-items.toc-counter li.toc-item-heading-2.level-1 {
    margin: 8px 0 2px 0 !important;
}
.rivax-toc-items.toc-counter li.toc-item-heading-2.level-1:first-child {
    margin-top: 2px !important;
}
.rivax-toc-items.toc-counter li.toc-item-heading-3 {
    margin: -2px 0 !important;
    padding-left: 12px !important;
}
.rivax-toc-items.toc-counter li.toc-item-heading-4 {
    margin: -3px 0 !important;
    padding-left: 24px !important;
}
.rivax-toc-items.toc-counter li::before {
    color: #ffffff !important;
    font-weight: 600 !important;
    min-width: 28px !important;
    text-align: right !important;
    display: inline-block !important;
    position: relative !important;
    left: 0 !important;
}
.rivax-toc-items.toc-counter li.toc-item-heading-3::before {
    font-size: 13px !important;
    min-width: 32px !important;
    font-weight: 400 !important;
}
.rivax-toc-items.toc-counter li.toc-item-heading-4::before {
    font-size: 12px !important;
    min-width: 36px !important;
    font-weight: 400 !important;
}
.rivax-toc-items a {
    flex: 1 !important;
    display: block !important;
    line-height: 1.3 !important;
    padding: 3px 0 !important;
    text-decoration: none !important;
    vertical-align: middle !important;
}
.rivax-toc-items .toc-item-heading-2 a,
.rivax-toc-items .toc-item-heading-3 a,
.rivax-toc-items .toc-item-heading-4 a {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}
.rivax-toc-items .toc-item-heading-3 a {
    padding-left: 8px !important;
    color: #e0e0e0 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 0.8 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.rivax-toc-items .toc-item-heading-4 a {
    padding-left: 4px !important;
    color: #e0e0e0 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 0.7 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.rivax-toc-items a:hover {
    color: #ffff99 !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border-radius: 4px !important;
}
@media (max-width: 768px) {
    .rivax-toc-items {
        margin-left: -5px !important;
    }
    .rivax-toc-items.toc-counter li.toc-item-heading-2.level-1 {
        margin: 12px 0 6px 0 !important;
    }
    .rivax-toc-items.toc-counter li.toc-item-heading-2.level-1::before {
        display: none !important;
    }
    .rivax-toc-items.toc-counter li.toc-item-heading-3 {
        margin: 3px 0 !important;
        padding-left: 12px !important;
    }
    .rivax-toc-items .toc-item-heading-2 a {
        padding: 6px 0 !important;
    }
    .rivax-toc-items .toc-item-heading-3 a {
        padding: 4px 8px 4px 8px !important;
    }
}

/* ===============================
   Step Blocks
   =============================== */
.bl-step {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    margin-bottom: 1.5rem;
}
.bl-step__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 0.95rem;
    box-shadow: 0 6px 18px rgba(0,0,0,.25);
    flex-shrink: 0;
}
.bl-step__content {
    flex: 1;
}
.bl-step__text {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 .35rem 0;
}
.bl-step__content p {
    margin: 0;
    color: #333;
}
.bl-step1 { background: linear-gradient(135deg, #5eead4, #38bdf8); }
.bl-step1-text {
    background: linear-gradient(135deg, #5eead4, #38bdf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bl-step2 { background: linear-gradient(135deg, #38bdf8, #3b82f6); }
.bl-step2-text {
    background: linear-gradient(135deg, #38bdf8, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bl-step3 { background: linear-gradient(135deg, #3b82f6, #2563eb); }
.bl-step3-text {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bl-step4 { background: linear-gradient(135deg, #2563eb, #1e40af); }
.bl-step4-text {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bl-step5 { background: linear-gradient(135deg, #1e40af, #172554); }
.bl-step5-text {
    background: linear-gradient(135deg, #1e40af, #172554);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ===============================
   Checkmark List
   =============================== */
.check-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.check-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
}
.check-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: green;
    font-weight: bold;
}

/* ===============================
   Stats Cards (3 Stats)
   =============================== */
.stats-container {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
}
.stat-box {
    background: linear-gradient(145deg, #8b5cf6, #6366f1);
    border-radius: 24px;
    padding: 2rem 1.5rem;
    text-align: center;
    color: #fff;
    min-width: 240px;
    flex: 1;
    max-width: 280px;
    box-shadow: 0 20px 40px rgba(139, 92, 246, 0.3), 0 10px 20px rgba(0,0,0,0.2);
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    position: relative;
    overflow: hidden;
    animation: stat-fadeInUp 0.6s ease-out forwards;
    opacity: 0;
    transform: translateY(30px);
    margin-bottom: 25px; 
}
.stat-box::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f59e0b, #ec4899, #10b981);
    border-radius: 24px 24px 0 0;
}
.stat-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(139,92,246,0.4), 0 15px 30px rgba(0,0,0,0.25);
}
.stat-number {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    display: inline-block;
    overflow: visible;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #ffffff, #e2e8f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.stat-label {
    font-size: 1.05rem;
    font-weight: 600;
    opacity: 0.95;
    margin-bottom: 0.25rem;
}
.stat-description {
    font-size: 0.95rem;
    opacity: 0.8;
    font-weight: 400;
}
.stat-box:nth-child(1) { background: linear-gradient(145deg, #8b5cf6, #7c3aed); }
.stat-box:nth-child(2) { background: linear-gradient(145deg, #6366f1, #4f46e5); }
.stat-box:nth-child(3) { background: linear-gradient(145deg, #06b6d4, #0891b2); }
@keyframes stat-fadeInUp { to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1024px) {
    .stats-container { gap: 1.5rem; max-width: 800px; }
    .stat-box { min-width: 200px; max-width: 260px; padding: 1.75rem 1.25rem; margin-bottom: 20px; } /* Maintain 20px bottom margin */
    .stat-number { font-size: 2.2rem; }
    .stat-label { font-size: 1rem; }
    .stat-description { font-size: 0.9rem; }
}
@media (max-width: 768px) {
    .stats-container { flex-direction: column; align-items: center; gap: 1.5rem; max-width: 400px; }
    .stat-box { width: 100%; max-width: 350px; min-width: auto; padding: 2rem 1.5rem; margin-bottom: 20px; } /* Maintain 20px bottom margin */
    .stat-number { font-size: 3.2rem; }
    .stat-label { font-size: 1.15rem; }
    .stat-description { font-size: 1rem; }
}
@media (max-width: 480px) {
    .stats-container { gap: 1.25rem; max-width: 320px; }
    .stat-box { padding: 1.75rem 1.25rem; max-width: 300px; margin-bottom: 20px; } /* Maintain 20px bottom margin */
}
@media (max-width: 360px) {
    .stats-container { max-width: 280px; }
    .stat-box { padding: 1.5rem 1rem; max-width: 260px; margin-bottom: 20px; } /* Maintain 20px bottom margin */
}

/* ===============================
   Stats Cards (2 Stats)
   =============================== */
.stats-container-2-stats-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}
.stats-container-2-stats-box {
    background: linear-gradient(145deg, #8b5cf6, #6366f1);
    border-radius: 24px;
    padding: 2.5rem 2rem;
    text-align: center;
    color: white;
    min-width: 280px;
    flex: 1;
    max-width: 380px;
    box-shadow: 0 20px 40px rgba(139,92,246,0.3), 0 10px 20px rgba(0,0,0,0.2);
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    position: relative;
    overflow: hidden;
    animation: stats-container-2-stats-fadeInUp 0.6s ease-out forwards;
    opacity: 0;
    transform: translateY(30px);
}
.stats-container-2-stats-box::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f59e0b, #ec4899, #10b981);
    border-radius: 24px 24px 0 0;
}
.stats-container-2-stats-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(139,92,246,0.4), 0 15px 30px rgba(0,0,0,0.25);
}
.stats-container-2-stats-number {
    font-size: 3.5rem;
    font-weight: 900;
	 line-height: 1.3;
	display: inline-block;
	overflow: visible;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #ffffff, #e2e8f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.stats-container-2-stats-label { font-size: 1.25rem; font-weight: 600; margin-bottom: 0.25rem; }
.stats-container-2-stats-description { font-size: 1rem; opacity: 0.8; }
.stats-container-2-stats-box:nth-child(1) { background: linear-gradient(145deg, #8b5cf6, #7c3aed); }
.stats-container-2-stats-box:nth-child(2) { background: linear-gradient(145deg, #06b6d4, #0891b2); }
@media (max-width: 1024px) {
    .stats-container-2-stats-wrapper { gap: 1.5rem; max-width: 600px; }
    .stats-container-2-stats-box { min-width: 240px; }
}
@media (max-width: 768px) {
    .stats-container-2-stats-wrapper { flex-direction: row; justify-content: center; gap: 1.5rem; max-width: 500px; }
    .stats-container-2-stats-box { min-width: 220px; max-width: 350px; padding: 2rem 1.5rem; }
}
@media (max-width: 600px) {
    .stats-container-2-stats-wrapper { flex-direction: column; align-items: center; max-width: 400px; }
}
@media (max-width: 480px) {
    .stats-container-2-stats-wrapper { gap: 1.25rem; max-width: 320px; }
    .stats-container-2-stats-box { padding: 1.75rem 1.25rem; max-width: 300px; }
}
@media (max-width: 360px) {
    .stats-container-2-stats-wrapper { max-width: 280px; }
    .stats-container-2-stats-box { padding: 1.5rem 1rem; max-width: 260px; }
}
@keyframes stats-container-2-stats-fadeInUp { to { opacity: 1; transform: translateY(0); } }

/* ===============================
   Info Box
   =============================== */
.info-box {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 2px solid #f59e0b;
    border-radius: 16px;
    padding: 1.5rem;
    margin: 2rem auto;
    max-width: 800px;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.info-icon {
    display: flex; align-items: center; justify-content: center;
    min-width: 40px; height: 40px;
    background: #f59e0b; border-radius: 50%;
    color: #fff; font-size: 1.5rem;
}
.info-content { flex: 1; }
.info-title { color: #92400e; font-size: 1.25rem; font-weight: 700; margin-bottom: 0.75rem; }
.info-text { color: #78350f; font-size: 0.95rem; line-height: 1.6; margin-bottom: 0.75rem; }

/* ===============================
   COB Widgets
   =============================== */
.cob-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}
.cob-widget {
    background: rgba(255,255,255,0.95);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 30px;
    box-shadow:
        0 20px 40px rgba(0,0,0,0.1),
        0 10px 20px rgba(0,0,0,0.05),
        inset 0 1px 0 rgba(255,255,255,0.5);
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    animation: cob-fadeInUp 0.8s cubic-bezier(0.4,0,0.2,1);
}
.cob-widget:hover {
    transform: translateY(-5px);
    box-shadow:
        0 30px 60px rgba(0,0,0,0.15),
        0 15px 30px rgba(0,0,0,0.1),
        inset 0 1px 0 rgba(255,255,255,0.5);
}
.cob-widget.cob-warning::before,
.cob-widget.cob-purple::before,
.cob-widget.cob-info::before,
.cob-widget.cob-green::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 4px;
    border-radius: 20px 20px 0 0;
}
.cob-widget.cob-warning::before { background: linear-gradient(90deg, #f39c12, #e67e22, #d35400); }
.cob-widget.cob-purple::before { background: linear-gradient(90deg, #9b59b6, #8e44ad, #7d3c98); }
.cob-widget.cob-info::before { background: linear-gradient(90deg, #00d4aa, #00b894, #00a085); }
.cob-widget.cob-green::before { background: linear-gradient(90deg, #7ed321, #56ab2f, #4a9622); }
.cob-content-wrapper { display: flex; align-items: flex-start; gap: 20px; }
.cob-icon-wrapper { flex-shrink: 0; position: relative; }
.cob-icon-circle {
    width: 70px; height: 70px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.3);
    position: relative; overflow: hidden; transition: transform 0.3s ease;
}
.cob-icon-circle:hover { transform: scale(1.05) rotate(5deg); }
.cob-icon-circle::before {
    content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px;
    border-radius: 50%; z-index: -1; animation: cob-rotate 3s linear infinite;
}
@keyframes cob-rotate { from { transform: rotate(0); } to { transform: rotate(360deg); } }
.cob-warning .cob-icon-circle {
    background: linear-gradient(135deg, #f39c12, #e67e22);
    box-shadow: 0 8px 24px rgba(243,156,18,0.3), inset 0 1px 0 rgba(255,255,255,0.3);
    animation: cob-warningPulse 2s ease-in-out infinite alternate;
}
.cob-warning .cob-icon-circle::before { background: linear-gradient(45deg, #f39c12, transparent, #e67e22); }
@keyframes cob-warningPulse {
    0% { box-shadow: 0 8px 24px rgba(243,156,18,0.3), inset 0 1px 0 rgba(255,255,255,0.3); }
    100% { box-shadow: 0 8px 24px rgba(243,156,18,0.6), inset 0 1px 0 rgba(255,255,255,0.3); }
}
.cob-purple .cob-icon-circle {
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
    box-shadow: 0 8px 24px rgba(155,89,182,0.3), inset 0 1px 0 rgba(255,255,255,0.3);
    animation: cob-completionPulse 2.5s ease-in-out infinite alternate;
}
.cob-purple .cob-icon-circle::before { background: linear-gradient(45deg, #9b59b6, transparent, #8e44ad); }
@keyframes cob-completionPulse {
    0% { box-shadow: 0 8px 24px rgba(155,89,182,0.3), inset 0 1px 0 rgba(255,255,255,0.3); }
    100% { box-shadow: 0 8px 24px rgba(155,89,182,0.5), inset 0 1px 0 rgba(255,255,255,0.3); }
}
.cob-info .cob-icon-circle {
    background: linear-gradient(135deg, #00d4aa, #00a085);
    box-shadow: 0 8px 24px rgba(0,212,170,0.3), inset 0 1px 0 rgba(255,255,255,0.3);
}
.cob-info .cob-icon-circle::before { background: linear-gradient(45deg, #00d4aa, transparent, #00a085); }
.cob-green .cob-icon-circle {
    background: linear-gradient(135deg, #7ed321, #56ab2f);
    box-shadow: 0 8px 24px rgba(126,211,33,0.3), inset 0 1px 0 rgba(255,255,255,0.3);
    animation: cob-searchPulse 3s ease-in-out infinite alternate;
}
.cob-green .cob-icon-circle::before { background: linear-gradient(45deg, #7ed321, transparent, #56ab2f); }
@keyframes cob-searchPulse {
    0% { box-shadow: 0 8px 24px rgba(126,211,33,0.3), inset 0 1px 0 rgba(255,255,255,0.3); }
    100% { box-shadow: 0 8px 24px rgba(126,211,33,0.5), inset 0 1px 0 rgba(255,255,255,0.3); }
}
.cob-icon { width: 24px; height: 24px; fill: #fff; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1)); }
.cob-lightbulb { width: 32px; height: 32px; }
.cob-text-content { flex: 1; min-width: 0; }
.cob-title {
    font-size: 20px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase;
    margin-bottom: 12px; display: inline-block;
}
.cob-warning .cob-title { color: #e67e22; }
.cob-purple .cob-title { color: #8e44ad; }
.cob-info .cob-title { color: #00a085; }
.cob-green .cob-title { color: #56ab2f; }
.cob-description { color: #4a5568; font-size: 16px; line-height: 1.6; font-weight: 400; letter-spacing: -0.1px; }
.cob-highlight { padding: 2px 6px; border-radius: 4px; font-weight: 500; }
.cob-warning .cob-highlight { background: rgba(243,156,18,0.1); color: #e67e22; }
.cob-purple .cob-highlight { background: rgba(155,89,182,0.1); color: #8e44ad; }
.cob-info .cob-highlight { background: rgba(0,212,170,0.1); color: #00a085; }
.cob-green .cob-highlight { background: rgba(126,211,33,0.1); color: #56ab2f; }
@media (max-width: 768px) {
    .cob-container { gap: 25px; padding: 0 20px; }
    .cob-widget { padding: 25px 20px; border-radius: 16px; }
    .cob-content-wrapper { gap: 15px; }
    .cob-icon-circle { width: 60px; height: 60px; }
    .cob-icon { width: 22px; height: 22px; }
    .cob-lightbulb { width: 28px; height: 28px; }
    .cob-title { font-size: 19px; margin-bottom: 10px; }
    .cob-description { font-size: 15px; line-height: 1.5; }
}
@media (max-width: 480px) {
    .cob-container { padding: 0 10px; }
    .cob-widget { padding: 20px 16px; border-radius: 14px; }
    .cob-content-wrapper { flex-direction: column; align-items: center; text-align: center; gap: 20px; }
    .cob-icon-circle { width: 80px; height: 80px; }
    .cob-icon { width: 26px; height: 26px; }
    .cob-lightbulb { width: 36px; height: 36px; }
    .cob-title { font-size: 20px; text-align: center; display: block; }
    .cob-description { font-size: 16px; text-align: center; }
}
@media (prefers-color-scheme: dark) {
    .cob-widget { background: rgba(26,32,44,0.95); border: 1px solid rgba(255,255,255,0.1); }
    .cob-description { color: #a0aec0; }
}
.cob-widget:nth-child(1) { animation-delay: 0.1s; }
.cob-widget:nth-child(2) { animation-delay: 0.2s; }
.cob-widget:nth-child(3) { animation-delay: 0.3s; }
.cob-widget:nth-child(4) { animation-delay: 0.4s; }
.cob-widget:nth-child(5) { animation-delay: 0.5s; }
@keyframes cob-fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* ===============================
   Summary Footer
   =============================== */
.summary-card {
    background: linear-gradient(145deg, #1e293b, #101622);
    border: 1px solid rgba(56,189,248,0.15);
    border-radius: 24px;
    padding: 40px;
    margin-top: 50px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    max-width: 1200px;
    margin-left: auto; margin-right: auto;
    overflow: hidden;
}
.summary-title,
.summary-section-title {
    background: linear-gradient(135deg, #38bdf8, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    margin: 0 0 16px 0;
}
.summary-title { font-size: 1.75rem; }
.summary-description {
    color: #f1f5f9; font-size: 1rem; line-height: 1.6; margin-bottom: 20px;
}
.summary-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #38bdf8, #6366f1, #38bdf8, transparent);
    margin: 20px 0;
}
.summary-main-content {
    display: flex; gap: 40px; align-items: flex-start; margin-bottom: 20px;
}
.summary-links-section {
    flex: 1;
    display: flex;
    gap: 40px;
}
.summary-links-section > div {
    flex: 1;
}
.summary-link-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.summary-link-item { display: flex; align-items: center; gap: 6px; }
.summary-link { color: #ffffff; text-decoration: none; font-size: 0.95rem; transition: color 0.2s ease; }
.summary-link:hover { color: #6366f1; }
.summary-link-icon { width: 12px; height: 12px; stroke: white; opacity: 0.9; flex-shrink: 0; }
.summary-cta-section {
    flex: 0 0 256px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
}
.summary-cta-button {
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center; justify-content: center; gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(56,189,248,0.35), 0 4px 12px rgba(59,130,246,0.25);
    border: 1px solid rgba(56,189,248,0.3);
    position: relative; overflow: hidden; text-align: center;
}
.summary-cta-button::before {
    content: '';
    position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.4s ease;
}
.summary-cta-button:hover::before { left: 100%; }
.summary-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(56,189,248,0.45), 0 6px 18px rgba(59,130,246,0.35);
}
.summary-cta-button.secondary {
    background: linear-gradient(135deg, #9333ea, #7c3aed);
    border: 1px solid rgba(147,51,234,0.3);
    box-shadow: 0 0 15px rgba(147,51,234,0.35), 0 4px 12px rgba(124,58,237,0.25);
}
.summary-cta-button.secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(147,51,234,0.45), 0 6px 18px rgba(124,58,237,0.35);
}
@media (max-width: 768px) {
    .summary-card { padding: 30px 25px; margin-top: 30px; }
    .summary-main-content { flex-direction: column; gap: 30px; }
    .summary-links-section { flex-direction: column; gap: 30px; }
    .summary-cta-section { flex: none; width: 100%; }
    .summary-cta-button { padding: 18px 24px; font-size: 1.05rem; }
}
@media (max-width: 480px) {
    .summary-card { padding: 25px 20px; }
    .summary-title { font-size: 1.5rem; }
    .summary-links-section { gap: 25px; }
}

/* ===============================
   Comparison Table
   =============================== */
    .comparison-wrapper {
      max-width: 900px;
      width: 100%;
      margin: 0 auto;
    }

    .comparison-container {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      position: relative;
    }

    .table-scroll-container {
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: thin;
      scrollbar-color: #ccc transparent;
    }

    .table-scroll-container::-webkit-scrollbar {
      height: 8px;
    }

    .table-scroll-container::-webkit-scrollbar-track {
      background: #f1f1f1;
      border-radius: 4px;
    }

    .table-scroll-container::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 4px;
    }

    .table-scroll-container::-webkit-scrollbar-thumb:hover {
      background: #999;
    }

    .comparison-table {
      width: 100%;
      border-collapse: collapse;
      min-width: 480px;
    }

    .table-header {
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      color: white;
      position: sticky;
      top: 0;
      z-index: 3;
    }

    .table-header th {
      padding: 16px 12px;
      font-weight: 600;
      text-align: center;
      font-size: 0.95rem;
      border-right: 1px solid rgba(255,255,255,0.2);
    }

    .table-header th:first-child {
      text-align: left;
      background: rgba(0,0,0,0.1);
      position: sticky;
      left: 0;
      z-index: 4;
      min-width: 140px;
    }

    .table-header th:last-child {
      border-right: none;
    }

    .feature-row {
      border-bottom: 1px solid #f0f0f0;
      transition: background-color 0.2s ease;
    }

    .feature-row:hover {
      background: #fafafa;
    }

    .feature-row:last-of-type {
      border-bottom: 2px solid #e0e0e0;
    }

    .feature-name {
      padding: 14px 12px;
      font-weight: 600;
      color: #333;
      background: #f9f9f9;
      border-right: 1px solid #e0e0e0;
      font-size: 0.9rem;
      position: sticky;
      left: 0;
      z-index: 2;
      min-width: 140px;
      word-break: break-word;
    }

    .feature-cell {
      padding: 14px 12px;
      text-align: center;
      vertical-align: middle;
      font-size: 0.85rem;
      color: #444;
      min-width: 80px;
      position: relative;
    }

    .check-mark {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: bold;
      font-size: 14px;
      background: #4CAF50;
      box-shadow: 0 2px 4px rgba(76, 175, 80, 0.3);
    }

    .cross-mark {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: bold;
      font-size: 16px;
      background: #f44336;
      box-shadow: 0 2px 4px rgba(244, 67, 54, 0.3);
    }

    .empty-cell {
      color: #bbb;
      font-style: italic;
      font-size: 1.2em;
    }

    .text-cell {
      font-weight: 500;
      color: #666;
    }

    .sentence-cell {
      font-weight: 500;
      color: #555;
      font-size: 0.8rem;
      line-height: 1.3;
      padding: 12px 8px;
    }


    /* Mobile optimizations */
    @media (max-width: 768px) {
      body {
        padding: 8px;
      }

      .comparison-container {
        border-radius: 12px;
      }

      .comparison-table {
        min-width: 420px;
      }

      .table-header th {
        padding: 12px 8px;
        font-size: 0.85rem;
      }

      .table-header th:first-child {
        min-width: 120px;
      }

      .feature-name {
        padding: 12px 8px;
        font-size: 0.8rem;
        min-width: 120px;
      }

      .feature-cell {
        padding: 12px 6px;
        font-size: 0.8rem;
        min-width: 70px;
      }

      .check-mark, .cross-mark {
        width: 22px;
        height: 22px;
        font-size: 12px;
      }

      .cross-mark {
        font-size: 14px;
      }

      .sentence-cell {
        font-size: 0.7rem;
        padding: 10px 6px;
        line-height: 1.2;
      }
    }

    @media (max-width: 480px) {
      body {
        padding: 5px;
      }

      .comparison-container {
        border-radius: 8px;
      }

      .comparison-table {
        min-width: 380px;
      }

      .table-header th {
        padding: 10px 6px;
        font-size: 0.8rem;
      }

      .table-header th:first-child {
        min-width: 100px;
      }

      .feature-name {
        padding: 10px 6px;
        font-size: 0.75rem;
        min-width: 100px;
      }

      .feature-cell {
        padding: 10px 4px;
        font-size: 0.75rem;
        min-width: 60px;
      }

      .check-mark, .cross-mark {
        width: 20px;
        height: 20px;
        font-size: 11px;
      }

      .cross-mark {
        font-size: 13px;
      }

      .sentence-cell {
        font-size: 0.65rem;
        padding: 8px 4px;
        line-height: 1.1;
      }
    }

    /* Scroll hint for mobile */
    @media (max-width: 768px) {
      .comparison-container::after {
        content: "← Scroll to see all plans →";
        position: absolute;
        bottom: 8px;
        right: 12px;
        background: rgba(0,0,0,0.7);
        color: white;
        padding: 4px 8px;
        border-radius: 12px;
        font-size: 0.7rem;
        pointer-events: none;
        opacity: 0.8;
        animation: fadeInOut 3s ease-in-out infinite;
      }
    }

    @keyframes fadeInOut {
      0%, 50%, 100% { opacity: 0.8; }
      25%, 75% { opacity: 0.4; }
    }


/* ===============================
   Accordion
   =============================== */
.accordion-p-container {
    max-width: 896px;
    margin: 0 auto;
}
.accordion-p-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.accordion-p-item {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #f3f4f6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    opacity: 0;
    transform: translateY(16px);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.accordion-p-item.accordion-p-fade-in {
    animation: accordionFadeIn 0.4s ease forwards;
}
@keyframes accordionFadeIn {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}
.accordion-p-item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-color: #bfdbfe;
}
.accordion-p-header {
    width: 100%;
    padding: 24px 28px;
    border: none;
    background: #ffffff;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    outline: none;
    transition: background 0.3s ease;
    flex-wrap: wrap;
}
.accordion-p-header:hover {
    background: linear-gradient(90deg, #f0f9ff 0%, #e0f2fe 100%);
}
.accordion-p-header:focus {
    outline: 2px solid #3b82f6;
    outline-offset: -2px;
}
.accordion-p-header-content {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}
.accordion-p-arrow-icon {
    width: 20px;
    height: 20px;
    margin-right: 16px;
    transition: transform 0.3s ease;
    color: #3b82f6;
    flex-shrink: 0;
}
.accordion-p-item.accordion-p-active .accordion-p-arrow-icon {
    transform: rotate(90deg);
}
.accordion-p-question {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-right: 16px;
    transition: color 0.2s ease;
    word-break: break-word;
    white-space: normal; 
    overflow-wrap: anywhere; 
    min-width: 0;
}
.accordion-p-header:hover .accordion-p-question {
    color: #1d4ed8;
}
.accordion-p-toggle-icon {
    width: 20px;
    height: 20px;
    margin-left: 16px;
    transition: all 0.3s ease;
    color: #9ca3af;
    flex-shrink: 0;
}
.accordion-p-header:hover .accordion-p-toggle-icon {
    color: #3b82f6;
}
.accordion-p-item.accordion-p-active .accordion-p-toggle-icon {
    color: #3b82f6;
}
.accordion-p-plus-icon {
    position: relative;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-p-plus-icon::before,
.accordion-p-plus-icon::after {
    content: '';
    position: absolute;
    background: currentColor;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.accordion-p-plus-icon::before {
    width: 12px;
    height: 2px;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.accordion-p-plus-icon::after {
    width: 2px;
    height: 12px;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.accordion-p-item.accordion-p-active .accordion-p-plus-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}
.accordion-p-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}
.accordion-p-item.accordion-p-active .accordion-p-content {
    max-height: 2000px;
    opacity: 1;
}
.accordion-p-content-inner {
    padding: 0 28px 24px;
}
.accordion-p-divider {
    border-top: 1px solid #f3f4f6;
    padding-top: 20px;
}
.accordion-p-answer {
    color: #374151;
    line-height: 1.7;
    font-size: 16px;
}
.accordion-p-chevron-right {
    width: 0;
    height: 0;
    border-left: 7px solid currentColor;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-left: 3px;
}
.accordion-p-accordion .accordion-p-item:last-child {
    margin-bottom: 30px;
}
@media (max-width: 600px) {
    .accordion-p-header {
        padding: 18px 20px;
    }
    .accordion-p-question {
        font-size: 16px;
    }
    .accordion-p-answer {
        font-size: 15px;
        line-height: 1.6;
    }
    .accordion-p-content-inner {
        padding: 0 20px 20px;
    }
}/* End custom CSS */