@import url("../css/bootstrap.css");
@import url("../css/fastadmin.css");
@import url("../css/iconfont.css");
@import url("../libs/font-awesome/css/font-awesome.min.css");
@import url("../libs/toastr/toastr.min.css");
@import url("../libs/fastadmin-layer/dist/theme/default/layer.css");
@import url("../libs/bootstrap-table/dist/bootstrap-table.min.css");
@import url("../libs/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css");
@import url("../libs/bootstrap-daterangepicker/daterangepicker.css");
@import url("../libs/nice-validator/dist/jquery.validator.css");
@import url("../libs/bootstrap-select/dist/css/bootstrap-select.min.css");
@import url("../libs/fastadmin-selectpage/selectpage.css");
@import url("../libs/bootstrap-slider/slider.css");

.m-0 { margin: 0 !important; }
.mt-0 { margin-top: 0 !important; }
.mr-0 { margin-right: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.ml-0 { margin-left: 0 !important; }
.mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.m-1 { margin: 5px !important; }
.mt-1 { margin-top: 5px !important; }
.mr-1 { margin-right: 5px !important; }
.mb-1 { margin-bottom: 5px !important; }
.ml-1 { margin-left: 5px !important; }
.mx-1 { margin-left: 5px !important; margin-right: 5px !important; }
.my-1 { margin-top: 5px !important; margin-bottom: 5px !important; }
.m-2 { margin: 10px !important; }
.mt-2 { margin-top: 10px !important; }
.mr-2 { margin-right: 10px !important; }
.mb-2 { margin-bottom: 10px !important; }
.ml-2 { margin-left: 10px !important; }
.mx-2 { margin-left: 10px !important; margin-right: 10px !important; }
.my-2 { margin-top: 10px !important; margin-bottom: 10px !important; }
.m-3 { margin: 15px !important; }
.mt-3 { margin-top: 15px !important; }
.mr-3 { margin-right: 15px !important; }
.mb-3 { margin-bottom: 15px !important; }
.ml-3 { margin-left: 15px !important; }
.mx-3 { margin-left: 15px !important; margin-right: 15px !important; }
.my-3 { margin-top: 15px !important; margin-bottom: 15px !important; }
.m-4 { margin: 20px !important; }
.mt-4 { margin-top: 20px !important; }
.mr-4 { margin-right: 20px !important; }
.mb-4 { margin-bottom: 20px !important; }
.ml-4 { margin-left: 20px !important; }
.mx-4 { margin-left: 20px !important; margin-right: 20px !important; }
.my-4 { margin-top: 20px !important; margin-bottom: 20px !important; }

.p-0 { padding: 0 !important; }
.pt-0 { padding-top: 0 !important; }
.pr-0 { padding-right: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }
.pl-0 { padding-left: 0 !important; }
.px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.p-1 { padding: 5px !important; }
.pt-1 { padding-top: 5px !important; }
.pr-1 { padding-right: 5px !important; }
.pb-1 { padding-bottom: 5px !important; }
.pl-1 { padding-left: 5px !important; }
.px-1 { padding-left: 5px !important; padding-right: 5px !important; }
.py-1 { padding-top: 5px !important; padding-bottom: 5px !important; }
.p-2 { padding: 10px !important; }
.pt-2 { padding-top: 10px !important; }
.pr-2 { padding-right: 10px !important; }
.pb-2 { padding-bottom: 10px !important; }
.pl-2 { padding-left: 10px !important; }
.px-2 { padding-left: 10px !important; padding-right: 10px !important; }
.py-2 { padding-top: 10px !important; padding-bottom: 10px !important; }
.p-3 { padding: 15px !important; }
.pt-3 { padding-top: 15px !important; }
.pr-3 { padding-right: 15px !important; }
.pb-3 { padding-bottom: 15px !important; }
.pl-3 { padding-left: 15px !important; }
.px-3 { padding-left: 15px !important; padding-right: 15px !important; }
.py-3 { padding-top: 15px !important; padding-bottom: 15px !important; }
.p-4 { padding: 20px !important; }
.pt-4 { padding-top: 20px !important; }
.pr-4 { padding-right: 20px !important; }
.pb-4 { padding-bottom: 20px !important; }
.pl-4 { padding-left: 20px !important; }
.px-4 { padding-left: 20px !important; padding-right: 20px !important; }
.py-4 { padding-top: 20px !important; padding-bottom: 20px !important; }

html, body {
    height: 100%;
}

body {
    padding-top: 60px;
    font-size: 15px;
    background-color: #ffffff;
    color: #333333;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}

a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover, a:focus {
    color: #0056b3;
    text-decoration: none;
}

.navbar-white {
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar-white .navbar-brand {
    color: #333333;
    font-weight: 600;
    font-size: 18px;
}

.navbar-white .navbar-brand:hover {
    color: #007bff;
}

.navbar-white .dropdown-menu {
    border-radius: 8px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 8px 0;
    min-width: 180px;
}

.navbar-white .dropdown-menu > li > a {
    padding: 10px 20px;
    color: #333333;
    font-size: 14px;
    transition: background-color 0.2s ease;
}

.navbar-white .dropdown-menu > li > a:hover {
    background-color: #f8f9fa;
    color: #007bff;
}

@media (min-width: 768px) {
    .navbar-white .navbar-brand {
        height: 60px;
        line-height: 27px;
    }
    .navbar-white .navbar-nav > li > a {
        height: 60px;
        line-height: 27px;
        color: #555555;
        font-weight: 500;
        padding: 0 15px;
        transition: color 0.2s ease;
    }
    .navbar-white .navbar-nav > li > a:hover,
    .navbar-white .navbar-nav > li > a:focus {
        color: #007bff;
        background-color: transparent;
    }
    .navbar-white .navbar-nav > .active > a,
    .navbar-white .navbar-nav > .active > a:hover,
    .navbar-white .navbar-nav > .active > a:focus {
        background-color: inherit;
        color: #007bff;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 50px;
    }
    .navbar-white .navbar-nav .open .dropdown-menu {
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 8px;
    }
    .navbar-white .navbar-toggle {
        border-color: transparent;
    }
    .navbar-white .navbar-toggle .icon-bar {
        background-color: #333333;
    }
    .navbar-white .navbar-collapse.in {
        border-top-color: transparent;
    }
}

#header-navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

#header-navbar li.dropdown ul.dropdown-menu {
    min-width: 100px;
}

.navbar {
    border: none;
    min-height: 60px;
}

.navbar-nav > li > a {
    font-size: 15px;
}

.dropdown-menu {
    border-radius: 8px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 8px 0;
}

.dropdown-menu > li > a {
    font-size: 14px;
    padding: 10px 20px;
    color: #333333;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #007bff;
    background-color: #f8f9fa;
}

main.content {
    width: 100%;
    overflow: auto;
    padding: 0;
    min-height: calc(100vh - 130px);
}

@media (min-width: 768px) {
    main.content {
        padding: 0;
    }
}

footer.footer {
    width: 100%;
    color: #666666;
    background-color: #ffffff;
    border-top: 1px solid #f0f0f0;
    margin-top: 60px;
    padding: 40px 0;
}

footer.footer h4 {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer.footer p {
    color: #666666;
    font-size: 14px;
    line-height: 1.8;
}

footer.footer ul.list-unstyled li {
    margin-bottom: 10px;
}

footer.footer ul.list-unstyled li a {
    color: #666666;
    font-size: 14px;
    transition: color 0.2s ease;
}

footer.footer ul.list-unstyled li a:hover {
    color: #007bff;
}

footer.footer .social-links {
    margin-top: 15px;
}

footer.footer .social-link {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #f8f9fa;
    border-radius: 50%;
    margin-right: 8px;
    color: #666666;
    font-size: 16px;
    transition: all 0.2s ease;
}

footer.footer .social-link:hover {
    background-color: #007bff;
    color: #ffffff;
}

footer.footer hr {
    border-color: #f0f0f0;
    margin: 30px 0;
}

footer.footer .copyright {
    line-height: 1.6;
    text-align: center;
    margin: 0;
    font-size: 13px;
}

footer.footer .copyright p {
    margin-bottom: 8px;
    color: #666666;
}

footer.footer .copyright .text-sm {
    font-size: 12px;
}

footer.footer .copyright a {
    color: #666666;
    transition: color 0.2s ease;
}

footer.footer .copyright a:hover {
    color: #007bff;
}

.card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.card-header {
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.card-body {
    padding: 24px;
}

.card-footer {
    padding: 16px 24px;
    border-top: 1px solid #f0f0f0;
    background-color: #fafafa;
}

.btn {
    border-radius: 8px;
    font-weight: 500;
    padding: 10px 24px;
    font-size: 15px;
    transition: all 0.2s ease;
    border: none;
}

.btn-primary {
    background-color: #007bff;
    color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #0056b3;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.btn-secondary {
    background-color: #6c757d;
    color: #ffffff;
}

.btn-secondary:hover, .btn-secondary:focus {
    background-color: #545b62;
}

.btn-success {
    background-color: #28a745;
    color: #ffffff;
}

.btn-success:hover, .btn-success:focus {
    background-color: #1e7e34;
}

.btn-danger {
    background-color: #dc3545;
    color: #ffffff;
}

.btn-danger:hover, .btn-danger:focus {
    background-color: #c82333;
}

.btn-light {
    background-color: #f8f9fa;
    color: #333333;
    border: 1px solid #e9ecef;
}

.btn-light:hover, .btn-light:focus {
    background-color: #e9ecef;
}

.btn-sm {
    padding: 6px 16px;
    font-size: 13px;
    border-radius: 6px;
}

.btn-lg {
    padding: 14px 40px;
    font-size: 16px;
    border-radius: 10px;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 12px 16px;
    font-size: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    outline: none;
}

.form-group label {
    font-weight: 500;
    color: #333333;
    margin-bottom: 8px;
}

.page-header {
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
}

.panel {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
    margin-bottom: 24px;
}

.panel-heading {
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    border-radius: 12px 12px 0 0;
}

.panel-body {
    padding: 24px;
}

.panel-footer {
    padding: 16px 24px;
    border-top: 1px solid #f0f0f0;
    background-color: #fafafa;
    border-radius: 0 0 12px 12px;
}

.nav-pills > li {
    margin-right: 8px;
}

.nav-pills > li > a {
    padding: 12px 20px;
    color: #666666;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.nav-pills > li > a:hover {
    background-color: #f8f9fa;
    color: #333333;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #007bff;
    color: #ffffff;
    border-radius: 8px;
}

.table {
    width: 100%;
    background-color: #ffffff;
}

.table > thead > tr > th {
    padding: 16px;
    font-weight: 600;
    color: #333333;
    border-bottom: 2px solid #f0f0f0;
    background-color: #fafafa;
}

.table > tbody > tr > td {
    padding: 16px;
    border-bottom: 1px solid #f5f5f5;
    color: #555555;
}

.table > tbody > tr:hover {
    background-color: #fafafa;
}

.table > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.badge {
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 500;
}

.alert {
    border-radius: 8px;
    border: none;
    padding: 16px 20px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
}

.alert-warning {
    background-color: #fff3cd;
    color: #856404;
}

.alert-info {
    background-color: #d1ecf1;
    color: #0c5460;
}

.sidenav {
    padding: 0;
    margin-bottom: 24px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

.sidenav .list-group {
    margin-bottom: 0;
}

.sidenav .list-group .list-group-heading {
    list-style-type: none;
    color: #999999;
    margin-bottom: 8px;
    margin-left: 24px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-top: 16px;
}

.sidenav .list-group .list-group-item {
    border: none;
    padding: 0;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
}

.sidenav .list-group .list-group-item:hover {
    border-left-color: #e0e0e0;
    background-color: #fafafa;
}

.sidenav .list-group .list-group-item > a {
    display: block;
    color: #555555;
    padding: 12px 24px;
    font-size: 14px;
    transition: color 0.2s ease;
}

.sidenav .list-group .list-group-item > a:hover {
    color: #333333;
}

.sidenav .list-group .list-group-item.active {
    border-left-color: #007bff;
    background-color: #f0f7ff;
}

.sidenav .list-group .list-group-item.active > a {
    color: #007bff;
    font-weight: 500;
}

.user-section {
    background: #ffffff;
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
}

.login-section {
    margin: 60px auto;
    width: 100%;
    max-width: 460px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

.login-section .logon-tab {
    display: flex;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
}

.login-section .logon-tab > a {
    display: block;
    padding: 20px;
    flex: 1;
    font-size: 16px;
    text-align: center;
    color: #666666;
    background-color: #fafafa;
    transition: all 0.2s ease;
    font-weight: 500;
}

.login-section .logon-tab > a:hover {
    background-color: #f0f0f0;
}

.login-section .logon-tab > a.active {
    background-color: #ffffff;
    color: #007bff;
    border-bottom: 2px solid #007bff;
}

.login-section .login-main {
    padding: 40px;
}

.nav li .avatar-text,
.nav li .avatar-img {
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 14px;
}

.nav li .avatar-img {
    font-size: 0;
}

.nav li .avatar-img img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.avatar-text,
.avatar-img {
    display: inline-block;
    box-sizing: content-box;
    color: #333333;
    text-align: center;
    vertical-align: top;
    background-color: #f0f0f0;
    font-weight: 500;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 48px;
}

.avatar-img {
    font-size: 0;
}

.avatar-img img {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.pager .pagination {
    margin: 0;
}

.pager li {
    margin: 0 4px;
    display: inline-block;
}

.pager li > a,
.pager li > span {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 14px;
    color: #555555;
    transition: all 0.2s ease;
}

.pager li > a:hover {
    background-color: #007bff;
    border-color: #007bff;
    color: #ffffff;
}

.pager li.active > a,
.pager li.active > span {
    background-color: #007bff;
    border-color: #007bff;
    color: #ffffff;
}

@media (max-width: 767px) {
    main.content {
        padding: 0;
        min-height: calc(100vh - 120px);
    }
    .login-section {
        width: 100%;
        margin: 30px auto;
        border-radius: 12px;
    }
    .login-section .login-main {
        padding: 24px;
    }
    footer.footer {
        padding: 20px 0;
        margin-top: 20px;
    }
    footer.footer .copyright {
        padding: 0 10px;
        line-height: 1.6;
        font-size: 12px;
    }
    .card-header,
    .panel-heading {
        padding: 16px 20px;
        font-size: 16px;
    }
    .card-body,
    .panel-body {
        padding: 16px;
    }
}

.toast-top-center {
    top: 60px;
}

#toast-container > div {
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.bootstrap-tagsinput {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: none;
    padding: 8px 12px;
    color: #333333;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.bootstrap-tagsinput .tag {
    margin-right: 6px;
    margin-bottom: 4px;
    padding: 4px 10px;
    border-radius: 4px;
    background-color: #007bff;
    color: #ffffff;
}

.autocomplete-suggestions {
    border-radius: 8px;
    background: #ffffff;
    overflow: auto;
    min-width: 200px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0;
}

.autocomplete-suggestions .autocomplete-suggestion {
    padding: 10px 15px;
    white-space: nowrap;
    overflow: hidden;
    color: #333333;
}

.autocomplete-suggestions .autocomplete-selected {
    background-color: #f0f7ff;
    color: #007bff;
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance:none) {
        select.bs-select-hidden[multiple],
        select.selectpicker[multiple] {
            visibility: hidden;
        }
    }
}

.hero-section {
    padding: 80px 0 60px;
    text-align: center;
    background-color: #ffffff;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto 60px;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 20px;
    color: #666666;
    margin-bottom: 40px;
    line-height: 1.6;
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-outline {
    background-color: transparent;
    border: 2px solid #007bff;
    color: #007bff;
    border-radius: 8px;
    padding: 12px 32px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-outline:hover {
    background-color: #007bff;
    color: #ffffff;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    padding-top: 40px;
    border-top: 1px solid #f0f0f0;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    color: #666666;
}

.features-section {
    padding: 80px 0;
    background-color: #fafafa;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 16px;
}

.section-header p {
    font-size: 16px;
    color: #666666;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.feature-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.feature-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.feature-icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #ffffff;
    font-size: 28px;
    margin: 0 auto 24px;
}

.feature-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 12px;
}

.feature-card p {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
}

.stats-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
}

.stat-block {
    text-align: center;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 12px;
}

.stat-icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 14px;
    background-color: #007bff;
    color: #ffffff;
    font-size: 24px;
    margin: 0 auto 20px;
}

.stat-value {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 8px;
}

.stat-desc {
    font-size: 14px;
    color: #666666;
}

.testimonials-section {
    padding: 80px 0;
    background-color: #fafafa;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
}

.testimonial-stars {
    margin-bottom: 16px;
}

.testimonial-stars i {
    color: #f39c12;
    font-size: 16px;
    margin-right: 2px;
}

.testimonial-content p {
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 24px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author-avatar {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #999999;
    font-size: 20px;
    text-align: center;
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}

.author-title {
    font-size: 13px;
    color: #999999;
}

.cta-section {
    padding: 80px 0;
    text-align: center;
    background-color: #007bff;
}

.cta-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}

.cta-section p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-section .btn-primary {
    background-color: #ffffff;
    color: #007bff;
}

.cta-section .btn-primary:hover {
    background-color: #f0f0f0;
}

.cta-section .btn-outline {
    border-color: #ffffff;
    color: #ffffff;
}

.cta-section .btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.faq-section { padding: 64px 0; background: #ffffff; }
.faq-container { max-width: 800px; margin: 0 auto; padding: 0; }
.faq-header { text-align: center; margin-bottom: 48px; }
.faq-tag { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; background: #eef2ff; color: #4f46e5; border-radius: 20px; font-size: 14px; font-weight: 500; margin-bottom: 16px; }
.faq-tag-dot { width: 8px; height: 8px; background: #4f46e5; border-radius: 50%; }
.faq-title { font-size: 32px; font-weight: 700; color: #111827; margin-bottom: 12px; }
.faq-subtitle { font-size: 16px; color: #6b7280; }
.faq-list { display: flex; flex-direction: column; gap: 16px; }
.faq-item { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; transition: all 0.3s ease; height: 61px; box-sizing: border-box; }
.faq-item:hover { border-color: #c7d2fe; }
.faq-item.active { border-color: #6366f1; box-shadow: 0 4px 16px rgba(99, 102, 241, 0.1); height: 110px; }
.faq-question { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; cursor: pointer; user-select: none; background: transparent; border: none; width: 100%; height: 61px; box-sizing: border-box; }
.faq-question:hover { background: #f9fafb; }
.faq-q-badge { width: 28px; height: 28px; border-radius: 8px; background: linear-gradient(135deg, #6366f1, #a855f7); color: #ffffff; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-right: 14px; }
.faq-question-text { flex: 1; font-size: 15px; font-weight: 600; color: #1f2937; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 28px; }
.faq-icon { font-size: 18px; font-weight: 300; color: #6366f1; transition: transform 0.3s ease; flex-shrink: 0; margin-left: 14px; line-height: 1; }
.faq-item.active .faq-icon { transform: rotate(45deg); }
.faq-answer { padding: 0 20px; max-height: 0; overflow: hidden; transition: all 0.3s ease; height: 0; box-sizing: border-box; }
.faq-item.active .faq-answer { padding: 0 20px; max-height: 49px; height: 49px; display: flex; align-items: flex-start; box-sizing: border-box; overflow-y: auto; }
.faq-item.active .faq-answer::-webkit-scrollbar { width: 6px; }
.faq-item.active .faq-answer::-webkit-scrollbar-track { background: transparent; }
.faq-item.active .faq-answer::-webkit-scrollbar-thumb { background: #c7d2fe; border-radius: 3px; }
.faq-item.active .faq-answer::-webkit-scrollbar-thumb:hover { background: #a5b4fc; }
.faq-answer-content { font-size: 14px; color: #6b7280; line-height: 1.5; width: 100%; word-break: break-word; }

@media (max-width: 768px) {
    .faq-title { font-size: 24px; }
    .faq-item { height: 53px; }
    .faq-item.active { height: 98px; }
    .faq-question { padding: 12px 16px; height: 53px; }
    .faq-question-text { font-size: 14px; line-height: 26px; }
    .faq-item.active .faq-answer { padding: 0 16px; height: 45px; max-height: 45px; }
    .faq-answer-content { font-size: 13px; line-height: 1.5; }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 32px;
    }
    .hero-subtitle {
        font-size: 16px;
    }
    .hero-stats {
        gap: 30px;
    }
    .stat-number {
        font-size: 24px;
    }
    .features-section,
    .stats-section,
    .testimonials-section,
    .cta-section {
        padding: 50px 0;
    }
    .section-header h2 {
        font-size: 24px;
    }
    .feature-card {
        padding: 30px 20px;
    }
    .testimonial-card {
        padding: 24px;
    }
}