/* ── scoped to .gr-* — no global reset, won't touch navbar ── */

.gr-hero {
    background: linear-gradient(135deg, #0B4F6C 0%, #1282A2 52%, #0ABDE3 100%);
    position: relative;
    overflow: hidden;
    font-family: 'Nunito', sans-serif;
}

.gr-hero::before {
    content: '';
    position: absolute;
    top: -90px;
    right: -90px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 55px solid rgba(255, 255, 255, 0.07);
    animation: grRing 4s ease-in-out infinite;
}

.gr-hero::after {
    content: '';
    position: absolute;
    bottom: -70px;
    left: -50px;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    border: 40px solid rgba(247, 168, 0, 0.10);
    animation: grRing 4s ease-in-out infinite 1.5s;
}

@keyframes grRing {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.06);
        opacity: 0.55;
    }
}

.gr-hero-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 60px 24px 54px;
    display: grid;
    grid-template-columns: 1fr 370px;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.gr-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(247, 168, 0, 0.18);
    border: 1.5px solid rgba(247, 168, 0, 0.50);
    color: #F7A800;
    border-radius: 30px;
    padding: 5px 17px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
    width: fit-content;
}

.gr-hero-title {
    font-family: 'Barlow', 'Nunito', sans-serif;
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    line-height: 1.12;
    margin-bottom: 16px;
}

.gr-hero-title .t-gold {
    color: #F7A800;
}

.gr-hero-title .t-lite {
    color: #b9eeff;
}

.gr-hero-desc {
    font-size: 15.5px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.80;
    max-width: 530px;
    margin-bottom: 30px;
}

.gr-hero-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    flex-wrap: nowrap;
}

.gr-btn-gold {
    background: linear-gradient(135deg, #F7A800, #d98600);
    color: #0B4F6C;
    font-weight: 800;
    font-size: 15px;
    padding: 13px 32px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    box-shadow: 0 6px 22px rgba(247, 168, 0, 0.44);
    transition: transform .2s, box-shadow .2s;
}

.gr-btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(247, 168, 0, 0.55);
    color: #0B4F6C;
    text-decoration: none;
}

.gr-btn-ghost {
    background: rgba(0, 0, 0, 0.16);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 11px 28px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.48);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    transition: all .2s;
}

.gr-btn-ghost:hover {
    border-color: #F7A800;
    color: #F7A800;
    text-decoration: none;
}

/* stat pills */
.gr-pills {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.gr-pill {
    background: rgba(0, 0, 0, 0.17);
    border: 1.5px solid rgba(255, 255, 255, 0.20);
    border-radius: 14px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    transition: background .2s, border-color .2s;
    box-sizing: border-box;
}

.gr-pill:hover {
    background: rgba(0, 0, 0, 0.27);
    border-color: rgba(255, 255, 255, 0.48);
}

.gr-pill-ico {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.pi-sky {
    background: linear-gradient(135deg, #0B4F6C, #1282A2);
}

.pi-green {
    background: linear-gradient(135deg, #3AAA35, #267a22);
}

.pi-gold {
    background: linear-gradient(135deg, #F7A800, #c97f00);
}

.pi-navy {
    background: linear-gradient(135deg, #1B2A4A, #2d4580);
}

.gr-pill-val {
    font-size: 16px;
    font-weight: 800;
    display: block;
    line-height: 1.2;
}

.gr-pill-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.68);
}

/* brand strip */
.gr-strip {
    height: 4px;
    background: linear-gradient(to right, #0B4F6C, #1282A2, #3AAA35, #F7A800);
}

/* ── about section ── */
.gr-about {
    padding: 52px 0 44px;
    background: #fff;
    font-family: 'Nunito', sans-serif;
}

.gr-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.gr-sec-head {
    text-align: center;
    margin-bottom: 40px;
}

.gr-sec-head h2 {
    font-family: 'Barlow', 'Nunito', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #1B2A4A;
    margin-bottom: 10px;
}

.gr-sec-head h2 .c-sky {
    color: #1282A2;
}

.gr-sec-head h2 .c-gold {
    color: #F7A800;
}

.gr-sec-head p {
    font-size: 15.5px;
    color: #64748B;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.74;
}

.gr-underline {
    width: 58px;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(to right, #1282A2, #0ABDE3);
    margin: 14px auto 0;
}

/* intro card */
.gr-intro-card {
    background: #fff;
    border: 1.5px solid #bae6fd;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 28px rgba(18, 130, 162, 0.09);
    display: flex;
    margin-bottom: 36px;
    box-sizing: border-box;
}

.gr-intro-side {
    width: 80px;
    flex-shrink: 0;
    background: linear-gradient(180deg, #0B4F6C, #1282A2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
}

.gr-intro-body {
    flex: 1;
    padding: 24px 26px;
    position: relative;
    box-sizing: border-box;
}

.gr-intro-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 26px;
    right: 26px;
    height: 3px;
    background: linear-gradient(to right, #1282A2, #F7A800, transparent);
    border-radius: 0 0 4px 4px;
}

.gr-intro-body h3 {
    font-family: 'Barlow', 'Nunito', sans-serif;
    font-size: 19px;
    font-weight: 800;
    color: #1B2A4A;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1.5px dashed #bae6fd;
}

.gr-intro-body p {
    font-size: 14.5px;
    color: #555;
    line-height: 1.82;
    margin-bottom: 10px;
}

.gr-intro-body p:last-child {
    margin-bottom: 0;
}

/* reg categories — 3 col */
.gr-cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 36px;
}

.gr-cat-card {
    background: #fff;
    border: 1.5px solid #bae6fd;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 22px rgba(18, 130, 162, 0.09);
    transition: transform .25s, box-shadow .25s, border-color .25s;
    box-sizing: border-box;
}

.gr-cat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(18, 130, 162, 0.15);
    border-color: #1282A2;
}

.gr-cat-header {
    padding: 20px 22px 16px;
    position: relative;
    overflow: hidden;
}

.gr-cat-header::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
}

.cc-1 .gr-cat-header {
    background: linear-gradient(135deg, #0B4F6C, #1282A2);
}

.cc-2 .gr-cat-header {
    background: linear-gradient(135deg, #1282A2, #3AAA35);
}

.cc-3 .gr-cat-header {
    background: linear-gradient(135deg, #1B7A28, #3AAA35);
}

.gr-cat-header h3 {
    font-family: 'Barlow', 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
}

.gr-cat-header p {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.80);
    position: relative;
    z-index: 1;
}

.gr-cat-header .cat-ico {
    font-size: 32px;
    display: block;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.gr-cat-body {
    padding: 18px 20px 20px;
}

.gr-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gr-cat-list li {
    font-size: 14px;
    color: #444;
    padding: 8px 0;
    border-bottom: 1px dashed #e0f2fe;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.55;
}

.gr-cat-list li:last-child {
    border-bottom: none;
}

.gr-cat-list li .li-ico {
    font-size: 15px;
    flex-shrink: 0;
    margin-top: 1px;
}

/* CTA box */
.gr-cta {
    background: linear-gradient(135deg, #0B4F6C 0%, #1282A2 60%, #0ABDE3 100%);
    border-radius: 20px;
    padding: 40px 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.gr-cta::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
}

.gr-cta::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 200px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(247, 168, 0, 0.10);
}

.gr-cta-text {
    position: relative;
    z-index: 1;
}

.gr-cta-text h3 {
    font-family: 'Barlow', 'Nunito', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}

.gr-cta-text h3 span {
    color: #F7A800;
}

.gr-cta-text p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.82);
}

.gr-cta-btn {
    background: linear-gradient(135deg, #F7A800, #d98600);
    color: #0B4F6C;
    font-weight: 800;
    font-size: 15px;
    padding: 13px 32px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    box-shadow: 0 6px 20px rgba(247, 168, 0, 0.44);
    transition: transform .2s, box-shadow .2s;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.gr-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(247, 168, 0, 0.55);
    color: #0B4F6C;
    text-decoration: none;
}

/* contact strip */
.gr-contact-strip {
    background: linear-gradient(135deg, #0B4F6C 0%, #1282A2 100%);
    padding: 44px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Nunito', sans-serif;
}

.gr-contact-strip::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
}

.gr-ct-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.gr-ct-text h3 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 5px;
}

.gr-ct-text h3 span {
    color: #F7A800;
}

.gr-ct-text p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.74);
}

.gr-ct-items {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.gr-ct-item {
    display: flex;
    align-items: center;
    gap: 13px;
    background: rgba(0, 0, 0, 0.18);
    border: 1.5px solid rgba(255, 255, 255, 0.24);
    border-radius: 14px;
    padding: 15px 20px;
    color: #fff;
    transition: background .2s, border-color .2s;
    box-sizing: border-box;
}

.gr-ct-item:hover {
    background: rgba(0, 0, 0, 0.28);
    border-color: rgba(255, 255, 255, 0.48);
}

.gr-ct-item .ct-ico {
    font-size: 26px;
}

.gr-ct-item .ct-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: .64;
    display: block;
    margin-bottom: 2px;
}

.gr-ct-item .ct-val {
    font-size: 15px;
    font-weight: 800;
}

.gr-ct-item a {
    color: #F7A800;
    text-decoration: none;
}

.gr-ct-item a:hover {
    text-decoration: underline;
}

/* responsive */
@media (max-width: 960px) {
    .gr-hero-inner {
        grid-template-columns: 1fr;
        padding: 44px 24px 48px;
    }

    .gr-pills {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .gr-pill {
        flex: 1 1 200px;
    }

    .gr-hero-title {
        font-size: 34px;
    }

    .gr-cat-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gr-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 600px) {
    .gr-hero-title {
        font-size: 26px;
    }

    .gr-hero-btns {
        flex-wrap: wrap;
    }

    .gr-cat-grid {
        grid-template-columns: 1fr;
    }

    .gr-intro-card {
        flex-direction: column;
    }

    .gr-intro-side {
        width: 100%;
        padding: 16px 20px;
        min-height: 60px;
    }

    .gr-ct-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}