.elementor-8593 .elementor-element.elementor-element-7d0faad{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ff0398e */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:       #FAF7F2;
  --bg2:      #F5F0E8;
  --bg3:      #EDE6D8;
  --card:     #FFFCF7;
  --border:   rgba(180,140,90,0.15);
  --border2:  rgba(180,140,90,0.28);
  --accent:   #C2703A;
  --accent2:  #A85A28;
  --text:     #2C1F0E;
  --text2:    #7A5C3A;
  --text3:    #B89A78;
  --radius:   14px;
  --radius-sm:8px;

  --c-salud:    #E05252;
  --c-personal: #8B5CF6;
  --c-familia:  #22C55E;
  --c-finanzas: #F59E0B;
  --c-trabajo:  #3B82F6;
  --c-amigos:   #EC4899;
  --c-espirit:  #A855F7;
  --c-ocio:     #10B981;
}

body { background: var(--bg); min-height: 100vh; }

.rdv-app { font-family: 'DM Sans', sans-serif; color: var(--text); width: 100%; max-width: 680px; margin: 0 auto; padding: 2rem 1rem; }

/* STEPS */
.rdv-steps { display: flex; gap: 8px; justify-content: center; margin-bottom: 2rem; }
.rdv-step { width: 10px; height: 10px; border-radius: 50%; background: var(--bg3); border: 1px solid var(--border2); transition: all 0.25s; }
.rdv-step.active { background: var(--accent); transform: scale(1.35); border-color: var(--accent); }
.rdv-step.done   { background: var(--accent2); border-color: var(--accent2); }

/* SCREENS */
.rdv-screen { display: none; animation: rdvIn 0.35s ease; }
.rdv-screen.active { display: block; }
@keyframes rdvIn { from { opacity:0; transform:translateY(14px); } to { opacity:1; transform:translateY(0); } }

/* PROGRESS BAR */
.rdv-progress-wrap { background: var(--card); border: 1px solid var(--border2); border-radius: var(--radius); padding: 1.25rem 1.5rem; margin-bottom: 1.25rem; }
.rdv-progress-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.75rem; }
.rdv-progress-label { font-size: 0.8rem; color: var(--text2); font-weight: 500; }
.rdv-progress-counter { font-family: 'Sora', sans-serif; font-size: 0.82rem; font-weight: 600; color: var(--accent2); }
.rdv-progress-track { height: 6px; background: var(--bg3); border-radius: 99px; overflow: hidden; }
.rdv-progress-fill { height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--accent2), var(--accent)); transition: width 0.4s ease; }
.rdv-progress-areas { display: flex; gap: 4px; margin-top: 0.6rem; }
.rdv-progress-dot { flex: 1; height: 3px; border-radius: 99px; background: var(--bg3); transition: background 0.3s; }
.rdv-progress-dot.done   { background: var(--accent2); }
.rdv-progress-dot.active { background: var(--accent); }

/* INTRO */
.rdv-hero { text-align: center; padding: 3rem 2rem 2.5rem; background: var(--card); border: 1px solid var(--border2); border-radius: var(--radius); margin-bottom: 2rem; position: relative; overflow: hidden; }
.rdv-hero::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(194,112,58,0.08) 0%, transparent 70%); pointer-events:none; }
.rdv-wheel-icon { width: 72px; height: 72px; margin: 0 auto 1.5rem; }
.rdv-hero h1 { font-family: 'Sora', sans-serif; font-size: 2rem; font-weight: 700; margin-bottom: 0.75rem; color: var(--accent2); }
.rdv-hero p { color: var(--text2); font-size: 0.95rem; max-width: 540px; margin: 0 auto; line-height: 1.7; }

.rdv-areas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 2rem; }
.rdv-area-chip { background: var(--card); border: 1px solid var(--border2); border-radius: var(--radius-sm); padding: 1rem 0.75rem; text-align: center; }
.rdv-area-dot { width: 10px; height: 10px; border-radius: 50%; margin: 0 auto 0.6rem; }
.rdv-area-chip span { font-size: 0.78rem; font-weight: 500; color: var(--text2); }

/* FORM */
.rdv-form-box { background: var(--card); border: 1px solid var(--border2); border-radius: var(--radius); padding: 2rem; margin-bottom: 1.5rem; }
.rdv-form-box h2 { font-family: 'Sora', sans-serif; font-size: 1.2rem; font-weight: 600; margin-bottom: 0.4rem; color: var(--text); }
.rdv-form-box .sub { color: var(--text2); font-size: 0.88rem; margin-bottom: 1.75rem; }
.rdv-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.rdv-fg { display: flex; flex-direction: column; gap: 5px; }
.rdv-fg.full { grid-column: 1 / -1; }
.rdv-fg label { font-size: 0.78rem; font-weight: 500; color: var(--text2); letter-spacing: 0.03em; }
.rdv-fg input { background: var(--bg2); border: 1px solid var(--border2); border-radius: var(--radius-sm); padding: 0.72rem 1rem; font-size: 0.92rem; color: var(--text); font-family: 'DM Sans', sans-serif; outline: none; transition: border-color 0.2s; }
.rdv-fg input:focus { border-color: var(--accent); }
.rdv-fg input::placeholder { color: var(--text3); }
.rdv-ferr { font-size: 0.76rem; color: #c0392b; display: none; }
.rdv-alert { font-size: 0.82rem; color: #c0392b; padding: 0.7rem 1rem; background: rgba(192,57,43,0.07); border: 1px solid rgba(192,57,43,0.2); border-radius: var(--radius-sm); display: none; margin-top: 1rem; }

/* SECTION CARD (single section view) */
.rdv-section-card { background: var(--card); border: 1px solid var(--border2); border-radius: var(--radius); overflow: hidden; margin-bottom: 1.25rem; }
.rdv-section-head-static { display: flex; align-items: center; gap: 12px; padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--border); }
.rdv-section-title-static { font-family: 'Sora', sans-serif; font-size: 1.1rem; font-weight: 600; color: var(--text); }
.rdv-section-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.rdv-section-avg-static { margin-left: auto; font-size: 0.8rem; color: var(--text2); font-weight: 500; }
.rdv-section-body { padding: 1.5rem; display: flex; flex-direction: column; gap: 1.1rem; }

/* SLIDERS */
.rdv-slider-row { display: flex; flex-direction: column; gap: 6px; }
.rdv-slider-top { display: flex; align-items: center; justify-content: space-between; }
.rdv-slider-label { font-size: 0.86rem; color: var(--text2); line-height: 1.4; }
.rdv-slider-val { min-width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.82rem; font-weight: 700; color: #fff; flex-shrink: 0; }
.rdv-slider-wrap { position: relative; }
input[type=range].rdv-range { -webkit-appearance: none; appearance: none; width: 100%; height: 5px; border-radius: 99px; outline: none; cursor: pointer; }
input[type=range].rdv-range::-webkit-slider-thumb { -webkit-appearance: none; width: 20px; height: 20px; border-radius: 50%; cursor: pointer; border: 2px solid var(--bg); box-shadow: 0 0 0 2px currentColor; }
input[type=range].rdv-range::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; cursor: pointer; border: 2px solid var(--bg); box-shadow: 0 0 0 2px currentColor; }

/* TOGGLE */
.rdv-toggle-row { display: flex; align-items: center; justify-content: space-between; padding: 0.5rem 0; border-bottom: 1px solid var(--border); margin-bottom: 0.5rem; }
.rdv-toggle-label { font-size: 0.8rem; color: var(--text2); font-weight: 500; }
.rdv-toggle-hint { font-size: 0.72rem; color: var(--text3); font-style: italic; margin-top: 2px; }
.rdv-toggle-btn { position: relative; width: 40px; height: 22px; cursor: pointer; }
.rdv-toggle-btn input { opacity: 0; width: 0; height: 0; }
.rdv-toggle-track { position: absolute; inset: 0; border-radius: 99px; background: var(--bg3); border: 1px solid var(--border2); transition: background 0.2s; }
.rdv-toggle-thumb { position: absolute; top: 3px; left: 3px; width: 14px; height: 14px; border-radius: 50%; background: var(--text3); transition: left 0.2s, background 0.2s; }
.rdv-toggle-btn input:checked ~ .rdv-toggle-track { background: var(--accent); border-color: var(--accent); }
.rdv-toggle-btn input:checked ~ .rdv-toggle-thumb { left: 21px; background: #fff; }
.rdv-slider-disabled { opacity: 0.35; pointer-events: none; }

/* RESULTS */
.rdv-results-wrap { display: flex; flex-direction: column; gap: 1.5rem; }
.rdv-res-header { background: var(--card); border: 1px solid var(--border2); border-radius: var(--radius); padding: 2rem; text-align: center; }
.rdv-res-header h2 { font-family: 'Sora', sans-serif; font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--text); }
.rdv-res-header .sub { color: var(--text2); font-size: 0.88rem; }
.rdv-wheel-canvas-wrap { display: flex; justify-content: center; margin: 1.5rem 0; }
.rdv-wheel-canvas-wrap canvas { max-width: 340px; width: 100%; }
.rdv-score-total { font-family: 'Sora', sans-serif; font-size: 2.8rem; font-weight: 700; color: var(--accent2); }
.rdv-score-label { font-size: 0.85rem; color: var(--text2); margin-top: 2px; }

.rdv-res-areas { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.rdv-res-area { background: var(--card); border: 1px solid var(--border2); border-radius: var(--radius-sm); padding: 1rem 0.75rem; text-align: center; }
.rdv-res-area .area-name { font-size: 0.72rem; color: var(--text2); margin-bottom: 6px; font-weight: 500; }
.rdv-res-area .area-score { font-family: 'Sora', sans-serif; font-size: 1.5rem; font-weight: 700; }
.rdv-res-area .area-bar-track { height: 4px; background: var(--bg3); border-radius: 99px; margin-top: 6px; overflow: hidden; }
.rdv-res-area .area-bar-fill { height: 100%; border-radius: 99px; }

.rdv-insights { background: var(--card); border: 1px solid var(--border2); border-radius: var(--radius); padding: 1.75rem; }
.rdv-insights h3 { font-family: 'Sora', sans-serif; font-size: 1rem; font-weight: 600; margin-bottom: 1.25rem; color: var(--accent2); }
.rdv-insight-row { display: flex; align-items: flex-start; gap: 12px; padding: 0.9rem 1rem; border-radius: var(--radius-sm); margin-bottom: 8px; }
.rdv-insight-row:last-child { margin-bottom: 0; }
.rdv-insight-row.strength { background: rgba(34,197,94,0.06); border: 1px solid rgba(34,197,94,0.18); }
.rdv-insight-row.weak    { background: rgba(224,82,82,0.06); border: 1px solid rgba(224,82,82,0.18); }
.rdv-insight-row.balance { background: rgba(194,112,58,0.06); border: 1px solid rgba(194,112,58,0.18); }
.rdv-insight-icon { font-size: 1.1rem; margin-top: 1px; }
.rdv-insight-text { font-size: 0.88rem; color: var(--text2); line-height: 1.6; }
.rdv-insight-text strong { color: var(--text); }

/* BUTTONS */
.rdv-btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--accent2); color: #fff; border: none; border-radius: var(--radius-sm); padding: 0.82rem 1.8rem; font-family: 'DM Sans', sans-serif; font-size: 0.92rem; font-weight: 500; cursor: pointer; transition: opacity 0.15s, transform 0.1s; }
.rdv-btn-primary:hover { opacity: 0.88; }
.rdv-btn-primary:active { transform: scale(0.97); }
.rdv-btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--text2); border: 1px solid var(--border2); border-radius: var(--radius-sm); padding: 0.82rem 1.8rem; font-family: 'DM Sans', sans-serif; font-size: 0.92rem; cursor: pointer; transition: background 0.15s; }
.rdv-btn-secondary:hover { background: var(--bg3); }
.rdv-nav-row { display: flex; justify-content: flex-end; gap: 12px; margin-top: 1.75rem; }
.rdv-nav-row.between { justify-content: space-between; }

@media (max-width: 600px) {
  .rdv-areas-grid { grid-template-columns: repeat(2, 1fr); }
  .rdv-res-areas { grid-template-columns: repeat(2, 1fr); }
  .rdv-form-grid { grid-template-columns: 1fr; }
  .rdv-hero h1 { font-size: 1.55rem; }
}/* End custom CSS */