.hero-thinking{position:absolute;z-index:4;top:clamp(24px,3.5vw,52px);left:clamp(20px,3.5vw,56px);display:grid;grid-template-columns:64px minmax(0,330px);align-items:center;gap:13px;width:min(430px,calc(100vw - 150px));color:#fff}
.hero-thinking__bubble{display:block;width:64px;height:64px}
.hero-thinking__bubble img{display:block;width:100%;height:100%;object-fit:contain;transform:scaleX(-1)}
.hero-thinking>div{min-width:0}
.hero-thinking small{display:flex;align-items:center;gap:8px;margin-bottom:7px;font-size:8px;font-weight:800;letter-spacing:.24em;color:rgba(255,255,255,.72)}
.hero-thinking small i{width:5px;height:5px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.13);animation:thinking-dot 1.5s ease-in-out infinite}
.hero-thinking p{min-height:34px;margin:0;font-size:clamp(11px,1vw,14px);font-weight:600;line-height:1.45;letter-spacing:-.01em;text-wrap:balance}
.hero-thinking p b{display:inline-block;width:1px;height:1.05em;margin-left:3px;vertical-align:-.12em;background:#fff;animation:thinking-caret .75s steps(1) infinite}
@keyframes thinking-dot{50%{opacity:.35;transform:scale(.75)}}
@keyframes thinking-caret{50%{opacity:0}}
@media(max-width:760px){.hero-thinking{top:16px;left:13px;grid-template-columns:48px minmax(0,230px);gap:9px;width:min(292px,calc(100vw - 90px))}.hero-thinking__bubble{width:48px;height:48px}.hero-thinking small{margin-bottom:5px;font-size:7px}.hero-thinking p{min-height:30px;font-size:10px;line-height:1.4}}
@media(prefers-reduced-motion:reduce){.hero-thinking small i,.hero-thinking p b{animation:none}}
