.hs-hero {
            width: 100%;
            background: linear-gradient(135deg, #E53E3E 0%, #C73030 100%);
            color: #ffffff;
            padding: 52px 34px;
            text-align: center;
            margin-bottom: 40px;
        }
        .hs-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;
        }
        .hs-hero h1 {
            font-size: 38px;
            font-weight: 800;
            line-height: 1.12;
            margin-bottom: 14px;
        }
        .hs-hero p {
            font-size: 16px;
            font-weight: 500;
            line-height: 1.7;
            opacity: .96;
            max-width: 760px;
            margin: 0 auto;
        }
        .hs-wrap {
            max-width: 1040px;
            margin: 0 auto;
            padding-bottom: 60px;
        }
        .hs-card {
            background: #ffffff;
            border: 1px solid #eef1f5;
            border-radius: 16px;
            padding: 30px 30px;
            box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
            margin-bottom: 26px;
        }
        .hs-card-title {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 20px;
            font-weight: 800;
            color: #1f2937;
            margin-bottom: 16px;
        }
        .hs-card-title 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: 18px;
        }
        .hs-card p {
            font-size: 15.5px;
            color: #4b5563;
            line-height: 1.8;
            margin-bottom: 12px;
        }
        .hs-card p:last-child { margin-bottom: 0; }
        .hs-topic-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px 26px;
            margin-top: 6px;
        }
        .hs-topic-grid .hs-topic {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 15px;
            font-weight: 600;
            color: #1f2937;
            padding: 8px 0;
            border-bottom: 1px solid #f3f4f6;
        }
        .hs-topic i { color: #E53E3E; font-size: 15px; }
        .hs-detail-list {
            list-style: none;
            padding: 0;
            margin: 6px 0 0;
        }
        .hs-detail-list li {
            position: relative;
            padding-left: 22px;
            font-size: 15px;
            color: #374151;
            font-weight: 600;
            margin-bottom: 8px;
        }
        .hs-detail-list li:before {
            content: "";
            position: absolute;
            left: 2px;
            top: 8px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #E53E3E;
        }
        .hs-two-col {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 26px;
        }
        .hs-inline-link { color: #E53E3E; font-weight: 700; text-decoration: none; }
        .hs-inline-link:hover { color: #C73030; text-decoration: underline; }
        .hs-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-top: 14px;
            padding: 10px 20px;
            border-radius: 40px;
            background: #E53E3E;
            color: #ffffff;
            font-weight: 700;
            font-size: 14px;
            text-decoration: none;
        }
        .hs-btn:hover { color: #ffffff; background: #C73030; text-decoration: none; }
        .hs-contact-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin-top: 4px;
        }
        .hs-contact-item { display: flex; align-items: center; gap: 14px; }
        .hs-contact-item i {
            width: 44px;
            height: 44px;
            flex-shrink: 0;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #E53E3E1a;
            color: #E53E3E;
            font-size: 17px;
        }
        .hs-contact-item .hs-c-label {
            display: block;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .05em;
            text-transform: uppercase;
            color: #6b7280;
            margin-bottom: 2px;
        }
        .hs-contact-item .hs-c-value {
            display: block;
            font-size: 15.5px;
            font-weight: 700;
            color: #1f2937;
            text-decoration: none;
        }
        a.hs-c-value:hover { color: #E53E3E; text-decoration: none; }
        .hs-commit {
            background: linear-gradient(135deg, #E53E3E 0%, #C73030 100%);
            color: #ffffff;
            border: none;
        }
        .hs-commit .hs-card-title { color: #ffffff; }
        .hs-commit .hs-card-title i { background: rgba(255,255,255,.2); color: #ffffff; }
        .hs-commit p { color: rgba(255,255,255,.94); }
        .hs-hours {
            font-size: 16px;
            font-weight: 800;
            color: #1f2937;
            margin: 4px 0 2px;
        }
        @media (max-width: 767px) {
            .hs-hero { padding: 38px 20px; }
            .hs-hero h1 { font-size: 27px; }
            .hs-topic-grid { grid-template-columns: 1fr; }
            .hs-two-col { grid-template-columns: 1fr; }
            .hs-card { padding: 24px 20px; }
        }
