/* ==========================================================================
   Premium Hosting & Pricing Design
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
    --pricing-bg: #fdfdfd;
    --card-bg: #ffffff;
    --accent-color: #000000;
    /* Deep dark green from user */
    --accent-light: #a3e635;
    /* Brand Lime for accents */
    --accent-glow: rgba(163, 230, 53, 0.1);
    --text-main: #1d2833;
    --text-muted: #667085;
    --border-color: #eaecf0;
    --dark-card: #0a0f02;
    /* Very dark green-black */
}

.hosting-page-wrapper {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    background-color: var(--pricing-bg) !important;
    padding: clamp(40px, 8vw, 80px) 0 !important;
    display: block !important;
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 64px;
}

.section-header h2 {
    font-size: clamp(32px, 5vw, 42px) !important;
    font-weight: 900 !important;
    color: var(--text-main) !important;
    margin-bottom: 24px !important;
    text-transform: uppercase !important;
    line-height: 1.1 !important;
    letter-spacing: -1px !important;
}

.section-header h2 span {
    color: var(--accent-light);
    display: inline-block;
}

.section-header p {
    font-size: 16px;
    color: var(--text-muted);
    max-width: 550px;
    margin: 0 auto;
}

/* New Badge */
.new-badge-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.new-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--border-color);
    padding: 6px 16px 6px 6px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

.new-badge .tag {
    background: var(--accent-light);
    color: #000;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
}

/* Pricing Toggle */
.pricing-toggle-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 80px;
}

.pricing-toggle {
    display: flex;
    background: #fff;
    border: 1px solid var(--border-color);
    padding: 5px;
    border-radius: 40px;
    position: relative;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

.pricing-toggle .toggle-btn {
    padding: 10px 24px;
    border-radius: 30px;
    border: none;
    background: none;
    font-size: 15px;
    font-weight: 700;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.pricing-toggle .toggle-btn.active {
    color: #fff;
    background: var(--text-main);
}

.save-badge {
    background: #ff5c00;
    color: #fff;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
    margin-left: 5px;
}

/* Pricing Grid */
.pricing-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    margin-bottom: 80px;
}

.pricing-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 0;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.pricing-card.featured {
    border: 2px solid var(--accent-light);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transform: scale(1.02);
    z-index: 2;
}

.most-popular-banner {
    background: var(--accent-light);
    color: #000;
    text-align: center;
    font-weight: 800;
    font-size: 13px;
    padding: 8px;
    text-transform: uppercase;
}

.plan-content-wrapper {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.plan-header {
    margin-bottom: 20px;
}

.plan-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 8px;
    text-transform: capitalize;
}

.plan-desc {
    font-size: 14px;
    color: var(--text-muted);
    min-height: 42px;
}

.plan-price-section {
    margin-bottom: 20px;
}

.plan-price {
    font-size: 56px;
    font-weight: 800;
    color: var(--text-main);
    line-height: 1;
}

.plan-price .period {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-muted);
    letter-spacing: 0;
}

/* CTA Buttons */
.plan-btn {
    display: block;
    width: 100%;
    padding: 14px;
    background: transparent;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    transition: all 0.3s;
}

.pricing-card.featured .plan-btn {
    background: var(--accent-light);
    color: #000;
    border-color: var(--accent-light);
}

.plan-btn:hover {
    background: #000;
    color: var(--accent-light);
    border-color: #000;
}

.plan-divider {
    border: 0;
    border-top: 1px solid var(--border-color);
    margin: 24px 0;
}

/* Features Wrapper */
.plan-features-wrapper {
    flex-grow: 1;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plan-features li {
    font-size: 14px;
    color: var(--text-main);
    font-weight: 500;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.plan-features li i.fa-check {
    color: var(--accent-light);
    font-size: 14px;
    margin-top: 3px;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
}

.plan-features li .feature-text {
    border-bottom: 1px dashed #ccc;
    cursor: help;
    line-height: 1.4;
}

/* Responsive Grid */
@media (max-width: 991px) {
    .pricing-grid {
        grid-template-columns: 1fr !important;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .pricing-card.featured {
        transform: translateY(0);
    }

    .section-header h2 {
        font-size: 40px !important;
    }
}

@media (max-width: 480px) {
    .plan-secondary-actions {
        padding: 0 12px !important;
    }

    .plan-btn-secondary {
        font-size: 11px !important;
        padding: 8px 8px !important;
    }

    .plan-btn-wishlist {
        padding: 8px 10px !important;
    }
}

/* ─── Pricing Carousel (4+ plans, single row) ────────────────────────── */
.pricing-carousel-wrapper {
    position: relative;
    margin-bottom: 80px;
}

.pricing-carousel {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    /* Hide scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.pricing-carousel::-webkit-scrollbar {
    display: none;
}

.pricing-carousel .pricing-card {
    flex: 0 0 calc(33.333% - 16px) !important;
    min-width: 280px !important;
    max-width: calc(33.333% - 16px) !important;
    scroll-snap-align: start;
}

/* Navigation Arrows */
.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--text-main, #111);
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 10;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    opacity: 0.9;
}

.carousel-nav:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
}

.carousel-nav:disabled {
    opacity: 0.25;
    cursor: default;
    transform: translateY(-50%) scale(1);
}

.carousel-nav.prev {
    left: -24px;
}

.carousel-nav.next {
    right: -24px;
}

/* Carousel Dots */
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d5db;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.carousel-dot.active {
    background: var(--accent-light, #a3e635);
    width: 28px;
    border-radius: 12px;
}

/* Responsive Carousel */
@media (max-width: 1200px) {
    .pricing-carousel .pricing-card {
        flex: 0 0 calc(50% - 12px);
        min-width: 260px;
    }
}

@media (max-width: 767px) {
    .pricing-carousel .pricing-card {
        flex: 0 0 85%;
        min-width: 260px;
    }

    .carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .carousel-nav.prev {
        left: -12px;
    }

    .carousel-nav.next {
        right: -12px;
    }
}

/* Why Choose Us Section (Namecheap & Bento Style) */
.why-hosting-section {
    /* Reduced from 100px */
    background: #ffffff;
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: auto;
    /* Changed from 180px to auto to fit content snugly */
    gap: 32px;
    margin-bottom: 24px;
    /* Reduced margin to bring footer up */
}

.bento-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.03);
    padding: 40px;
    border-radius: 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.bento-card-accent-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-lime), #4ade80);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 5;
}

.bento-card:hover .bento-card-accent-line {
    opacity: 1;
}

/* Deep Green Accent Variant */
.bento-card.bg-accent {
    background: radial-gradient(circle at top right, rgba(126, 188, 18, 0.15) 0%, transparent 60%),
                linear-gradient(135deg, #091305 0%, #173210 100%),
                repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.015) 0, rgba(255, 255, 255, 0.015) 1px, transparent 1px, transparent 10px) !important;
    border: 1px solid rgba(255,255,255,0.05) !important;
}

.bento-card.bg-accent h4,
.bento-card.bg-accent .bento-card-footer {
    color: #fff !important;
    position: relative;
    z-index: 2;
}

.bento-card.bg-accent p {
    color: rgba(255,255,255,0.8) !important;
    position: relative;
    z-index: 2;
}

.bento-card.bg-accent::before,
.bento-card.bg-accent::after,
.bento-card.bg-accent .corner-bl,
.bento-card.bg-accent .corner-br {
    filter: brightness(10);
    /* White corner icons on green bg */
    z-index: 2;
}

.bento-card:hover {
    border: 1px solid rgba(126, 188, 18, 0.1);
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.bento-card.bg-accent:hover {
    box-shadow: 0 20px 40px rgba(17, 36, 17, 0.2);
    border: 1px solid rgba(255,255,255,0.1) !important;
}

.bento-category {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--brand-lime);
    margin-top: 12px;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
}

.bento-card h4 {
    font-size: 24px;
    font-weight: 900;
    color: var(--text-main);
    margin-bottom: 12px;
    transition: color 0.3s ease;
    position: relative;
    z-index: 2;
}

.bento-card p {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0;
    position: relative;
    z-index: 2;
}

.bento-card-footer {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
    font-weight: 600;
    color: var(--text-main);
    opacity: 0.5;
    transition: opacity 0.3s ease;
    position: relative;
    z-index: 2;
}

.bento-card:hover .bento-card-footer {
    opacity: 1;
}

.bento-card.bg-accent .bento-card-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Bento Corner Icons - Matching React SVG Style */
.bento-card::before,
.bento-card::after,
.bento-card .corner-bl,
.bento-card .corner-br {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%237ebc12' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 6v12m6-6H6' /%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    z-index: 10;
    transition: transform 0.3s ease;
}

.bento-card::before {
    top: -12px;
    left: -12px;
}

.bento-card::after {
    top: -12px;
    right: -12px;
}

.bento-card .corner-bl {
    bottom: -12px;
    left: -12px;
    position: absolute;
}

.bento-card .corner-br {
    bottom: -12px;
    right: -12px;
    position: absolute;
}

.bento-card:hover::before,
.bento-card:hover::after,
.bento-card:hover .corner-bl,
.bento-card:hover .corner-br {
    transform: rotate(90deg);
}

/* Grid Spans */
.span-3 {
    grid-column: span 3;
}

.span-2 {
    grid-column: span 2;
}

.span-4 {
    grid-column: span 4;
}

.span-lg-2 {
    grid-column: span 2;
}

/* ==========================================================================
   Premium Tech Features Grid
   ========================================================================== */
.tech-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
}

.tech-feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    border-top: 4px solid var(--brand-lime);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.tech-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

.tech-icon-wrapper {
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.tech-icon-wrapper img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.tech-feature-card:hover .tech-icon-wrapper img {
    transform: scale(1.05);
}

.tech-category-badge {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--brand-lime);
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.tech-feature-card h4 {
    font-size: 20px;
    font-weight: 800;
    color: var(--text-main);
    margin-bottom: 16px;
}

.tech-feature-card p {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

.tech-benefits-list {
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid #f4f4f5;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.tech-benefits-list li {
    font-size: 14px;
    color: #52525b;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.4;
}

.tech-benefits-list li i {
    color: var(--brand-lime);
    font-size: 14px;
    margin-top: 2px;
}

.bento-footer {
    max-width: 800px;
    margin: 96px 0 64px auto;
    text-align: right;
    position: relative;
    z-index: 5;
}

.bento-footer h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.1;
    color: var(--text-main);
    margin-bottom: 16px;
    line-height: 1;
    letter-spacing: -0.02em;
}

.bento-footer p {
    font-size: 18px;
    color: var(--text-muted);
    line-height: 1.6;
}

@media (max-width: 992px) {
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .span-3,
    .span-2,
    .span-4,
    .span-lg-2 {
        grid-column: span 1;
        grid-row: span 1;
    }

    .bento-footer {
        text-align: center;
        margin-top: 40px;
    }

    .bento-footer h2 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .bento-grid {
        grid-template-columns: 1fr;
    }
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: #fff;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid var(--border-color);
    padding: 20px 0;
}

.faq-question {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-main);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin: 0;
}

.faq-answer {
    padding-top: 15px;
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.6;
}

/* ==========================================================================
   Advanced Premium Insights Section
   ========================================================================== */
.advanced-insights-section {
    padding: 30px 0 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.advanced-insights-head {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 28px;
}

.insights-kicker {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #4b5563;
    background: rgba(163, 230, 53, 0.28);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    padding: 6px 12px;
    margin-bottom: 12px;
}

.advanced-insights-head h2 {
    font-size: clamp(28px, 4.2vw, 46px);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.05;
    margin-bottom: 10px;
}

.advanced-insights-head p {
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.65;
}

.insights-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.insight-stat-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 16px 18px;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.05);
}

.insight-stat-card .label {
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 6px;
}

.insight-stat-card strong {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
}

.insights-matrix {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.insight-matrix-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.insight-matrix-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: #cbd5e1;
}

.insight-matrix-card.featured {
    border: 2px solid var(--accent-light);
    box-shadow: 0 10px 30px rgba(126, 188, 18, 0.15);
}

.insight-matrix-card.featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--accent-light);
}

.insight-matrix-card h3 {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--text-main);
}

.insight-matrix-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    display: grid;
    gap: 9px;
}

.insight-matrix-card li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 14px;
    color: #334155;
    line-height: 1.45;
}

.insight-matrix-card i {
    color: #7ebc12;
    margin-top: 2px;
}

.insights-cta-strip {
    margin-top: 16px;
    background: #0f172a;
    color: #fff;
    border-radius: 18px;
    padding: 18px 20px;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}

.insights-cta-strip .mini {
    font-size: 10px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    opacity: 0.72;
    margin-bottom: 4px;
}

.insights-cta-strip h4 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.insights-cta-strip .actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.insights-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
}

.insights-btn.primary {
    background: var(--accent-color);
    color: #000;
}

.insights-btn.secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

/* Enhancing sticky table headers */
.comp-table tr:hover td {
    background-color: rgba(126, 188, 18, 0.02);
}

/* Comparison Table Area */
.comparison-section {
    background: #ffffff;
}

.comparison-wrapper {
    overflow-x: auto;
    background: #fff;
    border-radius: 24px;
    border: 1px solid var(--border-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.comp-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

.comp-table th,
.comp-table td {
    padding: 20px 25px;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
    font-size: 15px;
}

.comp-table th {
    background: #f5f5f7;
    font-weight: 800;
    color: var(--text-main);
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 22px 25px;
    border-bottom: 2px solid var(--border-color);
}

.comp-table .feature-col {
    width: 250px;
    font-weight: 800;
    color: #fff;
    background: #09090b;
    position: sticky;
    left: 0;
    z-index: 10;
    border-right: 2px solid rgba(162, 230, 53, 0.3);
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.08);
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Feature col body cells — revert to white bg */
.comp-table tbody .feature-col {
    background: #fff;
    color: var(--text-main);
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 700;
    border-right: 1px solid var(--border-color);
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.02);
}

/* Plan highlighting (based on images) */
.comp-table th.highlight-col,
.comp-table td.highlight-col {
    background: rgba(126, 188, 18, 0.05);
    /* Very light green hint */
}

.comp-table th.highlight-col {
    border-top: 3px solid var(--accent-color);
    background: rgba(162, 230, 53, 0.06);
}

.comp-table th.highlight-col .comp-plan-name {
    color: #1a1a1a;
}

.comp-plan-header {
    text-align: center;
    border-left: 1px solid var(--border-color);
    vertical-align: middle;
}

.comp-plan-header i {
    font-size: 24px;
    color: var(--accent-color);
    margin-bottom: 10px;
    display: block;
}

.comp-plan-name {
    font-size: 17px;
    font-weight: 900;
    color: var(--text-main);
    display: block;
    letter-spacing: 0.5px;
}

.comp-check {
    color: var(--accent-color);
    font-weight: 700;
}

.comp-cross {
    color: #f04438;
}

.comp-text {
    color: var(--text-muted);
}

@media (max-width: 768px) {
    .insights-stat-grid {
        grid-template-columns: 1fr 1fr;
    }

    .insights-matrix {
        grid-template-columns: 1fr;
    }

    .insights-cta-strip {
        flex-direction: column;
        align-items: flex-start;
    }

    .insights-cta-strip .actions {
        width: 100%;
        flex-wrap: wrap;
    }

    .comparison-section {
        padding: 40px 0;
    }
}

/* ==========================================================================
   Premium CTA Section (Image-Inspired)
   ========================================================================== */
.premium-cta-section {
    padding: 128px 0;
    background: linear-gradient(135deg, #f0f4f8 0%, #e2e8f0 100%);
    /* Soft background context */
    overflow: hidden;
}

.premium-cta-card {
    background: #ffffff;
    border-radius: 40px;
    padding: 80px 64px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
    position: relative;
}

.cta-content-left {
    flex: 1;
    max-width: 550px;
}

.rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 24px;
}

.rating-badge .stars {
    color: #ffb800;
    display: flex;
    gap: 4px;
}

.rating-badge span {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-main);
}

.cta-content-left h2 {
    font-size: 42px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    color: #000 !important;
    margin-bottom: 24px !important;
    text-transform: uppercase !important;
}

.cta-content-left p {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 480px;
}

.cta-apps {
    display: flex;
    gap: 16px;
}

.cta-app-btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: #000 !important;
    color: #fff !important;
    padding: 16px 24px;
    border-radius: 12px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.cta-app-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.cta-app-btn i {
    font-size: 24px;
}

.cta-app-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.cta-app-text small {
    font-size: 10px;
    text-transform: uppercase;
    opacity: 0.7;
}

.cta-app-text b {
    font-size: 16px;
}

.cta-visual-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.cta-visual-right img {
    max-width: 380px;
    height: auto;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.1));
}

@media (max-width: 991px) {
    .premium-cta-card {
        flex-direction: column;
        padding: 60px 40px;
        text-align: center;
    }

    .cta-content-left {
        max-width: 100%;
    }

    .cta-content-left h2 {
        font-size: 42px !important;
    }

    .rating-badge {
        justify-content: center;
    }

    .cta-apps {
        justify-content: center;
    }

    .cta-content-left p {
        margin-left: auto;
        margin-right: auto;
    }

    .cta-visual-right {
        justify-content: center;
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .premium-cta-card {
        padding: 40px 20px;
    }
    
    .cta-apps {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
    }
    
    .cta-app-btn {
        width: 48%;
        justify-content: center;
        padding: 10px 12px;
        gap: 8px;
    }
    
    .cta-app-btn i {
        font-size: 18px;
    }
    
    .cta-app-text b {
        font-size: 13px;
    }
    
    .cta-visual-right {
        margin-top: 30px;
    }
    
    .cta-visual-right img {
        width: 100%;
        max-width: 320px;
        height: auto;
        object-fit: contain;
        margin: 0 auto;
    }
}

/* ==========================================================================
   Modern Hero Section (Reference Image Inspired)
   ========================================================================== */
.modern-hero-section {
    padding: 30px 0 40px;
    background: #fcfcfc;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.hero-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.hero-content-left {
    flex: 1;
    max-width: 650px;
    z-index: 5;
}

.hero-content-left h1 {
    font-size: clamp(48px, 8vw, 96px) !important;
    font-weight: 900 !important;
    line-height: 0.9 !important;
    letter-spacing: -2px !important;
    color: #000 !important;
    text-transform: none !important;
    margin-bottom: 30px !important;
    position: relative;
}

.hero-content-left h1 .highlight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-light);
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.hero-content-left h1 .tag-pill {
    display: inline-block;
    border: 1px solid #d1d5db;
    padding: 5px 30px;
    border-radius: 100px;
    font-size: 40px;
    font-weight: 300;
    color: #a855f7;
    /* Purple hint */
    letter-spacing: 0;
    margin-left: 15px;
    vertical-align: middle;
}

.hero-description {
    font-size: 18px;
    line-height: 1.6;
    color: #4b5563;
    max-width: 480px;
    margin-bottom: 50px;
}

.hero-users {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 60px;
}

.user-avatars {
    display: flex;
}

.user-avatars img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: -15px;
}

.user-avatars img:first-child {
    margin-left: 0;
}

.user-text {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.user-text span {
    display: block;
    font-weight: 400;
    color: #6b7280;
    font-size: 13px;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-engage-copy {
    margin: 14px 0 0;
    max-width: 640px;
    font-size: 17px;
    line-height: 1.7;
    color: #475569;
    text-transform: none;
    font-weight: 600;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    border: 1px solid #e5e7eb;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.hero-tag i {
    font-size: 16px;
    color: var(--accent-light);
}

.hero-tag.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

.hero-tag.active i {
    color: var(--accent-light);
}

/* Right Visual */
.hero-visual-right {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual-frame {
    background: linear-gradient(135deg, #e9e5ff 0%, #d8d1ff 100%);
    width: 100%;
    max-width: 520px;
    aspect-ratio: 1/1.1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 1;
    transition: transform 0.5s ease;
    /* Stepped Shape using Mask */
    mask-image: url("data:image/svg+xml,%3Csvg width='500' height='550' viewBox='0 0 500 550' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M120 40C120 17.9086 137.909 0 160 0H460C482.091 0 500 17.9086 500 40V470C500 492.091 482.091 510 460 510H380C357.909 510 340 527.909 340 550H40C17.9086 550 0 532.091 0 510V160C0 137.909 17.9086 120 40 120H80C102.091 120 120 102.091 120 80V40Z' fill='black'/%3E%3C/svg%3E");
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='500' height='550' viewBox='0 0 500 550' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M120 40C120 17.9086 137.909 0 160 0H460C482.091 0 500 17.9086 500 40V470C500 492.091 482.091 510 460 510H380C357.909 510 340 527.909 340 550H40C17.9086 550 0 532.091 0 510V160C0 137.909 17.9086 120 40 120H80C102.091 120 120 102.091 120 80V40Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
}

.visual-frame:hover {
    transform: scale(1.02);
}

.visual-frame::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140%;
    height: 140%;
    background: radial-gradient(circle, rgba(126, 188, 18, 0.1) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
}

.hero-visual-container {
    position: relative;
    padding: 40px;
}

/* Small floating details */
.visual-status-tags {
    position: absolute;
    top: -20px;
    left: 40px;
    display: flex;
    gap: 8px;
}

.status-tag {
    background: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000;
}

.status-tag i {
    color: var(--accent-light);
    font-size: 10px;
}

.visual-diagonal-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 64px;
    height: 64px;
    background: var(--accent-light);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 24px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 10;
    transition: all 0.3s ease;
}

.visual-explore-text {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 10;
    transition: all 0.3s ease;
}

.visual-explore-text i {
    font-size: 16px;
}

.explore-anchor-link {
    display: contents;
    text-decoration: none;
    cursor: pointer;
}

.explore-anchor-link:hover .visual-diagonal-btn {
    transform: scale(1.1);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.explore-anchor-link:hover .visual-explore-text {
    color: var(--accent-light);
}

.visual-explore-text i {
    font-size: 16px;
}

.visual-spinning-text {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
    height: 140px;
    animation: spin 15s linear infinite;
    z-index: 10;
    pointer-events: none;
}

.visual-spinning-text img {
    width: 100%;
    height: 100%;
}

@keyframes spin {
    from {
        transform: translateY(-50%) rotate(0deg);
    }

    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

.visual-status-tags {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.visual-frame .hero-main-img {
    max-width: 90%;
    width: auto;
    height: auto;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.2));
    z-index: 2;
    animation: floatHero 6s ease-in-out infinite;
}

.visual-frame .hero-main-img.dedicated-img-power {
    filter: hue-rotate(-20deg) brightness(1.1) drop-shadow(0 30px 60px rgba(126, 188, 18, 0.3));
}

@keyframes floatHero {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

@media (max-width: 1200px) {
    .hero-content-left h1 {
        font-size: 80px !important;
        letter-spacing: -4px !important;
    }
}

@media (max-width: 991px) {
    .modern-hero-section {
        padding: 160px 0 60px;
        min-height: auto;
    }

    .hero-layout {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .hero-content-left {
        max-width: 100%;
    }

    .hero-users {
        justify-content: center;
        margin-bottom: 30px;
    }

    .hero-tags {
        justify-content: center;
    }

    .hero-description {
        margin: 0 auto 30px;
        text-align: center;
    }

    .visual-spinning-text {
        width: 110px;
        height: 110px;
        left: -15px;
    }

    .visual-frame {
        max-width: 440px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .modern-hero-section {
        padding: 140px 0 40px;
    }

    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .hero-content-left h1 {
        font-size: 48px !important;
        letter-spacing: -1px !important;
        margin-bottom: 15px !important;
        line-height: 1.1 !important;
    }

    .hero-content-left h1 .tag-pill {
        font-size: 18px;
        padding: 2px 10px;
        margin-left: 5px;
        margin-top: 10px;
        display: inline-block;
    }

    .hero-users {
        flex-direction: column;
        gap: 10px;
    }

    .user-text {
        text-align: center;
    }

    .status-tag {
        padding: 4px 10px;
        font-size: 9px;
    }

    .visual-diagonal-btn {
        width: 48px;
        height: 48px;
        font-size: 18px;
        top: 15px;
        right: 15px;
    }

    .visual-explore-text {
        font-size: 12px;
        bottom: 15px;
        right: 15px;
    }

    .visual-spinning-text {
        display: none;
    }

    .visual-frame {
        max-width: 100%;
        border-radius: 20px;
        mask-image: none !important;
        -webkit-mask-image: none !important;
        aspect-ratio: 1/1;
        padding: 15px;
    }

    .hero-visual-container {
        padding: 0;
        width: 100%;
    }
}

.bento-inline-footer {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
    padding: 20px;
}

.bento-inline-footer h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 15px;
    color: var(--text-color);
}

.bento-inline-footer p {
    font-size: 16px;
    color: var(--text-muted);
    max-width: 500px;
    margin: 0;
}

@media (max-width: 991px) {
    .bento-inline-footer {
        grid-column: span 1;
        align-items: center;
        text-align: center;
    }
}

/* ==========================================================================
     PREMIUM FAQ SECTION
   ========================================================================== */
.premium-faq-section {
    padding: 120px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.premium-faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 0% 100%, rgba(162, 230, 53, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 100% 0%, rgba(162, 230, 53, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.faq-grid {
    display: block;
    position: relative;
    z-index: 1;
}

.faq-header {
    margin-bottom: 48px;
}

.faq-header h2 {
    font-size: 40px;
    font-weight: 900;
    color: var(--text-main);
    margin-bottom: 16px;
    line-height: 1.2;
}

.faq-header p {
    font-size: 18px;
    color: var(--text-muted);
    line-height: 1.6;
}

.faq-accordion {
    column-count: 2;
    column-gap: 32px;
}

.faq-item {
    break-inside: avoid;
    margin-bottom: 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0,0,0,0.03);
    overflow: hidden;
    transition: all 0.3s ease;
    display: block;
}

.faq-item:hover {
    box-shadow: 0 8px 32px rgba(126, 188, 18, 0.08);
    border-color: rgba(126, 188, 18, 0.2);
}

.faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: var(--text-main);
    transition: all 0.3s ease;
}

.faq-question.active {
    color: var(--brand-lime);
}

.faq-question:focus {
    outline: none;
}

.faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(126, 188, 18, 0.1);
    color: var(--brand-lime);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s;
}

.faq-question:hover .faq-icon {
    background: rgba(126, 188, 18, 0.2);
}

.faq-icon.rotate {
    transform: rotate(45deg);
    background: var(--brand-lime);
    color: #fff;
}

.faq-answer-inner {
    padding: 0 32px 32px 32px;
}

.faq-answer-inner p {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0;
}

/* Right side Visual Removed for 2-column layout */

/* FAQ CTA */
.faq-cta {
    margin-top: 80px;
    padding: 48px;
    background: linear-gradient(135deg, #091305 0%, #173210 100%);
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.faq-cta-content h3 {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 12px;
}

.faq-cta-content p {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    margin: 0;
}

.faq-btn {
    background: var(--brand-lime);
    color: #091305;
    font-weight: 800;
    font-size: 16px;
    padding: 16px 32px;
    border-radius: 12px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(162, 230, 53, 0.3);
}

.faq-btn:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(255, 255, 255, 0.4);
    color: #091305;
    text-decoration: none;
}

@media (max-width: 991px) {
    .faq-accordion {
        column-gap: 24px;
    }
    
    .faq-cta {
        flex-direction: column;
        text-align: center;
        gap: 32px;
        padding: 40px 24px;
    }
}

@media (max-width: 768px) {
    .faq-accordion {
        column-count: 1;
    }
}

/* ==========================================================================
     MOBILE COMPARISON COMPONENT
   ========================================================================== */

/* Hide Desktop Table on Mobile */
@media (max-width: 991px) {
    .comparison-wrapper {
        display: none !important;
    }
}

/* Hide Mobile Component on Desktop */
@media (min-width: 992px) {
    .mobile-comparison-wrapper {
        display: none !important;
    }
}

.mobile-comparison-wrapper {
    width: 100%;
}

/* Segmented Tabs */
.comp-mobile-tabs-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 24px;
    padding-bottom: 8px; /* For scrollbar */
    scrollbar-width: none; /* Firefox */
}
.comp-mobile-tabs-container::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.comp-mobile-tabs {
    display: inline-flex;
    background: #f1f5f9;
    padding: 6px;
    border-radius: 100px;
    white-space: nowrap;
}

.comp-mobile-tab {
    background: transparent;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-muted);
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.comp-mobile-tab.active {
    background: #fff;
    color: var(--text-main);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Card Styling */
.comp-mobile-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 24px;
    padding: 32px 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.comp-mobile-card.is-featured-mobile {
    background: linear-gradient(135deg, #091305 0%, #173210 100%);
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 15px 40px rgba(17,36,17,0.15);
}

.comp-mobile-card-header {
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    margin-bottom: 24px;
}

.is-featured-mobile .comp-mobile-card-header {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.comp-mobile-popular-badge {
    display: inline-block;
    background: var(--brand-lime);
    color: #091305;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 100px;
    margin-bottom: 16px;
}

.comp-mobile-card h3 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 16px;
    color: var(--text-main);
}
.is-featured-mobile .comp-mobile-card h3 {
    color: #fff;
}

.comp-mobile-price {
    margin-bottom: 24px;
}
.comp-mobile-price .currency {
    font-size: 20px;
    font-weight: 700;
    vertical-align: top;
    color: var(--text-main);
}
.comp-mobile-price .amount {
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    color: var(--text-main);
}
.comp-mobile-price .period {
    font-size: 16px;
    color: var(--text-muted);
}
.is-featured-mobile .comp-mobile-price .currency,
.is-featured-mobile .comp-mobile-price .amount {
    color: #fff;
}
.is-featured-mobile .comp-mobile-price .period {
    color: rgba(255,255,255,0.7);
}

.comp-mobile-cta {
    display: block;
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #f1f5f9;
    color: var(--text-main);
}
.comp-mobile-cta:hover {
    background: #e2e8f0;
    color: var(--text-main);
}
.is-featured-mobile .comp-mobile-cta {
    background: var(--brand-lime);
    color: #091305;
}
.is-featured-mobile .comp-mobile-cta:hover {
    background: #fff;
}

/* Category & Features */
.comp-mobile-category {
    margin-bottom: 32px;
}
.comp-mobile-category:last-child {
    margin-bottom: 0;
}

.comp-mobile-category-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 16px;
    color: var(--text-main);
}
.is-featured-mobile .comp-mobile-category-title {
    color: #fff;
}

.comp-mobile-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.comp-mobile-feature-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.03);
    font-size: 14px;
}
.comp-mobile-feature-list li:last-child {
    border-bottom: none;
}
.is-featured-mobile .comp-mobile-feature-list li {
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.comp-mobile-feature-name {
    color: var(--text-muted);
    font-weight: 500;
}
.comp-mobile-feature-value {
    font-weight: 700;
    color: var(--text-main);
    text-align: right;
}
.is-featured-mobile .comp-mobile-feature-name {
    color: rgba(255,255,255,0.7);
}
.is-featured-mobile .comp-mobile-feature-value {
    color: #fff;
}
.is-featured-mobile .text-success {
    color: var(--brand-lime) !important;
}
