/* Homepage only. Shared account, admin, and checkout styles live in styles.css. */
.hosting-home {
  --home-black: #0d0b06;
  --home-orange: #ff6817;
  --home-ink: #a33d06;
  --home-paper: #f8f7f3;
  --home-line: #dedbd3;
  --home-muted: #66635c;
  background: var(--home-paper);
  color: var(--home-black);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.home-page .page-shell { width: 100%; max-width: 1240px; margin-inline: auto; padding-inline: 40px; }
.home-page h1, .home-page h2, .home-page h3, .home-page p { margin: 0; }
.home-page h2 { font-size: clamp(2rem, 3.25vw, 2.85rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.13; text-wrap: balance; }
.home-page h3 { font-size: 1.15rem; font-weight: 600; letter-spacing: -.025em; line-height: 1.35; }
.home-page :is(a, button, summary):focus-visible { outline: 3px solid var(--home-orange); outline-offset: 5px; }
.home-page section[id] { scroll-margin-top: 24px; }
.home-page .home-eyebrow { color: var(--home-ink); font: 600 .8rem/1.5 var(--mono); margin-bottom: 18px; }
.home-text-link { align-items: center; display: inline-flex; gap: 10px; font-size: .9rem; font-weight: 600; text-decoration: none; }
.home-text-link:hover { color: var(--home-ink); }
.home-button { align-items: center; background: var(--home-orange); border: 1px solid var(--home-orange); color: var(--home-black); display: inline-flex; font-size: .9rem; font-weight: 700; gap: 28px; justify-content: space-between; min-height: 50px; padding: 12px 21px; text-decoration: none; transition: background .15s ease, color .15s ease; }
.home-button:hover { background: #ff813d; border-color: #ff813d; color: var(--home-black); }
.home-button > span { font-size: 1.2rem; font-weight: 400; }

/* Navigation */
.home-page .site-header { background: var(--home-black); border-bottom: 1px solid #302c25; color: white; }
.home-page .navbar { min-height: 80px; padding: 0; }
.home-page .brand { color: white; font: 700 1rem/1 var(--mono); letter-spacing: .035em; gap: 9px; }
.home-page .brand-mark::before, .home-page .brand-mark::after { color: inherit; }
.home-page .brand-mark i { background: var(--home-orange); }
.home-page .navbar-nav { gap: 30px; }
.home-page .nav-link { color: #c6c3be; font-size: .85rem; font-weight: 500; }
.home-page .nav-link:hover { color: white; }
.home-page .nav-actions { gap: 24px; }
.home-page .nav-join, .home-page .home-logout-button { background: var(--home-orange); border: 1px solid var(--home-orange); border-radius: 0; color: var(--home-black); font-size: .8rem; font-weight: 700; min-height: 42px; padding: 12px 18px; text-decoration: none; }
.home-page .nav-join:hover, .home-page .home-logout-button:hover { background: #ff813d; border-color: #ff813d; }
.home-page .home-logout-form { margin: 0; }
.home-page .navbar-toggler { border: 1px solid #746e63; padding: 7px; }
.home-page .navbar-toggler-icon { filter: grayscale(1) invert(1); }

/* Centered text-only hero. */
.home-hero { background: var(--home-black); color: #fff; }
.home-hero-grid { padding-block: clamp(56px, 6vw, 88px) clamp(48px, 5vw, 72px); }
.home-hero-copy { max-width: 960px; margin-inline: auto; text-align: center; }
.home-hero h1 { font-size: clamp(1.875rem, 1.15rem + 3.3vw, 3.5rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.14; text-wrap: balance; }
.home-hero h1 > span { color: var(--home-orange); display: inline-block; max-width: 100%; text-wrap: balance; }
.home-page .home-hero-description { color: #c6c3be; font-size: clamp(1rem, .925rem + .3vw, 1.125rem); line-height: 1.65; margin: 24px auto 0; max-width: 60ch; text-wrap: balance; }
.home-hero-actions { align-items: center; justify-content: center; display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; }
.home-hero-actions .home-button { justify-content: center; gap: 20px; min-height: 50px; min-width: 200px; padding: 12px 24px; font-size: .9375rem; line-height: 1.2; }
.home-hero-actions .home-button > span { line-height: 1; }
.home-hero .home-text-link { color: #dbd8d2; font-size: .8rem; }
.home-hero .home-text-link:hover { color: white; }
.home-page .home-starting-price { color: #aaa69f; font-size: .875rem; line-height: 1.5; margin-top: 16px; display: flex; gap: 5px; align-items: baseline; justify-content: center; flex-wrap: wrap; }
.home-starting-price strong { color: #fff; font: inherit; font-weight: 600; font-variant-numeric: tabular-nums; }
.home-included { align-items: center; border-top: 1px solid #302c25; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 32px; list-style: none; max-width: 960px; margin: 0 auto; padding: 22px 0; }
.home-included li { color: #c6c3be; font-size: .8125rem; line-height: 1.5; display: flex; align-items: center; gap: 8px; }
.home-included li > span { color: var(--home-orange); }

/* A consistent rhythm shared by the content sections. */
.home-section { padding-block: 80px; }
.home-section-heading { align-items: end; display: grid; gap: 40px; grid-template-columns: 1.25fr 1fr; margin-bottom: 36px; }
.home-section-heading > p { color: var(--home-muted); font-size: .95rem; max-width: 380px; justify-self: end; line-height: 1.75; }
.home-plans { background: var(--home-paper); }
.home-page .package-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-page .package-grid:has(> .package-card:only-child) { grid-template-columns: minmax(0, 1fr); max-width: 380px; }
.home-page .package-grid:has(> .package-card:nth-child(2):last-child) { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 780px; }
.home-page .package-card { background: white; border: 1px solid var(--home-line); display: flex; flex-direction: column; min-width: 0; padding: 28px; transition: border-color .15s ease, box-shadow .15s ease; }
.home-page .package-card:hover { border-color: #c2987a; box-shadow: 0 8px 28px #37220b09; }
.home-page .package-card.is-out-of-stock { background: #f0eee8; }
.home-page .package-card-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
.home-page .package-eyebrow { color: var(--home-muted); font: .75rem/1.5 var(--mono); }
.home-page .package-stock { color: #356445; display: inline-flex; gap: 6px; align-items: center; font-size: .72rem; }
.home-page .package-stock::before { background: currentColor; border-radius: 50%; content: ""; height: 5px; width: 5px; }
.home-page .is-out-of-stock .package-stock { color: var(--home-muted); }
.home-page .package-name { font-size: 1.2rem; font-weight: 600; overflow-wrap: anywhere; }
.home-page .package-price { align-items: baseline; display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 24px; }
.home-page .package-price strong { font: 500 2.75rem/1.1 var(--mono); letter-spacing: -.075em; overflow-wrap: anywhere; min-width: 0; }
.home-page .package-price > span { color: var(--home-muted); font-size: .83rem; }
.home-page .package-feature-set { border-top: 1px solid #eeece6; padding-top: 20px; margin-bottom: 25px; }
.home-page .package-features-label { color: var(--home-muted); font: .75rem/1.5 var(--mono); margin-bottom: 14px; }
.home-page .package-features { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.home-page .package-features li { display: flex; gap: 10px; align-items: baseline; font-size: .9rem; }
.home-page .package-feature-check { color: var(--home-ink); font-size: .8rem; }
.home-page .package-features strong { font-weight: 600; }
.home-page .package-action { align-items: center; background: var(--home-black); border: 1px solid var(--home-black); color: #fff; display: flex; justify-content: space-between; font-size: .85rem; font-weight: 600; min-height: 48px; padding: 12px 16px; margin-top: auto; text-decoration: none; }
.home-page .package-action:hover { background: var(--home-orange); border-color: var(--home-orange); color: var(--home-black); }
.home-page .is-out-of-stock .package-action { background: transparent; border-color: #c7c2b8; color: var(--home-muted); cursor: not-allowed; }
.home-page .package-empty, .home-page .package-empty-state { grid-column: 1 / -1; background: white; border: 1px solid var(--home-line); padding: 40px; }
.home-page .package-empty p, .home-page .package-empty-state p { color: var(--home-muted); margin-top: 10px; }
.home-pricing-note { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; margin-top: 24px; font-size: .78rem; color: var(--home-muted); }
.home-pricing-note a { color: var(--home-black); text-underline-offset: 4px; }

.home-infrastructure { background: #fff; }
.home-feature-grid { display: grid; gap: 40px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-feature-grid article { min-width: 0; padding-top: 8px; }
.home-feature-icon { display: flex; align-items: center; justify-content: center; height: 50px; width: 50px; background: #fcf0e7; color: var(--home-ink); margin-bottom: 22px; }
.home-feature-icon svg { height: 28px; width: 28px; stroke: currentColor; stroke-width: 1.4; }
.home-feature-grid h3 { margin-bottom: 12px; }
.home-feature-grid p { color: var(--home-muted); font-size: .92rem; line-height: 1.75; }

.home-systems-layout { display: grid; gap: 80px; grid-template-columns: .85fr 1.4fr; align-items: center; }
.home-systems-copy > p:not(.home-eyebrow) { color: var(--home-muted); font-size: .95rem; margin-top: 22px; }
.home-systems-copy .home-license-note { border-left: 2px solid #d2a079; padding-left: 12px; font-size: .8rem !important; line-height: 1.6; }
.home-license-note > span { font-family: var(--mono); color: var(--home-ink); padding-right: 4px; }
.home-systems-copy > a { margin-top: 24px; }
.home-os-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; list-style: none; margin: 0; padding: 0; }
.home-os-item { align-items: center; background: #fff; border: 1px solid #e4e0d7; display: flex; gap: 16px; min-height: 96px; padding: 18px; min-width: 0; }
.home-os-item img { width: 36px; height: 36px; object-fit: contain; flex-shrink: 0; }
.home-os-item > div { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.home-os-item strong { font-size: .88rem; font-weight: 600; overflow-wrap: anywhere; }
.home-os-item span { color: var(--home-muted); font-size: .73rem; line-height: 1.5; overflow-wrap: anywhere; }
.home-os-empty { grid-column: 1 / -1; border: 1px solid var(--home-line); padding: 30px; color: var(--home-muted); }

.home-management { background: var(--home-black); color: white; }
.home-management .home-eyebrow { color: #eea078; }
.home-management-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.home-management-copy > p:not(.home-eyebrow) { color: #bcb8b1; font-size: .97rem; line-height: 1.75; max-width: 380px; margin-top: 24px; }
.home-management-copy .home-button { margin-top: 30px; }
.home-management-features { display: grid; gap: 28px; }
.home-management-features article { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 18px; }
.home-management-features article > span { font: .7rem/1.5 var(--mono); color: var(--home-orange); padding-top: 4px; }
.home-management-features article + article { border-top: 1px solid #302c25; padding-top: 28px; }
.home-management-features h3 { font-size: 1.08rem; margin-bottom: 10px; }
.home-management-features p { color: #bcb8b1; font-size: .88rem; line-height: 1.7; }
.home-coins { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.home-coins img { width: 30px; height: 30px; padding: 4px; background: #fff; border-radius: 50%; object-fit: contain; }

.home-process { background: #fff; }
.home-process-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.home-process-grid li { border-top: 1px solid var(--home-line); padding-top: 24px; }
.home-process-grid li > span { display: inline-block; color: var(--home-ink); font: .75rem/1 var(--mono); margin-bottom: 18px; }
.home-process-grid h3 { margin-bottom: 12px; }
.home-process-grid p { color: var(--home-muted); font-size: .9rem; line-height: 1.75; }
.home-faq-layout { display: grid; gap: 80px; grid-template-columns: .85fr 1.4fr; }
.home-faq-layout > div > p:not(.home-eyebrow) { color: var(--home-muted); font-size: .85rem; margin-top: 24px; }
.home-faq a { color: var(--home-black); text-underline-offset: 4px; }
.home-faq-items details { border-bottom: 1px solid var(--home-line); }
.home-faq-items details:first-child { border-top: 1px solid var(--home-line); }
.home-faq-items summary { align-items: center; display: flex; justify-content: space-between; gap: 24px; padding: 21px 0; font-size: .95rem; font-weight: 600; list-style: none; cursor: pointer; }
.home-faq-items summary::-webkit-details-marker { display: none; }
.home-faq-items summary > span { color: var(--home-ink); flex: 0 0 auto; font-size: 1.4rem; font-weight: 400; transition: transform .15s ease; }
.home-faq-items details[open] summary > span { transform: rotate(45deg); }
.home-faq-items details > p { color: var(--home-muted); font-size: .9rem; line-height: 1.75; padding: 0 30px 22px 0; }
.home-launch { background: #eee6d8; }
.home-launch-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 52px; }
.home-launch h2 { font-size: clamp(1.8rem, 2.6vw, 2.25rem); }
.home-launch .home-eyebrow { margin-bottom: 12px; }
.home-launch .home-button { flex-shrink: 0; }

.home-page .site-footer { background: var(--home-black); color: #c4bfb6; padding-block: 56px 24px; }
.home-footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 40px; }
.home-footer-lead p { color: #a9a399; font-size: .85rem; line-height: 1.75; margin-top: 18px; }
.home-footer-grid nav { display: flex; flex-direction: column; align-items: start; gap: 11px; }
.home-footer-grid nav h2 { color: #f2eee7; font-size: .85rem; font-weight: 600; letter-spacing: 0; margin-bottom: 8px; }
.home-footer-grid nav a { color: #a9a399; font-size: .82rem; text-decoration: none; }
.home-footer-grid nav a:hover { color: #fff; }
.home-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid #302c25; color: #a9a399; font-size: .73rem; padding-top: 24px; margin-top: 44px; }
.home-footer-legal { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 32px; }
.home-footer-legal a { color: #c6c3be; font-size: .8rem; text-decoration: none; text-underline-offset: 4px; }
.home-footer-legal a:hover, .home-footer-legal a[aria-current="page"] { color: white; text-decoration: underline; }
.home-footer-legal + .home-footer-bottom { margin-top: 24px; }

/* Legal pages share the homepage palette and keep long-form copy readable. */
.legal-page { display: flex; flex-direction: column; min-height: 100vh; min-height: 100svh; }
.legal-header-nav { align-items: center; display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; min-height: 80px; padding-block: 20px; }
.legal-header-nav .home-text-link { color: #c6c3be; font-size: .85rem; }
.legal-header-nav .home-text-link:hover { color: white; }
.legal-main { flex: 1; padding-block: clamp(48px, 7vw, 88px); }
.legal-main h1 { font-size: clamp(2.3rem, 5vw, 3.8rem); font-weight: 500; letter-spacing: -.05em; line-height: 1.12; overflow-wrap: anywhere; }
.legal-content { max-width: 760px; }
.legal-content:not(:empty) { margin-top: 32px; }
.legal-page .legal-content h2 { font-size: clamp(1.3rem, 2.3vw, 1.55rem); font-weight: 600; letter-spacing: -.025em; line-height: 1.35; margin: 40px 0 18px; overflow-wrap: anywhere; scroll-margin-top: 24px; text-wrap: pretty; }
.legal-content p { font-size: 1rem; line-height: 1.8; margin: 0 0 18px; overflow-wrap: anywhere; }
.legal-content ul { list-style: disc; margin: 0 0 24px; padding-left: 24px; }
.legal-content li { font-size: 1rem; line-height: 1.8; margin-bottom: 10px; overflow-wrap: anywhere; }
.legal-content li:last-child { margin-bottom: 0; }
.legal-content code { font-family: var(--mono); font-size: .9em; overflow-wrap: anywhere; }
.legal-content a { color: var(--home-ink); text-decoration: underline; text-underline-offset: 4px; }
.legal-content a:hover { color: var(--home-black); }
.legal-content .legal-effective-date { color: var(--home-muted); font-size: .9rem; margin-bottom: 24px; }
.legal-page .home-footer-legal { margin-top: 0; }
.home-footer-bottom a { text-decoration: none; }
.home-footer-bottom a:hover { color: #fff; }

@media (max-width: 1100px) {
  .home-management-layout, .home-systems-layout, .home-faq-layout { gap: 45px; }
  .home-page .package-card { padding: 22px; }
}
@media (max-width: 991.98px) {
  .home-page .navbar { min-height: 72px; padding-block: 12px; }
  .home-page .navbar-collapse { border-top: 1px solid #302c25; margin-top: 16px; padding-top: 16px; }
  .home-page .navbar-nav { gap: 0; }
  .home-page .nav-link { min-height: 44px; display: flex; align-items: center; }
  .home-page .nav-actions { padding-top: 12px; padding-bottom: 8px; }
  .home-section { padding-block: 64px; }
  .home-section-heading { gap: 30px; }
  .home-page .package-grid { gap: 16px; }
  .home-page .package-card-topline { gap: 6px; align-items: flex-start; flex-direction: column; }
  .home-page .package-price strong { font-size: 2.25rem; }
  .home-feature-grid, .home-process-grid { gap: 24px; }
  .home-systems-layout, .home-faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .home-systems-copy { max-width: 550px; }
  .home-systems-copy h2 br, .home-faq-layout h2 br { display: none; }
  .home-os-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .home-os-item { flex-direction: column; align-items: start; gap: 12px; padding: 16px; }
  .home-management-layout { gap: 36px; }
  .home-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .home-footer-lead { grid-column: 1 / -1; }
}
@media (max-width: 767.98px) {
  .home-page .page-shell { padding-inline: 24px; }
  .home-included { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 480px; column-gap: 16px; }
  .home-included li { justify-content: center; text-align: center; }
  .home-section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 28px; }
  .home-section-heading > p { justify-self: start; max-width: 530px; }
  .home-page .package-grid, .home-page .package-grid:has(> .package-card:nth-child(2):last-child) { grid-template-columns: 1fr; max-width: none; }
  .home-page .package-card { padding: 26px; }
  .home-page .package-card-topline { flex-direction: row; align-items: center; }
  .home-page .package-feature-set { margin-bottom: 24px; }
  .home-page .package-features { grid-template-columns: 1fr 1fr; gap: 12px 20px; }
  .home-page .package-price strong { font-size: 2.6rem; }
  .home-feature-grid { grid-template-columns: 1fr; gap: 32px; }
  .home-feature-grid article { display: grid; grid-template-columns: 50px minmax(0, 1fr); gap: 8px 20px; padding: 0; }
  .home-feature-icon { grid-row: 1 / 3; margin: 0; }
  .home-feature-grid h3 { margin: 0; }
  .home-feature-grid p { grid-column: 2; }
  .home-os-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-os-item { flex-direction: row; align-items: center; }
  .home-management-layout { grid-template-columns: 1fr; gap: 40px; }
  .home-management-copy > p:not(.home-eyebrow) { max-width: 500px; }
  .home-process-grid { grid-template-columns: 1fr; gap: 24px; }
  .home-process-grid li { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 8px 14px; }
  .home-process-grid li > span { grid-row: 1 / 3; margin: 5px 0 0; }
  .home-process-grid h3 { margin: 0; }
  .home-process-grid p { grid-column: 2; }
  .home-launch-inner { align-items: flex-start; flex-direction: column; gap: 26px; padding-block: 42px; }
  .home-footer-bottom { flex-wrap: wrap; justify-content: flex-start; gap: 12px 24px; }
}
@media (max-width: 479.98px) {
  .home-page .page-shell { padding-inline: 20px; }
  .home-included { gap: 12px; align-items: start; }
  .home-included li { font-size: .75rem; }
  .home-section { padding-block: 52px; }
  .home-page h2 { font-size: 2rem; }
  .home-page .home-eyebrow { font-size: .75rem; margin-bottom: 14px; }
  .home-page .package-card { padding: 24px; }
  .home-page .package-features { grid-template-columns: 1fr; }
  .home-page .package-price { margin-block: 18px 22px; }
  .home-feature-grid article { column-gap: 16px; }
  .home-os-item { align-items: start; flex-direction: column; gap: 12px; }
  .home-faq-items summary { font-size: .9rem; }
  .home-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 24px; }
  .home-footer-grid nav:last-child { grid-column: 1 / -1; }
  .home-footer-bottom > span:nth-child(2) { flex-basis: 100%; }
}
