/**
 * Figma Homepage 496:2 — exact desktop metrics (1920 × frame)
 * Active at ≥1680px so 1:1 matches designer sizes/gaps/type.
 */

@media (min-width: 1680px) {
  :root {
    --figma-gutter: 56px;
    --figma-content: 1808px;
    --figma-gap: 24px;
    --figma-card: 434px;
  }

  .container {
    width: var(--figma-content);
    max-width: var(--figma-content);
    margin-inline: auto;
    padding-inline: 0;
  }

  /* —— Header —— */
  .header-top-inner {
    min-height: 177px;
    padding-block: 0;
    align-items: center;
  }

  .brand-seal {
    width: 80px;
    height: 80px;
  }

  .brand-name {
    font-size: 64px;
    font-weight: 600;
    line-height: 1;
    color: var(--navy);
  }

  .brand-tagline {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    color: var(--navy);
    max-width: 309px;
  }

  .brand-tagline .tag-lg {
    font-size: 26px;
  }

  .brand-text {
    gap: 30px;
  }

  .header-actions {
    gap: 32px;
    margin-right: 0;
  }

  .header-actions .btn-primary {
    width: 244px;
    height: 81px;
    padding: 22px 66px;
    border-radius: 16px;
    font-size: 26px;
    font-weight: 600;
  }

  .lang-btn {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 100px;
    border: 0;
    font-size: 24px;
    font-weight: 600;
    color: #0c2249;
    background: var(--muted);
  }

  .theme-btn {
    width: 24px;
    height: 24px;
    /* Uz→moon gap 24 (not 32); Figma moon y≈50 ≈ Apply top */
    margin-left: -8px;
    align-self: flex-start;
    margin-top: 2px;
  }

  .header-nav {
    background: var(--nav-bg);
    min-height: 92px;
  }

  .site-nav {
    min-height: 92px;
    align-items: center;
    gap: 0;
    justify-content: space-between;
  }

  .site-nav a {
    font-size: 24px;
    font-weight: 500;
    gap: 12px;
  }

  .site-nav a:not(:last-child)::after,
  .site-nav a.is-active::after {
    width: 12px;
    height: 12px;
  }

  /* —— Hero —— */
  .hero {
    min-height: 810px;
    height: 810px;
  }

  .hero-deco {
    left: -134px;
    bottom: 54px;
    width: 257px;
    height: 72px;
  }

  .hero-sparkle {
    left: 1313.5px;
    top: 249px;
    width: 77px;
    height: 104.5px;
    mix-blend-mode: plus-lighter;
  }

  .hero-inner {
    padding-top: 102px;
    padding-bottom: 140px;
    gap: 0;
    grid-template-columns: 952px 1fr;
  }

  .hero-copy h1 {
    font-size: 80px;
    font-weight: 600;
    line-height: 88px;
    letter-spacing: -1.6px;
    max-width: 952px;
  }

  /* Figma image node 32: (972,-41) 909×846, source mirrored, 931×1397 at (36,-217) */
  .hero-media {
    position: absolute;
    left: 916px;
    top: -41px;
    width: 909px;
    height: 846px;
    margin: 0;
    display: block;
    z-index: 0;
    overflow: hidden;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-media img {
    position: absolute;
    left: 36px;
    top: -220px;
    width: 934px;
    height: 1401px;
    max-width: none;
    max-height: none;
    object-fit: fill;
    filter: none;
  }

  .hero-partners {
    padding: 0 0 40px;
  }

  .hero-partner img {
    width: auto;
    height: auto;
  }

  .hero-partner--inha img {
    width: 262px;
    height: 77px;
    max-width: none;
  }

  .hero-partner--taqu img,
  .hero-partner img.is-mono {
    width: 72px;
    height: 72px;
    max-width: 72px;
  }

  .hero-partner span {
    font-size: 26px;
    line-height: 30.7px;
    font-weight: 500;
    max-width: 298px;
  }

  /* —— Sections —— */
  .section {
    padding: 92px 0 0;
  }

  .section--tight {
    padding-top: 72px;
    padding-bottom: 0;
  }

  #ekspertlar.section {
    padding-top: 112px;
  }

  #hamkorlar.section {
    padding-top: 106px;
  }

  #hamkorlar .section-title {
    margin-bottom: 58px;
  }

  #aloqa.section {
    padding-top: 159px; /* room for CTA graduate overhang */
    padding-bottom: 131px;
    overflow: visible;
  }

  .section-title {
    font-size: 64px;
    font-weight: 500;
    margin-bottom: 48px;
    letter-spacing: 0;
  }

  /* —— News —— */
  .news-layout {
    grid-template-columns: 1094px 690px;
    gap: 24px;
    align-items: start;
    justify-content: space-between;
  }

  .news-featured {
    width: 1094px;
    height: 729px;
    min-height: 729px;
    border-radius: 24px;
  }

  .news-featured-img {
    min-height: 729px;
  }

  .news-featured-overlay {
    height: 266px;
    min-height: 266px;
    padding: 27px 48px 40px;
    background: rgba(0, 64, 255, 0.2);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border-radius: 0 0 25px 25px;
    justify-content: flex-start;
    gap: 0;
  }

  .news-featured-overlay h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.15;
    max-width: 971px;
    margin-bottom: 48px;
  }

  .news-meta--light {
    font-size: 20px;
    gap: 16px;
  }

  .news-featured-overlay {
    height: auto;
    min-height: 0;
    padding: 0 0 60px 54px;
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .carousel-dots {
    margin-top: 24px;
    gap: 16px;
  }

  .carousel-dots span {
    width: 16px;
    height: 16px;
  }

  .news-side {
    width: 690px;
    gap: 24px;
    height: auto;
  }

  .news-side-title {
    font-size: 40px;
    font-weight: 500;
    margin: 0 0 0;
    line-height: 1;
  }

  /* —— News side cards (690×198) —— */
  .news-side-card {
    width: 690px;
    height: 198px;
    min-height: 198px;
    display: block;
    position: relative;
    grid-template-columns: none;
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
  }

  .news-side-card img {
    position: absolute;
    left: 0;
    top: 0;
    width: 198px;
    height: 198px;
    min-height: 198px;
    max-width: none;
    border-radius: 16px 0 0 16px;
    object-fit: cover;
  }

  .news-side-card--blue::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 198px;
    height: 198px;
    z-index: 2;
    pointer-events: none;
    border-radius: 16px 0 0 16px;
    background: linear-gradient(
      13.65deg,
      rgb(35, 95, 217) 3.09%,
      rgba(35, 95, 217, 0.1) 48.49%
    );
  }

  .news-side-card--blue > div {
    z-index: 3;
  }

  .news-side-card > div {
    position: absolute;
    left: 235px;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 29px 0 0;
    display: block;
  }

  .news-side-card p {
    position: absolute;
    left: 0;
    top: 18px;
    width: 426px;
    margin: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.15;
    color: #000;
  }

  .news-side-card .news-meta {
    position: absolute;
    left: 0;
    top: 152px;
    font-size: 20px;
    line-height: 22px;
    gap: 16px;
    color: #898989;
  }

  .news-side-card--blue p {
    color: #fff;
  }

  .news-side-card--blue .news-meta {
    color: #a9c5f6;
  }

  /* —— Stats —— */
  .stats-grid {
    grid-template-columns: repeat(4, var(--figma-card));
    gap: var(--figma-gap);
    justify-content: space-between;
  }

  .stat-card {
    width: var(--figma-card);
    height: 287px;
    min-height: 287px;
    border-radius: 24px;
    padding: 0;
    position: relative;
    box-shadow: none;
    display: block;
  }

  .stat-card strong {
    position: absolute;
    left: 48px;
    top: 32px;
    font-size: 96px;
    font-weight: 500;
    line-height: 1;
  }

  .stat-card span {
    position: absolute;
    left: 48px;
    top: 195px;
    font-size: 30px;
    opacity: 0.78;
    max-width: none;
    line-height: 1.15;
  }

  .stat-card--dark span {
    top: 172px;
    font-size: 24px;
    line-height: 30px;
    max-width: 300px;
  }

  .stats-grid .stat-card:nth-child(4) span {
    top: 195px;
    font-size: 30px;
    max-width: 340px;
  }

  /* —— Experts (434×350 absolute layout) —— */
  .experts-grid {
    grid-template-columns: repeat(4, var(--figma-card));
    gap: var(--figma-gap);
    row-gap: 24px;
    justify-content: space-between;
  }

  .expert-card {
    width: var(--figma-card);
    height: 350px;
    min-height: 350px;
    aspect-ratio: auto;
    border-radius: 16px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block;
  }

  .expert-top {
    display: contents;
  }

  .expert-avatar {
    left: 8px;
    top: 24px;
    width: 158px;
    height: 184px;
    max-width: 158px;
    overflow: hidden;
    contain: paint;
  }

  .expert-avatar-circle {
    left: 8px;
    top: 34px;
    width: 142px;
    height: 142px;
    aspect-ratio: auto;
  }

  .expert-avatar-in {
    display: block;
  }

  .expert-avatar--dark .expert-avatar-in {
    left: 0;
    top: 0;
    width: 142px;
    height: 142px;
  }

  .expert-avatar--dark .expert-avatar-in img {
    position: absolute;
    left: -8.82px;
    top: -39.71px;
    width: 182px;
    height: 182px;
    max-width: none;
    object-fit: cover;
    object-position: 50% 0%;
  }

  .expert-avatar--dark .expert-avatar-pop {
    left: 0;
    top: -5px;
    width: 158px;
    height: 97.067px;
  }

  .expert-avatar--dark .expert-avatar-pop img {
    position: absolute;
    left: -0.82px;
    top: -0.71px;
    width: 182px;
    height: 182px;
    max-width: none;
    object-fit: cover;
    object-position: 50% 0%;
  }

  .expert-avatar--muted .expert-avatar-in {
    display: block;
    left: 0;
    top: 0;
    width: 142px;
    height: 142px;
  }

  .expert-avatar--muted .expert-avatar-in img {
    position: absolute;
    left: 7px;
    top: -30px;
    width: 128px;
    height: 200px;
    max-width: none;
    object-fit: cover;
    object-position: 50% 6%;
  }

  .expert-avatar--muted .expert-avatar-pop {
    display: block;
    left: 15px;
    top: 0;
    width: 128px;
    height: 48px;
  }

  .expert-avatar--muted .expert-avatar-pop img {
    position: absolute;
    left: 0;
    top: 4px;
    width: 128px;
    height: 200px;
    max-width: none;
    object-fit: cover;
    object-position: 50% 6%;
  }

  .expert-avatar--blue .expert-avatar-in {
    left: 0;
    top: 0;
    width: 142px;
    height: 142px;
  }

  .expert-avatar--blue .expert-avatar-in img {
    position: absolute;
    left: -17px;
    top: -32px;
    width: 174px;
    height: 174px;
    max-width: none;
    object-fit: cover;
    object-position: 50% 0%;
  }

  .expert-avatar--blue .expert-avatar-pop {
    left: 0;
    top: 2px;
    width: 158px;
    height: 114px;
  }

  .expert-avatar--blue .expert-avatar-pop img {
    position: absolute;
    left: -9px;
    top: 0;
    width: 174px;
    height: 174px;
    max-width: none;
    object-fit: cover;
    object-position: 50% 0%;
  }

  .expert-info {
    position: absolute;
    left: 182px;
    top: 0;
    width: 240px;
    height: 220px;
    padding: 0;
    margin: 0;
    z-index: 3;
  }

  .expert-info h3 {
    position: absolute;
    left: 0;
    top: 56px;
    width: 212px;
    margin: 0;
    font-size: 34px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.02em;
  }

  .expert-card--dark .expert-info h3 {
    top: 64px;
    width: 258px;
    font-size: 32px;
    line-height: 32px;
  }

  .expert-info p {
    position: absolute;
    left: 0;
    top: 144px;
    margin: 0;
    font-size: 20px;
    line-height: 22px;
    max-width: 202px;
  }

  .expert-card--dark .expert-info p {
    max-width: 168px;
    color: #cfdcf7;
  }

  .expert-card--blue .expert-info p {
    color: #cfdcf7;
  }

  .expert-card--muted .expert-info p {
    color: #898989;
  }

  /* Oxford — centered, Figma top 67.71% ≈ 237px */
  .expert-uni {
    position: absolute;
    left: 50%;
    top: 237px;
    bottom: auto;
    transform: translateX(-50%);
    width: 303px;
    height: 89px;
    min-height: 89px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .expert-uni img.expert-logo {
    width: 303px;
    max-width: none;
    height: 89px;
    margin: 0;
    object-fit: contain;
    filter: none;
  }

  /* LSE — left 72.24 / top 228.82 */
  .expert-uni--lse {
    left: 72px;
    top: 229px;
    transform: none;
    width: 290px;
    height: 95px;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
  }

  .expert-uni--lse .expert-uni-mark {
    position: absolute;
    left: 23px;
    top: 8px;
    width: 79px;
    height: 79px;
    border-radius: 0;
    flex-shrink: 0;
  }

  .expert-uni--lse .expert-uni-name {
    position: absolute;
    left: 120px;
    top: 17px;
    width: 191px;
    margin: 0;
    font-size: 17px;
    line-height: 21px;
    font-weight: 500;
    max-width: 191px;
    letter-spacing: 0;
    text-align: left;
    color: #000;
  }

  .expert-uni--lse .lse-sm {
    font-size: 12px;
  }

  .expert-uni--lse .lse-lg {
    font-size: 17px;
  }

  /* —— Nizom —— */
  .nizom-band {
    width: var(--figma-content);
    height: 459px;
    border-radius: 24px;
    padding: 56px;
    margin-inline: auto;
    align-items: center;
  }

  .nizom-card {
    width: 1075px;
    height: 347px;
    border-radius: 24px;
    padding: 40px 48px;
    box-shadow: none;
  }

  .nizom-copy h2 {
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 24px;
  }

  .nizom-copy p {
    font-size: 24px;
    line-height: 32px;
    max-width: 530px;
  }

  .nizom-card .btn-download {
    width: 333px;
    height: 81px;
    padding: 22px 66px;
    font-size: 26px;
    gap: 16px;
    border-radius: 16px;
    flex-shrink: 0;
  }

  /* —— Partners (434×434 + peek: left -402, right 100%-32) —— */
  .partners-track-wrap {
    overflow: hidden;
    width: 1920px;
    max-width: 1920px;
    margin-left: calc(50% - 960px);
    margin-right: calc(50% - 960px);
  }

  .partners-track-wrap .partners-grid {
    grid-template-columns: repeat(6, var(--figma-card));
    gap: var(--figma-gap);
    width: calc(6 * var(--figma-card) + 5 * var(--figma-gap));
    margin-left: -402px;
    justify-content: start;
  }

  .partner-card {
    width: var(--figma-card);
    height: var(--figma-card);
    aspect-ratio: auto;
    border-radius: 16px;
    padding: 0;
    box-shadow: none;
    position: relative;
    display: block;
    overflow: hidden;
  }

  .partner-card .partner-logo {
    position: absolute;
    object-fit: contain;
    margin: 0;
    max-width: none;
  }

  /* Visible cards are children 2–5 (1 and 6 are peeks) */
  .partners-grid .partner-card:nth-child(1) .partner-logo,
  .partners-grid .partner-card:nth-child(3) .partner-logo {
    left: 140px;
    top: 46px;
    width: 154px;
    height: 161px;
  }

  .partners-grid .partner-card:nth-child(2) .partner-logo,
  .partners-grid .partner-card:nth-child(6) .partner-logo {
    left: 35px;
    top: 56px;
    width: 364px;
    height: 107px;
    filter: none;
  }

  .partners-grid .partner-card:nth-child(4) .partner-logo {
    left: 126px;
    top: 40px;
    width: 172px;
    height: 172px;
  }

  .partners-grid .partner-card:nth-child(5) .partner-logo {
    left: 142px;
    top: 37px;
    width: 150px;
    height: 170px;
  }

  .partner-card--blue .partner-logo {
    left: 35px;
    top: 56px;
    width: 364px;
    height: 107px;
    filter: none;
  }

  .partner-card p {
    position: absolute;
    left: 50%;
    top: 247px;
    transform: translateX(-50%);
    width: 400px;
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    max-width: 400px;
    text-align: center;
    color: var(--charcoal);
  }

  .partner-card--blue p {
    width: 374px;
    max-width: 374px;
    font-size: 32px;
    line-height: 41px;
    color: #fff;
  }

  .partner-card--blue .p-lg {
    font-size: 35px;
  }

  .partners-grid .partner-card:nth-child(5) p {
    width: 395px;
    max-width: 395px;
    font-size: 26px;
  }

  /* —— CTA —— */
  /* Figma 511:165 — box overflow-clip; graduate sibling overhangs */
  .cta-band {
    position: relative;
    width: var(--figma-content);
    min-height: 604px;
    overflow: visible;
  }

  .cta-box {
    width: 100%;
    height: 604px;
    min-height: 604px;
    border-radius: 32px;
    grid-template-columns: 1fr;
    box-shadow: none;
    overflow: hidden;
    position: relative;
  }

  .cta-watermark {
    position: absolute;
    left: 59.62%;
    right: 0;
    top: -6.79%;
    bottom: -15.56%;
    width: auto;
    height: auto;
    opacity: 1;
    object-fit: fill;
    border-radius: 0;
    z-index: 1;
    pointer-events: none;
  }

  .cta-copy {
    position: relative;
    z-index: 2;
    padding: 56px 48px;
    gap: 0;
    justify-content: flex-start;
    max-width: 900px;
  }

  .cta-copy h2 {
    font-size: 81px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: -1.62px;
    max-width: 821px;
    margin-bottom: 32px;
  }

  .cta-copy p {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
    max-width: 780px;
    opacity: 1;
    margin-bottom: 72px;
  }

  .cta-copy .btn {
    width: 320px;
    height: 81px;
    padding: 22px 66px;
    font-size: 26px;
    border-radius: 16px;
    margin-top: 0;
  }

  .cta-media {
    position: absolute;
    left: 978px;
    top: -159px;
    right: auto;
    bottom: auto;
    width: 830px;
    height: 763px;
    min-height: 0;
    margin: 0;
    overflow: visible;
    z-index: 3;
    display: block;
    pointer-events: none;
  }

  .cta-media {
    overflow: hidden;
  }

  .cta-media img {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 868px;
    max-width: none;
    height: 868px;
    max-height: none;
    object-fit: fill;
    margin-top: 0;
    border-radius: 0;
  }

  /* —— Footer —— */
  .site-footer {
    margin-top: 0;
    height: 771px;
    min-height: 771px;
    max-height: 771px;
    overflow: hidden;
  }

  .footer-main {
    width: var(--figma-content);
    max-width: var(--figma-content);
    margin-inline: auto;
    padding-top: 56px;
    padding-bottom: 0;
    grid-template-columns: 1fr 663px;
    gap: 80px;
    height: 656px;
  }

  .footer-left .brand-name {
    font-size: 64px;
    color: #fff;
  }

  .footer-left .brand-tagline {
    color: #fff;
    font-size: 24px;
    line-height: 26px;
  }

  .footer-left .brand-tagline .tag-lg {
    font-size: 26px;
  }

  /* Figma cols @ 59 / 310 / 544 (page) → relative starts ≈3 / 254 / 488 */
  .footer-cols {
    margin-top: 48px;
    display: grid;
    grid-template-columns: 254px 234px 1fr;
    gap: 0;
    column-gap: 0;
  }

  .footer-col a {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 38px;
  }

  .footer-col a:last-child {
    margin-bottom: 0;
  }

  .footer-cols {
    margin-bottom: 40px;
  }

  .footer-social p {
    font-size: 32px;
    font-weight: 600;
    margin-top: 24px;
  }

  .social-row {
    gap: 16px;
    margin-top: 24px;
  }

  .social-row a,
  .social-row img {
    width: 32px;
    height: 32px;
  }

  .footer-contacts {
    gap: 24px;
  }

  .contact-card {
    width: 663px;
    height: 181px;
    border-radius: 24px;
    padding: 24px 48px;
    box-shadow: none;
  }

  .contact-label {
    font-size: 24px;
  }

  .contact-card--dark .contact-value {
    font-size: 60px;
    font-weight: 600;
    line-height: 64px;
  }

  .contact-value--sm {
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
  }

  .contact-value--email {
    font-size: 58px;
    font-weight: 600;
    line-height: 64px;
    white-space: nowrap;
    letter-spacing: -0.02em;
  }

  .footer-bottom p {
    font-size: 24px;
  }

  /* —— About hero (496:314) —— */
  .page-hero-banner--grads {
    width: var(--figma-content);
    height: 693px;
    min-height: 693px;
    aspect-ratio: auto;
    margin-bottom: 65px;
    border-radius: 24px;
    overflow: visible;
  }

  .page-hero-banner--grads .page-hero-copy {
    left: 72px;
    width: 1028px;
  }

  .page-hero-banner--grads .page-eyebrow {
    top: 112px;
    font-size: 18px;
    line-height: 22px;
  }

  .page-hero-banner--grads .page-hero-copy h1 {
    top: 174px;
    width: 1028px;
    font-size: 72px;
    line-height: 88px;
    letter-spacing: -1.44px;
  }

  .page-hero-banner--grads .page-lead {
    top: 474px;
    width: 712px;
    font-size: 32px;
    line-height: 36px;
    white-space: nowrap;
  }

  .page-hero-grads .grad-f {
    left: 990px;
    top: 1px;
    width: 504px;
    height: 757px;
  }

  .page-hero-grads .grad-m {
    left: 1303px;
    top: 1px;
    width: 551px;
    height: 738px;
  }

  /* Inner page hero variants @1920 */
  .page-hero-banner--blue,
  .page-hero-banner--photo,
  .page-hero-banner--mark:not(.page-hero-banner--compact) {
    min-height: 693px;
    height: 693px;
  }

  .page-hero-banner--compact {
    min-height: 420px;
    height: 420px;
  }

  .page-hero-banner--with-visual .page-hero-copy {
    max-width: 900px;
  }

  .page-hero-visual--panel {
    width: 820px;
  }

  .page-hero-visual--cutout {
    width: 680px;
    right: 40px;
  }

  .page-hero-banner--photo .page-hero-copy {
    max-width: 780px;
  }

  /* —— Inner page hero (Figma 1808×693) —— */
  .page-hero-banner--figma {
    width: var(--figma-content);
    height: 693px;
    min-height: 693px;
    aspect-ratio: auto;
    padding: 112px 0 0 72px;
    border-radius: 24px;
  }

  .page-hero-banner--figma.is-tight {
    padding-top: 80px;
  }

  .page-hero-banner--figma .page-hero-copy {
    max-width: 1028px;
  }

  .page-hero-banner--figma .page-eyebrow {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px;
  }

  .page-hero-banner--figma.is-tight .page-eyebrow {
    margin-bottom: 36px;
  }

  .page-hero-banner--figma h1 {
    font-size: 72px;
    line-height: 88px;
    letter-spacing: -1.44px;
    max-width: 900px;
  }

  .page-hero-banner--figma.is-tight h1 {
    max-width: 800px;
  }

  .page-hero-banner--figma.is-wide h1 {
    max-width: 1080px;
  }

  .page-hero-banner--figma.is-wide .page-hero-copy {
    max-width: 1200px;
  }

  .page-hero-banner--figma .page-lead {
    font-size: 32px;
    line-height: 36px;
    margin-top: 36px;
    max-width: 900px;
  }

  .page-hero-banner--figma.is-tight .page-lead {
    margin-top: 20px;
  }

  .page-hero-banner--figma .page-lead--p {
    font-size: 24px;
    line-height: 36px;
    margin-top: 44px;
    max-width: 1170px;
  }

  .page-hero-img {
    height: 693px;
  }

  .section--after-hero {
    padding-top: 68px;
  }

  .stack-cards {
    gap: 48px;
  }

  .info-card {
    width: 1124px;
    min-height: 382px;
    padding: 52px 48px 60px;
    border-radius: 24px;
  }

  .info-card--blue,
  .info-card--dark {
    min-height: 400px;
  }

  .info-card h2 {
    margin-bottom: 52px;
  }

  .info-card p {
    max-width: 940px;
  }

  .info-card--soft p {
    max-width: 860px;
  }

  #yangiliklar.section {
    padding-top: 60px;
  }

  #yangiliklar .section-title {
    margin-bottom: 78px;
  }

  .info-card h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 40px;
    letter-spacing: 0;
  }

  .info-card p {
    font-size: 24px;
    line-height: 36px;
  }

  .section--quote {
    padding-top: 70px;
  }

  .quote-band {
    width: var(--figma-content);
    height: 480px;
    padding: 68px 0;
    border-radius: 24px;
  }

  .quote-card {
    width: 1124px;
    height: 344px;
    padding: 48px 56px;
    border-radius: 16px;
  }

  .quote-text {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }

  .quote-attr strong {
    font-size: 26px;
  }

  .quote-attr span {
    font-size: 20px;
  }

  #aloqa.section--cta-inner {
    padding-top: 116px;
    padding-bottom: 130px;
  }
}
