 * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #1c2526;
    color: #e0e7ff;
    line-height: 1.6;
    overflow-x: hidden;
}

a{
    color: #fff;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
.section-bg {
    background: linear-gradient(135deg, #2a3439, #1c2526);
    padding: 60px 0;
}
.card-bg {
    background-color: #2a3439;
    border: 1px solid #4b5e6b;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-bg:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.3);
}
h2, h3 {
    color: #ffffff;
    font-weight: 700;
}
h2 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
}
h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}
p {
    font-size: 1.125rem;
    color: #cbd5e1;
}
.rating-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
.rating-text-box {
    max-width: 700px;
}
.rating-section img {
    max-width: 500px;
    width: 100%;
    border-radius: 12px;
}
.cards-list {
    display: grid;
    gap: 2rem;
}
.company-item {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
}
.position-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #3b82f6;
    padding: 0.75rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}
.position {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    background-color: #2563eb;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.position-text {
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
}
.stars-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.rating-numbers {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
}
.stars {
    max-width: 120px;
}
.item-text-block {
    text-align: center;
}
.item-text1 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
}
.item-text2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #60a5fa;
}
.pay-block {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    background-color: #374151;
    padding: 1rem;
    border-radius: 8px;
}
.pay-block img {
    height: 32px;
}
.top-btn-box-main {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.top-btn-box {
    background-color: #374151;
    padding: 0.75rem;
    border-radius: 8px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
}

.top-btn-box p{
    font-size: 14px;
}

.top-btn-box p:last-child {
    color: #60a5fa;
}
.glow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 2rem;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
    width: 100%;
}
.glow-btn:hover {
    background: linear-gradient(90deg, #2563eb, #3b82f6);
    transform: translateY(-2px);
}
.footer {
    padding: 60px 0;
}
.footer-links-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    list-style: none;
}
.footer-links-list a {
    color: #cbd5e1;
    font-weight: 500;
    transition: color 0.3s ease;
}
.footer-links-list a:hover {
    color: #60a5fa;
}
.logo-box img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
}
.disclaimer-block p {
    margin-bottom: 1rem;
    text-align: center;
}
.companies_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    background-color: #5fa4fa;
    width: max-content;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}
.companies_container img {
    height: 40px;
}
.footer-text {
    text-align: center;
    color: #9ca3af;
}
@media (min-width: 768px) {
    .rating-section {
        flex-direction: row;
        justify-content: space-between;
    }
    .company-item {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .item-text-block {
        text-align: left;
    }
    .footer-links-list {
        flex-direction: row;
        justify-content: space-between;
    }
}
@media (min-width: 1280px) {
    h2 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 1.875rem;
    }
    p {
        font-size: 1.25rem;
    }
    .container {
        padding: 0 40px;
    }
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

@media (max-width: 600px){
    .companies_container{
        flex-direction: column;
        text-align: center;
    }

    .company-item{
        padding: 0px;
        border: none;
    }
}