/* =========================
   style.css
   ========================= */

body {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    color: #0f172a;
}

.landing-header {
    /*background-color: #f8fafc;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    border-bottom: 2px solid rgb(17 17 26 / 5%);*/
    height: 80px !important;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e2e8f0;
    z-index: 9;
}

/* Hero */
.hero-section {
    padding: 80px 0;
    background-color: #f8fafc;
}

.hero-image img{
    width: 640px;
}

.placeholder-box {
    border: 2px dashed #cbd5e1;
    padding: 60px;
    border-radius: 8px;
    color: #64748b;
}

/* Features */
.features-section {
    padding: 100px 0;
}

.feature-card {
    position: relative;
    display: block;
    border: 1px solid #e5e7eb;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    height: 100%;
    background-color: #f8fafc;
    cursor: pointer;
    color: #181C32 !important;
    transition: .50s;
}

/*.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(0,0,0,.08);
    border-color: #4f46e5;
}*/

.feature-card {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    background: white;
    transition: 0.25s;
}

    .feature-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    }


.icon-placeholder {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-color: #e0e7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4338ca;
}

/* How it works */
.how-it-works {
    padding: 100px 0;
    background-color: #f8fafc;
}

.step-number {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #4338ca;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 15px;
}

/* Security */
.security-section {
    padding: 80px 0;
}

.security-list li {
    margin-bottom: 10px;
}

/* Pricing */
.pricing_section {
    height: 88vh;
    /*padding: 80px 0;
    background-color: #f8fafc;*/
}

/*.pricing-card {
    border: 1px solid #e5e7eb;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
}*/

.pricing-card.featured {
    border-color: #4338ca;
}

.price {
    margin: 20px 0;
    color: #4338ca;
}

.pricing-header {
    text-align: center;
    padding: 80px 0 40px;
}

.pricing-card {
    border: none;
    border-radius: 20px;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.popular {
    border: 2px solid #2563eb;
    transform: scale(1.05);
}

.price {
    font-size: 42px;
    font-weight: 700;
    color: #1e293b;
}

.btn-primary {
    background: #2563eb;
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
}

/*.custom-card {
    background: linear-gradient(135deg,#2563eb,#1e40af);
    color: white;
}*/

.custom-card .btn {
    background: white;
    color: #1e40af;
    font-weight: 600;
}

/* CTA */
.cta-section {
    padding: 100px 0;
    background-color: #4338ca;
    color: #ffffff;
}

/* Footer */
.footer {
    padding: 40px 0;
    background-color: #f8fafc;
}

.footer-links a {
    color: #64748b;
    text-decoration: none;
}

/* Public page mobile responsiveness */
.landing-header,
.hero-section,
.features-section,
.how-it-works,
.security-section,
.pricing_section,
.cta-section,
.footer {
    max-width: 100%;
}

.hero-image img {
    max-width: 100%;
    height: auto;
}

.pricing_section {
    min-height: 88vh;
    height: auto;
}

.pricing-card {
    height: 100%;
}

@media (max-width: 991.98px) {
    .landing-header {
        height: auto !important;
        min-height: 64px;
    }

    .hero-section,
    .features-section,
    .how-it-works,
    .security-section,
    .cta-section {
        padding: 64px 0;
    }

    .pricing_section {
        min-height: auto;
        padding-bottom: 48px;
    }

    .pricing-header {
        padding: 56px 0 24px;
    }

    .popular {
        transform: none;
    }

    .pricing-card:hover {
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .hero-section,
    .features-section,
    .how-it-works,
    .security-section,
    .cta-section {
        padding: 44px 0;
    }

    .hero-section .row,
    .security-section .row,
    .cta-section .row {
        row-gap: 1.5rem;
    }

    .hero-image {
        text-align: center;
    }

    .hero-image img {
        width: min(100%, 420px);
    }

    .feature-card,
    .pricing-card {
        padding: 22px;
        border-radius: 12px;
    }

    .price {
        font-size: 34px;
    }

    .pricing-header {
        padding-top: 40px;
    }

    .placeholder-box {
        padding: 32px 18px;
    }

    .footer {
        padding: 28px 0;
    }
}

@media (max-width: 575.98px) {
    .hero-section {
        padding-top: 32px;
    }

    .hero-section .btn,
    .cta-section .btn,
    .pricing-card .btn {
        width: 100%;
    }

    .pricing-card {
        margin-left: .25rem;
        margin-right: .25rem;
    }

    .price {
        font-size: 30px;
    }
}

/* Public page large desktop responsiveness */
@media (min-width: 1400px) {
    .landing-header .container,
    .hero-section .container,
    .features-section .container,
    .how-it-works .container,
    .security-section .container,
    .cta-section .container,
    .pricing_section .container,
    .footer .container {
        max-width: 1320px;
    }

    .hero-section {
        padding: 96px 0;
    }

    .features-section,
    .how-it-works,
    .cta-section {
        padding: 112px 0;
    }

    .security-section {
        padding: 96px 0;
    }

    .hero-image img {
        width: min(100%, 720px);
    }

    .pricing_section {
        min-height: auto;
        padding-bottom: 64px;
    }
}

@media (min-width: 1600px) {
    .landing-header .container,
    .hero-section .container,
    .features-section .container,
    .how-it-works .container,
    .security-section .container,
    .cta-section .container,
    .pricing_section .container,
    .footer .container {
        max-width: 1440px;
    }

    .hero-image img {
        width: min(100%, 760px);
    }

    .feature-card,
    .pricing-card {
        padding: 34px;
    }
}

@media (min-width: 1920px) {
    .landing-header .container,
    .hero-section .container,
    .features-section .container,
    .how-it-works .container,
    .security-section .container,
    .cta-section .container,
    .pricing_section .container,
    .footer .container {
        max-width: 1560px;
    }

    .hero-section {
        padding: 112px 0;
    }

    .features-section,
    .how-it-works,
    .cta-section {
        padding: 120px 0;
    }

    .security-section {
        padding: 108px 0;
    }

    .hero-image img {
        width: min(100%, 820px);
    }
}

/* Public page tablet responsiveness */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .landing-header {
        height: auto !important;
        min-height: 70px;
    }

    .hero-section,
    .features-section,
    .how-it-works,
    .security-section,
    .cta-section {
        padding: 72px 0;
    }

    .hero-section .row,
    .features-section .row,
    .how-it-works .row,
    .security-section .row,
    .pricing_section .row,
    .cta-section .row {
        row-gap: 2rem;
    }

    .hero-image {
        text-align: center;
    }

    .hero-image img {
        width: min(100%, 560px);
    }

    .feature-card,
    .pricing-card {
        padding: 26px;
    }

    .pricing_section {
        min-height: auto;
        padding-bottom: 56px;
    }

    .pricing-header {
        padding: 64px 0 28px;
    }

    .popular,
    .pricing-card:hover {
        transform: none;
    }

    .footer {
        padding: 34px 0;
    }

    body .landing-header .all-tools-menu-item .allTools_sub_menu {
        width: min(720px, calc(100vw - 2rem)) !important;
        max-width: calc(100vw - 2rem) !important;
        left: auto !important;
        right: 0 !important;
        transform: none !important;
    }

    body .landing-header .allTools_sub_menu .all-tools-menu-content,
    body .landing-header .allTools_sub_menu .all-tools-menu-row {
        width: 100% !important;
        max-width: 100% !important;
    }

    body .landing-header .allTools_sub_menu .all-tools-menu-row {
        --bs-gutter-x: 1.5rem;
        flex-wrap: wrap !important;
        margin-left: 0;
        margin-right: 0;
    }

    body .landing-header .allTools_sub_menu .all-tools-menu-row > [class*="col-lg-"] {
        width: 33.333%;
        max-width: 33.333%;
        flex: 0 0 33.333%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-section,
    .features-section,
    .how-it-works,
    .security-section,
    .cta-section {
        padding: 64px 0;
    }

    body .landing-header .all-tools-menu-item .allTools_sub_menu {
        width: 100% !important;
        max-width: 100% !important;
        right: auto !important;
    }

    body .landing-header .allTools_sub_menu .all-tools-menu-row > [class*="col-lg-"] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}
