body {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    line-height: 1.6;
    color: #333;
}

.navbar {
    box-shadow: 0 2px 4px #0000001a;
    z-index: 1000
}

.navbar-brand img {
    transition: all .3s ease
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #333!important;
    transition: color .3s ease
}

.navbar-nav .nav-link:hover {
    color: #007bff!important
}

.hero-section {
    padding: 80px 0;
    background: linear-gradient(135deg,#f8f9fa,#fff)
}

.hero-section h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 2rem
}

.hero-section .lead {
    font-size: 1.1rem;
    color: #6c757d;
    line-height: 1.7
}

.download-section {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #e9ecef
}

.features-section {
    background: linear-gradient(180deg,#f8f9fa,#fff)
}

.feature-card {
    transition: transform .3s ease,box-shadow .3s ease;
    border: 1px solid #e9ecef
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px #0000001a!important
}

.feature-icon i {
    margin-bottom: 1rem
}

.trust-section {
    background: #fff;
    padding: 3rem 0;
    border-radius: 12px;
    margin-top: 3rem
}

.awards-section {
    background: #fff
}

.award-item {
    transition: transform .3s ease
}

.award-item:hover {
    transform: scale(1.05)
}

.award-item img {
    object-fit: contain;
    transition: all .3s ease
}

.tools-section {
    background: linear-gradient(180deg,#f8f9fa,#e9ecef)
}

.tools-card {
    transition: box-shadow .3s ease;
    border: none
}

.tools-card:hover {
    box-shadow: 0 8px 25px #00000026!important
}

.news-item {
    transition: background-color .3s ease;
    padding: .5rem 0;
}

.news-item:hover {
    background-color: #f8f9fa
}

.calendar-item {
    transition: background-color .3s ease;
    padding: .5rem 0;
    border-radius: 4px
}

.calendar-item:hover {
    background-color: #f8f9fa
}

.btn-group .btn-check:checked+.btn {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff
}

.partners-section,.payment-section {
    background: #fff
}

.partners-section img,.payment-section img {
    transition: transform .3s ease;
    filter: grayscale(20%)
}

.partners-section img:hover,.payment-section img:hover {
    transform: scale(1.1);
    filter: grayscale(0%)
}

.footer-section {
    background: linear-gradient(135deg,#212529,#343a40)
}

.footer-section h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem
}

.footer-section ul li {
    margin-bottom: .5rem
}

.footer-section a {
    transition: color .3s ease
}

.footer-section a:hover {
    color: #007bff!important
}

.social-links a {
    transition: transform .3s ease
}

.social-links a:hover {
    transform: scale(1.2)
}

.download-links a {
    font-size: .9rem;
    display: inline-flex;
    align-items: center;
    margin-bottom: .5rem
}
.has-error input,
.has-error textarea{border:1px solid var(--bs-form-invalid-border-color);}
.has-error .invalid-feedback{display:inline-block; color:var(--bs-form-invalid-color); font-size:12px;}

.has-success input,
.has-success textarea{border:1px solid var(--bs-form-valid-border-color);}
.has-success .invalid-feedback{display:none;}

.text-orange{
    color:var(--bs-orange);
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem
    }

    .ticker-item {
        font-size: .8rem
    }

    .download-section {
        padding: 1.5rem
    }

    .features-section .col-md-3,.trust-section .col-md-4 {
        margin-bottom: 2rem
    }

    .award-item {
        margin-bottom: 1.5rem
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 40px 0
    }

    .hero-section h1 {
        font-size: 1.8rem
    }

    .btn-group .btn {
        font-size: .8rem;
        padding: .3rem .5rem
    }

    .tools-card {
        margin-bottom: 1rem
    }
}

@keyframes scroll {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}

.ticker-item {
    animation: scroll 60s linear infinite
}

.btn-primary {
    background: linear-gradient(135deg,#007bff,#0056b3);
    border: none;
    font-weight: 500;
    transition: all .3s ease
}

.btn-primary:hover {
    background: linear-gradient(135deg,#0056b3,#004085);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px #007bff4d
}

.btn-outline-primary {
    font-weight: 500;
    transition: all .3s ease
}

.btn-outline-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px #007bff33
}

.regulatory-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem
}

.stars i {
    color: #ffc107;
    margin-right: 2px
}

.shadow-sm {
    box-shadow: 0 2px 8px #00000014!important
}

.market-ticker .fas.fa-search {
    color: #6c757d
}

.calendar-tabs .btn-group {
    width: 100%
}

.calendar-tabs .btn {
    flex: 1
}

.news-item,.calendar-item {
    cursor: pointer
}

.hero-section img {
    max-width: 100%;
    height: auto
}

.market-ticker {
    margin-top: 4rem !important;
}


.category-section {
    padding: 80px 0;
    margin-top: 4rem !important;
    height: 480px;
    background: url(../img/bg-news.png) 50% no-repeat;
    background-size: cover;
}
.category-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    margin: 0 0 16px;
}
.category-intro {
    font-size: 16px;
    line-height: 24px;
}
.category-image {
    flex-shrink: 0;
}
.category-image img {
    max-width: 100%;
    height: auto;
}

main{margin-top: 4rem !important;}

.article-section{
    margin-top: 5rem !important;
}
.page-item.disabled span {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-secondary-color);
    text-decoration: none;
    background-color: var(--bs-secondary-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.page-item.prev span{
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item.next span{
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.trading-platforms{
    background: #000;
    color: #fff;
}
.trading-platforms-choose{
    background: linear-gradient(180deg, #000110, #000615 56.53%, #001633);
    color: #fff;
}
.trading-platforms-choose-item{
    background: hsla(0, 0%, 100%, .059);
}
.border-bottom-orange{
    border-bottom: 2px solid #ff671f;
}
.arrow-orange{
    font-size: 26px;
    font-weight: 500;
    color: #333;
    line-height: 24px;
    position: relative;
    padding-left: 26px;
    margin-bottom: 6px;
}
.arrow-orange:before{
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #ff671f;
    top: 6px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

@media (max-width: 1199px) {
    .category-section {
        height: 340px;
        padding: 0 70px;
    }
    .category-title {
        font-size: 36px;
        line-height: 38px;
    }
    .category-intro {
        font-size: 14px;
        line-height: 21px;
    }
    .category-image img {
        width: 374px;
    }
    .arrow-orange{
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .category-section {
        height: auto;
        padding: 40px 16px;
    }
    .category-image img {
        width: 240px;
    }
    .category-title {
        font-size: 28px;
        line-height: 38px;
        text-align: center;
    }
    .arrow-orange{
        font-size: 18px;
    }
}