.navbar-navbar {
    width: 100%;
    display: flex;
    z-index: 1000;
    position: relative;
    max-width: 1200px;
    align-self: auto;
    align-items: center;
    flex-shrink: 1;
    padding-top: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-fiveunits);
}

.navbar-navlink {
    display: contents;
}

.navbar-branding-logo {
    width: auto;
    height: 60px;
    box-sizing: content-box;
    transition: 0.3s;
    border-radius: var(--dl-radius-radius-radius8);
    text-decoration: none;
}

.navbar-branding-logo:hover {
    box-shadow: 0px 0px 10px 1px #80ff44;
}

.navbar-nav-content {
    gap: var(--dl-space-space-threeunits);
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-direction: row;
    justify-content: flex-start;
}

.navbar-nav-links {
    gap: var(--dl-space-space-threeunits);
    display: flex;
    align-items: flex-start;
    border-color: transparent;
}

.navbar-link {
    text-decoration: none;
}

.navbar-link1 {
    text-decoration: none;
}

.navbar-link2 {
    text-decoration: none;
}

.navbar-link3 {
    text-decoration: none;
}

.navbar-get-started {
    background-color: #2a2a2a;
}

.navbar-text {
    color: rgb(255, 255, 255);
    align-self: auto;
    font-style: Medium;
    text-align: left;
    font-family: "Poppins";
    font-weight: 500;
    font-stretch: normal;
    text-decoration: none;
}

.navbar-hamburger {
    display: none;
}

.navbar-image {
    width: 100px;
    object-fit: cover;
}

.navbar-mobile-menu {
    gap: var(--dl-space-space-twounits);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    padding: var(--dl-space-space-twounits);
    z-index: 100;
    position: fixed;
    transform: translateX(100%);
    transition: 0.3s;
    align-items: stretch;
    flex-direction: column;
    background-color: #000000;
}

.navbar-container {
    width: 320px;
    height: 361px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.navbar-branding {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.navbar-navlink1 {
    display: contents;
}

.navbar-image1 {
    width: auto;
    height: 60px;
    object-fit: cover;
    border-radius: var(--dl-radius-radius-radius4);
    text-decoration: none;
}

.navbar-container1 {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.navbar-icon {
    fill: #ffffff;
    width: 24px;
    height: 24px;
}

.navbar-nav-links1 {
    gap: var(--dl-space-space-unit);
    color: var(--dl-color-gray-black);
    display: flex;
    margin-top: var(--dl-space-space-unit);
    flex-direction: column;
}

.navbar-link4 {
    text-decoration: none;
}

.navbar-link5 {
    text-decoration: none;
}

.navbar-link6 {
    text-decoration: none;
}

.navbar-link7 {
    text-decoration: none;
}

.navbar-get-started1 {
    margin-top: var(--dl-space-space-unit);
    background-color: #80FF44;
}

.navbar-text1 {
    color: #000000;
    align-self: auto;
    font-style: Medium;
    text-align: left;
    font-family: Poppins;
    font-weight: 500;
    font-stretch: normal;
    text-decoration: none;
}

.navbar-container3 {
    display: contents;
}

@media(max-width: 1600px) {
    .navbar-branding-logo {
        width: auto;
        height: var(--dl-size-size-small);
    }

    .navbar-mobile-menu {
        width: 100vw;
    }

    .navbar-link5 {
        text-decoration: none;
    }

    .navbar-link7 {
        text-decoration: none;
    }
}

@media(max-width: 1200px) {
    .navbar-navbar {
        padding-left: var(--dl-space-space-unit);
        padding-right: var(--dl-space-space-unit);
    }

    .navbar-link {
        text-decoration: none;
    }

    .navbar-mobile-menu {
        width: 100vw;
    }
}

@media(max-width: 991px) {
    .navbar-navbar {
        padding-left: var(--dl-space-space-oneandhalfunits);
        padding-right: var(--dl-space-space-oneandhalfunits);
    }

    .navbar-mobile-menu {
        width: 100vw;
    }
}

@media(max-width: 767px) {
    .navbar-navbar {
        padding-bottom: var(--dl-space-space-fourunits);
    }

    .navbar-branding-logo {
        width: var(--dl-size-size-small);
    }

    .navbar-nav-links {
        display: none;
    }

    .navbar-get-started {
        display: none;
    }

    .navbar-hamburger {
        display: flex;
        padding-left: var(--dl-space-space-unit);
        padding-right: var(--dl-space-space-unit);
    }

    .navbar-image {
        width: 16px;
        height: 14px;
    }

    .navbar-mobile-menu {
        width: 100vw;
        margin-right: 0px;
    }

    .navbar-branding {
        width: 100%;
    }

    .navbar-nav-links1 {
        margin-top: var(--dl-space-space-twounits);
        align-items: flex-start;
        margin-bottom: var(--dl-space-space-twounits);
        justify-content: center;
    }

    .navbar-link4 {
        color: #ffffff;
    }

    .navbar-link5 {
        color: #ffffff;
    }

    .navbar-link6 {
        color: #ffffff;
    }

    .navbar-link7 {
        color: #ffffff;
    }
}

@media(max-width: 479px) {
    .navbar-mobile-menu {
        width: 100vw;
    }

    .navbar-link4 {
        color: #ffffff;
    }

    .navbar-link5 {
        color: #ffffff;
    }

    .navbar-link6 {
        color: #ffffff;
    }

    .navbar-link7 {
        color: #ffffff;
    }
}

/* Footer styles (shared) */
.footer-footer {
    gap: var(--dl-space-space-fiveunits);
    flex: 1;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    padding-top: 120px;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-threeunits);
    justify-content: center;
}

.footer-content {
    width: 100%;
    display: flex;
    max-width: 1200px;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}

.footer-main-content {
    gap: var(--dl-space-space-fiveunits);
    flex: 1;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-content1 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
}

.footer-main {
    gap: var(--dl-space-space-threeunits);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.footer-header {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.footer-navlink {
    display: contents;
}

.footer-branding {
    width: 120px;
    object-fit: cover;
    border-radius: var(--dl-radius-radius-radius8);
    text-decoration: none;
}

.footer-text {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 14px;
    max-width: 260px;
    font-family: "Poppins";
    line-height: 21px;
}

.footer-socials {
    gap: var(--dl-space-space-unit);
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
}

.footer-link {
    display: contents;
}

.footer-categories {
    gap: var(--dl-space-space-fourunits);
    width: 490px;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
}

.footer-category {
    gap: var(--dl-space-space-unit);
    width: 664px;
    display: flex;
    max-width: 260px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.footer-header1 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.footer-links {
    gap: var(--dl-space-space-unit);
    width: 258px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-text02 {
    text-decoration: none;
}

.footer-text05 {
    text-decoration: none;
}

.footer-copyright {
    gap: var(--dl-space-space-fiveunits);
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.footer-text08 {
    color: rgb(196, 196, 196);
    width: 100%;
    font-size: 14px;
    font-family: "Poppins";
    line-height: 21px;
}

.footer-subscribe {
    gap: var(--dl-space-space-unit);
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-main1 {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-heading {
    color: rgb(255, 255, 255);
    font-size: 20px;
    max-width: 275px;
    font-style: normal;
    text-align: left;
    font-weight: 500;
    line-height: 30px;
}

.footer-input-field {
    gap: var(--dl-space-space-oneandhalfunits);
    height: 62px;
    display: flex;
    padding: var(--dl-space-space-halfunit);
    align-items: center;
    border-radius: 50px;
    flex-direction: row;
    justify-content: center;
    background-color: #292929;
}

.footer-textinput {
    flex: 1;
    color: #ffffff;
    height: 24px;
    line-height: 24px;
    padding-left: var(--dl-space-space-oneandhalfunits);
    outline-style: none;
    background-color: rgba(217, 217, 217, 0);
}

.footer-buy {
    display: flex;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-unit);
    background-color: #80FF44;
}

.footer-text09 {
    color: rgb(12, 16, 12);
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-family: "Poppins";
    font-weight: 500;
    line-height: 24px;
}

.footer-notice {
    color: #686868;
    font-size: 14px;
    max-width: 400px;
    font-style: normal;
    text-align: left;
    font-weight: 400;
    line-height: 21px;
}

.footer-copyright1 {
    gap: var(--dl-space-space-fiveunits);
    flex: 1;
    width: 100%;
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.footer-text12 {
    color: #C4C4C4;
    width: 100%;
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
}

.footer-root-class-name1,
.footer-root-class-name4,
.footer-root-class-name5,
.footer-root-class-name6,
.footer-root-class-name7,
.footer-root-class-name8 {
    background-color: #000000;
}

@media(max-width: 991px) {
    .footer-content {
        gap: var(--dl-space-space-threeunits);
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }

    .footer-copyright {
        display: none;
    }

    .footer-copyright1 {
        display: flex;
    }
}

@media(max-width: 767px) {
    .footer-content1 {
        gap: var(--dl-space-space-threeunits);
        flex-direction: column;
    }

    .footer-main {
        gap: var(--dl-space-space-twounits);
    }

    .footer-categories {
        gap: var(--dl-space-space-twounits);
        flex-direction: column;
    }

    .footer-buy {
        height: 48px;
        justify-content: center;
    }

    .footer-text09 {
        color: rgb(12, 16, 12);
        font-size: 16px;
        font-style: normal;
        font-family: Poppins;
        font-weight: 500;
        line-height: 24px;
    }
}

@media(max-width: 479px) {
    .footer-footer {
        height: auto;
        margin-top: 100px;
    }

    .footer-text {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-family: Poppins;
        line-height: 21px;
    }

    .footer-categories {
        width: 100%;
    }

    .footer-category {
        width: 100%;
        max-width: 100%;
        margin-right: 0px;
    }

    .footer-links {
        width: 100%;
    }

    .footer-main1 {
        width: 100%;
    }

    .footer-input-field {
        width: 100%;
        max-width: 291px;
        height: 57px;
    }

    .footer-textinput {
        flex: 1;
        width: 100%;
        height: 44px;
    }

    .footer-buy {
        height: 49px;
        justify-content: center;
    }

    .footer-text09 {
        color: rgb(12, 16, 12);
        font-size: 24px;
        font-style: normal;
        font-family: Inter;
        font-weight: 700;
        line-height: 24px;
    }
}

/* Delete Account Page */
.delete-account-container {
    width: 100%;
    display: flex;
    overflow: auto;
    min-height: 100vh;
    overflow-x: hidden;
    align-items: center;
    flex-direction: column;
    background-color: #000000;
}

.delete-account-section {
    width: 100%;
    display: flex;
    padding: 0 var(--dl-space-space-oneandhalfunits);
    align-items: center;
    flex-direction: column;
    padding-bottom: 80px;
}

.delete-account-content {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.delete-account-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.delete-account-title {
    color: #ffffff;
    font-size: 48px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.2;
}

.delete-account-subtitle {
    color: #c4c4c4;
    font-size: 18px;
    font-family: Poppins;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.delete-account-card {
    background: linear-gradient(145deg, #1a1a1a, #111111);
    border: 1px solid #2a2a2a;
    border-radius: 20px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.delete-account-step {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 24px 0;
}

.delete-account-step-number {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #80FF44;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    font-family: Poppins;
    border-radius: 50%;
}

.delete-account-step-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.delete-account-step-title {
    color: #ffffff;
    font-size: 22px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 1.3;
}

.delete-account-step-description {
    color: #c4c4c4;
    font-size: 16px;
    font-family: Poppins;
    line-height: 1.6;
}

.delete-account-email-link {
    color: #80FF44;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
}

.delete-account-email-link:hover {
    color: #66cc33;
    text-decoration: underline;
}

.delete-account-list {
    color: #c4c4c4;
    font-size: 16px;
    font-family: Poppins;
    line-height: 1.8;
    padding-left: 20px;
    list-style-type: disc;
}

.delete-account-list li {
    margin-bottom: 4px;
}

.delete-account-list strong {
    color: #ffffff;
}

.delete-account-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #2a2a2a, transparent);
}

.delete-account-notice {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background-color: rgba(128, 255, 68, 0.08);
    border: 1px solid rgba(128, 255, 68, 0.2);
    border-radius: 16px;
    padding: 24px;
}

.delete-account-notice-icon {
    min-width: 28px;
    padding-top: 2px;
}

.delete-account-icon {
    fill: #80FF44;
    width: 28px;
    height: 28px;
}

.delete-account-notice-text p {
    color: #c4c4c4;
    font-size: 15px;
    font-family: Poppins;
    line-height: 1.6;
}

.delete-account-notice-text strong {
    color: #ffffff;
}

.delete-account-cta {
    display: flex;
    justify-content: center;
}

.delete-account-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    background-color: #80FF44;
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}

.delete-account-button:hover {
    background-color: #66cc33;
    box-shadow: 0 0 20px rgba(128, 255, 68, 0.3);
    transform: translateY(-2px);
}

/* Responsive */
@media(max-width: 767px) {
    .delete-account-title {
        font-size: 32px;
    }

    .delete-account-subtitle {
        font-size: 16px;
    }

    .delete-account-card {
        padding: 24px;
    }

    .delete-account-step {
        flex-direction: column;
        gap: 16px;
    }

    .delete-account-step-number {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 18px;
    }
}

@media(max-width: 479px) {
    .delete-account-content {
        gap: 32px;
    }

    .delete-account-title {
        font-size: 28px;
    }

    .delete-account-card {
        padding: 20px;
    }

    .delete-account-button {
        width: 100%;
        text-align: center;
    }

    .delete-account-notice {
        flex-direction: column;
    }
}