:root {
    --rdc-bg: #050505;
    --rdc-surface: #0d0d0f;
    --rdc-surface-soft: #151519;
    --rdc-gold: #d4b46a;
    --rdc-gold-soft: #f3e0a6;
    --rdc-text: #f5f5f5;
    --rdc-text-muted: #a7a7b0;
    --rdc-border-soft: #262632;
}

/* fundo geral */
body {
    background: radial-gradient(circle at top, #202029 0, #050507 55%);
    color: var(--rdc-text);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}

/* container principal da home */
.rdc-shell {
    max-width: 1120px;
    margin: 0 auto;
    padding: 3.5rem 1.5rem 4rem;
}

/* hero */
.rdc-hero {
    margin-bottom: 4rem;
}

.rdc-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 2.8rem;
    align-items: center;
}

.rdc-pill {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .25rem .9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 180, 106, 0.3);
    font-size: .78rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--rdc-gold-soft);
}

.rdc-hero-title {
    margin-top: 1.1rem;
    font-size: clamp(2.4rem, 3.3vw + 1rem, 3.1rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.rdc-hero-sub {
    margin-top: 1.2rem;
    max-width: 32rem;
    color: var(--rdc-text-muted);
    font-size: .98rem;
}

.rdc-hero-actions {
    margin-top: 1.8rem;
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
}

.rdc-hero-caption {
    margin-top: 1rem;
    font-size: .85rem;
    color: var(--rdc-text-muted);
}

/* cards / estrutura “glass” */
.rdc-hero-card {
    border-radius: 1.4rem;
    padding: 1.6rem 1.5rem;
    background: radial-gradient(circle at top left, #272015 0, #09090b 55%);
    border: 1px solid rgba(212, 180, 106, 0.45);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.75);
}

.rdc-hero-card h2 {
    font-size: 1.1rem;
    margin-bottom: .9rem;
    color: var(--rdc-gold-soft);
}

.rdc-hero-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-size: .9rem;
    color: var(--rdc-text-muted);
}

.rdc-hero-list li {
    margin-bottom: .45rem;
}

/* seções */
.rdc-section {
    padding: 3rem 0 0;
}

.rdc-section-header {
    max-width: 40rem;
    margin-bottom: 2rem;
}

.rdc-section-title {
    font-size: 1.5rem;
    margin-bottom: .6rem;
    color: var(--rdc-gold-soft);
}

.rdc-section-text {
    font-size: .96rem;
    color: var(--rdc-text-muted);
}

/* features */
.rdc-feature-card {
    background: var(--rdc-surface-soft);
    border-radius: 1.1rem;
    padding: 1.4rem 1.3rem;
    border: 1px solid var(--rdc-border-soft);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.7);
    height: 100%;
}

.rdc-feature-card h3 {
    font-size: 1rem;
    margin-bottom: .4rem;
    color: var(--rdc-gold);
}

/* planos */
.rdc-section-plans {
    margin-top: 3rem;
    padding: 3rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.rdc-plan-card {
    position: relative;
    background: var(--rdc-surface);
    border-radius: 1.3rem;
    padding: 1.7rem 1.5rem 1.9rem;
    border: 1px solid var(--rdc-border-soft);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.8);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.rdc-plan-title {
    font-size: 1.1rem;
    color: var(--rdc-gold-soft);
    margin-bottom: .3rem;
}

.rdc-plan-tagline {
    font-size: .9rem;
    color: var(--rdc-text-muted);
    margin-bottom: .6rem;
}

.rdc-plan-price {
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--rdc-gold);
    margin-bottom: 1rem;
}

.rdc-plan-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 1.3rem;
    font-size: .9rem;
    color: var(--rdc-text-muted);
}

.rdc-plan-list li {
    margin-bottom: .35rem;
}

/* plano em destaque */
.rdc-plan-featured {
    border-color: rgba(212, 180, 106, 0.8);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.95);
    transform: translateY(-10px);
}

.rdc-plan-badge {
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    padding: 0.18rem .7rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #f1d48b, #c89a45);
    color: #050505;
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .12em;
}

/* botões */
.rdc-btn-primary {
    background: linear-gradient(135deg, #f1d48b, #c89a45);
    color: #050505;
    border-radius: 999px;
    border: none;
    padding-inline: 1.6rem;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.8);
}

.rdc-btn-primary:hover {
    color: #050505;
    filter: brightness(1.03);
}

.rdc-btn-outline {
    border-radius: 999px;
    border-color: rgba(212, 180, 106, 0.7);
    color: var(--rdc-gold-soft);
}

.rdc-btn-outline:hover {
    background: rgba(212, 180, 106, 0.12);
    color: var(--rdc-gold-soft);
}

/* logo texto */
.rdc-logo-text {
    color: var(--rdc-gold);
    letter-spacing: .14em;
    text-transform: uppercase;
    font-size: .82rem;
}

/* responsivo */
@media (max-width: 992px) {
    .rdc-hero-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .rdc-plan-featured {
        transform: none;
    }

    .rdc-shell {
        padding-top: 2.5rem;
    }
}

@media (max-width: 576px) {
    .rdc-hero-title {
        font-size: 2.1rem;
    }
}
