* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Anek Telugu", sans-serif;
}

body {
    background-color: rgba(19, 15, 23, 255);
    color: white;
}

#mobile {
    display: none;
}

section, div {
    border: none;
}

body > nav {
    background: transparent;
    max-height: 80px;
    width: 100%;
    position: absolute;
    z-index: 100;
}

.logo {
    width: 90px;
    margin-left: 30px;
    margin-top: 20px;
}

nav ul {
    float: right;
    margin-right: 30px;
    margin-top: 20px;
}

nav ul li {
    display: inline-block;
    line-height: 70px;
}

nav ul li a {
    color: lightgray;
    font-size: 17px;
    margin: 0px 13px;
    text-decoration: none;
    list-style: none;
    transition: 0.25s ease-in-out;
}

nav ul li a:hover {
    opacity: 0.6;
}

.checkbtn {
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 30px;
    margin-top: 15px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

.lock-scroll {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.hero {
    background-color: rgba(19, 15, 23, 255);
    min-height: 42vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 160px 50px 24px 50px;
}

.hero-content {
    max-width: 760px;
    text-align: center;
}

.hero-title {
    font-size: 55px;
    font-weight: 800;
    margin-bottom: 15px;
    color: white;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 28px;
    margin-top: -20px;
    font-weight: 400;
}

.hero-description {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    max-width: 640px;
    margin: 0 auto;
}

.pricing-section {
    padding: 8px 50px 88px;
}

.pricing-container {
    max-width: 960px;
    margin: 0 auto;
}

.billing-toggle-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.billing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 3px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.billing-toggle__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    font-weight: 700;
    padding: 11px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
    white-space: nowrap;
}

.billing-toggle__btn--active {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.billing-toggle__text {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-bottom: -3px;
}

.billing-toggle__save {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #c4a8dc;
    padding: 3px 7px;
    border-radius: 4px;
    background: rgba(160, 120, 196, 0.2);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 8px;
}

.pricing-grid--single {
    grid-template-columns: minmax(0, 1fr);
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-plan {
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.pricing-plan:hover {
    border-color: rgba(255, 255, 255, 0.18);
    transform: translateY(-3px);
}

.pricing-plan--featured {
    border-color: rgba(160, 120, 196, 0.45);
}

.pricing-plan--featured:hover {
    border-color: rgba(160, 120, 196, 0.65);
}

.pricing-plan__media {
    position: relative;
    overflow: hidden;
    line-height: 0;
    background: #b8a4cc;
}

.pricing-plan__media img {
    width: 100%;
    height: auto;
    display: block;
}

.pricing-plan--featured .pricing-plan__media {
    background: #a898c0;
}

.pricing-plan__media::after {
    content: none;
}

.pricing-plan__title-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 6px;
}

.pricing-plan__badge {
    display: inline-block;
    margin-top: 0;
    padding: 7px 8px 4px;
    border-radius: 4px;
    background: #ffffff;
    color: #130f17;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    flex-shrink: 0;
}

.pricing-plan__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 24px 24px 26px;
}

.pricing-plan__name {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 0;
}

.pricing-plan__tagline {
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 20px;
}

.pricing-plan__price-block {
    margin-top: 14px;
    margin-bottom: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pricing-plan__price-main {
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 10px;
}

.pricing-plan__price-unit {
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    margin-left: 0;
}

.pricing-plan__price-sub {
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.45);
    margin-top: -4px;
    margin-bottom: 0;
}

.pricing-plan__price-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

.pricing-plan__price-save,
.pricing-plan__price-limited {
    display: inline-block;
    margin: 0;
    padding: 8px 12px 5px;
    border-radius: 4px;
    background: #a078c4;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.pricing-plan__features {
    list-style: none;
    margin: 0 0 26px;
    padding: 0;
    flex: 1;
}

.pricing-plan__features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 11px;
    font-size: 15px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.78);
}

.pricing-plan__features li:last-child {
    margin-bottom: 0;
}

.pricing-plan__features i {
    flex-shrink: 0;
    color: #a078c4;
    margin-top: 4px;
    font-size: 12px;
}

.pricing-plan__cta-form {
    width: 100%;
    margin: 0;
}

.pricing-plan__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 52px;
    padding: 4px 16px 0;
    border-radius: 7px;
    background: #ffffff;
    color: #130f17;
    border: none;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}

.pricing-plan__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
    background: #f5f5f5;
}

.pricing-plan__cta span {
    padding-top: 3px;
}

.pricing-plan__cta i {
    font-size: 14px;
    position: relative;
    top: -1px;
    transition: transform 0.2s ease;
}

.pricing-plan__cta:hover i {
    transform: translateX(3px);
}

.pricing-plan--featured .pricing-plan__cta {
    background: #a078c4;
    color: #ffffff;
    box-shadow: 0 8px 28px rgba(160, 120, 196, 0.45);
}

.pricing-plan--featured .pricing-plan__cta:hover {
    background: #b088d4;
    box-shadow: 0 12px 34px rgba(160, 120, 196, 0.55);
}

.plans-notes {
    max-width: 760px;
    margin: 40px auto 0;
    text-align: center;
}

.plans-notes p {
    font-size: 15px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
}

.plans-notes p + p {
    margin-top: 2px;
}

.plans-notes a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: underline;
}

.plans-notes a:hover {
    color: white;
}

.coming-soon {
    background-color: rgba(19, 15, 23, 255);
    padding: 0px 50px 100px 50px;
}

.coming-soon-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.coming-soon-title {
    font-size: 40px;
    font-weight: 800;
    color: white;
    margin-bottom: 5px;
}

.coming-soon-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
    margin-top: -15px;
    text-align: center;
}

.coming-soon-description {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    max-width: 650px;
}

.join-waitlist-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 30%;
    height: 45px;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border-radius: 7px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.25s ease-in-out;
    padding-top: 7px;
}

.join-waitlist-button:hover {
    background: rgba(255, 255, 255, 0.4);
}

.join-waitlist-button i {
    font-size: 14px;
    position: relative;
    top: -3.5px;
}

@media (max-width: 858px) {
    .checkbtn {
        display: block;
    }

    #mobile {
        display: block;
    }

    ul {
        position: fixed;
        width: 100%;
        height: 110%;
        background: rgba(53, 41, 64, 1);
        top: -30px;
        margin: 0;
        left: -100%;
        text-align: center;
        transition: all 0.25s;
    }

    nav ul li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }

    nav ul li a {
        font-size: 20px;
    }

    #check:checked ~ ul {
        left: 0;
    }

    .hero {
        padding: 140px 24px 16px;
        min-height: auto;
    }

    .hero-title {
        font-size: 38px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-description {
        font-size: 16px;
    }

    .pricing-section {
        padding: 8px 24px 56px;
    }

    .billing-toggle-wrap {
        margin-bottom: 28px;
    }

    .billing-toggle {
        flex-wrap: wrap;
        justify-content: center;
    }

    .billing-toggle__btn {
        font-size: 14px;
        padding: 12px 14px 8px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .pricing-plan__price-main {
        font-size: 36px;
    }

    .pricing-plan__body {
        padding: 20px 18px 22px;
    }

    .coming-soon {
        padding: 0px 30px 80px 30px;
    }

    .coming-soon-title {
        font-size: 32px;
    }

    .coming-soon-subtitle {
        font-size: 16px;
    }

    .join-waitlist-button {
        margin: 0 auto;
        width: 70%;
    }
}
