
.tires-main {
    padding: 48px 0 64px;
}

.tires-hero {
    position: relative;
    text-align: center;
    padding: 80px 0;
    overflow: hidden;
}

.tires-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    justify-items: center;
}

.tires-hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)),
        url("images/tires.png") center/cover no-repeat;
    z-index: 0;
}

.tires-hero-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 10px;
    padding: 32px 36px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    max-width: 620px;
}

.tires-title {
    margin: 0;
    font-family: 'Alfa Slab One', 'Alfa Slab One Fallback', serif;
    font-size: clamp(28px, 4vw, 40px);
    color: var(--color_1);
}

.tires-subtitle {
    margin: 0;
    max-width: 640px;
    font-size: 18px;
    line-height: 1.5;
}

