.info-hero{padding:24px 0 28px}
.info-hero h1{font-size:clamp(38px,5vw,64px);line-height:1;letter-spacing:-.06em;margin:0 0 16px}
.info-hero p{font-size:18px;color:var(--muted);max-width:760px}
.info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}
.info-card{padding:24px}
.info-card h3{margin:0 0 10px;font-size:20px}
.info-card p{margin:0;color:var(--muted)}
.info-link-card{text-decoration:none;display:flex;flex-direction:column;gap:10px;transition:transform .16s ease, box-shadow .16s ease,border-color .16s ease}
.info-link-card span{margin-top:auto;color:#4338ca;font-weight:800}
.info-link-card:hover{transform:translateY(-2px);border-color:#c7d2fe;box-shadow:0 20px 46px rgba(15,23,42,.08)}
.help-section-gap{padding-top:46px}
.faq-list{display:grid;gap:12px}
.faq-list details{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px 20px;box-shadow:0 12px 34px rgba(15,23,42,.05)}
.faq-list summary{font-weight:900;cursor:pointer}
.faq-list p{color:var(--muted);margin:12px 0 0}
.feedback-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;align-items:start}
.feedback-side-card,.contact-card,.support-main-card{display:grid;gap:18px}
.feedback-form{display:grid;gap:16px;padding:28px}
.feedback-form textarea{min-height:150px}
.notice-box{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:18px;padding:16px;font-weight:700}
.platform-table{overflow:auto}.platform-table table{min-width:900px}
.support-main-card{padding:28px}
.support-form-head{margin-bottom:8px}
@media(max-width:900px){.info-grid,.feedback-layout{grid-template-columns:1fr}}


/* v40 Help strukturierter */
.help-page{max-width:1180px}.info-hero{padding:34px 0 24px}.info-hero h1{letter-spacing:-.035em;line-height:.98;text-wrap:balance}.info-grid{align-items:stretch}.info-link-card{min-height:190px;border-radius:22px}.info-link-card .step-pill{width:34px;height:34px;display:inline-grid;place-items:center;border-radius:12px;background:#eef2ff;color:#3730a3;font-weight:950}.info-link-card b{margin-top:auto;color:#4338ca}.home-section-head{display:grid;gap:8px;margin-bottom:18px}.home-section-head h2{font-size:clamp(2rem,4vw,3.2rem);margin:0}.home-section-head p{margin:0;color:#64748b;font-weight:750}.faq-list details{padding:0;overflow:hidden}.faq-list summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:'+';width:30px;height:30px;border-radius:999px;background:#eef2ff;color:#3730a3;display:grid;place-items:center;font-weight:950;flex:0 0 30px}.faq-list details[open] summary::after{content:'−'}.faq-list p{padding:0 20px 18px;margin:0;color:#64748b;line-height:1.6}@media(max-width:900px){.info-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.info-grid{grid-template-columns:1fr}}


/* v41 help handbook search and work-safety highlight */
.help-hero-search{display:grid;gap:18px;}
.help-search-card{display:grid;gap:8px;border:1px solid #dbe5f2;background:#fff;border-radius:24px;padding:18px;box-shadow:0 16px 44px rgba(15,23,42,.07);max-width:760px;}
.help-search-card label{font-weight:950;color:#0f172a;}
.help-search-card small{color:#64748b;font-weight:750;}
.help-topic-card[hidden]{display:none!important;}
.help-topic-grid{margin-top:18px;}
.help-highlight-card{margin-top:26px;display:grid;gap:18px;border-radius:28px;background:linear-gradient(135deg,#ffffff,#f8faff);}
.help-highlight-card h2{margin:0;font-size:clamp(1.8rem,3vw,2.7rem);letter-spacing:-.04em;}
.help-highlight-card p{margin:0;line-height:1.65;}
.help-highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.help-highlight-grid article{border:1px solid #dbe5f2;background:#fff;border-radius:20px;padding:16px;display:grid;gap:6px;}
.help-highlight-grid strong{color:#0f172a;}
.help-highlight-grid span{color:#64748b;font-weight:750;line-height:1.45;}
@media(max-width:820px){.help-highlight-grid{grid-template-columns:1fr}.help-search-card{max-width:none}}


/* P32: cleaner help center search + aligned cards */
.help-page{display:grid;gap:18px;}
.help-hero-search{align-items:start;}
.help-search-card{width:min(100%,860px);max-width:none;padding:20px 22px;border-radius:26px;}
.help-search-card .form-input{min-height:56px;border-radius:16px;padding:15px 18px;font-size:1rem;}
.help-topic-grid{gap:20px;}
.help-topic-card{min-height:210px;padding:24px;border:1px solid #dbe3ef;background:linear-gradient(180deg,#fff,#fbfcff);box-shadow:0 16px 40px rgba(15,23,42,.055);}
.help-topic-card h3{line-height:1.15;letter-spacing:-.02em;}
.help-topic-card p{line-height:1.6;}
.help-topic-card b{margin-top:auto;}
.help-highlight-card{padding:28px;border-radius:30px;box-shadow:0 18px 44px rgba(15,23,42,.06);}
@media(max-width:900px){.help-search-card{width:100%;}}
