.rg-hero {
    background: var(--surf-page);
    padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(2.5rem, 5vw, 4rem);
    position: relative;
    overflow: hidden;
}
.rg-hero__inner {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: clamp(3rem, 5vw, 5rem);
    align-items: start;
    margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}
.rg-hero__label {
    font-family: var(--ff-head);
    font-size: 11px;
    font-weight: var(--fw-xbd);
    color: var(--ct-blue);
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.rg-hero__label img { width: 14px; height: 14px; filter: brightness(0) saturate(100%) invert(20%) sepia(70%) saturate(1200%) hue-rotate(218deg); }
.rg-hero__h1 {
    font-family: var(--ff-head);
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: var(--fw-xbd);
    color: var(--ct-navy);
    letter-spacing: -0.026em;
    line-height: 1.1;
    margin-bottom: 1.125rem;
}
.rg-hero__desc {
    font-size: 1.0625rem;
    font-weight: var(--fw-med);
    color: var(--text-soft);
    line-height: 1.74;
    max-width: 480px;
    margin-bottom: 1.5rem;
}
.rg-hero__support-line {
    font-size: 14.5px;
    font-weight: var(--fw-bd);
    color: var(--ct-blue);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.rg-hero__support-line img { width: 16px; height: 16px; filter: brightness(0) saturate(100%) invert(20%) sepia(70%) saturate(1200%) hue-rotate(218deg); }
.rg-hero__values-panel {
    background: var(--ct-navy);
    border-radius: 20px;
    padding: 1.875rem;
    box-shadow: 0 12px 40px #0A144030;
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
}
.rg-hero__value {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    padding-bottom: 1.125rem;
    border-bottom: 1px solid #152060;
}
.rg-hero__value:last-child { border-bottom: none; padding-bottom: 0; }
.rg-hero__value-icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: #0F1E64;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.rg-hero__value-title {
    font-family: var(--ff-head);
    font-size: 14.5px;
    font-weight: var(--fw-bd);
    color: #FFFFFF;
    margin-bottom: 0.25rem;
}
.rg-hero__value-text {
    font-size: 13.5px;
    font-weight: var(--fw-med);
    color: #6A88BC;
    line-height: 1.52;
}

.rg-hero__principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.rg-principle {
    background: #FFFFFF;
    border-radius: 14px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 20px #C8D4EC;
}
.rg-principle__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #EEF2FC;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}
.rg-principle__title {
    font-family: var(--ff-head);
    font-size: 15px;
    font-weight: var(--fw-bd);
    color: var(--ct-navy);
    margin-bottom: 0.5rem;
}
.rg-principle__text {
    font-size: 13.5px;
    font-weight: var(--fw-med);
    color: var(--text-soft);
    line-height: 1.58;
}

.rg-tools {
    background: linear-gradient(155deg, #060D36 0%, #091650 100%);
    padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}
.rg-tools__head {
    margin-bottom: 2.5rem;
}
.rg-tools__label {
    font-family: var(--ff-head);
    font-size: 11px;
    font-weight: var(--fw-xbd);
    color: var(--ct-orange-lt);
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 0.875rem;
}
.rg-tools__h2 {
    font-family: var(--ff-head);
    font-size: clamp(1.625rem, 3.2vw, 2.5rem);
    font-weight: var(--fw-xbd);
    color: #FFFFFF;
    letter-spacing: -0.022em;
    margin-bottom: 0.875rem;
}
.rg-tools__desc {
    font-size: 15px;
    font-weight: var(--fw-med);
    color: #7A98CC;
    max-width: 560px;
    line-height: 1.68;
}
.rg-tools__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}
.rg-tools__explain {
    background: #0A1450;
    border-radius: 18px;
    padding: 1.75rem;
    box-shadow: 0 0 0 1px #162070;
}
.rg-tools__explain-title {
    font-family: var(--ff-head);
    font-size: 14px;
    font-weight: var(--fw-xbd);
    color: var(--ct-orange-lt);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1.125rem;
}
.rg-tools__explain-list {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}
.rg-tools__explain-item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 14px;
    font-weight: var(--fw-med);
    color: #9AB8E0;
    padding: 0.625rem 0.875rem;
    background: #081040;
    border-radius: 8px;
}
.rg-tools__explain-item img { width: 14px; height: 14px; filter: brightness(0) saturate(100%) invert(55%) sepia(60%) saturate(600%) hue-rotate(110deg); flex-shrink: 0; }

.rg-tools__ops { display: flex; flex-direction: column; gap: 1rem; }
.rg-tools__op {
    background: #0C1860;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 0 0 1px #1A2878;
}
.rg-tools__op-head {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    margin-bottom: 1rem;
}
.rg-tools__op-logo {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background: #060E38;
    object-fit: contain;
    padding: 6px;
    flex-shrink: 0;
}
.rg-tools__op-name {
    font-family: var(--ff-head);
    font-size: 16px;
    font-weight: var(--fw-xbd);
    color: #FFFFFF;
    margin-bottom: 0.2rem;
}
.rg-tools__op-lic {
    font-size: 12px;
    font-weight: var(--fw-bd);
    color: #3FD98A;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.rg-tools__op-lic img { width: 12px; height: 12px; filter: brightness(0) saturate(100%) invert(55%) sepia(60%) saturate(600%) hue-rotate(110deg); }
.rg-tools__op-items {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1rem;
}
.rg-tools__op-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 13.5px;
    font-weight: var(--fw-med);
    color: #8AAAD8;
}
.rg-tools__op-item img { width: 13px; height: 13px; filter: brightness(0) saturate(100%) invert(55%) sepia(50%) saturate(700%) hue-rotate(330deg); flex-shrink: 0; }

.rg-tools__note {
    background: #040A28;
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.rg-tools__note-icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: #150800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 0 1px #EF703820;
}
.rg-tools__note-title {
    font-family: var(--ff-head);
    font-size: 14px;
    font-weight: var(--fw-bd);
    color: var(--ct-orange-lt);
    margin-bottom: 0.375rem;
}
.rg-tools__note-text {
    font-size: 13.5px;
    font-weight: var(--fw-med);
    color: #5A7AAA;
    line-height: 1.64;
}

.rg-warning {
    background: var(--surf-page);
    padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}
.rg-warning__inner {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: start;
}
.rg-warning__left {}
.rg-warning__h2 {
    font-family: var(--ff-head);
    font-size: clamp(1.625rem, 3vw, 2.25rem);
    font-weight: var(--fw-xbd);
    color: var(--ct-navy);
    letter-spacing: -0.022em;
    margin-bottom: 1rem;
}
.rg-warning__desc {
    font-size: 15px;
    font-weight: var(--fw-med);
    color: var(--text-soft);
    line-height: 1.72;
    margin-bottom: 1.25rem;
}
.rg-warning__support {
    background: #EEF2FC;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    font-size: 14px;
    font-weight: var(--fw-med);
    color: var(--ct-navy);
    line-height: 1.6;
    font-style: italic;
}
.rg-warning__right {}
.rg-warning__signs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}
.rg-warning__sign {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 1rem 1.125rem;
    box-shadow: 0 2px 10px #C8D4EC;
    font-size: 15px;
    font-weight: var(--fw-med);
    color: var(--ct-navy);
    line-height: 1.52;
}
.rg-warning__sign img { width: 18px; height: 18px; flex-shrink: 0; margin-top: 1px; filter: brightness(0) saturate(100%) invert(40%) sepia(80%) saturate(600%) hue-rotate(110deg); }
.rg-warning__callout {
    background: var(--ct-navy);
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.875rem;
}
.rg-warning__callout-icon { flex-shrink: 0; }
.rg-warning__callout-text {
    font-family: var(--ff-head);
    font-size: 14.5px;
    font-weight: var(--fw-bd);
    color: #FFFFFF;
    line-height: 1.46;
}
.rg-warning__callout-text span { color: var(--ct-orange-lt); }

.rg-resources {
    background: var(--surf-page);
    padding: clamp(3.5rem, 6vw, 5.5rem) 0;
    border-top: 1px solid #E0E6F8;
}
.rg-resources__head {
    text-align: center;
    margin-bottom: 2.5rem;
}
.rg-resources__label {
    font-family: var(--ff-head);
    font-size: 11px;
    font-weight: var(--fw-xbd);
    color: var(--ct-blue);
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 0.875rem;
}
.rg-resources__h2 {
    font-family: var(--ff-head);
    font-size: clamp(1.625rem, 3.2vw, 2.5rem);
    font-weight: var(--fw-xbd);
    color: var(--ct-navy);
    letter-spacing: -0.022em;
    margin-bottom: 0.875rem;
}
.rg-resources__desc {
    font-size: 15px;
    font-weight: var(--fw-med);
    color: var(--text-soft);
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.68;
}
.rg-resources__featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.125rem;
    margin-bottom: 1.125rem;
}
.rg-resources__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.rg-resource-card {
    background: var(--ct-navy);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 8px 28px #0A144030, 0 0 0 1px #182878;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}
.rg-resource-card--featured { padding: 1.75rem; }
.rg-resource-card__logo {
    height: 44px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
    object-position: left;
    filter: brightness(0) invert(1);
    opacity: 0.75;
}
.rg-resource-card--featured .rg-resource-card__logo { height: 52px; }
.rg-resource-card__name {
    font-family: var(--ff-head);
    font-size: 15px;
    font-weight: var(--fw-bd);
    color: #FFFFFF;
}
.rg-resource-card--featured .rg-resource-card__name { font-size: 16.5px; }
.rg-resource-card__desc {
    font-size: 13.5px;
    font-weight: var(--fw-med);
    color: #7A98CC;
    line-height: 1.58;
    flex: 1;
}
.rg-resource-card__link {
    font-family: var(--ff-head);
    font-size: 13.5px;
    font-weight: var(--fw-bd);
    color: var(--ct-orange-lt);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    transition: color 0.2s ease;
}
.rg-resource-card__link:hover { color: #F8B080; }
.rg-resource-card__link img { width: 13px; height: 13px; filter: brightness(0) saturate(100%) invert(55%) sepia(50%) saturate(700%) hue-rotate(330deg); }

.rg-help-cta {
    background: linear-gradient(150deg, #060D36 0%, #091650 100%);
    padding: clamp(3rem, 5vw, 4.5rem) 0;
    text-align: center;
}
.rg-help-cta__h2 {
    font-family: var(--ff-head);
    font-size: clamp(1.625rem, 3vw, 2.25rem);
    font-weight: var(--fw-xbd);
    color: #FFFFFF;
    letter-spacing: -0.02em;
    margin-bottom: 0.875rem;
}
.rg-help-cta__desc {
    font-size: 15px;
    font-weight: var(--fw-med);
    color: #7A98CC;
    max-width: 520px;
    margin: 0 auto 2rem;
    line-height: 1.68;
}
.rg-help-cta__tiles {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.rg-help-tile {
    background: #0C1860;
    border-radius: 16px;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    min-width: 220px;
    text-decoration: none;
    box-shadow: 0 0 0 1px #1A2878;
    transition: background 0.22s ease, box-shadow 0.22s ease;
}
.rg-help-tile:hover { background: #112080; box-shadow: 0 8px 28px #010818, 0 0 0 1px #2040B0; }
.rg-help-tile__icon {
    width: 40px;
    height: 40px;
    border-radius: 9px;
    background: #0F1E64;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.rg-help-tile__label {
    font-size: 12px;
    font-weight: var(--fw-med);
    color: #4A6298;
    margin-bottom: 0.2rem;
}
.rg-help-tile__val {
    font-family: var(--ff-head);
    font-size: 14.5px;
    font-weight: var(--fw-bd);
    color: #FFFFFF;
}

.rg-commitment {
    background: var(--surf-page);
    padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}
.rg-commitment__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: center;
}
.rg-commitment__left {}
.rg-commitment__h2 {
    font-family: var(--ff-head);
    font-size: clamp(1.625rem, 3vw, 2.375rem);
    font-weight: var(--fw-xbd);
    color: var(--ct-navy);
    letter-spacing: -0.022em;
    margin-bottom: 1.125rem;
}
.rg-commitment__intro {
    font-size: 15px;
    font-weight: var(--fw-med);
    color: var(--text-soft);
    line-height: 1.72;
    margin-bottom: 1.75rem;
}
.rg-commitment__items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.75rem;
}
.rg-commitment__item {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
}
.rg-commitment__item-icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: var(--ct-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.rg-commitment__item-title {
    font-family: var(--ff-head);
    font-size: 15px;
    font-weight: var(--fw-bd);
    color: var(--ct-navy);
    margin-bottom: 0.25rem;
}
.rg-commitment__item-text {
    font-size: 14px;
    font-weight: var(--fw-med);
    color: var(--text-soft);
    line-height: 1.58;
}
.rg-commitment__right {
    background: var(--ct-navy);
    border-radius: 20px;
    padding: 2.25rem;
    box-shadow: 0 12px 40px #0A144030;
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
}
.rg-commitment__stat {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding-bottom: 1.125rem;
    border-bottom: 1px solid #152060;
}
.rg-commitment__stat:last-child { border-bottom: none; padding-bottom: 0; }
.rg-commitment__stat-num {
    font-family: var(--ff-head);
    font-size: 28px;
    font-weight: var(--fw-xbd);
    color: var(--ct-orange-lt);
    letter-spacing: -0.02em;
    line-height: 1;
}
.rg-commitment__stat-label {
    font-size: 13.5px;
    font-weight: var(--fw-med);
    color: #5A78B0;
    line-height: 1.46;
}

@media (max-width: 960px) {
    .rg-hero__inner { grid-template-columns: 1fr; }
    .rg-hero__principles { grid-template-columns: 1fr; }
    .rg-tools__body { grid-template-columns: 1fr; }
    .rg-warning__inner { grid-template-columns: 1fr; }
    .rg-resources__featured { grid-template-columns: 1fr 1fr; }
    .rg-resources__grid { grid-template-columns: 1fr 1fr; }
    .rg-commitment__inner { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .rg-hero__principles { grid-template-columns: 1fr; }
    .rg-resources__featured { grid-template-columns: 1fr; }
    .rg-resources__grid { grid-template-columns: 1fr 1fr; }
    .rg-help-cta__tiles { flex-direction: column; align-items: center; }
}
