.refund-policy-wrap {
            max-width: 900px;
            margin: 0 auto;
        }
        .refund-item {
            display: flex;
            gap: 16px;
            padding: 20px 0;
            border-bottom: 1px solid #eef1f5;
        }
        .refund-item:last-child {
            border-bottom: none;
        }
        .refund-num {
            flex-shrink: 0;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: #E53E3E;
            color: #ffffff;
            font-weight: 700;
            font-size: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        .refund-content h3 {
            font-size: 18px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 6px;
        }
        .refund-content p {
            font-size: 15px;
            color: #5b6472;
            line-height: 1.7;
            margin: 0 0 8px;
        }
        .refund-contact {
            list-style: none;
            padding: 0;
            margin: 10px 0 0;
        }
        .refund-contact li {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 15px;
            color: #1f2937;
            margin-bottom: 8px;
        }
        .refund-contact li i {
            color: #E53E3E;
            width: 18px;
            text-align: center;
        }
        .refund-contact a {
            color: #1f2937;
            font-weight: 600;
            text-decoration: none;
        }
        .refund-contact a:hover {
            color: #E53E3E;
        }

        .refund-hero {
            position: relative;
            width: 100%;
            background: linear-gradient(135deg, #E53E3E 0%, #C73030 100%);
            color: #ffffff;
            padding: 52px 34px;
            text-align: center;
            margin-top: 3rem;
            margin-bottom: 34px;
            overflow: hidden;
        }
        .refund-hero-eyebrow {
            display: inline-block;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: .14em;
            text-transform: uppercase;
            background: rgba(255, 255, 255, .18);
            padding: 6px 18px;
            border-radius: 40px;
            margin-bottom: 18px;
        }
        .refund-hero h1 {
            font-size: 40px;
            font-weight: 800;
            line-height: 1.08;
            margin-bottom: 14px;
        }
        .refund-hero-intro {
            max-width: 720px;
            margin: 0 auto;
            font-size: 16px;
            line-height: 1.65;
            opacity: .95;
        }
        @media (max-width: 767px) {
            .refund-hero { padding: 38px 20px; }
            .refund-hero h1 { font-size: 28px; }
        }
