:root {
    --header-bg: #ede8e8;
    --hero-bg: #f4ece8;
    --nav-pill: #dfdfdf;
    --text: #0e1525;
    --active: #ff6b2e;
    --btn-start: #f68c3c;
    --btn-end: #ef5d4f;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    color: var(--text);
    background: var(--white);
}

.header-area {
    border-bottom: 1px solid rgba(14, 21, 37, 0.06);
    background: linear-gradient(to right, #fff7f3 16%, #ffffff 100%);
}

.screen-container {
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
}

.header-row {
    min-height: 116px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.logo img {
    display: block;
    width: 160px;
}
.right-logo  img{
    display: block;
    width: 160px;

}
.main-menu {
    margin: 0;
    padding: 10px 28px;
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    background: #dfdfdf47;
    border-radius: 999px;
}

.header-link {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 8px 12px;
}

.header-link.active {
    color: var(--active);
}


.header-column-end {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-toggle-btn {
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    border: 1px solid rgba(14, 21, 37, 0.15);
    background: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.header-toggle-btn span {
    width: 22px;
    height: 2px;
    background: var(--text);
    border-radius: 999px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
p.partner-email-box {
    padding-top: 15px;
    color: #fff;
}
.main-nav {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.focus-strip-right {
    display: flex;
    justify-content: end;
}
.nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(14, 21, 37, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 109;
}

.nav-open .nav-backdrop {
    opacity: 1;
    pointer-events: auto;
}

.hero-section {
    padding: 80px 0 60px;
    background: linear-gradient(to right, #fff7f3 55%, #ffffff 100%);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: start;
}

.hero-title {
    margin: 0;
    font-size: clamp(2rem, 5vw, 4.9rem);
    line-height: 1.04;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #121212;
}

.hero-title span {
    display: block;
}

.hero-title .hero-highlight {
    color: #e56f31;
}

.hero-right p {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.75;
    color: #26364a;
    max-width: 660px;
    font-weight: 400;
    font-family: "Inter", Sans-serif;
}

.hero-right p:last-child {
    margin-bottom: 0;
}

.hero-right strong {
    color: #0e1116;
    font-weight: 700;
}

.focus-strip {
    background: #e96d2f;
    padding: 22px 0;
}

.focus-strip-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: center;
}

.focus-strip-text {
    margin: 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.45;
    max-width: 980px;
}

.focus-strip-list {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}


.thank-you-section {
    position: relative;
    overflow: hidden;
    padding: 150px 0 120px;
    min-height: 74vh;
    display: flex;
    align-items: center;
    background: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.75) 0, rgba(255, 255, 255, 0) 45%), radial-gradient(circle at 90% 80%, rgba(242, 113, 46, 0.14) 0, rgba(242, 113, 46, 0) 48%), linear-gradient(180deg, #f4f4f4 0%, #ececec 100%);
}

.thank-you-card {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    padding: 58px 50px;
    border-radius: 28px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(6px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.12);
}


.focus-th-btn {
    border: 0;
    background: #ea6e2f;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    padding: 14px 16px;
    text-decoration: none;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: max-content;
    margin: 0 auto;
}
.thank-you-title {
    margin: 0 0 14px;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.1;
    color: #111;
    font-weight: 800;
}

.thank-you-card p {
    margin: 0 auto 34px;
    max-width: 650px;
    font-size: 18px;
    line-height: 1.75;
    color: #000;
}

.focus-strip-list li {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.focus-strip-list li + li::before {
    content: "\2022";
    margin-right: 10px;
    color: #f7c4a5;
}

.focus-strip-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    background: #fff;
    color: #e96d2f;
    border-radius: 999px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.mission-section {
    padding: 74px 0 80px;
}

.mission-label {
    margin: 0 0 18px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 16px;
    color: #ea6e2f;
    font-weight: 700;
}

.mission-label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #ea6e2f;
    margin-right: 10px;
    vertical-align: middle;
}

.mission-title {
    margin: 0;
    max-width: 860px;
    font-size: 40px;
    line-height: 1.3em;
    color: #121722;
}

.mission-title span {
    display: block;
}

.mission-highlight {
    color: #e46f33;
}

.mission-copy {
    margin: 20px 0 0;
    max-width: 780px;
    padding-left: 16px;
    border-left: 3px solid #ea6e2f;
    color: #1f3348;
    font-style: italic;
    font-size: 16px;
    line-height: 1.65;
}

.mission-points {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border: 1px solid rgba(195, 188, 182, 0.8);
    border-radius: 14px;
    overflow: hidden;
    background: transparent;
}

.mission-card {
    min-height: 102px;
    padding: 28px 20px 22px;
    color: #0f1824;
    border-right: 1px solid rgba(195, 188, 182, 0.8);
    position: relative;
    background: transparent;
    transition: background 0.25s ease;
}

.mission-card h3 {
    margin: 18px 0 0;
    font-size: 16px;
    line-height: 1.3;
    color: #141f30;
    font-weight: 600;
    transition: color 0.2s ease;
}

.mission-card p {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 1.6;
    color: #233448;
    max-width: 340px;
    display: none;
}

.mission-card::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 20px;
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: #d3cbc5;
    transition: background 0.2s ease;
}

.mission-card:last-child {
    border-right: none;
}

.mission-card:hover {
    background: #efe5df;
}

.mission-card:hover::before {
    background: #ea6e2f;
}

.mission-card:hover h3 {
    color: #ea6e2f;
}

.mission-card:hover p {
    display: block;
}

.program-section {
    background: #eceff13d;
    padding: 73px 0 56px;
}

.program-label {
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 16px;
    color: #ea6e2f;
    font-weight: 700;
}

.program-label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #ea6e2f;
    margin-right: 10px;
    vertical-align: middle;
}

.program-title {
    margin: 0;
    max-width: 700px;
    font-size: clamp(2rem, 4vw, 2.6rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #121722;
}

.program-title span {
    display: block;
}

.program-highlight {
    color: #e46f33;
}

.program-subtitle {
    margin: 16px 0 34px;
    font-size: 18px;
    color: #2b3e54;
}

.program-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
    border: 1px solid rgba(195, 188, 182, 0.9);
    border-radius: 14px;
    overflow: hidden;
    background: transparent;
}

.program-nav {
    border-right: 1px solid rgba(195, 188, 182, 0.9);
}

.program-nav-item {
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 22px;
    font-size: clamp(1rem, 1.05vw, 1.3rem);
    font-weight: 600;
    color: #1a2a3d;
    border-bottom: 1px solid rgba(195, 188, 182, 0.9);
    cursor: pointer;
}

.program-nav-item:last-child {
    border-bottom: none;
}

.program-nav-item span {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    color: #6f7b88;
    background: #e5dfdb;
    flex-shrink: 0;
}

.program-nav-item.is-current {
    border-right: 2px solid #ea6e2f;
}

.program-nav-item.is-current span {
    color: #fff;
    background: #ea6e2f;
}

.program-content {
    padding: 30px 34px 34px;
}

.program-content h3 {
    margin: 0;
    font-size: clamp(1.2rem, 1.5vw, 1.9rem);
    color: #ea6e2f;
}

.program-content-lead {
    margin: 12px 0 12px;
    font-size: clamp(1.06rem, 1.28vw, 1.75rem);
    line-height: 1.45;
    font-weight: 700;
    color: #101a28;
}

.program-content ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.program-content li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 16px;
    color: #2a3a4f;
    font-size: clamp(1rem, 1.15vw, 1.48rem);
    line-height: 1.5;
}

.program-content li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    top: 0;
    color: #ea6e2f;
}

.program-strip {
    margin-top: 20px;
    background: #e96d2f;
    border-radius: 12px;
    padding: 20px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.program-strip p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.program-strip strong {
    font-weight: 700;
    font-size: 17px;
}

.program-strip a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #e96d2f;
    text-decoration: none;
    border-radius: 999px;
    padding: 12px 26px;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
}

.prog-layout {
    display: grid;
    grid-template-columns: 356px 1fr;
    border: 1px solid rgba(195, 188, 182, 0.9);
    border-radius: 14px;
    overflow: hidden;
}

.prog-tabs {
    border-right: 1px solid rgba(195, 188, 182, 0.9);
}

.partner-email {
  text-decoration: none;
  font-weight: 600;
  color: #e1e7f2;
}

.partner-email:hover {
  text-decoration: underline;
}
.prog-tab {
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 22px;
    border-bottom: 1px solid rgba(195, 188, 182, 0.9);
    cursor: pointer;
    background: #f3f3f3;
}

.prog-tab:last-child {
    border-bottom: none;
}

.prog-num {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    color: #6f7b88;
    background: #e5dfdb;
    flex-shrink: 0;
}

.prog-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a2a3d;
}

.prog-tab.active {
    border-right: 2px solid #ea6e2f;
    background: #fff5efc9;
}

.prog-tab:hover {
    background: #fff5ef69;
    color: #000;
}

.prog-tab.active .prog-num {
    color: #fff;
    background: #ea6e2f;
}

.prog-tab:hover .prog-title,
.prog-tab.active .prog-title {
}

.prog-content {
    display: none;
    padding: 30px 34px 34px;
}

.prog-content.active {
    display: block;
}

.prog-content-label {
    margin: 0;
    font-size: 22px;
    color: #ea6e2f;
    font-weight: 700;
}

.prog-content-h {
    margin: 12px 0 12px;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    color: #101a28;
}

.prog-content-body {
    margin: 0 0 12px;
    color: #2a3a4f;
    font-size: 16px;
    line-height: 32px;
}

.prog-points {
    display: grid;
    gap: 10px;
}

.prog-point {
    display: flex;
    gap: 10px;
    color: #2a3a4f;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}

.prog-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #ea6e2f;
    margin-top: 11px;
    flex-shrink: 0;
}

.investment-highlight p {
    margin: 0 0 12px;
    color: #2a3a4f;
    font-size: 16px;
    line-height: 1.5;
}

.investment-highlight small {
    color: #3b4b5f;
    font-size: clamp(0.88rem, 1vw, 1.08rem);
}

.founder-section {
    background: #eceff126;
    padding: 48px 0 72px;
}

.founder-label {
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 16px;
    color: #ea6e2f;
    font-weight: 700;
}

.founder-label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #ea6e2f;
    margin-right: 10px;
    vertical-align: middle;
}

.founder-title {
    max-width: 760px;
    font-size: clamp(2rem, 4vw, 2.6rem);
    line-height: 1.14;
    letter-spacing: -0.02em;
    color: #121722;
    margin: 0  0px 26px 0px;
}

.founder-title span {
    display: block;
}

.founder-highlight {
    color: #e46f33;
}

.founder-subtitle {
    margin: 16px 0 28px;
    font-size: 20px;
    color: #2a3a4f;
}

.founder-swiper {
    padding-bottom: 8px;
}

.founder-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(195, 188, 182, 0.8);
    overflow: hidden;
    height: auto !important;
}

.founder-image {
    width: 100%;
    height: 290px;
    object-fit: cover;
    display: block;
    background: #cfcfcf;
}

.founder-card-body {
    padding: 14px 16px 18px;
}

.founder-kicker {
    margin: 0;
    text-transform: uppercase;
    color: #ea6e2f !IMPORTANT;
    font-size: 17px !important;
    letter-spacing: 0.03em;
    font-weight: 700;
}

.founder-card h3 {
    margin: 8px 0 10px;
    font-size: 18px;
    line-height: 1.35;
    color: #131b27;
}

.founder-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    color: #696969;
}

.founder-controls {
    display: none;
}

.founder-prev,
.founder-next {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(195, 188, 182, 0.9);
    background: #fff;
    color: #ea6e2f;
    border-radius: 999px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
}

.partners-section {
    background: #f7f7f7;
    padding: 18px 0 84px;
}

.partners-label {
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: clamp(0.92rem, 1vw, 1.25rem);
    color: #ea6e2f;
    font-weight: 700;
}

.partners-label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #ea6e2f;
    margin-right: 10px;
    vertical-align: middle;
}

.partners-title {
    margin: 0 0 28px;
    max-width: 670px;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.14;
    letter-spacing: -0.02em;
    color: #121722;
}

.partners-title span {
    display: block;
}

.partners-highlight {
    color: #e46f33;
}

.partner-card {
    background: #f7f7f7;
    border: 1px solid rgb(16 16 16 / 29%);
    border-radius: 5px;
    min-height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.partner-card img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-height: 101px;
    object-fit: contain;
}

.apply-section {
    background: #171c45;
    padding: 56px 0 72px;
}

.apply-grid {
    display: grid;
    grid-template-columns: 1fr minmax(360px, 700px);
    gap: 44px;
    align-items: start;
}

.apply-copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.1rem, 4vw, 2.6rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.apply-copy h2 span {
    color: #eb7032;
}

.apply-copy > p {
    margin: 16px 0 22px;
    color: #c6cfde;
    font-size: 16px;
    line-height: 1.6;
    max-width: 760px;
}

.apply-dates {
    background: rgba(120, 128, 164, 0.28);
    border-radius: 12px;
    padding: 14px 18px;
    margin-bottom: 20px;
    max-width: 760px;
}

.apply-dates div {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 12px;
    margin-bottom: 8px;
}

.apply-dates div:last-child {
    margin-bottom: 0;
}

.apply-dates span {
    color: #aeb9cf;
    font-size: 16px;
}

.apply-dates strong {
    color: #fff;
    font-size: 16px;
}

.apply-copy h3 {
    margin: 0 0 10px;
    color: #eb7032;
    font-size: clamp(1.4rem, 1.8vw, 2.2rem);
    letter-spacing: 0.03em;
}

.apply-copy ul {
    margin: 0 0 22px;
    padding-left: 0;
    list-style: none;
    max-width: 820px;
}

.apply-copy li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 14px;
    color: #e1e7f2;
    font-size: 16px;
    line-height: 1.5;
}

.apply-copy li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    top: 0;
    color: #eb7032;
}

.apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    background: #fff;
    color: #eb7032;
    font-size: 16px;
    font-weight: 700;
    border-radius: 999px;
    padding: 12px 26px;
}

.apply-form-wrap {
    background: #f3f3f3;
    border-radius: 16px;
    padding: 30px 36px 34px;
}

.form-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 36px 34px;
}

.apply-form-wrap h3 {
    margin: 0 0 16px;
    color: #0f1828;
    font-size: clamp(1.35rem, 1.4vw, 1.8rem);
}

.form-title {
    margin: 0 0 16px;
    color: #0f1828;
    font-size: 20px;
    font-weight: 700;
}

.apply-form {
    display: grid;
    gap: 10px;
}

.form-group {
    display: grid;
    gap: 10px;
}

.apply-form label {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1d2b42;
    font-weight: 700;
}

.form-label {
}

.apply-form input,
.apply-form select {
    width: 100%;
    border: 1px solid #d8d3cf;
    border-radius: 10px;
    height: 46px;
    padding: 0 15px;
    background: #f3f3f3;
    color: #1f2f45;
    font-size: 1rem;
}

.form-input {
}

.apply-form input:focus,
.apply-form select:focus {
    outline: 2px solid rgba(239, 122, 66, 0.25);
    outline-offset: 0;
    border-color: #ef7a42;
}

.form-input:focus {
    outline: 2px solid rgba(239, 122, 66, 0.25);
    outline-offset: 0;
    border-color: #ef7a42;
}


.apply-form button {
    margin-top: 8px;
    border: 0;
    border-radius: 10px;
    height: 48px;
    background: #ea6e2f;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
}

.form-submit {
    margin-top: 8px;
    border: 0;
    border-radius: 10px;
    height: 48px;
    background: #ea6e2f;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
}

.upload-drop {
    border: 1px dashed #ef7a42;
    border-radius: 10px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1rem;
    color: #ea6e2f;
    font-weight: 500;
    cursor: pointer;
    background: #f7efea;
}

.form-upload {
    border: 1px dashed #ef7a42;
    border-radius: 10px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1rem;
    color: #ea6e2f;
    font-weight: 500;
    cursor: pointer;
    background: #f7efea;
}

.upload-input {
    display: none;
}

.site-footer {
    background: #01083a;
}

.footer-main {
    padding: 58px 0 54px;
    text-align: center;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-brand img {
    width: min(300px, 72vw);
    height: auto;
    display: block;
}

.footer-about {
    margin: 20px auto 0;
    max-width: 1180px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.65;
}

.footer-links-title {
    margin: 30px 0 18px;
    color: #ffffff;
    font-size: clamp(2rem, 2.1vw, 2rem);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 34px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}

.footer-links a:hover {
    color: #ff934e;

}

.footer-bottom {
    background: #ff8a00;
    text-align: center;
    padding: 16px 12px 18px;
}

.footer-bottom p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
}




@media (max-width: 1200px) {
    
    .focus-strip-list {gap: 4px !important;}
    .header-row {
        min-height: 92px;
    }

    .logo img {
        height: 58px;
    }

    .header-link {
        font-size: 1.08rem;
    }

    .hero-grid {
        gap: 36px;
    }

    .focus-strip-grid {
        grid-template-columns: 1fr auto;
    }

    .mission-points {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .program-layout {
        grid-template-columns: 290px 1fr;
    }

    .prog-layout {
        grid-template-columns: 290px 1fr;
    }

    .founder-image {
        height: 320px;
    }

    .partner-card {
        min-height: 108px;
    }

    .apply-grid {
    }

    .footer-main {
        padding: 46px 0 44px;
    }

  
    
}

@media (max-width: 991px) {
    .header-row {
        min-height: 82px;
    }

    .logo img {
        height: 48px;
    }


    .header-toggle-btn {
        display: inline-flex;
    }

    .header-column-center {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(320px, 84vw);
        z-index: 120;
        transform: translateX(-110%);
        transition: transform 0.3s ease;
    }

    .header-column-center.active {
        transform: translateX(0);
    }

    .main-nav {
        position: absolute;
        inset: 0;
        background: #f5f5f5;
        border-right: 1px solid rgba(14, 21, 37, 0.08);
        padding: 86px 20px 24px;
        opacity: 1;
        transform: none;
    }

    .main-menu {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 0;
        background: transparent;
        border-radius: 0;
    }

    .header-item {
        width: 100%;
    }

    .header-link {
        width: 100%;
        font-size: 1.02rem;
        padding: 12px 14px;
        border-radius: 10px;
    }

    .header-link:hover {
        background: #e8e8e8;
    }

    .hero-section {
        padding: 54px 0 52px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .focus-strip {
        padding: 20px 0;
    }

    .focus-strip-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .focus-strip-right {
        justify-self: start;
    }

    .mission-section {
        padding: 56px 0 62px;
    }

    .mission-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mission-card:nth-child(2n) {
        border-right: none;
    }

    .program-layout {
        grid-template-columns: 1fr;
    }

    .prog-layout {
        grid-template-columns: 1fr;
    }

    .prog-tabs {
        border-right: none;
        border-bottom: 1px solid rgba(195, 188, 182, 0.9);
    }

    .prog-tab.active {
        border-right: none;
        border-left: 3px solid #ea6e2f;
    }

    .founder-section {
        padding: 44px 0 58px;
    }

    .founder-controls {
        justify-content: flex-start;
    }

    .partners-section {
        padding: 14px 0 64px;
    }

    .apply-section {
        padding: 42px 0 56px;
    }

    .footer-about {
        margin-top: 16px;
        font-size: 16px;
    }

    .footer-links-title {
        margin: 24px 0 14px;
    }

    .program-nav {
        border-right: none;
        border-bottom: 1px solid rgba(195, 188, 182, 0.9);
    }

    .program-nav-item.is-current {
        border-right: none;
        border-left: 3px solid #ea6e2f;
    }

    .program-strip {
        flex-direction: column;
        align-items: flex-start;
    }

    .main-nav.active + .header-toggle-btn span:nth-child(1),
    .header-column-center.active ~ .header-column-end .header-toggle-btn span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .main-nav.active + .header-toggle-btn span:nth-child(2),
    .header-column-center.active ~ .header-column-end .header-toggle-btn span:nth-child(2) {
        opacity: 0;
    }

    .main-nav.active + .header-toggle-btn span:nth-child(3),
    .header-column-center.active ~ .header-column-end .header-toggle-btn span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
}
@media (max-width: 768px) {
    .apply-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 640px) {
    .screen-container {
        width: 92%;
    }

    .header-row {
        min-height: 74px;
    }

    .logo img {
        height: 44px;
        width: 124px;
    }
    
    .right-logo  img {
  display: block;
  width: 124px;
}

    .hero-section {
        padding: 40px 0 40px;
    }

    .hero-right p {
        line-height: 1.65;
    }

    .focus-strip-btn {
        padding: 12px 22px;
    }

    .mission-points {
        grid-template-columns: 1fr;
    }

    .mission-card {
        min-height: 84px;
        border-right: none;
        border-bottom: 1px solid rgba(195, 188, 182, 0.8);
    }

    .mission-card p {
        display: block;
    }

    .mission-card:last-child {
        border-bottom: none;
    }

    .program-content {
        padding: 24px 18px 24px;
    }

    .prog-content {
        padding: 24px 18px 24px;
    }

    .founder-image {
        height: 260px;
    }

    .founder-card-body {
        padding: 12px 12px 14px;
    }

    .partners-title {
        margin-bottom: 20px;
    }

    .partner-card {
        min-height: 96px;
        padding: 12px;
    }

    .partner-card img {
        max-height: 58px;
    }

    .apply-form-wrap {
        padding: 16px;
        border-radius: 14px;
    }

    .form-card {
        padding: 16px;
        border-radius: 14px;
    }

    .apply-dates div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .footer-main {
        padding: 36px 0 34px;
    }

    .footer-links {
        gap: 12px;
    }

    .footer-bottom {
        padding: 14px 10px 16px;
    }

    .program-strip {
        padding: 16px 18px;
    }

    .program-strip a {
        padding: 11px 20px;
    }
}


