/* Styles scoped to chinh-sach-bao-hanh.html. */

/* Warranty Policy specific styling */
        .policy-banner {
            background: linear-gradient(135deg, #fff5f6 0%, #ffffff 100%);
            padding: 80px 0 60px 0;
            border-bottom: 1px solid #ffe5e7;
        }

        .policy-banner-grid {
            display: grid;
            grid-template-columns: 1.2fr 0.8fr;
            align-items: center;
            gap: 50px;
        }

        /* 4 Badges dàn hàng ngang dưới banner */
        .policy-banner-badges-row {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            margin-top: 40px;
            flex-wrap: wrap;
        }

        .policy-badge-card {
            display: flex;
            align-items: center;
            gap: 15px;
            flex: 1;
            min-width: 220px;
            background-color: #ffffff;
            border-radius: 12px;
            padding: 15px;
            border: 1px solid #ffe5e7;
            box-shadow: var(--shadow-sm);
        }

        .policy-badge-icon-circle {
            width: 46px;
            height: 46px;
            border-radius: 50%;
            border: 1px solid #e23e71;
            background-color: #fff5f6;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #e23e71;
            font-size: 18px;
            flex-shrink: 0;
        }

        .policy-badge-info {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

        .policy-badge-info .badge-title {
            font-size: 13px;
            color: #666;
        }

        .policy-badge-info .badge-highlight {
            font-size: 16px;
            font-weight: 700;
            color: #e23e71;
        }

        .policy-badge-info .badge-sub {
            font-size: 11px;
            color: #999;
        }

        /* Policy Rules Grid */
        .policy-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
            margin-top: 40px;
        }

        .policy-card {
            background-color: var(--white);
            border-radius: 20px;
            padding: 30px 20px;
            border: 1px solid var(--border-color);
            box-shadow: var(--shadow-sm);
        }

        .policy-card h3 {
            font-size: 16px;
            font-weight: 700;
            color: #e23e71;
            margin-bottom: 25px;
            border-bottom: 2px solid #e23e71;
            padding-bottom: 10px;
            text-transform: uppercase;
        }

        /* Tùy chỉnh danh sách Card 1, 2, 3 */
        .duration-item {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
        }

        .duration-icon {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            border: 1px solid #ffe5e7;
            background-color: #fff5f6;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #e23e71;
            font-size: 18px;
            flex-shrink: 0;
        }

        .duration-text {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

        .duration-text .highlight-text {
            font-size: 18px;
            font-weight: 700;
            color: #e23e71;
        }

        .duration-text .sub-text {
            font-size: 12px;
            color: #666;
            line-height: 1.4;
        }

        .info-note-box {
            margin-top: 25px;
            padding: 12px 15px;
            border-radius: 8px;
            background-color: #fff5f6;
            border: 1px solid #ffe5e7;
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }

        .info-note-box i {
            color: #e23e71;
            font-size: 15px;
            margin-top: 2px;
            flex-shrink: 0;
        }

        .info-note-box span {
            font-size: 11px;
            color: #666;
            line-height: 1.4;
        }

        .check-list, .times-list {
            display: flex;
            flex-direction: column;
            gap: 15px;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .check-list li, .times-list li {
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }

        .check-list li i, .times-list li i {
            color: #e23e71;
            font-size: 16px;
            margin-top: 3px;
            flex-shrink: 0;
        }

        .check-list li span, .times-list li span {
            font-size: 13px;
            color: #333;
            line-height: 1.5;
        }

        /* Stepper Dọc cho Card 4 */
        .stepper-vertical {
            display: flex;
            flex-direction: column;
            position: relative;
        }

        .stepper-item {
            display: flex;
            gap: 15px;
            position: relative;
            padding-bottom: 20px;
        }

        .stepper-item:last-child {
            padding-bottom: 0;
        }

        .stepper-icon-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex-shrink: 0;
        }

        .stepper-icon {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            border: 1px solid #ffe5e7;
            background-color: #fff5f6;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #e23e71;
            font-size: 14px;
            z-index: 2;
        }

        .stepper-line {
            width: 2px;
            background-color: #ffe5e7;
            flex-grow: 1;
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .stepper-content {
            display: flex;
            flex-direction: column;
            gap: 2px;
            padding-top: 3px;
        }

        .stepper-title {
            font-size: 13px;
            font-weight: 700;
            color: #e23e71;
            text-transform: uppercase;
        }

        .stepper-desc {
            font-size: 12px;
            color: #333;
            line-height: 1.4;
        }

        /* Thanh hỗ trợ liên hệ ngang dưới trang */
        .support-banner {
            display: flex;
            align-items: center;
            background-color: #fff5f6;
            border: 1px solid #ffe5e7;
            border-radius: 16px;
            padding: 25px 30px;
            margin-top: 60px;
            gap: 30px;
        }

        .support-banner-title {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 18px;
            font-weight: 800;
            color: #e23e71;
            white-space: nowrap;
            border-right: 1px solid #ffe5e7;
            padding-right: 30px;
        }

        .support-banner-title i {
            font-size: 24px;
        }

        .support-banner-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            flex-grow: 1;
        }

        .support-banner-item {
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }

        .support-banner-item i {
            color: #e23e71;
            font-size: 18px;
            margin-top: 3px;
        }

        .support-banner-item div {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

        .support-banner-item strong {
            font-size: 12px;
            color: #999;
            text-transform: uppercase;
            font-weight: 500;
        }

        .support-banner-item span {
            font-size: 14px;
            font-weight: 700;
            color: #1a1a1a;
        }

        .support-banner-item small {
            font-size: 11px;
            color: #666;
        }

        @media (max-width: 1024px) {
            .policy-banner-grid {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .policy-banner-badges-row {
                justify-content: center;
            }

            .policy-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .support-banner {
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
                padding: 20px;
            }

            .support-banner-title {
                border-right: none;
                border-bottom: 1px solid #ffe5e7;
                padding-right: 0;
                padding-bottom: 15px;
                width: 100%;
            }

            .support-banner-grid {
                grid-template-columns: repeat(2, 1fr);
                width: 100%;
            }
        }

        @media (max-width: 768px) {
            .policy-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 576px) {
            .support-banner-grid {
                grid-template-columns: 1fr;
            }
        }
