/* ===========================================================
   NOTAKITA PRICING PAGE
   Only Pricing Specific Style
=========================================================== */

.pricing-page{

    background:#f8fbff;
    overflow:hidden;
    padding: 0 10px;

}


/* ===========================================================
   HERO
=========================================================== */

.pricing-hero{

    position:relative;
    padding:60px 0 40px;
    background:
    linear-gradient(
        135deg,
        #edf5ff 0%,
        #ffffff 45%,
        #eef6ff 100%
    );
    border: 1px solid #d6d6d6;
}

.bt-head {
    margin-bottom: 15px;
}
span.bt {
    padding: 8px;
    background: #eff6ff;
    border-radius: 15px;
    font-size: 35px;
    margin: 8px;
}
span.bt-title {
    font-size: 25px;
    font-weight: bold;
    border-bottom: 7px solid #92afff;
    padding: 0 6px;
    color: black;
}

.why-desc {
    color: #890505;
    font-size:20px;
}
.nadia-card {
    background: linear-gradient(4deg, #ffffff, #90a9ff);
    border-radius: 30px;
    padding: 20px;
    border: 3px solid #d6e1fc;
    transition: .35s;
    box-shadow: 0 12px 30px rgb(53 91 180 / 45%);
    font-size: 18px;
    text-align: center;
    color:black;
}

.bt {
    font-size: 55px;
}

.bt-title {
    font-size: 25px;
    font-weight: bold;
}



.pricing-hero::before{

    content:"";

    position:absolute;

    width:380px;

    height:380px;

    border-radius:50%;

    top:-120px;

    right:-140px;

    background:

    radial-gradient(

        rgba(59,130,246,.18),

        transparent 70%

    );

}

.pricing-hero::after{

    content:"";

    position:absolute;

    width:260px;

    height:260px;

    border-radius:50%;

    bottom:-90px;

    left:-90px;

    background:

    radial-gradient(

        rgba(139,92,246,.15),

        transparent 70%

    );

}
a.button {
    background: linear-gradient(8deg, #33c500 0%, #e6ffde 45%, #85ff9c 100%);
    padding: 14px 25px;
    border-radius: 20px;
    color: black;
    font-weight: bold;
    font-size: 17px;
}

a.button.btn-light {
    background: linear-gradient(6deg, #f29a00 0%, #fffaf2 45%, #ffefb4 100%);
    padding: 14px 28px;
    border-radius: 20px;
    color: black;
    font-weight: bold;
    font-size: 18px;
}

.pricing-hero .container{

    position:relative;

    z-index:2;

    text-align:center;

}

.hero-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 20px;

    border-radius:999px;

    background:#ffffff;

    color:#2563eb;

    font-weight:700;

    font-size:1.2rem;

    border:1px solid rgba(37,99,235,.15);

    box-shadow:

        0 10px 30px rgba(37,99,235,.08);

    margin-bottom:28px;

}

.pricing-hero h1{

    margin:auto;

    font-size:clamp(2rem,5vw,4rem);

    line-height:1.15;

    font-weight:800;

    color:#0f172a;

}

.hero-description{

    max-width:760px;

    margin:8px auto;

    font-size:1.5rem;

    line-height:1.9;

    color:#475569;

}

.hero-action{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:18px;

    margin-top:42px;

    flex-wrap:wrap;

}

/* ===========================================================
   SECTION
=========================================================== */

.why-membership{

    padding:30px 0;

}

.pricing-section{

    padding:30px 0;

}

.nadia-included{

    padding:30px 0;

}

/* ===========================================================
   SECTION HEADER
=========================================================== */

.section-header{

    max-width:760px;

    margin:0 auto 40px;

    text-align:center;

}

.section-header span {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    background: #e4f0ff;
    color: #ff8108;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.section-header h2{


    line-height:1.25;

    color:#0f172a;

    margin-bottom:20px;

}

.section-header p{

    color:#64748b;

    line-height:1.9;

    font-size:1rem;

}

/* ===========================================================
   BENEFIT GRID
=========================================================== */

.benefit-grid{

    display:grid;

    grid-template-columns:

        repeat(auto-fit,minmax(260px,1fr));

    gap:28px;

}

.benefit-card{

    background:#ffffff;

    border-radius:24px;

    padding:36px;

    border:1px solid #e5e7eb;

    transition:.35s;

    box-shadow:

        0 12px 30px rgba(15,23,42,.05);

}

.benefit-card:hover{

    transform:translateY(-8px);

    box-shadow:

        0 24px 45px rgba(15,23,42,.10);

}


.benefit-card h3{

    font-size:1.35rem;

    margin-bottom:14px;

    color:#0f172a;

}

.benefit-card p{

    line-height:1.8;

    color:#64748b;

}
/* ===========================================================
   PRICING GRID
=========================================================== */

.pricing-grid{

    display:grid;

    grid-template-columns:
        repeat(auto-fit,minmax(290px,1fr));

    gap:25px;

    align-items:stretch;

}

/* ===========================================================
   PRICING CARD
=========================================================== */

.pricing-card{

    position:relative;

    background:#ffffff;

    border:1px solid #e5e7eb;

    border-radius:28px;

    padding:25px;

    display:flex;

    flex-direction:column;

    transition:all .35s ease;

    overflow:hidden;

    box-shadow:
        0 15px 35px rgba(15,23,42,.05);

}

.pricing-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:#3b82f6;

    opacity:.15;

}

.pricing-card:hover{

    transform:translateY(-10px);

    border-color:#bfdbfe;

    box-shadow:
        0 25px 60px rgba(37,99,235,.12);

}

/* ===========================================================
   POPULAR
=========================================================== */

.pricing-card.popular {
    border: 2px solid #2563eb;
    transform: scale(1.02);
    background: linear-gradient(217deg, #ffe9c2, #fcfbff, #d4fffd);
}

.pricing-card.popular::before{

    opacity:1;

}

.popular-badge{

    position:absolute;

    top:20px;

    right:-36px;

    background:#2563eb;

    color:#fff;

    padding:8px 46px;

    font-size:.75rem;

    font-weight:700;

    transform:rotate(35deg);

    letter-spacing:.5px;

    box-shadow:
        0 10px 20px rgba(37,99,235,.30);

}

/* ===========================================================
   PREMIUM
=========================================================== */

.pricing-card.premium {
    background: #f8fff6;
    border: 1px solid #ffa4a4;
}
a.button.btn-purple.full-width {
    border: 1px solid #9a9ae3;
    background: #f6f6ff;
    color: #ff0e4f;
}
.pricing-card.enterprise {
    background: linear-gradient(180deg, #f6ffb5, #ffe4ea, #98c2ff);
}

/* ===========================================================
   LABEL
=========================================================== */

.plan-label{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    width:max-content;

    padding:8px 16px;

    border-radius:999px;

    background:#eff6ff;

    color:#2563eb;

    font-size:.82rem;

    font-weight:700;

    margin-bottom:20px;

}

.premium .plan-label {
    background: #ffeaad;
    color: #7c3aed;
}}

.enterprise .plan-label{

    background:#dcfce7;

    color:#15803d;

}

/* ===========================================================
   TITLE
=========================================================== */

.pricing-card h3{

    font-size:2rem;

    font-weight:700;

    color:#0f172a;

    margin-bottom:12px;

}

/* ===========================================================
   PRICE
=========================================================== */

.price{

    margin-bottom:18px;

    font-size:2.2rem;

    font-weight:800;

    color:#111827;

    line-height:1;

}

.price small{

    font-size:1rem;

    color:#64748b;

    font-weight:500;

    margin-left:6px;

}

/* ===========================================================
   DESCRIPTION
=========================================================== */

.plan-description{

    color:#64748b;

    line-height:1.8;

    margin-bottom:28px;

}

/* ===========================================================
   FEATURE LIST
=========================================================== */

.feature-list{

    list-style:none;

    padding:0;

    margin:0 0 34px;

    flex:1;

}

.feature-list li{

    display:flex;

    align-items:center;

    gap:10px;

    padding:11px 0;

    color:#334155;

    border-bottom:1px solid #f1f5f9;

    font-size:.96rem;

}

.feature-list li:last-child{

    border-bottom:none;

}

/* ===========================================================
   BUTTON
=========================================================== */

.full-width{

    width:100%;

    text-align:center;

}

/* ===========================================================
   JOURNEY
=========================================================== */

.journey-section {
    padding: 30px 0;
    background: #f2fbff;
}

.journey-flow{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:22px;

    flex-wrap:wrap;

}

.journey-step{

    flex:1;

    min-width:180px;

    max-width:220px;

    background:#ffffff;

    border:1px solid #e5e7eb;

    border-radius:24px;

    padding:15px;

    text-align:center;

    transition:.35s;

    box-shadow:
        0 12px 30px rgba(15,23,42,.05);

}

.journey-step:hover{

    transform:translateY(-8px);

    box-shadow:
        0 20px 45px rgba(15,23,42,.10);

}

.journey-icon{

    width:78px;

    height:78px;

    margin:0 auto 18px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#eff6ff;

    font-size:36px;

}

.journey-step h4{

    margin-bottom:12px;

    color:#0f172a;

}

.journey-step p{

    color:#64748b;

    line-height:1.8;

}

.journey-arrow{

    font-size:2rem;

    color:#94a3b8;

    font-weight:bold;

}

/* ===========================================================
   BADGE
=========================================================== */

.badge-section{

    padding:50px 0;

    background:#f8fbff;

}

.badge-grid{

    display:grid;

    grid-template-columns:
        repeat(auto-fit,minmax(220px,1fr));

    gap:28px;

}

.badge-card{

    background:#ffffff;

    border-radius:26px;

    border:1px solid #e5e7eb;

    padding:36px 28px;

    text-align:center;

    transition:.35s;

    box-shadow:
        0 12px 30px rgba(15,23,42,.05);

}

.badge-card:hover{

    transform:translateY(-10px);

    box-shadow:
        0 24px 50px rgba(15,23,42,.10);

}

.badge-icon{

    width:90px;

    height:90px;

    margin:0 auto 24px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:linear-gradient(
        135deg,
        #dbeafe,
        #eef2ff
    );

    font-size:42px;

}

.badge-card h3{

    color:#0f172a;

    margin-bottom:12px;

}

.badge-card p{

    color:#64748b;

    line-height:1.8;

}

/* ===========================================================
   PHILOSOPHY
=========================================================== */

.philosophy-section {
    padding: 20px 0;
    background: #424242;
}

.philosophy-section blockquote{

    margin:auto;

    text-align:center;

    font-size:clamp(0.85rem,2vw,2rem);

    line-height:1.8;

    font-style:italic;

    color:white;

}

.quote-author {
    margin-top: 30px;
    text-align: center;
    font-weight: 700;
    color: #55ff4f;
}

/* ===========================================================
   FAQ
=========================================================== */

.faq-section{

    padding:50px 0;

    background:#f8fbff;

}

.faq-list{

    max-width:1200px;

    margin:auto;

}

.faq-item{

    background:#ffffff;

    border:1px solid #e5e7eb;

    border-radius:18px;

    padding:26px 30px;

    margin-bottom:20px;

    transition:.3s;

}

.faq-item:hover{

    border-color:#bfdbfe;

}

.faq-item h4{

    color:#0f172a;

    margin-bottom:12px;

}

.faq-item p{

    color:#64748b;

    line-height:1.8;

}

/* ===========================================================
   CTA
=========================================================== */

.pricing-cta{

    padding:40px 0;

    background:linear-gradient(
        135deg,
        #2563eb,
        #4f46e5
    );

    text-align:center;

    color:#ffffff;

}

.pricing-cta h2{

    color:#ffffff;

    font-size:clamp(2rem,4vw,3.2rem);

    margin-bottom:24px;

}

.pricing-cta p{

    max-width:760px;

    margin:0 auto 40px;

    line-height:1.9;

    opacity:.95;

}

.pricing-cta .hero-action{

    margin-top:0;

}

.pricing-cta .btn-light{

    background:#ffffff;

    color:#2563eb;

}

.pricing-cta .btn-light:hover{

    background:#f8fafc;

}

/* ===========================================================
   RESPONSIVE
=========================================================== */

@media (max-width:992px){

    .pricing-card.popular{

        transform:none;

    }

    .popular-badge{

        right:-42px;

    }

}

@media (max-width:768px){

.why-desc {
    padding: 10px 5px;
    font-size:15px;
}

.pricing-page {
    padding:0 5px;
    
}


.pricing-hero {
    padding: 8px;
}

.hero-description {
    font-size: 1rem;
}

    .hero-action{

        flex-direction:column;

        width:100%;

    }

y-flow{

        flex-direction:column;

        gap:16px;

    }

    .journey-arrow{

        transform:rotate(90deg);

    }

    .journey-step{

        width:100%;

        max-width:none;

    }

    .pricing-grid{

        grid-template-columns:1fr;

    }

    .badge-grid{

        grid-template-columns:1fr;

    }

    .benefit-grid{

        grid-template-columns:1fr;

    }

    .nadia-grid{

        grid-template-columns:1fr;

    }

}

@media (max-width:576px){

    .pricing-card{

        padding:28px 24px;

    }

    .benefit-card{

        padding:28px;

    }

    .nadia-item{

        padding:28px;

    }

    .badge-card{

        padding:30px 24px;

    }

    .faq-item{

        padding:22px;

    }

}