.help-center-categories{padding:70px 0 80px;background:#fff}.help-center-categories .categories-header .title{color:var(--secondary)}.help-center-categories .categories-header .description{line-height:1.7}.help-center-categories .categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:45px}.help-center-categories .category-card{min-height:220px;padding:22px 25px;background:#f7f8fb;border:1px solid #edf0f5;border-radius:18px;text-decoration:none;transition:all .3s ease}.help-center-categories .category-card:hover{transform:translateY(-3px);border-color:rgba(63,100,201,.2)}.help-center-categories .category-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;border-radius:8px}.help-center-categories .category-icon img{width:26px;height:26px;object-fit:contain}.help-center-categories .category-title{color:var(--secondary);margin-bottom:10px}.help-center-categories .category-description{max-width:280px;margin-bottom:20px;line-height:1.7}.help-center-categories .category-link{display:inline-flex;align-items:center;gap:6px;color:var(--primary);font-size:12px;font-weight:500}.help-center-categories .category-link i{font-size:12px}@media(max-width:991px){.help-center-categories .categories-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.help-center-categories{padding:50px 0}.help-center-categories .categories-grid{grid-template-columns:1fr;gap:12px;margin-top:30px}.help-center-categories .category-card{min-height:auto}}.create-organization{padding:155px 0 70px;background:linear-gradient(120deg,#f7f9ff,#edf4ff 45%,#c9ddff);border-radius:0 0 50px 50px}.create-organization .create-organization-content .help-badge{display:inline-flex;align-items:center;justify-content:center;padding:7px 18px;margin-bottom:15px;border:1px solid var(--primary);border-radius:30px;color:var(--primary);font-size:11px;font-weight:500}.create-organization .create-organization-content .title{color:var(--secondary)}.create-organization .create-organization-content .description{line-height:1.7}.create-organization .steps{margin-top:40px;margin-left:-5px;margin-right:-5px}.create-organization .steps>*{padding-left:5px;padding-right:5px}.create-organization .step-card{height:100%;padding:25px;text-align:start;background:#fff;border-radius:25px;box-shadow:0 10px 30px rgba(42,76,145,.06)}.create-organization .step-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.create-organization .step-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eef5ff;color:var(--primary);font-size:14px}.create-organization .step-number{color:#7693df;font-size:12px;font-weight:500}.create-organization .step-title{color:var(--secondary);margin-bottom:7px}.create-organization .step-description{margin-bottom:0;line-height:1.7}@media(max-width:767px){.create-organization{padding:120px 0 40px}.create-organization .steps{margin-top:25px}.create-organization .steps>*{margin-bottom:10px}}