:root {
	--halo-green: #36b94c;
	--halo-green-dark: #24963a;
	--halo-green-soft: #eaf8ed;
	--halo-ink: #121820;
	--halo-text: #4f5968;
	--halo-line: #e3e8e4;
	--halo-bg: #fbfcfb;
	--halo-white: #ffffff;
	--halo-blue: #6576ed;
	--halo-orange: #ff9138;
	--halo-violet: #9b4deb;
	--halo-red: #ee5471;
	--halo-shadow: 0 10px 30px rgba(27, 48, 32, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; background: var(--halo-bg); color: var(--halo-ink); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 15px; letter-spacing: 0; }
body.halo-panel-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.halo-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.halo-page-width { width: min(100% - 40px, 1240px); margin: 0 auto; }
.halo-topbar { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.98); border-bottom: 1px solid var(--halo-line); }
.halo-topbar-inner { display: grid; grid-template-columns: 190px auto minmax(240px, 330px) auto; align-items: center; gap: 28px; width: min(100% - 40px, 1240px); min-height: 72px; margin: 0 auto; }
.halo-wordmark { display: inline-flex; align-items: center; gap: 9px; min-width: 0; }
.halo-wordmark-icon { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 8px; background: var(--halo-green); color: var(--halo-white); font-size: 18px; font-weight: 900; }
.halo-wordmark strong { font-size: 21px; line-height: 1; }
.halo-wordmark strong span { color: var(--halo-green); }
.halo-mainnav { display: flex; align-items: center; gap: 25px; font-size: 13px; font-weight: 650; white-space: nowrap; }
.halo-mainnav a, .halo-mainnav button { padding: 26px 0; border: 0; background: transparent; color: var(--halo-ink); cursor: pointer; }
.halo-mainnav a:hover, .halo-mainnav button:hover { color: var(--halo-green-dark); }
.halo-mainnav button span { margin-left: 3px; }
.halo-head-search { display: grid; grid-template-columns: minmax(0, 1fr) 40px; height: 40px; border: 1px solid var(--halo-line); border-radius: 8px; background: var(--halo-bg); }
.halo-head-search input { min-width: 0; padding: 0 13px; border: 0; outline: 0; background: transparent; color: var(--halo-ink); font-size: 12px; }
.halo-head-search button { border: 0; background: transparent; color: var(--halo-text); font-size: 24px; cursor: pointer; }
.halo-account-links { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; }
.halo-account-links a { display: inline-grid; place-items: center; min-height: 40px; padding: 0 17px; border: 1px solid var(--halo-line); border-radius: 8px; background: var(--halo-white); }
.halo-account-links .halo-register { border-color: var(--halo-green); background: var(--halo-green); color: var(--halo-white); box-shadow: 0 6px 14px rgba(54, 185, 76, 0.2); }
.halo-menu-button { display: none; align-content: center; gap: 5px; width: 42px; height: 42px; padding: 0 11px; border: 1px solid var(--halo-line); border-radius: 8px; background: var(--halo-white); cursor: pointer; }
.halo-menu-button span { display: block; height: 2px; background: var(--halo-ink); }

.halo-curtain { position: fixed; inset: 0; z-index: 79; background: rgba(18, 24, 32, 0.55); opacity: 0; pointer-events: none; transition: opacity 180ms ease; }
.halo-panel { position: fixed; top: 0; right: 0; z-index: 80; width: min(540px, 100%); height: 100dvh; padding: 28px; overflow-y: auto; background: var(--halo-white); box-shadow: -18px 0 55px rgba(18, 24, 32, 0.16); transform: translateX(102%); transition: transform 220ms ease; }
.halo-panel-open .halo-curtain { opacity: 1; pointer-events: auto; }
.halo-panel-open .halo-panel { transform: translateX(0); }
.halo-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--halo-line); }
.halo-panel-head small, .halo-panel-head strong { display: block; }
.halo-panel-head small { margin-bottom: 3px; color: var(--halo-green-dark); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.halo-panel-head strong { font-size: 25px; }
.halo-panel-head button { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 8px; background: var(--halo-green); color: var(--halo-white); font-size: 28px; line-height: 1; cursor: pointer; }
.halo-panel section { margin-top: 26px; }
.halo-panel section h2 { margin: 0 0 12px; font-size: 18px; }
.halo-panel section > div { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 20px; }
.halo-panel section > div a { color: var(--halo-text); font-size: 13px; }
.halo-panel section > div a:hover { color: var(--halo-green-dark); }
.halo-panel-login { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--halo-line); }

.halo-hero { background: #f5faf6; border-bottom: 1px solid var(--halo-line); }
.halo-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) 520px; align-items: center; gap: 20px; width: min(100% - 40px, 1240px); min-height: 390px; margin: 0 auto; }
.halo-hero-copy { position: relative; z-index: 2; padding: 54px 0; }
.halo-overline { margin: 0 0 10px; color: var(--halo-green-dark); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.halo-hero-copy h1 { max-width: 650px; margin: 0; font-size: 48px; line-height: 1.08; letter-spacing: 0; }
.halo-hero-copy h1 span { display: block; color: var(--halo-green); }
.halo-hero-copy > p:not(.halo-overline) { max-width: 590px; margin: 19px 0 0; color: var(--halo-text); font-size: 17px; line-height: 1.55; }
.halo-hero-search { display: grid; grid-template-columns: 42px minmax(0, 1fr) 80px; width: min(100%, 560px); height: 50px; margin-top: 28px; background: var(--halo-white); border: 1px solid var(--halo-line); border-radius: 8px; box-shadow: 0 6px 18px rgba(27, 48, 32, 0.06); overflow: hidden; }
.halo-hero-search > span { display: grid; place-items: center; color: var(--halo-text); font-size: 25px; }
.halo-hero-search input { min-width: 0; padding: 0 8px; border: 0; outline: 0; color: var(--halo-ink); }
.halo-hero-search button { margin: 4px; border: 0; border-radius: 6px; background: var(--halo-green); color: var(--halo-white); font-size: 12px; font-weight: 900; cursor: pointer; }

.halo-showcase { position: relative; align-self: stretch; min-width: 0; overflow: hidden; }
.halo-showcase::before { position: absolute; right: 8px; bottom: -80px; width: 420px; height: 330px; border-radius: 8px; background: #e5f5e8; content: ""; transform: rotate(-8deg); }
.halo-device { position: absolute; top: 30px; right: 105px; z-index: 2; width: 245px; height: 390px; padding: 20px 18px; border: 7px solid var(--halo-ink); border-radius: 42px; background: var(--halo-white); box-shadow: 0 22px 40px rgba(27, 48, 32, 0.18); transform: rotate(8deg); }
.halo-device-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 19px; font-size: 9px; font-weight: 900; }
.halo-device-bar i { width: 50px; height: 6px; border-radius: 8px; background: var(--halo-ink); }
.halo-device > strong { display: block; margin-bottom: 15px; font-size: 16px; }
.halo-device-list { display: grid; gap: 9px; }
.halo-phone-item { display: grid; grid-template-columns: 35px minmax(0, 1fr) 12px; align-items: center; gap: 9px; min-width: 0; padding: 8px; border: 1px solid var(--halo-line); border-radius: 8px; background: #fbfcfb; }
.halo-phone-item img { width: 35px; height: 35px; border-radius: 8px; object-fit: cover; }
.halo-phone-item span, .halo-phone-item strong, .halo-phone-item small { display: block; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.halo-phone-item strong { font-size: 9px; }
.halo-phone-item small { margin-top: 3px; color: var(--halo-text); font-size: 7px; }
.halo-phone-item b { color: var(--halo-green); }
.halo-checkmark { position: absolute; right: 34px; bottom: 36px; z-index: 4; display: grid; place-items: center; width: 115px; height: 125px; background: var(--halo-green); color: var(--halo-white); border: 8px solid #8cdb99; border-radius: 8px 8px 52% 52%; box-shadow: var(--halo-shadow); font-size: 56px; font-weight: 900; transform: rotate(-8deg); }
.halo-badge { position: absolute; z-index: 3; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--halo-line); border-radius: 8px; background: var(--halo-white); color: var(--halo-green-dark); box-shadow: var(--halo-shadow); font-size: 12px; font-weight: 900; }
.halo-badge-top { top: 75px; left: 35px; transform: rotate(-7deg); }
.halo-badge-bottom { right: 4px; top: 145px; font-size: 26px; }

.halo-popular, .halo-categories, .halo-updates { padding-top: 26px; }
.halo-section-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 12px; }
.halo-section-head h2 { margin: 0; font-size: 17px; }
.halo-section-head > a { color: var(--halo-green-dark); font-size: 11px; font-weight: 700; }
.halo-section-head > a span { margin-left: 4px; }
.halo-popular-row { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.halo-featured-card { min-width: 0; padding: 12px; border: 1px solid var(--halo-line); border-radius: 8px; background: var(--halo-white); }
.halo-featured-top { display: grid; grid-template-columns: 46px minmax(0, 1fr); align-items: center; gap: 10px; min-width: 0; }
.halo-featured-top img { width: 46px; height: 46px; border-radius: 12px; object-fit: cover; }
.halo-featured-top span, .halo-featured-top strong, .halo-featured-top small { display: block; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.halo-featured-top strong { font-size: 11px; }
.halo-featured-top small { margin-top: 5px; color: var(--halo-text); font-size: 9px; }
.halo-featured-card > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px; margin-top: 12px; }
.halo-star { color: #f2ad16; font-size: 9px; font-weight: 800; }
.halo-featured-card > div a { display: grid; place-items: center; min-height: 31px; border: 1px solid var(--halo-line); border-radius: 7px; color: var(--halo-green-dark); font-size: 9px; font-weight: 800; }
.halo-featured-card > div a:hover { border-color: var(--halo-green); background: var(--halo-green-soft); }

.halo-category-row { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 10px; }
.halo-category-row > a { display: flex; align-items: center; justify-content: center; gap: 9px; min-width: 0; min-height: 47px; padding: 0 10px; border: 1px solid var(--halo-line); border-radius: 8px; background: var(--halo-white); font-size: 11px; font-weight: 700; white-space: nowrap; }
.halo-category-row b { display: grid; place-items: center; width: 24px; height: 24px; flex: 0 0 24px; border-radius: 6px; color: var(--halo-white); font-size: 11px; }
.halo-cat-green { background: var(--halo-green); }.halo-cat-blue { background: var(--halo-blue); }.halo-cat-orange { background: var(--halo-orange); }.halo-cat-violet { background: var(--halo-violet); }.halo-cat-red { background: var(--halo-red); }.halo-cat-gray { background: #9ca3a7; }
.halo-category-row > a:hover { border-color: #b8dcbf; box-shadow: 0 5px 15px rgba(27, 48, 32, 0.05); }

.halo-update-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.halo-update-card { display: grid; grid-template-columns: 44px minmax(0, 1fr) 34px; align-items: center; gap: 11px; min-width: 0; min-height: 82px; padding: 12px; border: 1px solid var(--halo-line); border-radius: 8px; background: var(--halo-white); }
.halo-update-icon { display: grid; place-items: center; width: 44px; height: 44px; overflow: hidden; border-radius: 11px; background: var(--halo-green-soft); }
.halo-update-icon img { width: 44px; height: 44px; border-radius: 11px; object-fit: cover; }
.halo-update-info { min-width: 0; }
.halo-update-category { display: none; }
.halo-update-info h2 { margin: 0; overflow: hidden; font-size: 11px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.halo-update-info p { display: flex; gap: 7px; margin: 6px 0 0; overflow: hidden; color: var(--halo-text); font-size: 9px; white-space: nowrap; }
.halo-update-info p span + span::before { margin-right: 7px; content: "•"; }
.halo-update-download { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid #bfe5c6; border-radius: 7px; color: var(--halo-green-dark); font-size: 18px; font-weight: 900; }
.halo-update-download:hover { background: var(--halo-green-soft); }
.halo-category-grid { padding: 20px 0 50px; }

.halo-benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 28px 0; padding: 20px 24px; border-radius: 8px; background: #f3f7f3; }
.halo-benefits > div { display: grid; grid-template-columns: 45px minmax(0, 1fr); align-items: center; gap: 12px; min-width: 0; }
.halo-benefits b { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid #d5e8d8; border-radius: 50%; background: var(--halo-white); color: var(--halo-green); font-size: 22px; }
.halo-benefits span, .halo-benefits strong, .halo-benefits small { display: block; min-width: 0; }
.halo-benefits strong { font-size: 11px; }
.halo-benefits small { margin-top: 4px; color: var(--halo-text); font-size: 9px; line-height: 1.4; }

.halo-seo-copy { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 55px; padding: 36px 0 48px; border-top: 1px solid var(--halo-line); }
.halo-seo-copy h2 { margin: 0; font-size: 29px; line-height: 1.2; }
.halo-seo-copy > div:last-child { columns: 2; column-gap: 38px; color: var(--halo-text); font-size: 13px; line-height: 1.75; }
.halo-seo-copy > div:last-child p { margin: 0; break-inside: avoid; }
.halo-seo-copy > div:last-child p + p { margin-top: 16px; }

.halo-footer { background: var(--halo-white); border-top: 1px solid var(--halo-line); }
.halo-footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 0.75fr); gap: 50px; padding: 34px 0 45px; }
.halo-footer-brand p { margin: 13px 0 0; color: var(--halo-text); font-size: 10px; }
.halo-footer-grid h2 { margin: 0 0 12px; font-size: 11px; }
.halo-footer-grid > div:not(.halo-footer-brand) a { display: block; margin-top: 8px; color: var(--halo-text); font-size: 10px; }

.halo-category-hero { margin-top: 24px; padding: 36px 40px; border: 1px solid var(--halo-line); border-radius: 8px; background: var(--halo-white); }
.halo-category-hero h1 { margin: 0; font-size: 35px; }
.halo-category-hero > p:last-child { margin: 10px 0 0; color: var(--halo-text); }
.halo-crumbs, .halo-full-crumbs { display: flex; align-items: center; gap: 7px; min-width: 0; margin-bottom: 20px; overflow: hidden; color: var(--halo-text); font-size: 10px; white-space: nowrap; }
.halo-crumbs a, .halo-full-crumbs a { color: var(--halo-green-dark); }
.halo-full-crumbs { margin: 24px 0 14px; }
.halo-full-crumbs i { font-style: normal; }

.halo-app-intro { display: grid; grid-template-columns: 190px minmax(0, 1fr) 210px; align-items: center; gap: 28px; padding: 30px; border: 1px solid var(--halo-line); border-radius: 8px; background: var(--halo-white); }
.halo-app-icon { width: 190px; height: 190px; padding: 14px; border-radius: 8px; background: var(--halo-green-soft); }
.halo-app-icon img { width: 100%; height: 100%; border-radius: 24%; object-fit: cover; box-shadow: 0 10px 28px rgba(27, 48, 32, 0.12); }
.halo-app-summary { min-width: 0; }
.halo-app-category { margin-bottom: 10px; overflow: hidden; color: var(--halo-green-dark); font-size: 10px; font-weight: 900; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.halo-app-summary h1 { margin: 0; font-size: 36px; line-height: 1.12; word-break: break-word; }
.halo-app-summary > p { margin: 13px 0 0; color: var(--halo-text); line-height: 1.55; }
.halo-app-labels { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.halo-app-labels span { padding: 7px 9px; border-radius: 6px; background: #f2f6f2; color: #465149; font-size: 10px; font-weight: 750; }
.halo-app-action { display: flex; align-items: stretch; flex-direction: column; gap: 8px; }
.halo-app-action small { color: var(--halo-text); font-size: 9px; text-align: center; }
.halo-primary-download { display: grid; place-items: center; min-width: 190px; min-height: 47px; padding: 0 18px; border: 0; border-radius: 7px; background: var(--halo-green); color: var(--halo-white); font-size: 12px; font-weight: 900; box-shadow: 0 7px 16px rgba(54, 185, 76, 0.2); }
.halo-primary-download:hover { background: var(--halo-green-dark); }

.halo-app-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; padding: 34px 0; }
.halo-app-article { min-width: 0; }
.halo-story-section, .halo-gallery { padding: 28px; border: 1px solid var(--halo-line); border-radius: 8px; background: var(--halo-white); }
.halo-gallery { margin-top: 20px; }
.halo-content-heading { margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--halo-line); }
.halo-content-heading p { margin: 0 0 6px; color: var(--halo-green-dark); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.halo-content-heading h2 { margin: 0; font-size: 25px; line-height: 1.25; word-break: break-word; }
.halo-movie-slot { min-height: 1px; }
.halo-story-text { color: #3f4942; font-size: 16px; line-height: 1.8; }
.halo-story-text > :first-child { margin-top: 0; }
.halo-story-text h2, .halo-story-text h3 { margin: 28px 0 11px; color: var(--halo-ink); line-height: 1.3; }
.halo-story-text a { color: var(--halo-green-dark); text-decoration: underline; text-underline-offset: 3px; }
.halo-story-text img { height: auto; border-radius: 8px; }
.halo-app-specs { align-self: start; padding: 24px; border: 1px solid var(--halo-line); border-radius: 8px; background: var(--halo-white); }
.halo-app-specs h2 { margin: 0 0 18px; font-size: 19px; }
.halo-app-specs dl { margin: 0; }
.halo-app-specs dl > div { padding: 11px 0; border-top: 1px solid var(--halo-line); }
.halo-app-specs dt { margin-bottom: 4px; color: var(--halo-text); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.halo-app-specs dd { margin: 0; font-size: 12px; font-weight: 700; line-height: 1.45; word-break: break-word; }

.halo-gallery-track { display: flex; gap: 12px; padding-bottom: 10px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-color: var(--halo-green) transparent; scrollbar-width: thin; }
.halo-gallery-track > .xfieldimagegallery { display: flex; gap: 12px; width: max-content; margin: 0; padding: 0; list-style: none; }
.halo-gallery-track > .xfieldimagegallery > li { flex: 0 0 auto; min-width: 260px; margin: 0; padding: 0; scroll-snap-align: start; }
.halo-gallery-track a { display: block; flex: 0 0 auto; }
.halo-gallery-track img { width: auto; min-width: 260px; height: 350px; max-width: 650px; border: 1px solid var(--halo-line); border-radius: 8px; background: var(--halo-bg); object-fit: contain; }

.halo-download-box { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 34px; padding: 25px 28px; border: 1px solid #cbe8d0; border-radius: 8px; background: var(--halo-green-soft); }
.halo-download-box > div { display: flex; align-items: center; gap: 16px; }
.halo-download-box > div > span { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 8px; background: var(--halo-green); color: var(--halo-white); font-size: 12px; font-weight: 900; }
.halo-download-box p { margin: 0 0 4px; color: var(--halo-green-dark); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.halo-download-box h2 { margin: 0; font-size: 22px; }
.halo-download-box small { display: block; margin-top: 5px; color: var(--halo-text); font-size: 9px; }
.halo-related-section, .halo-comments-section { padding: 30px 0; border-top: 1px solid var(--halo-line); }
.halo-related-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 11px; }
.halo-related-card { min-width: 0; padding: 11px; border: 1px solid var(--halo-line); border-radius: 8px; background: var(--halo-white); }
.halo-related-card > a { display: block; aspect-ratio: 1; padding: 7px; border-radius: 7px; background: var(--halo-green-soft); }
.halo-related-card img { width: 100%; height: 100%; border-radius: 20%; object-fit: cover; }
.halo-related-card > div { padding-top: 10px; }
.halo-related-card h3 { display: -webkit-box; min-height: 36px; margin: 0 0 5px; overflow: hidden; font-size: 12px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.halo-related-card span { color: var(--halo-text); font-size: 9px; }

.halo-comment { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 13px; margin-bottom: 10px; padding: 17px; border: 1px solid var(--halo-line); border-radius: 8px; background: var(--halo-white); }
.halo-comment > img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.halo-comment header { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.halo-comment header strong { font-size: 12px; }.halo-comment header time { color: var(--halo-text); font-size: 9px; }
.halo-comment-text { color: #465149; font-size: 13px; line-height: 1.6; }
.halo-comment footer { margin-top: 9px; color: var(--halo-green-dark); font-size: 9px; }
.halo-comment-form { margin-top: 15px; padding: 24px; border: 1px solid var(--halo-line); border-radius: 8px; background: var(--halo-white); }
.halo-comment-form h3 { margin: 0 0 16px; font-size: 19px; }
.halo-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.halo-comment-form label { color: var(--halo-text); font-size: 10px; font-weight: 700; }
.halo-comment-form label span { display: block; margin: 4px 0; }
.halo-comment-form input, .halo-comment-form textarea, .halo-system-page input, .halo-system-page textarea, .halo-system-page select { width: 100%; padding: 11px 12px; border: 1px solid var(--halo-line); border-radius: 7px; background: var(--halo-bg); outline: 0; }
.halo-comment-form input:focus, .halo-comment-form textarea:focus, .halo-system-page input:focus, .halo-system-page textarea:focus, .halo-system-page select:focus { border-color: var(--halo-green); }
.halo-comment-form button, .halo-system-page button, .halo-system-page input[type="submit"] { min-height: 42px; padding: 0 18px; border: 0; border-radius: 7px; background: var(--halo-green); color: var(--halo-white); font-weight: 850; cursor: pointer; }
.halo-editor { margin-bottom: 12px; }

.halo-system-page { margin: 26px 0 45px; padding: 28px; border: 1px solid var(--halo-line); border-radius: 8px; background: var(--halo-white); }
.halo-alert { margin: 20px auto; padding: 15px; border: 1px solid #f0d6d0; border-radius: 8px; background: #fff4f1; }
.halo-search-result { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 17px; padding: 16px 0; border-bottom: 1px solid var(--halo-line); }
.halo-search-result img { width: 100px; height: 100px; border-radius: 18px; object-fit: cover; }
.halo-search-result span { color: var(--halo-green-dark); font-size: 10px; }.halo-search-result h2 { margin: 5px 0 8px; font-size: 18px; }.halo-search-result p { margin: 0; color: var(--halo-text); line-height: 1.55; }
.halo-pagination { grid-column: 1 / -1; display: grid; grid-template-columns: 90px 1fr 90px; align-items: center; gap: 12px; padding: 15px 0 45px; font-size: 11px; font-weight: 800; }
.halo-pagination > div:nth-child(2) { display: flex; justify-content: center; gap: 5px; }.halo-pagination > div:last-child { text-align: right; }
.halo-pagination a, .halo-pagination span { display: inline-grid; place-items: center; min-width: 35px; height: 35px; padding: 0 8px; border: 1px solid var(--halo-line); border-radius: 7px; background: var(--halo-white); }
.halo-pagination span { border-color: var(--halo-green); background: var(--halo-green); color: var(--halo-white); }

@media (max-width: 1100px) {
	.halo-topbar-inner { grid-template-columns: 175px 1fr 42px; }
	.halo-mainnav, .halo-account-links { display: none; }
	.halo-head-search { justify-self: end; width: min(100%, 360px); }
	.halo-menu-button { display: grid; }
	.halo-hero-inner { grid-template-columns: minmax(0, 1fr) 430px; }
	.halo-popular-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.halo-category-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.halo-related-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
	.halo-page-width, .halo-topbar-inner, .halo-hero-inner { width: min(100% - 28px, 1240px); }
	.halo-hero-inner { grid-template-columns: 1fr; min-height: 0; }
	.halo-hero-copy { padding: 42px 0 18px; }
	.halo-showcase { min-height: 330px; }
	.halo-device { top: 10px; right: calc(50% - 110px); width: 220px; height: 340px; }
	.halo-checkmark { right: calc(50% - 190px); bottom: 18px; width: 92px; height: 100px; }
	.halo-badge-top { left: calc(50% - 190px); }.halo-badge-bottom { right: calc(50% - 210px); }
	.halo-update-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.halo-benefits { grid-template-columns: 1fr 1fr; }
	.halo-seo-copy { grid-template-columns: 1fr; gap: 22px; }
	.halo-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.halo-footer-grid > div:last-child { display: none; }
	.halo-app-intro { grid-template-columns: 150px minmax(0, 1fr); }.halo-app-icon { width: 150px; height: 150px; }.halo-app-action { grid-column: 1 / -1; flex-direction: row; align-items: center; }.halo-app-action small { text-align: left; }
	.halo-app-layout { grid-template-columns: 1fr; }.halo-app-specs { order: -1; }.halo-app-specs dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }.halo-app-specs dl > div { padding: 11px; border: 1px solid var(--halo-line); }
	.halo-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
	.halo-topbar-inner { grid-template-columns: 1fr 42px; gap: 12px; padding: 9px 0; }
	.halo-head-search { grid-column: 1 / -1; grid-row: 2; width: 100%; }
	.halo-panel { padding: 22px; }.halo-panel section > div { grid-template-columns: 1fr; }
	.halo-hero-copy { padding-top: 32px; }
	.halo-hero-copy h1 { font-size: 34px; }
	.halo-hero-copy > p:not(.halo-overline) { font-size: 15px; }
	.halo-hero-search { grid-template-columns: 38px minmax(0, 1fr) 72px; }
	.halo-showcase { min-height: 300px; }
	.halo-device { right: calc(50% - 95px); width: 190px; height: 305px; padding: 17px 14px; border-width: 6px; border-radius: 34px; }
	.halo-phone-item { grid-template-columns: 30px minmax(0, 1fr) 10px; padding: 6px; }.halo-phone-item img { width: 30px; height: 30px; }
	.halo-checkmark { right: calc(50% - 166px); width: 82px; height: 90px; font-size: 42px; }.halo-badge-top { left: 3px; }.halo-badge-bottom { right: -5px; }
	.halo-popular-row { display: flex; padding-bottom: 10px; overflow-x: auto; scroll-snap-type: x proximity; }.halo-featured-card { flex: 0 0 205px; scroll-snap-align: start; }
	.halo-category-row { display: flex; padding-bottom: 8px; overflow-x: auto; }.halo-category-row > a { flex: 0 0 150px; }
	.halo-update-grid { grid-template-columns: 1fr; }
	.halo-benefits { grid-template-columns: 1fr; padding: 18px; }
	.halo-seo-copy > div:last-child { columns: 1; }
	.halo-footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }.halo-footer-brand { grid-column: 1 / -1; }
	.halo-category-hero { padding: 28px 22px; }.halo-category-hero h1 { font-size: 29px; }
	.halo-app-intro { grid-template-columns: 90px minmax(0, 1fr); gap: 16px; padding: 20px; }.halo-app-icon { width: 90px; height: 90px; padding: 7px; }.halo-app-summary h1 { font-size: 25px; }.halo-app-summary > p { display: none; }.halo-app-labels span:nth-child(n+3) { display: none; }.halo-app-action { align-items: stretch; flex-direction: column; }.halo-app-action small { text-align: center; }.halo-primary-download { width: 100%; }
	.halo-app-layout { padding: 22px 0; }.halo-story-section, .halo-gallery { padding: 20px; }.halo-app-specs dl { grid-template-columns: 1fr 1fr; }.halo-content-heading h2 { font-size: 22px; }.halo-story-text { font-size: 15px; }
	.halo-gallery-track img { height: 290px; max-width: 82vw; }
	.halo-download-box { align-items: stretch; flex-direction: column; padding: 22px; }.halo-download-box > div > span { display: none; }.halo-download-box h2 { font-size: 20px; }
	.halo-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.halo-comment { grid-template-columns: 1fr; }.halo-comment > img { width: 36px; height: 36px; }.halo-form-row { grid-template-columns: 1fr; }
	.halo-system-page { padding: 22px; }.halo-search-result { grid-template-columns: 75px minmax(0, 1fr); }.halo-search-result img { width: 75px; height: 75px; }
	.halo-pagination { grid-template-columns: 1fr; }.halo-pagination > div:first-child, .halo-pagination > div:last-child { display: none; }
}
