:root{
    --azul-institucional: #05132A;
    --azul-profundo: #0B2859;
    --azul-marinho: #10408D;
    --azul-unifique: #195AB4;
    --azul-royal: #307AE0;
    --azul-ceu: #549CFF;
    --azul-claro: #6BAAFF;
    --azul-palido: #87BAFF;
    --azul-gelo: #B1D2FF;
    --azul-palido-claro: #D2E5FF;
    --branco: #FFFFFF;
  }.so-app *{ box-sizing: border-box; margin: 0; padding: 0; }body.pg-opiniao, body.pg-opiniao{
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    background: radial-gradient(ellipse at top right, #0B2859 0%, #05132A 60%);
    min-height: 100vh;
    color: var(--azul-institucional);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: clip; /* nao usar hidden no body: promove a contenedor de rolagem */
  }/* ========================== BACKGROUND ANIMADO ========================== */
  .so-app .bg-effects{
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
  }.so-app .bg-chart-svg{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }.so-app .chart-line{
    fill: none;
    stroke: var(--azul-unifique);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.18;
  }.so-app .chart-line.lvl-1{ opacity: 0.12; stroke: var(--azul-royal); }.so-app .chart-line.lvl-2{ opacity: 0.08; stroke: var(--azul-ceu); }.so-app .chart-area{
    fill: var(--azul-unifique);
    opacity: 0.04;
  }.so-app .chart-line-anim{
    stroke-dasharray: 2400;
    stroke-dashoffset: 2400;
    animation: draw-line 18s ease-in-out infinite;
  }.so-app .chart-line-anim.delay-1{ animation-delay: -6s; }.so-app .chart-line-anim.delay-2{ animation-delay: -12s; }@keyframes draw-line{
    0% { stroke-dashoffset: 2400; }
    50% { stroke-dashoffset: 0; }
    100% { stroke-dashoffset: -2400; }
  }.so-app .chart-dot{
    fill: var(--azul-ceu);
    opacity: 0.6;
    animation: pulse-dot 2.5s ease-in-out infinite;
  }.so-app .chart-dot.d2{ animation-delay: -0.8s; fill: var(--azul-royal); }.so-app .chart-dot.d3{ animation-delay: -1.6s; fill: var(--azul-claro); }@keyframes pulse-dot{
    0%, 100% { opacity: 0.2; r: 3; }
    50% { opacity: 0.8; r: 5; }
  }/* Candlesticks */
  .so-app .candle-group{ animation: candle-fade 6s ease-in-out infinite; }.so-app .candle-group.cg2{ animation-delay: -2s; }.so-app .candle-group.cg3{ animation-delay: -4s; }@keyframes candle-fade{
    0%, 100% { opacity: 0.05; }
    50% { opacity: 0.18; }
  }.so-app .candle-up{ fill: var(--azul-royal); }.so-app .candle-down{ fill: var(--azul-marinho); }.so-app .candle-wick{ stroke: var(--azul-royal); stroke-width: 1; }/* Bar chart */
  .so-app .chart-bar{
    fill: var(--azul-unifique);
    opacity: 0.06;
    transform-origin: bottom;
    animation: bar-grow 3.5s ease-in-out infinite;
  }.so-app .chart-bar.b2{ animation-delay: -0.4s; }.so-app .chart-bar.b3{ animation-delay: -0.8s; }.so-app .chart-bar.b4{ animation-delay: -1.2s; }.so-app .chart-bar.b5{ animation-delay: -1.6s; }@keyframes bar-grow{
    0%, 100% { transform: scaleY(0.4); opacity: 0.04; }
    50% { transform: scaleY(1); opacity: 0.10; }
  }/* ===== Camada de elementos que SOBEM continuamente ===== */
  .so-app .rising-layer{
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
  }.so-app .rise-particle{
    position: absolute;
    bottom: -20px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, var(--azul-palido) 0%, var(--azul-ceu) 45%, var(--azul-royal) 100%);
    opacity: 0;
    box-shadow:
      0 0 14px rgba(84, 156, 255, 0.55),
      0 0 4px rgba(255, 255, 255, 0.3);
    animation: rise-up 14s linear infinite;
  }.so-app .rise-particle.rp1{ left: 6%;  animation-delay:  0s;  width: 6px; height: 6px; }.so-app .rise-particle.rp2{ left: 14%; animation-delay: -2s;  width: 4px; height: 4px;
    background: radial-gradient(circle at 30% 30%, var(--azul-claro) 0%, var(--azul-royal) 50%, var(--azul-marinho) 100%);
  }.so-app .rise-particle.rp3{ left: 22%; animation-delay: -5s;  width: 7px; height: 7px; }.so-app .rise-particle.rp4{ left: 32%; animation-delay: -8s;  width: 4px; height: 4px; }.so-app .rise-particle.rp5{ left: 45%; animation-delay: -3s;  width: 5px; height: 5px;
    background: radial-gradient(circle at 30% 30%, var(--azul-palido) 0%, var(--azul-claro) 50%, var(--azul-unifique) 100%);
  }.so-app .rise-particle.rp6{ left: 58%; animation-delay: -10s; width: 6px; height: 6px; }.so-app .rise-particle.rp7{ left: 75%; animation-delay: -6s;  width: 4px; height: 4px; }.so-app .rise-particle.rp8{ left: 88%; animation-delay: -12s; width: 7px; height: 7px;
    background: radial-gradient(circle at 30% 30%, var(--azul-claro) 0%, var(--azul-royal) 50%, var(--azul-marinho) 100%);
  }@keyframes rise-up{
    0%   { transform: translateY(0); opacity: 0; }
    10%  { opacity: 0.65; }
    85%  { opacity: 0.65; }
    100% { transform: translateY(-110vh); opacity: 0; }
  }/* Stripes verticais decorativas */
  .so-app .bg-stripes-vertical{
    position: absolute;
    top: 0; right: 0;
    width: 60px;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    opacity: 0.55;
  }.so-app .bg-stripes-vertical span{ height: 100%; }/* Ticker tape vertical */
  .so-app .bg-ticker{
    position: absolute;
    top: 0;
    right: 70px;
    height: 100%;
    width: 24px;
    overflow: hidden;
    opacity: 0.35;
  }.so-app .ticker-track{
    display: flex;
    flex-direction: column;
    gap: 28px;
    animation: ticker-scroll 40s linear infinite;
    color: var(--azul-gelo);
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    letter-spacing: 0.3em;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
  }@keyframes ticker-scroll{
    from { transform: translateY(100vh); }
    to { transform: translateY(-100%); }
  }/* ========================== WRAPPER ========================== */
  .so-app .wrapper{
    max-width: 760px;
    margin: 0 auto;
    padding: 56px 24px 72px;
    position: relative;
    z-index: 2;
  }/* Header */
  .so-app .header{
    text-align: left;
    margin-bottom: 36px;
    color: var(--branco);
    animation: fade-up 0.8s ease-out both;
  }.so-app .brand-mark{
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    color: var(--azul-gelo);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
  }.so-app .brand-mark::before{
    content: '';
    display: inline-block;
    width: 22px;
    height: 1px;
    background: var(--azul-ceu);
  }.so-app .header .eyebrow{
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    color: var(--azul-ceu);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 32px;
    font-family: 'Montserrat', sans-serif;
  }.so-app .header .eyebrow::before{
    content: '';
    width: 6px;
    height: 6px;
    background: var(--azul-ceu);
    border-radius: 50%;
    animation: pulse-glow 2s ease-in-out infinite;
  }@keyframes pulse-glow{
    0%, 100% { box-shadow: 0 0 0 0 rgba(84, 156, 255, 0.7); }
    50% { box-shadow: 0 0 0 6px rgba(84, 156, 255, 0); }
  }.so-app .header h1{
    font-size: 42px;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.12;
    margin-bottom: 18px;
    max-width: 600px;
  }.so-app .header .h1-rule{
    width: 56px;
    height: 2px;
    background: var(--azul-unifique);
    margin-bottom: 22px;
    animation: rule-grow 1.2s ease-out 0.4s both;
  }@keyframes rule-grow{
    from { width: 0; }
    to { width: 56px; }
  }.so-app .header p{
    font-size: 15px;
    font-weight: 400;
    color: var(--azul-gelo);
    max-width: 520px;
    line-height: 1.65;
    opacity: 0.9;
  }@keyframes fade-up{
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
  }/* ========================== CARD ========================== */
  .so-app .card-stripes{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    height: 4px;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
    position: relative;
  }.so-app .card-stripes span{ display: block; height: 100%; }.so-app .card-stripes::after{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.5) 50%, transparent 100%);
    animation: stripes-shimmer 4s ease-in-out infinite;
  }@keyframes stripes-shimmer{
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
  }.so-app .card{
    background: var(--branco);
    border-radius: 14px;
    box-shadow:
      0 30px 60px -20px rgba(5, 19, 42, 0.5),
      0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    animation: fade-up 0.9s ease-out 0.15s both;
    position: relative;
  }.so-app .card-inner{ padding: 44px 44px; }/* Seções */
  .so-app .section{
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--azul-palido-claro);
    position: relative;
    animation: section-in 0.6s ease-out both;
  }.so-app .section:last-of-type{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }.so-app .section:nth-child(1){ animation-delay: 0.25s; }.so-app .section:nth-child(2){ animation-delay: 0.30s; }.so-app .section:nth-child(3){ animation-delay: 0.35s; }.so-app .section:nth-child(4){ animation-delay: 0.40s; }.so-app .section:nth-child(5){ animation-delay: 0.45s; }.so-app .section:nth-child(6){ animation-delay: 0.50s; }@keyframes section-in{
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }.so-app .section-number{
    position: absolute;
    top: -8px;
    right: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    font-weight: 300;
    color: var(--azul-palido-claro);
    opacity: 0.55;
    letter-spacing: -0.04em;
    line-height: 1;
    pointer-events: none;
    user-select: none;
  }.so-app .section-eyebrow{
    font-size: 11px;
    font-weight: 600;
    color: var(--azul-royal);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    margin-bottom: 6px;
    font-family: 'Montserrat', sans-serif;
  }.so-app .section-question{
    font-size: 18px;
    font-weight: 700;
    color: var(--azul-institucional);
    line-height: 1.35;
    margin-bottom: 6px;
    max-width: 520px;
  }.so-app .section-rule{
    width: 32px;
    height: 2px;
    background: var(--azul-unifique);
    margin-bottom: 18px;
    margin-top: 10px;
    transition: width 0.4s ease;
  }.so-app .section:hover .section-rule{ width: 64px; }.so-app .section-helper{
    font-size: 14px;
    font-weight: 400;
    color: var(--azul-marinho);
    opacity: 0.7;
    margin-bottom: 20px;
    line-height: 1.55;
  }/* Inputs */
  .so-app .form-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: end;
  }.so-app .input-group{ display: flex; flex-direction: column; }.so-app .input-group + .input-group{ margin-top: 16px; }.so-app .input-group label{
    font-size: 11px;
    font-weight: 600;
    color: var(--azul-marinho);
    margin-bottom: 8px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
  }.so-app .input-group input, .so-app .input-group textarea{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding: 13px 16px;
    border: 1px solid var(--azul-gelo);
    border-radius: 8px;
    background: var(--branco);
    color: var(--azul-institucional);
    transition: border-color .25s, box-shadow .25s, transform .25s;
    outline: none;
    resize: vertical;
  }.so-app .input-group input::placeholder, .so-app .input-group textarea::placeholder{
    color: var(--azul-marinho);
    opacity: 0.4;
  }.so-app .input-group input:focus, .so-app .input-group textarea:focus{
    border-color: var(--azul-unifique);
    box-shadow:
      0 0 0 4px rgba(25, 90, 180, 0.10),
      0 8px 24px -8px rgba(25, 90, 180, 0.3);
  }/* NPS */
  .so-app .nps-scale{
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    gap: 6px;
    margin-bottom: 12px;
  }.so-app .nps-option{ position: relative; }.so-app .nps-option input{ position: absolute; opacity: 0; pointer-events: none; }.so-app .nps-option label{
    display: flex; align-items: center; justify-content: center;
    aspect-ratio: 1;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--azul-marinho);
    background: var(--azul-palido-claro);
    border: 1px solid var(--azul-gelo);
    cursor: pointer;
    transition: all .2s;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
  }.so-app .nps-option label:hover{
    background: var(--azul-gelo);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px -4px rgba(25, 90, 180, 0.3);
  }.so-app .nps-option input:checked + label{
    background: var(--azul-unifique);
    color: var(--branco);
    border-color: var(--azul-marinho);
    font-weight: 600;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px -4px rgba(25, 90, 180, 0.5);
  }.so-app .nps-legend{
    display: flex; justify-content: space-between;
    font-size: 11px;
    font-weight: 500;
    color: var(--azul-marinho);
    opacity: 0.65;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }/* Estrelas */
  .so-app .stars{ display: inline-flex; gap: 8px; direction: rtl; }.so-app .stars input{ position: absolute; opacity: 0; pointer-events: none; }.so-app .stars label{
    cursor: pointer;
    width: 42px; height: 42px;
    display: inline-flex; align-items: center; justify-content: center;
    transition: transform .2s;
  }.so-app .stars label svg{
    width: 34px; height: 34px;
    fill: var(--azul-palido-claro);
    stroke: var(--azul-palido);
    stroke-width: 1.2;
    transition: fill .2s, stroke .2s, transform .2s, filter .2s;
  }.so-app .stars label:hover svg, .so-app .stars label:hover ~ label svg, .so-app .stars input:checked ~ label svg, .so-app .stars input:checked + label svg{
    fill: var(--azul-unifique);
    stroke: var(--azul-marinho);
    filter: drop-shadow(0 4px 12px rgba(25, 90, 180, 0.4));
  }.so-app .stars label:hover svg{ transform: scale(1.12) rotate(-4deg); }/* Categorias */
  .so-app .category{
    padding: 18px 0;
    border-bottom: 1px solid var(--azul-palido-claro);
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 20px;
    transition: padding-left .25s;
  }.so-app .category:hover{ padding-left: 8px; }.so-app .category:first-of-type{ padding-top: 4px; }.so-app .category:last-of-type{ border-bottom: none; padding-bottom: 0; }.so-app .category-label{
    font-size: 14px;
    font-weight: 600;
    color: var(--azul-institucional);
    margin-bottom: 4px;
  }.so-app .category-desc{
    font-size: 12.5px;
    font-weight: 400;
    color: var(--azul-marinho);
    opacity: 0.7;
    line-height: 1.45;
  }.so-app .rating-group{ display: flex; gap: 4px; }.so-app .rating-group input{ position: absolute; opacity: 0; pointer-events: none; }.so-app .rating-group label{
    width: 34px; height: 34px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    background: var(--azul-palido-claro);
    color: var(--azul-marinho);
    border: 1px solid var(--azul-gelo);
    transition: all .2s;
    font-family: 'Montserrat', sans-serif;
  }.so-app .rating-group label:hover{
    background: var(--azul-gelo);
    transform: translateY(-2px);
  }.so-app .rating-group input:checked + label{
    background: var(--azul-unifique);
    color: var(--branco);
    border-color: var(--azul-marinho);
    font-weight: 600;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px -2px rgba(25, 90, 180, 0.5);
  }/* Toggle Sim/Não */
  .so-app .toggle-group{
    display: flex;
    gap: 12px;
    margin-top: 4px;
  }.so-app .toggle-option{
    flex: 0 0 auto;
    width: 170px;
    position: relative;
  }.so-app .toggle-option input{ position: absolute; opacity: 0; pointer-events: none; }.so-app .toggle-option label{
    display: block;
    padding: 14px 18px;
    text-align: center;
    border: 1.5px solid var(--azul-gelo);
    background: var(--azul-palido-claro);
    color: var(--azul-marinho);
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s;
    font-weight: 600;
    font-size: 13.5px;
    letter-spacing: 0.03em;
    user-select: none;
    position: relative;
    overflow: hidden;
  }.so-app .toggle-option label::before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--azul-unifique), var(--azul-marinho));
    transform: translateY(100%);
    transition: transform .3s ease;
    z-index: 0;
  }/* CORRIGIDO: no site atual o ">" deste seletor foi escapado 4x na colagem para o Duda
   ("&amp;amp;amp;gt;"), a regra nao valia e o texto do botao selecionado sumia atras do ::before */
.so-app .toggle-option label > span{ position: relative; z-index: 1; }.so-app .toggle-option label:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 16px -4px rgba(25, 90, 180, 0.3);
  }.so-app .toggle-option input:checked + label{
    color: var(--branco);
    border-color: var(--azul-marinho);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px -4px rgba(25, 90, 180, 0.5);
  }.so-app .toggle-option input:checked + label::before{ transform: translateY(0); }.so-app .recognition-fields{
    display: none;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px dashed var(--azul-gelo);
  }.so-app .recognition-fields.show{
    display: block;
    animation: slide-down .35s ease-out;
  }@keyframes slide-down{
    from { opacity: 0; transform: translateY(-8px); max-height: 0; }
    to { opacity: 1; transform: translateY(0); max-height: 500px; }
  }/* Consentimento */
  .so-app .consent{
    margin-top: 8px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
    background: var(--azul-palido-claro);
    border-radius: 8px;
    border: 1px solid var(--azul-gelo);
    transition: border-color .2s, background .2s;
  }.so-app .consent:focus-within{
    border-color: var(--azul-unifique);
    background: var(--branco);
  }.so-app .consent input[type="checkbox"]{
    appearance: none; -webkit-appearance: none;
    width: 18px; height: 18px; min-width: 18px;
    border: 1.5px solid var(--azul-marinho);
    border-radius: 4px;
    background: var(--branco);
    cursor: pointer;
    margin-top: 2px;
    position: relative;
    transition: background .2s, border-color .2s, transform .15s;
  }.so-app .consent input[type="checkbox"]:checked{
    background: var(--azul-marinho);
    border-color: var(--azul-marinho);
    transform: scale(1.05);
  }.so-app .consent input[type="checkbox"]:checked::after{
    content: '';
    position: absolute;
    left: 5px; top: 1px;
    width: 5px; height: 10px;
    border: solid var(--branco);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }.so-app .consent label{
    font-size: 12.5px;
    font-weight: 400;
    color: var(--azul-marinho);
    line-height: 1.5;
    cursor: pointer;
  }/* Submit */
  .so-app .actions{
    margin-top: 32px;
    display: flex;
    justify-content: flex-end;
  }.so-app .btn{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    padding: 14px 36px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all .25s;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
  }.so-app .btn-primary{
    background: linear-gradient(135deg, var(--azul-marinho) 0%, var(--azul-unifique) 100%);
    color: var(--branco);
    box-shadow: 0 8px 20px -8px rgba(16, 64, 141, 0.6);
  }.so-app .btn-primary::before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    transform: translateX(-100%);
    transition: transform .6s ease;
  }.so-app .btn-primary:hover::before{ transform: translateX(100%); }.so-app .btn-primary:hover{
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -8px rgba(16, 64, 141, 0.7);
  }.so-app .btn-primary:active{ transform: translateY(0); }.so-app .btn:disabled{
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
  }.so-app .btn:disabled::before{ display: none; }.so-app .spinner{
    display: inline-block;
    width: 14px; height: 14px;
    margin-right: 8px;
    border: 2px solid rgba(255,255,255,0.4);
    border-top-color: var(--branco);
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    vertical-align: middle;
  }@keyframes spin{ to { transform: rotate(360deg); } }/* Mensagens */
  .so-app .submit-error{
    display: none;
    margin-top: 16px;
    padding: 14px 16px;
    background: #fdecea;
    border: 1px solid #f5b7b1;
    border-radius: 8px;
    color: #922b21;
    font-size: 13px;
    line-height: 1.5;
  }.so-app .submit-error.active{
    display: block;
    animation: shake 0.4s ease;
  }@keyframes shake{
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-6px); }
    75% { transform: translateX(6px); }
  }/* Tela de agradecimento */
  .so-app .form.hidden{ display: none; }.so-app .thank-you{
    display: none;
    text-align: center;
    padding: 30px 20px;
  }.so-app .thank-you.active{
    display: block;
    animation: fade-up 0.6s ease-out;
  }.so-app .thank-you .icon-wrap{
    width: 72px; height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--azul-unifique) 0%, var(--azul-marinho) 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow: 0 12px 30px -8px rgba(25, 90, 180, 0.5);
    animation: success-pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  }@keyframes success-pop{
    0% { transform: scale(0); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
  }.so-app .thank-you .icon-wrap svg{
    width: 34px; height: 34px;
    stroke: var(--branco);
    stroke-width: 2.5;
    fill: none;
    stroke-dasharray: 30;
    stroke-dashoffset: 30;
    animation: check-draw 0.5s ease-out 0.3s forwards;
  }@keyframes check-draw{
    to { stroke-dashoffset: 0; }
  }.so-app .thank-you .eyebrow{
    color: var(--azul-royal);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
  }.so-app .thank-you h2{
    font-size: 30px;
    font-weight: 300;
    color: var(--azul-institucional);
    margin-bottom: 14px;
    letter-spacing: -0.02em;
  }.so-app .thank-you p{
    font-size: 15px;
    font-weight: 400;
    color: var(--azul-marinho);
    max-width: 460px;
    margin: 0 auto 24px;
    line-height: 1.65;
  }.so-app .thank-you .signature{
    font-size: 11px;
    color: var(--azul-royal);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 24px;
    font-family: 'Montserrat', sans-serif;
  }/* ===== Botão "Voltar para home" — TOPO (glass / tech / discreto) ===== */
  .so-app .back-home-top{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px 8px 8px;
    background: rgba(11, 40, 89, 0.5);
    border: 1px solid rgba(177, 210, 255, 0.18);
    border-radius: 999px;
    color: var(--azul-gelo);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-bottom: 36px;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
  }.so-app .back-home-top::before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(84, 156, 255, 0.18) 50%, transparent 70%);
    transform: translateX(-150%);
    transition: transform .7s ease;
    pointer-events: none;
  }.so-app .back-home-top:hover::before{ transform: translateX(150%); }.so-app .back-home-top:hover{
    background: rgba(48, 122, 224, 0.18);
    border-color: rgba(84, 156, 255, 0.5);
    color: var(--branco);
    box-shadow:
      0 0 24px -4px rgba(48, 122, 224, 0.45),
      inset 0 0 12px rgba(84, 156, 255, 0.08);
  }.so-app .back-home-top .arrow-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(84, 156, 255, 0.18);
    transition: background .3s, transform .3s;
    flex-shrink: 0;
  }.so-app .back-home-top .arrow-icon svg{
    width: 11px;
    height: 11px;
    transition: transform .3s;
  }.so-app .back-home-top:hover .arrow-icon{
    background: rgba(84, 156, 255, 0.35);
  }.so-app .back-home-top:hover .arrow-icon svg{
    transform: translateX(-2px);
  }/* Botão "Voltar para home" — fim da página */
  .so-app .back-home-bottom-wrap{
    text-align: center;
    margin-top: 36px;
    margin-bottom: 8px;
  }.so-app .back-home-bottom{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 13px 32px;
    background: transparent;
    color: var(--azul-gelo);
    border: 1px solid rgba(177, 210, 255, 0.35);
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: all .25s;
  }.so-app .back-home-bottom .arrow-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    transition: transform .25s;
  }.so-app .back-home-bottom:hover{
    background: var(--azul-marinho);
    color: var(--branco);
    border-color: var(--azul-marinho);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px -8px rgba(16, 64, 141, 0.6);
  }.so-app .back-home-bottom:hover .arrow-icon{
    transform: translateX(-3px);
  }/* Rodapé */
  .so-app .footer{
    text-align: center;
    margin-top: 28px;
    font-size: 11px;
    font-weight: 400;
    color: var(--azul-gelo);
    letter-spacing: 0.05em;
    opacity: 0.6;
    font-family: 'Montserrat', sans-serif;
  }/* Responsivo */
  @media (max-width: 640px){.so-app .wrapper{ padding: 32px 16px 56px; }.so-app .card-inner{ padding: 28px 22px; }.so-app .header h1{ font-size: 30px; }.so-app .section-question{ font-size: 17px; }.so-app .section-number{ font-size: 40px; top: -4px; }.so-app .form-row{ grid-template-columns: 1fr; }.so-app .nps-scale{ gap: 4px; }.so-app .nps-option label{ font-size: 12px; }.so-app .category{ grid-template-columns: 1fr; align-items: flex-start; }.so-app .category:hover{ padding-left: 0; }.so-app .stars label{ width: 38px; height: 38px; }.so-app .stars label svg{ width: 30px; height: 30px; }.so-app .rating-group label{ width: 30px; height: 30px; font-size: 12px; }.so-app .toggle-option{ width: 50%; }.so-app .toggle-option label{ padding: 12px; }.so-app .actions{ justify-content: stretch; }.so-app .btn{ width: 100%; }.so-app .bg-stripes-vertical, .so-app .bg-ticker{ display: none; }
  }/* Acessibilidade */
  @media (prefers-reduced-motion: reduce){.so-app *, .so-app *::before, .so-app *::after{
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }

  
  
  

  