body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #0e121b;
    color: #ffffff;
    min-height: 100vh;
    min-width: 1700px;
}

.container {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
}

.flex-container {
    display: flex;
    align-items: center;
}

.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-section .container {
    min-height: inherit;
    display: flex;
    align-items: center;
}

.left-pane {
    flex-basis: 45%;
    display: flex;
    flex-direction: column;
    z-index: 2;
    position: relative;
}

.logo {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.brand-name {
    font-size: 70px;
    font-weight: 700;
    margin: 0;
    background: -webkit-linear-gradient(left, #a89fff, #6d95ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.brand-name-img {
    width: 250px;
    height: auto;
}

.main-heading {
    font-size: 78px;
    font-weight: 700;
    margin: 30px 0;
    line-height: 1.2;
    letter-spacing: 1px;
}

.sub-heading {
    font-size: 16px;
    font-weight: 400;
    max-width: 400px;
    line-height: 1.6;
    color: #c3c1d9;
}

.right-pane {
    flex-basis: 55%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    height: 100vh;
}

.right-pane::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    background-image: url('images/Group_1000003343.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 0;
    opacity: 0.5;
}

.right-pane img {
    position: absolute;
    bottom: 14%;
    height: 75vh;
    max-height: 650px;
    object-fit: contain;
}

.phone {
}

.features-section {
    padding: 100px 0;
    background-color: #000000;
}

.features-section .container {
    text-align: center;
}

.section-title-img {
    height: 40px;
    width: auto;
}

.features-content {
    display: block;
    text-align: center;
}

.features-title-main {
    font-size: 28px;
    font-weight: 500;
    margin: 10px 0 50px 0;
    color: #ffffff;
}

.features-grid-container {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.robot-image-container {
    flex-basis: 40%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
    margin-top: -50px;
}

.robot-image {
    max-width: 100%;
    height: auto;
}

.features-grid {
    flex-basis: 60%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 30px;
    text-align: left;
}

.feature-card {
    background-color: #1a162d;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #3a345a;
}

.large-card .card-text {
    font-size: 20px !important;
}

.highlight-border {
    border-color: #4d94ff;
    box-shadow: 0 0 15px rgba(77, 148, 255, 0.5);
}

.large-card {
    grid-column: span 2;
    background: radial-gradient(ellipse at top right, #332d6c, transparent 70%), #1a162d;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.features-grid .large-card .card-tag {
    background-color: #0E121B;
    color: #fff;
    padding: 4px 12px;
    border-radius: 8px;
    display: inline-block;
    width: fit-content;
    margin: 0;
}

.small-card {
    background: #14171f;
    border: 1px solid #3a345a;
}

.features-grid .small-card:not(.highlight-border) {
    border: none;
}

.small-card h4 {
    font-size: 22px;
}
.small-card p {
    font-size: 14px;
}

.card-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    background-color: #2e285a;
    padding: 10px;
    border-radius: 12px;
}

.feature-card h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.feature-card p {
    color: #c3c1d9;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.card-tag {
    font-size: 12px;
    color: #a89fff;
    margin-bottom: 15px !important;
}

.card-text {
     font-size: 16px !important;
     color: #fff !important;
}

.card-author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.card-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.card-author p {
    margin: 0;
    font-weight: 500;
    font-size: 16px !important;
    color: #fff !important;
}

.card-author span {
    font-size: 14px;
    color: #c3c1d9;
}

.analysis-section {
    padding: 100px 0;
    background-color: #0e121b;
}

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

.analysis-left {
    flex-basis: 45%;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.analysis-left::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 77px;
    background-image: url('images/Group 1000003335.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 0;
    opacity: 0.5;
}

.analysis-phone {
    position: absolute;
    bottom: 14%;
    height: 75vh;
    max-height: 650px;
    object-fit: contain;
    left: 50%;
    transform: translateX(-50%);
}

.analysis-right {
    flex-basis: 55%;
    padding-left: 0;
    text-align: right;
}

.analysis-title-main {
    font-size: 28px;
    font-weight: 500;
    margin: 20px 0 5px 0;
    color: #ffffff;
    line-height: 1.4;
}

.analysis-title-sub {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 40px 0;
    color: #ffffff;
}

.analysis-cards {
    display: flex;
    gap: 30px;
}

.analysis-card {
    background-color: #1a162d;
    padding: 25px;
    border-top: 1px solid #3a345a;
    flex-basis: 50%;
    text-align: left;
}

.gradient-card {
    background: linear-gradient(180deg, #181B25 0%, #222530 100%);
    border-top: 1px solid #6C52FF;
}

.analysis-card img {
    width: 35px;
    height: 35px;
    margin-bottom: 20px;
    background-color: #2e285a;
    padding: 8px;
    border-radius: 10px;
}

.gradient-card img {
    margin-bottom: 0;
    margin-top: 20px;
}

.analysis-card h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #fff;
}

.analysis-card p {
    color: #c3c1d9;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.final-section {
    padding: 100px 0;
    background-color: #000000;
    background-image: url('images/CTA & Footer.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.final-section .container {
     display: flex;
     align-items: center;
     gap: 50px;
}

.final-left {
    flex-basis: 50%;
    z-index: 1;
}

.final-text {
    margin-bottom: 30px;
}

.final-title-main {
    font-size: 28px;
    font-weight: 500;
    margin: 20px 0 0 0;
    color: #ffffff;
    line-height: 1.4;
}

.final-left-card {
    max-width: 80%;
    height: auto;
    border-radius: 20px;
}

.final-right {
    flex-basis: 50%;
    position: relative;
    height: 100%;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.final-right::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0px;
    left:170px;
    background-image: url('images/Group 1000003335.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 0;
    opacity: 0.5;
}

.final-phone {
    position: absolute;
    bottom: 5%;
    right: 0;
    height: 90vh;
    max-height: 800px;
    object-fit: contain;
    z-index: 2;
}

.float-card-1 {
    position: absolute;
    z-index: 3;
    width: 61%;
    top: 34%;
    left: 93%;
    transform: translate(-90%, -80%);
}

.assistant-section {
    padding: 100px 0;
    background-color: #0e121b;
}

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

.assistant-left {
    flex-basis: 60%;
}

.assistant-text {
    margin-bottom: 40px;
}

.assistant-title-main {
    font-size: 32px;
    font-weight: 500;
    margin: 20px 0 0 0;
    color: #ffffff;
    line-height: 1.4;
}

.assistant-cards .assistant-card {
    background-image: url('images/Pricing.png');
    background-size: cover;
    background-position: center;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #3a345a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.assistant-cards .assistant-card:first-child {
    margin-bottom: 30px;
}

.assistant-cards .card-text-content {
    flex-basis: 65%;
}

.assistant-cards .card-tag {
    font-size: 12px;
    color: #C8EA80;
    margin-bottom: 15px;
}

.assistant-cards h4 {
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 15px 0;
    color: #fff;
}

.assistant-cards p {
    color: #c3c1d9;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.assistant-cards img {
    max-width: 30%;
    height: auto;
}

.assistant-right {
    flex-basis: 40%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: -40px;
}

.assistant-robot {
    width: 100%;
    max-width: 400px;
    height: auto;
    z-index: 1;
}

.btc-card {
    width: 55%;
    height: auto;
    margin-top: -2px;
    z-index: 2;
} 

.cta-section {
    padding: 80px 0;
    background-image: url('images/Rectangle 34624987.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-top: 1px solid #3a345a;
    border-bottom: 1px solid #3a345a;
}

.cta-section .container {
    display: flex;
    align-items: center;
}

.cta-left {
    flex-basis: 50%;
}

.cta-phones {
    width: 100%;
    height: auto;
}

.cta-right {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 50px;
}

.cta-right h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px 0;
}

.cta-right p {
    font-size: 18px;
    color: #c3c1d9;
    margin: 0 0 30px 0;
    line-height: 1.6;
}

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

.cta-buttons img {
    height: 50px;
    width: auto;
}

footer {
    padding: 30px 0;
    background-color: #000000;
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-links {
    display: flex;
    gap: 30px;
}

.footer-links a {
    color: #8a889e;
    text-decoration: none;
}

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