.sp-hero {
            width: 100%;
            background: linear-gradient(135deg, #E53E3E 0%, #C73030 100%);
            color: #ffffff;
            padding: 52px 34px;
            text-align: center;
            margin-bottom: 40px;
        }
        .sp-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;
        }
        .sp-hero h1 {
            font-size: 38px;
            font-weight: 800;
            line-height: 1.12;
            margin-bottom: 14px;
        }
        .sp-hero p {
            font-size: 16px;
            font-weight: 500;
            line-height: 1.7;
            opacity: .96;
            max-width: 780px;
            margin: 0 auto;
        }
        .sp-wrap {
            max-width: 900px;
            margin: 0 auto;
            padding-bottom: 60px;
        }
        .sp-card {
            background: #ffffff;
            border: 1px solid #eef1f5;
            border-radius: 16px;
            padding: 28px 30px;
            box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
            margin-bottom: 22px;
        }
        .sp-card-title {
            display: flex;
            align-items: center;
            gap: 14px;
            font-size: 19px;
            font-weight: 800;
            color: #1f2937;
            margin-bottom: 14px;
        }
        .sp-num {
            width: 38px;
            height: 38px;
            flex-shrink: 0;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #E53E3E;
            color: #ffffff;
            font-size: 15px;
            font-weight: 800;
        }
        .sp-card p {
            font-size: 15.5px;
            color: #4b5563;
            line-height: 1.8;
            margin-bottom: 12px;
        }
        .sp-card p:last-child { margin-bottom: 0; }
        .sp-list {
            list-style: none;
            padding: 0;
            margin: 6px 0 12px;
        }
        .sp-list li {
            position: relative;
            padding-left: 24px;
            font-size: 15.5px;
            color: #374151;
            line-height: 1.7;
            margin-bottom: 9px;
        }
        .sp-list li:last-child { margin-bottom: 0; }
        .sp-list li:before {
            content: "";
            position: absolute;
            left: 3px;
            top: 9px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #E53E3E;
        }
        .sp-list li strong { color: #1f2937; font-weight: 700; }
        .sp-note {
            background: #fef2f2;
            border-left: 3px solid #E53E3E;
            border-radius: 8px;
            padding: 12px 16px;
            font-size: 14.5px;
            color: #6b7280;
            margin-top: 6px;
        }
        .sp-contact-list {
            display: flex;
            flex-direction: column;
            gap: 14px;
            margin-top: 6px;
        }
        .sp-contact-item { display: flex; align-items: center; gap: 14px; }
        .sp-contact-item i {
            width: 42px;
            height: 42px;
            flex-shrink: 0;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #E53E3E1a;
            color: #E53E3E;
            font-size: 16px;
        }
        .sp-c-label {
            display: block;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .05em;
            text-transform: uppercase;
            color: #6b7280;
            margin-bottom: 2px;
        }
        .sp-c-value {
            display: block;
            font-size: 15.5px;
            font-weight: 700;
            color: #1f2937;
            text-decoration: none;
        }
        a.sp-c-value:hover { color: #E53E3E; text-decoration: none; }
        .sp-closing {
            background: linear-gradient(135deg, #E53E3E 0%, #C73030 100%);
            color: #ffffff;
            border-radius: 16px;
            padding: 28px 30px;
            text-align: center;
            font-size: 16px;
            font-weight: 500;
            line-height: 1.75;
        }
        @media (max-width: 767px) {
            .sp-hero { padding: 38px 20px; }
            .sp-hero h1 { font-size: 27px; }
            .sp-card { padding: 22px 20px; }
        }
