@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap);

:root {
    --teal-primary: #4d898c;
    --teal-dark: #155f56;
    --teal-light: #d4ecee;
    --teal-border: #c2e0db;
    --orange-badge: #f58721;
    --text-dark: #1a2332;
    --text-muted: #6b7280;
    --text-body: #374151;
    --border-light: #7acbcd;
    --bg-light: #f9fafb;
    --white: #ffffff;
    --font-family: "Poppins", sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-family);
    color: var(--text-body);
    background: var(--white);
    font-size: 16px;
    line-height: 1.6;
}

/* ── HERO SECTION ── */
.hero-section {
    position: relative;
    padding: 40px 0;
    background-image: url("../images/GPC_Social_Media_Post_2026.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 70%;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        91deg,
        #fff 0.56%,
        rgba(255, 255, 255, 0.97) 44.61%,
        rgba(240, 245, 245, 0.89) 53.51%,
        rgba(77, 137, 140, 0.1) 72.93%
    );
}
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 536px;
}
.badge-consultation {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--orange-badge);
    color: white;
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 18px;
}
.badge-consultation .dot {
    width: 7px;
    height: 7px;
    background: white;
    border-radius: 50%;
    flex-shrink: 0;
}
.hero-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--teal-primary);
    line-height: 1.3;
    margin-bottom: 16px;
}
.hero-description {
    font-size: 16px;
    color: var(--text-body);
    line-height: 1.65;
    margin-bottom: 28px;
    max-width: 460px;
}
.hero-actions {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}
.btn-submit-feedback {
    background: var(--teal-primary);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 11px 22px;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
}
.btn-submit-feedback:hover {
    color: white;
}
.btn-view-docs {
    background: transparent;
    color: var(--teal-primary);
    border: 1.5px solid var(--teal-primary);
    border-radius: 12px;
    padding: 11px 22px;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}
.btn-view-docs:hover {
    color: var(--teal-primary);
}
.hero-dates {
    display: flex;
    gap: 28px;
    font-size: 14px;
    color: var(--text-muted);
    padding-bottom: 32px;
}
.hero-dates span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.hero-dates i {
    font-size: 15px;
    color: var(--teal-primary);
}

/* ── TABS ── */
/* ── TABS ── */
.scheme-tabs {
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
}

.scheme-tabs .nav-tabs {
    border: none;
    gap: 0;
    background: #fff;
    border: none;
    cursor: pointer;
    font-size: var(--font-size-14);
    display: inline-flex;
    width: auto;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.17);
}

.scheme-tabs .nav-tabs .nav-item .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    padding: 12px 7vw !important;
    background: transparent;
    transition: all 0.2s;
    white-space: nowrap;
}

.scheme-tabs .nav-tabs .nav-item .nav-link.active {
    background: var(--teal-primary);
    color: white;
    border-bottom-color: var(--teal-primary);
    border-radius: 0;
}

.scheme-tabs .nav-tabs .nav-item .nav-link:hover:not(.active) {
    color: var(--teal-primary);
    border-bottom-color: var(--teal-primary);
}

.consultation_content-card1 {
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 24px;
    border-left: 3px solid var(--teal-primary);
}

.consultation_content-card1 h6 {
    color: var(--text-dark);
    font-size: 14px;
}
.consultation_content-card1 h6 i {
    color: var(--teal-primary);
}
.consultation_content-card1 p {
    font-size: 15px;
    color: var(--text-body);
    line-height: 1.7;
    margin-bottom: 8px;
}
.consultation_content-card2 {
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 20px;
}
.consultation_content-card2 .period-row-container_content {
    background: #d4ecee;
    border-radius: 6px;
}

.consultation_content-card2 .badgee {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff8ee;
    color: #c05c05;
    border: 1px solid #f8c98a;
    border-radius: 18px;
    padding: 6px 16px;
    font-size: 12.5px;
    font-weight: 600;
}
.consultation_content-card2 .badgee i {
    font-size: 13px;
}
.consultation_content-card2 .dot {
    width: 7px;
    height: 7px;
    background: #c05c05;
    border-radius: 50%;
    flex-shrink: 0;
}

.consult-btn-outline {
    display: inline-flex;
    background: white;
    color: var(--teal-primary);
    border-radius: 50px;
    border: 1.6px solid #4d898c;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    margin: 16px 0px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s;
}

.consultation_content-card {
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 28px;
    margin-bottom: 24px;
}
/* ── CARDS ── */
.content-card {
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 28px;
    margin-bottom: 24px;
}
.content-card p {
    font-size: 16px;
    color: var(--text-body);
    line-height: 1.7;
    margin-bottom: 10px;
}
.content-card p:last-child {
    margin-bottom: 0;
}
.content-card a {
    color: var(--teal-primary);
    text-decoration: none;
    font-weight: 500;
}
.content-card a:hover {
    text-decoration: underline;
}

/* ── SECTION HEADINGS ── */
.section-heading {
    font-size: 17px;
    font-weight: 700;
    color: var(--teal-primary);
    margin-bottom: 20px;
}
.section-heading-dark {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
}

/* ── DOCUMENTS LIST ── */
.documents-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.documents-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    margin-bottom: 10px;
    background: white;
}
.documents-list li:last-child {
    margin-bottom: 0;
}
.doc-number {
    width: 26px;
    height: 26px;
    background: var(--teal-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
    margin-right: 14px;
}
.doc-name {
    font-size: 14.5px;
    font-weight: 500;
    color: var(--text-dark);
    flex: 1;
}
.btn-download {
    background: transparent;
    border: 1.5px solid var(--border-light);
    border-radius: 6px;
    padding: 6px 14px;
    font-size: 12.5px;
    font-weight: 500;
    color: var(--text-dark);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.2s;
    text-decoration: none;
    white-space: nowrap;
}
.btn-download:hover {
    border-color: var(--teal-primary);
    color: var(--teal-primary);
}

/* ── SUBMISSION BOXES ── */
.submission-box {
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 18px 20px;
    margin-bottom: 12px;
    background: var(--bg-light);
}
.submission-box:last-child {
    margin-bottom: 0;
}
.submission-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--text-muted);
    margin-bottom: 6px;
}
.submission-label a{
    text-transform: lowercase;
}
.submission-value {
    font-size: 15px;
    font-weight: 500;
    color: var(--teal-primary);
    margin-bottom: 2px;
}
.submission-subject {
    font-size: 14px;
    color: var(--text-muted);
}
.submission-link {
    font-size: 14px;
    color: var(--teal-primary);
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}
.submission-link:hover {
    text-decoration: underline;
}

/* ── IMPORTANT NOTICE ── */
.important-notice {
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 24px 28px;
    margin-bottom: 24px;
}
.important-notice h6 {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 14px;
}
.important-notice p {
    font-size: 16px;
    color: var(--text-body);
    line-height: 1.7;
    margin-bottom: 10px;
}
.important-notice strong {
    font-weight: 600;
    color: var(--text-dark);
}

/* ── ABOUT SCHEME ── */
.about-scheme {
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 28px;
    margin-bottom: 24px;
}
.about-scheme p {
    font-size: 16px;
    color: var(--text-body);
    line-height: 1.75;
    margin-bottom: 14px;
}
.about-scheme p:last-child {
    margin-bottom: 0;
}
.about-scheme a {
    color: var(--teal-primary);
    font-weight: 500;
    text-decoration: none;
}

/* ── WHY IMPORTANT ── */
.why-important {
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 28px;
    margin-bottom: 24px;
}
.why-important p {
    font-size: 16px;
    color: var(--text-body);
    line-height: 1.7;
    margin-bottom: 12px;
}
.why-important .section-subheading {
    font-size: 14.5px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 18px 0 12px;
    padding-left: 12px;
    border-left: 3px solid var(--teal-primary);
}
.check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
}
.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--text-body);
    margin-bottom: 8px;
    line-height: 1.5;
}
.check-list li .check-icon {
    color: var(--teal-primary);
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 1px;
}

/* ── PURPOSE ── */
.purpose-section {
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 28px;
    margin-bottom: 24px;
}
.purpose-section p {
    font-size: 16px;
    color: var(--text-body);
    line-height: 1.7;
    margin-bottom: 12px;
}
.purpose-section .subtext {
    font-size: 13.5px;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 12px;
}

/* ── WHO BENEFITS ── */
.who-benefits {
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 28px;
    margin-bottom: 24px;
}
.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
.benefits-col {
    background: var(--bg-light);
    border-radius: 8px;
    padding: 8px;
}
.benefits-col-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-light);
}
.benefits-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.benefits-col ul li {
    font-size: 13.5px;
    color: var(--text-body);
    padding: 4px 0;
    display: flex;
    align-items: flex-start;
    gap: 7px;
    line-height: 1.4;
}
.benefits-col ul li::before {
    content: "›";
    color: var(--teal-primary);
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
    line-height: 1.2;
}

/* ── KEY FEATURES ── */
.key-features {
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 28px;
    margin-bottom: 24px;
}
.features-intro {
    font-size: 13.5px;
    color: var(--text-body);
    margin-bottom: 20px;
}
.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.feature-card {
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 18px;
    background: var(--bg-light);
}
.feature-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.feature-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    color: var(--teal-primary);
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-title {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--text-dark);
}
.feature-desc {
    font-size: 12.5px;
    color: var(--text-muted);
    line-height: 1.5;
    margin-left: 38px;
}

/* ── ABOUT RRMA ── */
.about-rrma {
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 28px;
    margin-bottom: 24px;
}
.about-rrma p {
    font-size: 16px;
    color: var(--text-body);
    line-height: 1.75;
    margin-bottom: 14px;
}
.about-rrma .rrma-actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.btn-teal-outline {
    /* border: 1.5px solid var(--teal-primary); */
    color: white;
    border-radius: 14px;
    background: #7acbcd;
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
}

.btn-teal-outline:hover {
    /* background: var(--teal-primary);*/
    color: white;
}

.btn-teal-solid {
    border: 1.6px solid #4d898c;
    color: #4d898c;
    border-radius: 8px;
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background 0.2s;
}

.btn-teal-solid:hover {
    background: var(--teal-dark);
    color: white;
}

/* ── SIDEBAR ── */
.sidebar-consultation-period {
    background: white;
    border-radius: 10px;
    border: 1px solid var(--border-light);
    margin-bottom: 16px;
    color: var(--text-dark);
    overflow: hidden;
}
.sidebar-consultation-period-head {
    padding: 15px;
    background: linear-gradient(135deg, #1a6b6e 0%, #4d898c 60%, #2a9d8f 100%);
}
.sidebar-consultation-period h6 {
    font-size: 15px;
    font-weight: 700;
    color: white;
    margin-bottom: 4px;
}
.sidebar-consultation-period .sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
}
.period-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding-left: 22px;
    padding-right: 22px;
}
.period-row-container {
    background: #d4ecee;
    border-radius: 10px;
}
.period-row i {
    font-size: 14px;
    color: var(--teal-primary);
}
.period-label {
    font-size: 11px;
    font-weight: 400;
    color: #9aa0a6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.period-value {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
}
.badge-tba {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff8ee;
    color: #c05c05;
    border: 1px solid #f8c98a;
    border-radius: 10px;
    padding: 6px 16px;
    font-size: 12.5px;
    font-weight: 600;
}
.badge-tba i {
    font-size: 13px;
}

.sidebar-btn {
    display: flex;
    width: 100%;
    background: var(--teal-primary);
    color: white;
    border: none;
    border-radius: 13px;
    padding: 12px 18px;
    font-size: 13.5px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s;
}
.sidebar-btn:hover {
    color: white;
}
.sidebar-btn-outline {
    display: flex;
    width: 100%;
    background: white;
    color: var(--teal-primary);
    border: 1.5px solid var(--border-light);
    border-radius: 13px;
    padding: 12px 18px;
    font-size: 13.5px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 16px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s;
}
.sidebar-btn-outline:hover {
    color: var(--teal-primary);
}

.sidebar-scheme-details {
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    margin-bottom: 16px;
}
.sidebar-scheme-details h6 {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--teal-primary);
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
}
.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    font-size: 13px;
    padding: 12px 20px;
}
.detail-row:last-child {
    border-bottom: none;
}
.detail-label {
    color: var(--text-muted);
    font-weight: 400;
}
.detail-value {
    font-weight: 600;
    color: var(--text-dark);
    text-align: right;
}

.sidebar-questions {
    background: var(--teal-light);
    border: 1px solid var(--teal-border);
    border-radius: 10px;
    padding: 20px;
}
.sidebar-questions h6 {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--teal-primary);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.sidebar-questions p {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 10px;
}
.sidebar-questions a {
    font-size: 13px;
    color: var(--teal-primary);
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}
.sidebar-questions a:hover {
    text-decoration: underline;
}
/* ── CARDS ── */
.content-card {
    border-radius: 14px;
    border: 0.8px solid #7acbcd;
    background: #fff;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    padding: 28px;
    margin-bottom: 24px;
}

.content-card p {
    font-size: 16px;
    color: var(--text-body);
    line-height: 1.7;
    margin-bottom: 10px;
}

.content-card p:last-child {
    margin-bottom: 0;
}

.content-card a {
    color: var(--teal-primary);
    text-decoration: none;
}

.content-card a:hover {
    text-decoration: underline;
}

/* ── SECTION HEADINGS ── */
.section-heading {
    font-size: 17px;
    font-weight: 500;
    color: var(--teal-primary);
    margin-bottom: 20px;
}

.section-heading-dark {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
}

/* ── DOCUMENTS LIST ── */
.documents-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.documents-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-radius: 10px;
    border: 0.8px solid #dee2e6;
    background: #f9f7f3;
    margin-bottom: 10px;
}

.documents-list li:last-child {
    margin-bottom: 0;
}

.doc-number {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    background: #7acbcd;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
    margin-right: 14px;
}

.doc-name {
    font-size: 14.5px;
    color: var(--text-dark);
    flex: 1;
}

.btn-download {
    background: transparent;
    border-radius: 50px;
    border: 0.8px solid #4d898c;
    padding: 6px 14px;
    font-size: 12.5px;
    color: var(--text-dark);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.2s;
    text-decoration: none;
    white-space: nowrap;
}

.btn-download:hover {
    border-color: var(--teal-primary);
    color: var(--teal-primary);
}

/* ── IMPORTANT NOTICE ── */
.important-notice {
    background: white;
    padding: 24px 28px;
    margin-bottom: 24px;
}

.important-notice h6 {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 14px;
}

.important-notice p {
    font-size: 16px;
    color: var(--text-body);
    line-height: 1.7;
    margin-bottom: 10px;
}

.important-notice strong {
    font-weight: 600;
    color: var(--text-dark);
}

/* ── ABOUT SCHEME ── */
.about-scheme {
    background: white;
    border: 0.8px solid #7acbcd;
    border-radius: 10px;

    margin-bottom: 24px;
}

.about-head {
    padding: 10px;
}

.about-desc {
    padding: 10px;
}

.about-scheme p {
    font-size: 16px;
    color: var(--text-body);
    line-height: 1.75;
    margin-bottom: 14px;
}

.about-scheme p:last-child {
    margin-bottom: 0;
}

.about-scheme a {
    color: var(--teal-primary);
    font-weight: 500;
    text-decoration: none;
}

/* ── WHY IMPORTANT ── */
.why-important {
    background: white;
    border: 0.8px solid #7acbcd;
    border-radius: 10px;
    margin-bottom: 24px;
}

.why-important p {
    font-size: 16px;
    color: var(--text-body);
    line-height: 1.7;
    margin-bottom: 12px;
}

.why-important .section-subheading {
    font-size: 14.5px;
    font-weight: 600;
    color: var(--text-dark);
    margin: 18px 0 12px;
    padding-left: 12px;
    border-left: 3px solid #7acbcd;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--text-body);
    margin-bottom: 8px;
    line-height: 1.5;
}

.check-list li .check-icon {
    color: #00a63e;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px;
}

/* ── PURPOSE ── */
.purpose-section {
    background: white;
    border: 0.8px solid #7acbcd;
    border-radius: 10px;
    margin-bottom: 24px;
}

.purpose-section p {
    font-size: 16px;
    color: var(--text-body);
    line-height: 1.7;
    margin-bottom: 12px;
}

.purpose-section .subtext {
    font-size: 13.5px;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 12px;
}

/* ── WHO BENEFITS ── */
.who-benefits {
    background: white;
    border: 0.8px solid #7acbcd;
    border-radius: 10px;

    margin-bottom: 24px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.benefits-col {
    border-radius: 14px;
    border: 0.8px solid #7acbcd;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(77, 137, 140, 0.08);
}

.benefits-col-title {
    font-size: 15px;
    font-weight: 500;
    color: #358b8d;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-light);
    padding: 18px;
}

.benefits-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 8px;
}

.benefits-col ul li {
    font-size: 13.5px;
    color: var(--text-body);
    padding: 4px 0;
    display: flex;
    align-items: flex-start;
    gap: 7px;
    line-height: 1.4;
}

.benefits-col ul li::before {
    content: "›";
    color: var(--teal-primary);
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
    line-height: 1.2;
}

/* ── KEY FEATURES ── */
.key-features {
    background: white;
    border: 0.8px solid #7acbcd;
    border-radius: 10px;
    margin-bottom: 24px;
}

.features-intro {
    font-size: 13.5px;
    color: var(--text-body);
    margin-bottom: 20px;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.feature-card {
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 18px;
    background: var(--bg-light);
}

.feature-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.feature-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    color: var(--teal-primary);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #d4ecee;
}

.feature-title {
    font-size: 13.5px;
    font-weight: 500;
    color: var(--text-dark);
}

.feature-desc {
    font-size: 12.5px;
    color: var(--text-muted);
    line-height: 1.5;
    margin-left: 38px;
}

/* ── ABOUT RRMA ── */
.about-rrma {
    background: white;
    border: 0.8px solid #7acbcd;
    border-radius: 10px;
    margin-bottom: 24px;
}

.about-rrma p {
    font-size: 16px;
    color: var(--text-body);
    line-height: 1.75;
    margin-bottom: 14px;
}

.about-rrma .rrma-actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.btn-teal-outline {
    /* border: 1.5px solid var(--teal-primary); */
    color: white;
    border-radius: 14px;
    background: #7acbcd;
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
}

.btn-teal-outline:hover {
    /* background: var(--teal-primary);*/
    color: white;
}

.btn-teal-solid {
    border: 1.6px solid #4d898c;
    color: #4d898c;
    border-radius: 8px;
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background 0.2s;
}

.btn-teal-solid:hover {
    background: var(--teal-dark);
    color: white;
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
    .hero-section {
        background-size: cover;
        background-position: center;
        padding: 35px 20px;
    }
    .hero-content {
        max-width: 100%;
    }
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    .scheme-tabs .nav-tabs .nav-item .nav-link {
        padding: 12px 4vw !important;
    }
}
@media (max-width: 767px) {
    .hero-title {
        font-size: 22px;
    }
    .features-grid {
        grid-template-columns: 1fr;
    }
    .hero-actions {
        gap: 11px;
    }
    .btn-submit-feedback,
    .btn-view-docs {
        padding: 11px 18px;
        font-size: 12px;
    }
    .scheme-tabs .nav-tabs .nav-item .nav-link {
        padding: 12px 1vw !important;
    }
}
@media (max-width: 500px) {
    .hero-section {
        padding: 20px 5px;
    }
    .scheme-tabs .nav-tabs .nav-item .nav-link {
        font-size: 12px;
    }
    .scheme-tabs{
        margin-top: 18px!important;
    }
}
@media (max-width: 400px) {
    .hero-actions {
        display: block;
        margin-bottom: 0;
    }
    .btn-submit-feedback,
    .btn-view-docs {
        display: inline-block;
        margin-bottom: 24px;
        text-align: center;
        width: 200px;
    }
    .hero-dates {
        padding-bottom: 20px;
    }
}





    .form-header {
         text-align: center;
         margin-bottom: 28px;
     }

     .form-header h1 {
         font-size: clamp(1.25rem, 3vw, 1.65rem);
         font-weight: 700;
         color: #1a4a4d;
         line-height: 1.35;
         margin-bottom: 8px;
     }

     .form-header h2 {
         font-size: clamp(1rem, 2.2vw, 1.2rem);
         font-weight: 600;
         color: #2d7a7e;
         margin-top: 0;
     }

     /* ── Card wrapper ── */
     .form-card {
         background: #fff;
         border-radius: 12px;
         padding: clamp(20px, 4vw, 40px) clamp(16px, 4vw, 44px);
         box-shadow: 0 2px 16px rgba(0, 0, 0, .08);
     }

     /* ── Section titles ── */
     .section-title {
         background: #4d898c;
         color: #fff;
         padding: 10px 16px;
         border-radius: 6px;
         margin-top: 28px;
         margin-bottom: 16px;
         font-size: .95rem;
         font-weight: 600;
     }

     /* ── Labels & inputs ── */
     .form-label {
         font-weight: 500;
         font-size: .9rem;
         color: #333;
         margin-bottom: 4px;
     }

     .form-control,
     .form-select {
         background: #e1eaed !important;
         border: 1px solid #c8d8db;
         border-radius: 6px;
         font-size: .9rem;
         color: #000 !important;
         transition: border-color .2s, box-shadow .2s;
     }

     .form-control:focus,
     .form-select:focus {
         border-color: #4d898c;
         box-shadow: 0 0 0 3px rgba(77, 137, 140, .18);
         outline: none;
     }

     select option,
     select {
         color: #000 !important;
     }

     textarea.form-control {
         min-height: 110px;
         resize: vertical;
     }

     /* ── Checkbox styling ── */
     .form-check {
         padding-left: 2rem;
     }

     .form-check-input {
         background: #e1eaed !important;
         border-color: #4d898c;
         width: 1.1em;
         height: 1.1em;
         margin-top: .2em;
         cursor: pointer;
     }

     .form-check-input:checked {
         background-color: #4d898c !important;
         border-color: #4d898c !important;
     }

     .form-check-label {
         font-size: .9rem;
         cursor: pointer;
     }

     /* ── Required asterisk ── */
     .req {
         color: #d9534f;
     }

     /* ── Dynamic table ── */
     .table-scroll-wrapper {
         overflow-x: auto;
         -webkit-overflow-scrolling: touch;
         border-radius: 8px;
         border: 1px solid #d0e8ea;
     }

     .comments-table {
         width: 100%;
         border-collapse: collapse;
         min-width: 700px;
         /* triggers horizontal scroll on small screens */
         font-size: .85rem;
     }

     .comments-table thead th {
         background: #f3f8f9;
         border: 1px solid #d0e8ea;
         padding: 10px 12px;
         font-weight: 700;
         color: #1a4a4d;
         white-space: nowrap;
     }

     .comments-table tbody td {
         border: 1px solid #e0eaec;
         padding: 8px 10px;
         vertical-align: middle;
     }

     .comments-table tbody tr:nth-child(even) {
         background: #f9fcfc;
     }

     .comments-table .form-control {
         min-width: 110px;
     }

     #add-row-btn {
         display: inline-flex;
         align-items: center;
         gap: 6px;
         border: 1px dashed #2d7a7e;
         color: #2d7a7e;
         background: #f7fafa;
         border-radius: 6px;
         padding: 7px 18px;
         font-size: .85rem;
         font-weight: 600;
         cursor: pointer;
         margin-top: 10px;
         transition: background .2s;
     }

     #add-row-btn:hover {
         background: #e8f5f6;
     }

     .remove-row-btn {
         background: none;
         border: none;
         color: #d9534f;
         font-size: 1rem;
         cursor: pointer;
         padding: 4px 6px;
         border-radius: 4px;
         transition: background .15s;
     }

     .remove-row-btn:hover {
         background: #fff0f0;
     }

     /* ── Submit button ── */
     .btn-submit {
         background: #2d7a7e;
         color: #fff;
         border: none;
         padding: 11px 32px;
         border-radius: 7px;
         font-weight: 700;
         font-size: .95rem;
         cursor: pointer;
         display: inline-flex;
         align-items: center;
         gap: 8px;
         transition: background .2s;
     }

     .btn-submit:hover:not(:disabled) {
         background: #1a4a4d;
     }

     .btn-submit:disabled {
         opacity: .65;
         cursor: not-allowed;
     }

     /* ── Inline alert ── */
     .form-alert {
         border-radius: 8px;
         padding: 13px 18px;
         margin-bottom: 20px;
         font-size: .9rem;
         display: none;
     }

     .form-alert.success {
         background: #d4edda;
         border: 1px solid #b2dfc0;
         color: #155724;
         display: block;
     }

     .form-alert.error {
         background: #f8d7da;
         border: 1px solid #f0b8bc;
         color: #721c24;
         display: block;
     }

     /* ── Disclaimer / small text ── */
     .small-text {
         font-size: .8rem;
         color: #666;
         line-height: 1.65;
     }

     /* ── Submission instructions box ── */
     .submission-instruction {
         background: #f3f8f9;
         border-left: 4px solid #4d898c;
         border-radius: 0 6px 6px 0;
         padding: 14px 18px;
         margin-top: 24px;
         font-size: .88rem;
         color: #333;
     }

     .submission-instruction strong {
         color: #1a4a4d;
     }


     /* Tablet (≤ 768px) */
     @media (max-width: 768px) {
         .page-wrapper {
             padding: 24px 8px 40px;
         }

         .form-card {
             padding: 20px 16px;
         }
     }

     /* Mobile (≤ 575px) */
     @media (max-width: 575px) {
         .form-header h1 {
             font-size: 1.15rem;
         }

         .form-header h2 {
             font-size: .95rem;
         }

         /* Stack all col-md-6 to full width */
         .row>[class*="col-md-"] {
             width: 100% !important;
             flex: 0 0 100% !important;
             max-width: 100% !important;
         }

         .btn-submit {
             width: 100%;
             justify-content: center;
         }

         /* Table: card-stack mode */
         .table-scroll-wrapper {
             border: none;
             background: none;
         }

         .comments-table {
             min-width: unset;
         }

         .comments-table thead {
             display: none;
         }

         .comments-table tbody tr {
             display: block;
             border: 1px solid #d0e8ea;
             border-radius: 8px;
             margin-bottom: 14px;
             padding: 12px;
             background: #f7fafa;
         }

         .comments-table tbody td {
             display: block;
             border: none;
             padding: 5px 0;
         }

         .comments-table tbody td::before {
             content: attr(data-label);
             display: block;
             font-size: .72rem;
             font-weight: 700;
             text-transform: uppercase;
             color: #4d898c;
             letter-spacing: .4px;
             margin-bottom: 3px;
         }

         .comments-table .form-control {
             min-width: unset;
             width: 100%;
         }
     }