@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&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&display=swap');

:root {
    --primary-color: #040D12;
    --secondary-color: #183D3D;
    --tertiary-color: rgba(92, 131, 116, 0.5);
    --accent-color: #93B1A6;
    --white-color: #FFFFFF;
    --action-color: #00C49A;
    --font-inter: 'Inter', sans-serif;
    --font-exo2: 'Exo 2', sans-serif;
    --font-merriweather: 'Merriweather Sans', sans-serif;
    --font-poppins: 'Poppins', sans-serif;
    --font-hansans: "Black Han Sans", sans-serif;
    --font-raleway: 'Raleway', sans-serif;
    --font-nunito: 'Nunito', sans-serif;
    --font-roboto: 'Roboto', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow: hidden;
    height: 100%;
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

body {
    font-family: var(--font-inter);
    background-color: var(--primary-color);
    color: var(--white-color);
    line-height: 1.6;
    overflow: hidden;
    height: 100%;
}

body::selection {
    background: var(--secondary-color);
    color: var(--accent-color);
}

.scrollable-content::-webkit-scrollbar {
    width: 8px;
}

.scrollable-content::-webkit-scrollbar-track {
    background: var(--secondary-color);
    border-radius: 10px;
}

.scrollable-content::-webkit-scrollbar-thumb {
    background-color: var(--accent-color);
    border-radius: 10px;
    border: 2px solid var(--secondary-color);
}

.scrollable-content::-webkit-scrollbar-thumb:hover {
    background-color: #bde4c1;
}


.hero, .lifey-section, .features-section, .other-section {
    height: 100vh;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3rem;
}

.lifey-section {
    background: rgba(11, 28, 28, 0.51);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(24, 61, 61, 0.47);
    border-radius: 15px;
    padding: 4rem;
    min-height: calc(100vh - 8rem);
    height: calc(100vh - 8rem);
    margin: 4rem 3vw;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 0 2rem;
}

.lifey-section .section-title-container {
    grid-column: span 4 / span 4;
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.lifey-section .section-paragraph {
    align-self: end;
    grid-column: span 4 / span 4;
    grid-row: span 4 / span 4;
    grid-row-start: 2;
    max-width: 100% !important;
    min-width: 75% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    font: var(--font-roboto);
    font-weight: 500;
    font-size: 1.75vw;
    color: var(--white-color);
    line-height: 6.5vh;
    text-align: left;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    display: flex;
    align-items: flex-end;
}

.lifey-section .preorder-d {
    grid-column-start: 5;
    grid-row-start: 5;
    align-self: end;
    justify-self: end;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Features Section Styling */
.features-section {
    padding: 2rem;
    height: 125vh;
    width: 100%;
    margin: 2rem 0 4rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.features-container .glass {
    position: relative;
    width: 20vw;
    height: 20vw;
    background: linear-gradient(rgb(24, 61, 61, 0.3), transparent);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 25px rgba(24, 61, 61, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.5s transform, 0.5s margin; /* Added margin to transition */
    border-radius: 10px;
    margin: 0 -25px;
    backdrop-filter: blur(10px);
    transform: rotate(calc(var(--r) * 1deg));
    overflow: visible;
}

.features-container .glass img {
    object-fit: contain;
    margin-bottom: 2rem;
    width: 40%;
    height: 40%;
}

.features-container .glass::before {
    content: attr(data-text);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20%;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: var(--font-poppins);
    font-size: 1.25vw;
    font-weight: 500;
}

.features-container .glass::after {
    content: attr(data-description);
    position: absolute;
    top: 75%;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    color: #ccc;
    font-size: 1.15vw;
    opacity: 0;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    font-family: var(--font-poppins);
    pointer-events: none;
}

.features-section .section-title-container {
    width: 100%;
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    margin-bottom: 10vh;
    margin-left: 8vw;
}

.features-section .section-title-container h4 {
    font-family: var(--font-raleway);
    font-size: 3.5vw;
    font-weight: 900;
    color: var(--white-color);
    line-height: 1;
    user-select: none;
    text-align: left;
}

.features-container > div > img {
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.preorder-btn {
    cursor: pointer;
    font-size: 1rem;
    width: 9.75rem;
    aspect-ratio: 1/0.25;
    color: var(--white-color);
    background: var(--secondary-color);
    background-size: cover;
    background-blend-mode: overlay;
    border-radius: 0.5rem;
    border: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    font-family: var(--font-merriweather);
    font-weight: 600;
    text-decoration: none;
    padding: 0.8rem 1.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    /*gap: 0.5rem;*/
    user-select: none;
}

.preorder-btn:hover {
    transform: scale(1.04);
    box-shadow: 0 0 1em 0.45em rgba(0, 0, 0, 0.1);
    background: radial-gradient(circle at bottom, #151515 15%, var(--secondary-color) 70%);
    outline: 0;
}

.preorder-btn:active {
    transform: scale(0.98);
}

.icon-square {
    position: fixed;
    width: 75px;
    height: 75px;
    z-index: 10;
    rotate: 50deg;
    opacity: 0;
}

.icon-square img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-user-drag: none;
    user-drag: none;
    user-select: none;
}

.plan-icon {
    top: 25%;
    left: -100px;
    width: 60px;
    height: 60px;
    background-color: #a7c2b8;
    border-radius: 5px;
    transition: all 1.3s ease;
}

.book-icon {
    top: 78%;
    left: -100px;
    width: 70px;
    height: 70px;
    background-color: #a1dcc8;
    border-radius: 5px;
    rotate: -65deg;
    transition: all 1.1s ease-in-out;
}

.brain-icon {
    top: 52%;
    left: -100px;
    width: 70px;
    height: 70px;
    background-color: #597a70;
    border-radius: 5px;
    rotate: -32deg;
    transition: all 1.6s ease;
}

.pencil-icon {
    top: 86%;
    right: -100px;
    background-color: #183d3e;
    width: 55px;
    height: 55px;
    border-radius: 5px;
    rotate: -20deg;
    transition: all 1.5s ease-in-out;
}

.calendar-icon {
    top: 24%;
    right: -100px;
    background-color: #528888;
    border-radius: 5px;
    rotate: 20deg;
    transition: all 1.3s ease-out;
}

.statics-icon {
    top: 54%;
    right: -100px;
    background-color: #54a6a6;
    width: 65px;
    height: 65px;
    border-radius: 5px;
    rotate: 12deg;
    padding: 0.5rem;
    transition: all 0.9s ease-in-out;
}

.icon-square.enter-plan {
    left: 1.25rem;
    opacity: 1;
}

.icon-square.enter-pencil {
    right: 1rem;
    opacity: 1;
}

.icon-square.enter-book {
    left: 2rem;
    opacity: 1;
}

.icon-square.enter-brain {
    left: -0.6rem;
    opacity: 1;
}

.icon-square.enter-calendar {
    right: -0.5rem;
    opacity: 1;
}

.icon-square.enter-statics {
    right: 2rem;
    opacity: 1;
}

/* Footer Styles */
.footer {
    background: transparent;
    border-top: 1px solid rgba(147, 177, 166, 0.2);
    padding: 2rem 0 2rem 0; /* Negative margin to break out of scrollable-content padding */
    position: relative;
    overflow: hidden;
    width: 100%; /* Compensate for the negative margins */
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(24, 61, 61, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(24, 61, 29, 0.3) 0%, transparent 50%);
    pointer-events: none;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3rem;
    position: relative;
    z-index: 2;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer-logo {
    font-family: var(--font-exo2);
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(90deg, var(--accent-color), var(--secondary-color));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem;
}

.footer-description {
    font-family: var(--font-poppins);
    font-size: 1rem;
    line-height: 1.6;
    color: #b0b0b0;
    max-width: 350px;
}

.footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(147, 177, 166, 0.1);
    border: 1px solid rgba(147, 177, 166, 0.2);
    border-radius: 50%;
    color: var(--accent-color);
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}


.footer-column h4 {
    font-family: var(--font-merriweather);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 1.5rem;
    position: relative;
}

.footer-column h4::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--accent-color);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    font-family: var(--font-poppins);
    color: #b0b0b0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
}

.footer-links a:hover {
    color: var(--accent-color);
    padding-left: 5px;
}

.footer-links a::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 1px;
    background: var(--accent-color);
    transition: width 0.3s ease;
}

.footer-links a:hover::before {
    width: 5px;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.newsletter-input {
    padding: 12px 16px;
    background: rgba(24, 61, 61, 0.3);
    border: 1px solid rgba(147, 177, 166, 0.3);
    border-radius: 8px;
    color: var(--white-color);
    font-family: var(--font-poppins);
    font-size: 0.95rem;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 2px rgba(147, 177, 166, 0.2);
}

.newsletter-input::placeholder {
    color: #888;
}

.newsletter-btn {
    cursor: pointer;
    font-size: 1rem;
    aspect-ratio: 1/0.25;
    color: var(--white-color);
    background: var(--secondary-color);
    background-size: cover;
    background-blend-mode: overlay;
    border: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    font-family: var(--font-merriweather);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    user-select: none;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    height: 3rem;
}


.footer-bottom {
    border-top: 1px solid rgba(147, 177, 166, 0.2);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-copyright {
    font-family: var(--font-poppins);
    color: #888;
    font-size: 0.9rem;
}

.footer-legal {
    display: flex;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-legal a {
    font-family: var(--font-poppins);
    color: #888;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

@media (max-width: 450px) {
    .hero-title {
        font-size: calc(7vw + 3.5vh) !important;
    }

    .hero, .lifey-section, .features-section, .other-section {
        padding: 1.5vh 2vw;
    }

    .hero > h2 {
        font-size: 5vw;
        padding-top: 4vh !important;
    }

    .hero > p {
        font-size: 4vw;
        margin-top: 3vh !important;
        width: 100%;
    }

    .icon-square {
        display: none;
    }

    .lifey-section {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(6, 1fr);
        padding: 2vh 2vw;
        gap: 0;
    }

    .lifey-section .section-title-container {
        grid-column: span 3 / span 3;
        grid-row: span 2 / span 2;
        width: 100%;
        flex-direction: column;
        gap: 1.5vh;
        height: 100%;
        padding-top: 2.5vh;
        margin-bottom: 2vh;
    }

    .lifey-section .section-title-container h2 {
        font-size: 14vw;
        width: 100%;
    }

    .lifey-section .section-title-container h3 {
        font-size: 9vw;
        display: flex;
        justify-content: center;
        padding: 0 !important;
        width: 100%;
    }

    .lifey-section .section-paragraph {
        grid-column: span 3 / span 3;
        grid-row: span 3 / span 3;
        grid-row-start: 3;
        max-width: 100%;
        font-size: 4vw;
        text-align: center;
        line-height: 4vh;
    }

    .lifey-section .preorder-d {
        grid-column-start: 2;
        grid-row-start: 6;
        padding: 0 1.5vw;
    }

    .preorder-btn svg {
        width: 4vw;
        height: 4vw;
    }

    .features-section {
        height: fit-content;
        justify-content: center;
        margin-bottom: 8vh;
        margin-top: 15vh;
    }

    .features-section .section-title-container h4 {
        font-size: calc(2rem + 1vh);
    }

    .features-container .glass {
        position: relative;
        width: 75vw;
        height: 75vw;
        background: linear-gradient(rgb(24, 61, 61, 0.3), transparent);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 25px 25px rgba(24, 61, 61, 0.25);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: none;
        border-radius: 10px;
        /*margin: 0 -25px;*/
        margin-bottom: 25vh;
        backdrop-filter: blur(10px);
        transform: rotate(0deg);
        overflow: visible;
    }

    .features-container .glass img {
        object-fit: contain;
        margin-bottom: 2rem;
        width: 40%;
        height: 40%;
    }

    .features-container .glass::before {
        font-size: calc(3vh - 0.5rem);
    }

    .features-container .glass::after {
        content: attr(data-description);
        position: absolute;
        bottom: -60px;
        width: 100%;
        padding: 0 1vw;
        text-align: center;
        color: #ccc;
        font-size: 4.5vw;
        opacity: 1;
        transform: translateY(70%);
        transition: none;
        font-family: var(--font-poppins);
        pointer-events: none;
    }

    .editable {
        margin-bottom: 0;
    }

    .other-section {
        padding: 0 2vw;
        height: 75vh;
        margin-bottom: 10vh;
    }

    .other-section h2 {
        font-size: 12vw;
        margin-bottom: 4vh;
    }

    .other-section h3 {
        font-size: 10vw;
        margin-bottom: 6vh;
    }

    .other-section p {
        font-size: 5vw;
    }
}

@media (max-width: 850px) and (min-width: 451px) {
    .hero-title {
        font-size: calc(7vw + 3.5vh) !important;
    }

    .hero, .lifey-section, .features-section, .other-section {
        padding: 1.5vh 2vw;
    }

    .hero > h2 {
        font-size: 5vw;
        padding-top: 5vh !important;
    }

    .hero > p {
        font-size: 4vw;
        margin-top: 4vh !important;
        width: 100%;
        line-height: 4vh;
    }

    .icon-square {
        display: none;
    }

    .lifey-section {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(6, 1fr);
        padding: 2vh 2vw;
        gap: 0;
    }

    .lifey-section .section-title-container {
        grid-column: span 3 / span 3;
        grid-row: span 2 / span 2;
        width: 100%;
        flex-direction: column;
        gap: 1.5vh;
        height: 100%;
        padding-top: 2.5vh;
        margin-bottom: 2vh;
    }

    .lifey-section .section-title-container h2 {
        font-size: 14vw;
        width: 100%;
    }

    .lifey-section .section-title-container h3 {
        font-size: 9vw;
        display: flex;
        justify-content: center;
        padding: 0 !important;
        width: 100%;
    }

    .lifey-section .section-paragraph {
        grid-column: span 3 / span 3;
        grid-row: span 3 / span 3;
        grid-row-start: 3;
        max-width: 100%;
        font-size: 4vw;
        text-align: center;
        line-height: 4.25vh;
    }

    .lifey-section .preorder-d {
        grid-column-start: 2;
        grid-row-start: 6;
        padding: 0 1.5vw;
    }

    .preorder-btn {
        width: 100%;
        justify-content: center;
        font-size: 3vw;
        height: 7vh;
    }

    .preorder-btn svg {
        width: 3vw;
        height: 3vw;
    }

    .features-section {
        height: fit-content;
        justify-content: center;
        margin-bottom: 8vh;
        margin-top: 15vh;
    }

    .features-container .glass {
        position: relative;
        width: 65vw;
        height: 65vw;
        background: linear-gradient(rgb(24, 61, 61, 0.3), transparent);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 25px 25px rgba(24, 61, 61, 0.25);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: none;
        border-radius: 10px;
        margin-bottom: 42vh;
        backdrop-filter: blur(10px);
        transform: rotate(0deg);
        overflow: visible;
    }

    .features-section .section-title-container h4 {
        font-size: calc(4rem + 1vh);
    }

    .features-container .glass img {
        object-fit: contain;
        margin-bottom: 2rem;
        width: 40%;
        height: 40%;
    }

    .features-container .glass::before {
        content: attr(data-text);
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 20%;
        background: rgba(255, 255, 255, 0.05);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-family: var(--font-poppins);
        font-size: 4vw;
        font-weight: 500;
    }

    .features-container .glass::after {
        content: attr(data-description);
        position: absolute;
        bottom: -60px;
        width: 100%;
        padding: 0 2vw;
        text-align: center;
        color: #ccc;
        font-size: 4.5vw;
        opacity: 1;
        text-justify: inter-word;
        transform: translateY(75%);
        transition: none;
        font-family: var(--font-poppins);
        pointer-events: none;
    }

    .editable::after {
        margin-bottom: 0;
    }

    .other-section {
        padding: 0 2vw;
        height: 75vh;
        margin-bottom: 10vh;
    }

    .other-section h2 {
        font-size: 12vw;
        margin-bottom: 4vh;
    }

    .other-section h3 {
        font-size: 10vw;
        margin-bottom: 6vh;
    }

    .other-section p {
        font-size: 5vw;
    }
}

@media (min-height: 850px) and (max-height: 950px) and (max-width: 450px) {
    .lifey-section .section-paragraph {
        line-height: 4.75vh;
    }
}

@media (min-height: 800px) and (max-height: 850px) and (max-width: 450px) {
    .lifey-section .section-paragraph {
        line-height: 4.5vh;
    }
}

@media (max-width: 1024px) and (min-width: 851px) and (orientation: portrait) {

    .hero, .lifey-section, .features-section, .other-section {
        padding: 1.5vh 2vw;
    }

    .hero-title {
        font-size: calc(7vw + 3.5vh) !important;
    }

    .hero > h2 {
        font-size: 5vw;
        padding-top: 5vh !important;
    }

    .hero > p {
        font-size: 4vw;
        margin-top: 4vh !important;
        max-width: 100% !important;
        width: 100% !important;
        line-height: 4vh;
    }

    .icon-square {
        display: none;
    }

    .lifey-section {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(6, 1fr);
        padding: 2vh 2vw;
        gap: 0;
    }

    .lifey-section .section-title-container {
        grid-column: span 3 / span 3;
        grid-row: span 2 / span 2;
        width: 100%;
        flex-direction: column;
        gap: 1.5vh;
        height: 100%;
        padding-top: 2.5vh;
        margin-bottom: 2vh;
    }

    .lifey-section .section-title-container h2 {
        font-size: 14vw;
        width: 100%;
    }

    .lifey-section .section-title-container h3 {
        font-size: 9vw;
        display: flex;
        justify-content: center;
        padding: 0 !important;
        width: 100%;
    }

    .lifey-section .section-paragraph {
        grid-column: span 3 / span 3;
        grid-row: span 3 / span 3;
        grid-row-start: 3;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        font-size: 4vw;
        text-align: center;
        line-height: 1.5;
    }

    .lifey-section .preorder-d {
        grid-column-start: 2;
        grid-row-start: 6;
        padding: 0 1.5vw;
    }

    .preorder-btn {
        width: 100%;
        justify-content: center;
        font-size: 3vw;
        height: 7vh;
    }

    .preorder-btn svg {
        width: 3vw;
        height: 3vw;
    }

    .features-section {
        height: fit-content;
        justify-content: center;
        margin-bottom: 8vh;
        margin-top: 20vh;
    }

    .features-section .section-title-container h4 {
        font-size: 8vw;
    }

    .features-section .section-title-container h4 {
        font-size: calc(4rem + 1vh);
    }

    .features-container .glass {
        position: relative;
        width: 65vw;
        height: 65vw;
        background: linear-gradient(rgb(24, 61, 61, 0.3), transparent);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 25px 25px rgba(24, 61, 61, 0.25);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: none;
        border-radius: 10px;
        margin-bottom: 42vh;
        backdrop-filter: blur(10px);
        transform: rotate(0deg);
        overflow: visible;
    }

    .features-container .glass img {
        object-fit: contain;
        margin-bottom: 2rem;
        width: 40%;
        height: 40%;
    }

    .features-container .glass::before {
        content: attr(data-text);
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 20%;
        background: rgba(255, 255, 255, 0.05);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-family: var(--font-poppins);
        font-size: 4vw;
        font-weight: 500;
    }

    .features-container .glass::after {
        content: attr(data-description);
        position: absolute;
        bottom: -60px;
        width: 100%;
        padding: 0 2vw;
        text-align: center;
        color: #ccc;
        font-size: 4.5vw;
        opacity: 1;
        text-justify: inter-word;
        transform: translateY(80%);
        transition: none;
        font-family: var(--font-poppins);
        pointer-events: none;
    }

    .editable::after {
        margin-bottom: 0;
    }

    .other-section {
        padding: 0 2vw;
        height: 75vh;
        margin-bottom: 10vh;
    }

    .other-section h2 {
        font-size: 12vw;
        margin-bottom: 4vh;
    }

    .other-section h3 {
        font-size: 10vw;
        margin-bottom: 6vh;
    }

    .other-section p {
        font-size: 5vw;
        max-width: 100% !important;
    }
}

@media (min-width: 1025px) {
    .features-container .glass:hover::after {
        opacity: 1;
        transform: translateY(5rem);
    }

    .features-container:hover .glass {
        transform: rotate(0deg) scale(0.9);
        margin: 0 10px;
    }

    .features-container .glass:hover {
        transform: rotate(0deg) scale(1.2);
        z-index: 10;
    }
}

@media (min-width: 1025px) and (min-height: 800px) {
    .lifey-section {
        min-height: 650px;
        max-height: 1000px;
        height: auto;
    }

    .lifey-section p {
        line-height: 2 !important;
    }

    .navbar > nav > ul {
        font-size: 2.5vh;
    }

    .preorder-btn {
        width: 12rem;
        aspect-ratio: 1/0.35;
        font-size: 1.2rem;
    }

    .preorder-btn svg {
        width: 1.2rem;
        height: 1.2rem;
    }

    .features-container .glass::after {
        top: 82.5%;
    }
}