.header {
    background: linear-gradient(135deg, #003c76 0%, #0154a4 100%);
    box-shadow: 0 10px 24px rgba(0, 39, 82, 0.24);
}

.up-header {
    background: #eef5ff;
    color: #003c76;
    border-bottom: 1px solid #d8e7fb;
}

.domain-pill {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #cfe1fb;
    color: #003c76;
    border-radius: 999px;
    padding: 3px 12px;
    font-size: 13px;
    font-family: "Cabin", sans-serif;
    letter-spacing: 0.4px;
    line-height: 1.4;
    margin-top: 3px;
}

.domain-pill strong {
    color: #0b63b9;
    font-weight: 700;
}

.hero-note {
    background: linear-gradient(135deg, #f4f8ff 0%, #ecf5ff 100%);
    border: 1px solid #dceafb;
    border-radius: 16px;
    padding: 18px 20px;
    margin: 22px 0 18px;
    box-shadow: 0 8px 18px rgba(7, 52, 102, 0.08);
}

.hero-note .title {
    font-size: 24px;
    color: #093d75;
    font-family: "Cabin", sans-serif;
    font-weight: 700;
    padding: 0;
    margin-bottom: 8px;
}

.hero-note p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #1f3651;
    font-family: "Cabin", sans-serif;
}

.linetext {
    font-size: 26px;
    font-family: "Cabin", sans-serif;
    letter-spacing: 1px;
}

.blg {
    border: 1px solid #e4edf8;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 0 12px 30px rgba(0, 55, 117, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blg:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 34px rgba(0, 55, 117, 0.18);
}

.blg-title {
    font-family: "Cabin", sans-serif;
    font-weight: 700;
}

.blg-title-desc {
    color: #4b5f73;
}

.blg-link {
    border-radius: 10px;
    border-bottom: none;
    background: linear-gradient(135deg, #0154a4 0%, #0b63b9 100%);
    box-shadow: 0 8px 18px rgba(1, 84, 164, 0.25);
    font-family: "Cabin", sans-serif;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.blg-link:hover {
    filter: brightness(1.05);
    transform: translateY(-2px);
    box-shadow: 0 12px 20px rgba(1, 84, 164, 0.3);
}

.formb {
    border: 1px solid #dbe8f8;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(0, 49, 97, 0.16);
}

.formbtitle {
    background: linear-gradient(135deg, #003c76 0%, #0154a4 100%);
}

.formb .hb-btn {
    border-radius: 10px;
    background: linear-gradient(135deg, #0154a4 0%, #0b63b9 100%);
}

.sw {
    border-top: 1px solid #e8edf5;
    border-bottom: 1px solid #e8edf5;
}

.mtel {
    box-shadow: 0 10px 26px rgba(37, 211, 102, 0.4);
}

@media (max-width: 980px) {
    .hero-note {
        padding: 16px 14px;
        margin: 16px 0 12px;
    }

    .hero-note .title {
        font-size: 20px;
    }

    .hero-note p {
        font-size: 15px;
    }

    .domain-pill {
        margin-top: 5px;
        font-size: 12px;
    }
}
