@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0 auto;
    padding: 0;
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
}

:root {
    --blue: #415AFF;
    --blue-light: #3ABEF9;
    --blue-dark: #050C9C;
    --black: rgba(20,20,20,1);
    --white: #FFFF;
    --gray: rgba(180,180,180,1);
}

nav a {
    text-decoration: none;
}

.center {
    text-align: center;
}
h1 {
    margin-top: 15px;
    font-size: 28px;
    line-height: 1.4;
}
h2 {
    margin-top: 15px;
    font-size: 24px;
    line-height: 1.4;
}
h2.small {
    font-size: 20px;
}
h3 {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.4;
}
p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.6;
}
p.small {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.6;
}
a {
    margin-top: 15px;
    color: var(--black);
    line-height: 1.6;
}
.small-italic.break::before {
    content: "\A";
    white-space: pre; /* or pre-line */
}
.small-italic {
    font-size: 12px;
    font-style: italic;
}

.links {
    padding: 20px 20px;
    padding-top: 90px;
    box-sizing: border-box;
    width: 100%;
    background-color: var(--white);
}
.links .link {
    width: 100%;
    height: 50px;
}

nav {
    position: absolute;
    width: 100%;
    height: 70px;
    background-color: var(--white);
    box-shadow: 0 4px 2px 2px rgba(0,0,0,.1);
    overflow: hidden;
    z-index: 999999;
}
nav .logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
}
nav .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
nav .hamburger {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
}
nav .hamburger span {
    line-height: 50px;
    font-size: 32px;
    color: var(--blue);
}
nav .login {
    position: absolute;
    right: 65px;
    display: flex;
}
nav .button {
    margin-top: 15px;
    width: auto;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    background-color: var(--blue);
    color: #FFFF;
    display: flex;
    user-select: none;
    cursor: pointer;
}
nav .button span {
    margin-left: 0;
    text-align: center;
    line-height: 40px;
    width: 40px;
    text-align: center;
}
nav .button p {
    padding-right: 15px;
    margin-left: 0;
    text-align: center;
    line-height: 40px;
}

.button p {
    margin-top: 0;
    line-height: auto;
}

.heading {
    width: 100%;
    background: linear-gradient(145deg, var(--blue) 0%, var(--blue-dark) 100%);
    color: #FFFF;
    padding: 70px 30px;
    padding-top: 90px;
    box-sizing: border-box;
    text-align: center;
}
.heading .img-wrapper {
    margin-top: 50px;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    display: flex;
    overflow: hidden;
    gap: 10px;
}
.heading .img-wrapper .blocker {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.heading img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.heading .img.one {
    width: calc(50% - 15px);
    height: 400px;
    border-radius: 150px;
    overflow: hidden;
    border: solid 2px rgba(255, 255, 255, 0.2);
}
.heading .img.two, .heading .img.three {
    width: 100%;
    height: 100%;
    max-height: 190px;
    border-radius: 150px;
    overflow: hidden;
    border: solid 2px rgba(255, 255, 255, 0.2);
}
.heading .img.three {
    margin-top: 10px;
}
.heading .searcher {
    border-radius: 15px;
    position: relative;
    margin-top: 15px;
    padding: 30px 20px;
    box-sizing: border-box;
    width: 100%;
    background-color: #FFFF;
}
.heading .searcher input {
    margin-top: 15px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    border: solid 1px var(--gray);
    border-radius: 5px;
}
.heading .searcher span.blue {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 55px;
    right: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    background-color: var(--blue);
    border-radius: 5px;
}
.heading .searcher .recommendations {
    margin-top: 5px;
    background-color: var(--blue);
    border-radius: 5px;
}
.heading .searcher .rec {
    padding: 0 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    text-align: left !important;
}
.heading .searcher .rec:nth-child(1):hover {
    border-radius: 5px 5px 0 0;
}
.heading .searcher .rec:nth-child(3):hover {
    border-radius: 0 0 5px 5px;
}
.heading .searcher .rec:hover {
    background-color: var(--blue-light);
}
.heading .button {
    margin-top: 15px;
    width: auto;
    height: 50px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    background-color: var(--blue);
    color: #FFFF;
    user-select: none;
    cursor: pointer;
}
.heading .button .wrapper {
    margin-left: calc(50% - 80px);
    width: 170px;
    display: flex;
}
.heading .button span {
    margin-left: 0;
    text-align: center;
    line-height: 50px;
    width: 50px;
    text-align: center;
}
.heading .button p {
    padding-right: 15px;
    margin-left: 0;
    text-align: center;
    line-height: 50px;
}

.content {
    padding: 70px 30px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}
.content .wrapper {
    display: flex;
    flex-wrap: wrap;
}
.content .wrapper .block {
    margin-top: 30px;
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 25px;
    width: 100%;
    max-width: 390px;
    background-color: var(--blue);
    color: var(--white);
    text-align: center;
}
.content .wrapper .block .icon {
    width: 90px;
    height: 90px;
    text-align: center;
    background-color: var(--white);
    color: var(--blue-light);
    border-radius: 50px;
    user-select: none;
    cursor: pointer;
}
.content .wrapper .block .icon span {
    line-height: 90px;
    font-size: 62px;
}

@media screen and (min-width: 1200px) {
    nav .hamburger {
        display: none;
    }
    nav .login {
        box-sizing: border-box;
        right: 0;
    }
    nav .login .button {
        padding: 0 20px;
    }
    nav .login .button p {
        font-size: 16px;
    }
    nav .logo {
        top: 5px;
        width: 60px;
        height: 60px;
    }
    nav .over {
        position: relative;
        width: 1200px;
    }

    h1 {
        margin-top: 15px;
        font-size: 42px;
        line-height: 1.4;
    }
    h2 {
        margin-top: 15px;
        font-size: 32px;
        line-height: 1.4;
    }
    h2.small {
        font-size: 20px;
    }
    h3 {
        margin-top: 15px;
        font-size: 28px;
        line-height: 1.4;
    }
    p {
        margin-top: 15px;
        font-size: 24px;
        line-height: 1.6;
    }
    p.small {
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.6;
    }
    a {
        margin-top: 15px;
        color: var(--black);
        line-height: 1.6;
    }

    .heading {
        display: flex;
    }
    .heading .text {
        width: 90%;
        text-align: left;
    }
    .heading .searcher {
        margin-top: 0;
        padding: 10px 20px 20px 20px;
        position: absolute;
        bottom: -250px;
        width: 900px;
        max-width: 900px;
        background-color: var(--white);
        box-shadow: 0 4px 2px 2px rgba(0,0,0,.1);
        left: calc(50% - 200px);
        border-radius: 5px;
    }
    .heading .searcher .wrapper {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        gap: 10px;
    }
    .heading .searcher .wrapper .holder {
        width: 100%;
    }
    .heading .searcher .button {
        width: 370px;
    }
    .heading .searcher .button .wrapper {
        margin-left: calc(50% - 115px);
        width: 230px;
    }
    .heading .searcher .button .wrapper span {
        margin-left: 30px;
        text-align: center;
    }
    .heading .searcher .button .wrapper p {
        margin-left: -30px;
        font-size: 16px;
        text-align: left;
    }
    .heading .searcher span.blue {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 35px;
        right: 295px;
        text-align: center;
        line-height: 30px;
        font-size: 20px;
        background-color: var(--blue);
        border-radius: 5px;
    }

    .recommendations {
        position: absolute;
        top: 100px;
        width: calc(100% - 40px);
        box-sizing: border-box;
        background-color: var(--blue);
        z-index: 9999999;
        user-select: none;
        cursor: pointer;
    }

    .heading .over-one {
        position: relative;
        width: 90%;
        max-width: 1200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .heading .wrapper-one {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .links {
        position: absolute;
        right: 160px;
        width: 600px;
        padding: 0;
        display: flex;
    }
    .links .link {
        margin-top: 10px;
        width: auto;
        line-height: 50px;
        user-select: none;
        cursor: pointer;
    }

    .content {
        margin-top: 90px;
        width: 100%;
        max-width: 1200px;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }
    .content .wrapper .block {
        padding: 50px 30px;
        margin-top: 50px;
        width: 350px;
    }
    .content .wrapper .block p {
        font-size: 18px;
    }
}

.steps-section {
    padding: 100px 24px;
    background-color: #f8f9fa;
}

.steps-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.steps-container h2 {
    margin-bottom: 15px;
    color: var(--black);
    font-size: 2rem;
    font-weight: 600;
}
.steps-container p {
    margin-bottom: 60px;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    max-width: 800px;
}

.steps-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    position: relative;
}

.steps-wrapper::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 15%;
    right: 15%;
    height: 2px;
    background: var(--blue);
    opacity: 0.2;
    z-index: 0;
}

.step-card {
    background: transparent;
    padding: 20px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.step-card:hover {
    transform: translateY(-5px);
}

.step-number {
    width: 50px;
    height: 50px;
    background: var(--blue);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0 auto 30px;
    position: relative;
    z-index: 2;
}

.step-content {
    margin-top: 0;
}

.step-content h3 {
    color: var(--black);
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
}

.step-content p {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 25px;
    line-height: 1.6;
}

.step-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--blue);
    padding: 12px 24px;
    border: 2px solid var(--blue);
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.step-button:hover {
    background: var(--blue);
    color: white;
}

.step-button .material-symbols-outlined {
    font-size: 20px;
}

.step-icon {
    color: var(--blue);
    margin-top: 15px;
}

.step-icon .material-symbols-outlined {
    font-size: 2rem;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .steps-section {
        padding: 60px 20px;
    }

    .steps-wrapper::before {
        display: none;
    }

    .steps-container h2 {
        font-size: 1.75rem;
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .steps-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

.bento-section {
    padding: 80px 24px;
    background-color: var(--white);
}

.bento-container {
    max-width: 1200px;
    margin: 0 auto;
}

.bento-container h2 {
    text-align: center;
    margin-bottom: 50px;
    color: var(--black);
    font-size: 2rem;
    font-weight: 600;
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: 
        "large large normal1"
        "large large normal2"
        "normal3 normal4 normal4";
    gap: 20px;
}

.bento-item {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(65, 90, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.bento-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--blue) 0%, var(--blue-light) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bento-item.large {
    grid-area: large;
    border: 1px solid rgba(65, 90, 255, 0.15);
    background: linear-gradient(145deg, #f8f9fa 0%, #ffffff 100%);
}

.bento-item:nth-child(2) {
    grid-area: normal1;
}

.bento-item:nth-child(3) {
    grid-area: normal2;
}

.bento-item:nth-child(4) {
    grid-area: normal3;
}

.bento-item.wide {
    grid-area: normal4;
}

.bento-item span {
    font-size: 2rem;
    color: var(--blue);
    margin-bottom: 16px;
    display: block;
}

.bento-item h3 {
    color: var(--black);
    font-size: 1.2rem;
    margin: 16px 0;
    font-weight: 600;
}

.bento-item p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.bento-item.large h3 {
    font-size: 1.4rem;
}

.bento-item.large p {
    font-size: 1rem;
}

@media (max-width: 968px) {
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: 
            "large large"
            "normal1 normal2"
            "normal3 normal4";
    }
}

@media (max-width: 580px) {
    .bento-grid {
        grid-template-columns: 1fr;
        grid-template-areas: 
            "large"
            "normal1"
            "normal2"
            "normal3"
            "normal4";
    }
}

.stats-section {
    padding: 100px 24px;
    background: linear-gradient(145deg, var(--blue) 0%, var(--blue-dark) 100%);
    color: var(--white);
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.stats-container h2 {
    color: var(--white);
    margin-bottom: 60px;
    font-size: 2rem;
    font-weight: 600;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
}

.stat-item {
    padding: 20px;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-item p {
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 768px) {
    .stats-section {
        padding: 60px 20px;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .stat-item p {
        font-size: 1rem;
    }
}

.community-section {
    padding: 100px 24px;
    background-color: #f8f9fa;
    text-align: center;
}

.community-container {
    max-width: 800px;
    margin: 0 auto;
}

.community-container h2 {
    color: var(--black);
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.community-container p {
    color: #666;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 40px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(145deg, var(--blue) 0%, var(--blue-dark) 100%);
    color: white;
    padding: 16px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(65, 90, 255, 0.2);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(65, 90, 255, 0.3);
}

.cta-button .material-symbols-outlined {
    font-size: 24px;
}

@media (max-width: 768px) {
    .community-section {
        padding: 60px 24px;
    }

    .community-container h2 {
        font-size: 2rem;
    }

    .community-container p {
        font-size: 1.1rem;
    }

    .cta-button {
        padding: 14px 28px;
        font-size: 1rem;
    }
}

.faq-section {
    padding: 100px 24px;
    background-color: var(--white);
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-container h2 {
    text-align: center;
    margin-bottom: 60px;
    color: var(--black);
    font-size: 2rem;
    font-weight: 600;
}

.faq-grid {
    display: grid;
    gap: 20px;
    max-width: 100%;
}

.faq-item {
    border: 1px solid rgba(65, 90, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 100%;
}

.faq-question {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #f8f9fa;
    transition: all 0.3s ease;
    gap: 20px;
}

.faq-question h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--black);
    flex: 1;
    text-align: left;
}

.faq-question span {
    color: var(--blue);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-answer {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-answer p {
    margin: 0;
    padding: 20px 0;
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
}

/* Active states */
.faq-item.active {
    border-color: rgba(65, 90, 255, 0.2);
}

.faq-item.active .faq-question {
    background: linear-gradient(145deg, var(--blue) 0%, var(--blue-dark) 100%);
}

.faq-item.active .faq-question h3 {
    color: white;
}

.faq-item.active .faq-question span {
    color: white;
    transform: rotate(180deg);
}

.faq-item.active .faq-answer {
    max-height: 300px;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 60px 20px;
    }

    .faq-container h2 {
        font-size: 1.75rem;
        margin-bottom: 40px;
    }

    .faq-question {
        padding: 20px;
    }

    .faq-question h3 {
        font-size: 1rem;
    }

    .faq-answer {
        padding: 0 20px;
    }
}