@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

html,
body {
    width: 100%;
    height: 100%;
    font-family: "Inter", sans-serif !important;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

body{
    background-color: #f7f7f7;
}

.bg-cover {
    height: 100%;
    width: 100%;
    background: url("./images/hero-cover.png") no-repeat center top;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.bg-cover {
    position: relative;
    overflow: hidden;
}

/* .bg-cover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        #ffffff 100%
    );
    pointer-events: none;
    filter: blur(10px);
    z-index: 2;
} */

img.fade-overlay {
    width: 100.2%;
    height: 220px;
    position: absolute;
    left: -0.1%;
    bottom: -1px;
}

header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 25px 59px;
    gap: 10px;
    height: 86px;

    background: linear-gradient(180deg, #0e1948 0%, rgba(14, 25, 72, 0) 71.87%);
}

.logo {
    color: white;
}

.nav-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 2px;
    width: auto;
    height: 36px;
    border-radius: 30px;
}

.nav-items a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 16px;
    width: auto;
    height: 36px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
    color: #ffffff;
    text-decoration: none;
}

.btn-white {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px !important;
    width: auto;
    height: 36px !important;
    background: #ffffff !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 22px;
    letter-spacing: -0.32px;
    color: #000000 !important;
    text-decoration: none;
    text-align: center;
}

.btn-white2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    width: 158px;
    height: 50px;
    background: #f7f7f7;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15),
        0px 3px 2px rgba(0, 0, 0, 0.06), inset 0px 1px 0px #ffffff;
    border-radius: 999px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 22px;
    letter-spacing: -0.32px;
    color: #000000 !important;
    text-decoration: none;
    text-align: center;
}

.hero-section {
    /* position: absolute; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 30px;
    margin: 87px auto 0px auto;
    width: auto;
    height: auto;
    left: calc(50% - 901px / 2 + 0.5px);
    top: 173px;
    text-align: center;
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 30px;
    width: 724px;
    height: 196px;
}

.hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 20px;
    width: 724px;
    height: 116px;
}

.hero-text .title {
    width: 724px;
    height: 48px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -0.03em;
    color: #ffffff;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.06),
        0px 0px 0px rgba(0, 0, 0, 0.15);
}

.hero-text .title span {
    font-weight: normal !important;
}

.hero-text .sub-title {
    width: 487px;
    height: 48px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
}

.mockup-img {
    width: 100%;
}

.about-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 80px;
    gap: 10px;
    width: 100%;
    height: auto;
}

.about-text {
    width: 560px;
    height: 62px;
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.75);
}

.intro-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 80px 0px 80px;
    gap: 10px;
    width: 100%;
    height: auto;
}

.intro-section iframe, .intro-section video{
    border-radius: 12px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
}

.access-container {
    background-image: url("./images/access.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.access-container .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    margin: 180px auto;
    gap: 40px;
    width: 335px;
    height: 328px;
}

.access-container .text {
    /* Frame 1410125581 */

    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 20px;

    width: 335px;
    height: 102px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.access-container .title {
    /* Get early access! */

    width: 335px;
    height: 46px;

    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 46px;
    /* identical to box height */
    display: flex;
    align-items: center;

    /* www.expertflyer.com/Black */
    color: #000000;

    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.access-container .sub-title {
    /* See seat swap requests on your flight in seconds. No seat maps, no airline systems */

    width: 335px;
    height: 36px;

    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 15.2px;
    line-height: 18px;
    display: flex;
    align-items: center;

    color: #4a5578;

    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.early-launch {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 20px;
    width: 335px;
    height: 138px;
    text-align: left;
}

.early-launch label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    width: 100%;
}

.early-launch input {
    /* Input */

    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 14px;
    gap: 8px;

    width: 335px;
    height: 44px;

    background: #ffffff;
    border: 1px solid rgba(213, 215, 218, 0.4);
    /* Shadows/shadow-xs

Shadows allow you to add depth and realism to designs by positioning elements on a z-axis.
*/
    box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
    border-radius: 8px;

    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.early-launch button {
    /* Link - Blue */

    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 36px;
    isolation: isolate;

    width: 335px;
    height: 48px;

    background: #4d63fe;
    box-shadow: inset 0px 1px 0px 1px #988cff;
    border-radius: 50px;
    border: none;

    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;

    /* Get early access */

    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.32px;

    color: #ffffff;
}

.access-container .note {
    /* No spam. One email when Seatsy launches. */

    width: 335px;
    height: 18px;

    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 15.2px;
    line-height: 18px;
    display: flex;
    align-items: center;

    color: #000000;

    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.access-container::before {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    /* Adjust height of the fade here */
    background: linear-gradient(to bottom, #ffffff 0%, transparent 100%);
    z-index: 1;
}

/* --- Bottom Fade --- */
.access-container::after {
    /* content: ""; */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    /* Adjust height of the fade here */
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    z-index: 1;
}

.feature-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 80px 80px;
    gap: 85px;
    width: 100%;
    height: auto;
}

.left .title {
    font-weight: 500;
    font-size: 40.5px;
    line-height: 49px;
    display: flex;
    align-items: center;
    color: #0a0a0a;
}

.left .sub-title {
    font-weight: 400;
    font-size: 15.2px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #4a5578;
}

.btn-black {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12.5px 27px 13.75px;
    width: auto;
    height: 47.25px;
    background: #000000;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1),
        0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 99px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13.5px;
    line-height: 20px;
    color: #ffffff;
}

.feature-section .section {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 38px 0px;
    gap: 135px;
    width: 1172px;
    height: auto;
}

.section .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 33.74px;
    width: 555px;
    height: 240.6px;
}

.section.reverse {
    flex-direction: row-reverse;
}

.step-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 30px;
    gap: 60px;
    width: 660px;
    height: 668.16px;
    border-radius: 20px;
    margin: 90px auto 40px auto;
}

.step-section .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 18.8px;
    width: 600px;
    max-width: 600px;
    height: auto;
}

.step-section .title {
    font-weight: 500;
    font-size: 35px;
    line-height: 42px;
    display: flex;
    align-items: center;
    color: #000000;
}

.step-section .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: -0.32px;
    color: rgba(0, 0, 0, 0.75);
}

.step-section .note {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    gap: 10px;
    width: 600px;
    height: 62px;
    background: rgba(207, 213, 254, 0.3);
    border-radius: 18px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #4d63fe;
}

.stepper-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 40px;
    isolation: isolate;
    width: 600px;
    max-width: 600px;
    height: 299.36px;
}

.step {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    width: 600px;
    height: 72.79px;
    position: relative;
}

/* The vertical dashed line */
.step-indicator {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    background: #4d63fe;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    position: relative;
}

/* Dotted vertical line */
.step:not(:last-child) .step-indicator::after {
    content: "";
    position: absolute;
    top: 40px; /* starts below number */
    left: 50%;
    transform: translateX(-50%);
    height: calc(100% + 40px); /* connects to next step */
    border-left: 2px dotted #ccc;
}

.step-number {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.32px;
    color: #ffffff;
}

.step-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 4.8px;
    width: 544px;
    max-width: 600px;
    height: auto;
}

.step-content h3 {
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    letter-spacing: -0.36px;
    color: #000000;
}

.step-content p {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: -0.32px;
    color: rgba(0, 0, 0, 0.75);
}

.testimonial-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 93px 0px;
    gap: 59px;
    width: 100%;
    height: 665px;
}

.testimonial-section .title {
    width: 454px;
    height: 84px;
    font-weight: 500;
    font-size: 35px;
    line-height: 42px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #1a2129;
}

.testimonials {
    background: url("./images/test.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

/* Testimonial Cards */
.cards-wrapper {
    display: flex;
    justify-content: center;
    gap: 0px;
    z-index: 5;
}

.card {
    background: #ffffff;
    padding: 24px;
    border-radius: 16px;
    border: none;
    width: 380px;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: scale(1.05) rotate(0deg) !important;
    z-index: 20;
}

.card-left {
    transform: rotate(-4deg) translateY(20px);
}

.card-center {
    transform: rotate(3deg) translateY(-10px);
}

.card-right {
    transform: rotate(-4deg) translateY(30px);
}

.card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    padding: 0px;
    background-color: transparent;
    border-bottom: none !important;
}

.card-header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.name {
    font-weight: 400;
    font-size: 19.7px;
    line-height: 30px;
    color: #1a2129;
}

.date {
    font-weight: 400;
    font-size: 13.7px;
    line-height: 21px;
    color: #79818b;
}

.card p {
    font-weight: 400;
    font-size: 17.2px;
    line-height: 27px;
    color: #1a2129;
}

.pricing-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0px;
    margin: auto;
    gap: 41px;
    width: 600px;
    height: auto;
}

.pricing-section .title {
    font-weight: 500;
    font-size: 35px;
    line-height: 42px;
    display: flex;
    align-items: center;
    color: #000000;
}

.detail {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 13px;
    align-items: center;
}

.detail .text {
    display: flex;
    gap: 11px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.detail .main {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: -0.32px;
    color: #000000;
}

.detail .sub {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: -0.24px;
    color: rgba(0, 0, 0, 0.6);
}

.pricing-section .highlight {
    padding: 7px 20px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: -0.32px;
    color: #000000;
    border-left: 4px solid #4d63fe;
}

.faq-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 6.75px;
    width: 648px;
    height: 80px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
}

.faq {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 18px 14px;
    width: 632.5px;
    height: 64.5px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    cursor: pointer;
}

.faq:hover {
    background: #f9fafb;
}

.faq .text {
    font-weight: 500;
    font-size: 16.9px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
}

.faq-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px;
    gap: 40.5px;
    width: 100%;
    height: auto;
    margin: auto;
}

.faq-section .title {
    font-weight: 500;
    font-size: 35px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
}

.faqs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 13.5px;
    width: 648px;
    max-width: 648px;
    height: auto;
}

.contact-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 19.25px 20.25px 20.25px;
    gap: 278.58px;
    width: auto;
    height: 86.13px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 999px;
}

.left .top {
    font-weight: 500;
    font-size: 16.9px;
    line-height: 24px;
    color: #000000;
}

.left .bottom {
    font-weight: 400;
    font-size: 13.5px;
    line-height: 20px;
    color: #000000;
}

.accordian {
    width: 100%;
}

.accordian.active {
    margin-bottom: 6px;
}

/* Answer animation */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 22px;
    font-size: 14.5px;
    line-height: 22px;
    color: #374151;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

/* Active state */
.accordian.active .faq-answer {
    max-height: 500px;
    padding: 12px 22px 18px;
}

/* Icon animation */
.faq img.icon {
    transition: transform 0.3s ease;
}

.accordian.active img.icon {
    transform: rotate(45deg);
}

.ellipse-bg {
    /* Your provided styles */
    position: absolute;
    width: 1922px;
    height: 1416px;
    left: calc(50% - 1922px / 2);
    bottom: -1071.33px;
    background: linear-gradient(
        90.67deg,
        rgba(77, 99, 254, 0.24) 24.73%,
        rgba(222, 77, 254, 0.24) 99.42%
    );
    filter: blur(227px);

    /* Ensure it stays behind the content */
    z-index: 0;
    pointer-events: none;
    /* Prevents the ellipse from blocking clicks on links */
}

.foot-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 250px;
    width: 100%;
    height: auto;
    bottom: 42.91px;
}

.copy {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: -0.24px;
    color: rgba(0, 0, 0, 0.6);
    width: 100%;
}

.foot-bar .nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0px;
    gap: 2px;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.foot-bar .nav a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: -0.32px;
    color: #000000;
    text-decoration: none;
    padding: 4px 8px;
}

/* Ensure content sits on top of the glow */
.get-section,
.foot-bar {
    position: relative;
    z-index: 1;
}

footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    /* background-color: #fff; */
    background: url('./images/footer.png');
    /* Or your preferred page background */
}

.get-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 30px;
    position: relative;
    margin: 105px auto;
    width: 600px;
    max-width: 600px;
    height: 410px;
    text-align: center;
}

.get-section .title {
    font-weight: 500;
    font-size: 38px;
    line-height: 46px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
}

.get-section .sub-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
    color: rgba(0, 0, 0, 0.75);
}

.btn-purple {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 36px;
    width: auto;
    height: 48px;
    background: #4d63fe;
    box-shadow: inset 0px 1px 0px 1px #988cff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.32px;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 1300px) {
    .intro-section img {
        width: 1200px;
    }

    .btn-purple {
        width: auto;
    }
}

@media (max-width: 1100px) {
    .intro-section img {
        width: 960px;
    }

    .feature-section .section {
        justify-content: space-between;
        gap: 20px;
        width: 100%;
        height: auto;
    }

    .feature-section img {
        width: 400px;
    }

    .foot-bar {
        padding: 0px 60px 43px 60px;
    }

    .access-container {
        background-size: contain;
        height: auto;
    }
}

@media (max-width: 800px) {
    .intro-section img {
        width: 600px;
    }

    .feature-section img {
        width: 400px;
    }

    .foot-bar {
        padding: 0px 60px 43px 60px;
    }

    .access-container {
        background-size: cover;
        height: auto;
        padding: 120px 0px;
    }

    .bg-cover {
        height: auto;
        width: 100%;
        background: url("./images/hero-cover.png") no-repeat center top;
        background-size: cover;
        display: flex;
        flex-direction: column;
    }

    .bg-cover::after {
        content: "";
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient(to bottom, transparent, #ffffff);
        pointer-events: none;
    }

    .hero {
        margin-top: 40px;
    }

    .access-container .wrapper {
        margin: auto;
        gap: 40px;
        width: 335px;
        height: auto;
    }

    .access-container::before,
    .access-container::after {
        height: auto;
    }

    .feature-section .section {
        justify-content: center;
        gap: 55px;
        width: 100%;
        height: auto;
        flex-direction: column-reverse;
        align-items: center;
    }

    .section .left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 0px;
        gap: 30px;
        width: auto;
        height: auto;
        text-align: left;
    }

    .feature-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 50px 16px;
        gap: 30px;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 600px) {
    header {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        gap: 10px;
        height: auto;
        background: linear-gradient(
            180deg,
            #0e1948 0%,
            rgba(14, 25, 72, 0) 71.87%
        );
    }

    /* .nav-items {
        display: none;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px;
        gap: 2px;
        width: auto;
        height: 36px;
        border-radius: 30px;
    } */

    .nav-items a {
        display: none;
    }

    .nav-items .btn-white {
        display: flex;
    }

    .hero-section {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 30px;
        gap: 30px;
        margin: auto;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        text-align: center;
    }

    .hero {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 30px;
        width: 100%;
        height: auto;
    }

    .hero-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 20px;
        width: 100%;
        height: auto;
    }

    .hero-text .title {
        width: 100%;
        height: auto;
        font-family: "Inter";
        font-style: normal;
        font-weight: 600;
        font-size: 44px;
        line-height: 48px;
        letter-spacing: -0.03em;
        color: #ffffff;
        text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.06),
            0px 0px 0px rgba(0, 0, 0, 0.15);
    }

    .hero-text .sub-title {
        width: 100%;
        height: auto;
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        /* color: rgb(17 27 77); */
    }

    .mockup-img {
        width: 100%;
        /* display: none; */
    }

    .intro-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px 10px;
        gap: 10px;
        width: 100%;
        height: auto;
    }

    .intro-section img{
        width: 100%;
    }

    .about-text {
        width: 100%;
        height: auto;
        font-weight: 500;
        font-size: 20px;
        line-height: 31px;
        text-align: center;
        letter-spacing: -0.03em;
        color: rgba(0, 0, 0, 0.75);
    }

    .about-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 80px 20px;
        gap: 10px;
        width: 100%;
        height: auto;
    }

    .access-container {
        padding: 80px 16px;
    }

    .access-container .wrapper {
        margin: auto;
        gap: 40px;
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .access-container .text,
    .access-container .title,
    .access-container .sub-title {
        align-items: center;
        justify-content: left;
        width: 100%;
        height: auto;
        text-align: left;
    }

    .access-container .note {
        width: 100%;
        height: auto;
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 15.2px;
        line-height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000000;
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
    }

    .step-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 30px;
        gap: 60px;
        width: 100%;
        height: auto;
        border-radius: 20px;
        margin: 110px auto 60px auto;
    }

    .step-section > * {
        width: 100%;
        height: auto;
    }

    .step-section .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0px;
        gap: 18.8px;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .step-section .note {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 20px;
        gap: 10px;
        text-align: center;
        width: 100%;
        height: auto;
        background: rgba(207, 213, 254, 0.3);
        border-radius: 18px;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        color: #4d63fe;
    }

    .step {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px;
        gap: 20px;
        width: 100%;
        height: auto;
    }

    /* Dotted vertical line */
.step:not(:last-child) .step-indicator::after {
    content: "";
    position: absolute;
    top: 40px; /* starts below number */
    left: 50%;
    transform: translateX(-50%);
    height: calc(100% + 40px); /* connects to next step */
    border-left: 2px dotted #ccc;
    display: none;
}

    .step-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px;
        gap: 4.8px;
        width: 100%;
        max-width: 100%;
        height: auto;
        text-align: center;
    }

    .pricing-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 80px 30px;
        margin: auto;
        gap: 41px;
        width: 100%;
        height: auto;
    }

    .pricing-section .title {
        font-weight: 500;
        font-size: 35px;
        line-height: 42px;
        display: flex;
        align-items: center;
        color: #000000;
        text-align: center;
    }

    .detail {
        display: flex;
        flex-direction: column;
        gap: 13px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .faq-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 80px 20px;
        gap: 40.5px;
        width: 100%;
        height: auto;
        margin: auto;
    }

    .faqs {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 13.5px;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .faq-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 6.75px;
        width: 100%;
        height: auto;
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 999px;
    }

    .faq {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 18px 14px;
        width: 100%;
        height: auto;
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 999px;
        cursor: pointer;
    }

    .contact-bar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 19.25px 20.25px 20.25px;
        gap: 10px;
        width: 100%;
        height: auto;
        background: #ffffff;
        border: 1px solid #e5e5e5;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
        border-radius: 30px;
        text-align: center;
    }

    footer {
        padding: 0px 20px;
    }

    .get-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px;
        gap: 30px;
        position: relative;
        margin: 105px auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        text-align: center;
    }

    .foot-bar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px !important;
        width: 100%;
        height: auto;
        bottom: 40px;
        text-align: center;
        gap: 20px;
    }

    .copy {
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        display: flex;
        align-items: center;
        letter-spacing: -0.24px;
        color: rgba(0, 0, 0, 0.6);
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .foot-bar .nav {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px;
        gap: 2px;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .testimonial-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px;
        gap: 50px;
        width: 100%;
        height: auto;
    }

    .testimonial-section .title {
        width: 100%;
        height: auto;
        font-weight: 500;
        font-size: 35px;
        line-height: 42px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #1a2129;
    }

    .cards-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0px;
        z-index: 5;
    }

    .card-right,
    .card-center,
    .card-left {
        transform: none;
    }
}

button,
a.btn-white,
a.btn-black,
a.btn-purple {
    transition: transform 0.25s ease, box-shadow 0.25s ease,
        background 0.25s ease, color 0.25s ease;
    will-change: transform;
}

.btn-purple:hover,
.early-launch button:hover {
    transform: translateY(-2px);
    box-shadow: 0px 12px 25px rgba(77, 99, 254, 0.35),
        inset 0px 1px 0px rgba(255, 255, 255, 0.25);
}

.btn-purple:active,
.early-launch button:active {
    transform: translateY(0);
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.15);
}

.btn-black:hover {
    transform: translateY(-2px);
    box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.25),
        0px 6px 12px rgba(0, 0, 0, 0.18);
}

.btn-black:active {
    transform: translateY(0);
}

.btn-white:hover {
    background: #f5f6ff !important;
    transform: translateY(-1px);
}

.step-indicator {
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.step:hover .step-indicator {
    background: #3b50ff;
    box-shadow: 0 0 0 6px rgba(77, 99, 254, 0.15);
    transform: scale(1.08);
}

.nav-items a {
    position: relative;
}

.nav-items a::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 0%;
    height: 2px;
    background: #ffffff;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-items a:hover::after {
    width: 60%;
}

.early-launch input {
    transition: border-color 0.25s ease, box-shadow 0.25s ease,
        transform 0.2s ease;
}

.early-launch input:focus {
    outline: none;
    border-color: #4d63fe;
    box-shadow: 0 0 0 4px rgba(77, 99, 254, 0.15);
    transform: translateY(-1px);
}
