/* Адаптив под планшеты и мобильные экраны. */
@media (max-width: 1020px) {
      .hero,
      .page-hero,
      .program-page-hero,
      .section-head,
      .module,
      .module:nth-child(even),
      .program-entry-card,
      .admin-layout,
      .cta-box {
        grid-template-columns: 1fr;
      }

      #audience .section-head .copy {
        border-left: 0;
        border-top: 1px solid rgba(247, 244, 236, 0.16);
        padding-left: 0;
        padding-top: 20px;
      }

      #why .section-head .copy {
        border-left: 0;
        border-top: 1px solid rgba(17, 19, 24, 0.14);
        padding-left: 0;
        padding-top: 20px;
      }

      .module:nth-child(even) .module-copy {
        order: 0;
      }

      .module.module-foundation,
      .module.module-foundation:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px;
        margin-bottom: 54px;
      }

      .module.module-foundation::after {
        bottom: -36px;
        height: 36px;
      }

      .module.module-foundation .module-copy {
        order: -1;
      }

      .module.module-foundation .banner-frame {
        max-width: 680px;
        margin: 0;
      }

      .grid-3,
      .page-grid,
      .format-grid,
      .program-intro,
      .program-block-grid,
      .program-flow-figure,
      .track-grid,
      .learning-cycle,
      .result-card-grid,
      .artifact-strip,
      .corporate-note {
        grid-template-columns: 1fr;
      }

      .curriculum-head {
        grid-template-columns: 1fr;
      }

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

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

      .program-page-hero {
        min-height: auto;
        padding-top: 62px;
      }

      .program-video-preview {
        min-height: 0;
        aspect-ratio: auto;
      }

      .program-video-preview::before {
        background:
          linear-gradient(180deg, rgba(8, 9, 13, 0.88) 0%, rgba(41, 9, 13, 0.78) 44%, rgba(8, 9, 13, 0.4) 100%),
          linear-gradient(90deg, rgba(8, 9, 13, 0.9), rgba(8, 9, 13, 0.28));
      }

      .program-video-copy {
        min-height: 440px;
        padding: 44px 34px 88px;
      }

      .program-video-image img {
        object-position: 64% center;
      }

      .program-hero-map {
        width: 100%;
        max-width: 520px;
      }

      .hero-cover {
        background:
          linear-gradient(90deg, rgba(8, 9, 13, 0.96) 0%, rgba(33, 9, 12, 0.88) 38%, rgba(8, 9, 13, 0.34) 72%, rgba(8, 9, 13, 0.18) 100%),
          linear-gradient(180deg, rgba(8, 9, 13, 0.14) 0%, rgba(8, 9, 13, 0.72) 100%),
          url("../images/hero-future-manager-v3.png?v=20260702-01") 63% center / cover no-repeat;
      }

      .cta-side {
        border-left: 0;
        border-top: 1px solid var(--line);
        padding-left: 0;
        padding-top: 22px;
      }

      .cta-author {
        min-height: 480px;
        padding: 24px 22px 240px;
      }

      .cta-author-photo {
        right: -24px;
        bottom: -86px;
        width: min(82%, 390px);
        height: 72%;
        object-position: 52% 48%;
      }

      .cta-author-content,
      .cta-author-note {
        max-width: 100%;
      }
    }

    @media (max-width: 720px) {
      :root {
        --offer-hero-size: clamp(40px, 10.8vw, 50px);
        --offer-section-size: clamp(36px, 10vw, 46px);
        --offer-compact-size: clamp(32px, 8.8vw, 40px);
        --offer-line-height: 0.95;
      }

      body {
        padding-bottom: 0;
      }

      .top-inner {
        min-height: 58px;
        padding: 0;
      }

      .nav {
        display: none;
      }

      .mobile-nav {
        display: none;
      }
      section {
        padding: 54px 0;
      }

      h1 {
        font-size: 54px;
      }

      .hero h1 {
        max-width: 100%;
        font-size: var(--offer-hero-size);
        line-height: var(--offer-line-height);
      }

      .hero .eyebrow {
        max-width: 100%;
        font-size: 10px;
        letter-spacing: 0.08em;
      }

      .hero-cover {
        min-height: calc(100vh - 58px);
        padding-top: 0;
      }

      .hero-content {
        padding-top: 54px;
        padding-bottom: 54px;
      }

      .hero-cover .lead {
        max-width: 320px;
      }

      .hero-cover .copy {
        max-width: 330px;
        font-size: 14.5px;
        line-height: 1.48;
      }

      .hero-mobile-break {
        display: inline;
      }

      .hero-desktop-prefix {
        display: none;
      }

      h2,
      .cta-box h2 {
        font-size: var(--offer-section-size);
        line-height: var(--offer-line-height);
      }

      .audience-offer {
        font-size: var(--offer-section-size);
        line-height: var(--offer-line-height);
      }

      .responsibility-offer {
        font-size: var(--offer-section-size);
        line-height: var(--offer-line-height);
      }

      .section-head h2,
      .section-head .copy {
        max-width: 330px;
      }

      .section-head .program-foundation-title {
        max-width: 100%;
        font-size: clamp(28px, 8vw, 38px);
        line-height: 0.98;
      }

      .cta-box {
        width: 100%;
        max-width: 100%;
        overflow: visible;
        padding: 22px 16px;
      }

      .cta.shell {
        width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
      }

      .cta-box h2 {
        max-width: 310px;
        font-size: 28px;
        line-height: 0.98;
      }

      .cta-box .copy {
        max-width: 310px;
        font-size: 13.5px;
        overflow-wrap: break-word;
      }

      .mobile-only {
        display: block;
      }

      .cta-author {
        display: block;
        min-height: 560px;
        overflow: hidden;
        padding: 22px 18px 280px;
        border-top-color: rgba(239, 47, 45, 0.24);
        background:
          radial-gradient(circle at 82% 70%, rgba(239, 47, 45, 0.22), transparent 34%),
          linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
      }

      .cta-author::before {
        background:
          linear-gradient(180deg, rgba(8, 9, 13, 0.98) 0%, rgba(8, 9, 13, 0.92) 38%, rgba(8, 9, 13, 0.2) 52%, rgba(8, 9, 13, 0) 78%),
          linear-gradient(90deg, rgba(8, 9, 13, 0.96) 0%, rgba(8, 9, 13, 0.42) 42%, rgba(8, 9, 13, 0) 100%);
      }

      .cta-author::after {
        top: auto;
        right: 18px;
        bottom: 22px;
        left: 18px;
        width: auto;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(239, 47, 45, 0.7), transparent);
      }

      .cta-author-photo {
        right: -18px;
        bottom: -50px;
        width: min(92%, 350px);
        height: 64%;
        object-position: 52% 45%;
        filter: saturate(0.94) contrast(1.06) brightness(1.18);
        -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 100%);
        mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 100%);
      }

      .cta-author-content,
      .cta-author-note {
        max-width: 88%;
      }

      .cta-author-note {
        margin-top: 22px;
      }

      .cta-side strong {
        font-size: 31px;
      }

      .cta-side span {
        font-size: 13.5px;
        line-height: 1.46;
      }

      .program-flow-figure {
        padding: 14px;
      }

      .program-flow-figure figcaption {
        padding: 2px 0 4px;
      }

      .program-flow-figure h4 {
        max-width: 310px;
        font-size: 30px;
      }

      .program-flow-figure p {
        max-width: 320px;
        font-size: 13.5px;
      }

      .lead {
        font-size: 20px;
      }

      .copy {
        font-size: 15px;
        line-height: 1.58;
      }

      .hero .lead,
      .program-page-hero .lead,
      .hero .copy {
        max-width: 330px;
      }

      .program-page-hero h1 {
        max-width: 350px;
        font-size: var(--offer-hero-size);
        line-height: var(--offer-line-height);
        overflow-wrap: break-word;
      }

      .program-video-preview {
        margin-right: -16px;
        margin-left: -16px;
        border-right: 0;
        border-left: 0;
      }

      .program-video-preview::after {
        inset: 12px;
      }

      .program-video-copy {
        min-height: 390px;
        padding: 34px 16px 86px;
      }

      .program-video-copy .track-label {
        margin-left: 0;
      }

      .program-video-copy .actions {
        grid-template-columns: 1fr;
      }

      .program-video-controls {
        right: 14px;
        bottom: 14px;
        left: 14px;
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 10px;
        padding: 8px 10px;
      }

      .program-time {
        display: none;
      }

      .program-play {
        width: 30px;
        height: 30px;
      }

      .program-page-map {
        padding-top: 24px;
        padding-bottom: 18px;
        padding-right: 16px;
        padding-left: 16px;
      }

      .program-page-map .program-hero-map {
        width: 100%;
        max-width: min(358px, 100%);
        margin-right: auto;
        margin-left: auto;
      }

      .program-page-note,
      .program-hero-map,
      .program-entry-card {
        width: 100%;
        max-width: min(358px, 100%);
        min-width: 0;
        box-sizing: border-box;
        padding: 14px;
      }

      .map-steps {
        gap: 10px;
        margin-top: 0;
        padding: 10px;
      }

      .map-steps li {
        grid-template-columns: 42px minmax(0, 1fr);
        column-gap: 12px;
        min-height: 0;
        padding: 14px 12px;
      }

      .map-steps li.map-school {
        grid-template-columns: 42px minmax(0, 1fr);
        min-height: 0;
        padding: 16px 12px;
      }

      .map-steps::before {
        top: 30px;
        bottom: 30px;
        left: 31px;
      }

      .map-steps li span {
        width: 38px;
        height: 38px;
        font-size: 18px;
      }

      .map-steps li.map-school span {
        width: 42px;
        height: 42px;
        font-size: 20px;
      }

      .map-steps li strong {
        font-size: 22px;
        overflow-wrap: break-word;
      }

      .map-steps li.map-school strong {
        font-size: 25px;
      }

      .map-steps li p {
        margin-top: 9px;
        font-size: 12.8px;
      }

      .map-steps li.map-school p {
        font-size: 12.8px;
      }

      .program-volume-map {
        width: 100%;
        max-width: calc(100vw - 32px);
        padding: 13px;
        overflow: hidden;
      }

      .program-volume-map::before {
        inset: 12px 12px 12px auto;
        width: 38%;
      }

      .program-volume-map::after {
        right: 18px;
        left: 18px;
        height: 54px;
      }

      .school-volume {
        gap: 11px;
        padding: 10px;
      }

      .school-volume::before {
        top: 32px;
        bottom: 32px;
        left: 31px;
      }

      .school-volume::after,
      .volume-school::before {
        display: none;
      }

      .volume-node,
      .volume-school {
        grid-template-columns: 42px minmax(0, 1fr);
        column-gap: 12px;
        min-height: 0;
        margin: 0;
        padding: 14px 12px;
      }

      .volume-school {
        grid-template-columns: 1fr;
        padding: 16px 12px;
      }

      .school-top {
        grid-template-columns: 42px minmax(0, 1fr);
        column-gap: 12px;
      }

      .volume-number {
        width: 38px;
        height: 38px;
        font-size: 18px;
      }

      .volume-node strong {
        font-size: 22px;
      }

      .volume-school strong {
        font-size: 23px;
        line-height: 0.98;
        overflow-wrap: break-word;
      }

      .volume-node p,
      .volume-school p {
        margin-top: 9px;
        font-size: 12.8px;
        line-height: 1.45;
      }

      .school-regalia,
      .school-tools {
        margin-left: 50px;
      }

      .school-regalia {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        margin-top: 14px;
      }

      .school-regalia span {
        min-width: 0;
        padding: 7px 8px;
        font-size: 10px;
        text-align: center;
      }

      .program-building-map {
        width: 100%;
        max-width: calc(100vw - 32px);
        padding: 14px;
        overflow: hidden;
      }

      .program-building-map::before {
        inset: 12px;
      }

      .program-building-map::after {
        right: 18px;
        left: 18px;
        height: 58px;
      }

      .school-building {
        min-height: 760px;
        perspective: none;
      }

      .school-building::before {
        inset: 24px 0 0;
      }

      .school-building::after {
        right: 6px;
        bottom: 18px;
        left: 6px;
        height: 54px;
        transform: skewX(-12deg);
      }

      .building-frame {
        top: 58px;
        right: 0;
        left: 0;
        min-height: 660px;
        transform: none;
      }

      .building-frame::before {
        display: none;
      }

      .building-frame::after {
        right: 14px;
        bottom: -32px;
        left: 38px;
        height: 32px;
        transform: skewX(-18deg);
      }

      .building-roof {
        top: -38px;
        right: 10px;
        left: 10px;
        height: 58px;
      }

      .building-roof span {
        padding: 0 18px;
        font-size: 9px;
        line-height: 1.35;
        text-align: center;
      }

      .building-sign {
        top: 42px;
        right: 12px;
        left: 12px;
        grid-template-columns: 42px minmax(0, 1fr);
        column-gap: 12px;
        padding: 14px 12px;
      }

      .building-sign span,
      .building-entrance span,
      .building-exit span {
        width: 38px;
        height: 38px;
        font-size: 18px;
      }

      .building-sign strong {
        font-size: 23px;
      }

      .building-sign p,
      .building-entrance p,
      .building-exit p {
        margin-top: 8px;
        font-size: 12.8px;
      }

      .building-regalia {
        top: 190px;
        right: 22px;
        left: 66px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
      }

      .building-regalia span,
      .building-tools span {
        padding: 8px 7px;
        font-size: 9.5px;
      }

      .building-tools {
        right: 22px;
        bottom: 210px;
        left: 66px;
        gap: 6px;
      }

      .building-entrance,
      .building-exit {
        grid-template-columns: 42px minmax(0, 1fr);
        column-gap: 12px;
        width: auto;
        right: 12px;
        left: 12px;
        padding: 14px 12px;
      }

      .building-entrance {
        bottom: 118px;
      }

      .building-exit {
        bottom: 22px;
      }

      .building-entrance strong,
      .building-exit strong {
        font-size: 22px;
      }

      .program-page-map .program-layer-school {
        max-width: calc(100vw - 32px);
      }

      .program-layer-school {
        padding: 18px 14px 22px;
      }

      .layer-school-head {
        display: block;
      }

      .layer-school-head strong {
        display: block;
        margin-top: 10px;
        font-size: 31px;
        text-align: left;
      }

      .school-render-stage {
        display: grid;
        gap: 8px;
        margin-top: 18px;
        padding: 8px;
      }

      .school-render-stage::before {
        opacity: 0.38;
      }

      .school-render-stage img {
        min-height: 0;
        border: 1px solid rgba(247, 244, 236, 0.12);
      }

      .school-render-label,
      .school-render-gate {
        position: relative;
        inset: auto;
        width: auto;
        max-width: none;
        backdrop-filter: blur(8px);
      }

      .school-render-label {
        padding: 10px 11px;
      }

      .school-render-label strong {
        font-size: 15px;
      }

      .school-render-label span {
        font-size: 19px;
      }

      .school-render-gate {
        padding: 12px;
      }

      .school-render-gate span {
        font-size: 23px;
      }

      .school-render-gate p {
        font-size: 12.5px;
      }

      .program-page-honest .program-page-note {
        width: 100%;
        max-width: min(358px, 100%);
        margin: 0;
      }

      .curriculum {
        margin-top: 44px;
        padding-top: 32px;
      }

      .program-entry-card h4 {
        max-width: 100%;
        font-size: 28px;
        overflow-wrap: break-word;
      }

      .program-entry-card p {
        max-width: 100%;
        font-size: 14.5px;
        overflow-wrap: break-word;
      }

      .program-entry-actions,
      .program-entry-actions .button {
        width: 100%;
        max-width: 100%;
      }

      .program-entry-actions .button {
        min-height: 48px;
        padding: 13px 16px;
        font-size: 12.5px;
      }

      .statement p {
        font-size: 26px;
        max-width: 330px;
        overflow-wrap: break-word;
      }

      .module h3 {
        font-size: 32px;
        max-width: 310px;
      }

      .module-copy {
        padding-left: 16px;
      }

      .module p {
        max-width: 310px;
        font-size: 15px;
      }

      .module li {
        max-width: 310px;
        font-size: 13px;
      }

      .module.module-foundation .module-copy h3,
      .module.module-foundation p,
      .module.module-foundation li {
        max-width: 100%;
      }

      .curriculum {
        margin-top: 46px;
        padding-top: 34px;
      }

      .curriculum-head h3 {
        font-size: 32px;
        line-height: 0.96;
        max-width: 330px;
      }

      .curriculum-head p {
        max-width: 330px;
      }

      .curriculum,
      .program-overview,
      .program-intro,
      .program-promise,
      .program-stat,
      .program-block-grid,
      .program-block,
      .week-grid,
      .week-card,
      .result-card-grid,
      .result-card,
      .artifact-strip,
      .corporate-note,
      .track-grid,
      .track-card {
        width: 100%;
        max-width: 358px;
        min-width: 0;
      }

      .program-promise,
      .program-stat,
      .program-block,
      .week-card,
      .result-card,
      .artifact-strip,
      .corporate-note {
        padding: 18px;
      }

      .program-promise p {
        max-width: 100%;
        font-size: 14.5px;
      }

      .program-school-house {
        min-height: 190px;
        margin: 16px -12px -8px;
      }

      .program-school-house img {
        width: 118%;
        max-height: 240px;
      }

      .program-stat strong {
        font-size: 40px;
      }

      .program-stat span,
      .program-block h4,
      .program-block p,
      .week-card h5,
      .week-card p,
      .result-card h4,
      .result-card p,
      .result-chip,
      .artifact-strip h4,
      .artifact-strip p,
      .artifact-list li {
        max-width: 100%;
        overflow-wrap: break-word;
      }

      .program-block {
        min-height: 0;
      }

      .artifact-strip h4 {
        font-size: 28px;
      }

      .result-card {
        min-height: 0;
        gap: 18px;
      }

      .result-card h4 {
        font-size: 31px;
      }

      .result-card p {
        font-size: 14px;
      }

      .result-chip-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
      }

      .result-chip {
        width: 100%;
        min-height: 44px;
        padding: 11px 12px;
      }

      .result-popover {
        right: 16px;
        bottom: calc(18px + env(safe-area-inset-bottom));
        left: 16px !important;
        top: auto !important;
        width: auto;
      }

      .corporate-note {
        min-height: 0;
        gap: 18px;
      }

      .corporate-note h4 {
        font-size: 28px;
      }

      .corporate-note p,
      .mentor-points li {
        font-size: 14px;
      }

      .corporate-note .button {
        max-width: 100%;
      }

      .program-block h4 {
        font-size: 24px;
      }

      .week-grid {
        grid-template-columns: 1fr;
      }

      .week-card {
        min-height: 0;
      }

      .track-card h4,
      .cycle-card h4 {
        font-size: 30px;
        max-width: 300px;
      }

      .track-card {
        min-height: 0;
        padding: 20px;
        overflow: visible;
      }

      .track-card p,
      .track-card li,
      .track-result span,
      .cycle-card p {
        max-width: none;
      }

      .track-actions .button {
        width: 100%;
        min-width: 0;
        padding-right: 12px;
        padding-left: 12px;
        white-space: normal;
      }

      .program-dialog {
        width: 100%;
        max-height: calc(100vh - 116px);
        padding: 22px 16px 18px;
      }

      .program-modal {
        padding: 12px;
      }

      .program-close {
        top: 12px;
        right: 12px;
        width: 38px;
        height: 38px;
        z-index: 3;
        background: rgba(8, 9, 13, 0.92);
      }

      .program-dialog h3 {
        max-width: calc(100% - 44px);
        padding-right: 44px;
        font-size: 34px;
      }

      .program-dialog .copy {
        max-width: none;
      }

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

      .program-detail h4 {
        font-size: 25px;
      }

      .program-detail p,
      .program-detail li {
        max-width: none;
      }

      .program-modal-actions {
        flex-direction: column;
      }

      .format-grid .panel {
        overflow: hidden;
      }

      .format-grid .panel h3,
      .format-grid .panel p,
      .format-grid .panel strong {
        max-width: 300px;
        overflow-wrap: break-word;
      }

      .actions {
        flex-direction: column;
      }

      .button {
        width: 100%;
      }
    }

@media (max-width: 1020px) {
      .telegram-hero,
      .telegram-cta {
        grid-template-columns: 1fr;
      }

      .telegram-rhythm-grid,
      .telegram-post-grid,
      .telegram-path {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

@media (max-width: 720px) {
      .telegram-hero {
        min-height: auto;
        gap: 28px;
        padding-top: 34px;
      }

      .telegram-hero-copy h1 {
        max-width: 350px;
        font-size: var(--offer-hero-size);
        line-height: var(--offer-line-height);
      }

      .telegram-hero-copy .lead {
        max-width: 340px;
        font-size: 17px;
      }

      .telegram-video-card,
      .telegram-panel,
      .telegram-path article,
      .telegram-cta {
        padding: 18px;
      }

      .telegram-video-frame {
        width: min(100%, 288px);
      }

      .telegram-video-caption b {
        font-size: 18px;
      }

      .telegram-section-head h2,
      .telegram-cta h2 {
        max-width: 350px;
        font-size: var(--offer-section-size);
        line-height: var(--offer-line-height);
      }

      .telegram-cta-side {
        gap: 12px;
      }

      .telegram-channel-card {
        min-height: 82px;
        padding: 14px;
        border-radius: 20px;
      }

      .telegram-channel-card img {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
      }

      .telegram-channel-card b {
        font-size: 21px;
      }

      .telegram-rhythm-grid,
      .telegram-post-grid,
      .telegram-path {
        grid-template-columns: 1fr;
      }

      .telegram-panel {
        min-height: 0;
      }

      .telegram-panel h3,
      .telegram-post-card h3,
      .telegram-path h3 {
        font-size: 28px;
      }

      .telegram-post-card {
        min-height: 0;
      }

      .telegram-post-card img {
        height: 260px;
      }

      .telegram-message-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
        padding: 16px 18px 12px;
      }

      .telegram-message-head span {
        text-align: left;
      }

      .telegram-message-body {
        padding: 18px 18px 14px;
      }

      .telegram-message-body h3 {
        font-size: 31px;
      }

      .telegram-message-body p {
        font-size: 16px;
      }

      .telegram-message-meta {
        padding: 0 18px 18px;
        font-size: 15px;
      }

      .about-hero {
        grid-template-columns: 1fr;
        gap: 28px;
        min-height: auto;
        padding-top: 36px;
        padding-bottom: 46px;
      }

      .about-hero-copy h1 {
        max-width: 350px;
        font-size: var(--offer-hero-size);
        line-height: var(--offer-line-height);
      }

      .about-hero-copy .lead {
        max-width: 340px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
      }

      .about-proof-row {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 340px;
      }

      .about-hero-media {
        min-height: 0;
      }

      .about-hero-media img {
        min-height: 0;
        aspect-ratio: 4 / 5;
        object-position: center;
      }

      .about-section {
        padding-top: 54px;
      }

      .about-proof-grid,
      .about-role-grid,
      .about-win-grid,
      .about-position,
      .about-entry-grid {
        grid-template-columns: 1fr;
      }

      .about-photo-grid {
        column-count: 1;
      }

      .about-proof-card,
      .about-role-card,
      .about-win-card,
      .about-entry-card {
        min-height: 0;
      }

      .about-role-card-featured {
        grid-column: auto;
        grid-template-columns: 1fr;
        gap: 18px;
      }

      .about-role-media {
        min-height: 0;
        margin: 0;
      }

      .about-role-media img {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 10;
      }

      .about-proof-card h3,
      .about-entry-card h3 {
        font-size: 28px;
      }

      .about-photo-card,
      .about-photo-card-large {
        grid-column: auto;
        min-height: 0;
      }

      .about-photo-lightbox {
        padding: 12px;
      }

      .about-photo-lightbox figure {
        width: 100%;
        max-height: 88vh;
      }

      .about-photo-lightbox img {
        max-height: 72vh;
      }

      .about-photo-lightbox figcaption {
        padding: 12px 14px;
      }

      .about-position {
        gap: 24px;
        padding: 24px;
      }

      .about-position h2 {
        max-width: 350px;
        font-size: var(--offer-section-size);
        line-height: var(--offer-line-height);
      }

      .about-position .lead {
        max-width: 340px;
        font-size: 16px;
      }

      .about-entry-card .button {
        width: 100%;
      }
    }

@media (min-width: 721px) and (max-width: 1120px) {
      .about-hero,
      .about-position {
        grid-template-columns: 1fr;
      }

      .about-proof-grid,
      .about-role-grid,
      .about-win-grid,
      .about-entry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .about-role-card-featured {
        grid-column: span 2;
      }

      .about-photo-grid {
        column-count: 2;
      }

      .about-photo-card-large {
        grid-column: auto;
      }
    }

@media (max-width: 720px) {
      .module.module-foundation,
      .module.module-foundation:nth-child(even) {
        gap: 18px;
        padding: 18px 16px 20px;
        margin-bottom: 42px;
        background:
          radial-gradient(circle at 100% 0%, rgba(245, 50, 47, 0.18), transparent 34%),
          linear-gradient(150deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
      }

      .module.module-foundation::after {
        left: 22px;
        bottom: -30px;
        height: 30px;
      }

      .module.module-foundation .module-copy {
        order: -1;
        padding-left: 0;
        border-left: 0;
      }

      .module.module-foundation .module-kicker {
        font-size: 11px;
      }

      .module.module-foundation .module-copy h3 {
        max-width: 280px;
        font-size: clamp(42px, 14vw, 56px);
        line-height: 0.9;
      }

      .module.module-foundation p {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.42;
      }

      .module.module-foundation ul {
        display: grid;
        gap: 8px;
        max-width: 100%;
        padding-left: 0;
        list-style: none;
      }

      .module.module-foundation li {
        max-width: 100%;
        padding-left: 12px;
        border-left: 1px solid rgba(245, 50, 47, 0.44);
        font-size: 12.5px;
        line-height: 1.35;
      }

      .module.module-foundation .banner-frame {
        max-width: 100%;
        border-width: 1px;
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
      }
    }

/* Unified offer fitting layer: keeps large selling lines readable on every page. */
.hero h1,
.audience-offer,
.responsibility-offer,
.section-head .program-foundation-title,
.program-page-hero h1,
.telegram-hero-copy h1,
.telegram-section-head h2,
.about-hero-copy h1,
.about-position h2 {
  max-width: 100%;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.hero-cover .hero-content {
  width: min(760px, calc(100vw - 48px));
  max-width: none;
}

.hero-cover h1 {
  width: 100%;
  font-size: 56px;
  line-height: 0.96;
}

.audience-offer,
.responsibility-offer,
.program-page-hero h1,
.telegram-hero-copy h1,
.telegram-section-head h2,
.about-hero-copy h1,
.about-position h2 {
  font-size: 56px;
  line-height: 0.96;
}

.section-head .program-foundation-title {
  font-size: 42px;
  line-height: 1.02;
}

@media (max-width: 1280px) {
  .hero-cover .hero-content {
    width: min(660px, calc(100vw - 40px));
  }

  .hero-cover h1 {
    font-size: 48px;
    line-height: 0.98;
  }

  .audience-offer,
  .responsibility-offer,
  .program-page-hero h1,
  .telegram-hero-copy h1,
  .telegram-section-head h2,
  .about-hero-copy h1,
  .about-position h2 {
    font-size: 50px;
    line-height: 0.98;
  }

  .section-head .program-foundation-title {
    font-size: 38px;
  }
}

@media (max-width: 980px) {
  .hero-cover .hero-content {
    width: min(560px, calc(100vw - 36px));
  }

  .hero-cover h1 {
    font-size: 40px;
    line-height: 1;
  }

  .audience-offer,
  .responsibility-offer,
  .program-page-hero h1,
  .telegram-hero-copy h1,
  .telegram-section-head h2,
  .about-hero-copy h1,
  .about-position h2 {
    font-size: 42px;
    line-height: 1;
  }

  .section-head .program-foundation-title {
    font-size: 34px;
  }
}

@media (max-width: 760px) {
  .hero-cover .hero-content {
    width: calc(100vw - 28px);
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 28px;
    padding-bottom: 42px;
  }

  .hero-cover h1 {
    font-size: 34px;
    line-height: 1.02;
  }

  .audience-offer,
  .responsibility-offer,
  .program-page-hero h1,
  .telegram-hero-copy h1,
  .telegram-section-head h2,
  .about-hero-copy h1,
  .about-position h2 {
    font-size: 34px;
    line-height: 1.02;
  }

  .section-head .program-foundation-title {
    font-size: 30px;
    line-height: 1.05;
  }
}

@media (max-width: 430px) {
  .hero-cover h1 {
    font-size: 28px;
    line-height: 1.05;
  }

  .audience-offer,
  .responsibility-offer,
  .program-page-hero h1,
  .telegram-hero-copy h1,
  .telegram-section-head h2,
  .about-hero-copy h1,
  .about-position h2 {
    font-size: 29px;
    line-height: 1.05;
  }

  .section-head .program-foundation-title {
    font-size: 27px;
  }
}

@media (max-width: 370px) {
  .hero-cover h1 {
    font-size: 26px;
  }

  .audience-offer,
  .responsibility-offer,
  .program-page-hero h1,
  .telegram-hero-copy h1,
  .telegram-section-head h2,
  .about-hero-copy h1,
  .about-position h2 {
    font-size: 27px;
  }
}

/* Final offer fit pass: keeps the big selling lines readable and inside their zones. */
.hero-cover .hero-content {
  width: min(540px, 42vw);
  max-width: 540px;
  margin-left: max(32px, calc((100vw - 1360px) / 2 + 32px));
}

.hero-cover .hero-content h1 {
  max-width: 540px;
  font-size: 46px;
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-cover .lead {
  max-width: 520px;
}

.audience-offer,
.responsibility-offer {
  max-width: 820px;
  font-size: 48px;
  line-height: 0.98;
}

.program-page-hero h1,
.telegram-hero-copy h1,
.telegram-section-head h2,
.about-hero-copy h1,
.about-position h2 {
  max-width: 980px;
  font-size: 50px;
  line-height: 0.98;
}

.section-head .program-foundation-title {
  max-width: 860px;
  font-size: 40px;
  line-height: 1.02;
}

@media (max-width: 1280px) {
  .hero-cover .hero-content {
    width: min(500px, 42vw);
    max-width: 500px;
    margin-left: 24px;
  }

  .hero-cover .hero-content h1 {
    max-width: 500px;
    font-size: 40px;
    line-height: 0.98;
  }

  .audience-offer,
  .responsibility-offer {
    font-size: 42px;
    line-height: 1;
  }

  .program-page-hero h1,
  .telegram-hero-copy h1,
  .telegram-section-head h2,
  .about-hero-copy h1,
  .about-position h2 {
    font-size: 44px;
    line-height: 1;
  }

  .section-head .program-foundation-title {
    font-size: 36px;
  }
}

@media (max-width: 980px) {
  .hero-cover .hero-content {
    width: min(440px, 50vw);
    max-width: 440px;
  }

  .hero-cover .hero-content h1 {
    max-width: 440px;
    font-size: 34px;
    line-height: 1;
  }

  .audience-offer,
  .responsibility-offer,
  .program-page-hero h1,
  .telegram-hero-copy h1,
  .telegram-section-head h2,
  .about-hero-copy h1,
  .about-position h2 {
    font-size: 36px;
    line-height: 1.02;
  }

  .section-head .program-foundation-title {
    font-size: 31px;
  }
}

@media (max-width: 760px) {
  .hero-cover .hero-content {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-cover .hero-content h1 {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.02;
  }

  .audience-offer,
  .responsibility-offer,
  .program-page-hero h1,
  .telegram-hero-copy h1,
  .telegram-section-head h2,
  .about-hero-copy h1,
  .about-position h2 {
    font-size: 29px;
    line-height: 1.04;
  }

  .section-head .program-foundation-title {
    font-size: 26px;
    line-height: 1.05;
  }
}

@media (max-width: 430px) {
  .hero-cover .hero-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-cover .hero-content h1 {
    font-size: 24px;
    line-height: 1.04;
  }

  .audience-offer,
  .responsibility-offer,
  .program-page-hero h1,
  .telegram-hero-copy h1,
  .telegram-section-head h2,
  .about-hero-copy h1,
  .about-position h2 {
    font-size: 24px;
    line-height: 1.05;
  }

  .section-head .program-foundation-title {
    font-size: 22px;
  }
}

@media (max-width: 370px) {
  .hero-cover .hero-content h1,
  .audience-offer,
  .responsibility-offer,
  .program-page-hero h1,
  .telegram-hero-copy h1,
  .telegram-section-head h2,
  .about-hero-copy h1,
  .about-position h2 {
    font-size: 22px;
  }
}

/* Offer fit lock v3: layout-only, no text changes. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.offer-split,
.offer-split > *,
.program-page-hero,
.telegram-hero-copy,
.about-hero-copy,
.hero-cover .hero-content,
.hero-cover .shell {
  min-width: 0;
}

.hero-cover .hero-content {
  box-sizing: border-box;
  width: min(620px, 46vw);
  max-width: calc(100vw - 56px);
}

.hero-cover .hero-content h1,
.audience-offer,
.responsibility-offer,
.program-page-hero h1,
.telegram-hero-copy h1,
.telegram-section-head h2,
.about-hero-copy h1,
.about-position h2,
.section-head .program-foundation-title {
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.hero-cover .hero-content h1 {
  max-width: 620px;
  font-size: clamp(32px, 3.65vw, 50px);
  line-height: 1.03;
}

.audience-offer,
.responsibility-offer {
  font-size: clamp(44px, 6vw, 92px);
  line-height: 0.95;
}

.program-page-hero h1,
.telegram-hero-copy h1,
.telegram-section-head h2,
.about-hero-copy h1,
.about-position h2 {
  font-size: clamp(42px, 5.2vw, 82px);
  line-height: 0.96;
}

@media (max-width: 1280px) {
  .hero-cover .hero-content {
    width: min(520px, 44vw);
    max-width: 520px;
    margin-left: 20px;
  }

  .hero-cover .hero-content h1 {
    max-width: 520px;
    font-size: clamp(27px, 3.05vw, 36px);
    line-height: 1.05;
  }

  .audience-offer,
  .responsibility-offer {
    font-size: clamp(38px, 5.45vw, 68px);
  }

  .program-page-hero h1,
  .telegram-hero-copy h1,
  .telegram-section-head h2,
  .about-hero-copy h1,
  .about-position h2 {
    font-size: clamp(34px, 4.45vw, 58px);
  }
}

@media (max-width: 980px) {
  .hero-cover .hero-content {
    width: min(500px, 58vw);
    max-width: 500px;
  }

  .hero-cover .hero-content h1 {
    font-size: clamp(25px, 3.7vw, 32px);
  }

  .audience-offer,
  .responsibility-offer,
  .program-page-hero h1,
  .telegram-hero-copy h1,
  .telegram-section-head h2,
  .about-hero-copy h1,
  .about-position h2 {
    font-size: clamp(31px, 5vw, 44px);
    line-height: 1;
  }
}

@media (max-width: 760px) {
  .hero-cover .hero-content {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    padding-inline: 12px;
  }

  .hero-cover .hero-content h1 {
    max-width: 100%;
    font-size: clamp(19px, 4.75vw, 23px);
    line-height: 1.1;
  }

  .audience-offer,
  .responsibility-offer,
  .program-page-hero h1,
  .telegram-hero-copy h1,
  .telegram-section-head h2,
  .about-hero-copy h1,
  .about-position h2 {
    max-width: 100%;
    font-size: clamp(22px, 6.25vw, 30px);
    line-height: 1.06;
  }

  .section-head .program-foundation-title {
    max-width: 100%;
    font-size: clamp(20px, 6vw, 27px);
    line-height: 1.08;
  }
}

@media (max-width: 430px) {
  .hero-cover .hero-content h1 {
    font-size: clamp(18px, 4.55vw, 20px);
  }

  .audience-offer,
  .responsibility-offer,
  .program-page-hero h1,
  .telegram-hero-copy h1,
  .telegram-section-head h2,
  .about-hero-copy h1,
  .about-position h2 {
    font-size: clamp(20px, 5.8vw, 25px);
  }
}

/* Mobile hero title fit lock: layout only, no text changes. */
@media (max-width: 760px) {
  .hero-cover .hero-content.shell {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: clamp(18px, 6vw, 34px) !important;
    padding-right: clamp(18px, 6vw, 34px) !important;
  }

  .hero-cover .hero-content h1 {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    font-size: clamp(30px, 8.4vw, 42px) !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }
}

@media (max-width: 430px) {
  .hero-cover .hero-content h1 {
    font-size: clamp(27px, 7.7vw, 33px) !important;
    line-height: 1 !important;
  }
}

@media (max-width: 370px) {
  .hero-cover .hero-content h1 {
    font-size: 27px !important;
  }
}

/* Final mobile/tablet lock: the main offer must never leave the screen. */
@media (max-width: 980px) {
  .hero-cover .hero-content.shell {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: clamp(16px, 5vw, 34px) !important;
    padding-right: clamp(16px, 5vw, 34px) !important;
  }

  .hero-cover .hero-content h1 {
    box-sizing: border-box !important;
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0 !important;
    font-size: clamp(32px, 7vw, 54px) !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }
}

@media (max-width: 760px) {
  .hero-cover .hero-content h1 {
    font-size: clamp(30px, 7.2vw, 44px) !important;
  }
}

@media (max-width: 520px) {
  .hero-cover .hero-content h1 {
    font-size: clamp(26px, 7vw, 34px) !important;
    line-height: 1 !important;
  }
}
