/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* CSS DO QUIZ */

    #rq-app, #rq-app * {
      box-sizing: border-box;
    }

    :root {
      --rq-bg: #5f2359;
      --rq-bg-2: #541f4f;
      --rq-bg-3: #74336e;
      --rq-pink: #ff3d98;
      --rq-pink-2: #ff75b5;
      --rq-white: #ffffff;
      --rq-text-soft: rgba(255,255,255,.78);
      --rq-line: rgba(255,255,255,.16);
      --rq-card: rgba(255,255,255,.06);
      --rq-card-2: rgba(255,255,255,.1);
      --rq-shadow: 0 24px 60px rgba(20, 6, 26, .22);
      --rq-radius-xl: 30px;
      --rq-radius-lg: 22px;
      --rq-radius-md: 18px;
      --rq-radius-sm: 14px;
      --rq-title: "Playfair Display", Georgia, "Times New Roman", serif;
      --rq-body: Inter, Arial, Helvetica, sans-serif;
      --rq-result-bg: #325c5e;
      --rq-result-bg-2: #517a71;
      --rq-light-bg: #faf7fc;
      --rq-light-card: rgba(255,255,255,.84);
      --rq-dark-text: #34253e;
      --rq-dark-soft: #72647c;
      --rq-max: 1220px;
      --rq-gradient-primary: linear-gradient(135deg, #5f2359 0%, #ff3d98 100%);
      --rq-gradient-soft: linear-gradient(135deg, #f6effa 0%, #faf8fc 100%);
      --rq-gradient-card: linear-gradient(180deg, #ffffff 0%, #fbf6fd 100%);
      --rq-gradient-enne: linear-gradient(135deg, #325c5e 0%, #517a71 100%);
    }

    html, body {
      margin: 0;
      padding: 0;
      background: #fff;
      font-family: var(--rq-body);
    }

    body.rq-quiz-body {
      overflow: hidden;
    }

    body.rq-quiz-body.rq-unlock-scroll {
      overflow-y: auto !important;
      overflow-x: hidden !important;
    }

    body.rq-quiz-body.rq-result-active {
      background:
        radial-gradient(circle at 10% 20%, rgba(255,255,255,.06) 0%, transparent 25%),
        linear-gradient(180deg, var(--rq-result-bg) 0%, var(--rq-result-bg-2) 100%);
    }

    #rq-app {
      position: relative;
      min-height: 100vh;
      overflow: hidden;
      color: var(--rq-white);
      border: 0 !important;
      outline: 0 !important;
      box-shadow: none !important;
      background:
        radial-gradient(circle at top left, rgba(255,255,255,.07) 0, transparent 22%),
        radial-gradient(circle at 80% 30%, rgba(255,255,255,.05) 0, transparent 28%),
        linear-gradient(135deg, var(--rq-bg-2) 0%, var(--rq-bg) 55%, #6f276c 100%);
    }

    #rq-app.rq-unlock-scroll {
      overflow: visible;
    }

    #rq-app.rq-lead-active,
    #rq-app.rq-question-active {
      height: auto !important;
      min-height: 100vh;
      overflow-x: hidden !important;
      overflow-y: visible !important;
    }

    body.rq-quiz-body.rq-lead-active,
    #rq-app.rq-lead-active {
      background:
        radial-gradient(circle at 14% 86%, rgba(126,31,112,.05) 0%, transparent 24%),
        linear-gradient(180deg, #fbf9fc 0%, #f8f6fa 100%) !important;
    }

    #rq-screen-lead.is-active {
      min-height: 100vh;
      background:
        radial-gradient(circle at 14% 86%, rgba(126,31,112,.05) 0%, transparent 24%),
        linear-gradient(180deg, #fbf9fc 0%, #f8f6fa 100%) !important;
    }

    #rq-app.rq-result-active {
      min-height: 100dvh;
      background:
        radial-gradient(circle at 10% 20%, rgba(255,255,255,.06) 0%, transparent 25%),
        linear-gradient(180deg, var(--rq-result-bg) 0%, var(--rq-result-bg-2) 100%);
    }

    #rq-app::before,
    #rq-app::after {
      content: "";
      position: absolute;
      border-radius: 999px;
      pointer-events: none;
      opacity: .22;
      filter: blur(2px);
    }

    #rq-app::before {
      width: 420px;
      height: 420px;
      top: -130px;
      left: -100px;
      background: radial-gradient(circle, rgba(255,60,143,.65) 0%, transparent 70%);
    }

    #rq-app::after {
      width: 560px;
      height: 560px;
      right: -180px;
      bottom: -220px;
      background: radial-gradient(circle, rgba(255,111,174,.35) 0%, transparent 70%);
    }

    .rq-container {
      width: min(calc(100% - 32px), var(--rq-max));
      margin: 0 auto;
      position: relative;
      z-index: 2;
      border: 0 !important;
      outline: 0 !important;
      box-shadow: none !important;
      background: transparent !important;
    }

    #rq-app > .rq-container {
      width: 100% !important;
      max-width: none !important;
      margin: 0 !important;
      padding: 0 !important;
      border: 0 !important;
      outline: 0 !important;
      box-shadow: none !important;
      background: transparent !important;
    }

    .rq-screen {
      min-height: 100vh;
      display: none;
      align-items: center;
      padding: 28px 0;
      border: 0 !important;
      outline: 0 !important;
      box-shadow: none !important;
    }

    #rq-app section {
      border: 0 !important;
      outline: 0 !important;
      box-shadow: none !important;
      background-clip: padding-box;
    }

    body.rq-quiz-body .site-main,
    body.page-template-template-quiz .site-main,
    body.rq-quiz-body .site-content,
    body.page-template-template-quiz .site-content,
    body.rq-quiz-body .content-area,
    body.page-template-template-quiz .content-area,
    body.rq-quiz-body article,
    body.page-template-template-quiz article,
    body.rq-quiz-body .page-content,
    body.page-template-template-quiz .page-content,
    body.rq-quiz-body .entry-content,
    body.page-template-template-quiz .entry-content,
    body.rq-quiz-body .elementor,
    body.page-template-template-quiz .elementor,
    body.rq-quiz-body .elementor-section,
    body.page-template-template-quiz .elementor-section,
    body.rq-quiz-body .elementor-widget-wrap,
    body.page-template-template-quiz .elementor-widget-wrap {
      border: 0 !important;
      outline: 0 !important;
      box-shadow: none !important;
      background: transparent !important;
    }

    .rq-screen.is-active {
      display: flex;
      animation: rqFade .28s ease;
    }

    #rq-screen-hero {
      width: 100vw;
      min-height: 100vh;
      margin-left: calc(50% - 50vw);
      padding: 0;
      position: relative;
      z-index: 3;
      color: #25172e;
    }

    .rq-hero-shell {
      width: 100%;
      min-height: 100vh;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      padding: 96px 24px 84px;
      background: #f4f0ef;
    }

    .rq-hero-bg {
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.82) 30%, rgba(255,255,255,.58) 58%, rgba(255,255,255,.76) 100%),
        linear-gradient(180deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.92) 100%),
        radial-gradient(circle at 54% 34%, rgba(148,92,118,.23) 0, transparent 25%),
        linear-gradient(115deg, #ffffff 0%, #eee8e4 38%, #d9d0cc 100%);
      background-size: cover;
      background-position: center;
      filter: saturate(.82);
      transform: scale(1.01);
    }

    .rq-hero-shell.has-image .rq-hero-bg {
      background-image:
        linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.78) 31%, rgba(255,255,255,.55) 58%, rgba(255,255,255,.78) 100%),
        linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.88) 100%),
        var(--rq-hero-image);
    }

    .rq-hero-content {
      width: min(100%, 720px);
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .rq-hero-badge {
      width: 80px;
      height: 80px;
      margin: 0 0 30px;
      color: #fff;
      font-size: 44px;
      font-family: "Segoe UI Symbol", "Arial Unicode MS", sans-serif;
      font-weight: 400;
      line-height: 1;
      background: linear-gradient(135deg, #841b73 0%, #f33188 100%);
      box-shadow: 0 16px 26px rgba(123,30,112,.28);
    }

    .rq-hero-eyebrow {
      margin-bottom: 22px;
      color: #7444c7;
      font-size: 14px;
      letter-spacing: .28em;
    }

    .rq-hero-title {
      max-width: 720px;
      margin-bottom: 24px;
      color: #27152f;
      font-size: 3rem;
      line-height: .94;
      letter-spacing: -.02em;
    }

    .rq-hero-subtitle {
      max-width: 640px;
      color: #63245b;
      font-size: clamp(18px, 1.45vw, 22px);
      line-height: 1.55;
    }

    #rq-screen-hero .rq-actions {
      justify-content: center;
      margin-top: 42px;
    }

    #rq-screen-hero .rq-btn-primary {
      min-width: 258px;
      min-height: 60px;
      background: linear-gradient(90deg, #812172 0%, #f4368b 100%);
      box-shadow: 0 18px 34px rgba(125,31,112,.25);
    }

    #rq-screen-hero .rq-copy-note {
      max-width: 330px;
      margin-top: 24px;
      color: #8d8196;
      font-size: 13px;
      line-height: 1.35;
    }

    .rq-hero-scroll {
      position: absolute;
      left: 50%;
      bottom: 24px;
      z-index: 1;
      transform: translateX(-50%);
      color: #b285dc;
      font-size: 34px;
      line-height: 1;
    }

    @keyframes rqFade {
      from {
        opacity: 0;
        transform: translateY(10px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .rq-grid {
      width: 100%;
      display: grid;
      grid-template-columns: 1.08fr .92fr;
      gap: 42px;
      align-items: center;
    }

    #rq-screen-question .rq-grid {
      width: min(calc(100% - 32px), var(--rq-max));
      margin: 0 auto;
    }

    .rq-badge {
      width: 74px;
      height: 74px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, #7b1e70 0%, var(--rq-pink) 100%);
      box-shadow: 0 14px 28px rgba(255,60,143,.24);
      margin-bottom: 20px;
      font-size: 36px;
      font-family: "Segoe UI Symbol", "Arial Unicode MS", sans-serif;
      font-weight: 400;
    }

    .rq-eyebrow {
      font-size: 13px;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: #ddc4ee;
      font-weight: 700;
      margin-bottom: 18px;
    }

    .rq-title-xl,
    .rq-title-lg,
    .rq-title-md {
      margin: 0;
      font-family: var(--rq-title);
      line-height: .95;
      letter-spacing: -.03em;
    }

    .rq-title-xl {
      font-size: clamp(40px, 5.8vw, 76px);
      max-width: 760px;
      margin-bottom: 20px;
    }

    .rq-title-lg {
      font-size: clamp(34px, 4.3vw, 60px);
      margin-bottom: 12px;
    }

    .rq-title-md {
      font-size: clamp(32px, 4vw, 54px);
      margin-bottom: 14px;
    }

    .rq-subtitle {
      font-size: clamp(18px, 1.8vw, 24px);
      line-height: 1.6;
      color: var(--rq-text-soft);
      max-width: 620px;
    }

    .rq-copy-note {
      margin-top: 18px;
      font-size: 14px;
      color: rgba(255,255,255,.65);
    }

    .rq-actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: 28px;
    }

    .rq-btn {
      appearance: none;
      border: 0;
      cursor: pointer;
      text-decoration: none;
      min-height: 58px;
      padding: 0 28px;
      border-radius: 999px;
      font-size: 18px;
      font-weight: 700;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: .2s ease;
    }

    .rq-btn:hover {
      transform: translateY(-1px);
    }

    .rq-btn-primary {
      color: #fff;
      background: linear-gradient(90deg, #7d1f70 0%, var(--rq-pink) 100%);
      box-shadow: 0 14px 28px rgba(255,60,143,.22);
    }

    .rq-btn-secondary {
      color: #fff;
      background: transparent;
      border: 1px solid rgba(255,255,255,.25);
    }

    .rq-hero-visual,
    .rq-question-visual {
      min-height: 620px;
      border-radius: 34px;
      overflow: hidden;
      position: relative;
      box-shadow: var(--rq-shadow);
      background:
        linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.32)),
        linear-gradient(135deg, #c8a8c4 0%, #7f4f80 50%, #5f285e 100%);
    }

    .rq-hero-visual.has-image,
    .rq-question-visual.has-image {
      background-size: cover;
      background-position: center;
    }

    .rq-hero-visual::after,
    .rq-question-visual::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(22,8,25,.06) 0%, rgba(22,8,25,.45) 100%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,.18) 0%, transparent 28%);
    }

    .rq-hero-panel,
    .rq-question-panel {
      position: absolute;
      left: 28px;
      right: 28px;
      bottom: 28px;
      z-index: 2;
      background: rgba(255,255,255,.09);
      border: 1px solid rgba(255,255,255,.18);
      backdrop-filter: blur(8px);
      border-radius: 24px;
      padding: 22px;
    }

    .rq-visual-tag {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 8px 14px;
      font-size: 13px;
      font-weight: 700;
      background: rgba(255,255,255,.14);
      color: #fff;
      margin-bottom: 12px;
    }

    .rq-visual-title {
      margin: 0 0 8px;
      font-size: 28px;
      font-family: var(--rq-title);
      line-height: 1.04;
      letter-spacing: -.02em;
    }

    .rq-visual-text {
      margin: 0;
      color: rgba(255,255,255,.88);
      line-height: 1.6;
      font-size: 15px;
    }

    .rq-mini-grid {
      margin-top: 16px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }

    .rq-mini-card {
      min-height: 94px;
      padding: 14px;
      border-radius: 16px;
      display: flex;
      align-items: end;
      font-size: 14px;
      font-weight: 700;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.14);
    }

    .rq-light-screen {
      background:
        radial-gradient(circle at 14% 86%, rgba(126,31,112,.05) 0%, transparent 24%),
        linear-gradient(180deg, #fbf9fc 0%, #f8f6fa 100%);
      color: var(--rq-dark-text);
    }

    #rq-screen-lead {
      width: 100vw;
      min-height: 100vh;
      margin-left: calc(50% - 50vw);
      padding: 0;
      background:
        radial-gradient(circle at 14% 86%, rgba(126,31,112,.05) 0%, transparent 24%),
        linear-gradient(180deg, #fbf9fc 0%, #f8f6fa 100%);
      box-shadow: none;
      border: 0;
      outline: 0 !important;
    }

    #rq-screen-lead > .rq-lead-wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      width: min(calc(100% - 32px), 448px);
      min-height: 100vh;
      margin: 0 auto;
      background: transparent !important;
      box-shadow: none;
      border: 0;
    }

    .rq-lead-card {
      width: 100%;
      max-width: 448px;
      background: transparent !important;
      border-radius: 0;
      box-shadow: none !important;
      border: 0;
      padding: 48px 0 42px;
    }

    .rq-lead-icon {
      width: 64px;
      height: 64px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      margin: 0 auto 26px;
      background: linear-gradient(135deg, #8b1f77 0%, #ec3284 100%);
      color: #fff;
      font-size: 42px;
      font-family: "Segoe UI Symbol", "Arial Unicode MS", sans-serif;
      font-weight: 400;
      line-height: 1;
      box-shadow: 0 18px 28px rgba(126,31,112,.18);
    }

    .rq-center {
      text-align: center;
    }

    .rq-light-title {
      color: #2f2238;
      margin: 0 0 8px;
      font-family: var(--rq-title);
      font-size: 32px;
      line-height: 1;
      letter-spacing: -.02em;
    }

    .rq-light-subtitle {
      margin: 0 auto 34px;
      max-width: 395px;
      font-size: 17px;
      line-height: 1.45;
      color: #81748e;
    }

    .rq-form {
      display: grid;
      gap: 20px;
    }

    .rq-city-fieldset {
      border: 0;
      margin: 0;
      padding: 0;
    }

    .rq-field label,
    .rq-fieldset-title {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 700;
      color: #2d2037;
    }

    .rq-field-hint {
      margin: -2px 0 10px;
      font-size: 12px;
      line-height: 1.4;
      color: #8a7c93;
    }

    .rq-label-icon {
      width: 16px;
      height: 16px;
      flex: 0 0 16px;
      color: #7d42d1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .rq-label-icon svg {
      width: 16px;
      height: 16px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .rq-input {
      width: 100%;
      min-height: 48px;
      border-radius: 10px;
      border: 1.5px solid #27172f;
      background: #fbfafc;
      color: #2e2337;
      padding: 0 16px;
      font-size: 16px;
      outline: none;
      transition: .2s ease;
    }

    .rq-input:focus {
      border-color: var(--rq-pink);
      box-shadow: 0 0 0 4px rgba(255,60,143,.10);
    }

    .rq-select-wrap {
      position: relative;
    }

    .rq-select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      padding-right: 44px;
      cursor: pointer;
      color: #2e2337;
      background-color: #fbfafc;
    }

    .rq-select-wrap::after {
      content: "";
      position: absolute;
      right: 16px;
      top: 50%;
      width: 10px;
      height: 10px;
      border-right: 2px solid #6f5f7b;
      border-bottom: 2px solid #6f5f7b;
      transform: translateY(-60%) rotate(45deg);
      pointer-events: none;
    }

    .rq-field-city {
      position: relative;
    }

    .rq-city-picker {
      position: relative;
    }

    .rq-city-input {
      padding-right: 40px;
      cursor: pointer;
      background: #fff;
    }

    .rq-city-caret {
      position: absolute;
      right: 14px;
      top: 50%;
      width: 8px;
      height: 8px;
      border-right: 2px solid #7a7a7a;
      border-bottom: 2px solid #7a7a7a;
      transform: translateY(-65%) rotate(45deg);
      pointer-events: none;
      transition: transform .18s ease;
    }

    .rq-city-picker.is-open .rq-city-input {
      border-color: #7aa7ef;
      box-shadow: 0 0 0 2px rgba(122, 167, 239, .18);
    }

    .rq-city-picker.is-open .rq-city-caret {
      transform: translateY(-35%) rotate(-135deg);
    }

    .rq-city-dropdown {
      position: absolute;
      left: 0;
      right: 0;
      top: calc(100% + 8px);
      border-radius: 4px;
      border: 1px solid #c9c9c9;
      background: #fff;
      box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
      overflow: hidden;
      z-index: 50;
    }

    .rq-city-search-wrap {
      position: relative;
      border-bottom: 1px solid #d7d7d7;
      background: #fff;
    }

    .rq-city-search {
      width: 100%;
      height: 36px;
      border: 0;
      outline: 0;
      padding: 0 10px;
      font-size: 15px;
      color: #242424;
      background: transparent;
    }

    .rq-city-search-icon {
      display: none;
    }

    .rq-city-list {
      max-height: 142px;
      overflow-y: auto;
      padding-bottom: 34px;
    }

    .rq-city-option {
      width: 100%;
      border: 0;
      border-bottom: 1px solid #efefef;
      background: transparent;
      text-align: left;
      padding: 8px 10px;
      color: #2b2b2b;
      font-size: 15px;
      line-height: 1.2;
      cursor: pointer;
    }

    .rq-city-option:last-child {
      border-bottom: 0;
    }

    .rq-city-option:hover {
      background: #f3f3f3;
    }

    .rq-city-empty {
      padding: 12px;
      color: #7b7b7b;
      font-size: 14px;
    }

    .rq-city-meta {
      padding: 8px 10px;
      border-top: 1px solid #efefef;
      background: #fafafa;
      color: #6b6b6b;
      font-size: 12px;
      line-height: 1.35;
    }

    .rq-city-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }

    .rq-pill {
      position: relative;
    }

    .rq-pill input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }

    .rq-pill span {
      min-height: 48px;
      border-radius: 10px;
      border: 2px solid #27172f;
      background: #fbfafc;
      color: #2d2037;
      font-size: 15px;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: .2s ease;
      padding: 0 18px;
    }

    .rq-pill input:checked + span {
      border-color: #7d1f70;
      background: #fff;
      box-shadow: 0 0 0 4px rgba(125,31,112,.08);
      color: #2d2037;
    }

    #rq-screen-lead .rq-btn-primary {
      width: 100%;
      min-height: 48px;
      margin-top: 0;
      font-size: 16px;
      background: linear-gradient(90deg, #cbb2c8 0%, #e8aeca 100%);
      box-shadow: 0 12px 22px rgba(125,31,112,.10);
      transition: background .2s ease, box-shadow .2s ease;
    }

    #rq-screen-lead .rq-btn-primary.is-enabled {
      background: linear-gradient(90deg, #812172 0%, #f4368b 100%);
      box-shadow: 0 16px 30px rgba(125,31,112,.24);
    }

    .rq-form-note {
      text-align: center;
      font-size: 13px;
      color: #8a7c93;
      margin-top: 0;
    }

    .rq-error {
      display: none;
      font-size: 14px;
      color: #c62965;
      margin-top: 4px;
    }

    .rq-question-stage {
      width: min(calc(100% - 32px), var(--rq-max));
      margin: 0 auto;
      position: relative;
    }

    #rq-screen-question {
      align-items: flex-start;
      padding: 10px 0 24px;
    }

    .rq-question-header {
      margin-bottom: 24px;
    }

    .rq-question-grid {
      display: grid;
      grid-template-columns: 1.02fr .98fr;
      gap: 42px;
      align-items: start;
    }

    .rq-question-main {
      max-width: 560px;
    }

    #rq-screen-question .rq-title-lg {
      font-size: clamp(30px, 2.5vw, 44px);
      margin-bottom: 10px;
    }

    #rq-screen-question .rq-subtitle {
      color: rgba(255,255,255,.90);
      font-size: clamp(15px, 1.05vw, 18px);
      line-height: 1.45;
      max-width: 500px;
    }

    .rq-topbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 8px;
    }

    .rq-back {
      background: transparent;
      border: 0;
      color: rgba(255,255,255,.9);
      font-size: 16px;
      font-weight: 400;
      cursor: pointer;
      padding: 0;
    }

    #rq-screen-question .rq-back {
      all: unset;
      color: rgba(255,255,255,.9);
      font-size: 16px;
      font-weight: 400;
      cursor: pointer;
      line-height: 1;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .rq-step {
      color: rgba(255,255,255,.9);
      font-weight: 400;
      font-size: 14px;
    }

    .rq-progress {
      width: 100%;
      height: 6px;
      border-radius: 999px;
      overflow: hidden;
      background: rgba(255,255,255,.18);
      margin-bottom: 120px;
    }

    .rq-progress-bar {
      height: 100%;
      width: 0;
      background: linear-gradient(90deg, #ffaad0 0%, #ff76b4 48%, #ff3c8f 100%);
      border-radius: 999px;
      transition: width .2s ease;
    }

    .rq-info {
      margin: 22px 0 24px;
      padding: 14px 16px;
      border-radius: 18px;
      background: rgba(255,60,143,.10);
      border: 1px solid rgba(255,255,255,.14);
      color: #ffe6f1;
      font-size: 14px;
      line-height: 1.6;
      display: flex;
      gap: 12px;
      align-items: flex-start;
    }

    .rq-info-icon {
      width: 20px;
      flex: 0 0 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      line-height: 1;
      margin-top: 2px;
    }

    .rq-info-text {
      flex: 1 1 auto;
      min-width: 0;
    }

    .rq-options {
      display: grid;
      gap: 14px;
    }

    .rq-option {
      position: relative;
    }

    .rq-option input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }

    .rq-option-box {
      min-height: 64px;
      border: 2px solid rgba(255,255,255,.22);
      border-radius: 18px;
      background: rgba(255,255,255,.03);
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 14px 18px;
      cursor: pointer;
      transition: .18s ease;
    }

    .rq-option-box::before {
      content: "";
      width: 20px;
      height: 20px;
      flex: 0 0 20px;
      border-radius: 999px;
      border: 2px solid rgba(255,255,255,.34);
      transition: .18s ease;
    }

    .rq-option input:checked + .rq-option-box {
      border-color: rgba(255,255,255,.38);
      background: linear-gradient(90deg, rgba(125,31,112,.18) 0%, rgba(255,60,143,.10) 100%);
      box-shadow: 0 14px 28px rgba(12,4,18,.12);
    }

    .rq-option input:checked + .rq-option-box::before {
      border-color: var(--rq-pink);
      background: radial-gradient(circle, var(--rq-pink) 0 45%, transparent 48%);
    }

    .rq-option-text {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.45;
    }

    #rq-screen-question .rq-option-text {
      all: unset;
      display: block;
      color: #fff;
      font-size: 15px;
      font-weight: 600;
      line-height: 1.45;
    }

    .rq-question-gallery {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      align-content: start;
    }

    .rq-question-gallery.is-single {
      grid-template-columns: minmax(0, 1fr);
      justify-items: center;
    }

    .rq-gallery-card {
      aspect-ratio: 0.9 / 1;
      border-radius: 16px;
      overflow: hidden;
      position: relative;
      border: 1px solid rgba(255,255,255,.16);
      background-size: cover;
      background-position: center;
      box-shadow: 0 18px 32px rgba(17,8,27,.22);
    }

    .rq-question-gallery.is-single .rq-gallery-card-single {
      width: min(100%, 380px);
      aspect-ratio: 0.8 / 1;
    }

    .rq-gallery-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(15,10,26,.34) 100%);
    }

    .rq-gallery-card-1 {
      background-image: linear-gradient(135deg, #d9e6e3 0%, #8da8bc 100%);
    }

    .rq-gallery-card-2 {
      background-image: linear-gradient(135deg, #d5dee4 0%, #8c8ab4 100%);
    }

    .rq-gallery-card-3 {
      background-image: linear-gradient(135deg, #e1ddd7 0%, #8f7b9f 100%);
    }

    .rq-gallery-card-4 {
      background-image: linear-gradient(135deg, #ddd7d8 0%, #9a839f 100%);
    }

    .rq-gallery-card.has-image {
      background-size: cover;
      background-position: center;
    }

    .rq-gallery-label {
      position: absolute;
      left: 14px;
      right: 14px;
      bottom: 12px;
      z-index: 1;
      color: #fff;
      font-weight: 700;
      font-size: 20px;
      line-height: 1.2;
      text-shadow: 0 4px 16px rgba(0,0,0,.4);
    }

    .rq-result-screen {
      background:
        radial-gradient(circle at 10% 20%, rgba(255,255,255,.06) 0%, transparent 25%),
        linear-gradient(180deg, var(--rq-result-bg) 0%, var(--rq-result-bg-2) 100%);
    }

    #rq-screen-result {
      align-items: flex-start;
      min-height: 100dvh;
      padding: 26px 0 34px;
    }

    .rq-result-card {
      width: 100%;
      border-radius: 32px;
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: 0 20px 50px rgba(17, 48, 51, .28);
      backdrop-filter: blur(3px);
      padding: 32px;
    }

    #rq-screen-result .rq-result-card {
      width: min(calc(100% - 32px), var(--rq-max));
      margin: 0 auto;
    }

    .rq-result-kicker {
      text-align: center;
      font-size: 18px;
      color: rgba(255,255,255,.92);
      margin-bottom: 8px;
    }

    .rq-result-title {
      text-align: center;
      margin: 0 auto 18px;
      max-width: 980px;
      font-family: var(--rq-title);
      font-size: clamp(34px, 4vw, 60px);
      line-height: .95;
      letter-spacing: -.03em;
    }

    .rq-result-text {
      text-align: center;
      max-width: 960px;
      margin: 0 auto 26px;
      color: rgba(255,255,255,.88);
      line-height: 1.7;
      font-size: 18px;
    }

    .rq-result-feature {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      overflow: hidden;
      border-radius: 24px;
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.06);
      margin: 18px 0 20px;
    }

    .rq-result-image {
      min-height: 320px;
      position: relative;
      background:
        linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.18)),
        linear-gradient(135deg, #4f8587 0%, #356c6f 100%);
      background-size: cover;
      background-position: center;
    }

    .rq-result-image::after {
      content: none;
      position: absolute;
      left: 24px;
      bottom: 24px;
      max-width: 320px;
      color: #fff;
      font-family: var(--rq-title);
      font-size: 34px;
      line-height: 1.02;
      letter-spacing: -.02em;
    }

    .rq-result-side {
      padding: 28px 26px;
      color: rgba(255,255,255,.9);
      font-size: 17px;
      line-height: 1.7;
    }

    .rq-result-note {
      margin: 0 0 18px;
      padding: 18px 20px;
      border-radius: 18px;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.12);
      color: rgba(255,255,255,.92);
      font-size: 16px;
      line-height: 1.65;
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }

    .rq-result-note-icon {
      width: 20px;
      height: 20px;
      min-width: 20px;
      margin-top: 1px;
      color: var(--rq-pink);
    }

    .rq-result-note-icon svg {
      width: 100%;
      height: 100%;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.9;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .rq-result-note-text {
      flex: 1;
      min-width: 0;
    }

    .rq-result-section {
      margin: 22px 0 14px;
      color: #ff9cc4;
      font-size: 14px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .08em;
    }

    .rq-action-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }

    .rq-action-card {
      padding: 18px;
      border-radius: 18px;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.12);
      font-size: 16px;
      line-height: 1.6;
      color: rgba(255,255,255,.92);
    }

    .rq-action-card strong {
      display: inline-grid;
      place-items: center;
      width: 28px;
      height: 28px;
      border-radius: 999px;
      margin-right: 10px;
      background: rgba(255,60,143,.22);
      color: #ffb4d1;
      font-size: 14px;
    }

    .rq-result-footer {
      margin-top: 22px;
      text-align: center;
      font-size: 13px;
      color: rgba(255,255,255,.72);
    }

    .rq-brand {
      margin-top: 18px;
      text-align: center;
      font-size: 16px;
      color: rgba(255,255,255,.92);
    }

    .rq-brand strong {
      color: var(--rq-pink-2);
    }

    @media (max-width: 980px) {
      .rq-grid,
      .rq-result-feature {
        grid-template-columns: 1fr;
      }

      .rq-question-grid {
        grid-template-columns: 1fr;
        gap: 28px;
      }

      .rq-question-main {
        max-width: none;
      }

      .rq-hero-visual,
      .rq-question-visual {
        min-height: 380px;
      }

      .rq-result-image {
        min-height: 240px;
      }
    }

    @media (max-width: 720px) {
      .rq-screen {
        padding: 20px 0;
      }

      #rq-screen-hero {
        padding: 0;
      }

      #rq-screen-lead {
        padding: 0;
      }

      .rq-hero-shell {
        padding: 72px 22px 72px;
        align-items: center;
      }

      .rq-hero-bg {
        background:
          linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.78) 100%),
          linear-gradient(180deg, rgba(255,255,255,.28) 0%, rgba(255,255,255,.94) 100%),
          radial-gradient(circle at 50% 28%, rgba(148,92,118,.24) 0, transparent 34%),
          linear-gradient(145deg, #ffffff 0%, #eee8e4 48%, #d9d0cc 100%);
      }

      .rq-hero-badge {
        width: 68px;
        height: 68px;
        margin-bottom: 24px;
        font-size: 38px;
      }

      .rq-hero-eyebrow {
        font-size: 12px;
        letter-spacing: .18em;
        line-height: 1.45;
      }

      .rq-hero-title {
        font-size: clamp(34px, 11vw, 46px);
      }

      .rq-hero-subtitle {
        font-size: 18px;
      }

      #rq-screen-question .rq-title-lg {
        font-size: clamp(32px, 8.6vw, 42px);
      }

      #rq-screen-question .rq-subtitle {
        font-size: 17px;
      }

      .rq-progress {
        margin-bottom: 30px;
      }

      .rq-question-header {
        margin-bottom: 28px;
      }

      #rq-screen-question .rq-question-main {
        margin-top: 52px;
      }

      #rq-screen-question {
        min-height: auto;
        padding-bottom: 28px;
      }

      #rq-screen-question .rq-info {
        margin: 18px 0 24px;
      }

      #rq-screen-question .rq-option-box {
        min-height: 58px;
      }

      #rq-screen-question .rq-option-text {
        font-size: 16px;
      }

      .rq-question-gallery {
        display: none;
        gap: 12px;
      }

      .rq-gallery-label {
        left: 10px;
        right: 10px;
        bottom: 8px;
        font-size: 14px;
      }

      .rq-lead-card,
      .rq-result-card {
        padding: 24px 18px;
      }

      #rq-screen-result {
        padding: 20px 0 26px;
      }

      .rq-lead-card {
        max-width: 448px;
        padding: 42px 0;
      }

      .rq-city-grid,
      .rq-action-grid,
      .rq-mini-grid {
        grid-template-columns: 1fr;
      }

      .rq-city-dropdown {
        top: calc(100% + 10px);
      }

      .rq-city-list {
        max-height: 142px;
        padding-bottom: 34px;
      }

      .rq-actions {
        flex-direction: column;
      }

      .rq-btn {
        width: 100%;
      }

      .rq-option-box {
        min-height: 66px;
        padding: 14px 16px;
      }

      .rq-option-text {
        font-size: 17px;
      }

      .rq-topbar {
        flex-direction: column;
        align-items: flex-start;
      }

      #rq-screen-question .rq-topbar {
        flex-direction: row;
        align-items: center;
      }
    }

    /* AJUSTE FINO — PRIMEIRA PÁGINA (referência Lovable) */
    body.rq-quiz-body,
    body.rq-quiz-body #rq-app {
      margin: 0 !important;
      padding: 0 !important;
    }

    #rq-screen-hero .rq-hero-shell {
      padding: 92px 24px 78px;
      background: #f4f0ef;
    }

    #rq-screen-hero .rq-hero-content {
      width: min(100%, 760px);
      gap: 0;
    }

    #rq-screen-hero .rq-hero-badge {
      width: 78px;
      height: 78px;
      margin: 0 0 26px;
      font-size: 44px;
      font-family: "Segoe UI Symbol", "Arial Unicode MS", sans-serif;
      font-weight: 400;
      line-height: 1;
      border-radius: 999px;
      background: linear-gradient(135deg, #8c1f77 0%, #ec3284 100%);
      box-shadow: 0 14px 28px rgba(126,31,112,.26);
    }

    #rq-screen-hero .rq-hero-eyebrow {
      margin: 0 0 18px;
      color: #7444c7;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .24em;
      text-transform: uppercase;
    }

    #rq-screen-hero .rq-hero-title {
      margin: 0 0 20px;
      color: #27152f;
      font-size: 3rem;
      line-height: .92;
      letter-spacing: -.02em;
      text-wrap: balance;
    }

    #rq-screen-hero .rq-hero-subtitle {
      max-width: 690px;
      margin: 0;
      color: #63245b;
      font-size: clamp(18px, 1.45vw, 22px);
      line-height: 1.55;
      text-wrap: balance;
    }

    #rq-screen-hero .rq-actions {
      margin-top: 38px;
    }

    #rq-screen-hero .rq-btn-primary {
      min-width: 260px;
      min-height: 60px;
      padding: 0 34px;
      border-radius: 999px;
      font-size: 18px;
      font-weight: 700;
      background: linear-gradient(90deg, #812172 0%, #f4368b 100%);
      box-shadow: 0 16px 30px rgba(125,31,112,.24);
    }

    #rq-screen-hero .rq-copy-note {
      max-width: 360px;
      margin-top: 22px;
      color: #8d8196;
      font-size: 13px;
      line-height: 1.35;
      text-wrap: balance;
    }

    #rq-screen-hero .rq-hero-scroll {
      bottom: 16px;
      color: #b285dc;
      font-size: 34px;
      line-height: 1;
    }

    @media (max-width: 720px) {
      #rq-screen-hero .rq-hero-shell {
        padding: 70px 22px 70px;
      }

      #rq-screen-hero .rq-hero-title {
        font-size: 3rem;
      }

      #rq-screen-hero .rq-hero-subtitle {
        font-size: 18px;
      }

      #rq-screen-hero .rq-btn-primary {
        font-size: 18px;
      }
    }

    /* Override final do H1 da hero (evita conflito com .rq-title-xl) */
    #rq-screen-hero h1.rq-title-xl.rq-hero-title {
      font-size: clamp(36px, 4.2vw, 62px);
      line-height: 0.98;
    }

    @media (max-width: 720px) {
      #rq-screen-hero h1.rq-title-xl.rq-hero-title {
        font-size: clamp(30px, 8.4vw, 40px);
        line-height: 1.02;
      }
    }

    /* Ajustes finais da hero */
    body.rq-lock-scroll {
      overflow: hidden;
    }

    @media (max-width: 720px) {
      body.rq-quiz-body,
      body.rq-quiz-body.rq-lock-scroll {
        overflow-y: auto !important;
        overflow-x: hidden !important;
      }

      body.rq-quiz-body.rq-lead-active {
        background: #f8f6fa !important;
      }

      body.rq-quiz-body.rq-hero-active {
        background: #f4f0ef !important;
      }

      html:has(body.rq-quiz-body.rq-question-active),
      body.rq-quiz-body.rq-question-active {
        background-color: var(--rq-bg) !important;
        background-image:
          radial-gradient(circle at 18% 18%, rgba(255,61,152,.12) 0%, transparent 24%),
          radial-gradient(circle at 78% 28%, rgba(255,255,255,.05) 0%, transparent 26%),
          linear-gradient(135deg, var(--rq-bg-2) 0%, var(--rq-bg) 55%, var(--rq-bg-3) 100%) !important;
      }

      body.rq-quiz-body #rq-app.rq-question-active,
      body.rq-quiz-body #rq-screen-question.rq-screen.is-active {
        background-color: var(--rq-bg) !important;
        background-image:
          radial-gradient(circle at 18% 18%, rgba(255,61,152,.12) 0%, transparent 24%),
          radial-gradient(circle at 78% 28%, rgba(255,255,255,.05) 0%, transparent 26%),
          linear-gradient(135deg, var(--rq-bg-2) 0%, var(--rq-bg) 55%, var(--rq-bg-3) 100%) !important;
      }

      body.rq-quiz-body.rq-question-active {
        background:
          radial-gradient(circle at 18% 18%, rgba(255,61,152,.12) 0%, transparent 24%),
          radial-gradient(circle at 78% 28%, rgba(255,255,255,.05) 0%, transparent 26%),
          linear-gradient(135deg, var(--rq-bg-2) 0%, var(--rq-bg) 55%, var(--rq-bg-3) 100%) !important;
      }

      body.rq-quiz-body #rq-app {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        overflow-y: visible !important;
      }

      body.rq-quiz-body #rq-app.rq-lead-active {
        background:
          radial-gradient(circle at 14% 86%, rgba(126,31,112,.05) 0%, transparent 24%),
          linear-gradient(180deg, #fbf9fc 0%, #f8f6fa 100%) !important;
      }

      body.rq-quiz-body #rq-app.rq-hero-active {
        background:
          linear-gradient(180deg, rgba(252,250,248,.96) 0%, rgba(246,240,237,.90) 52%, rgba(235,226,222,.94) 100%),
          var(--rq-gradient-soft) !important;
      }

      body.rq-quiz-body.rq-question-active,
      body.rq-quiz-body #rq-app.rq-question-active {
        min-height: 100dvh !important;
        height: auto !important;
      }

      body.rq-quiz-body #rq-app.rq-question-active > .rq-container,
      body.rq-quiz-body #rq-screen-question.rq-screen.is-active {
        min-height: 0 !important;
        height: auto !important;
      }

      body.rq-quiz-body #rq-screen-question.rq-screen.is-active {
        display: block !important;
        padding-bottom: 16px !important;
      }

      body.rq-quiz-body #rq-app.rq-hero-active::before,
      body.rq-quiz-body #rq-app.rq-hero-active::after,
      body.rq-quiz-body #rq-app.rq-lead-active::before,
      body.rq-quiz-body #rq-app.rq-lead-active::after {
        display: none !important;
      }

      #rq-screen-hero,
      #rq-screen-lead,
      #rq-screen-question,
      #rq-screen-result {
        width: 100% !important;
        margin-left: 0 !important;
      }

      #rq-screen-lead.is-active {
        min-height: 100dvh !important;
        background:
          radial-gradient(circle at 14% 86%, rgba(126,31,112,.05) 0%, transparent 24%),
          linear-gradient(180deg, #fbf9fc 0%, #f8f6fa 100%) !important;
      }

      #rq-screen-lead.is-active > .rq-lead-wrap {
        min-height: 100dvh !important;
      }
    }

    #rq-screen-hero,
    #rq-screen-hero .rq-hero-shell {
      height: 100dvh;
      min-height: 100dvh;
      overflow: hidden;
    }

    #rq-screen-hero .rq-hero-shell.has-image .rq-hero-bg {
      background-image:
        linear-gradient(90deg, rgba(255,255,255,.84) 0%, rgba(255,255,255,.62) 32%, rgba(255,255,255,.40) 58%, rgba(255,255,255,.56) 100%),
        linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.35) 58%, rgba(255,255,255,.48) 100%),
        linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.16) 100%),
        var(--rq-hero-image);
    }

    #rq-screen-hero .rq-hero-scroll {
      position: absolute !important;
      left: 50%;
      bottom: 58px;
      width: 24px;
      height: 24px;
      z-index: 20;
      display: flex !important;
      align-items: center;
      justify-content: center;
      opacity: 1 !important;
      visibility: visible !important;
      transform: translate(-50%, 0);
      animation: rqArrowFloat 3.8s ease-in-out infinite;
      pointer-events: none;
      line-height: 1;
      background: transparent !important;
      border: 0 !important;
      border-radius: 0 !important;
    }

    #rq-screen-hero .rq-hero-scroll svg {
      width: 24px;
      height: 24px;
      display: block;
      stroke: #7444c7;
      fill: none;
      stroke-width: 2.3;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    @keyframes rqArrowFloat {
      0%, 100% {
        transform: translate(-50%, 0);
      }
      50% {
        transform: translate(-50%, 4px);
      }
    }

    @media (max-width: 720px) {
      #rq-screen-hero .rq-hero-shell.has-image .rq-hero-bg {
        background-image:
          linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.78) 34%, rgba(255,255,255,.52) 68%, rgba(255,255,255,.34) 100%),
          linear-gradient(180deg, rgba(255,255,255,.16) 0%, rgba(255,255,255,.30) 56%, rgba(255,255,255,.42) 100%),
          var(--rq-hero-image);
        background-size: cover;
        background-position: 62% center;
        filter: saturate(.92);
      }

      #rq-screen-hero .rq-hero-scroll {
        position: absolute !important;
        bottom: calc(46px + env(safe-area-inset-bottom));
        width: 26px;
        height: 26px;
        z-index: 100;
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
      }

      #rq-screen-hero .rq-hero-scroll svg {
        width: 26px;
        height: 26px;
        stroke: #7444c7 !important;
      }
    }

    /* Ajustes finais da entrada da hero */
    #rq-screen-hero h1.rq-title-xl.rq-hero-title {
      font-size: clamp(30px, 3.25vw, 50px);
      font-weight: 700;
      line-height: 1;
    }

    #rq-screen-hero .rq-hero-subtitle {
      font-size: clamp(16px, 1.25vw, 19px);
      line-height: 1.5;
    }

    #rq-screen-hero .rq-hero-badge,
    #rq-screen-hero .rq-hero-eyebrow,
    #rq-screen-hero .rq-hero-title,
    #rq-screen-hero .rq-hero-subtitle,
    #rq-screen-hero .rq-actions,
    #rq-screen-hero .rq-copy-note {
      opacity: 0;
      transform: translateY(-14px);
      animation: rqHeroItemIn .52s ease forwards;
    }

    #rq-screen-hero .rq-hero-badge {
      animation-delay: .08s;
    }

    #rq-screen-hero .rq-hero-eyebrow {
      animation-delay: .24s;
    }

    #rq-screen-hero .rq-hero-title {
      animation-delay: .40s;
    }

    #rq-screen-hero .rq-hero-subtitle {
      animation-delay: .56s;
    }

    #rq-screen-hero .rq-actions {
      animation-delay: .72s;
    }

    #rq-screen-hero .rq-copy-note {
      animation-delay: .88s;
    }

    @keyframes rqHeroItemIn {
      from {
        opacity: 0;
        transform: translateY(-14px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 720px) {
      #rq-screen-hero h1.rq-title-xl.rq-hero-title {
        font-size: clamp(27px, 7vw, 34px);
        font-weight: 700;
        line-height: 1.04;
      }

      #rq-screen-hero .rq-hero-subtitle {
        font-size: 17px;
        line-height: 1.45;
      }
    }

    /* Lovable design tokens aplicados ao template WordPress */
    body.rq-quiz-body {
      font-family: var(--rq-body);
      background: var(--rq-bg);
    }

    #rq-app {
      background:
        radial-gradient(circle at 18% 18%, rgba(255,61,152,.12) 0%, transparent 24%),
        radial-gradient(circle at 78% 28%, rgba(255,255,255,.05) 0%, transparent 26%),
        linear-gradient(135deg, var(--rq-bg-2) 0%, var(--rq-bg) 55%, var(--rq-bg-3) 100%);
    }

    .rq-title-xl,
    .rq-title-lg,
    .rq-title-md,
    .rq-light-title,
    .rq-result-title,
    .rq-result-image::after,
    .rq-visual-title {
      font-family: var(--rq-title);
    }

    .rq-badge,
    .rq-lead-icon,
    #rq-screen-hero .rq-hero-badge {
      background: var(--rq-gradient-primary);
    }

    .rq-btn-primary,
    #rq-screen-hero .rq-btn-primary,
    #rq-screen-lead .rq-btn-primary.is-enabled {
      background: linear-gradient(90deg, var(--rq-bg) 0%, var(--rq-pink) 100%);
      box-shadow: 0 16px 30px rgba(255,61,152,.22);
    }

    .rq-btn-secondary {
      border-color: rgba(255,255,255,.28);
      background: rgba(255,255,255,.03);
    }

    #rq-screen-hero .rq-hero-shell,
    #rq-screen-lead,
    .rq-light-screen {
      background: var(--rq-gradient-soft);
    }

    #rq-screen-hero .rq-hero-bg {
      background:
        linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.80) 32%, rgba(255,255,255,.56) 62%, rgba(255,255,255,.78) 100%),
        linear-gradient(180deg, rgba(255,255,255,.10) 0%, rgba(255,255,255,.88) 100%),
        var(--rq-gradient-soft);
    }

    #rq-screen-hero .rq-hero-shell.has-image .rq-hero-bg {
      background:
        linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.72) 32%, rgba(255,255,255,.48) 62%, rgba(255,255,255,.70) 100%),
        linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.80) 100%),
        var(--rq-hero-image);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }

    #rq-screen-hero .rq-hero-title,
    .rq-light-title {
      color: #2b1834;
    }

    #rq-screen-hero .rq-hero-subtitle,
    #rq-screen-hero .rq-copy-note,
    .rq-light-subtitle,
    .rq-field-hint,
    .rq-form-note {
      color: #6f5e78;
    }

    #rq-screen-hero .rq-hero-subtitle {
      color: #5f2359;
    }

    #rq-screen-hero .rq-hero-eyebrow,
    .rq-label-icon {
      color: #6f3fc0;
    }

    .rq-input {
      background: #fff;
      border-color: #2b1834;
      color: #2b1834;
    }

    .rq-input:focus {
      border-color: var(--rq-pink);
      box-shadow: 0 0 0 4px rgba(255,61,152,.10);
    }

    .rq-info {
      background: rgba(255,61,152,.10);
      border-color: rgba(255,255,255,.16);
    }

    .rq-option-box {
      background: rgba(255,255,255,.035);
      border-color: rgba(255,255,255,.24);
    }

    .rq-option input:checked + .rq-option-box {
      background: linear-gradient(90deg, rgba(95,35,89,.20) 0%, rgba(255,61,152,.12) 100%);
      border-color: rgba(255,255,255,.44);
    }

    .rq-progress-bar {
      background: linear-gradient(90deg, #ffb2d3 0%, #ff75b5 48%, var(--rq-pink) 100%);
    }

    .rq-result-screen,
    body.rq-quiz-body.rq-result-active,
    #rq-app.rq-result-active {
      background:
        radial-gradient(circle at 12% 18%, rgba(255,255,255,.07) 0%, transparent 24%),
        var(--rq-gradient-enne);
    }

    .rq-result-card {
      background: rgba(255,255,255,.07);
      border-color: rgba(255,255,255,.14);
      box-shadow: 0 20px 50px rgba(24, 64, 66, .30);
    }

    .rq-result-feature,
    .rq-result-note,
    .rq-action-card {
      background: rgba(255,255,255,.06);
      border-color: rgba(255,255,255,.13);
    }

    .rq-result-section,
    .rq-result-note-icon,
    .rq-brand strong {
      color: var(--rq-pink-2);
    }

    /* Refinos comparados ao projeto Lovable */
    .rq-svg-icon {
      width: 1em;
      height: 1em;
      display: block;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .rq-badge .rq-svg-icon,
    .rq-lead-icon .rq-svg-icon {
      width: 40px;
      height: 40px;
    }

    .rq-btn {
      gap: 8px;
    }

    .rq-btn .rq-svg-icon {
      width: 18px;
      height: 18px;
      flex: 0 0 18px;
    }

    #rq-screen-question .rq-back .rq-svg-icon {
      width: 16px;
      height: 16px;
      flex: 0 0 16px;
    }

    .rq-info-icon .rq-svg-icon,
    .rq-result-note-icon .rq-svg-icon,
    .rq-city-search-icon .rq-svg-icon {
      width: 100%;
      height: 100%;
    }

    #rq-screen-hero .rq-hero-bg {
      background:
        linear-gradient(180deg, rgba(252,250,248,.96) 0%, rgba(246,240,237,.90) 52%, rgba(235,226,222,.94) 100%),
        var(--rq-gradient-soft);
    }

    #rq-screen-hero .rq-hero-shell.has-image .rq-hero-bg {
      background:
        linear-gradient(180deg, rgba(252,250,248,.78) 0%, rgba(246,240,237,.72) 52%, rgba(235,226,222,.82) 100%),
        var(--rq-hero-image);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      filter: saturate(.98);
    }

    #rq-screen-hero h1.rq-title-xl.rq-hero-title {
      max-width: 680px;
      font-size: clamp(29px, 3.05vw, 48px);
      line-height: 1.05;
    }

    #rq-screen-hero .rq-hero-subtitle {
      max-width: 560px;
      color: #4f1d4d;
      font-size: clamp(17px, 1.18vw, 19px);
      font-weight: 500;
    }

    #rq-screen-hero .rq-copy-note {
      color: #6d5c75;
    }

    .rq-question-grid {
      gap: 48px;
      align-items: center;
    }

    .rq-question-main {
      max-width: 520px;
    }

    #rq-screen-question .rq-title-lg {
      font-size: clamp(28px, 2.35vw, 36px);
      font-weight: 600;
      line-height: 1.08;
    }

    #rq-screen-question .rq-subtitle {
      color: rgba(255,255,255,.80);
      font-size: 16px;
      line-height: 1.5;
    }

    .rq-info {
      border-radius: 12px;
      padding: 16px;
      margin: 22px 0 24px;
    }

    .rq-info-icon {
      width: 18px;
      flex-basis: 18px;
      color: var(--rq-pink);
    }

    .rq-option-box {
      min-height: 58px;
      border-radius: 12px;
      padding: 14px 16px;
    }

    .rq-question-gallery.is-single .rq-gallery-card-single {
      width: min(100%, 384px);
      aspect-ratio: 3 / 4;
    }

    .rq-gallery-card {
      border-radius: 16px;
    }

    .rq-result-card {
      max-width: 1024px;
    }

    .rq-result-feature {
      border-radius: 16px;
      margin: 18px 0 24px;
    }

    .rq-result-note,
    .rq-action-card {
      border-radius: 12px;
    }

    .rq-action-card {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding: 20px;
      font-size: 14px;
    }

    .rq-action-card strong {
      flex: 0 0 28px;
      margin-right: 0;
    }

    @media (max-width: 720px) {
      #rq-screen-hero .rq-hero-shell.has-image .rq-hero-bg {
        background:
          linear-gradient(180deg, rgba(252,250,248,.84) 0%, rgba(246,240,237,.78) 54%, rgba(235,226,222,.86) 100%),
          var(--rq-hero-image);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 62% center;
      }

      #rq-screen-hero h1.rq-title-xl.rq-hero-title {
        font-size: clamp(27px, 6.8vw, 33px);
      }

      #rq-screen-hero .rq-hero-subtitle {
        font-size: 18px;
        line-height: 1.5;
      }
    }

    /* Ajustes finais da tela de resultado */
    #rq-screen-result .rq-result-card {
      background: transparent !important;
      border: 0 !important;
      box-shadow: none !important;
      backdrop-filter: none !important;
    }

    #rq-screen-result .rq-result-title {
      line-height: 1;
    }

    @media (min-width: 721px) {
      #rq-screen-result .rq-result-title {
        font-size: 2.25rem;
      }
    }

    #rq-screen-result .rq-badge {
      width: auto;
      height: auto;
      margin-bottom: 18px;
      color: rgba(255,255,255,.74);
      background: transparent !important;
      box-shadow: none !important;
      border-radius: 0;
    }

    #rq-screen-result .rq-badge .rq-svg-icon {
      width: 48px;
      height: 48px;
      stroke-width: 1.5;
    }

    #rq-screen-result .rq-result-note-icon {
      width: 28px;
      height: 28px;
      min-width: 28px;
      color: #ff4fa3;
    }

    #rq-screen-result .rq-result-section,
    #rq-screen-result .rq-brand strong {
      color: #ff4fa3;
    }

    #rq-screen-result .rq-result-section {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    #rq-screen-result .rq-result-section .rq-svg-icon {
      width: 16px;
      height: 16px;
      flex: 0 0 16px;
    }

    #rq-screen-result .rq-action-card strong {
      background: rgba(255,79,163,.28);
      color: #ff6fb4;
    }

    #rq-question-form.is-advancing .rq-option-box {
      pointer-events: none;
    }

    #rq-question-form.is-advancing .rq-option input:not(:checked) + .rq-option-box {
      opacity: .54;
    }

    #rq-question-form.is-advancing .rq-option input:checked + .rq-option-box {
      border-color: rgba(255,79,163,.82);
      background: linear-gradient(90deg, rgba(255,79,163,.24) 0%, rgba(255,117,181,.14) 100%);
      box-shadow: 0 16px 32px rgba(20, 6, 26, .18);
      transform: translateY(-1px);
    }

    #rq-screen-result .rq-brand {
      padding-bottom: 3rem;
    }

    html:has(body.rq-quiz-body.rq-result-active),
    body.rq-quiz-body.rq-result-active,
    body.rq-quiz-body.rq-result-active #rq-app,
    body.rq-quiz-body.rq-result-active #rq-screen-result {
      min-height: 0;
      background-color: var(--rq-result-bg-2) !important;
      background-image:
        radial-gradient(circle at 12% 18%, rgba(255,255,255,.07) 0%, transparent 24%),
        var(--rq-gradient-enne) !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
    }

    body.rq-quiz-body.rq-result-active #rq-app {
      height: auto !important;
      min-height: 0 !important;
      overflow: visible !important;
    }

    body.rq-quiz-body.rq-result-active #rq-app > .rq-container {
      height: auto !important;
      min-height: 0 !important;
    }

    body.rq-quiz-body.rq-result-active #rq-screen-result,
    body.rq-quiz-body.rq-result-active #rq-screen-result.rq-screen,
    body.rq-quiz-body.rq-result-active #rq-screen-result.rq-screen.is-active {
      display: block !important;
      height: auto !important;
      min-height: 0 !important;
      padding: 26px 0 0 !important;
    }

    body.rq-quiz-body.rq-result-active #rq-screen-result .rq-result-card {
      padding-bottom: 0 !important;
    }

    html.rq-result-active,
    html.rq-result-active body.rq-quiz-body {
      height: auto !important;
      min-height: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
    }

    body.rq-quiz-body.rq-result-active > .rq-hidden-after-result,
    body.rq-quiz-body.rq-result-active footer,
    body.rq-quiz-body.rq-result-active .site-footer,
    body.rq-quiz-body.rq-result-active #site-footer,
    body.rq-quiz-body.rq-result-active .elementor-location-footer,
    body.rq-quiz-body.rq-result-active [data-elementor-type="footer"] {
      display: none !important;
      height: 0 !important;
      min-height: 0 !important;
      max-height: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      overflow: hidden !important;
      visibility: hidden !important;
    }

    body.rq-quiz-body.rq-result-active #rq-app::before,
    body.rq-quiz-body.rq-result-active #rq-app::after {
      display: none !important;
    }