/* AI-SANA Stage 3 additions. Existing site classes are intentionally reused. */

.stage3-page {
    box-sizing: border-box;
    /*width: calc(100% - 1rem) !important;*/
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    overflow-x: clip;
}

.stage3-page > .container_ {
    box-sizing: border-box;
    max-width: 100%;
}

.stage3-page .grid-section .container_ {
    box-sizing: border-box;
    width: auto;
    max-width: 57rem;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}

.stage3-hero {
    position: relative;
    overflow: hidden;
    padding: 3.3rem 3rem 2.75rem;
    color: #fff;
    background: #0d2035;
    font-family: Arial, "Helvetica Neue", sans-serif;
	border-radius: 0.25rem;
}

.stage3-hero::after {
    content: none;
}

.stage3-hero__brand {
    margin-bottom: 0.75rem;
    font-size: clamp(3.2rem, 7vw, 4.4rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.035em;
}

.stage3-hero__brand-ai {
    color: #fff;
}

.stage3-hero__brand-sana,
.stage3-hero__stage {
    color: #39abc1 !important;
}

.stage3-hero__stage {
    margin: 0 0 0.45rem !important;
    font-size: 1.55rem !important;
    font-weight: 500;
    line-height: 1.1;
    text-indent: 0 !important;
}

.stage3-hero h1 {
    max-width: 48rem;
    margin: 0 0 0.45rem;
    color: #fff;
    font-size: clamp(1.3rem, 2.45vw, 1.65rem);
    line-height: 1.25;
    letter-spacing: 0;
}

.stage3-hero__lead,
.stage3-hero__director,
.stage3-hero__version {
    max-width: 47rem;
    color: #75b2bd !important;
    text-indent: 0 !important;
}

.stage3-hero__lead {
    margin: 0 0 0.3rem !important;
    font-size: 1rem !important;
    font-weight: 400;
}

.stage3-hero__director {
    margin: 0 !important;
    font-size: 0.95rem !important;
    font-style: italic;
}

.stage3-hero__version {
    margin: 0.35rem 0 0 !important;
    color: #5f8392 !important;
    font-size: 0.78rem !important;
    letter-spacing: 0;
    text-transform: none;
}

.stage3-stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
	container-type: inline-size;
    overflow: hidden;
    margin: 3.25rem 0 3.75rem;
    background: transparent;
    font-family: Arial, "Helvetica Neue", sans-serif;
	border-radius: 0.25rem;
}

.stage3-stats__item {
    display: grid;
    /*grid-template-rows: minmax(5.2rem, auto) minmax(3.2rem, auto);*/
	grid-template-rows: 5.2rem minmax(3.2rem, auto);
    min-width: 0;
    text-align: center;
}

.stage3-stats__item + .stage3-stats__item {
    border-left: 0;
}

.stage3-stats__item strong,
.stage3-stats__item span {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
	display: flex;
    box-sizing: border-box;
    min-width: 0;
    align-items: center;
    justify-content: center;
}

.stage3-stats__item strong {
    padding: 0.8rem 0.45rem;
    color: #fff;
    background: #214568;
    /*font-size: clamp(1.55rem, 3vw, 2rem);
    line-height: 1.05;*/
	font-size: clamp(1.3rem, 2.5vw, 2rem);
    font-size: clamp(1.3rem, 4.2cqw, 2rem);
    line-height: 1.05;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
}

.stage3-stats__item span {
    padding: 0.65rem 0.55rem;
    color: #147b8c;
    background: #e6f3f5;
    font-size: 0.9rem;
    line-height: 1.2;
}

.stage3-section {
    scroll-margin-top: 2rem;
}

.stage3-section + .stage3-section {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #d9dfe9;
}

.stage3-actions {
    margin: 1.5rem 0 !important;
    text-indent: 0 !important;
}

.stage3-actions .button {
    min-width: 11rem;
    padding: 0.75rem 1.25rem;
    border-radius: 0.5rem;
    font-size: 1rem;
}

.stage3-group-title {
    margin: 2.5rem 0 1rem !important;
    color: #1b3c93 !important;
    font-size: 0.86rem !important;
	font-family: "DrukTextWideTT", Arial, sans-serif;
	font-size: 1.1rem !important;
    margin-bottom: 1.2rem !important;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.stage3-module-divider {
    margin: 3rem 0 0;
}

.stage3-module-heading {
    display: grid;
    grid-template-columns: 5rem minmax(0, 1fr) 5rem;
    align-items: stretch;
    gap: 0;
    min-height: 4.4rem;
    overflow: hidden;
    margin-top: 0 !important;
    margin-bottom: 1.4rem !important;
    padding: 0 !important;
    border-radius: 0;
    background: #eef3f8;
    font-family: Arial, "Helvetica Neue", sans-serif;
    letter-spacing: 0;
    text-transform: none;
    text-indent: 0 !important;
}

.stage3-module-heading > .title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0.75rem 0.45rem;
    color: #fff !important;
    background: #214568;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
}

.stage3-module-heading__name {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 0.75rem 1rem;
    color: #214568;
    background: #eef3f8;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    font-family: "DrukTextWideTT", Arial, sans-serif;
}

.stage3-module-heading__meta {
    display: block;
    box-sizing: border-box;
    min-width: 0;
    padding: 0.65rem 0.35rem;
    color: #243c5c;
    background: #e6f3f5;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
}

.stage3-module-heading__meta::first-line {
    color: #147b8c;
    font-size: 0.95rem;
    font-weight: 800;
}

.stage3-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0 2rem;
    border: 1px solid #dce3ee;
    border-radius: 0.25rem;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.stage3-table {
    width: 100%;
    min-width: 42rem;
    border-collapse: collapse;
}

.stage3-table th,
.stage3-table td {
    padding: 0.9rem 1rem;
    border-right: 1px solid #e4e9f1;
    border-bottom: 1px solid #e4e9f1;
    text-align: left;
    vertical-align: top;
}

.stage3-table-1 tr td:first-child {
    color: #095bc5;
    font-weight: bold;
}

.stage3-table-1 tr td:last-child {
    color: #095bc5;
    font-weight: bold;
}

.stage3-table th:last-child,
.stage3-table td:last-child {
    border-right: 0;
}

.stage3-table tr:last-child td {
    border-bottom: 0;
}

.stage3-table th {
    color: #fff;
    background: #214568;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

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

.stage3-principles {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 1.5rem 0 2rem;
    border-top: 1px solid #cddfe5;
    border-left: 1px solid #cddfe5;
    font-family: Arial, "Helvetica Neue", sans-serif;
}

.stage3-principles__item {
    display: grid;
    grid-template-columns: minmax(11.5rem, 0.75fr) minmax(0, 2fr);
    min-width: 0;
    padding: 0;
    border-right: 1px solid #cddfe5;
    border-bottom: 1px solid #cddfe5;
    background: #fff;
}

.stage3-principles__item:nth-child(odd) {
    background: #e8f5f6;
}

.stage3-principles__item strong {
    display: flex;
    align-items: center;
    padding: 0.8rem 0.9rem;
    color: #1b3a5c;
    font-size: 0.95rem;
    line-height: 1.25;
}

.stage3-principles__item p {
    margin: 0 !important;
    padding: 0.8rem 0.9rem;
    border-left: 1px solid #cddfe5;
    color: #4f5052;
    font-size: 0.94rem !important;
    line-height: 1.3;
    text-indent: 0 !important;
}

.stage3-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 1.5rem 0 2rem;
    border-top: 1px solid #cddfe5;
    border-left: 1px solid #cddfe5;
    font-family: Arial, "Helvetica Neue", sans-serif;
}

.stage3-steps__item {
    min-width: 0;
    padding: 0.75rem 0.9rem 0.7rem;
    border-right: 1px solid #cddfe5;
    border-bottom: 1px solid #cddfe5;
    background: #fff;
}

.stage3-steps__item:nth-child(-n+3),
.stage3-steps__item:nth-child(n+7):nth-child(-n+9) {
    background: #e7f4f6;
}

.stage3-steps__number {
    display: inline;
    margin-right: 0.4rem;
    color: #197e8e;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.25;
}

.stage3-steps__item strong {
    display: inline;
    color: #197e8e;
    font-size: 0.95rem;
    line-height: 1.25;
}

.stage3-steps__item p {
    margin: 0.2rem 0 0 !important;
    color: #4f5052;
    font-size: 0.94rem !important;
    line-height: 1.2;
    text-indent: 0 !important;
}

.stage3-page .cards-wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.stage3-page .cards-wrap .card {
    min-width: 0;
    margin: 0 !important;
}

.stage3-page .cards-wrap .card .poster {
    aspect-ratio: 1 / 1;
    background: #eef2f8;
}

.stage3-page .cards-wrap .card .poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
	-moz-transition: all 0.2s ease-out 0.1s;
    -o-transition: all 0.2s ease-out 0.1s;
    webkit-transition: all 0.2s ease-out 0.1s;
    transition: all 0.2s ease-out 0.1s;
}

.stage3-speaker-group {
    margin: 1.75rem 0 2rem;
}

.stage3-speaker-group .answer {
    padding-top: 1rem;
}

.stage3-director-photo {
    margin: 1.5rem 0 2rem;
}

.stage3-director-photo img {
    width: min(100%, 30rem);
    height: auto;
    border-radius: 0.8rem;
}

.stage3-director-photo figcaption {
    margin-top: 0.65rem;
    color: #6c7484;
    font-size: 0.85rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .stage3-hero {
        padding: 3rem;
    }

    .stage3-page .cards-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .stage3-hero {
        padding: 2.25rem;
    }

    .stage3-hero h1 {
        font-size: clamp(1.2rem, 4vw, 1.5rem);
    }

    .stage3-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 2.25rem;
    }

    .stage3-stats__item {
        grid-template-rows: minmax(4.7rem, auto) minmax(3.2rem, auto);
    }

    .stage3-stats__item:last-child {
        grid-column: 1 / -1;
    }

    .stage3-page .cards-wrap,
    .stage3-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stage3-steps__item {
        background: #fff;
    }

    .stage3-steps__item:nth-child(4n+1),
    .stage3-steps__item:nth-child(4n+2) {
        background: #e7f4f6;
    }

    .stage3-module-heading {
        grid-template-columns: 4.5rem minmax(0, 1fr) 5rem;
    }
}

@media only screen and (max-width: 480px) {
    .stage3-hero {
        padding: 1.6rem;
    }

    .stage3-hero__brand {
        margin-bottom: 0.65rem;
        font-size: clamp(2.7rem, 15vw, 3.45rem);
    }

    .stage3-hero__stage {
        font-size: 1.3rem !important;
    }

    .stage3-hero h1 {
        font-size: 1.15rem;
        line-height: 1.3;
    }

    .stage3-hero__lead {
        font-size: 0.92rem !important;
    }

    .stage3-hero__director {
        font-size: 0.86rem !important;
    }

    .stage3-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 1.75rem 0 2.75rem;
    }

    .stage3-stats__item {
        /*grid-template-rows: minmax(4.4rem, auto) minmax(3rem, auto);*/
		grid-template-rows: 4.4rem minmax(3rem, auto);
    }

    .stage3-stats__item:last-child {
        grid-column: 1 / -1;
    }

    .stage3-stats__item strong {
        font-size: clamp(1.25rem, 7vw, 1.55rem);
    }

    .stage3-stats__item span {
        padding: 0.6rem 0.4rem;
        font-size: 0.9rem;
    }

    .stage3-section + .stage3-section {
        margin-top: 2.25rem;
        padding-top: 2.25rem;
    }

    .stage3-page .postContent h3 {
        font-size: clamp(1.25rem, 7vw, 1.55rem);
        line-height: 1.2;
    }

    .stage3-page .cards-wrap,
    .stage3-steps {
        grid-template-columns: 1fr;
    }

    .stage3-principles__item {
        grid-template-columns: 1fr;
    }

    .stage3-principles__item strong {
        padding-bottom: 0.3rem;
    }

    .stage3-principles__item p {
        padding-top: 0.3rem;
        border-left: 0;
    }

    .stage3-steps__item,
    .stage3-steps__item:nth-child(4n+1),
    .stage3-steps__item:nth-child(4n+2) {
        background: #fff;
    }

    .stage3-steps__item:nth-child(odd) {
        background: #e7f4f6;
    }

    .stage3-module-heading {
        grid-template-columns: 3.75rem minmax(0, 1fr) 4.8rem;
        min-height: 4rem;
    }

    .stage3-module-heading > .title {
        padding-right: 0.3rem;
        padding-left: 0.3rem;
        font-size: 1.1rem;
    }

    .stage3-module-heading__name {
        padding: 0.65rem 0.7rem;
        font-size: 0.95rem;
    }

    .stage3-module-heading__meta {
        padding-right: 0.25rem;
        padding-left: 0.25rem;
        font-size: 0.72rem;
    }

    .stage3-module-heading__meta::first-line {
        font-size: 0.82rem;
    }

    .stage3-table {
        min-width: 36rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .stage3-page *,
    .stage3-page *::before,
    .stage3-page *::after {
        /*scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;*/
    }
}

.quote-1 {
    font-style: italic;
    font-weight: bold;
    border-width: 0 0 0 3px;
    border-style: solid;
    padding: 20px;
    background: #f5f5f5;
    border-color: #415eaf;
    text-indent: 0;
    margin: 15px auto;
}

.mt15{
	margin-top: 1.5rem !important;
}