/* PKaraokê V15.1 — Central de Ajuda */
.help-page main{background:transparent!important}
.help-hero{
  position:relative;
  padding:86px 0 56px;
  background:linear-gradient(135deg,rgba(241,249,255,.82),rgba(255,255,255,.68));
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}
.help-hero-inner{max-width:820px;text-align:center}
.help-hero h1{margin:10px 0 13px;font-size:clamp(2.45rem,5vw,5rem);line-height:.98;letter-spacing:-.055em}
.help-hero p{max-width:650px;margin:0 auto;color:var(--muted);font-size:1.04rem}
.help-section{padding:64px 0 96px;background:rgba(255,255,255,.42)}
.help-shell{max-width:980px}

.help-catalog-nav{display:flex;justify-content:center;margin:0 0 18px}
.help-catalog-back{
  min-width:220px;border:1px solid rgba(7,143,229,.28);background:rgba(255,255,255,.86);color:var(--navy);
  box-shadow:0 12px 28px rgba(7,27,45,.10);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)
}
.help-catalog-back:hover{border-color:var(--blue);color:var(--blue);box-shadow:0 16px 34px rgba(7,143,229,.18)}
html[data-theme="dark"] .help-catalog-back{background:rgba(13,32,46,.90);border-color:#315064;color:#eef7fb}
html[data-theme="dark"] .help-catalog-back:hover{border-color:#35bfff;color:#7ed8ff}
.help-choice,.help-panel{
  border:1px solid rgba(210,226,237,.92);
  border-radius:30px;
  background:rgba(255,255,255,.88);
  box-shadow:0 24px 70px rgba(7,27,45,.14);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.help-choice{padding:34px}
.help-choice-heading{display:flex;align-items:center;gap:15px;margin-bottom:26px}
.help-choice-heading h2,.help-panel h2{margin:0 0 6px;color:var(--navy);font-size:clamp(1.65rem,3vw,2.55rem);line-height:1.05}
.help-choice-heading p,.help-panel>p,.help-form-heading p{margin:0;color:var(--muted)}
.help-step-badge{
  display:grid;place-items:center;width:48px;height:48px;flex:0 0 48px;border-radius:16px;
  background:linear-gradient(145deg,var(--blue),#36c4ff);color:#fff;font-size:1.2rem;font-weight:950;
  box-shadow:0 11px 26px rgba(7,143,229,.28),inset 0 1px 1px rgba(255,255,255,.5)
}
.help-option-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.help-option{
  position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;
  min-height:150px;padding:24px;border:1px solid transparent;border-radius:24px;text-align:left;cursor:pointer;
  color:#fff;overflow:hidden;isolation:isolate;box-shadow:0 18px 42px rgba(7,27,45,.16);
  transition:transform .22s ease,box-shadow .22s ease,filter .22s ease
}
.help-option::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(120deg,rgba(255,255,255,.22),transparent 34%,rgba(255,255,255,.09));transform:translateX(-100%);transition:transform .5s ease}
.help-option:hover{transform:translateY(-6px);filter:saturate(1.08);box-shadow:0 24px 54px rgba(7,27,45,.23)}
.help-option:hover::before{transform:translateX(100%)}
.help-option:active{transform:translateY(-1px) scale(.985)}
.help-option-rented{background:linear-gradient(135deg,#087dca,#13aaf7)}
.help-option-owned{background:linear-gradient(135deg,#16894a,#28ca73)}
.help-option-icon{
  display:grid;place-items:center;width:66px;height:66px;border-radius:21px;background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.28);font-size:2rem;font-weight:950;box-shadow:inset 0 1px 1px rgba(255,255,255,.3)
}
.help-option-copy strong,.help-option-copy small{display:block}
.help-option-copy strong{font-size:1.2rem;line-height:1.1}
.help-option-copy small{margin-top:7px;color:rgba(255,255,255,.86);font-size:.82rem;line-height:1.4}
.help-option-arrow{font-size:1.8rem;font-weight:300;transition:transform .2s ease}
.help-option:hover .help-option-arrow{transform:translateX(5px)}
.help-panel{position:relative;padding:38px}
.help-panel[hidden]{display:none!important}
.help-back{
  display:inline-flex;align-items:center;gap:7px;margin:0 0 26px;padding:9px 13px;border:1px solid var(--line);border-radius:999px;
  background:rgba(255,255,255,.75);color:var(--navy);font-weight:850;cursor:pointer;transition:.2s ease
}
.help-back:hover{border-color:var(--blue);color:var(--blue);transform:translateX(-2px)}
.help-message-icon{
  display:grid;place-items:center;width:76px;height:76px;margin-bottom:20px;border-radius:24px;
  background:linear-gradient(145deg,#087dca,#13aaf7);color:#fff;font-size:2rem;font-weight:950;
  box-shadow:0 16px 34px rgba(7,143,229,.25),inset 0 1px 1px rgba(255,255,255,.4)
}
.help-message-icon.owned{flex:0 0 76px;margin:0;background:linear-gradient(145deg,#16894a,#28ca73)}
.help-panel-rented>p{max-width:780px;font-size:1.03rem;line-height:1.7}
.help-notice{margin-top:25px;padding:20px 22px;border:1px solid #cfe5f5;border-left:5px solid var(--blue);border-radius:17px;background:rgba(237,248,255,.82)}
.help-notice strong{display:block;color:var(--navy);font-size:1rem}
.help-notice p{margin:6px 0 0;color:#4f6575;line-height:1.6}
.help-form-heading{display:flex;align-items:flex-start;gap:20px;margin-bottom:26px}
.help-support-form{padding:28px;border:1px solid var(--line);border-radius:24px;background:rgba(248,251,253,.82)}
.help-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.help-field{display:grid;gap:7px;min-width:0}
.help-field-full{grid-column:1/-1}
.help-field>span{color:var(--navy);font-size:.82rem;font-weight:900}
.help-field b{color:var(--red)}
.help-field input,.help-field textarea{
  width:100%;border:2px solid #dce7ee;border-radius:14px;padding:13px 14px;background:rgba(255,255,255,.95);color:var(--ink);font-size:16px;outline:none;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease
}
.help-field input{height:52px}
.help-field textarea{min-height:170px;resize:vertical;line-height:1.55}
.help-field input:focus,.help-field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(7,143,229,.12)}
.help-field small{text-align:right;color:var(--muted);font-size:.72rem}
.help-form-error{margin-top:15px;padding:11px 13px;border:1px solid #ffc8cd;border-radius:12px;background:#fff1f2;color:#a91b28;font-size:.82rem;font-weight:800}
.help-submit{
  width:100%;margin-top:18px;border:0;background:linear-gradient(135deg,#16894a,#28ca73);color:#fff;
  box-shadow:0 13px 30px rgba(31,183,105,.28)
}
.help-submit:hover{box-shadow:0 17px 36px rgba(31,183,105,.36)}
.help-privacy{margin:12px 0 0;text-align:center;color:var(--muted);font-size:.75rem}
html[data-theme="dark"] .help-hero{background:linear-gradient(135deg,rgba(7,19,30,.82),rgba(11,29,43,.72))}
html[data-theme="dark"] .help-section{background:rgba(7,19,30,.42)}
html[data-theme="dark"] .help-choice,html[data-theme="dark"] .help-panel{background:rgba(13,32,46,.9);border-color:#294557;box-shadow:0 24px 70px rgba(0,0,0,.34)}
html[data-theme="dark"] .help-choice-heading h2,html[data-theme="dark"] .help-panel h2,html[data-theme="dark"] .help-field>span,html[data-theme="dark"] .help-notice strong{color:#eef7fb}
html[data-theme="dark"] .help-choice-heading p,html[data-theme="dark"] .help-panel>p,html[data-theme="dark"] .help-form-heading p{color:#a9bbc8}
html[data-theme="dark"] .help-back{background:#10283a;border-color:#315064;color:#e8f3f8}
html[data-theme="dark"] .help-notice{background:rgba(10,40,59,.82);border-color:#2e5b77;border-left-color:#35bfff}
html[data-theme="dark"] .help-notice p{color:#b1c4d0}
html[data-theme="dark"] .help-support-form{background:rgba(8,25,38,.82);border-color:#294557}
html[data-theme="dark"] .help-field input,html[data-theme="dark"] .help-field textarea{background:#0a1d2a;border-color:#315064;color:#eef7fb}
html[data-theme="dark"] .help-form-error{background:#3b1c27;border-color:#65303d;color:#ffb4bc}
@media(max-width:820px){
  .help-hero{padding:58px 0 40px}
  .help-section{padding:40px 0 72px}
  .help-option-grid{grid-template-columns:1fr}
  .help-option{min-height:130px}
}
@media(max-width:620px){
  .help-hero{padding:42px 0 30px}
  .help-hero h1{font-size:2.35rem}
  .help-section{padding:26px 0 60px}
  .help-choice,.help-panel{padding:19px;border-radius:22px}
  .help-choice-heading{align-items:flex-start;margin-bottom:18px}
  .help-step-badge{width:42px;height:42px;flex-basis:42px;border-radius:14px}
  .help-option{min-height:118px;padding:18px;gap:12px;border-radius:19px}
  .help-option-icon{width:54px;height:54px;border-radius:17px;font-size:1.65rem}
  .help-option-copy strong{font-size:1.05rem}
  .help-option-copy small{font-size:.76rem}
  .help-form-heading{display:grid;gap:13px}
  .help-message-icon.owned{width:62px;height:62px;flex-basis:62px;border-radius:19px}
  .help-support-form{padding:17px 13px;border-radius:18px}
  .help-form-grid{grid-template-columns:1fr;gap:12px}
  .help-field-full{grid-column:auto}
  .help-field textarea{min-height:155px}
}
