/************************************************/
/*                    MAIN                      */
/************************************************/
main {
    width: 100%;
    height: fit-content;
}

/************************************************/
/*                    HERO                      */
/************************************************/
.hero-title{
    font-size: 54px;
    color: white;
    margin-bottom: 18px;
}

#raecon-hero {
    width: 100%;
    height: 100vh;
    background: radial-gradient(circle at center, #030918 0%, #051227 100%);
    overflow: hidden;
}

.raecon-hero__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.raecon-hero__wrapper__introduction {
    position: absolute;
    top: 30%;
    left: 8%;
    width: 35%;
    z-index: 2;
}

.raecon-hero__wrapper__introduction p {
    margin-bottom: 12px;
    font-size: larger;
    letter-spacing: 0.15rem;
    line-height: 1.5rem;
}

.raecon-hero__wrapper__introduction .btn-raecon {
    margin-right: 18px;
}

.raecon-hero__wrapper__image {
    background-image: url('../../resources/img/Raecon_hand_visual_web.png');
    height: 95%;
    /* 70% */
    aspect-ratio: 1.54;
    /* 1.55 */
    background-size: cover;
    position: absolute;
    right: -5%;
    /* 0px */
    top: 5%;
    /* 12% */
    z-index: 1;
    border-radius: 12px;
}

/************************************************/
/*                  ABOUT RAECON                */
/************************************************/
#raecon-about {
    width: 100%;
    background-color: white;
    padding: 60px 0;
    box-sizing: border-box;
}

.raecon-about__wrapper {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.raecon-about__wrapper h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #387CE3;
    font-weight:600;
}

.raecon-about__wrapper p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
    max-width: 900px;
    margin: 0 auto;
}

/************************************************/
/*                    USP                      */
/************************************************/
#raecon-usp {
    width: 100%;
    background-color: #d6e4f1;
    padding: 60px 0;
    box-sizing: border-box;
}

.raecon-usp__wrapper {
    width: 70%;
    margin: 0 auto;
}

.raecon-usp__wrapper h2 {
    font-size: 2rem;
    margin-bottom: 24px;
    color: #387CE3;
    font-weight: 600;
    text-align: center;
}

.raecon-usp__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    box-sizing: border-box;
    justify-content: center;
}

.raecon-usp__item {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 24px 24px;
    flex: 1 1 calc(33.33% - 30px);
    box-sizing: border-box;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.raecon-usp__item svg {
    font-size: 24px;
    color: #387CE3;
    margin-right: 12px;
}

.raecon-usp__item h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 500;
    color: #387CE3;
}

.raecon-usp__body h3 svg{
    display: none;
}

.raecon-usp__item p {
    font-size: 1rem;
    line-height: 1.6;
    color: #444444;
}

.raecon-usp__item--last {
    flex-grow: 0;
}

/************************************************/
/*                  RESPONSIVE                  */
/************************************************/

/* Desktop medium */
@media screen and (max-width: 1680px) {
    .raecon-hero__wrapper__image{
        height: 95%;
        right: -10%;
    }
}

/* Laptop large */
@media screen and (max-width: 1440px) {
    .raecon-hero__wrapper__image{
        height: 90%;
        right: -15%;
        top: 8%;
    }
}

/* Laptop medium */
@media screen and (max-width: 1366px) {
    .raecon-hero__wrapper__image{
        height: 80%;
        right: -15%;
        top: 15%;
    }
    .raecon-hero__wrapper__introduction {
        width: 50%;
    }
    .raecon-hero__wrapper__introduction h2{
        font-size: 48px;
    }
    .raecon-hero__wrapper__introduction p{
        font-size: medium;
        width: 80%;
    }
}




/* Tablet */
@media screen and (max-width: 1024px) {

    /* HERO */
    .raecon-hero__wrapper__introduction {
        width: 75%;
        top: 25%;
    }
    .raecon-hero__wrapper__introduction p{
        font-size: medium;
        width: 50%;
    }
    .raecon-hero__wrapper__image{
        height: 60%;
        right: -10%;
        top: 30%;
    }

    /* ABOUT */
    .raecon-about__wrapper {
        width: 80%;
    }

    .raecon-about__wrapper h2 {
        font-size: 1.5rem;
    }

    .raecon-about__wrapper p {
        font-size: 0.95rem;
    }

    /* USP */
    .raecon-usp__wrapper {
        width: 80%;
    }
    .raecon-usp__items {
        gap: 10px;
    }
    .raecon-usp__item svg {
        font-size: 30px;
    }
    .raecon-usp__item {
        flex-basis: calc(50% - 30px);
    }
}


/* Additional media screen - in between */
@media screen and (max-width: 875px) {
    .raecon-hero__wrapper__image {
        height: 45%;
        right: -5%;
        top: 40%;
    }
}

/* Mobile (large) */
@media screen and (max-width: 767px) {

    /* HERO */
    .raecon-hero__wrapper__image{
        display: none;
    }

    .raecon-hero__wrapper__introduction{
        width: 84%;
    }

    .raecon-hero__wrapper__introduction p{
        font-size: larger;
        width: 100%;
    }
    /* ABOUT */
    .raecon-about__wrapper {
        width: 85%;
    }
    .raecon-about__wrapper h2 {
        font-size: 1.7rem;
    }

    /* USP */
    .raecon-usp__wrapper {
        width: 85%;
    }
    .raecon-usp__item {
        flex-basis: 100%;
    }
    .raecon-usp__icon{
        display: none;
    }
    .raecon-usp__body h3 svg{
        display: inline-block;
        margin-right: 6px;
        font-size: 20px;
    }
}


/* Mobile (small) */
@media screen and (max-width: 480px) {
    /* HERO */
    .raecon-hero__wrapper__introduction {
        top: 20%;
        width: 90%;
        left: 5%;
    }
    .hero-title{
        font-size: 38px;
    }
    .raecon-hero__wrapper__introduction p{
        font-size: medium;
    }
    /* ABOUT */
    .raecon-about__wrapper {
        width: 90%;
    }
    /* USP */
    .raecon-usp__wrapper {
        width: 95%;
    }
}













