:root {
    --primary-color: #0d6efd;
    --dark-color: #111827;
    --light-bg: #f8fafc;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--dark-color);
    padding-top: 72px;
}

.navbar-brand { letter-spacing: -0.4px; }

.hero-section {
    background: radial-gradient(circle at top right, rgba(13, 110, 253, 0.12), transparent 35%), linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.page-content { min-height: 70vh; }
.max-width-text { max-width: 760px; }

.feature-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.feature-item span {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: #e7f1ff;
    color: var(--primary-color);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.feature-item p { margin: 0; color: #374151; }

.mini-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 18px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04);
}

.service-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.service-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: var(--primary-color);
    color: white;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.pricing-card {
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 32px;
    background: white;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.05);
}

.pricing-featured {
    border: 2px solid var(--primary-color);
    transform: translateY(-8px);
}

.price {
    font-size: 2rem;
    font-weight: 800;
    margin: 24px 0;
}

.pricing-card ul { padding-left: 20px; margin-bottom: 28px; }
.pricing-card li { margin-bottom: 10px; }

.contact-box {
    background: var(--light-bg);
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 24px;
}

.form-control,
.form-select {
    border-radius: 12px;
    padding: 12px 14px;
}

.btn {
    border-radius: 999px;
    font-weight: 600;
}

.card { border-radius: 24px; }

@media (max-width: 991px) {
    .pricing-featured { transform: none; }
    .display-4 { font-size: 2.6rem; }
    .display-5 { font-size: 2.2rem; }
}

.hero-home {
    position: relative;
    overflow: hidden;
}

.hero-home::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -180px;
    top: 120px;
    background: rgba(13, 110, 253, 0.12);
    border-radius: 50%;
    z-index: 0;
}

.hero-home .container {
    position: relative;
    z-index: 1;
}

.software-preview {
    position: relative;
    padding: 14px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.16);
}

.software-preview img {
    border-radius: 22px;
    display: block;
    width: 100%;
}

.preview-floating-card {
    position: absolute;
    left: 34px;
    bottom: -22px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #111827;
    padding: 14px 18px;
    border-radius: 999px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
    font-weight: 700;
    font-size: 0.95rem;
}

.status-dot {
    width: 10px;
    height: 10px;
    background: #22c55e;
    border-radius: 50%;
    display: inline-block;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.hero-trust div {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 14px 18px;
    min-width: 145px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.hero-trust strong {
    display: block;
    color: #111827;
    font-size: 1.05rem;
}

.hero-trust span {
    display: block;
    color: #6b7280;
    font-size: 0.9rem;
}

.section-light {
    background: #f8fafc;
}

.info-panel {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.mini-card span {
    display: block;
    margin-top: 6px;
    color: #6b7280;
    font-size: 0.95rem;
}

.step-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.05);
}

.step-card span {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: #0d6efd;
    color: #ffffff;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.step-card p {
    color: #6b7280;
    margin-bottom: 0;
}

.cta-section {
    padding: 60px 0;
}

.cta-box {
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.25), transparent 35%),
        linear-gradient(135deg, #0d6efd, #084298);
    color: #ffffff;
    border-radius: 32px;
    padding: 44px;
    box-shadow: 0 25px 70px rgba(13, 110, 253, 0.28);
}

.cta-box p {
    color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 991px) {
    .preview-floating-card {
        position: static;
        margin-top: 16px;
        width: 100%;
        justify-content: center;
    }

    .hero-home::before {
        display: none;
    }
}

@media (max-width: 575px) {
    .hero-trust {
        flex-direction: column;
    }

    .hero-trust div {
        width: 100%;
    }

    .cta-box {
        padding: 30px 22px;
        border-radius: 24px;
    }

    .info-panel {
        padding: 24px;
    }
}

.navbar-logo {
    height: 42px;
    width: auto;
    display: block;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 2rem;
}

.navbar {
    min-height: 74px;
}

@media (max-width: 575px) {
    .navbar-logo {
        height: 34px;
        max-width: 220px;
        object-fit: contain;
    }

    .navbar {
        min-height: 66px;
    }
}

.problem-section {
    background: #ffffff;
}

.warning-box,
.legal-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.warning-box .feature-item span {
    background: #fee2e2;
    color: #dc2626;
}

.sector-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 20px 16px;
    font-weight: 700;
    color: #111827;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    transition: all 0.2s ease;
}

.sector-card:hover {
    transform: translateY(-4px);
    border-color: #0d6efd;
    box-shadow: 0 18px 45px rgba(13, 110, 253, 0.12);
}

.legal-card h4 {
    color: #111827;
}

.legal-card p {
    color: #6b7280;
    margin-bottom: 0;
}

.faq-accordion {
    max-width: 900px;
}

.faq-accordion .accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 14px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.faq-accordion .accordion-button {
    font-weight: 700;
    padding: 20px 24px;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #e7f1ff;
    color: #0d6efd;
}

.faq-accordion .accordion-body {
    color: #6b7280;
    padding: 22px 24px;
}

.pricing-hero {
    padding: 130px 0 60px;
    background:
        radial-gradient(circle at top right, rgba(13, 110, 253, 0.12), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.pricing-hero-content {
    max-width: 880px;
}

.pricing-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.pricing-hero-pills span {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #374151;
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.pricing-section {
    margin-top: -20px;
    padding-bottom: 70px;
}

.pricing-card {
    position: relative;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 34px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.07);
    transition: all 0.2s ease;
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 75px rgba(15, 23, 42, 0.12);
}

.pricing-featured {
    border: 2px solid #0d6efd;
    box-shadow: 0 28px 80px rgba(13, 110, 253, 0.16);
    transform: translateY(-10px);
}

.pricing-featured:hover {
    transform: translateY(-14px);
}

.pricing-card-header {
    min-height: 128px;
}

.pricing-label {
    display: inline-flex;
    margin-bottom: 14px;
    background: #e7f1ff;
    color: #0d6efd;
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 700;
    font-size: 0.82rem;
}

.recommended-badge {
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    background: #0d6efd;
    color: #ffffff;
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 0.85rem;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(13, 110, 253, 0.28);
}

.price {
    font-size: 2.15rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin: 20px 0 10px;
    color: #111827;
}

.pricing-note {
    color: #6b7280;
    font-size: 0.95rem;
    margin-bottom: 24px;
}

.pricing-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.pricing-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 13px;
    color: #374151;
}

.pricing-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #dcfce7;
    color: #16a34a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 900;
}

.pricing-disclaimer {
    max-width: 930px;
    margin: 34px auto 0;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 18px 22px;
    color: #6b7280;
    text-align: center;
}

.pricing-disclaimer strong {
    color: #111827;
}

.comparison-table-wrapper {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.comparison-table {
    min-width: 760px;
}

.comparison-table thead th {
    background: #f8fafc;
    color: #111827;
    font-weight: 800;
    border-bottom: 1px solid #e5e7eb;
    padding: 20px;
    text-align: center;
}

.comparison-table thead th:first-child {
    text-align: left;
}

.comparison-table tbody td {
    padding: 18px 20px;
    color: #374151;
    border-bottom: 1px solid #eef2f7;
    text-align: center;
}

.comparison-table tbody td:first-child {
    text-align: left;
    font-weight: 700;
    color: #111827;
}

.comparison-table tbody tr:last-child td {
    border-bottom: 0;
}

.check {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #dcfce7;
    color: #16a34a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.dash {
    color: #9ca3af;
    font-weight: 800;
}

@media (max-width: 991px) {
    .pricing-featured,
    .pricing-featured:hover {
        transform: none;
    }

    .pricing-section {
        margin-top: 0;
    }

    .pricing-card-header {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .pricing-hero {
        padding: 110px 0 45px;
    }

    .comparison-table-wrapper {
        overflow-x: auto;
    }

    .pricing-card {
        padding: 28px;
    }
}

.service-hero {
    padding: 130px 0 70px;
    background:
        radial-gradient(circle at top right, rgba(13, 110, 253, 0.12), transparent 35%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.service-summary-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 36px;
    box-shadow: 0 25px 70px rgba(15, 23, 42, 0.08);
}

.included-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.included-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.05);
}

.included-card strong {
    display: block;
    color: #111827;
    margin-bottom: 8px;
    font-size: 1.05rem;
}

.included-card span {
    display: block;
    color: #6b7280;
    font-size: 0.95rem;
}

.benefit-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
    transition: all 0.2s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.1);
}

.benefit-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #e7f1ff;
    color: #0d6efd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 18px;
}

.benefit-card p {
    color: #6b7280;
    margin-bottom: 0;
}

.sector-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.sector-grid div {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 18px 14px;
    text-align: center;
    font-weight: 700;
    color: #111827;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.service-blue-box {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.25), transparent 35%),
        linear-gradient(135deg, #0d6efd, #084298);
    color: #ffffff;
    border-radius: 32px;
    padding: 46px;
    box-shadow: 0 25px 70px rgba(13, 110, 253, 0.28);
}

.service-blue-box p {
    color: rgba(255, 255, 255, 0.86);
}

.blue-box-label {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    border-radius: 999px;
    padding: 7px 13px;
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 18px;
}

@media (max-width: 991px) {
    .service-hero {
        padding: 110px 0 50px;
    }

    .included-grid,
    .sector-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-blue-box {
        padding: 34px;
    }
}

@media (max-width: 575px) {
    .included-grid,
    .sector-grid {
        grid-template-columns: 1fr;
    }

    .service-summary-card,
    .service-blue-box {
        padding: 26px;
        border-radius: 24px;
    }
}

.contact-hero {
    padding: 130px 0 70px;
    background:
        radial-gradient(circle at top right, rgba(13, 110, 253, 0.10), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.contact-benefits {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.contact-benefit {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-benefit span {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: #dcfce7;
    color: #16a34a;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-benefit p {
    margin: 0;
    color: #374151;
}

.contact-info-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.05);
}

.contact-info-card a {
    color: #0d6efd;
    font-weight: 800;
    text-decoration: none;
}

.contact-info-card a:hover {
    text-decoration: underline;
}

.contact-form-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 30px;
    padding: 36px;
    box-shadow: 0 25px 70px rgba(15, 23, 42, 0.08);
}

.contact-form-header {
    border-bottom: 1px solid #eef2f7;
    padding-bottom: 22px;
}

.contact-form-card .form-label {
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
    min-height: 52px;
    border: 1px solid #d7dde7;
    background-color: #ffffff;
}

.contact-form-card textarea.form-control {
    min-height: 140px;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.22rem rgba(13, 110, 253, 0.12);
}

.contact-final-box {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.25), transparent 35%),
        linear-gradient(135deg, #0d6efd, #084298);
    color: #ffffff;
    border-radius: 32px;
    padding: 44px;
    box-shadow: 0 25px 70px rgba(13, 110, 253, 0.28);
}

.contact-final-box p {
    color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 991px) {
    .contact-hero {
        padding: 110px 0 50px;
    }

    .contact-form-card {
        padding: 28px;
    }

    .contact-final-box {
        padding: 34px;
    }
}

@media (max-width: 575px) {
    .contact-form-card,
    .contact-info-card,
    .contact-final-box {
        border-radius: 24px;
        padding: 24px;
    }
}