/* Hosting landing: all visual rules are scoped to this page.
   CTA appearance is inherited from the shared homepage avatar-btn. */
.hosting-page { background: #fff; color: #10155c; }
.hosting-page main { text-align: right; }
.hosting-page main h2 { font-size: 28px; line-height: 1.7; color: #10155c; margin: 12px 0; }
.hosting-page main h3 { font-size: 19px; line-height: 1.8; color: #10155c; }
.hosting-page main p { font-size: 14px; line-height: 2; color: #777998; margin: 0 0 20px; }
.hosting-page main [hidden] { display: none !important; }
.hosting-page .hosting-badge { display: inline-block; border-radius: 12px; background: #e1f6ff; color: #358ee4; padding: 5px 12px; font-size: 12px; }
.hosting-page .hosting-section { padding-top: 42px; padding-bottom: 20px; }
.hosting-page .hosting-heading { text-align: center; margin-bottom: 28px; }
.hosting-page .hosting-heading p { margin: 0 auto; max-width: 760px; font-size: 13px; }
.hosting-page .hosting-split { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); align-items: center; gap: 45px; }
.hosting-page .hosting-hero { padding: 155px 0 55px; background: radial-gradient(ellipse at 18% 70%, #eae3ff, transparent 48%), linear-gradient(115deg, #f8f6ff, #effaff); overflow: hidden; }
.hosting-page .hosting-hero h1 { color: #10155c; font-size: 43px; line-height: 1.7; margin: 17px 0; font-weight: 800; }
.hosting-page .hosting-hero-copy > p { font-size: 16px; max-width: 570px; }
.hosting-page .hosting-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hosting-page .avatar-btn { max-width: 100%; flex-shrink: 0; }
.hosting-page .avatar-btn-text { line-height: 1.65; }
.hosting-page .avatar-btn:disabled { opacity: .6; cursor: not-allowed; }
.hosting-page .hosting-hero-art img { width: 115%; max-width: 115%; height: auto; margin-right: -7%; }
.hosting-page .hosting-hero-benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 30px; text-align: center; }
.hosting-page .hosting-hero-benefits > div { display: grid; justify-items: center; align-content: start; gap: 12px; color: #777998; font-size: 12px; line-height: 1.8; }
.hosting-page .hosting-hero-benefits i { font-size: 27px; color: #7057e8; }
#hosting-plans, #hosting-consultation { scroll-margin-top: 110px; }
.hosting-page .hosting-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; margin-bottom: 16px; }
.hosting-page .hosting-tab { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 57px; padding: 12px; color: #7057e8; background: #f2f1f9; border-radius: 7px; font-size: 16px; font-weight: 700; }
.hosting-page .hosting-tab i { font-size: 26px; }
.hosting-page .hosting-tab.is-active { color: #fff; background: #7057e8; }
.hosting-page .hosting-tab:focus-visible, .hosting-page .hosting-location:focus-visible, .hosting-page .hosting-faq-toggle:focus-visible { outline: 2px solid #10155c; outline-offset: -3px; }
.hosting-page .hosting-catalog { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 1fr); gap: 24px; padding: 28px; border: 1px solid #e8edf7; border-radius: 18px; box-shadow: 0 10px 35px #6982c010; }
.hosting-page .hosting-category-info { text-align: center; align-self: center; min-width: 0; }
.hosting-page .hosting-category-icon { font-size: 56px; color: #7057e8; margin-bottom: 15px; }
.hosting-page .hosting-category-info h3 { font-size: 24px; margin: 0 0 14px; }
.hosting-page .hosting-category-info p { font-size: 12px; line-height: 1.9; }
.hosting-page .hosting-category-info .avatar-btn { width: 100%; }
.hosting-page .hosting-locations { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 18px 0; }
.hosting-page .hosting-location { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 14px; background: #fff; border: 1px solid #e2e3fa; border-radius: 24px; color: #54567d; font: inherit; font-size: 13px; cursor: pointer; }
.hosting-page .hosting-location.is-active { background: #f3efff; border-color: #7057e8; color: #10155c; }
.hosting-page .hosting-location img { object-fit: cover; border-radius: 3px; }
.hosting-page .hosting-plan-area { min-width: 0; }
.hosting-page .hosting-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.hosting-page .hosting-plan-card { min-width: 0; padding: 24px 15px 17px; border: 1px solid #e2e3fa; border-radius: 12px; display: flex; flex-direction: column; align-items: stretch; text-align: center; background: #fff; }
.hosting-page .hosting-plan-card h3 { font-size: 17px; margin: 0 0 18px; overflow-wrap: anywhere; }
.hosting-page .hosting-plan-features { list-style: none; padding: 0; margin: 0 0 18px; text-align: right; }
.hosting-page .hosting-plan-features li { display: flex; align-items: baseline; gap: 9px; color: #747795; font-size: 12px; line-height: 1.9; margin-bottom: 8px; overflow-wrap: anywhere; }
.hosting-page .hosting-plan-features i { color: #7057e8; }
.hosting-page .hosting-plan-price { margin-top: auto; padding: 12px 0 17px; font-size: 13px; }
.hosting-page .hosting-plan-price strong { font-size: 19px; }
.hosting-page .hosting-plan-price small { display: block; color: #777998; margin-top: 6px; }
.hosting-page .hosting-plan-card .avatar-btn { justify-content: center; width: 100%; }
.hosting-page #hosting-status { text-align: center; padding: 32px 15px; color: #747795; font-size: 14px; line-height: 2; }
.hosting-page [aria-busy="true"] #hosting-status::before { content: ''; display: block; width: 28px; height: 28px; border: 3px solid #eee9ff; border-top-color: #7057e8; border-radius: 50%; margin: 0 auto 15px; animation: hosting-spin .8s linear infinite; }
.hosting-page #hosting-order-message { background: #fff4f4; color: #9c3434; padding: 15px; border-radius: 10px; margin-top: 18px; }
.hosting-page .hosting-guide-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.hosting-page .hosting-guide-card { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 27px 20px; border: 1px solid #e8edf7; border-radius: 12px; box-shadow: 0 6px 24px #6982c008; }
.hosting-page .hosting-card-icon { color: #7057e8; font-size: 32px; margin-bottom: 15px; }
.hosting-page .hosting-guide-card h3 { font-size: 17px; }
.hosting-page .hosting-guide-card p { font-size: 12px; }
.hosting-page .hosting-guide-card a { color: #7057e8; font-size: 13px; margin-top: auto; }
.hosting-page .hosting-domain-band { margin-top: 30px; padding: 35px 0; background: linear-gradient(110deg, #f7f5ff, #eff8ff); }
.hosting-page .hosting-domain-band .hosting-split { grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr); }
.hosting-page .hosting-domain-art { width: 100%; max-width: 340px; height: auto; justify-self: center; }
.hosting-page .hosting-domain-form { display: flex; align-items: center; gap: 12px; }
.hosting-page .hosting-domain-field { display: flex; flex: 1; align-items: center; min-width: 0; direction: ltr; background: #fff; border: 1px solid #dfd4ff; border-radius: 12px; overflow: hidden; }
.hosting-page .hosting-domain-field > span { color: #7057e8; background: #f5f1ff; padding: 15px 12px; font-size: 14px; }
.hosting-page .hosting-domain-field input { height: 54px; min-width: 0; width: 100%; border: 0; padding: 12px; font-size: 14px; background: #fff; }
.hosting-page .hosting-domain-field input:focus { outline: 2px solid #7057e8; outline-offset: -3px; }
.hosting-page .hosting-domain-links { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 18px; color: #747795; font-size: 12px; }
.hosting-page .hosting-domain-links bdi { display: inline-block; background: #fff; padding: 4px 9px; border-radius: 18px; margin-right: 5px; color: #10155c; }
.hosting-page .hosting-domain-links a { color: #7057e8; }
.hosting-page .hosting-country-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.hosting-page .hosting-country-cards > div { display: grid; justify-items: center; gap: 18px; padding: 28px 20px; background: #f8f7ff; border: 1px solid #edf0f8; border-radius: 16px; }
.hosting-page .hosting-country-cards i { font-size: 56px; color: #7057e8; }
.hosting-page .hosting-country-cards img { object-fit: cover; border-radius: 5px; }
.hosting-page .hosting-country-cards h3 { margin: 0; font-size: 17px; }
.hosting-page .hosting-advice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.hosting-page .hosting-advice-grid article { padding: 24px; border: 1px solid #edf0f8; border-radius: 12px; }
.hosting-page .hosting-advice-grid p { font-size: 13px; margin-bottom: 0; }
.hosting-page .hosting-benefit-bar { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 25px 18px; gap: 14px; margin-top: 28px; border-radius: 12px; background: #f6f3ff; }
.hosting-page .hosting-benefit-bar > div { display: flex; align-items: center; justify-content: center; gap: 13px; font-size: 13px; }
.hosting-page .hosting-benefit-bar i { font-size: 27px; color: #7057e8; }
.hosting-page .hosting-faq { padding-bottom: 50px; }
.hosting-page .hosting-faq-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.hosting-page .hosting-faq-item { border: 1px solid #edf0f8; background: #fbfaff; border-radius: 9px; margin-bottom: 10px; overflow: hidden; }
.hosting-page .hosting-faq-item h3 { margin: 0; }
.hosting-page .hosting-faq-toggle { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 14px; color: #31346e; font: inherit; font-size: 13px; line-height: 1.9; text-align: right; background: transparent; border: 0; padding: 14px 17px; cursor: pointer; }
.hosting-page .hosting-faq-toggle > span { flex-shrink: 0; width: 22px; text-align: center; color: #7057e8; font-size: 23px; }
.hosting-page .hosting-faq-toggle > span::before { content: '−'; }
.hosting-page .hosting-faq-toggle[aria-expanded="false"] > span::before { content: '+'; }
.hosting-page .hosting-faq-item p { padding: 0 17px 17px; font-size: 13px; margin: 0; }
@keyframes hosting-spin { to { transform: rotate(360deg); } }
@media (max-width: 1199px) {
    .hosting-page .hosting-catalog { grid-template-columns: minmax(0, 1fr); }
    .hosting-page .hosting-category-info { max-width: 600px; margin: 0 auto; }
    .hosting-page .hosting-category-info .avatar-btn { width: auto; }
    .hosting-page .hosting-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hosting-page .hosting-hero h1 { font-size: 35px; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hosting-page .hosting-plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hosting-page .hosting-split { gap: 25px; }
    .hosting-page .hosting-hero h1 { font-size: 30px; }
    .hosting-page .hosting-hero-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hosting-page .hosting-domain-form { flex-wrap: wrap; }
}
@media (max-width: 767px) {
    .hosting-page .hosting-hero { padding: 115px 0 30px; }
    .hosting-page .hosting-split,
    .hosting-page .hosting-domain-band .hosting-split { grid-template-columns: minmax(0, 1fr); gap: 25px; }
    .hosting-page .hosting-hero h1 { font-size: 31px; }
    .hosting-page .hosting-hero-copy > p { font-size: 14px; }
    .hosting-page .hosting-hero-art { max-width: 450px; margin: 0 auto; }
    .hosting-page .hosting-hero-art img { width: 100%; max-width: 100%; margin: 0; }
    .hosting-page .hosting-hero-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
    .hosting-page main h2 { font-size: 23px; }
    .hosting-page .hosting-section { padding-top: 30px; }
    .hosting-page .hosting-tabs { display: flex; overflow-x: auto; padding-bottom: 5px; }
    .hosting-page .hosting-tab { flex-shrink: 0; white-space: nowrap; font-size: 14px; padding: 12px 18px; }
    .hosting-page .hosting-catalog { padding: 20px 16px; }
    .hosting-page .hosting-plan-grid,
    .hosting-page .hosting-guide-grid,
    .hosting-page .hosting-advice-grid,
    .hosting-page .hosting-faq-columns { grid-template-columns: minmax(0, 1fr); }
    .hosting-page .hosting-plan-card { padding: 25px; }
    .hosting-page .hosting-plan-card .avatar-btn,
    .hosting-page .hosting-actions .avatar-btn,
    .hosting-page .hosting-domain-form .avatar-btn { width: 100%; justify-content: center; }
    .hosting-page .hosting-domain-form { flex-direction: column; align-items: stretch; }
    .hosting-page .hosting-domain-art { max-width: 280px; }
    .hosting-page .hosting-benefit-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 15px; }
    .hosting-page .hosting-benefit-bar > div { flex-direction: column; text-align: center; font-size: 12px; }
    .hosting-page .hosting-country-cards > div { padding: 23px 15px; }
}
@media (prefers-reduced-motion: no-preference) {
    html:has(.hosting-page) { scroll-behavior: smooth; }
}
@media (prefers-reduced-motion: reduce) {
    .hosting-page [aria-busy="true"] #hosting-status::before { animation: none; }
    .hosting-page .collapsing { transition: none; }
}
.hosting-page .hosting-category-info { order: 2; }
.hosting-page .hosting-plan-area { order: 1; }
.hosting-page .hosting-popular { align-self: center; margin: -12px 0 12px; padding: 4px 12px; border-radius: 8px; color: #7057e8; background: #f3efff; font-size: 12px; }
@media (max-width: 1199px) {
    .hosting-page .hosting-category-info { order: 0; }
}