/*
Theme Name: Ben Appelman SaaS
Theme URI: https://ben-appelman.nl
Author: Ben Appelman
Description: Moderne SaaS website voor calculatie software
Version: 1.0
*/

body {
    font-family: 'Inter', sans-serif;
    background: #f5f7fb;
    color: #1f2937;
}

a {
    text-decoration: none;
}

.navbar {
    background: #ffffff;
    box-shadow: 0 2px 20px rgba(0,0,0,0.05);
}

.hero {
    padding: 100px 0;
    background:
        linear-gradient(
            135deg,
            #4e73df 0%,
            #224abe 100%
        );
    color: white;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 800;
}

.hero p {
    font-size: 1.2rem;
    opacity: 0.95;
}

.hero-buttons .btn {
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
}

.feature-card {
    border: 0;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    transition: 0.25s;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.dashboard-preview {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
}

.pricing-card {
    border-radius: 24px;
    border: 0;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}

.footer {
    background: #111827;
    color: white;
    padding: 60px 0;
}

.footer a {
    color: rgba(255,255,255,0.8);
}

.section-title {
    font-weight: 800;
    margin-bottom: 15px;
}

.section-subtitle {
    color: #6b7280;
    max-width: 700px;
    margin: auto;
}

.bg-soft-primary {
    background: rgba(78,115,223,0.12);
}

.bg-soft-success {
    background: rgba(28,200,138,0.12);
}

.bg-soft-warning {
    background: rgba(246,194,62,0.15);
}

.bg-soft-danger {
    background: rgba(231,74,59,0.12);
}

.bg-soft-info {
    background: rgba(54,185,204,0.12);
}

/* ================= PREMIUM EFFECTS ================= */

.hero {
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    top: -250px;
    right: -200px;
}

.hero::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    bottom: -180px;
    left: -150px;
}

.dashboard-preview img {
    transition: 0.4s;
}

.dashboard-preview:hover img {
    transform: scale(1.02);
}

.feature-card {
    background: white;
}

.feature-card:hover {
    box-shadow:
        0 20px 50px rgba(0,0,0,0.08);
}

.stat-box {
    background: rgba(255,255,255,0.12);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.testimonial-card {
    border-radius: 24px;
    border: 0;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
}

.cta-section {
    background:
        linear-gradient(
            135deg,
            #4e73df 0%,
            #224abe 100%
        );

    color: white;
    border-radius: 32px;
}

.floating-card {
    position: absolute;
    background: white;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    padding: 18px;
}

.hero-image-wrapper {
    position: relative;
}

/* ================= EXTRA PREMIUM ================= */

html {
    scroll-behavior: smooth;
}

.navbar {
    transition: 0.3s;
}

.navbar.scrolled {
    padding-top: 8px;
    padding-bottom: 8px;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(12px);
}

.card {
    transition: 0.25s;
}

.card:hover {
    transform: translateY(-4px);
}

.content p {
    line-height: 1.9;
    margin-bottom: 1.4rem;
}

.content h2,
.content h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.accordion-button {
    font-weight: 600;
}

.btn {
    border-radius: 12px;
}

.card-img-top {
    height: 220px;
    object-fit: cover;
}

@media(max-width:768px){

.hero {
    padding: 70px 0;
}

.hero h1 {
    font-size: 2.2rem;
}

.floating-card {
    display:none;
}

.section-title {
    font-size: 1.8rem;
}

/* ================= PRICING ================= */

.pricing-card {
    border-radius: 24px;
    transition: 0.3s;
}

.pricing-card:hover {
    transform: translateY(-8px);
}

.pricing-card.featured {
    transform: scale(1.03);
}

.dashboard-preview img {
    border-radius: 24px;
}

.accordion-item {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 14px;
    border:none;
    box-shadow:0 5px 20px rgba(0,0,0,0.06);
}

/* ================= NAVBAR ================= */

.navbar-custom {
    background: rgba(10,15,30,0.85);
    backdrop-filter: blur(14px);
    transition: 0.3s;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
}

.navbar-brand {
    font-size: 1.2rem;
}

.nav-link {
    color: rgba(255,255,255,0.85) !important;
    margin-left: 10px;
    transition: 0.3s;
}

.nav-link:hover {
    color: #fff !important;
}

/* ================= FOOTER ================= */

.footer-custom {
    background: #0f172a;
}

.footer-custom a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}

.footer-custom a:hover {
    color: #fff;
}

/* ================= HERO ================= */

.hero-gradient {
    background:
    linear-gradient(
        135deg,
        #2563eb 0%,
        #4f46e5 50%,
        #7c3aed 100%
    );
    color:white;
    position:relative;
    overflow:hidden;
}

.hero-gradient::before {
    content:'';
    position:absolute;
    width:600px;
    height:600px;
    background:rgba(255,255,255,0.08);
    border-radius:50%;
    top:-250px;
    right:-200px;
}

/* ================= CARDS ================= */

.feature-card {
    border-radius:24px;
    transition:0.3s;
    border:none;
}

.feature-card:hover {
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

/* ================= BUTTONS ================= */

.btn-primary {
    background:#2563eb;
    border:none;
    border-radius:14px;
    padding:12px 24px;
}

.btn-primary:hover {
    background:#1d4ed8;
}

/* ================= MOBILE CTA ================= */

.mobile-cta {

    position:fixed;
    bottom:20px;
    left:20px;
    right:20px;
    z-index:999;

    display:none;
}

@media(max-width:768px){

.mobile-cta{
    display:block;
}

}

/* ================= TESTIMONIAL ================= */

.testimonial-card {
    border-radius:24px;
    border:none;
}

/* ================= STATS ================= */

.counter-box {
    background:white;
    border-radius:24px;
    padding:30px;
    text-align:center;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
}

/* ================= FOOTER ================= */

.footer-custom {
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
}

.footer-title {
    color: #0f172a;
    font-weight: 700;
}

.footer-text {
    color: #334155;
}

.footer-links li a {
    color: #334155;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links li a:hover {
    color: #2563eb;
}

.footer-divider {
    border-color: #dbeafe;
}

.footer-copy {
    color: #64748b;
}

/* ================= DARK SECTION ================= */

.dark-section {
    background:
    linear-gradient(
        135deg,
        #0f172a,
        #111827
    );
}

/* ================= AI BOX ================= */

.ai-box {

    background:rgba(255,255,255,0.08);

    padding:18px;

    border-radius:16px;

    color:white;

    backdrop-filter:blur(10px);
}

/* ================= PORTAL ================= */

.portal-feature {

    background:#f8fafc;

    border-radius:16px;

    padding:18px;

    font-weight:600;

    border:1px solid #e2e8f0;
}

/* ================= FLOATING ================= */

.floating-dashboard {

    position:relative;

    height:400px;
}

.float-card {

    position:absolute;

    padding:20px 28px;

    background:white;

    border-radius:20px;

    box-shadow:0 20px 50px rgba(0,0,0,0.15);

    font-weight:700;
}

.card-1 {
    top:20px;
    left:40px;
}

.card-2 {
    top:120px;
    right:10px;
}

.card-3 {
    bottom:80px;
    left:80px;
}

.card-4 {
    bottom:0;
    right:60px;
}

/* ================= SCROLL ================= */

.fade-up {

    opacity:0;

    transform:translateY(40px);

    transition:all 0.8s ease;
}

.fade-up.show {

    opacity:1;

    transform:translateY(0);
}

}