.hto-page{padding:48px 16px 64px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);min-height:70vh}.hto-container{max-width:960px;margin:0 auto}.hto-card{background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(15,23,42,.08);padding:36px 28px}.hto-title{font-size:2rem;font-weight:700;color:#0f172a;text-align:center;margin-bottom:12px}.hto-intro{font-size:1rem;line-height:1.8;color:#475569;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 #e2e8f0;border-radius:14px;background:#fafbfc;transition:border-color .2s ease,box-shadow .2s ease}.hto-method:hover{border-color:var(--color-primary,#1c558b);box-shadow:0 6px 18px rgba(28,85,139,.1)}.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,#1c558b);color:#fff;font-size:1.35rem}.hto-method-body{flex:1 1;min-width:0}.hto-method-title{font-size:1.1rem;font-weight:600;color:#0f172a;margin:0 0 8px}.hto-method-text{font-size:.96rem;line-height:1.75;color:#4b5563;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:#334155}.hto-btn,.hto-link{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;font-weight:500;color:var(--color-primary,#1c558b);text-decoration:none;padding:6px 12px;border-radius:8px;background:rgba(28,85,139,.08);transition:background .2s ease,color .2s ease}.hto-btn:hover,.hto-link:hover{background:var(--color-primary,#1c558b);color:#fff}.hto-note{margin-top:28px;padding:16px 18px;border-radius:12px;background:#eff6ff;border-left:4px solid var(--color-primary,#1c558b);font-size:.92rem;line-height:1.7;color:#334155}@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}}