.ht-hero{background:linear-gradient(180deg,#A6DCFF,#D7F0FF 60%,#FFFCEB);padding:56px 0}.ht-search{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e6eeff;border-radius:999px;padding:8px 10px 8px 22px;max-width:700px;margin:0 auto;box-shadow:0 10px 24px rgba(20,58,114,.08)}.ht-search__icon{font-size:20px}.ht-search input{flex:1 1;border:none;background:rgba(0,0,0,0);font-size:16px;outline:none;color:#101a5c;padding:12px 0}.ht-search input::placeholder{color:#6b7390}.ht-topics{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:20px;gap:20px}.ht-topic{text-align:center;transition:transform .2s}.ht-topic:hover{transform:translateY(-4px)}.ht-topic__icon{font-size:44px;margin-bottom:10px}.ht-topic h3{color:#101a5c;font-weight:800;font-size:18px;margin-bottom:6px}.ht-topic p{color:#6b7390;font-size:14px;margin:0}.ht-form-wrap h2{color:#101a5c;font-weight:800;margin-bottom:6px}.ht-form-wrap p{color:#6b7390;margin-bottom:22px}.ht-form{display:flex;flex-direction:column;gap:16px}.ht-form__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}@media(max-width:575px){.ht-form__row{grid-template-columns:1fr}}.ht-form label{display:flex;flex-direction:column;gap:6px;font-weight:600;color:#101a5c;font-size:14px}.ht-form input,.ht-form textarea{width:100%;padding:12px 14px;border-radius:16px;border:1px solid #e6eeff;background:#eaf7ff;color:#101a5c;font-family:inherit;font-size:15px;outline:none}.ht-form input:focus,.ht-form textarea:focus{border-color:#2f80ed;background:#fff}.ht-form__success{background:#e1f7d0;border:1px solid #b7e59a;color:#101a5c;padding:18px;border-radius:20px;font-weight:700}