/* ── Section wrapper ── */
.enf-section {
    background-color: #E3120B;
    padding: 60px 0px;
    box-sizing: border-box;
}
.enf-inner .cmntle {
    color: #FFF;
    margin: 0px 0px 20px 0px;
    text-align: left;
}
.enf-inner {
    text-align: center;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}
.enf-description {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
    flex: 1;
    text-align: left;
}
.enf-description p {
    margin: 0px 0px 20px 0px;
}
.enf-description p:last-child { 
    margin: 0px;
}
.enf-description h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 auto;
}
.enf-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}
.gdr-members .enf-inner { gap: 100px; }
.gdr-members .enf-members {
    justify-content: center;
    padding-top: 0;
}
.enf-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex: 0 0 auto;
    max-width: 220px;
}
.enf-member__photo-wrap {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    background: #ffffff;
    flex-shrink: 0;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.enf-member__photo-wrap:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
}
.enf-member__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.enf-member__photo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5d0ce;
}
.enf-member__photo-placeholder svg {
    width: 100%;
    height: 100%;
}
.enf-member__info {
    text-align: center;
}
.enf-member__name {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 4px;
    line-height: 1.3;
}
.enf-member__designation {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
}
/**/
.scope-section {
    position: relative;
    padding: 60px 0px;
    text-align: center;
}
.scope-section h2 {
    margin-bottom: 24px;
}
.scope-description  {
    font-size: 18px;
    color: #62666D;
    text-align: center;
    max-width: 1080px;
    margin: 0px auto;
}
.scope-section p:last-child {
    margin-bottom: 0px;
}
/*  STANDARDS SECTION */
.standards-section {
    background-color: #F4F4F4;
    padding: 60px 0px;
}
.standards-section h2 {
    margin-bottom: 40px;
}
.standards-tab-nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    border-bottom: none;
    gap: 0;
    background-color: transparent;
    justify-content: space-between;
    gap: 16px;
}
.standards-tab-nav .nav-item {
    margin-bottom: 0;
}
.standards-tab-link {
    display: inline-block;
    padding: 0px;
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    color: #919191;
    text-decoration: none;
    background: none;
    transition: color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
    border: 0px;
    box-shadow: none;
}
.standards-tab-link:hover {
    color: #E3120B;
    text-decoration: none;
}
.standards-tab-link.active {
    color: #E3120B;
}
.standards-tab-content {
    background-color: transparent;
    padding-top: 30px;
}
.standards-tab-description {
    font-size: 18px;
    color: #62666D;
    line-height: 1.5;
    margin-bottom: 16px;
}
.standards-tab-description:last-child { 
    margin-bottom: 0px;
}
.standards-tab-description p:last-child { 
    margin-bottom: 0px;
}
.standards-doc-grid {
    display: flex;
    flex-wrap: wrap;
    column-gap: 48px;
    row-gap: 20px;
    padding-top: 24px;
}
.standards-doc-card {
    flex: 0 0 calc(33.33% - 32px);
    max-width: calc(33.33% - 32px);
}
.standards-doc-icon, .standards-doc-icon img { 
    max-width: 34px;
}
.standards-doc-link {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #E3120B;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 4px 12px 20px;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    min-height: 70px;
    transition: background-color 0.2s ease, transform 0.15s ease;
}
.standards-doc-link:hover {
    background-color: #cc0000;
    transform: translateY(-2px);
}
.standards-doc-title {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
}

/* COMPLIANCE SECTION */
.compliance-section {
    position: relative;
    padding: 60px 0px;
}

.compliance-section .cmntle { 
    margin-bottom: 40px;
}

.compliance-body {
    display: flex;
    align-items: flex-start;
    gap: 48px;
    margin: 0 auto 32px auto;
}

.compliance-body:last-child { 
    margin-bottom: 0px;
}

.compliance-icon-wrap {
    flex-shrink: 0;
    width: 48px;
}

.compliance-icon-img {
    width: 48px;
    height: auto;
    display: block;
}

.compliance-content {
    flex: 1;
    min-width: 0;
}

.compliance-content p {
    font-size: 20px;
    color: #62666D;
    line-height: 1.5;
    margin-bottom: 24px;
}

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

.compliance-content ul,
.compliance-content ol {
    font-size: 18px;
    color: #62666D;
    line-height: 1.5;
    padding-left: 20px;
    margin-bottom: 16px;
}

.compliance-content a {
    color: #E3120B;
    text-decoration: underline;
}

.compliance-content a:hover {
    color: #cc0000;
}

/*   OVERSIGHT SECTION  */
.oversight-section {
    padding: 60px 0px;
}
.oversight-section.oversight-top-sec { 
    padding-bottom: 0px;
}
.oversight-section .cmntle  {
    margin-bottom: 24px;
}
.oversight-wysiwyg p {
    font-size: 18px;
    color: #62666D;
    text-align: center;
    margin-bottom: 16px;
}

.oversight-wysiwyg p:last-child {
    margin-bottom: 0;
}

.oversight-top-content {
    max-width: 980px;
    margin: 0 auto 48px auto;
}

.oversight-bottom-content {
    margin: 40px auto 0;
}

.oversight-doc-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.oversight-doc-inner {
    display: flex;
    gap: 18px;
    background-color: #F4F4F4;
    border-radius: 8px;
    padding: 18px 22px;
    text-decoration: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

a.oversight-doc-inner:hover {
    text-decoration: none;
}

.oversight-doc-list .standards-doc-action-btn:hover svg {
stroke: #E3120B;
}

.oversight-doc-icon {
    flex-shrink: 0;
    width: 34px;
}

.oversight-doc-icon img {
    max-width: 34px;
}

.oversight-doc-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
    position: relative;
}

.oversight-doc-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
}

.oversight-doc-subtitle {
    font-size: 14px;
    color: #000;
}

.oversight-doc-list .standards-doc-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.oversight-doc-list .standards-doc-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease;
}
a.oversight-doc-inner:hover .oversight-doc-title {
    color: #E3120B;
}
.convergence-section  {
    margin-bottom: 60px;
}
.kf-section {
    padding: 0px 0px 10px 0px;
}
.kf-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0 0 36px;
    line-height: 1.3;
}
.kf-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}
.kf-card {
    background: linear-gradient(135deg, #E7000B 0%, #C10007 100%);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 150px;
}
.kf-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kf-icon img {
    object-fit: contain;
    display: block;
}
.kf-card-text {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
}
.kf-card:hover .kf-icon img { filter: brightness(0) invert(1); }
.gdr-section .oversight-top-content { 
    margin-bottom: 32px;
}
.oversight-section.gdr-section { 
    padding-bottom: 40px;
}
.gdr-section .oversight-wysiwyg { 
    max-width: 1040px;
    margin-inline: auto;
}
/**/
.scope-cls-section {
    padding: 60px 0;
}
.scope-content {
    max-width: 1020px;
    margin: 0 auto;
    font-size: 18px;
    color: #62666D;
    text-align: center;
}
.scope-content a {
    color: #62666D;
    text-decoration: none;
    font-weight: 700;
}
.scope-content a:hover {
    color:#E3120B;
}
.scope-cls-section .cmntle, .why-section .cmntle {
    margin-bottom: 24px;
}
.scope-cls-section p:last-child, .why-section p:last-child { 
    margin-bottom: 0px;
}
.why-section {
    padding: 60px 0px;
    background: #F4F4F4;
}

.why-content {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 18px;
    color: #62666D;
    text-align: center;
}

/**/
.intelligence-section { 
    padding: 60px 0px 10px 0px;
}
.intelligence-section .cmntle { 
    margin-bottom: 24px;
}
.intelligence-section .foi-tl-header {
    font-size: 18px;
    color: #62666D;
    text-align: center;
    margin: 0px auto 48px auto;
}
.intelligence-section .foi-tl-header p:last-child  {
    margin-bottom: 0px;
}

/* pub section */
.pub-section {
    width: 100%;
    padding: 30px 0px 60px 0px;
}
.pub-section .pub-inner {
    padding-left: 120px;
}
.pub-section .cmntle  {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 24px;
    line-height: 1.2;
    text-align: left;
}
.pub-grid {
    display: flex;
    flex-wrap: wrap;
    column-gap: 60px;
    row-gap: 24px;
}

.pub-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: #F4F4F4;
    border-radius: 16px;
    padding: 16px 24px;
    text-decoration: none;
    color: inherit;
    min-width: 200px;
    flex: 0 0 auto;
    transition: background 0.18s, box-shadow 0.18s, transform 0.18s;
    cursor: pointer;
    width: calc(33.33% - 40px);
}

.pub-card:hover {
    background: #ececec;
    box-shadow: 0 1px 4px rgba(0,0,0,0.02);
    transform: translateY(-2px);
}

.pub-card--hidden {
    display: none;
}

.pub-card__icon {
    flex-shrink: 0;
    max-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pub-card__icon img {
    max-width: 34px;
    height: auto;
    display: block;
}

.pub-card__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pub-card__label {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    text-transform: uppercase;
}

.pub-card__date {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
}

.pub-loadmore-wrap {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.pub-card .pub-card__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.pub-card .pub-card__action-btn { 
    border:0px;
    outline: 0px;
    padding: 0px;
    color: #000;
    cursor: pointer;
}

.pub-card .pub-card__action-btn:hover { 
    color: #E3120B;
}

.pub-loadmore-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #E3120B;
    padding: 6px 0;
    transition: opacity 0.15s;
    outline: 0px !important;
}

.pub-loadmore-btn:hover {
    opacity: 0.9;
}

.pub-loadmore-btn__text {
    line-height: 1;
}

.pub-loadmore-btn__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
}

.pub-arrow {
    width: 10px;
    height: 10px;
    color: #E3120B;
    transition: transform 0.2s;
}

.pub-arrow--up   { display: none; }
.pub-arrow--down { display: block; }

.pub-loadmore-btn[aria-expanded="true"] .pub-arrow--up   { display: block; }
.pub-loadmore-btn[aria-expanded="true"] .pub-arrow--down { display: none; }

.pub-empty {
    font-size: 14px;
    color: #888;
}
.standards-doc-content { 
    display: flex;
    flex-direction: column;
}
.standards-date  {
    color: #000;
    font-size: 14px;
}
.knowledge-tab-sec .standards-doc-link  {
    background: #FFFF;
}
.knowledge-tab-sec .standards-doc-link .standards-doc-action-btn { 
    color: #000 !important;
}
.knowledge-tab-sec .standards-doc-link .standards-doc-action-btn:hover { 
    color: #E3120B !important;
}
.knowledge-tab-sec .standards-doc-title  {
    color: #000;
}


/*  Infrastructure Section Styles */
.infra-container {
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.infra-white-section {
    padding: 60px 0px;
}
.infra-white-section .cmntle { 
    margin-bottom: 24px;
}
.infra-white-desc {
    font-size: 18px;
    color: #62666D;
    line-height: 1.75;
    margin: 0 auto;
}
.infra-white-desc p { margin: 0px 0px 20px 0px; }
.infra-white-desc p:last-child { margin: 0px; }
.infra-red-section {
    background: #E3120B;
    padding: 60px 0px;
}
.infra-red-block {
    margin-bottom: 48px;
}
.infra-red-block:last-child {
    margin-bottom: 0;
}
.infra-red-block__title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px;
    line-height: 1.3;
}
.infra-red-block__content {
    font-size: 18px;
    color: #fff;
    line-height: 1.75;
    margin: 0 auto;
}
.infra-red-block__content p { margin: 0px 0px 20px 0px; }
.infra-red-block__content p:last-child { margin: 0px; }
/* ── FACE Cards Section (shared base) ─────────────────── */
.face-cards-section {
    padding: 40px 0px;
    background: #F4F4F4;
}
.face-forward-section {
    padding-top: 60px;
}
.face-events-section {
    padding-bottom: 80px;
}

.face-cards-title {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #E3120B;
    margin-bottom: 16px;
}

.mbs-program {
    margin-bottom: 32px;
}

.face-cards-desc {
    text-align: center;
    font-size: 18px;
    color: #62666D;
    line-height: 1.75;
    max-width: 1000px;
    margin: 0 auto 48px auto;
}
.face-events-section .face-cards-desc { max-width: 100%; }
.face-cards-desc p { margin: 0px 0px 20px 0px; }
.face-cards-desc p:last-child { margin: 0px; }

.face-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.face-card-item {
    background: #fff;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
}
.face-card-item.event-height {
    min-height: 462px;
}
.face-card-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.01);
}
.face-card-item:hover .face-card-title { 
    color: #E3120B;
}
.face-card-img-wrap {
    width: 100%;
    aspect-ratio: 16/10;
}

.face-card-img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
    height: 300px;
    object-fit: cover;
}

.face-card-body {
    padding: 16px 10px 24px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.face-card-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0 0 8px;
}

.face-card-date-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.face-card-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 1.45;
    margin: 0 0 16px auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.face-card-readmore {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #E01E24;
    text-decoration: none;
    transition: gap 0.2s ease;
    margin-top: auto;
}

.face-card-readmore svg { 
    width: 12px;
    height: auto;
}

.face-card-readmore:hover {
    text-decoration: none;
    color: #E01E24;
}

.face-owl-carousel {
    position: relative;
}

.face-owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: -40px;
    right: -40px;
    transform: translateY(-60%);
}

.face-owl-carousel .owl-nav span { font-size: 0px; }
.face-owl-carousel .owl-nav .owl-prev {
    background: url(../images/prev-left.svg) no-repeat center center !important;
    background-size: contain !important;
    outline: 0px !important;
    width: 24px;
    height: 32px;
}

.face-owl-carousel .owl-nav .owl-next {
    background: url(../images/prev-right.svg) no-repeat center center !important;
    background-size: contain !important;
    width: 24px;
    height: 32px;
    outline: 0px !important;
}
/* Rules Page */
.compliance-page-wrapper {
    background: #F1F1F0;
    padding: 60px 0px;
}
.compliance-section-block {
    margin-bottom: 60px;
}
.compliance-section-block:last-child  {
    margin-bottom: 0px;
}
.compliance-section-block .cmntle {
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}
.compliance-section-block .report-section-header .cmntle { 
    margin-bottom: 24px;
}
.compliance-section-block .report-section-header { 
    font-size: 18px;
    color: #62666D;
    text-align: center;
    max-width: 1000px;
    margin: 0px auto 48px auto;
}
.compliance-section-block .report-section-header p:last-child { margin: 0px; }

.compliance-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    row-gap: 30px;
    max-width: 1080px;
    margin: 0 auto;
}
.compliance-card {
    border-radius: 14px;
    padding: 28px;
    border: 0px solid #E5E7EB;
    transition: box-shadow 0.2s ease;
    box-sizing: border-box;
    background: linear-gradient(135deg, #F9FAFB 0%, #FFFFFF 100%);
    box-shadow: 1px 6px 5px rgba(0, 0, 0, 0.03);
}
.compliance-card:hover {
    border-color: #E3120B;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.compliance-card-icon {
    width: 48px;
    height: 48px;
    background: #E7000B;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.compliance-card-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.compliance-card-icon svg {
    width: 24px;
    height: 24px;
}
.compliance-card-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
    line-height: 1.4;
}
.compliance-card-desc {
    font-size: 16px;
    color: #62666D;
    line-height: 1.6;
    margin-bottom: 16px;
}
.compliance-card-link {
    font-size: 16px;
    font-weight: 400;
    color: #E7000B;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.compliance-card-link:hover {
    color: #E01E24;
    text-decoration: underline;
}
.compliance-card-link svg {
    width: 16px;
    height: 16px;
}
.compliance-hidden-card {
    display: none;
}
.compliance-show-more-wrapper {
    text-align: right;
    max-width: 1080px;
    margin: 24px auto 0;
}
.compliance-show-more-btn {
    background: none;
    border: none;
    color: #E7000B;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    outline: 0px !important;
}
.compliance-show-more-btn:hover {
    color: #E01E24;
}
.compliance-show-more-btn svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}
.compliance-show-more-btn.active svg {
    transform: rotate(180deg);
}

/* Compliance Card Meta */
.compliance-card-meta {
    margin-bottom: 12px;
}
.compliance-card-authority,
.compliance-card-date {
    margin: 0px 0px 4px 0px;
}
.compliance-card-authority strong,
.compliance-card-date strong {
    font-weight: 500;
}

.infra-white-section.program-white-sec { 
    padding-top: 0px;
}
.face-ecosystem-section, .face-knowledge-sec, .face-program-section { 
    padding: 60px 0px;
}
.face-knowledge-sec .infra-white-desc { max-width: 1000px; }
.face-program-section { 
    background: #FFF;
}
.face-program-section .face-card-item  {
    background: #F4F4F4;
    border: 1px solid #ddd;
}

/* */
.standards-doc-main {
    display: flex;
    gap: 12px;
    flex: 1;
    min-width: 0;
}
.standards-doc-icon img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: block;
}
.standards-doc-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    width: 100%;
    padding-right: 62px;
    position: relative;
}
.standards-doc-date {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}
.standards-doc-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    position: absolute;
    right: 12px;
    bottom: 2px;
}
.standards-doc-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease;
}
.standards-doc-action-btn svg {
    display: block;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

.terms-page {
    padding: 20px 0px 60px 0;
}
.terms-page h1 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 2px solid #E3120B;
}
.terms-page h2 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 16px;
    padding-left: 12px;
    border-left: 4px solid #E3120B;
}
.terms-page h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 12px;
}
.terms-page h4,
.terms-page h5,
.terms-page h6 {
    color: #000;
    margin-bottom: 16px;
    font-weight: 600;
}
.terms-page p {
    font-size: 16px;
    line-height: 1.8;
    color: #62666D;
    margin-bottom: 16px;
    text-align: left;
}
.terms-page ul,
.terms-page ol {
    margin-bottom: 20px;
    padding-left: 24px;
}
.terms-page ul {
    list-style: none;
    padding-left: 0;
}
.terms-page ul > li {
    font-size: 16px;
    line-height: 1.8;
    color: #62666D;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}
.terms-page ul > li::before {
    content: "▸";
    color: #62666D;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
}
.terms-page ul ul {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 20px;
}

.terms-page ul ul > li::before {
    content: "–";
    color: #62666D;
}

.terms-page ol > li {
    font-size: 16px;
    line-height: 1.8;
    color: #62666D;
    margin-bottom: 12px;
}

.terms-page strong {
    font-weight: 600;
    color: #62666D;
}

.terms-page a {
    color: #E3120B;
    text-decoration: none;
}

.terms-page a:hover {
    text-decoration: underline;
}

/* Hidden cards (4th card onwards) */
.face-card-hidden {
    display: none;
}

.face-cards-seemore-wrap {
    text-align: center;
    margin-top: 36px;
}

.face-cards-seemore-btn {
    cursor: pointer;
    transition: all 0.25s ease;
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
    gap: 8px;
    display: flex;
    align-items: center;
    outline: 0px !important;
    background: none;
    color: #E3120B;
    margin-left: auto;
    border: 0;
    justify-content: flex-end;
}

/* ── Announcement Page ── */
.announcement-sec {
    padding: 60px 0px 100px 0px;
    background: #F1F1F0;
}

.announcement-sec .cmntle {
    width: 100%;
    text-align: center;
}

.announcement-grid-wrapper {
    width: 100%;
}

.announcement-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.announcement-card {
    display: flex;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    transition: box-shadow 0.2s ease;
    box-sizing: border-box;
    background: linear-gradient(135deg, #F9FAFB 0%, #FFFFFF 100%);
}
.announcement-card:hover {
    border-color: #E3120B;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.announcement-card-content {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
}

.announcement-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
    line-height: 1.4;
    flex: 1;
}

.announcement-date {
    font-size: 14px;
    color: #62666D;
    flex-shrink: 0;
    margin-bottom: 4px;
    display: block;
}
.announcement-card .read-more-link  { font-size: 14px; text-align: right; margin: 0; white-space: nowrap; }

/* Year Group Heading */
.announcement-year-group {
    margin-bottom: 40px;
}

.announcement-year-group:last-child { 
    margin-bottom: 0px;
}

.announcement-year-label {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    border-left: 4px solid #E01E24;
    padding-left: 12px;
    margin-bottom: 20px;
}

/* Disabled Read More (jab URL nahi ho) */
.read-more-disabled {
    color: #aaa !important;
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .announcement-card-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .announcement-date {
        order: -1;
    }
}

@media (min-width: 768px) {
    .face-knowledge-sec .face-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 800px;
    margin: 0 auto;
    }
}

@media (max-width: 1199px) {
    .face-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .face-owl-carousel .owl-nav {
        left: -10px;
        right: -10px;
    }
    .enf-members {
        gap: 16px;
    }
    .enf-inner { 
        gap: 16px;
    }
    .enf-member { 
        max-width: 190px;
        gap: 12px;
    }
}

@media (max-width: 991px) {
    .enf-section {
        padding: 50px 0px;
    }
    .enf-members {
        gap: 32px 36px;
    }
    .enf-member {
        width: 130px;
    }
    .enf-member__photo-wrap {
        width: 130px;
        height: 130px;
    }
     .standards-tab-link {
        font-size: 16px;
    }
    .standards-doc-card {
        width: calc(50% - 10px);
    }
    .compliance-section {
        padding: 50px 0px;
    }
    .compliance-body {
        gap: 28px;
        max-width: 100%;
    }
    .compliance-icon-wrap {
        width: 68px;
    }
    .compliance-icon-img,
    .compliance-icon-svg {
        width: 68px;
        height: 68px;
    }
    .oversight-section {
        padding: 50px 0px;
    }
    .oversight-wysiwyg p {
        font-size: 16px;
    }
    .oversight-top-content {
        max-width: 100%;
        margin-bottom: 32px;
    }
    .oversight-bottom-content {
        max-width: 100%;
        margin-top: 32px;
    }
    .oversight-doc-card {
        max-width: 100%;
    }
    .kf-grid {
        gap: 16px;
    }
    .kf-title {
        font-size: 20px;
        margin-bottom: 28px;
    }
    .kf-card {
        min-height: 140px;
        padding: 20px 18px 24px;
    }
     .face-cards-section {
        padding: 40px 0px;
    }
    .face-cards-title {
        font-size: 26px;
    }
    .face-cards-desc {
        font-size: 16px;
        margin-bottom: 26px;
    }
    .face-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .face-owl-carousel .owl-nav {
        left: 0;
        right: 0;
    }
    .pub-section {
        padding: 40px 0px;
    }
    .pub-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    .pub-card {
        padding: 14px 18px;
    }
    .pub-section .pub-inner {
        padding-left: 15px;
    }
    .gdr-members .enf-members {
        gap: 40px;
    }
    .standards-doc-info { 
        padding: 0px;
    }
    .standards-doc-actions { 
        position: relative;
        right: inherit;
        bottom: inherit;
    }
}

@media (max-width: 768px) {
    .compliance-cards-grid {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    .compliance-card {
        padding: 24px;
    }
    .compliance-section-block {
        margin-bottom: 30px;
    }
    .compliance-section-block .report-section-header {
        margin-bottom: 24px;
    }
    .compliance-section-block .report-section-header .cmntle  {
        margin-bottom: 12px;
    }
     .terms-page {
        padding: 10px 0px 40px 0;
    }
    .terms-page h1 {
        font-size: 28px;
    }
    .terms-page h2 {
        font-size: 19px;
        margin-top: 30px;
    }
    .terms-page h3 {
        font-size: 17px;
    }
    .terms-page p,
    .terms-page li {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .enf-section {
        padding: 40px 0px;
    }

    .enf-description {
        font-size: 16px;
        line-height: 24px;
        width: 100% !important;
        margin-bottom: 24px;
    }

    .enf-description p { 
        line-height: 24px;
    }

    .enf-member {
        gap: 12px;
    }

    .enf-member__photo-wrap {
        width: 125px;
        height: 125px;
    }

    .enf-member__name {
        font-size: 15px;
    }

    .enf-member__designation {
        font-size: 13px;
    }
    .enf-inner .cmntle  {
        margin-bottom: 8px;
    }
    .enf-members {
        column-gap: 4px;
        row-gap: 24px;
        justify-content: center;
    }
     .standards-doc-card {
        width: 100%;
        flex: 100%;
        max-width: 100%;
    }
    .standards-doc-icon, .standards-doc-icon img { 
        max-width: 32px;
    }
    .standards-doc-title {
        font-size: 15px;
    }
    .standards-section {
        padding: 40px 0px;
    }

    .standards-tab-nav {
        flex-direction: column;
        gap: 8px;
    }

    .standards-tab-link br { 
        display: none;
    }

    .standards-tab-nav::-webkit-scrollbar {
        display: none;
    }

    .standards-tab-link {
        font-size: 16px;
        white-space: normal;
    }

    .standards-tab-content {
        padding-top: 16px;
    }

    .standards-tab-description {
        font-size: 16px;
        line-height: 24px;
    }

    .standards-doc-grid {
        gap: 14px;
        padding-top: 8px;
    }

    .standards-doc-card {
        width: 100%;
    }

    .standards-doc-link {
        padding: 14px 16px;
    }
     .compliance-section {
        padding: 40px 0px;
    }

    .compliance-body {
        gap: 16px;
    }

    .compliance-icon-wrap {
        width: 48px;
    }

    .compliance-icon-img,
    .compliance-icon-svg {
        width: 44px;
        height: auto;
    }

    .compliance-content p,
    .compliance-content ul,
    .compliance-content ol {
        font-size: 14px;
        margin-bottom: 18px;
    }
     .oversight-section {
        padding: 40px 0px;
    }

    .oversight-wysiwyg p {
        font-size: 16px;
    }

    .oversight-top-content {
        margin-bottom: 26px;
    }

    .oversight-bottom-content {
        margin-top: 26px;
    }

    .oversight-doc-inner {
        padding: 14px 16px;
        gap: 14px;
    }

    .oversight-doc-icon {
        width: 38px;
        height: 38px;
    }

    .oversight-doc-icon svg {
        width: 19px;
        height: 19px;
    }

    .oversight-doc-title {
        font-size: 15px;
    }

    .oversight-doc-subtitle {
        font-size: 12px;
    }
     .kf-title {
        margin-bottom: 22px;
    }

    .kf-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .kf-card {
        min-height: 130px;
        padding: 18px 16px 22px;
        gap: 12px;
    }

    .kf-icon {
        width: 36px;
        height: 36px;
    }

    .kf-icon img {
        width: 36px;
        height: 36px;
    }

    .kf-card-text {
        font-size: 16px;
    }

    .kf-card-text br { display: none; }
    .scope-cls-section,
    .why-section {
        padding: 40px 0;
    }

    .scope-content,
    .why-content {
        font-size: 15px;
    }
    .face-cards-title {
        font-size: 22px;
    }
    .face-card-title {
        font-size: 15px;
    }
    .pub-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .pub-card__icon {
        max-width: 36px;
    }
    .pub-card__icon img {
        max-width: 30px;
    }
    .pub-loadmore-wrap {
        justify-content: center;
    }
    .infra-red-section, .infra-white-section {
        padding: 40px 0px;
    }
    .infra-red-block__content, .infra-white-desc { 
        font-size: 16px;
    }
    .oversight-section.gdr-section { 
        margin-bottom: 20px;
    }
    .compliance-section-block .cmntle { 
        margin-bottom: 20px;
    }
    .enf-inner { 
        gap: 0px !important;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .intelligence-section { 
        padding-top: 40px;
    }
}

@media (max-width: 480px) {
    .kf-grid {
        grid-template-columns: 1fr;
    }
    .kf-card {
        min-height: auto;
        padding: 18px 16px;
    }
    .scope-section,
    .why-section {
        padding: 40px 0;
    }
    .scope-content,
    .why-content, .scope-description {
        font-size: 16px;
    }
    .enf-member {
        width: 45%;
    }
    .pub-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
    .face-card-img {
        height: auto;
    }
    .pub-card {
        width: 100%;
    }
    .face-card-item.event-height  {
        min-height: inherit;
    }
}
