@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #05121e;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    overflow-x: auto;
    min-width: 1700px;
}

.container {
    width: 100%;
    height: 122vh;
    background-image: url('images/Group_1000003322.png');
    background-size: cover;
    position: relative;
    background-color: #05121e;
    z-index: 1;
}

/* Top decoration elements */
.container::before {
    content: '';
    position: absolute;
    top: 5%;
    left: 15%;
    width: 200px;
    height: 150px;
    background-image: url('images/Group_1000003318.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: 1;
}

.left-panel {
    width: 57%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 5%;
    box-sizing: border-box;
}

.content {
    padding-top: 106px;
    position: relative;
    z-index: 2;
}

.tagline {
    color: #A0FF00;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 40px;
}

.logo {
    font-size: 84px;
    font-weight: 900;
    margin: 0;
    background: -webkit-linear-gradient(left, #4D81FF, #964DFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.headline {
    font-size: 60px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 1.2;
}

.description {
    color: #aaa;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
}

.down-button {
    margin-top: 30px;
    cursor: pointer;
}

.invest-cta-image {
    width: 100%;
    max-width: 450px;
}

.right-panel {
    position: absolute;
    top: 199px;
    right: 200px;
    width: 55%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-panel-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.action-buttons {
    display: flex;
    gap: 20px;
}

.action-buttons-image {
    max-width: 450px;
}

.right-panel-phone {
    transform: translateY(-150px);
}

.right-panel-phone .phone-mockup {
    width: 444.53px;
    height: 961.5px;
}

.phone-image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    transform: scale(1.0);
    position: relative;
    z-index: 2;
}

.business-section {
    padding: 100px 10%;
    background-color: #030d16;
}

.business-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.intro-text {
    flex: 1;
    max-width: 50%;
}

.business-logo {
    font-size: 84px;
    font-weight: 700;
    background: -webkit-linear-gradient(left, #4D81FF, #964DFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.business-headline {
    font-size: 56px;
    font-weight: 700;
    margin: 10px 0 20px 0;
    line-height: 1.2;
}

.business-description {
    color: #888;
    font-size: 24px;
    line-height: 1.6;
}

.intro-image img {
    max-width: 500px;
}
.down-button-img{
    cursor: pointer;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    gap: 30px;
    position: relative;
}

.features-grid::before {
    content: '';
    position: absolute;
    top: 40%;
    left: 69.33%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    background-image:url('images/Back.png');
    filter: blur(35px);
    z-index: 0;
}

.feature-card {
    background-image: url('images/Rectangle_6730.png');
    padding: 30px 50px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    max-width: 492px;
    width: 100%;
    height: 269px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: center;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.feature-card .card-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
}

.feature-card .card-icon img {
    width: 100%;
    height: 100%;
}

.feature-card h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
    color: #c9d1d9;
}

.feature-card p {
    color: #8b949e;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

/* AI Assistant Section */
.ai-assistant-section {
    padding: 50px 10%;
    background: linear-gradient(180deg, #1B275A 0%, #0E1434 100%);
    position: relative;
}

.assistant-container {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.assistant-left {
    flex: 1;
    max-width: 45%;
}

.assistant-logo {
    font-size: 84px;
    font-weight: 700;
    background: -webkit-linear-gradient(left, #4D81FF, #964DFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.assistant-headline {
    font-size: 56px;
    font-weight: 700;
    margin: 10px 0 20px 0;
    line-height: 1.2;
    color: #fff;
}

.assistant-description {
    color: #888;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.chat-image-wrapper {
    position: relative;
}

.ai-chat-image {
    width: 100%;
    border-radius: 15px;
    position: relative;
    z-index: 2;
}

.faq-light-img, .dotted-arc-img {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.faq-light-img {
    top: -120px;
    right: -80px;
    width: 400px;
}

.dotted-arc-img {
    top: -103px;
    right: -37px;
    width: 158px;
}

.assistant-right {
    flex: 1;
    position: relative;
    height: 960px;
}

.phone-screen-1, .phone-screen-2 {
    position: absolute;
    transition: transform 0.3s ease-out;
    bottom: 0;
    right: 0;
}

.phone-screen-1 {
    width: 362.67px;
    height: 784.6px;
    right: 260px;
    z-index: 1;
}

.phone-screen-1:hover {
    transform: translateY(-10px) scale(1.02);
}

.phone-screen-2 {
    width: 440.35px;
    height: 953.5px;
    z-index: 2;
}

.phone-screen-2:hover {
    transform: translateY(-10px) scale(1.02);
}

/* Analysis Section */
.analysis-section {
    padding: 100px 10%;
    background-color: #0d1117;
}

.analysis-container {
    display: flex;
    align-items: center;
    gap: 80px;
}

.analysis-left {
    flex: 1;
}

.phone-chart-image {
    width: 100%;
    max-width: 440px;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.analysis-right {
    text-align: right;
    flex: 2;
    display: flex
;
    flex-direction: column;
    align-items: end;
}

.analysis-logo {
    font-size: 78px;
    font-weight: 700;
    background: -webkit-linear-gradient(left, #4D81FF, #964DFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.analysis-headline {
    font-size: 50px;
    font-weight: 700;
    margin:0;
    line-height: 1.3;
    color: #fff;
}

.analysis-description {
    color: #888;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 80%;
}

.standalone-chart-image {
    max-width: 409px;
    width: 100%;
    height: auto;
    aspect-ratio: 445 / 398.75;
}

.chart-info-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 30px;
}

.chat-bubble-container {
    position: relative;
}

.robot-avatar {
    position: absolute;
    top: -135px;
    right: -17px;
    width: 200px;
    height: 200px;
    z-index: 1;
}

.chat-bubble {
    background: linear-gradient(180deg, rgba(24, 46, 97, 0.83) 17.1%, rgba(22, 37, 66, 0.58) 95.09%);
    padding: 25px;
    text-align: left;
    border-radius: 15px;
    color: #c9d1d9;
    max-width: 550px;
    position: relative;
    z-index: 2;
}

.chat-bubble p {
    margin: 0 0 15px 0;
    line-height: 1.6;
}

.chat-bubble p:last-child {
    margin-bottom: 0;
}

/* Final Features Section */
.final-features-section {
    height: 541px;
    background-color: #0d1117;
    display: flex;
    padding: 0 10%;
    align-items: center;
}

.final-features-container {
    display: flex;
    align-items: stretch;
    background: linear-gradient(180deg, rgba(24, 46, 97, 0.83) 17.1%, rgba(22, 37, 66, 0.58) 95.09%);
    border-radius: 15px;
    height: 381px;
    width: 100%;
}

.final-feature-card {
    flex: 1;
    border: none;
    border-radius: 25px;
    padding: 50px;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.final-feature-card:first-child {
    background: linear-gradient(180deg, #182c5f 0%, #131e3d 100%);
}

.final-feature-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.final-feature-icons::before {
    content: '';
    position: absolute;
    left: 53px;
    bottom: 94%;
    height: 57px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.25);
}

.final-feature-icon {
    width: 106px;
    height: 106px;
}

.final-feature-illustration {
    width: 100px;
    height: auto;
    position: absolute;
    right: 0px;
    top: -15px;
}

.final-feature-text {
    margin-top: auto;
}

.final-feature-label {
    color: #A0FF00;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.final-feature-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.final-feature-description {
    color: #888;
    font-size: 16px;
    line-height: 1.6;
    max-width: 80%;
}

.account-info-section {
    background-color: #05121e;
    padding: 100px 10% 0;
    color: #fff;
}

.account-info-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.account-info-left {
    flex: 1;
    max-width: 55%;
}

.account-info-logo {
    font-size: 84px;
    font-weight: 900;
    margin: 0 0 20px 0;
    background: -webkit-linear-gradient(left, #4d81ff, #964dff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.account-info-headline {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 40px 0;
}

.account-info-description {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.account-info-right {
    flex-shrink: 0;
}

.account-phone-mockup {
    width: 370px;
    height: auto;
}

.stocks-table-image {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.get-app-section {
    background-image: url('images/Group_1000003326.png');
    background-size: contain;
    background-position: center top;
    background-color: #05121e;
    color: #fff;
    position: relative;
    padding: 50px 0 80px;
}

.get-app-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding:0 10%;
    margin-top: 50px;
}

.get-app-left {
    flex: 1;
    position: relative;
    height: 960px;
}

.get-app-phone-1,
.get-app-phone-2 {
    position: absolute;
    transition: transform 0.3s ease-out;
    bottom: 0;
    right:-30px;
}

.get-app-phone-1 {
    width: 362.67px;
    height: 696.6px;
    z-index: 1;
}

.get-app-phone-2 {
    height: 813.21px;
    z-index: 2;
    right: 200px;
}

.get-app-right {
    flex: 1;
    max-width: 50%;
}

.get-app-headline {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.get-app-description {
    color: #fff;
    font-size: 24px;
    margin: 40px 0;
    line-height: 1.6;
}

.app-store-buttons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.app-store-buttons img {
    width: 100%;
    max-width: 215px;
}

footer {
    background: linear-gradient(180deg, #1B275A 0%, #0E1434 100%);
    margin-bottom: 30px;
    padding: 20px 10%;
    border-top: 1px solid #30363d;
}

.footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    color: #8b949e;
    font-size: 14px;
}

.footer-links a {
    color: #8b949e;
    text-decoration: none;
    margin-left: 20px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #fff;
}

/* Responsive Design */
@media (max-width: 1440px) {
    .final-features-container,
    .phone-mockups {
        max-width: 95%;
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .final-features-container {
        flex-direction: column;
        height: auto;
        gap: 20px;
        padding: 20px;
    }

    .phone-mockups {
        flex-direction: column;
        gap: 20px;
    }

    .phone-mockup {
        margin: 0;
        max-width: 300px;
    }

    .middle-phone {
        max-width: 350px;
        order: -1;
    }
}