html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    min-height: 100vh;
    background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
    color: white;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
}

.hero-content {
    max-width: 900px;
}

.small-text {
    font-size: 15px;
    letter-spacing: 4px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #00f5ff;
}

.hero h1 {
    font-size: 64px;
    line-height: 1.05;
    font-weight: 900;
    margin-bottom: 25px;
}

.hero h1 span {
    background: linear-gradient(90deg, #00f5ff, #8a2be2, #ff00cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.description {
    max-width: 650px;
    margin: 0 auto 35px;
    font-size: 19px;
    line-height: 1.7;
    color: #d6d6e7;
}

.cta-button {
    border: none;
    padding: 17px 35px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: linear-gradient(90deg, #00c6ff, #7b2ff7, #f000ff);
    cursor: pointer;
    box-shadow: 0 10px 35px rgba(123, 47, 247, 0.4);
    transition: 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 45px rgba(240, 0, 255, 0.5);
}
.hero {
    position: relative;
    overflow: hidden;
}

.hero::before,
.hero::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.35;
    z-index: 0;
}

.hero::before {
    background: #00f5ff;
    top: -120px;
    left: -100px;
}

.hero::after {
    background: #ff00cc;
    bottom: -120px;
    right: -100px;
}

.hero-content {
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {

    .pricing-card {
    padding: 45px 25px;
}

.pricing-card h2 {
    font-size: 30px;
}

.price {
    font-size: 65px;
}

.pricing-text {
    font-size: 15px;
}
    .pdf-container {
    grid-template-columns: 1fr;
    gap: 60px;
}

.pdf-cover {
    width: 280px;
    height: 390px;
}

.pdf-info h2 {
    font-size: 36px;
}

    .product-section h2 {
    font-size: 36px;
}

.features {
    grid-template-columns: 1fr;
}

.product-description {
    font-size: 16px;
}

    .hero {
        padding: 30px 20px;
    }

    .hero h1 {
        font-size: 42px;
        line-height: 1.1;
    }

    .small-text {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .description {
        font-size: 16px;
        line-height: 1.6;
    }

    .cta-button {
        padding: 15px 28px;
        font-size: 14px;
    }

    .hero::before,
    .hero::after {
        width: 250px;
        height: 250px;
    }
}
.product-section {
    padding: 100px 20px;
    text-align: center;
    position: relative;
}

.product-content {
    max-width: 1100px;
    margin: auto;
}

.section-label {
    color: #00f5ff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.product-section h2 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 25px;
}

.product-section h2 span {
    background: linear-gradient(90deg, #00f5ff, #8a2be2, #ff00cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-description {
    max-width: 650px;
    margin: 0 auto 50px;
    color: #cfcfe5;
    font-size: 18px;
    line-height: 1.7;
}

.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.feature-card {
    padding: 35px 25px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(15px);
    transition: 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 245, 255, 0.5);
    box-shadow: 0 20px 50px rgba(0, 245, 255, 0.12);
}

.feature-icon {
    font-size: 45px;
    margin-bottom: 20px;
}

.feature-card h3 {
    font-size: 21px;
    margin-bottom: 15px;
}

.feature-card p {
    color: #bdbdd0;
    line-height: 1.6;
    font-size: 15px;
}
.pdf-section {
    padding: 120px 20px;
    position: relative;
}

.pdf-container {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.pdf-preview {
    display: flex;
    justify-content: center;
    perspective: 1000px;
}

.pdf-cover {
    width: 320px;
    height: 440px;
    padding: 45px 30px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(145deg, #17142f, #30215c);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:
        20px 25px 60px rgba(0, 0, 0, 0.5),
        0 0 60px rgba(123, 47, 247, 0.25);
    transform: rotateY(-8deg) rotateX(3deg);
    transition: 0.4s ease;
}

.pdf-cover:hover {
    transform: rotateY(0deg) rotateX(0deg) translateY(-10px);
}

.pdf-glow {
    position: absolute;
    width: 180px;
    height: 180px;
    background: #00f5ff;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.2;
    top: -50px;
    right: -50px;
}

.cover-small {
    position: relative;
    font-size: 11px;
    letter-spacing: 3px;
    color: #00f5ff;
    font-weight: bold;
    margin-bottom: 45px;
}

.pdf-cover h2 {
    position: relative;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 10px;
}

.pdf-cover h3 {
    position: relative;
    font-size: 27px;
    line-height: 1.1;
    background: linear-gradient(90deg, #00f5ff, #ff00cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cover-line {
    width: 60px;
    height: 3px;
    margin: 35px auto;
    background: #00f5ff;
    border-radius: 10px;
}

.cover-bottom {
    position: relative;
    font-size: 12px;
    color: #bdbdd0;
}

.pdf-info .section-label {
    margin-bottom: 20px;
}

.pdf-info h2 {
    font-size: 45px;
    line-height: 1.1;
    margin-bottom: 25px;
}

.pdf-info h2 span {
    background: linear-gradient(90deg, #00f5ff, #8a2be2, #ff00cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pdf-info > p {
    color: #cfcfe5;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.pdf-points {
    display: grid;
    gap: 14px;
    margin-bottom: 35px;
    color: #e7e7f5;
}

.pdf-points div {
    padding: 12px 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}
/* =========================
   PRICING SECTION
========================= */

.pricing-section {
    padding: 120px 20px;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.pricing-card {
    width: 100%;
    max-width: 650px;
    padding: 60px 45px;
    text-align: center;
    border-radius: 30px;
    position: relative;

    background:
        linear-gradient(145deg,
        rgba(255,255,255,0.12),
        rgba(255,255,255,0.04));

    border: 1px solid rgba(255,255,255,0.2);

    backdrop-filter: blur(20px);

    box-shadow:
        0 30px 80px rgba(0,0,0,0.5),
        0 0 80px rgba(123,47,247,0.2);
}

.pricing-card::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: #ff00cc;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.15;
    top: -100px;
    left: -100px;
    z-index: -1;
}

.pricing-card::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: #00f5ff;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.15;
    bottom: -100px;
    right: -100px;
    z-index: -1;
}

.pricing-card h2 {
    font-size: 38px;
    margin-bottom: 18px;
}

.pricing-text {
    color: #cfcfe5;
    font-size: 17px;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto 25px;
}

.price {
    font-size: 80px;
    font-weight: 900;
    line-height: 1;
    margin: 25px 0 10px;

    background: linear-gradient(
        90deg,
        #00f5ff,
        #8a2be2,
        #ff00cc
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.price span {
    font-size: 42px;
    vertical-align: top;
}

.one-time {
    font-size: 12px;
    letter-spacing: 2px;
    color: #a9a9c2;
    margin-bottom: 30px;
}

.pricing-card .cta-button {
    font-size: 17px;
    padding: 18px 40px;
    box-shadow:
        0 10px 40px rgba(123,47,247,0.4);
}

.secure-text {
    margin-top: 25px;
    font-size: 13px;
    color: #9999b2;
}
/* =========================
   FAQ SECTION
========================= */

.faq-section {
    padding: 120px 20px;
    position: relative;
}

.faq-container {
    max-width: 850px;
    margin: auto;
    text-align: center;
}

.faq-container h2 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 55px;
}

.faq-container h2 span {
    background: linear-gradient(90deg, #00f5ff, #8a2be2, #ff00cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
}

.faq-item {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    overflow: hidden;
    transition: 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(0, 245, 255, 0.35);
    background: rgba(255, 255, 255, 0.07);
}

.faq-question {
    padding: 22px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq-question h3 {
    font-size: 17px;
    font-weight: 600;
}

.faq-question span {
    font-size: 28px;
    color: #00f5ff;
    font-weight: 300;
    transition: 0.3s ease;
}

.faq-answer {
    padding: 0 25px 22px;
    display: none;
}

.faq-answer p {
    color: #bdbdd0;
    line-height: 1.7;
    font-size: 15px;
}

/* FAQ mobile */

@media (max-width: 768px) {

    .faq-section {
        padding: 80px 20px;
    }

    .faq-container h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .faq-question {
        padding: 20px;
    }

    .faq-question h3 {
        font-size: 15px;
        padding-right: 15px;
    }

    .faq-answer {
        padding: 0 20px 20px;
    }

}
 /* =========================
    FOOTER
 ========================= */

.footer {
    padding: 70px 20px 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.18);
}

.footer-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.footer-brand h2 {
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.footer-brand h2 span {
    background: linear-gradient(90deg, #00f5ff, #8a2be2, #ff00cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-brand p {
    color: #9999b2;
    font-size: 14px;
    line-height: 1.6;
    max-width: 350px;
}

.footer-links {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-links a {
    color: #bdbdd0;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: #00f5ff;
}

.footer-bottom {
    max-width: 1100px;
    margin: 50px auto 0;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);

    display: flex;
    justify-content: space-between;
    gap: 20px;

    color: #77778f;
    font-size: 12px;
}

/* Footer mobile */

@media (max-width: 768px) {

    .footer {
        padding: 60px 20px 25px;
    }

    .footer-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-links {
        justify-content: flex-start;
        gap: 18px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 8px;
        margin-top: 40px;
    }

}
/* =========================
   NAVIGATION BAR
========================= */

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

    padding: 18px 20px;

    background: rgba(15, 12, 41, 0.65);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-container {
    max-width: 1200px;
    margin: auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}

.nav-logo {
    color: white;
    text-decoration: none;

    font-size: 20px;
    font-weight: 900;
    letter-spacing: 2px;
}

.nav-logo span {
    background: linear-gradient(
        90deg,
        #00f5ff,
        #8a2be2,
        #ff00cc
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-links a {
    color: #cfcfe5;
    text-decoration: none;

    font-size: 14px;
    font-weight: 500;

    transition: 0.3s ease;
}

.nav-links a:hover {
    color: #00f5ff;
}

.nav-button {
    border: none;

    padding: 11px 20px;
    border-radius: 30px;

    color: white;
    font-size: 13px;
    font-weight: bold;

    background: linear-gradient(
        90deg,
        #00c6ff,
        #7b2ff7,
        #f000ff
    );

    cursor: pointer;

    box-shadow: 0 8px 25px rgba(123, 47, 247, 0.3);

    transition: 0.3s ease;
}

.nav-button:hover {
    transform: translateY(-2px);

    box-shadow:
        0 12px 35px rgba(240, 0, 255, 0.4);
}


/* =========================
   NAVIGATION MOBILE
========================= */

@media (max-width: 768px) {

    .navbar {
        padding: 15px 15px;
    }

    .nav-container {
        gap: 15px;
    }

    .nav-logo {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .nav-links {
        display: none;
    }

    .nav-button {
        padding: 10px 15px;
        font-size: 11px;
    }

}
/* =========================
   HOW IT WORKS
========================= */

.steps-section {
    padding: 120px 20px;
    position: relative;
}

.steps-container {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

.steps-container h2 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.steps-container h2 span {
    background: linear-gradient(
        90deg,
        #00f5ff,
        #8a2be2,
        #ff00cc
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.steps-intro {
    max-width: 650px;
    margin: 0 auto 60px;

    color: #cfcfe5;
    font-size: 17px;
    line-height: 1.7;
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.step-card {
    position: relative;

    padding: 40px 28px;

    border-radius: 25px;

    background: rgba(255, 255, 255, 0.05);

    border: 1px solid rgba(255, 255, 255, 0.12);

    backdrop-filter: blur(15px);

    transition: 0.35s ease;
}

.step-card:hover {
    transform: translateY(-10px);

    border-color: rgba(0, 245, 255, 0.4);

    box-shadow:
        0 20px 50px rgba(0, 245, 255, 0.1);
}

.step-number {
    position: absolute;

    top: 18px;
    right: 22px;

    font-size: 13px;
    font-weight: bold;

    color: rgba(255, 255, 255, 0.25);

    letter-spacing: 2px;
}

.step-icon {
    width: 70px;
    height: 70px;

    margin: 0 auto 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 20px;

    font-size: 32px;

    background: linear-gradient(
        135deg,
        rgba(0, 245, 255, 0.12),
        rgba(138, 43, 226, 0.18)
    );

    border: 1px solid rgba(255, 255, 255, 0.1);
}

.step-card h3 {
    font-size: 21px;
    margin-bottom: 15px;
}

.step-card p {
    color: #bdbdd0;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================
   HOW IT WORKS MOBILE
========================= */

@media (max-width: 768px) {

    .steps-section {
        padding: 80px 20px;
    }

    .steps-container h2 {
        font-size: 36px;
    }

    .steps-intro {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .steps {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .step-card {
        padding: 35px 25px;
    }

}
/* =========================
   FINAL CTA
========================= */

.final-cta-section {
    padding: 130px 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.final-cta-section::before {
    content: "";
    position: absolute;

    width: 400px;
    height: 400px;

    background: #8a2be2;
    border-radius: 50%;

    filter: blur(130px);
    opacity: 0.18;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 0;
}

.final-cta-container {
    position: relative;
    z-index: 1;

    max-width: 800px;
    margin: auto;

    padding: 70px 40px;

    border-radius: 35px;

    background: rgba(255, 255, 255, 0.06);

    border: 1px solid rgba(255, 255, 255, 0.15);

    backdrop-filter: blur(20px);

    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.4);
}

.final-cta-container h2 {
    font-size: 52px;
    line-height: 1.1;
    margin-bottom: 25px;
}

.final-cta-container h2 span {
    background: linear-gradient(
        90deg,
        #00f5ff,
        #8a2be2,
        #ff00cc
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.final-cta-container > p:not(.section-label) {
    max-width: 600px;

    margin: 0 auto 35px;

    color: #cfcfe5;

    font-size: 17px;
    line-height: 1.7;
}

.final-trust {
    margin-top: 25px;

    color: #8888a5;

    font-size: 13px;
}


/* =========================
   FINAL CTA MOBILE
========================= */

@media (max-width: 768px) {

    .final-cta-section {
        padding: 80px 20px;
    }

    .final-cta-container {
        padding: 50px 25px;
        border-radius: 25px;
    }

    .final-cta-container h2 {
        font-size: 36px;
    }

    .final-cta-container > p:not(.section-label) {
        font-size: 15px;
    }

    .final-trust {
        line-height: 2;
    }

}
/* =========================
   VALUE STRIP
========================= */

.value-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;

    margin-bottom: 35px;
}

.value-strip > div {
    padding: 16px 10px;

    border-radius: 14px;

    background: rgba(255, 255, 255, 0.05);

    border: 1px solid rgba(255, 255, 255, 0.1);

    display: flex;
    flex-direction: column;
    gap: 5px;
}

.value-strip strong {
    font-size: 20px;

    background: linear-gradient(
        90deg,
        #00f5ff,
        #8a2be2
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.value-strip span {
    color: #9999b2;
    font-size: 11px;
}


/* =========================
   VALUE STRIP MOBILE
========================= */

@media (max-width: 768px) {

    .value-strip {
        gap: 8px;
    }

    .value-strip > div {
        padding: 14px 6px;
    }

    .value-strip strong {
        font-size: 17px;
    }

    .value-strip span {
        font-size: 9px;
    }

}