.hto-page{padding:48px 16px 64px;background:linear-gradient(180deg,#0a0a0a,#000);min-height:70vh}.hto-container{max-width:960px;margin:0 auto}.hto-card{background:#121212;border:1px solid #222;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.5);padding:36px 28px}.hto-title{font-size:2rem;font-weight:700;color:#fff;text-align:center;margin-bottom:12px}.hto-intro{font-size:1rem;line-height:1.8;color:#cbd5e1;text-align:center;max-width:720px;margin:0 auto 32px}.hto-grid{display:grid;grid-template-columns:1fr;grid-gap:18px;gap:18px}.hto-method{display:flex;gap:18px;padding:22px;border:1px solid #262626;border-radius:14px;background:#181818;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.hto-method:hover{border-color:var(--color-primary,#d49b53);box-shadow:0 6px 18px rgba(212,155,83,.15);transform:translateY(-2px)}.hto-icon-wrap{flex-shrink:0;width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--color-primary,#d49b53);color:#000;font-size:1.35rem}.hto-method-body{flex:1 1;min-width:0}.hto-method-title{font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 8px}.hto-method-text{font-size:.96rem;line-height:1.75;color:#a3a3a3;margin:0 0 12px}.hto-contact-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.hto-label{font-size:.88rem;font-weight:600;color:#e2e8f0}.hto-btn,.hto-link{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;font-weight:600;color:#d49b53;text-decoration:none;padding:8px 16px;border-radius:8px;background:rgba(212,155,83,.12);border:1px solid rgba(212,155,83,.3);transition:all .2s ease}.hto-btn:hover,.hto-link:hover{background:#d49b53;color:#000;border-color:#d49b53}.hto-note{margin-top:28px;padding:16px 18px;border-radius:12px;background:#181818;border-left:4px solid var(--color-primary,#d49b53);font-size:.92rem;line-height:1.7;color:#cbd5e1}@media (min-width:768px){.hto-card{padding:44px 40px}.hto-title{font-size:2.25rem}.hto-grid{grid-template-columns:1fr}}@media (max-width:575px){.hto-method{flex-direction:column;align-items:flex-start}.hto-title{font-size:1.6rem}}