html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.hero {
    background: #f8f9fa;
}

.btn-primary {
    background-color: #2563eb;
    border: none;
}

    .btn-primary:hover {
        background-color: #1e4fd1;
    }

.feature-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .feature-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    }

.feature-icon {
    font-size: 2rem;
}

.step-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 18px;
}

.step-number {
    width: 48px;
    height: 48px;
    background: #2563eb;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.pricing-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 24px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}

.pricing-badge {
    display: inline-block;
    background: #eff6ff;
    color: #2563eb;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
}

.pricing-price {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    color: #0f172a;
}

.pricing-list li {
    color: #475569;
    font-size: 1rem;
}
.faq-box {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 24px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.05);
}

body {
    background-color: #ffffff;
    color: #0f172a;
    padding-top: 90px;
}

.app-navbar {
    height: 80px;
    backdrop-filter: saturate(180%) blur(8px);
    background-color: rgba(255, 255, 255, 0.95) !important;
}

.brand-logo {
    font-size: 1.35rem;
    color: #0f172a !important;
    letter-spacing: -0.4px;
}

.navbar .nav-link {
    color: #475569 !important;
    font-weight: 500;
    margin: 0 0.35rem;
}

    .navbar .nav-link:hover {
        color: #2563eb !important;
    }

.nav-login {
    color: #334155 !important;
    font-weight: 600;
}

    .nav-login:hover {
        color: #2563eb !important;
    }

.navbar .btn-primary {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    border-radius: 12px;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .app-navbar {
        height: auto;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }

    .navbar-collapse {
        padding-top: 1rem;
    }

    .navbar-nav {
        margin-bottom: 1rem !important;
    }

    .navbar .btn-link,
    .navbar .btn-primary {
        width: 100%;
    }

    .navbar .d-flex {
        flex-direction: column;
        align-items: stretch !important;
    }
}

.brand-mark {
    width: 38px;
    height: 38px;
    background: #2563eb;
    color: #ffffff;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 700;
}

.brand-logo {
    white-space: nowrap;
}

.app-mockup {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.15);
    max-width: 420px;
    margin: 0 auto;
}

.mockup-header {
    font-weight: 700;
    font-size: 1.1rem;
    color: #0f172a;
}

.mockup-line {
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.95rem;
}

.mockup-body span {
    color: #334155;
}

.app-mockup hr {
    margin: 12px 0;
    border-color: #e2e8f0;
}

.app-mockup {
    transform: rotate(-1deg);
}

@media (max-width: 991px) {
    .app-mockup {
        transform: none;
    }
}
.card {
    border-radius: 18px;
    border: 1px solid #e9ecef;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.05);
}

.sticky-summary {
    position: sticky;
    top: 110px;
}

.form-label {
    font-weight: 600;
    color: #334155;
}

.form-control {
    border-radius: 12px;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-color: #dbe2ea;
}

    .form-control:focus {
        border-color: #2563eb;
        box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
    }

.btn-outline-primary {
    border-radius: 12px;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .sticky-summary {
        position: static;
    }
}
textarea.form-control {
    border-radius: 12px;
    padding: 0.8rem;
}

.auth-page {
    background: #f8fafc;
}

.min-vh-75 {
    min-height: 75vh;
}

.auth-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.auth-brand {
    display: flex;
    justify-content: center;
}

.brand-mark {
    width: 52px;
    height: 52px;
    background: #2563eb;
    color: #ffffff;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
}

.auth-link {
    color: #2563eb;
    text-decoration: none;
}

    .auth-link:hover {
        color: #1d4ed8;
        text-decoration: underline;
    }

.auth-card .form-label {
    font-weight: 600;
    color: #334155;
}

.auth-card .form-control {
    border-radius: 12px;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    border-color: #dbe2ea;
}

    .auth-card .form-control:focus {
        border-color: #2563eb;
        box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
    }

.auth-card .btn-primary {
    border-radius: 14px;
    font-weight: 600;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

.auth-page {
    background: #f8fafc;
}

.min-vh-75 {
    min-height: 75vh;
}

.auth-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.auth-brand {
    display: flex;
    justify-content: center;
}

.brand-mark {
    width: 52px;
    height: 52px;
    background: #2563eb;
    color: #ffffff;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
}

.auth-link {
    color: #2563eb;
    text-decoration: none;
}

    .auth-link:hover {
        color: #1d4ed8;
        text-decoration: underline;
    }

.auth-card .form-label {
    font-weight: 600;
    color: #334155;
}

.auth-card .form-control {
    border-radius: 12px;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    border-color: #dbe2ea;
}

    .auth-card .form-control:focus {
        border-color: #2563eb;
        box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
    }

.auth-card .btn-primary {
    border-radius: 14px;
    font-weight: 600;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}


.dashboard-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.empty-state {
    text-align: center;
}

.app-navbar {
    height: 80px;
    backdrop-filter: saturate(180%) blur(8px);
    background-color: rgba(255, 255, 255, 0.95) !important;
}

.brand-logo {
    font-size: 1.35rem;
    color: #0f172a !important;
    letter-spacing: -0.4px;
    white-space: nowrap;
}

.brand-mark {
    width: 38px;
    height: 38px;
    background: #2563eb;
    color: #ffffff;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 700;
}

.navbar .nav-link {
    color: #475569 !important;
    font-weight: 500;
    margin: 0 0.35rem;
}

    .navbar .nav-link:hover {
        color: #2563eb !important;
    }

.nav-login {
    color: #334155 !important;
    font-weight: 600;
}

.navbar .btn-primary {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    border-radius: 12px;
    font-weight: 600;
}

body {
    padding-top: 90px;
}

@media (max-width: 991.98px) {
    .app-navbar {
        height: auto;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }

    .navbar-collapse {
        padding-top: 1rem;
    }

    .navbar-nav {
        margin-bottom: 1rem !important;
        align-items: stretch !important;
    }

    .navbar .btn-link,
    .navbar .btn-primary,
    .dropdown-toggle {
        width: 100%;
       /* text-align: left;*/
    }
}

.center-menu {
    gap: 1.5rem;
}

    .center-menu .nav-link {
        font-weight: 500;
        color: #475569 !important;
        font-size: 0.95rem;
    }

        .center-menu .nav-link:hover {
            color: #2563eb !important;
        }

.btn-sm {
    border-radius: 8px;
    padding: 4px 10px;
}

.table td {
    vertical-align: middle;
}