/* =============================================================
   ROLLIN HOST — Site institucional
   Overrides e componentes exclusivos do marketing site.
   Importa o design system do WHMCS antes deste arquivo.
   ============================================================= */

/* =============================================================
   FOOTER v2 — 6 colunas
   ============================================================= */

.rh-footer-v2 {
    margin-top: 96px;
    background: #07000f;
    color: rgba(255, 255, 255, 0.55);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    z-index: 0;
    flex-shrink: 0;
    width: 100%;
}

.rh-footer-v2::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
    mask-image: radial-gradient(ellipse at top, #000 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at top, #000 30%, transparent 80%);
}

.rh-footer-v2-inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 64px 24px 32px;
    position: relative;
    z-index: 1;
}

.rh-footer-v2-brand-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 56px;
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.rh-footer-v2-brand img {
    margin-bottom: 24px;
    height: 44px;
    width: auto;
    object-fit: contain;
}
.rh-footer-v2-brand .rh-logo-light { display: none; }
.rh-footer-v2-brand .rh-logo-dark  { display: block; }
[data-theme="light"] .rh-footer-v2-brand .rh-logo-light { display: block; }
[data-theme="light"] .rh-footer-v2-brand .rh-logo-dark  { display: none; }

.rh-footer-v2-brand p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    line-height: 1.65;
    max-width: 480px;
    margin: 0 0 22px;
}

.rh-footer-v2-brand p strong {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
}

.rh-footer-v2-social {
    display: flex;
    gap: 8px;
}

.rh-footer-v2-social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all var(--transition-fast);
}
.rh-footer-v2-social-icon:hover {
    background: rgba(138, 43, 214, 0.18);
    border-color: rgba(138, 43, 214, 0.4);
    color: var(--rh-cyan);
    transform: translateY(-2px);
}

.rh-footer-v2-trust {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.rh-footer-v2-trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
}
.rh-footer-v2-trust-item svg { color: var(--rh-cyan); flex-shrink: 0; }
.rh-footer-v2-trust-item strong {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}
.rh-footer-v2-trust-item span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.rh-footer-v2-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px 28px;
    padding-bottom: 48px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.rh-footer-v2-col h4 {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin: 0 0 16px;
}

.rh-footer-v2-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rh-footer-v2-col a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    text-decoration: none;
    transition: color var(--transition-fast), padding-left var(--transition-fast);
}
.rh-footer-v2-col a:hover {
    color: var(--rh-cyan);
    padding-left: 4px;
    text-decoration: none;
}

.rh-footer-v2-link-spotlight {
    color: rgba(1, 250, 213, 0.85) !important;
    font-weight: 600 !important;
}
.rh-footer-v2-link-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--rh-cyan);
    box-shadow: 0 0 6px var(--rh-cyan);
}

.rh-footer-v2-paybar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Parceiros reconhecidos */
.rh-footer-v2-partners {
    display: flex;
    flex-direction: column;
}
/* Inline single-row partner strip (WHMCS-style, no card plate).
   Logos breathe directly in the footer; only mono SVGs get a color
   override per theme so they stay legible. */
.rh-footer-v2-partner-logos {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 22px;
    overflow: hidden;
}
.rh-partner-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    flex-shrink: 0;
    opacity: 0.88;
    transition: opacity 200ms ease, transform 200ms ease;
}
.rh-partner-card:hover {
    opacity: 1;
    transform: translateY(-1px);
}
.rh-partner-logo {
    height: 100%;
    width: auto;
    max-width: 110px;
    object-fit: contain;
    display: block;
}
@media (max-width: 640px) {
    .rh-footer-v2-partner-logos { flex-wrap: wrap; gap: 18px 24px; }
}

.rh-footer-v2-eyebrow {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 10px;
}

.rh-footer-v2-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.rh-footer-v2-pay {
    /* Card-shaped white plate so brand SVGs (which usually ship
       with brand colors over white) read perfectly in both themes
       without per-theme overrides for the artwork. */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 36px;
    padding: 5px 8px;
    background: #ffffff;
    border: 1px solid rgba(13, 10, 31, 0.08);
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.rh-footer-v2-pay img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
.rh-footer-v2-pay:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(106, 26, 176, 0.18);
    border-color: rgba(138, 43, 214, 0.35);
}

.rh-footer-v2-legal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}
.rh-footer-v2-legal nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.rh-footer-v2-legal a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color var(--transition-fast);
}
.rh-footer-v2-legal a:hover { color: var(--rh-cyan); }
.rh-footer-v2-sep { color: rgba(255, 255, 255, 0.2); }

/* Light mode = footer acompanha tema claro */
[data-theme="light"] .rh-footer-v2 {
    background: #ffffff;
    color: rgba(13, 10, 31, 0.65);
    border-top: 1px solid rgba(13, 10, 31, 0.08);
}
[data-theme="light"] .rh-footer-v2::before {
    background-image: radial-gradient(rgba(13, 10, 31, 0.05) 1px, transparent 1px);
}
[data-theme="light"] .rh-footer-v2-brand-row,
[data-theme="light"] .rh-footer-v2-grid,
[data-theme="light"] .rh-footer-v2-paybar {
    border-bottom: 1px solid rgba(13, 10, 31, 0.08);
}
[data-theme="light"] .rh-footer-v2-brand p { color: rgba(13, 10, 31, 0.65); }
[data-theme="light"] .rh-footer-v2-brand p strong { color: rgba(13, 10, 31, 0.9); }
[data-theme="light"] .rh-footer-v2-social-icon {
    background: rgba(13, 10, 31, 0.04);
    border-color: rgba(13, 10, 31, 0.08);
    color: rgba(13, 10, 31, 0.6);
}
[data-theme="light"] .rh-footer-v2-social-icon:hover {
    background: rgba(106, 26, 176, 0.08);
    border-color: rgba(106, 26, 176, 0.2);
    color: var(--rh-purple);
}
[data-theme="light"] .rh-footer-v2-trust-item {
    background: rgba(13, 10, 31, 0.02);
    border-color: rgba(13, 10, 31, 0.06);
}
[data-theme="light"] .rh-footer-v2-trust-item svg { color: var(--rh-purple); }
[data-theme="light"] .rh-footer-v2-trust-item strong { color: #0d0a1f; }
[data-theme="light"] .rh-footer-v2-trust-item span { color: rgba(13, 10, 31, 0.6); }

[data-theme="light"] .rh-footer-v2-col h4 { color: #0d0a1f; }
[data-theme="light"] .rh-footer-v2-col a { color: rgba(13, 10, 31, 0.65); }
[data-theme="light"] .rh-footer-v2-col a:hover { color: var(--rh-purple); }
[data-theme="light"] .rh-footer-v2-link-spotlight { color: rgba(106, 26, 176, 0.95) !important; }
[data-theme="light"] .rh-footer-v2-link-dot {
    background: var(--rh-purple);
    box-shadow: 0 0 6px rgba(106, 26, 176, 0.4);
}

[data-theme="light"] .rh-footer-v2-eyebrow { color: rgba(13, 10, 31, 0.4); }
[data-theme="light"] .rh-footer-v2-pay {
    background: #ffffff;
    border-color: rgba(13, 10, 31, 0.10);
    box-shadow: 0 1px 3px rgba(13, 10, 31, 0.06);
}
[data-theme="light"] .rh-footer-v2-pay:hover {
    box-shadow: 0 6px 14px rgba(106, 26, 176, 0.14);
    border-color: rgba(106, 26, 176, 0.3);
}
[data-theme="light"] .rh-footer-v2-legal { color: rgba(13, 10, 31, 0.5); }
[data-theme="light"] .rh-footer-v2-legal a { color: rgba(13, 10, 31, 0.65); }
[data-theme="light"] .rh-footer-v2-legal a:hover { color: var(--rh-purple); }
[data-theme="light"] .rh-footer-v2-sep { color: rgba(13, 10, 31, 0.2); }

@media (max-width: 991px) {
    .rh-footer-v2-inner { padding: 48px 16px 24px; }
    .rh-footer-v2-brand-row { grid-template-columns: 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; }
    .rh-footer-v2-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }
    .rh-footer-v2-paybar { grid-template-columns: 1fr; gap: 20px; }
    .rh-footer-v2-legal { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
    .rh-footer-v2-grid { grid-template-columns: 1fr; }
    .rh-footer-v2-trust { gap: 8px; }
}

/* =============================================================
   HEADER — Auth/Action buttons (Loja, Entrar, Criar conta)
   ============================================================= */
.rh-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: all 200ms cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
}
.rh-icon-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
    transform: translateY(-1px);
}
.rh-link-login {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    border-radius: 8px;
    transition: color 180ms ease, background 180ms ease;
    white-space: nowrap;
}
.rh-link-login:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}
.rh-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 18px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #9b38e8 0%, #6a1ab0 100%);
    border: 1px solid rgba(155, 56, 232, 0.4);
    box-shadow: 0 2px 14px rgba(138, 43, 214, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transition: all 220ms cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
    letter-spacing: -0.005em;
}
.rh-cta-primary:hover {
    background: linear-gradient(135deg, #a845f5 0%, #7a20c5 100%);
    box-shadow: 0 6px 22px rgba(138, 43, 214, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
    color: #fff;
}
.rh-cta-primary .rh-icon { transition: transform 220ms ease; }
.rh-cta-primary:hover .rh-icon { transform: translateX(2px); }

html[data-theme="light"] .rh-icon-btn {
    background: rgba(13, 10, 31, 0.04);
    border-color: rgba(13, 10, 31, 0.08);
    color: rgba(13, 10, 31, 0.6);
}
html[data-theme="light"] .rh-icon-btn:hover {
    background: rgba(13, 10, 31, 0.08);
    border-color: rgba(13, 10, 31, 0.18);
    color: #0d0a1f;
}
html[data-theme="light"] .rh-link-login { color: rgba(13, 10, 31, 0.7); }
html[data-theme="light"] .rh-link-login:hover { color: #0d0a1f; background: rgba(13, 10, 31, 0.04); }
html[data-theme="light"] .rh-cta-primary { box-shadow: 0 2px 12px rgba(138, 43, 214, 0.25); }
html[data-theme="light"] .rh-cta-primary:hover { box-shadow: 0 6px 20px rgba(138, 43, 214, 0.4); }

/* Language switcher wrapper — must be positioned so the dropdown can anchor to it */
.rh-lang-wrap {
    position: relative;
    display: inline-block;
}

/* Language switcher button (i18n) */
.rh-lang-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 11px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
    text-decoration: none;
    transition: all 200ms ease;
    flex-shrink: 0;
}
.rh-lang-btn:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
}
.rh-lang-flag,
.rh-lang-flag-current {
    font-size: 14px;
    line-height: 1;
}
.rh-lang-btn .rh-icon { color: currentColor; opacity: 0.7; }
.rh-lang-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 180px;
    background: rgba(20, 5, 40, 0.95);
    backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    padding: 6px;
    display: none;
    z-index: 100;
}
.rh-lang-wrap.is-open .rh-lang-menu { display: block; }
.rh-lang-menu a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: all 150ms ease;
}
.rh-lang-menu a:hover { background: rgba(255, 255, 255, 0.06); color: #fff; }
.rh-lang-menu a.is-active {
    background: rgba(138, 43, 214, 0.15);
    color: #fff;
}
.rh-lang-menu a.is-active::after {
    content: '✓';
    margin-left: auto;
    color: var(--rh-cyan, #01fad5);
    font-weight: 700;
}
html[data-theme="light"] .rh-lang-btn {
    background: rgba(13, 10, 31, 0.04);
    border-color: rgba(13, 10, 31, 0.08);
    color: rgba(13, 10, 31, 0.65);
}
html[data-theme="light"] .rh-lang-btn:hover {
    background: rgba(13, 10, 31, 0.08);
    border-color: rgba(13, 10, 31, 0.18);
    color: #0d0a1f;
}
html[data-theme="light"] .rh-lang-menu {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(13, 10, 31, 0.08);
    box-shadow: 0 12px 40px rgba(13, 10, 31, 0.12);
}
html[data-theme="light"] .rh-lang-menu a { color: rgba(13, 10, 31, 0.7); }
html[data-theme="light"] .rh-lang-menu a:hover { background: rgba(13, 10, 31, 0.04); color: #0d0a1f; }

/* Mobile responsive */
@media (max-width: 768px) {
    .rh-icon-btn[aria-label*="Loja"],
    .rh-link-login { display: none; }
    .rh-cta-primary { padding: 8px 14px; font-size: 12.5px; }
    .rh-lang-btn { padding: 7px 9px; }
    .rh-lang-btn span:not(.rh-lang-flag) { display: none; }
}

/* =============================================================
   HEADER / NAVBAR (Light mode overrides)
   ============================================================= */
html[data-theme="light"] body .rollin-navbar {
    background: rgba(255, 255, 255, 0.95) !important;
}
html[data-theme="light"] body .rollin-navbar.is-scrolled {
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 2px 24px rgba(13, 10, 31, 0.08) !important;
}
html[data-theme="light"] body .rh-nav-spotlight {
    background: rgba(106, 26, 176, 0.05) !important;
    border: 1px solid rgba(106, 26, 176, 0.28) !important;
    color: #4a0e80 !important;
}
html[data-theme="light"] body .rh-nav-spotlight:hover {
    background: rgba(106, 26, 176, 0.12) !important;
    border-color: rgba(106, 26, 176, 0.4) !important;
    color: #3b0b66 !important;
}
html[data-theme="light"] body .rh-nav-spotlight-dot {
    background: var(--rh-purple) !important;
    box-shadow: 0 0 8px var(--rh-purple) !important;
}

/* =============================================================
   NIKKO LAUNCHER + PANEL
   ============================================================= */

#rollin-ai-launcher {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8a2bd6, #6a1ab0);
    border: 1px solid rgba(255, 255, 255, 0.14);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 14px 36px rgba(138, 43, 214, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transition: transform 250ms cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 250ms ease;
    z-index: 800;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}
#rollin-ai-launcher:hover {
    transform: translateY(-3px) scale(1.06);
    box-shadow: 0 22px 56px rgba(138, 43, 214, 0.65);
}
#rollin-ai-launcher:active { transform: scale(0.96); }

.rollin-ai-launcher-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    pointer-events: none;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}

.rollin-ai-launcher-pulse {
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(138, 43, 214, 0.45);
    pointer-events: none;
}

.nikko-launcher-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    background: var(--accent-pink);
    color: #fff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0 4px 12px rgba(255, 92, 124, 0.5);
}

#rollin-ai-panel {
    position: fixed;
    bottom: 108px;
    right: 28px;
    width: 380px;
    max-width: calc(100vw - 32px);
    height: min(560px, calc(100vh - 140px));
    max-height: calc(100vh - 140px);
    background: rgba(21, 0, 40, 0.97);
    border: 1px solid rgba(138, 43, 214, 0.38);
    border-radius: 22px;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    z-index: 801;
    overflow: hidden;
    transform: scale(0.92) translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition:
        transform 220ms cubic-bezier(0.34, 1.4, 0.55, 1),
        opacity 220ms ease;
}
[data-theme="light"] #rollin-ai-panel {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(106, 26, 176, 0.22);
    box-shadow: 0 30px 70px rgba(106, 26, 176, 0.18);
}
#rollin-ai-panel.open {
    transform: scale(1) translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.rollin-ai-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background: linear-gradient(135deg, #8a2bd6 0%, #6a1ab0 100%);
    flex-shrink: 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.rollin-ai-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(80% 60% at 100% 0%, rgba(1, 250, 213, 0.25), transparent 60%),
        radial-gradient(80% 60% at 0% 100%, rgba(255, 255, 255, 0.1), transparent 60%);
    pointer-events: none;
}
.rollin-ai-header > * { position: relative; z-index: 1; }

.rollin-ai-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}
.rollin-ai-avatar img { width: 26px; height: 26px; object-fit: contain; }

.rollin-ai-id {
    flex: 1;
    min-width: 0;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
}

.nikko-close {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 160ms ease, transform 160ms ease;
    flex-shrink: 0;
    margin-left: auto;
    padding: 0;
}
.nikko-close:hover { background: rgba(255, 255, 255, 0.24); }
.nikko-close:active { transform: scale(0.94); }

.nikko-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
}
.nikko-subtitle {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    opacity: 0.85;
    margin-top: 2px;
}
.nikko-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #6dffb8;
    box-shadow: 0 0 8px rgba(109, 255, 184, 0.7);
    flex-shrink: 0;
}

.nikko-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    overflow-y: auto;
    flex: 1;
}

.nikko-intro {
    margin: 0;
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.55;
}
.nikko-intro strong { color: var(--text-primary); }

.nikko-channels {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nikko-channel {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    color: var(--text-primary);
    text-decoration: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
    -webkit-tap-highlight-color: transparent;
}
.nikko-channel:hover {
    background: rgba(138, 43, 214, 0.1);
    border-color: rgba(138, 43, 214, 0.32);
    text-decoration: none;
}
.nikko-channel:active { transform: scale(0.98); }

.nikko-channel-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.nikko-channel-icon-cyan {
    background: rgba(1, 250, 213, 0.14);
    color: var(--rh-cyan);
    border: 1px solid rgba(1, 250, 213, 0.3);
}
.nikko-channel-icon-green {
    background: rgba(37, 211, 102, 0.14);
    color: #25d366;
    border: 1px solid rgba(37, 211, 102, 0.3);
}
.nikko-channel-icon-purple {
    background: rgba(138, 43, 214, 0.16);
    color: #b97aff;
    border: 1px solid rgba(138, 43, 214, 0.32);
}
.nikko-channel-icon-pink {
    background: rgba(255, 92, 124, 0.14);
    color: #ff8aa0;
    border: 1px solid rgba(255, 92, 124, 0.3);
}

.nikko-channel-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}
.nikko-channel-body strong {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-primary);
}
.nikko-channel-body span {
    font-size: 12px;
    color: var(--text-muted);
}

.nikko-channel-arrow {
    color: var(--text-muted);
    flex-shrink: 0;
    transition: transform var(--transition-fast), color var(--transition-fast);
}
.nikko-channel:hover .nikko-channel-arrow {
    color: var(--rh-cyan);
    transform: translateX(2px);
}

.nikko-foot {
    margin: 4px 0 0;
    text-align: center;
    font-size: 11px;
    color: var(--text-muted);
}
.nikko-foot strong { color: var(--text-primary); }

[data-theme="light"] .nikko-channel {
    background: #fff;
    border-color: rgba(13, 10, 31, 0.08);
}
[data-theme="light"] .nikko-channel:hover {
    background: rgba(106, 26, 176, 0.06);
    border-color: rgba(106, 26, 176, 0.3);
}

@media (max-width: 560px) {
    #rollin-ai-panel {
        width: calc(100vw - 32px) !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) scale(0.92) translateY(20px) !important;
        max-height: 75vh !important;
        border-radius: 20px !important;
    }
    #rollin-ai-panel.open {
        transform: translateX(-50%) scale(1) translateY(0) !important;
    }
}

/* =============================================================
   HELLO BAR — anúncio fino no topo
   ============================================================= */

.rh-hellobar {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    z-index: 901;
}

.rh-hellobar-gradient {
    background:
        linear-gradient(90deg,
            #1a002e 0%,
            #4a0e80 25%,
            #8a2bd6 50%,
            #4a0e80 75%,
            #1a002e 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.rh-hellobar-dark {
    background: #050214;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.rh-hellobar-cyan {
    background: linear-gradient(90deg, #003b3a 0%, #00c2a6 100%);
    color: #001f1e;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.rh-hellobar-inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 9px 48px 9px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    text-align: center;
}

.rh-hellobar-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 10px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    flex-shrink: 0;
    line-height: 1;
}

.rh-hellobar-tag svg { width: 12px; height: 12px; }

.rh-hellobar-cyan .rh-hellobar-tag {
    background: rgba(0, 0, 0, 0.14);
    border-color: rgba(0, 0, 0, 0.22);
}

.rh-hellobar-message {
    flex: 0 1 auto;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.92);
}

.rh-hellobar-cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #ffffff !important;
    font-weight: 700;
    text-decoration: none !important;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
    transition: opacity 160ms ease, transform 160ms ease;
    flex-shrink: 0;
}

.rh-hellobar-cta:hover {
    text-decoration: none !important;
    color: #ffffff !important;
    transform: translateX(2px);
}

.rh-hellobar-cta svg { width: 13px; height: 13px; }

.rh-hellobar-close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    border: none;
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
    opacity: 0.7;
    cursor: pointer;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: opacity 160ms ease, background 160ms ease, transform 160ms ease;
    padding: 0;
    line-height: 0;
}

.rh-hellobar-close:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.18);
}

.rh-hellobar-close:active {
    transform: translateY(-50%) scale(0.9);
}

.rh-hellobar-close svg { width: 14px; height: 14px; }

.rh-hellobar.is-hidden { display: none !important; }

/* ============================================================
   HELLOBAR — slider
   Stacked slides via position:absolute. Only one is visible
   at a time (.is-active). Active slide animates in with a
   subtle fade-up; inactive slides are opacity:0 + non-interactive.
   ============================================================ */
.rh-hellobar-viewport {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 24px;
}
.rh-hellobar-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: nowrap;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity 350ms ease-out, transform 350ms ease-out;
}
.rh-hellobar-slide.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition: opacity 350ms ease-out 60ms, transform 350ms ease-out 60ms;
}
.rh-hellobar-message strong {
    color: #ffffff;
    font-weight: 700;
}

/* Slide indicator dots — bigger touch target via padding,
   visible dot drawn via ::before so the click area is always
   ≥ 24px (Apple HIG) without making the visual heavy. */
.rh-hellobar-dots {
    position: absolute;
    right: 56px;            /* leaves ~18px gap to the close button */
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    gap: 2px;               /* dots are inside 24x24 wrappers, real visual gap = 12px */
    flex-shrink: 0;
}
.rh-hellobar-dot {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
}
.rh-hellobar-dot::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transition: all 220ms ease;
}
.rh-hellobar-dot:hover::before { background: rgba(255, 255, 255, 0.7); transform: scale(1.15); }
.rh-hellobar-dot.is-active::before {
    background: #ffffff;
    width: 18px;
    border-radius: 999px;
    transform: none;
}
.rh-hellobar-cyan .rh-hellobar-dot::before { background: rgba(0, 0, 0, 0.3); }
.rh-hellobar-cyan .rh-hellobar-dot:hover::before { background: rgba(0, 0, 0, 0.55); }
.rh-hellobar-cyan .rh-hellobar-dot.is-active::before { background: #0d0a1f; }

/* Progress bar — animates left-to-right over rotateMs, paused on hover */
.rh-hellobar-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.10);
    overflow: hidden;
    pointer-events: none;
}
.rh-hellobar-progress-fill {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.55));
    transform-origin: left center;
    transform: scaleX(0);
}
.rh-hellobar-progress-fill.is-running {
    animation: rh-hellobar-progress var(--rh-progress-duration, 6000ms) linear forwards;
}
.rh-hellobar:hover .rh-hellobar-progress-fill,
.rh-hellobar-progress-fill.is-paused {
    animation-play-state: paused;
}
@keyframes rh-hellobar-progress {
    from { transform: scaleX(0); }
    to   { transform: scaleX(1); }
}
.rh-hellobar-cyan .rh-hellobar-progress { background: rgba(0, 0, 0, 0.10); }
.rh-hellobar-cyan .rh-hellobar-progress-fill {
    background: linear-gradient(90deg, rgba(13, 10, 31, 0.85), rgba(13, 10, 31, 0.4));
}

/* Hide the hello bar on mobile and on installed PWAs.
   Real estate is precious on small screens — the launch and
   guarantee messages are repeated in the hero of each page. */
@media (max-width: 720px) {
    .rh-hellobar { display: none !important; }
}
@media all and (display-mode: standalone) {
    .rh-hellobar { display: none !important; }
}

/* ===== Container utility ===== */
.rh-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

@media (max-width: 720px) {
    .rh-container { padding: 0 16px; }
}

/* ===== Section base ===== */
.rh-section {
    padding: 80px 0;
    position: relative;
}

.rh-section + .rh-section { padding-top: 0; }

@media (max-width: 991px) {
    .rh-section { padding: 56px 0; }
}

.rh-section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 48px;
}

.rh-section-head h2 {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    margin: 0 0 12px;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.rh-section-head p {
    color: var(--text-secondary);
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}

/* =============================================================
   HERO
   ============================================================= */

.rh-hero {
    position: relative;
    padding: 80px 0 64px;
    overflow: hidden;
}

/* =============================================================
   HERO — Agente de IA em 1 clique
   ============================================================= */

.rh-hero-agent-wrap {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rh-hero-agent-h1 {
    font-size: clamp(38px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
    color: var(--text-primary);
}

.rh-hero-agent-sub {
    font-size: clamp(15px, 1.6vw, 18px);
    color: var(--text-secondary);
    line-height: 1.65;
    max-width: 560px;
    margin: 0 0 36px;
}

/* Agent name input form */
.rh-agent-form {
    width: 100%;
    max-width: 580px;
    margin-bottom: 32px;
}

.rh-agent-input-wrap {
    display: flex;
    align-items: stretch;
    background: rgba(255, 255, 255, 0.04);
    border: 1.5px solid rgba(138, 43, 214, 0.4);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 200ms ease, box-shadow 200ms ease;
}

.rh-agent-input-wrap:focus-within {
    border-color: var(--rh-purple);
    box-shadow: 0 0 0 4px rgba(138, 43, 214, 0.16);
}

.rh-agent-input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: 16px 16px !important;
    color: var(--text-primary) !important;
    font-size: 15px !important;
    font-weight: 500;
    box-shadow: none !important;
    border-radius: 0 !important;
    min-width: 0;
    outline: none;
}

.rh-agent-input::placeholder { color: var(--text-muted); font-weight: 400; }

.rh-agent-btn {
    flex-shrink: 0;
    padding: 0 28px !important;
    border-radius: 0 12px 12px 0 !important;
    font-size: 14px !important;
    gap: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rh-agent-hint {
    margin: 8px 0 0;
    font-size: 12px;
    color: var(--text-muted);
    text-align: center;
}

/* Pricing cards */
.rh-agent-pricing {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
    flex-wrap: wrap;
    justify-content: center;
}

.rh-agent-price-card {
    padding: 16px 28px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    text-align: center;
}

.rh-agent-price-card.rh-agent-price-promo {
    background: rgba(138, 43, 214, 0.1);
    border-color: rgba(138, 43, 214, 0.35);
    box-shadow: 0 0 32px rgba(138, 43, 214, 0.15);
}

.rh-agent-price-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    margin-bottom: 6px;
}

.rh-agent-price-card.rh-agent-price-promo .rh-agent-price-label {
    color: var(--rh-cyan);
}

.rh-agent-price-value {
    display: flex;
    align-items: baseline;
    gap: 2px;
    justify-content: center;
}

.rh-agent-price-currency {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-secondary);
    line-height: 1;
}

.rh-agent-price-amount {
    font-size: 36px;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1;
    letter-spacing: -0.02em;
}

.rh-agent-price-promo .rh-agent-price-amount {
    background: linear-gradient(135deg, #b97aff 0%, var(--rh-cyan) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rh-agent-price-period {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-muted);
    line-height: 1;
}

.rh-agent-price-arrow {
    color: var(--text-muted);
    display: flex;
    align-items: center;
}

/* Feature checklist */
.rh-agent-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    justify-content: center;
}

.rh-agent-features li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--text-secondary);
}

.rh-agent-features li svg {
    color: var(--rh-cyan);
    flex-shrink: 0;
}

/* Bottom row */
.rh-agent-bottom {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 16px;
}

.rh-agent-wa {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #25d366;
    text-decoration: none;
    transition: opacity 160ms ease;
}
.rh-agent-wa:hover { opacity: 0.8; text-decoration: none; }

.rh-agent-api-note {
    font-size: 11px;
    color: var(--text-muted);
    margin: 0;
}

/* Dot-grid pattern global */
.rh-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1.2px, transparent 1.2px);
    background-size: 24px 24px;
    pointer-events: none;
    z-index: 0;
    mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 90%);
    -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 90%);
}

/* Glow auras de cor sobre o grid */
.rh-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 40% at 30% 20%, rgba(138, 43, 214, 0.22) 0%, transparent 70%),
        radial-gradient(ellipse 40% 30% at 80% 30%, rgba(1, 250, 213, 0.10) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

[data-theme="light"] .rh-hero::before {
    background-image: radial-gradient(rgba(13, 10, 31, 0.08) 1.2px, transparent 1.2px);
}
[data-theme="light"] .rh-hero::after {
    background:
        radial-gradient(ellipse 50% 40% at 30% 20%, rgba(106, 26, 176, 0.10) 0%, transparent 70%),
        radial-gradient(ellipse 40% 30% at 80% 30%, rgba(106, 26, 176, 0.05) 0%, transparent 70%);
}

.rh-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
}

.rh-hero-text { max-width: 560px; }

.rh-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(138,43,214,0.12);
    border: 1px solid rgba(138,43,214,0.32);
    color: var(--rh-cyan);
    border-radius: var(--radius-full);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.rh-hero h1 {
    font-size: clamp(34px, 5.4vw, 58px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.025em;
    margin: 0 0 18px;
    color: var(--text-primary);
}

.rh-hero h1 .rh-grad {
    background: linear-gradient(135deg, #b97aff 0%, var(--rh-cyan) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rh-hero-sub {
    font-size: 17px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0 0 28px;
}

.rh-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.rh-hero-actions .btn { padding: 14px 26px; font-size: 14px; }

.rh-hero-trust {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 32px;
    color: var(--text-muted);
    font-size: 13px;
    flex-wrap: wrap;
}

.rh-hero-trust strong { color: var(--text-primary); font-weight: 700; }

.rh-hero-stars {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #ffc940;
}

.rh-hero-art {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rh-hero-art img {
    max-width: 100%;
    height: auto;
    width: 460px;
    filter: drop-shadow(0 30px 60px rgba(138,43,214,0.35));
}

@media (max-width: 991px) {
    .rh-hero { padding: 32px 0 40px; }
    .rh-hero-grid { grid-template-columns: 1fr; gap: 16px; }
    .rh-hero-art { order: -1; }
    .rh-hero-art img { width: 220px; }
    .rh-hero-actions .btn { flex: 1 1 auto; justify-content: center; }
    .rh-agent-pricing { gap: 10px; }
    .rh-agent-price-card { padding: 12px 20px; }
    .rh-agent-price-amount { font-size: 28px; }
    .rh-agent-btn { padding: 11px 16px !important; font-size: 13px !important; }
    .rh-agent-input { font-size: 14px !important; }
}

@media (max-width: 560px) {
    .rh-agent-input-wrap { flex-wrap: wrap; }
    .rh-agent-input { width: 100%; }
    .rh-agent-btn { width: 100%; justify-content: center; border-radius: 0 0 12px 12px !important; padding: 14px 24px !important; }
    .rh-agent-pricing { flex-direction: column; gap: 8px; }
    .rh-agent-price-arrow { transform: rotate(90deg); }
    .rh-agent-bottom { flex-direction: column; gap: 14px; }
}

/* =============================================================
   DOMAIN SEARCH
   ============================================================= */

.rh-domain-search {
    margin-top: 24px;
    padding: 4px;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--border-default);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    gap: 4px;
    transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.rh-domain-search:focus-within {
    border-color: var(--rh-purple);
    box-shadow: 0 0 0 3px var(--glow-primary);
}

.rh-domain-search-icon {
    width: 18px;
    height: 18px;
    color: var(--text-muted);
    margin-left: 14px;
    flex-shrink: 0;
}

.rh-domain-search input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: 12px 8px !important;
    color: var(--text-primary) !important;
    font-size: 15px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    min-width: 0;
}

.rh-domain-search input:focus {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.rh-domain-search-btn {
    flex-shrink: 0;
    padding: 11px 22px !important;
    border-radius: var(--radius-full);
}

.rh-domain-prices {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 14px;
}

.rh-domain-price {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-full);
    font-size: 12px;
    color: var(--text-muted);
}

.rh-domain-price strong { color: var(--text-primary); font-weight: 600; }

[data-theme="light"] .rh-domain-search {
    background: #fff;
    border-color: rgba(13,10,31,0.12);
}

[data-theme="light"] .rh-domain-price {
    background: rgba(0,0,0,0.03);
    border-color: rgba(13,10,31,0.08);
}

/* =============================================================
   TRUST BAR
   ============================================================= */

.rh-trustbar {
    margin: 0 auto;
    max-width: 1100px;
    padding: 24px 24px;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-xl);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.rh-trustbar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
}

.rh-trustbar-num {
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, #fff 0%, var(--rh-cyan) 130%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rh-trustbar-label {
    font-size: 12px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
}

@media (max-width: 720px) {
    .rh-trustbar {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 8px;
        padding: 18px;
    }
}

[data-theme="light"] .rh-trustbar { background: #fff; border-color: rgba(13,10,31,0.08); }
[data-theme="light"] .rh-trustbar-num { background: linear-gradient(135deg, #0d0a1f 0%, var(--rh-purple) 130%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* =============================================================
   PLAN CARDS
   ============================================================= */

.rh-plans {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
}

.rh-plan {
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-xl);
    padding: 32px 26px 26px;
    transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);
}

.rh-plan:hover {
    transform: translateY(-4px);
    border-color: rgba(138,43,214,0.4);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4), 0 0 0 1px rgba(138,43,214,0.15);
}

.rh-plan-pill {
    position: absolute;
    top: -12px;
    left: 24px;
    padding: 5px 12px;
    border-radius: var(--radius-full);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: rgba(255,255,255,0.06);
    border: 1px solid var(--border-default);
    color: var(--text-muted);
}

.rh-plan.is-featured {
    border-color: rgba(138,43,214,0.5);
    background:
        radial-gradient(ellipse at top, rgba(138,43,214,0.18) 0%, transparent 60%),
        rgba(255,255,255,0.04);
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(138,43,214,0.18);
}

.rh-plan.is-featured .rh-plan-pill {
    background: var(--gradient-primary);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 4px 14px var(--glow-primary);
}

.rh-plan-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
}

.rh-plan-icon img,
.rh-plan-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform var(--transition-base), color var(--transition-base);
}

.rh-plan-icon svg {
    color: var(--text-primary);
    stroke-width: 1.25; /* Apple signature thin lines */
    filter: drop-shadow(0 4px 12px rgba(255, 255, 255, 0.1));
}

[data-theme="light"] .rh-plan-icon svg {
    color: #0d0a1f;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.06));
}

.rh-plan.is-featured .rh-plan-icon svg {
    color: var(--rh-purple);
}

.rh-plan:hover .rh-plan-icon svg {
    color: var(--rh-purple);
    transform: scale(1.1) translateY(-2px);
    filter: drop-shadow(0 6px 16px rgba(106, 26, 176, 0.3));
}

.rh-plan-name {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 4px;
    color: var(--text-primary);
}

.rh-plan-tag {
    font-size: 12px;
    color: var(--text-muted);
    margin: 0 0 18px;
}

.rh-plan-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 20px;
}

.rh-plan-price-amount {
    font-size: 38px;
    font-weight: 800;
    color: var(--text-primary);
    letter-spacing: -0.02em;
    line-height: 1;
}

.rh-plan-price-currency {
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 600;
}

.rh-plan-price-cycle {
    font-size: 13px;
    color: var(--text-muted);
}

.rh-plan-specs {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.rh-plan-specs li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: var(--text-secondary);
}

.rh-plan-specs li strong { color: var(--text-primary); font-weight: 600; }

.rh-plan-specs svg {
    width: 16px;
    height: 16px;
    color: var(--rh-cyan);
    flex-shrink: 0;
}

.rh-plan-cta {
    width: 100%;
    padding: 14px 18px !important;
    justify-content: center;
}

@media (max-width: 991px) {
    .rh-plans { grid-template-columns: 1fr; gap: 14px; }
    .rh-plan.is-featured { transform: none; order: -1; }
}

[data-theme="light"] .rh-plan { background: #fff; border-color: rgba(13,10,31,0.08); }
[data-theme="light"] .rh-plan-pill { background: rgba(0,0,0,0.04); border-color: rgba(13,10,31,0.1); }
[data-theme="light"] .rh-plan.is-featured {
    background:
        radial-gradient(ellipse at top, rgba(106,26,176,0.10) 0%, transparent 60%),
        #fff;
    border-color: rgba(106,26,176,0.4);
}

/* =============================================================
   PRODUCT GRID
   ============================================================= */

.rh-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.rh-product {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    text-decoration: none;
    color: inherit;
    transition: all var(--transition-base);
}

.rh-product:hover {
    background: rgba(138,43,214,0.06);
    border-color: rgba(138,43,214,0.3);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.rh-product-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-md);
    background: rgba(138,43,214,0.15);
    border: 1px solid rgba(138,43,214,0.3);
    color: var(--rh-cyan);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rh-product-icon svg { width: 22px; height: 22px; }

.rh-product-body { flex: 1; min-width: 0; }

.rh-product h3 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
}

.rh-product p {
    margin: 0;
    font-size: 13.5px;
    color: var(--text-secondary);
    line-height: 1.5;
}

.rh-product-arrow {
    width: 18px;
    height: 18px;
    color: var(--text-muted);
    transition: transform var(--transition-fast), color var(--transition-fast);
    flex-shrink: 0;
    margin-top: 4px;
}

.rh-product:hover .rh-product-arrow {
    color: var(--rh-cyan);
    transform: translateX(2px);
}

@media (max-width: 720px) { .rh-products { grid-template-columns: 1fr; } }

[data-theme="light"] .rh-product { background: #fff; border-color: rgba(13,10,31,0.08); }
[data-theme="light"] .rh-product:hover { background: rgba(106,26,176,0.05); border-color: rgba(106,26,176,0.3); }

/* =============================================================
   DATA CENTERS
   ============================================================= */

.rh-dc-card {
    padding: 36px;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-xl);
}

.rh-dc-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.rh-dc-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(255,255,255,0.02);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    font-size: 13.5px;
    color: var(--text-secondary);
}

.rh-dc-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--rh-cyan);
    box-shadow: 0 0 8px var(--rh-cyan);
    flex-shrink: 0;
}

.rh-dc-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 32px;
}

.rh-dc-pillar {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
}

.rh-dc-pillar-icon {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-md);
    background: rgba(1,250,213,0.12);
    border: 1px solid rgba(1,250,213,0.3);
    color: var(--rh-cyan);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rh-dc-pillar-icon svg { width: 20px; height: 20px; }

.rh-dc-pillar h4 { margin: 0 0 4px; font-size: 14px; font-weight: 700; color: var(--text-primary); }
.rh-dc-pillar p { margin: 0; font-size: 13px; color: var(--text-secondary); line-height: 1.55; }

@media (max-width: 991px) {
    .rh-dc-card { padding: 24px; }
    .rh-dc-pillars { grid-template-columns: 1fr; }
}

[data-theme="light"] .rh-dc-card,
[data-theme="light"] .rh-dc-pillar { background: #fff; border-color: rgba(13,10,31,0.08); }
[data-theme="light"] .rh-dc-list li { background: rgba(0,0,0,0.02); border-color: rgba(13,10,31,0.06); }

/* =============================================================
   GUARANTEES
   ============================================================= */

.rh-guarantees {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.rh-guarantee {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 20px;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.rh-guarantee:hover {
    border-color: rgba(138,43,214,0.3);
    transform: translateY(-3px);
}

.rh-guarantee-icon {
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rh-guarantee-icon svg {
    color: var(--text-primary);
    stroke-width: 1.25;
    transition: transform var(--transition-base), color var(--transition-base), filter var(--transition-base);
    filter: drop-shadow(0 4px 12px rgba(255, 255, 255, 0.1));
}

[data-theme="light"] .rh-guarantee-icon svg {
    color: #0d0a1f;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.06));
}

.rh-guarantee:hover .rh-guarantee-icon svg {
    color: var(--rh-purple);
    transform: scale(1.1) translateY(-2px);
    filter: drop-shadow(0 6px 16px rgba(106, 26, 176, 0.3));
}

.rh-guarantee h4 { margin: 0 0 6px; font-size: 15px; font-weight: 700; color: var(--text-primary); }
.rh-guarantee p { margin: 0; font-size: 13px; color: var(--text-secondary); line-height: 1.5; }

@media (max-width: 991px) { .rh-guarantees { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .rh-guarantees { grid-template-columns: 1fr; } }

[data-theme="light"] .rh-guarantee { background: #fff; border-color: rgba(13,10,31,0.08); }

/* =============================================================
   FAQ
   ============================================================= */

.rh-faq { max-width: 820px; margin: 0 auto; }

.rh-faq details {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    margin-bottom: 10px;
    overflow: hidden;
    transition: border-color var(--transition-fast);
}

.rh-faq details[open] { border-color: rgba(138,43,214,0.35); }

.rh-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 22px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    list-style: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.rh-faq summary::-webkit-details-marker { display: none; }

.rh-faq summary::after {
    content: '';
    width: 12px;
    height: 12px;
    border-right: 2px solid var(--text-muted);
    border-bottom: 2px solid var(--text-muted);
    transform: rotate(45deg);
    transition: transform var(--transition-fast);
    flex-shrink: 0;
}

.rh-faq details[open] summary::after { transform: rotate(-135deg); }

.rh-faq-body {
    padding: 0 22px 18px;
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.65;
}

.rh-faq-body p { margin: 0 0 8px; }
.rh-faq-body p:last-child { margin-bottom: 0; }

[data-theme="light"] .rh-faq details { background: #fff; border-color: rgba(13,10,31,0.08); }

/* =============================================================
   FINAL CTA
   ============================================================= */

.rh-final-cta {
    position: relative;
    padding: 56px 32px;
    background:
        radial-gradient(ellipse at top left, rgba(138,43,214,0.35) 0%, transparent 60%),
        radial-gradient(ellipse at bottom right, rgba(1,250,213,0.18) 0%, transparent 60%),
        rgba(21,0,40,0.6);
    border: 1px solid rgba(138,43,214,0.3);
    border-radius: var(--radius-xl);
    text-align: center;
    overflow: hidden;
}

.rh-final-cta h2 {
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 12px;
    color: var(--text-primary);
}

.rh-final-cta p {
    font-size: 16px;
    color: var(--text-secondary);
    margin: 0 0 26px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.rh-final-cta-actions {
    display: inline-flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.rh-final-cta-actions .btn { padding: 14px 28px; font-size: 14px; }

[data-theme="light"] .rh-final-cta {
    background:
        radial-gradient(ellipse at top left, rgba(106,26,176,0.18) 0%, transparent 60%),
        radial-gradient(ellipse at bottom right, rgba(106,26,176,0.10) 0%, transparent 60%),
        #fff;
    border-color: rgba(106,26,176,0.25);
}

/* =============================================================
   PILLS / CHIPS DE NAVEGACAO
   ============================================================= */

.rh-chip-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.rh-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--border-default);
    border-radius: var(--radius-full);
    font-size: 13px;
    color: var(--text-secondary);
    text-decoration: none;
    transition: all var(--transition-fast);
}

.rh-chip:hover {
    background: rgba(138,43,214,0.12);
    border-color: rgba(138,43,214,0.4);
    color: var(--text-primary);
    text-decoration: none;
}

.rh-chip svg { width: 14px; height: 14px; }

[data-theme="light"] .rh-chip { background: #fff; border-color: rgba(13,10,31,0.1); }
