@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&display=swap');

@font-face {
    font-family: 'Bounded';
    src: url('../../../assets/fonts/Bounded-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Bounded';
    src: url('../../../assets/fonts/Bounded-SemiBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

body.page-id-5460 {
  background-color: #fff !important;
  font-family: 'Montserrat';

  padding-top: 38px;
}


.stack-falcon__figma {
    max-height: 67px;
    width: fit-content;
}



.falcon-page {
    font-family: 'Montserrat';
    color: #000;
}

.falcon-hero {
    overflow: hidden;
    background-color: #FF382F;
    .container {
        height: 100%;
    }
}

.falcon-text {
    font-size: 24px;
    line-height: 100%;
    color: #000;
}

.falcon-hero__wrap {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

/* LEFT */
.falcon-hero__left {
    position: relative;
    width: 50%;
    padding: 50px;
    display: flex;
    flex-direction: column;
}

.falcon-hero__logo {
    margin-bottom: 36px;
}

.falcon-hero__logo img {
    width: 200px;
    height: auto;
}

.falcon-hero__title {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    line-height: 1.10;
    margin: 0 0 50px 0;
    max-width: 900px;
    font-family: 'Montserrat';
}

.falcon-hero__subtitle {
    font-size: 40px;
    font-weight: 400;
    color: #3A3A3A;
    line-height: 1;
    margin: 0 0 55px 0;
    max-width: 700px;
}

/* Features grid */
.falcon-hero__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 36px;
    max-width: 700px;
}

.falcon-hero__feature {
    font-size: 21px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    padding: 12px 16px;
    border-radius: 28px;
    background-color: rgba(255, 255, 255, 0.19);
    white-space: nowrap;
}

.falcon-hero__stack-title {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

/* Tags row */
.falcon-hero__tags {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    font-weight: 500;
    color: #1A1A1A;

}

.falcon-hero__stacks {
      margin-top: auto;
}
.falcon-hero__tags {
  color: #fff;
}
.falcon-hero__tags .dot {
    opacity: 1;
}

/* Taxi car — absolute at bottom-left */
.falcon-hero__car {
    position: absolute;
    bottom: 5%;
    left: 50%;
    pointer-events: none;
    user-select: none;
    max-width: 1100px;
    width: 57vw;
}

/* RIGHT */
.falcon-hero__right {
    max-width: 45%;
    width: 100%;
    position: relative;
}

/* Large image — spans both rows */
.falcon-hero__img-large {
    width: 100%;
    object-fit: cover;
    object-position: top left;
    border-radius: 33px;

}


.falcon-hero__stack-title {
}
.falcon-hero__stacks {
    display: flex;
    flex-direction: column;
}
.stack-falcon {
}
.stack-falcon__img {
}

.idea-falcon {
  margin-bottom: 70px;
}

.idea__top {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 70px;
    p {
      font-size: 24px;
      line-height: 125%;
    }
}

.idea__block {
    background: #a8bbdd87;
    padding: 25px 30px;
    border-radius: 20px;
    margin-bottom: 20px;
    text-align: center;

    h3 {
      font-size: 40px;
      margin-bottom: 20px;
      color: #000;
    }

    p {
        font-size: 24px;
        color: #000;
        line-height: 1;
    }
}

.idea__block-text {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 100%;
}
.idea__block-wrap__item {
  text-align: center;
  padding: 0 40px;
  b {
    font-size: 24px;
    line-height: 100%;
    display: block;
  }
}

.idea__block-wrap__item p {
  margin-top: auto;
}

.idea__block-mb70 {
  margin-bottom: 70px;
}

.idea__created-title {
    text-align: center;
    font-size: 40px;
    color: #000;
    margin-bottom: 40px;
}

.idea__block-wrap {
  display: flex;
  max-width: 70%;
  align-items: baseline;
  margin: 0 auto;
}

.idea__block-text {

}

.idea__block-text-margin {
    margin-top: 60px;
    margin-bottom: 80px;
}

.implemented-card {
    border: 5px solid rgba(168, 187, 221, 0.53);
    padding: 30px;
    border-radius: 20px;
    text-align: center;
}


@media (min-width: 1200px) {
    .falcon-hero__img-large {
        position: absolute;
        bottom: 0;
    }
}

@media (min-width:1200px){
    .falcon-hero__img-large {
        position: absolute;
        bottom: 0;
    }
}

/* Small images — stacked right column */
.falcon-hero__img-small {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
}
.implementedes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 80px;
}


.idea__block-text-left {
  text-align: left;
  margin-bottom: 30px;
}


.offered {
  margin-bottom: 70px;
}
.offered__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.offered__item {
    display: flex;
    align-items: center;
    gap: 25px;
    border: 5px solid #a8bbdd;
    border-radius: 20px;

    p {
      font-family: 'Montserrat';
      font-weight: 400;
      font-size: 23px;
      color: #000;
    }
}
.offered__item:last-child {
  grid-column: span 2;
  p {
    max-width: 80%;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 23px;
    color: #000;
  }

}



.falcon-features__num {
    width: 100%;

    display: flex;
    max-width: 70%;
    margin: 0 auto;
    gap: 80px;

  margin-bottom: 110px;
}

.num-features__figure {
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 40px;
}

.num-features__text {
    font-size: 24px;
}


.falcon-features {
}
.container {
}
.falcon-features__title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
}
.falcon-features__figures {
}
.falcon-features__figures-item {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}
.falcon-features__figure {
  font-size: 75px;
  font-family: 'Montserrat';
  color: rgba(0, 0, 0, 0.4);
  font-weight: 700;
  line-height: 1.4;

}
.falcon-features__text {
  b {
    font-size: 32px;
    display: block;
    font-weight: 700;
    line-height: 1;
  }
  p {
    font-size: 24px;
    font-weight: 400;
  }
}
.falcon-features__images {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}

.num-features {
}
.num-features__item {
  text-align: center;
}
.num-features__figure {
}
.num-features__text {
}

.stage {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.stage__body {
  width: fit-content;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding-right: 60px;
  position: relative;
}
.stage__body::before {
  content: "";
  position: absolute;
  height: 98px;
  left: 100%;
  top: 0px;
  width: 3px;
  background-color: rgba(134, 132, 132, 1);;
}
.stage__num {
  color: rgba(134, 132, 132, 1);
  font-family: "Lato", sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 100%;
}

.stage__title {
  color: rgba(0, 0, 0, 1);
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  margin-left: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 7px;
}
.stage__title span {
  flex-shrink: 0;
}
@media (max-width: 1300px){
  .stage__title span{
    display: none;
  }
}



/* STEPS */
.falcon-features__steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 90px;
}

.falcon-features__step {
    border: 5px solid rgba(168, 187, 221, 0.53);
    border-radius: 57px;
    display: flex;
    align-items: center;
    padding: 30px 60px;
    gap: 20px;
    font-size: 24px;
    line-height: 100%;
    .num {
        font-size: 128px;
        line-height: 100%;
        font-weight: 700;
        color: #cfd6e6;
        max-width: 92px;
        width: 100%;

    }
}


.falcon-analytics__gear {
  display: flex;
    align-items: center;
    font-size: 32px;
    line-height: 125%;
    gap: 30px;

  border-radius: 30px;
  padding: 20px 0px;
  background: #eee;
  margin-bottom: 70px;

}

.falcon-features__title {
    margin-bottom: 40px;
}

.falcon-analytics__img {
  max-width: 50%;
  margin: 0 auto;
  display: block;
}

.phase__text {
  font-size: 24px;
    line-height: 100%;
    margin-bottom: 20px;
}
.prototypes {
}
.prototype__card {
}
.prototype__card--text {
}

.prototyp {
    margin-bottom: 100px;
}
.prototypes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 70px;
}

.prototype__card {
    border-radius: 24px;
    text-align: center;
    aspect-ratio: 320 / 180;
    border-radius: 24px;
    border: 2px solid rgba(238, 238, 238, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.prototype__card--text {
    font-weight: 600;
    font-size: 20px;
    padding: 0 10px;
}

.prototypes-images__main {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.prototypes-images__mobile {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}



.falcon-design {
    margin-bottom: 80px;
    .phase__text {
      margin-bottom: 60px;
    }
}

.falcon-design__body {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    gap: 60px;
}
.falcon-design__left {
    max-width: 55%;
    width: 100%;
}
.falcon-design__text {
    font-size: 32px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 20px;
}
.falcon-design__colors {
    display: flex;
    gap: 20px;
}
.falcon-design__right {
    max-width: 50%;
}
.falcon-design__weight {
  font-family: 'Bounded';
    p {
        font-size: 48px;
        line-height: 1.25;
    }
}

.falcon-design__color {
    aspect-ratio: 120 / 260;
    width: 100%;
    position: relative;
    &.red {
        background-color: #FF382F;
    }
    &.blue {
        background-color: #110031;
    }
    &.white {
        background-color: #fff;
        border: 1px solid #000;
        span {
            color: #000;
        }
    }
    &.black {
      background-color: #000;
    }
    &.grey {
      background-color: #D9D8D7;
    }


    span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #fff;
    }
}



.falcon-design__banner {
    width: 100%;
    margin-bottom: 80px;
}
.falcon-design__footer {
    display: flex;
    align-items: center;
    font-size: 32px;
    line-height: 125%;
    gap: 30px;
}
.falcon-design__footer:not(:last-child){
    margin-bottom: 20px;
}

.falcon-design__info {
  font-weight: 500;
  font-size: 32px;
  color: #000;
  margin-bottom: 30px;
  line-height: 125%;
}


.design-main-img {
  width: 100%;
  display: block;
  margin-top: 100px;
}


.integration {
}

.integration__item {
    display: flex;
    gap: 70px;
    align-items: center;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 20px;
    img {
      max-width: 160px;
      width: 100%;
      height: auto;
    }

}

.integration__item-footer {
  display: flex;
  gap: 50px;
  align-items: center;
      font-size: 32px;
    line-height: 100%;
}

.testing__items {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}
.testing__item {
  font-size: 32px;
  line-height: 100%;
  gap: 30px;
  padding: 20px 30px;
  background-color: #EEEEEE;
  border-radius: 30px;
}

.testing-text {
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 60px;
}

.falcon-results__line {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 60px;
}

.falcon-results__title {
    font-size: 48px;
    line-height: 100%;
    flex-shrink: 0;
}

.falcon-results__line::before {
  content: "";
  height: 1px;
  flex-shrink: 1;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.7);
}
.falcon-results__line::after {
  content: "";
  height: 1px;
  flex-shrink: 1;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.7);
}


.falcon-reviews {
    background-color: rgba(168, 187, 221, 0.53);
    padding: 60px 0;

    img {
        display: block;
        &:not(.image){
            width: 100%;
        }
    }

    .image {
        margin: 0 auto;
    }
}
.results-falcon__title-mini {
    font-size: 15px;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 20px;
}

.results-falcon__title-screen {
    margin-left: 16%;
    margin-top: 40px;
    margin-bottom: 0;
}

.results-falcon__title-center {
    text-align: center;
    margin-top: 40px;
}

.results-falcon__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
}
.results-falcon__item {
}
.results-falcon__row-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 40px;
}
.results-falcon__row-relative {
    position: relative;
    margin-top: 40px;
}
.results-falcon__title-abs {
    position: absolute;
    font-size: 15px;
    top: 25%;
    left: 1%;

    font-size: 15px;
    font-weight: 400;
}

.new-footer {
    background-color: #000;
}

/* end секция features */

/* =============================================
   АДАПТИВ
   ============================================= */

@media (min-width:1440px){
    .falcon-hero {
        aspect-ratio: 1980 / 1400;
    }
}

@media (max-width: 1600px){
    .falcon-hero__title {
      font-size: 40px;
      margin-bottom: 30px;
    }
    .falcon-hero__feature {
      font-size: 16px;
    }
    .falcon-hero__features {
      max-width: 400px;
    }
    .falcon-hero__stack-title {
      font-size: 28px;
    }
    .falcon-hero__tags {
      font-size: 28px;
    }
}


@media (max-width: 1440px) {

    .falcon-hero__left {
        padding: 36px;
    }
    .falcon-hero__logo img {
        width: 146px;
    }
    .falcon-hero__logo {
        margin-bottom: 26px;
    }
    .falcon-hero__title {
        font-size: 44px;
        margin: 0 0 55px 0;
    }
    .falcon-hero__subtitle {
        font-size: 28px;
        margin: 0 0 36px 0;
    }
    .falcon-hero__features {
        gap: 14px;
        margin-bottom: 26px;
    }
    .falcon-hero__feature {
        font-size: 15px;
        padding: 9px 12px;
        border-radius: 20px;
    }
    .falcon-hero__tags {
        font-size: 22px;
        gap: 8px;
    }
}

@media (min-width:1200px) and (max-width: 1440px) {
    .falcon-hero {
        aspect-ratio: auto;
    }
}

@media (max-width: 1200px) {
    .falcon-hero__wrap {
        flex-direction: column;
    }
    .falcon-hero__title {
        font-size: 34px;
    }
    .falcon-hero__left {
        padding: 36px 32px 0 32px;
        width: 100%;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }
    .falcon-hero__right {
        max-width: 100%;
    }
        /* --- Implemented --- */
    .implementedes {
        gap: 14px;
    }
        .falcon-hero__car {
        left: 100%;
        bottom: -125%;
        transform: translateX(-50%);
        width: fit-content;
    }
}

/* Планшет — ландшафт (1024px) */
@media (max-width: 1024px) {
    body.page-id-5460 {
        padding-top: 0;
    }
    .falcon-hero {
        aspect-ratio: unset;
         padding-top: 86px;
    }
    .falcon-hero__wrap {
        flex-direction: column;
    }
    .falcon-hero__left,
    .falcon-hero__right {
        width: 100%;
        max-width: 100%;
    }
    .falcon-hero__left {
        padding: 40px 40px 40px 40px;
    }
    .falcon-hero__logo img {
        width: 200px;
    }
    .falcon-hero__title {
        font-size: 36px;
        margin: 0 0 12px 0;
    }
    .falcon-hero__subtitle {
        font-size: 22px;
        margin: 0 0 28px 0;
    }
    .falcon-hero__feature {
        font-size: 14px;
        padding: 8px 12px;
    }
    .falcon-hero__tags {
        font-size: 18px;
    }
    .falcon-hero__right {
        position: relative;
        display: flex;
        align-items: end;
    }
    .falcon-hero__img-large {
        position: relative;
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: top left;
        border-radius: 0;
    }
    /* --- Внедрили --- */
    .implementedes {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Планшет — портрет (768px) */
@media (max-width: 768px) {

    .falcon-hero__left {
        padding: 32px 28px 40px 28px;
    }
    .falcon-hero__logo img {
        width: 110px;
    }
    .falcon-hero__logo {
        margin-bottom: 18px;
    }
    .falcon-hero__title {
        font-size: 28px;
    }
    .falcon-hero__subtitle {
        font-size: 18px;
        margin: 0 0 22px 0;
    }
    .falcon-hero__features {
        gap: 10px;
        margin-bottom: 20px;
    }
    .falcon-hero__feature {
        font-size: 13px;
        padding: 7px 10px;
    }
    .falcon-hero__tags {
        font-size: 16px;
        gap: 8px;
    }
    .falcon-hero__car {
        width: 100vw;
    }
    .falcon-hero__right {
        min-height: 65vw;
    }

    .results-falcon__title-abs {
        position: relative;
    }

    .falcon-reviews {
        .image {
            margin: 0 auto;
            width: 100%;
        }
        .image:last-child {
            max-width: 70%;
        }
    }

}

@media (max-width: 600px) {
    .falcon-hero__title {
        font-size: 26px;
    }
    .falcon-hero__subtitle {
        font-size: 15px;
    }
    .falcon-hero__features {
        grid-template-columns: 1fr;
    }
    .falcon-hero__car {
                bottom: -65%;
    }
    .falcon-hero__right {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }
    .falcon-hero__img-large {
        grid-column: 1 / 2;
    }
    .falcon-hero__img-small {
        grid-column: 1 / 2;
        grid-row: auto;
        height: 180px;
    }
        /* --- Внедрили --- */
    .implementedes {
        grid-template-columns: 1fr;
    }

    .idea__logo {
        margin: 0 auto;
        max-width: 50%;
        img {
            width: 100%;
        }
    }
}


/* =============================================
   АДАПТИВ — СЕКЦИИ НИЖЕ HERO
   ============================================= */

/* ---- 1200px ---- */
@media (max-width: 1200px) {
    /* Idea */
    .idea__top {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 40px;
    }
    .idea__block-wrap {
        max-width: 90%;
    }

    /* Offered */
    .offered__grid {
        grid-template-columns: 1fr;
    }
    .offered__item:last-child {
        grid-column: span 1;
    }

    /* Features num */
    .falcon-features__num {
        max-width: 90%;
        gap: 40px;
    }
    .falcon-features__figure {
        font-size: 56px;
        width: 30px;
    }

    /* Design */
    .falcon-design__body {
        flex-direction: column;
        gap: 40px;
    }
    .falcon-design__left,
    .falcon-design__right {
        max-width: 100%;
    }

    /* Stage */
    .stage__num {
        font-size: 72px;
    }
    .stage__title {
        font-size: 32px;
    }

    .idea-falcon {
        padding-top: 40px;
    }
}

/* ---- 1024px (планшет, ландшафт) ---- */
@media (max-width: 1024px) {
    /* Headings */
    .idea__created-title {
        font-size: 32px;
        margin-bottom: 24px;
    }
    .falcon-features__title {
        font-size: 32px;
    }
    .falcon-results__title {
        font-size: 36px;
    }

    /* Idea */
    .idea__block h3 {
        font-size: 28px;
    }
    .idea__block p {
        font-size: 20px;
    }
    .idea__block-text {
        font-size: 20px;
    }
    .idea__block-wrap {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        gap: 30px;
    }
    .idea__block-wrap__item {
        padding: 0 20px;
    }

    /* Features figures */
    .falcon-features__figure {
        font-size: 48px;
        line-height: 1.2;
    }
    .falcon-features__text b {
        font-size: 24px;
    }
    .falcon-features__text p {
        font-size: 20px;
    }
    .falcon-features__num {
        gap: 30px;
    }
    .num-features__figure {
        font-size: 64px;
        margin-bottom: 20px;
    }
    .num-features__text {
        font-size: 20px;
    }

    /* Steps */
    .falcon-features__steps {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 50px;
    }
    .falcon-features__step {
        border-radius: 30px;
        padding: 20px 30px;
        font-size: 20px;
    }
    .falcon-features__step .num {
        font-size: 80px;
    }

    /* Analytics */
    .falcon-analytics__gear {
        font-size: 24px;
        gap: 20px;
        padding: 16px 20px;
        margin-bottom: 40px;
    }
    .falcon-analytics__img {
        max-width: 80%;
    }

    /* Prototypes */
    .prototypes {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Design */
    .falcon-design__text {
        font-size: 24px;
    }
    .falcon-design__weight p {
        font-size: 36px;
    }
    .falcon-design__info {
        font-size: 24px;
    }
    .falcon-design__footer {
        font-size: 24px;
        gap: 20px;
    }

    /* Integration */
    .integration__item {
        gap: 40px;
        font-size: 24px;
    }
    .integration__item-footer {
        font-size: 24px;
        gap: 30px;
    }

    /* Testing */
    .testing__items {
        flex-wrap: wrap;
        gap: 16px;
        margin-bottom: 40px;
    }
    .testing__item {
        font-size: 24px;
    }
    .testing-text {
        font-size: 24px;
        margin-bottom: 40px;
    }

    /* Stage */
    .stage__num {
        font-size: 64px;
    }
    .stage__title {
        font-size: 28px;
        margin-left: 40px;
    }
    .stage__body::before {
        height: 80px;
    }

    .results-falcon__title-screen {
        margin-left: 5%;
    }
}

/* ---- 768px (планшет, портрет) ---- */
@media (max-width: 768px) {
    /* Idea */
    .idea-falcon {
        margin-bottom: 40px;
    }
    .idea__top {
        gap: 16px;
        margin-bottom: 30px;
    }
    .idea__top p {
        font-size: 18px;
    }
    .idea__created-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .idea__block {
        padding: 20px;
        margin-bottom: 16px;
    }
    .idea__block h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .idea__block p {
        font-size: 16px;
    }
    .idea__block-text {
        font-size: 16px;
    }
    .idea__block-text-margin {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .idea__block-mb70 {
        margin-bottom: 30px;
    }

    /* Offered */
    .offered {
        margin-bottom: 30px;
    }
    .offered__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .offered__item {
        padding: 16px;
        gap: 16px;
        img {
            max-width: 20%;
            width: 100%;
        }
    }
    .offered__item p {
        font-size: 18px;
    }
    .offered__item:last-child p {
        max-width: 100%;
        font-size: 18px;
    }

    /* Features titles */
    .falcon-features__title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .falcon-features__figures-item {
        gap: 16px;
        margin-bottom: 20px;
    }
    .falcon-features__figure {
        font-size: 40px;
    }
    .falcon-features__text b {
        font-size: 18px;
    }
    .falcon-features__text p {
        font-size: 15px;
    }
    .falcon-features__images {
        max-width: 100%;
    }

    /* Features num */
    .falcon-features__num {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        gap: 24px;
        margin-bottom: 40px;
    }
    .num-features__item {
        width: 100%;
        max-width: 400px;
    }
    .num-features__figure {
        font-size: 56px;
        margin-bottom: 12px;
    }
    .num-features__text {
        font-size: 16px;
    }

    /* Steps */
    .falcon-features__steps {
        margin-bottom: 30px;
    }
    .falcon-features__step {
        border-radius: 20px;
        padding: 16px 20px;
        font-size: 16px;
        gap: 12px;
    }
    .falcon-features__step .num {
        font-size: 56px;
        max-width: 56px;
    }

    /* Analytics */
    .falcon-analytics__gear {
        font-size: 18px;
        align-items: center;
        gap: 10px;
        padding: 14px 16px;
        border-radius: 20px;
        margin-bottom: 16px;
    }
    .falcon-analytics__gear img {
        max-width: 50px;
    }
    .falcon-analytics__img {
        max-width: 50%;
        margin: 0 auto;
    }

    /* Prototype */
    .prototyp {
        margin-bottom: 50px;
    }
    .prototypes {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-bottom: 30px;
    }
    .prototype__card--text {
        font-size: 12px;
        line-height: 125%;
        font-weight: 500;

    }
    .prototypes-images__mobile {
        max-width: 100%;
    }
    .phase__text {
        font-size: 18px;
        margin-bottom: 14px;
    }

    /* Design */
    .falcon-design {
        margin-bottom: 40px;
    }
    .falcon-design__body {
        gap: 24px;
        margin-bottom: 40px;
    }
    .falcon-design__colors {
        gap: 8px;
    }
    .falcon-design__weight p {
        font-size: 28px;
    }
    .falcon-design__text {
        font-size: 20px;
    }
    .falcon-design__info {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .falcon-design__footer {
        font-size: 18px;
        gap: 14px;
        align-items: flex-start;
    }
    .falcon-design__footer img {
        max-width: 46px;
        flex-shrink: 0;
    }
    .design-main-img {
        margin-top: 50px;
    }

    /* Integration */
    .integration__item {
        flex-direction: column;
        gap: 14px;
        font-size: 20px;
        margin-bottom: 16px;
    }
    .integration__item img {
        max-width: 100px;
    }
    .integration__item-footer {
        flex-direction: column;
        gap: 14px;
        font-size: 20px;
    }

    /* Testing */
    .testing__items {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 30px;
    }
    .testing__item {
        font-size: 18px;
        padding: 14px 20px;
        border-radius: 20px;
    }
    .testing-text {
        font-size: 18px;
        margin-bottom: 30px;
    }

    /* Results line */
    .falcon-results__line {
        gap: 16px;
        margin-bottom: 24px;
    }
    .falcon-results__title {
        font-size: 26px;
    }
    .falcon-results__line::before,
    .falcon-results__line::after {
        display: none;
    }

    /* Reviews */
    .falcon-reviews {
        padding: 30px 0;
    }
    .results-falcon__row {
        gap: 12px;
    }
    .results-falcon__row-5 {
        p {
            font-size: 10px;
            width: 100%;
            margin-left: 5%;
        }
    }
    .results-falcon__title-mini {
        font-size: 13px;
    }
    .results-falcon__title-screen {
        margin-left: 0;
        margin-top: 24px;
    }
    .results-falcon__title-center {
        margin-top: 24px;
    }

    /* Stage */
    .stage {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .stage__num {
        font-size: 52px;
    }
    .stage__title {
        font-size: 22px;
        margin-left: 30px;
    }
    .stage__body {
        padding-right: 30px;
    }
    .stage__body::before {
        height: 65px;
    }
}

/* ---- 600px (мобильный) ---- */
@media (max-width: 600px) {
    /* Idea */
    .idea__top p {
        font-size: 15px;
    }
    .idea__created-title {
        font-size: 20px;
    }
    .idea__block h3 {
        font-size: 18px;
    }
    .idea__block p {
        font-size: 14px;
    }
    .idea__block-wrap {
        flex-direction: column;
    }

    /* Offered */
    .offered__item p,
    .offered__item:last-child p {
        font-size: 15px;
    }

    /* Features */
    .falcon-features__title {
        font-size: 20px;
    }
    .falcon-features__figure {
        font-size: 32px;
    }
    .num-features__figure {
        font-size: 48px;
    }
    .num-features__text {
        font-size: 15px;
    }
    .falcon-features__step {
        padding: 12px 16px;
        font-size: 14px;
        border-radius: 16px;
    }
    .falcon-features__step .num {
        font-size: 44px;
        max-width: 44px;
    }

    /* Analytics */
    .falcon-analytics__gear {
        font-size: 15px;
    }

    .results-falcon__item {
        p {
            display: block;
            height: 54px;
        }
    }

    /* Design */
    .falcon-design__colors {
        gap: 6px;
    }
    .falcon-design__weight p {
        font-size: 22px;
    }

    /* Integration */
    .integration__item {
        font-size: 16px;
    }
    .integration__item-footer {
        font-size: 16px;
    }

    .prototype__card {
        aspect-ratio: auto;
        border-radius: 12px;
        padding: 10px;
    }

    /* Testing */
    .testing__item {
        font-size: 15px;
    }
    .testing-text {
        font-size: 15px;
    }

    /* Results */
    .falcon-results__title {
        font-size: 20px;
    }
    .results-falcon__row {
        gap: 10px;
    }
    .results-falcon__row-5 {
        gap: 6px;
    }

    /* Stage */
    .stage__num {
        font-size: 40px;
    }
    .stage__title {
        font-size: 18px;
        margin-left: 20px;
    }
    .stage__body::before {
        height: 52px;
    }
    .falcon-reviews {

        .image:last-child {
            max-width: 45%;
        }
    }
}


