body {
    background: #181818;
}
.home-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px;
    padding: 3rem 0 2rem 0;
    gap: 3rem;
}
.home-hero-left {
    flex: 1 1 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 600px;
}
.home-hero-title {
    font-size: 2.7rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 1.2rem;
    line-height: 1.1;
}
.home-hero-title .orange { color: #c44b17; }
.home-hero-desc {
    color: #e1e1e1;
    font-size: 1.18rem;
    margin-bottom: 2.2rem;
    line-height: 1.5;
}
.home-hero-btn {
    background: #c44b17;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    border: none;
    border-radius: 0.5rem;
    padding: 0.9rem 2.2rem;
    cursor: pointer;
    transition: background 0.18s;
    box-shadow: 0 2px 8px #0002;
    text-decoration: none;
}
.home-hero-btn:hover {
    background: #a23a0f;
}
.home-hero-imgs {
    display: flex;
    gap: 1.5rem;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.home-hero-img {
    border-radius: 2.2rem;
    box-shadow: 0 4px 24px #0005;
    object-fit: cover;
    transition: transform 0.18s;
    background: #181818;
}
.home-hero-img-1 {
    width: 210px;
    height: 340px;
    margin-bottom: 30px;
    z-index: 2;
}
.home-hero-img-2 {
    width: 180px;
    height: 300px;
    margin-bottom: 60px;
    z-index: 3;
}
.home-hero-img-3 {
    width: 180px;
    height: 300px;
    margin-bottom: 60px;
    z-index: 2;
}
.home-hero-img-4 {
    width: 210px;
    height: 340px;
    margin-bottom: 30px;
    z-index: 1;
}
@media (max-width: 1100px) {
    .home-hero { flex-direction: column; gap: 2.5rem; }
    .home-hero-imgs { gap: 1rem; }
    .home-hero-img-1, .home-hero-img-4 { width: 120px; height: 200px; margin-bottom: 10px; }
    .home-hero-img-2, .home-hero-img-3 { width: 100px; height: 160px; margin-bottom: 30px; }
}
@media (max-width: 700px) {
    .home-hero { flex-direction: column; padding: 2rem 0; }
    .home-hero-title { font-size: 2rem; }
    .home-hero-imgs { gap: 0.5rem; }
    .home-hero-img-1, .home-hero-img-4 { width: 60px; height: 100px; margin-bottom: 5px; }
    .home-hero-img-2, .home-hero-img-3 { width: 50px; height: 80px; margin-bottom: 15px; }
}
@media (min-width: 1201px) { .home-hero, .home-advantages, .home-partners-list { max-width:1200px; margin:0 auto; } }
@media (max-width: 900px) { .home-hero, .home-advantages, .home-partners-list { flex-direction:column; gap:1.2rem; padding:0 8px; } }
@media (max-width: 600px) { .home-hero, .home-advantages, .home-partners-list { flex-direction:column; gap:0.5rem; padding:0 2px; } }

.home-section-title {
    text-align: center;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 800;
    margin-top: 3.5rem;
    margin-bottom: 0.5rem;
}
.home-section-underline {
    width: 60px;
    height: 4px;
    background: #c44b17;
    margin: 0.2rem auto 2.2rem auto;
    border-radius: 2px;
}
.home-advantages {
    display: flex;
    gap: 2.2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3.5rem;
}
.home-advantage-card {
    background: #232325;
    border-radius: 10px;
    box-shadow: 0 2px 12px #0002;
    padding: 2.2rem 2rem 2.2rem 2rem;
    flex: 1 1 260px;
    max-width: 340px;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 1.2rem;
    border-bottom: 5px solid #c44b17;
    transition: transform 0.18s, box-shadow 0.18s;
}
.home-advantage-card:hover {
    transform: scale(1.045);
    box-shadow: 0 6px 32px #0005;
    z-index: 2;
}
.home-advantage-card .home-advantage-underline {
    transition: width 0.22s cubic-bezier(.4,1.3,.6,1);
}
.home-advantage-card:hover .home-advantage-underline {
    width: 70px;
}
.home-advantage-icon {
    font-size: 3.2rem;
    margin-bottom: 1.2rem;
    color: #fff;
}
.home-advantage-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.7rem;
    text-align: center;
}
.home-advantage-underline {
    width: 38px;
    height: 4px;
    background: #c44b17;
    margin: 0.2rem auto 1.2rem auto;
    border-radius: 2px;
}
.home-advantage-desc {
    color: #e1e1e1;
    font-size: 1.05rem;
    text-align: center;
    line-height: 1.5;
}

.home-partners {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}
.home-partners-list {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    flex-wrap: wrap;
}
.home-partner-card {
    background: #232325;
    border-radius: 10px;
    box-shadow: 0 2px 12px #0002;
    padding: 2.2rem 2rem 2.2rem 2rem;
    flex: 1 1 420px;
    max-width: 540px;
    min-width: 260px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 1.2rem;
    border-bottom: 5px solid #c44b17;
    gap: 2rem;
    transition: transform 0.18s, box-shadow 0.18s;
    cursor: pointer;
}
.home-partner-card:hover {
    transform: scale(1.045);
    box-shadow: 0 6px 32px #0005;
    z-index: 2;
}
.home-partner-card .home-partner-underline {
    transition: width 0.22s cubic-bezier(.4,1.3,.6,1);
}
.home-partner-card:hover .home-partner-underline {
    width: 70px;
}
.home-partner-logo {
    width: 120px;
    height: 120px;
    object-fit: contain;
    border-radius: 10px;
    background: #181818;
    margin-right: 1.5rem;
}
.home-partner-content {
    flex: 1;
}
.home-partner-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.7rem;
}
.home-partner-underline {
    width: 38px;
    height: 4px;
    background: #c44b17;
    margin: 0.2rem 0 1.2rem 0;
    border-radius: 2px;
}
.home-partner-desc {
    color: #e1e1e1;
    font-size: 1.05rem;
    line-height: 1.5;
}
@media (max-width: 900px) {
    .home-partners-list { flex-direction: column; gap: 2rem; }
    .home-partner-card { flex-direction: column; align-items: flex-start; gap: 1.2rem; }
    .home-partner-logo { margin-right: 0; margin-bottom: 1rem; }
}

.orange {
    color: #c44b17;
    font-weight: 700;
    display: inline;
} 