/* ==================================================
   LARGE DESKTOP / SMALL LAPTOP
================================================== */

@media (max-width: 1199.98px) {

    .navbar-brand {
        flex-basis: 116px;

        width: 116px;
        height: 54px;
    }

    .brand-logo {
        width: 220px;
        height: 74px;
    }

    .hero-title {
        font-size: 47px;
    }

    .hero-visual {
        min-height: 400px;
    }

    .hero-illustration {
        width: 90%;
        max-width: 620px;
        max-height: 420px;
    }

    .example-needs-card {
        width: 96%;
        max-width: 760px;

        padding: 18px;
    }

    .need-card {
        min-height: 152px;
        padding: 14px 15px;

        grid-template-columns:
            44px minmax(0, 1fr);

        column-gap: 10px;
    }

    .need-icon {
        width: 44px;
        height: 44px;

        font-size: 18px;
    }

    .need-card-copy h3 {
        font-size: 12.5px;
    }

    .final-cta-content {
        width: calc(100% - 435px);
    }

    .rocket-wrapper {
        right: -30px;

        width: 445px;
        height: 290px;
    }

    .rocket-circle {
        width: 260px;
        height: 260px;
    }

    .rocket-illustration {
        width: 335px;
        height: 335px;
    }

    .footer-logo-link {
        width: 112px;
        height: 48px;
    }

    .footer-logo {
        width: 205px;
        height: 68px;
    }

}


/* ==================================================
   TABLET / COLLAPSED NAVBAR
================================================== */

@media (max-width: 991.98px) {

    .navbar {
        min-height: 74px;
        padding: 8px 0;
    }

    .navbar-brand {
        flex-basis: 108px;

        width: 108px;
        height: 52px;
    }

    .brand-logo {
        width: 195px;
        height: 67px;
    }

    .navbar-collapse {
        margin-top: 12px;
        padding: 19px;

        border: 1px solid #eeeeee;
        border-radius: 16px;

        background-color: #ffffff;

        box-shadow:
                0 18px 40px rgba(31, 35, 41, 0.08);
    }

    .navbar-nav {
        margin-bottom: 16px;

        gap: 4px;
    }

    .navbar-actions {
        align-items: stretch;
    }

    .navbar-actions .btn {
        flex: 1;
    }

    .hero-section {
        min-height: auto;

        padding-top: 50px;
    }

    .hero-content {
        max-width: 700px;

        margin: 0 auto;

        text-align: center;
    }

    .hero-title {
        min-height: 150px;

        font-size: 43px;
    }

    .hero-title-dark,
    .typing-wrapper {
        margin-inline: auto;
    }

    .typing-wrapper {
        min-height: 92px;
    }

    .hero-description,
    .hero-supporting-text {
        margin-inline: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-visual {
        min-height: 410px;
    }

    .hero-background-shape {
        width: 92%;
        height: 80%;
    }

    .hero-illustration {
        width: 87%;
        max-width: 590px;
        max-height: 405px;
    }

    .hero-process {
        margin-inline: auto;

        justify-content: center;
    }

    .connection-section,
    .activate-section,
    .collaboration-section {
        padding: 70px 0;
    }

    .section-heading {
        max-width: 720px;
    }

    .example-needs-card {
        width: 100%;
        max-width: 750px;

        margin-inline: auto;
    }

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

    .need-card {
        min-height: 150px;
    }

    .collaboration-image-wrapper {
        min-height: 350px;
    }

    .final-cta-card {
        min-height: 230px;

        padding:
                30px
                300px
                30px
                34px;
    }

    .final-cta-content {
        width: 100%;
    }

    .final-cta-content h2 {
        font-size: 29px;
    }

    .rocket-wrapper {
        right: -30px;

        width: 340px;
        height: 275px;
    }

    .rocket-circle {
        width: 225px;
        height: 225px;
    }

    .rocket-illustration {
        width: 295px;
        height: 295px;
    }

    .footer-content {
        grid-template-columns: 1fr;

        justify-items: center;
    }

    .footer-logo-link {
        width: 110px;
        height: 48px;
    }

    .footer-logo {
        left: 50%;

        width: 190px;
        height: 64px;

        object-position: center;

        transform: translate(-50%, -50%);
    }

    .footer-social {
        justify-content: center;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767.98px) {

    .navbar-brand {
        flex-basis: 102px;

        width: 102px;
        height: 49px;
    }

    .brand-logo {
        width: 172px;
        height: 60px;
    }

    .hero-title {
        min-height: 135px;

        font-size: 37px;
    }

    .typing-wrapper {
        min-height: 84px;
    }

    .hero-description {
        font-size: 14px;
    }

    .hero-supporting-text {
        font-size: 13px;
    }

    .hero-visual {
        min-height: 345px;
    }

    .hero-background-shape {
        width: 96%;
        height: 79%;
    }

    .hero-illustration {
        width: 89%;
        max-height: 345px;
    }

    .hero-process {
        width: 100%;

        flex-wrap: wrap;

        gap: 13px;
    }

    .process-item {
        font-size: 11px;
    }

    .process-item i {
        font-size: 17px;
    }

    .section-heading h2 {
        font-size: 31px;
    }

    .section-heading p,
    .benefit-list {
        font-size: 15px;
    }

    .people-can-title {
        font-size: 15px !important;
    }

    .connection-visual-card {
        min-height: 300px;

        padding: 24px 20px;
    }

    .example-needs-card {
        width: 100%;
        padding: 17px;
    }

    .example-card-header {
        align-items: flex-start;
        flex-direction: column;

        gap: 5px;
    }

    .example-subtitle {
        text-align: left;
    }

    .example-needs-grid {
        grid-template-columns: 1fr;

        gap: 10px;
    }

    .need-card {
        min-height: 142px;
        padding: 14px;
    }

    .collaboration-flow {
        display: grid;

        gap: 8px;
    }

    .flow-step {
        grid-template-columns: 58px 1fr;

        align-items: center;
        justify-items: start;

        text-align: left;
    }

    .flow-divider {
        width: 1px;
        height: 25px;

        margin-left: 29px;

        border-top: 0;
        border-left: 2px dotted #a5a8ac;
    }

    .comparison-message {
        border-radius: 15px;
    }

    .final-cta-card {
        display: block;

        min-height: 500px;

        padding:
                31px
                25px
                265px;
    }

    .final-cta-content h2 {
        font-size: 28px;
    }

    .cta-buttons .btn {
        width: 100%;
    }

    .rocket-wrapper {
        top: auto;
        right: 50%;
        bottom: -30px;

        width: 350px;
        height: 305px;

        transform: translateX(50%);
    }

    .rocket-circle {
        width: 235px;
        height: 235px;
    }

    .rocket-illustration {
        width: 310px;
        height: 310px;
    }

    .footer-navigation {
        gap: 15px 21px;
    }

    .footer-logo-link {
        width: 105px;
        height: 46px;
    }

    .footer-logo {
        width: 174px;
        height: 59px;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 575.98px) {

    .custom-container {
        width: calc(100% - 32px);
    }

    .navbar {
        min-height: 70px;
    }

    .navbar-brand {
        flex-basis: 96px;

        width: 96px;
        height: 46px;
    }

    .brand-logo {
        width: 154px;
        height: 55px;
    }

    .hero-section {
        padding-top: 36px;
    }

    .hero-title {
        min-height: 122px;

        font-size: 32px;
    }

    .typing-wrapper {
        min-height: 74px;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .hero-visual {
        min-height: 290px;
    }

    .hero-illustration {
        width: 93%;
        max-height: 290px;
    }

    .process-item {
        font-size: 10px;
    }

    .process-item i {
        font-size: 15px;
    }

    .process-arrow {
        font-size: 10px;
    }

    .section-heading h2 {
        font-size: 28px;
    }

    .section-heading p,
    .benefit-list {
        font-size: 14px;
    }

    .people-can-title {
        font-size: 14px !important;
    }

    .connection-visual-card {
        min-height: 255px;

        padding: 18px 14px;

        border-radius: 20px;
    }

    .example-needs-card {
        padding: 14px;

        border-radius: 17px;
    }

    .example-card-header {
        margin-bottom: 13px;
    }

    .example-label {
        font-size: 13px;
    }

    .example-subtitle {
        font-size: 10px;
    }

    .need-card {
        min-height: 136px;
        padding: 13px;

        grid-template-columns:
            42px minmax(0, 1fr);

        column-gap: 9px;
        row-gap: 7px;

        border-radius: 15px;
    }

    .need-icon {
        width: 42px;
        height: 42px;

        font-size: 17px;
    }

    .need-card-copy h3 {
        margin-bottom: 3px;

        font-size: 12px;
    }

    .need-card-copy p {
        font-size: 8.5px;
    }

    .need-tags {
        gap: 4px;
    }

    .need-tags span {
        min-height: 21px;
        padding: 4px 6px;

        font-size: 8px;
    }

    .need-tags span i {
        font-size: 7.5px;
    }

    .need-card-link {
        padding-top: 6px;

        font-size: 9px;
    }

    .final-cta-card {
        min-height: 465px;

        padding:
                28px
                21px
                245px;
    }

    .final-cta-content h2 {
        font-size: 26px;
    }

    .rocket-wrapper {
        width: 305px;
        height: 275px;
    }

    .rocket-circle {
        width: 205px;
        height: 205px;
    }

    .rocket-illustration {
        width: 275px;
        height: 275px;
    }

    .footer-logo-link {
        width: 98px;
        height: 44px;
    }

    .footer-logo {
        width: 155px;
        height: 54px;
    }

    .back-to-top {
        right: 16px;
        bottom: 16px;
    }

}