 .pricing-section {
            padding-top: 60px;
            padding-bottom: 80px;
            background-color: #f8fafc;
        }

        .pricing-header {
            margin-bottom: 45px;
        }

        .pricing-subtitle {
            color: #00a896;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 8px;
            display: block;
        }

        .pricing-title {
            font-size: 36px;
            font-weight: 800;
            color: #1e293b;
            margin-bottom: 14px;
        }

        .pricing-description {
            font-size: 16px;
            color: #64748b;
            max-width: 720px;
            margin: 0 auto;
            line-height: 1.6;
        }

        /* -------------------------------------------------------------
         * 3 Device Cards Styling
         * ------------------------------------------------------------- */
        .device-card-wrapper {
            background: #ffffff;
            border-radius: 20px;
            padding: 30px 24px;
            height: 100%;
            display: flex;
            flex-direction: column;
            border: 1px solid #e2e8f0;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
            transition: all 0.3s ease;
            position: relative;
        }

        .device-card-wrapper:hover {
            transform: translateY(-6px);
            box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
        }

        .device-card-wrapper.popular {
            border: 2px solid #f43f5e;
            box-shadow: 0 12px 30px rgba(244, 63, 94, 0.12);
        }

        .popular-badge {
            position: absolute;
            top: 18px;
            right: 18px;
            background: linear-gradient(135deg, #e11d48, #f43f5e);
            color: #ffffff;
            font-size: 12px;
            font-weight: 700;
            padding: 4px 12px;
            border-radius: 20px;
            box-shadow: 0 4px 10px rgba(225, 29, 72, 0.3);
            z-index: 2;
        }

        .card-img-container {
            height: 220px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            padding: 10px;
        }

        .card-img-container img {
            max-height: 100%;
            max-width: 100%;
            object-fit: contain;
        }

        .card-dev-title {
            font-size: 20px;
            font-weight: 800;
            color: #1e293b;
            margin-bottom: 6px;
            line-height: 1.35;
        }

        .card-dev-subtitle {
            font-size: 13px;
            color: #64748b;
            margin-bottom: 18px;
            line-height: 1.5;
            min-height: 40px;
        }

        .card-dev-price {
            font-size: 30px;
            font-weight: 800;
            color: #e11d48;
            margin-bottom: 20px;
            display: flex;
            align-items: baseline;
            gap: 6px;
        }

        .card-dev-price .unit {
            font-size: 15px;
            font-weight: 600;
            color: #64748b;
        }

        .card-feature-list {
            list-style: none;
            padding: 0;
            margin: 0 0 25px 0;
            flex-grow: 1;
        }

        .card-feature-list li {
            position: relative;
            padding-left: 0;
            margin-bottom: 12px;
            font-size: 14px;
            color: #334155;
            line-height: 1.45;
        }

        .card-feature-list .fi {
            color: #10b981;
            font-weight: bold;
            margin-right: 6px;
            font-size: 15px;
        }

        .btn-card-action {
            display: block;
            width: 100%;
            padding: 12px;
            font-size: 15px;
            font-weight: 700;
            text-align: center;
            color: #ffffff !important;
            background-color: #fd4a18;
            border-radius: 10px;
            text-decoration: none;
            transition: all 0.2s ease;
            box-shadow: 0 4px 12px rgba(253, 74, 24, 0.25);
        }

        .btn-card-action:hover {
            background-color: #e03e0f;
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(253, 74, 24, 0.35);
        }

        /* -------------------------------------------------------------
         * Comparison Table Styling (Matching Reference Image)
         * ------------------------------------------------------------- */
        .comparison-table-section {
            margin-top: 60px;
        }

        .section-divider-title {
            font-size: 26px;
            font-weight: 800;
            color: #1e293b;
            margin-bottom: 25px;
            text-align: center;
        }

        .pricing-table-card {
            background: #ffffff;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            border: 1px solid #e2e8f0;
            overflow: hidden;
        }

        .table-responsive {
            margin: 0;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        .pricing-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            min-width: 850px;
        }

        .pricing-table th,
        .pricing-table td {
            padding: 16px 20px;
            vertical-align: middle;
            border-bottom: 1px solid #edf2f7;
            border-right: 1px solid #edf2f7;
            font-size: 14px;
        }

        .pricing-table th:last-child,
        .pricing-table td:last-child {
            border-right: none;
        }

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

        /* Top Left Header Cell */
        .pricing-table th.feature-header-col {
            background-color: #f1f5f9;
            color: #334155;
            font-weight: 700;
            font-size: 15px;
            width: 28%;
            min-width: 240px;
            text-align: left;
            border-bottom: 2px solid #cbd5e1;
        }

        /* Table Device Header Columns */
        .pricing-table th.device-header {
            text-align: center;
            color: #ffffff;
            font-weight: 700;
            padding: 22px 16px;
            width: 24%;
            min-width: 180px;
            border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        }

        .header-col-1 {
            background: #00a896;
        }

        .header-col-2 {
            background: #006666;
        }

        .header-col-3 {
            background: #0b3b4f;
        }

        .device-header .dev-name-table {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 6px;
            display: block;
            line-height: 1.3;
        }

        .device-header .dev-price-table {
            font-size: 15px;
            font-weight: 600;
            background: rgba(255, 255, 255, 0.2);
            padding: 4px 12px;
            border-radius: 20px;
            display: inline-block;
            margin-top: 4px;
        }

        /* Category Section Row */
        .pricing-table tr.category-row td {
            background-color: #f8fafc;
            color: #1e293b;
            font-weight: 700;
            font-size: 15px;
            text-align: left;
            padding: 14px 20px;
            border-top: 1px solid #e2e8f0;
            border-bottom: 1px solid #e2e8f0;
        }

        /* Feature Title Cell */
        .pricing-table td.feature-title {
            color: #334155;
            font-weight: 600;
            text-align: left;
            background-color: #ffffff;
        }

        /* Data Cell */
        .pricing-table td.value-cell {
            text-align: center;
            color: #475569;
            line-height: 1.45;
            background-color: #ffffff;
        }

        .pricing-table tr:hover td {
            background-color: #f1f5f9 !important;
        }

        .check-icon {
            color: #10b981;
            font-size: 16px;
            font-weight: bold;
        }

        .badge-spec {
            display: inline-block;
            background: #eff6ff;
            color: #1d4ed8;
            padding: 3px 10px;
            border-radius: 6px;
            font-size: 12px;
            font-weight: 600;
        }

        /* Action Row */
        .pricing-table tr.action-row td {
            padding: 20px 14px;
            background-color: #ffffff;
            border-bottom: none;
        }

        .btn-table-action {
            display: inline-block;
            width: 100%;
            padding: 10px 14px;
            font-size: 14px;
            font-weight: 700;
            color: #ffffff !important;
            background-color: #fd4a18;
            border-radius: 8px;
            text-align: center;
            text-decoration: none;
            transition: all 0.2s ease;
            box-shadow: 0 4px 10px rgba(253, 74, 24, 0.2);
        }

        .btn-table-action:hover {
            background-color: #e03e0f;
            transform: translateY(-2px);
        }

        /* -------------------------------------------------------------
         * License Details Section Styling
         * ------------------------------------------------------------- */
        .license-info-card {
            background: #ffffff;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
            border: 1px solid #e2e8f0;
            margin-top: 50px;
        }

        .license-info-header {
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 2px solid #f1f5f9;
        }

        .license-info-header h3 {
            font-size: 26px;
            font-weight: 800;
            color: #1e293b;
            margin-bottom: 0;
        }

        .license-box {
            display: flex;
            align-items: flex-start;
            margin-bottom: 30px;
            padding-bottom: 30px;
            border-bottom: 1px dashed #e2e8f0;
        }

        .license-box:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

        .license-box .license-icon {
            flex: 0 0 50px;
            height: 50px;
            background: linear-gradient(135deg, #fd4a18, #ff6b4a);
            color: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            margin-right: 25px;
            margin-top: 4px;
            box-shadow: 0 6px 15px rgba(253, 74, 24, 0.25);
        }

        .license-box .license-content h4 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #1e293b;
        }

        .license-box .license-content p {
            color: #475569;
            line-height: 1.8;
            margin-bottom: 0;
            font-size: 15px;
        }

        /* -------------------------------------------------------------
         * Premium Breadcrumb Header Styling
         * ------------------------------------------------------------- */
        .custom-breadcrumb-header {
            position: relative;
            background: linear-gradient(135deg, #1d1233 0%, #4d3b6f 55%, #2a184c 100%) !important;
            padding: 85px 0 75px 0 !important;
            overflow: hidden;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
            text-align: center;
        }

        .custom-breadcrumb-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
            background-size: 26px 26px;
            pointer-events: none;
            opacity: 0.6;
        }

        .custom-breadcrumb-header::after {
            content: '';
            position: absolute;
            top: -40%;
            left: 50%;
            transform: translateX(-50%);
            width: 650px;
            height: 650px;
            background: radial-gradient(circle, rgba(168, 85, 247, 0.3) 0%, rgba(77, 59, 111, 0) 70%);
            pointer-events: none;
            filter: blur(50px);
        }

        .breadcrumb-pill-wrapper {
            display: inline-flex;
            align-items: center;
            background: rgba(255, 255, 255, 0.12);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            padding: 8px 22px;
            border-radius: 30px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            margin-top: 6px;
        }

        .breadcrumb-pill-wrapper a {
            color: rgba(255, 255, 255, 0.9) !important;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.2s ease;
            text-decoration: none;
        }

        .breadcrumb-pill-wrapper a:hover {
            color: #ffffff !important;
            text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
        }

        .breadcrumb-pill-wrapper .active-item {
            color: #f43f5e !important;
            font-size: 14px;
            font-weight: 600;
        }