:root {
    --rs-red: #c1121f;
    --rs-yellow: #ffbe0b;
    --rs-black: #121212;
    --rs-light: #fff8e6;
}

body {
    background: #0c0c0c;
    color: #f5f5f5;
}

.rs-location-bottom {
    background: #080808;
    border-top: 1px solid #2a2a2a;
}

.rs-location-card {
    background: #171717;
    border: 1px solid #2e2e2e;
    border-left: 4px solid var(--rs-yellow);
    border-radius: 12px;
    padding: 1rem;
}

.rs-location-card h2 {
    font-size: 1.05rem;
    color: var(--rs-yellow);
    margin-bottom: 0.65rem;
}

.rs-map-wrap {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #2e2e2e;
    min-height: 210px;
}

.rs-map-wrap iframe {
    width: 100%;
    height: 100%;
    min-height: 210px;
    border: 0;
}

.rs-navbar {
    background: linear-gradient(90deg, var(--rs-black), #1f1f1f);
    border-bottom: 3px solid var(--rs-yellow);
}

.brand {
    color: var(--rs-yellow);
    font-size: 1.1rem;
    font-weight: 700;
}

.hero {
    background: linear-gradient(145deg, var(--rs-red), #7a0913);
}

.rs-badge {
    background: var(--rs-yellow);
    color: var(--rs-black);
}

.hero-card,
.service-card {
    background: #1a1a1a;
    border: 1px solid #2b2b2b;
    border-left: 5px solid var(--rs-yellow);
    border-radius: 14px;
    padding: 1.2rem;
}

.services {
    background: #111;
}

.content-section {
    background: #0b0b0b;
    border-top: 1px solid #222;
}

.content-card {
    background: #171717;
    border: 1px solid #2b2b2b;
    border-top: 4px solid var(--rs-red);
    border-radius: 14px;
    padding: 1rem;
}

.content-card h3 {
    font-size: 1.05rem;
    color: var(--rs-yellow);
}

.content-kicker {
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #f1f1f1;
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
    margin-bottom: 0.55rem;
}

.content-note {
    color: #bdbdbd;
}

.content-trust {
    background: #151515;
    border: 1px solid #2f2f2f;
    border-left: 4px solid var(--rs-yellow);
    border-radius: 12px;
    padding: 0.8rem 1rem;
}

.services-page {
    background: #0e0e0e;
}

.service-detail-card {
    background: #171717;
    border: 1px solid #292929;
    border-left: 5px solid var(--rs-yellow);
    border-radius: 14px;
    padding: 1.1rem 1.2rem;
}

.service-image {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #2e2e2e;
}

.service-detail-card h2 {
    font-size: 1.18rem;
    color: var(--rs-yellow);
    margin-bottom: 0.9rem;
}

.service-detail-card ul {
    margin: 0;
    padding-left: 1.1rem;
}

.service-detail-card li {
    margin-bottom: 0.5rem;
}

.important-tip {
    background: #2a0f12;
    border: 1px solid #5c1d24;
    border-left: 5px solid var(--rs-red);
    border-radius: 14px;
    padding: 1rem 1.2rem;
}

.section-title {
    color: var(--rs-yellow);
}

.cta {
    background: var(--rs-black);
    border-top: 2px solid var(--rs-red);
}

.rs-footer {
    background: #050505;
    border-top: 2px solid #222;
}

.whatsapp-float {
    position: fixed;
    left: 24px;
    bottom: 24px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
    z-index: 1060;
}
