.stamp-assistant{--sa-ink:#0f172a;--sa-muted:#64748b;--sa-green:#0f6b37;--sa-lime:#b9e525;max-width:1240px;margin:0 auto;padding:28px 18px 64px;color:var(--sa-ink)}
.stamp-assistant *{box-sizing:border-box}
.stamp-assistant__sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.stamp-assistant__intro{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:22px}
.stamp-assistant__eyebrow,.stamp-question__eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--sa-green);font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.stamp-assistant__intro h1{margin:7px 0 8px;font-size:clamp(34px,5vw,58px);line-height:1;letter-spacing:-.045em}
.stamp-assistant__intro p{max-width:730px;margin:0;color:#52627a;font-size:18px;line-height:1.5}
.stamp-assistant__benefits{display:flex;list-style:none;margin:0;padding:0;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.stamp-assistant__benefits li{display:flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid #dbe4ef;border-radius:999px;background:#fff;color:#334155;font-size:12px;font-weight:800;white-space:nowrap}
.stamp-assistant__benefits li span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#eff8da;color:#31570f;font-size:11px}
.stamp-assistant__shell{display:grid;grid-template-columns:300px minmax(0,1fr);min-height:610px;overflow:hidden;border:1px solid #dce5ef;border-radius:28px;background:#fff;box-shadow:0 22px 55px rgba(15,23,42,.08)}
.stamp-assistant__side{position:relative;padding:38px 30px;background:linear-gradient(145deg,#0d3623 0%,#0d5b30 100%);color:#fff;overflow:hidden}
.stamp-assistant__side:after{content:"";position:absolute;width:260px;height:260px;right:-130px;bottom:-80px;border-radius:50%;background:rgba(185,229,37,.13)}
.stamp-assistant__side-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:16px;background:var(--sa-lime);color:#18310c;font-size:24px;font-weight:900;box-shadow:0 12px 26px rgba(185,229,37,.22)}
.stamp-assistant__side h2{margin:24px 0 10px;font-size:27px;line-height:1.1;letter-spacing:-.025em}
.stamp-assistant__side>p{margin:0;color:#d7e9df;line-height:1.55}
.stamp-assistant__confidence{position:absolute;z-index:1;left:30px;right:30px;bottom:34px;padding:17px;border:1px solid rgba(255,255,255,.16);border-radius:17px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}
.stamp-assistant__confidence strong,.stamp-assistant__confidence span{display:block}
.stamp-assistant__confidence span{margin-top:5px;color:#d7e9df;font-size:12px;line-height:1.4}
.stamp-assistant__main{display:flex;min-width:0;flex-direction:column;padding:32px 38px 28px}
.stamp-assistant__progress-copy{display:flex;justify-content:space-between;gap:16px;color:#64748b;font-size:12px}
.stamp-assistant__progress-copy strong{color:#334155}
.stamp-assistant__progress-track{height:7px;margin-top:9px;overflow:hidden;border-radius:999px;background:#e9eef4}
.stamp-assistant__progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#72aa10,var(--sa-lime));transition:width .3s ease}
.stamp-assistant__stage{flex:1;min-width:0;padding:34px 0 24px}
.stamp-question h2,.stamp-results__head h2,.stamp-empty h2{margin:8px 0 7px;font-size:clamp(25px,3vw,36px);line-height:1.12;letter-spacing:-.035em}
.stamp-question>p,.stamp-results__head>p,.stamp-empty p{margin:0 0 25px;color:var(--sa-muted);font-size:15px;line-height:1.5}
.stamp-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.stamp-choices--purpose{grid-template-columns:repeat(3,minmax(0,1fr))}
.stamp-choice{position:relative;display:flex;min-height:80px;align-items:center;gap:12px;width:100%;padding:14px;text-align:left;border:1.5px solid #dce4ee;border-radius:17px;background:#fff;color:var(--sa-ink);cursor:pointer;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease,background .16s ease}
.stamp-choice:hover{transform:translateY(-1px);border-color:#9fbe5a;box-shadow:0 9px 22px rgba(15,23,42,.07)}
.stamp-choice:focus-visible{outline:3px solid rgba(115,155,30,.2);outline-offset:2px}
.stamp-choice.is-selected{border-color:#79a91c;background:#f5faea;box-shadow:0 0 0 3px rgba(185,229,37,.17)}
.stamp-choice__icon{display:grid;flex:0 0 42px;place-items:center;width:42px;height:42px;border-radius:13px;background:#f1f5f9;font-size:21px}
.stamp-choice.is-selected .stamp-choice__icon{background:#e5f5bd}
.stamp-choice__copy{display:block;min-width:0}
.stamp-choice__copy strong,.stamp-choice__copy small{display:block}
.stamp-choice__copy strong{font-size:15px;line-height:1.22}
.stamp-choice__copy small{margin-top:4px;color:#64748b;font-size:12px;line-height:1.3}
.stamp-choice__check{position:absolute;top:8px;right:9px;display:none;place-items:center;width:20px;height:20px;border-radius:50%;background:#6b9615;color:#fff;font-size:11px;font-weight:900}
.stamp-choice.is-selected .stamp-choice__check{display:grid}
.stamp-content-field label{display:block;margin-bottom:8px;font-weight:850;color:#253248}
.stamp-content-field textarea{display:block;width:100%;min-height:155px;resize:vertical;padding:16px;border:1.5px solid #cfd9e5;border-radius:17px;background:#fff;color:#0f172a;font:inherit;line-height:1.5;transition:border-color .15s ease,box-shadow .15s ease}
.stamp-content-field textarea:focus{outline:none;border-color:#7ba51c;box-shadow:0 0 0 4px rgba(185,229,37,.17)}
.stamp-content-field__footer{display:flex;justify-content:space-between;gap:12px;margin-top:7px;color:#7a899f;font-size:11px}
.stamp-profession-detected{margin-top:12px;padding:11px 13px;border:1px solid #b8dc72;border-radius:12px;background:#f1f9df;color:#365d12;font-size:13px;line-height:1.4}
.stamp-profession-detected strong{color:#234607}
.stamp-unknown{display:flex;gap:11px;align-items:flex-start;margin-top:18px;padding:14px 16px;border:1px solid #dce4ee;border-radius:15px;cursor:pointer}
.stamp-unknown input{width:19px;height:19px;margin-top:2px;accent-color:#699610}
.stamp-unknown strong,.stamp-unknown small{display:block}
.stamp-unknown small{margin-top:3px;color:#64748b;line-height:1.35}
.stamp-assistant__nav{display:flex;justify-content:space-between;gap:12px;padding-top:20px;border-top:1px solid #edf1f5}
.stamp-assistant__nav button{min-height:49px;padding:0 24px;border-radius:14px;font:inherit;font-weight:900;cursor:pointer}
.stamp-assistant__back{border:1px solid #d5dee9;background:#fff;color:#334155}
.stamp-assistant__next{border:1px solid var(--sa-lime);background:var(--sa-lime);color:#17220d;box-shadow:0 10px 24px rgba(134,169,31,.2)}
.stamp-assistant__nav button:disabled{opacity:.38;cursor:not-allowed;box-shadow:none}
.stamp-results__head{text-align:center;max-width:710px;margin:0 auto 18px}
.stamp-results__summary{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;margin-bottom:19px}
.stamp-results__summary strong,.stamp-results__summary span{padding:7px 10px;border-radius:999px;font-size:11px}
.stamp-results__summary strong{background:#123c28;color:#fff}.stamp-results__summary span{background:#eef4e3;color:#3c5b19;font-weight:800}
.stamp-results__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.stamp-results__grid--1{grid-template-columns:minmax(0,430px);justify-content:center}
.stamp-results__grid--2{grid-template-columns:repeat(2,minmax(0,380px));justify-content:center}
.stamp-result-card{position:relative;display:flex;min-width:0;flex-direction:column;border:1px solid #dce4ee;border-radius:20px;background:#fff;overflow:hidden}
.stamp-result-card.is-primary{border:2px solid #7ca51d;box-shadow:0 13px 30px rgba(88,120,22,.12)}
.stamp-result-card__label{padding:8px 12px;background:#eff4f8;color:#52627a;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.stamp-result-card.is-primary .stamp-result-card__label{background:#e7f5c4;color:#31570f}
.stamp-result-card__body{display:flex;flex:1;flex-direction:column;padding:14px}
.stamp-result-card__image{display:grid;place-items:center;height:112px;margin-bottom:11px;border-radius:13px;background:#f7f9fb;color:#94a3b8;font-size:35px}
.stamp-result-card__image img{max-width:90%;max-height:100px;object-fit:contain}
.stamp-result-card__copy{display:flex;flex:1;flex-direction:column}
.stamp-result-card h3{margin:0;font-size:16px;line-height:1.22}
.stamp-result-card__meta{display:flex;gap:5px;flex-wrap:wrap;margin-top:7px}
.stamp-result-card__meta span{padding:4px 7px;border-radius:999px;background:#f0f4f8;color:#64748b;font-size:10px;font-weight:800}
.stamp-result-card p{margin:11px 0;color:#52627a;font-size:12px;line-height:1.45}.stamp-result-card p strong{color:#334155}
.stamp-result-card__price{display:flex;align-items:baseline;gap:7px;margin-top:auto}.stamp-result-card__price small{color:#94a3b8;text-decoration:line-through}.stamp-result-card__price strong{font-size:20px;color:#174e2c}
.stamp-result-card__action{display:flex;align-items:center;justify-content:center;min-height:46px;margin:0 13px 13px;padding:8px 10px;border-radius:12px;background:#153f2b;color:#fff;text-decoration:none;text-align:center;font-size:12px;font-weight:900}
.stamp-result-card.is-primary .stamp-result-card__action{background:var(--sa-lime);color:#17220d}
.stamp-results__help{display:flex;align-items:center;gap:13px;margin-top:18px;padding:15px 17px;border:1px solid #dce4ee;border-radius:17px;background:#f8fafc}
.stamp-results__help div{flex:1}.stamp-results__help strong,.stamp-results__help span{display:block}.stamp-results__help span{margin-top:3px;color:#64748b;font-size:12px}
.stamp-results__help a,.stamp-results__help button,.stamp-empty a,.stamp-empty button{min-height:42px;padding:0 15px;border-radius:11px;font:inherit;font-size:12px;font-weight:900;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}
.stamp-results__help a,.stamp-empty a{border:1px solid #138a45;background:#138a45;color:#fff}.stamp-results__help button,.stamp-empty button{border:1px solid #cfd9e5;background:#fff;color:#334155}
.stamp-empty{text-align:center;max-width:600px;margin:55px auto}.stamp-empty>span{font-size:45px}.stamp-empty a,.stamp-empty button{margin:5px}
.stamp-assistant__noscript{margin-top:15px;padding:16px;border-radius:14px;background:#fff3cd;color:#664d03}
[hidden]{display:none!important}
@media(max-width:960px){.stamp-assistant__intro{display:block}.stamp-assistant__benefits{justify-content:flex-start;margin-top:16px}.stamp-assistant__shell{grid-template-columns:230px minmax(0,1fr)}.stamp-assistant__side{padding:30px 22px}.stamp-assistant__confidence{left:22px;right:22px}.stamp-assistant__main{padding:28px}.stamp-choices--purpose{grid-template-columns:repeat(2,minmax(0,1fr))}.stamp-results__grid,.stamp-results__grid--1,.stamp-results__grid--2{grid-template-columns:1fr}.stamp-result-card__body{display:grid;grid-template-columns:125px minmax(0,1fr);gap:13px}.stamp-result-card__image{margin:0}.stamp-result-card__copy{min-height:112px}}
@media(max-width:700px){.stamp-assistant{padding:18px 12px 105px}.stamp-assistant__intro h1{font-size:36px;overflow-wrap:anywhere}.stamp-assistant__intro p{font-size:15px}.stamp-assistant__benefits{display:none}.stamp-assistant__shell{display:block;min-height:0;border-radius:20px;overflow:visible}.stamp-assistant__side{display:none}.stamp-assistant__main{padding:20px 16px 16px;border-radius:20px;background:#fff}.stamp-assistant__stage{padding:25px 0 20px}.stamp-question,.stamp-results__head{scroll-margin-top:190px}.stamp-question h2,.stamp-results__head h2{font-size:26px;overflow-wrap:anywhere}.stamp-question>p,.stamp-results__head>p{overflow-wrap:anywhere}.stamp-choices,.stamp-choices--purpose{grid-template-columns:1fr;gap:9px}.stamp-choice{min-height:68px;height:auto;padding:11px 12px}.stamp-choice__copy{overflow:visible}.stamp-choice__copy strong,.stamp-choice__copy small{white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}.stamp-choice__icon{flex-basis:38px;width:38px;height:38px;font-size:19px}.stamp-assistant__nav{position:static;z-index:auto;bottom:auto;margin:0;padding:15px 0 0;background:#fff;box-shadow:none;backdrop-filter:none}.stamp-assistant__nav button{min-height:48px;height:auto;padding:10px 18px;white-space:normal;line-height:1.2}.stamp-assistant__next{flex:1}.stamp-result-card__body{display:grid;grid-template-columns:94px minmax(0,1fr);gap:11px;padding:12px}.stamp-result-card__image{height:94px}.stamp-result-card__image img{max-height:84px}.stamp-results__help{align-items:stretch;flex-direction:column}.stamp-results__help a,.stamp-results__help button{width:100%}.stamp-content-field__footer{flex-direction:column;gap:2px}}

/* Versão compacta: menos rolagem e avanço com poucos toques. */
.stamp-assistant{padding-top:10px}
.stamp-assistant__shell{min-height:560px}
.stamp-assistant__main{padding:25px 32px 22px}
.stamp-assistant__stage{padding:22px 0 17px}
.stamp-question>p{margin-bottom:18px}
.stamp-choices--type{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:700px){
  .stamp-assistant{padding:6px 8px 92px}
  .stamp-assistant__shell{border-radius:16px}
  .stamp-assistant__main{padding:13px 12px 12px;border-radius:16px}
  .stamp-assistant__stage{padding:14px 0 10px}
  .stamp-assistant__progress-copy{font-size:11px}
  .stamp-assistant__progress-track{height:5px;margin-top:6px}
  .stamp-question__eyebrow{font-size:10px}
  .stamp-question h2,.stamp-results__head h2{margin:5px 0;font-size:22px;line-height:1.08}
  .stamp-question>p,.stamp-results__head>p{margin:0 0 12px;font-size:12px;line-height:1.35}
  .stamp-choices--purpose{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .stamp-choices--purpose .stamp-choice{min-height:64px;padding:8px}
  .stamp-choices--purpose .stamp-choice__icon{flex-basis:31px;width:31px;height:31px;font-size:16px}
  .stamp-choices--purpose .stamp-choice__copy strong{font-size:12px}
  .stamp-choices--type{grid-template-columns:1fr;gap:7px}
  .stamp-choice{min-height:58px;padding:9px 10px}
  .stamp-choice__copy strong{font-size:14px}.stamp-choice__copy small{font-size:11px}
  .stamp-choice__icon{flex-basis:34px;width:34px;height:34px;font-size:17px}
  .stamp-assistant__nav{padding-top:10px}
  .stamp-assistant__nav button{min-height:42px;padding:8px 14px;font-size:13px}
  .stamp-content-field textarea{min-height:118px;padding:12px}
  .stamp-unknown{margin-top:10px;padding:10px 12px}
  .stamp-profession-detected{margin-top:8px;padding:8px 10px;font-size:11px}
}
