/* Hosthuset: shared public-site structure and service navigation */
.hh-service-nav-wrap {
  width: min(1200px, calc(100% - 40px));
  margin: 22px auto 0;
}

.hh-service-nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--card);
  box-shadow: var(--shadow-sm);
}

.hh-service-nav a {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 12px;
  border-radius: 9px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  transition: background .16s ease, color .16s ease, border-color .16s ease;
}

.hh-service-nav a:hover {
  color: var(--text);
  background: var(--bg-soft);
}

.hh-service-nav a.is-active {
  color: #fff;
  background: var(--accent);
}

.hh-service-nav i { font-size: 14px; }

.hh-service-page {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 96px;
}

.hh-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  gap: 48px;
  align-items: center;
  padding: 42px 0 64px;
  border-bottom: 1px solid var(--border);
}

.hh-page-hero-copy { max-width: 760px; }

.hh-eyebrow-simple {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.hh-page-hero h1 {
  margin: 0;
  color: var(--text);
  font-size: clamp(40px, 5.3vw, 68px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.hh-page-hero p {
  max-width: 690px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.hh-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hh-btn-primary,
.hh-btn-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 20px;
  border-radius: 9px;
  font-weight: 750;
  text-decoration: none;
}

.hh-btn-primary { color: #fff; background: var(--accent); }
.hh-btn-secondary { color: var(--text); border: 1px solid var(--border-strong); background: var(--card); }

.hh-hero-facts {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--card);
  box-shadow: var(--shadow-sm);
}

.hh-hero-fact {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}
.hh-hero-fact:last-child { border-bottom: 0; }
.hh-hero-fact i { color: var(--accent); text-align: center; }
.hh-hero-fact strong { display: block; color: var(--text); font-size: 14px; }
.hh-hero-fact span { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }

.hh-section-simple { padding: 68px 0 0; }
.hh-section-simple + .hh-section-simple { padding-top: 82px; }
.hh-section-heading { max-width: 720px; margin-bottom: 28px; }
.hh-section-heading h2 { margin: 0; color: var(--text); font-size: clamp(30px, 3vw, 42px); letter-spacing: -.03em; }
.hh-section-heading p { margin: 12px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }

.hh-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hh-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--card);
  box-shadow: var(--shadow-sm);
}
.hh-plan-card.is-featured { border-color: color-mix(in srgb, var(--accent) 46%, var(--border)); }
.hh-plan-badge {
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.hh-plan-card h3 { margin: 0; color: var(--text); font-size: 24px; letter-spacing: -.02em; }
.hh-plan-card > p { min-height: 52px; margin: 10px 0 20px; color: var(--muted); line-height: 1.6; }
.hh-plan-price { display: flex; align-items: baseline; gap: 5px; margin-bottom: 20px; color: var(--text); }
.hh-plan-price strong { font-size: 34px; letter-spacing: -.035em; }
.hh-plan-price small { color: var(--muted); }
.hh-plan-card ul { display: grid; gap: 10px; margin: 0 0 26px; padding: 0; list-style: none; }
.hh-plan-card li { display: flex; gap: 9px; color: var(--soft-text); font-size: 14px; }
.hh-plan-card li i { margin-top: 4px; color: var(--success); font-size: 12px; }
.hh-plan-card .hh-btn-primary,
.hh-plan-card .hh-btn-secondary { margin-top: auto; }

.hh-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.hh-solution-card {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--card);
}
.hh-solution-card i { margin-bottom: 18px; color: var(--accent); font-size: 22px; }
.hh-solution-card h3 { margin: 0; color: var(--text); font-size: 19px; }
.hh-solution-card p { margin: 8px 0 0; color: var(--muted); line-height: 1.65; }

.hh-cross-sell {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.hh-cross-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-soft);
}
.hh-cross-card h3 { margin: 0; color: var(--text); font-size: 22px; }
.hh-cross-card p { margin: 10px 0 22px; color: var(--muted); line-height: 1.65; }
.hh-cross-card a { margin-top: auto; color: var(--accent); font-weight: 750; }

.hh-wide-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 82px;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--card);
}
.hh-wide-cta h2 { margin: 0; color: var(--text); font-size: 28px; letter-spacing: -.025em; }
.hh-wide-cta p { margin: 8px 0 0; color: var(--muted); }

/* Order pages: calmer hierarchy and less visual noise */
.webhosting-order-wrap,
.order-page {
  width: min(1120px, calc(100% - 40px)) !important;
}
.webhosting-head,
.order-page > .config-box > h1:first-child {
  text-align: left !important;
}
.webhosting-plan-tabs {
  gap: 10px !important;
}
.webhosting-plan-tab {
  border-radius: 10px !important;
  box-shadow: none !important;
}
.webhosting-config,
.order-page {
  gap: 18px !important;
}
.webhosting-box,
.config-box,
.summary-box {
  border-radius: 12px !important;
  box-shadow: var(--shadow-sm) !important;
}

/* Reseller and business pages get the same opening navigation rhythm. */
.hh-service-nav-wrap + .shop-hero,
.hh-service-nav-wrap + .business-hero {
  margin-top: 20px !important;
}

@media (max-width: 900px) {
  .hh-service-nav { grid-template-columns: repeat(6, max-content); overflow-x: auto; justify-content: start; scrollbar-width: none; }
  .hh-service-nav::-webkit-scrollbar { display: none; }
  .hh-service-nav a { padding-inline: 14px; white-space: nowrap; }
  .hh-page-hero { grid-template-columns: 1fr; gap: 28px; padding-top: 34px; }
  .hh-plan-grid, .hh-solution-grid { grid-template-columns: 1fr; }
  .hh-cross-sell { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .hh-service-nav-wrap,
  .hh-service-page { width: min(100% - 28px, 1200px); }
  .hh-service-page { padding-top: 44px; }
  .hh-page-hero { padding-bottom: 44px; }
  .hh-page-hero h1 { font-size: clamp(38px, 12vw, 52px); }
  .hh-wide-cta { grid-template-columns: 1fr; }
  .hh-wide-cta .hh-btn-primary { width: 100%; }
}

.hh-subservice-wrap {
  width: min(1200px, calc(100% - 40px));
  margin: 10px auto 0;
}
.hh-subservice-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  color: var(--muted);
  font-size: 13px;
}
.hh-subservice-label {
  margin-right: 4px;
  font-weight: 700;
}
.hh-subservice-nav a {
  padding: 7px 11px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--muted);
  text-decoration: none;
  font-weight: 650;
}
.hh-subservice-nav a:hover {
  color: var(--text);
  background: var(--bg-soft);
}
.hh-subservice-nav a.is-active {
  color: var(--text);
  border-color: var(--border);
  background: var(--card);
}
@media (max-width: 640px) {
  .hh-subservice-wrap { width: min(100% - 28px, 1200px); }
}


/* Dedicated server stock */
.hh-dedicated-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.hh-dedicated-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--card);
  box-shadow: var(--shadow-sm);
}
.hh-dedicated-card-head h3 {
  margin: 12px 0 8px;
  color: var(--text);
  font-size: 25px;
  letter-spacing: -.025em;
}
.hh-dedicated-card-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.hh-stock-badge,
.hh-stock-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--success);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.hh-dedicated-specs {
  display: grid;
  gap: 0;
  margin: 24px 0;
  border-top: 1px solid var(--border);
}
.hh-dedicated-specs > div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}
.hh-dedicated-specs dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}
.hh-dedicated-specs dd {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}
.hh-dedicated-card-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
}
.hh-dedicated-price small,
.hh-dedicated-price strong {
  display: block;
}
.hh-dedicated-price small {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 11px;
}
.hh-dedicated-price strong {
  color: var(--text);
  font-size: 20px;
}
.hh-dedicated-empty {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--card);
  box-shadow: var(--shadow-sm);
}
.hh-dedicated-empty-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  font-size: 24px;
}
.hh-dedicated-empty h3 {
  margin: 6px 0 5px;
  color: var(--text);
  font-size: 22px;
}
.hh-dedicated-empty p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
@media (max-width: 900px) {
  .hh-dedicated-grid { grid-template-columns: 1fr; }
  .hh-dedicated-empty { grid-template-columns: 54px minmax(0, 1fr); }
  .hh-dedicated-empty .hh-btn-primary { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .hh-dedicated-card-bottom { align-items: stretch; flex-direction: column; }
  .hh-dedicated-card-bottom .hh-btn-primary { width: 100%; }
  .hh-dedicated-specs > div { grid-template-columns: 1fr; gap: 4px; }
  .hh-dedicated-empty { grid-template-columns: 1fr; }
}


/* =========================================================
   2026-09 frontend stability pass
   Layout-only overrides. No backend or application logic.
========================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; }
body { overflow-x: clip; }
img, svg, video, iframe { max-width: 100%; }
img { height: auto; }

.hh-shell,
.hh-service-page,
.hh-service-nav-wrap,
.hh-subservice-wrap {
  max-width: 1200px;
}

.hh-hero-grid,
.hh-service-grid,
.hh-plan-grid,
.hh-solution-grid,
.hh-cross-sell,
.hh-dedicated-grid {
  min-width: 0;
}

.hh-hero-copy,
.hh-hero-panel,
.hh-service-card,
.hh-plan-card,
.hh-solution-card,
.hh-cross-card,
.hh-dedicated-card {
  min-width: 0;
}

.hh-home p,
.hh-service-page p {
  text-wrap: pretty;
}

.hh-home .hh-section-head > p {
  max-width: 560px;
}

.hh-service-card p,
.hh-solution-card p,
.hh-cross-card p {
  max-width: 58ch;
}

.hh-btn-primary, .hh-btn-secondary, .order-btn, .login-btn {
  max-width: 100%;
}

@media (hover: none) {
  .hh-service-card:hover,
  .hh-plan-card:hover,
  .hh-solution-card:hover,
  .hh-cross-card:hover,
  .hh-dedicated-card:hover {
    transform: none !important;
  }
}

@media (max-width: 900px) {
  .hh-hero-grid { grid-template-columns: 1fr !important; }
  .hh-section-head-split { grid-template-columns: 1fr !important; gap: 12px !important; }
  .hh-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .hh-service-primary { grid-column: auto !important; }
}

@media (max-width: 640px) {
  .hh-shell { width: min(100% - 28px, 1200px) !important; }
  .hh-service-grid, .hh-plan-grid, .hh-solution-grid, .hh-cross-sell, .hh-dedicated-grid {
    grid-template-columns: 1fr !important;
  }
  .hh-actions, .hh-hero-actions { align-items: stretch; }
  .hh-actions > a, .hh-hero-actions > a { width: 100%; }
  .hh-quick-item { grid-template-columns: auto minmax(0, 1fr) auto !important; }
  .hh-service-nav-wrap, .hh-subservice-wrap { overflow: hidden; }
  .hh-service-nav, .hh-subservice-nav { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .hh-service-nav a, .hh-subservice-nav a { flex: 0 0 auto; white-space: nowrap; }
}


/* =========================================================
   Centralized from includes/header.php
========================================================= */
/* =========================================================
   TEMAKNAPP
========================================================= */

.theme-toggle {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    padding: 0;
    display: inline-grid;
    place-items: center;
    border-radius: 14px;
    border: 1px solid #d9dee7;
    background: #ffffff;
    color: #111827;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
    transition:
        transform .2s ease,
        background .2s ease,
        color .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.theme-toggle:hover {
    transform: translateY(-2px);
    border-color: #b7c0cf;
}

.theme-toggle:focus-visible {
    outline: 3px solid rgba(37, 99, 235, .28);
    outline-offset: 3px;
}

.theme-toggle svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.theme-icon-sun {
    display: none;
}

html[data-theme="dark"] .theme-toggle {
    background: #151515;
    color: #ffffff;
    border-color: #303030;
    box-shadow: none;
}

html[data-theme="dark"] .theme-icon-moon {
    display: none;
}

html[data-theme="dark"] .theme-icon-sun {
    display: block;
}


/* =========================================================
   DROPDOWN I NAVIGERINGEN
========================================================= */

.nav-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.nav-dropdown-trigger {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 10px 4px;
    font: inherit;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;

    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.nav-dropdown-trigger svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;

    transition: transform .2s ease;
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    z-index: 1000;

    width: min(390px, calc(100vw - 32px));
    padding: 10px;

    border: 1px solid #e2e7ef;
    border-radius: 20px;
    background: rgba(255, 255, 255, .97);
    box-shadow:
        0 24px 70px rgba(15, 23, 42, .15),
        0 8px 24px rgba(15, 23, 42, .08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translate(-50%, 10px) scale(.98);
    transform-origin: top center;

    transition:
        opacity .18s ease,
        visibility .18s ease,
        transform .18s ease;
}

/*
   Osynlig brygga mellan knappen och menyn.
   Annars kan dropdownen försvinna när muspekaren korsar glappet.
*/
.nav-dropdown-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    height: 18px;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0) scale(1);
}

.nav-dropdown:hover .nav-dropdown-trigger svg,
.nav-dropdown:focus-within .nav-dropdown-trigger svg,
.nav-dropdown.is-open .nav-dropdown-trigger svg {
    transform: rotate(180deg);
}

.nav-dropdown-header {
    padding: 12px 13px 10px;
}

.nav-dropdown-header strong {
    display: block;
    margin-bottom: 4px;
    color: #111827;
    font-size: 14px;
    line-height: 1.3;
}

.nav-dropdown-header span {
    display: block;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.5;
}

.nav-dropdown-links {
    display: grid;
    gap: 5px;
}

.nav-dropdown-link {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 12px;

    padding: 12px;
    border-radius: 14px;
    color: #111827;
    text-decoration: none;

    transition:
        background .18s ease,
        transform .18s ease;
}

.nav-dropdown-link:hover,
.nav-dropdown-link:focus-visible {
    background: #f4f7fb;
    transform: translateY(-1px);
}

.nav-dropdown-link:focus-visible {
    outline: 3px solid rgba(37, 99, 235, .22);
    outline-offset: 1px;
}

.nav-dropdown-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;

    border: 1px solid #dce5f2;
    border-radius: 13px;
    background: #edf4ff;
    color: #2563eb;
}

.nav-services-menu {
    width: min(520px, calc(100vw - 32px)) !important;
}

.nav-dropdown-icon-business {
    background: #eef2ff;
    border-color: #dbe2ff;
    color: #4f46e5;
}

html[data-theme="dark"] .nav-dropdown-icon-business {
    background: #1d2133;
    border-color: #333a59;
    color: #a5b4fc;
}

.nav-dropdown-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nav-dropdown-copy {
    min-width: 0;
}

.nav-dropdown-copy strong {
    display: block;
    margin-bottom: 3px;
    color: inherit;
    font-size: 14px;
    line-height: 1.3;
}

.nav-dropdown-copy span {
    display: block;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.45;
}

.nav-dropdown-arrow {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: #9ca3af;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
        transform .18s ease,
        stroke .18s ease;
}

.nav-dropdown-link:hover .nav-dropdown-arrow {
    transform: translateX(3px);
    stroke: #2563eb;
}


/* =========================================================
   MÖRKT TEMA FÖR DROPDOWN
========================================================= */

html[data-theme="dark"] .nav-dropdown-menu {
    border-color: #292929;
    background: rgba(18, 18, 18, .97);
    box-shadow:
        0 24px 70px rgba(0, 0, 0, .5),
        0 8px 24px rgba(0, 0, 0, .3);
}

html[data-theme="dark"] .nav-dropdown-header strong {
    color: #f5f5f5;
}

html[data-theme="dark"] .nav-dropdown-header span,
html[data-theme="dark"] .nav-dropdown-copy span {
    color: #a3a3a3;
}

html[data-theme="dark"] .nav-dropdown-link {
    color: #f5f5f5;
}

html[data-theme="dark"] .nav-dropdown-link:hover,
html[data-theme="dark"] .nav-dropdown-link:focus-visible {
    background: #202020;
}

html[data-theme="dark"] .nav-dropdown-icon {
    border-color: #303b4f;
    background: #172033;
    color: #7eaeff;
}

html[data-theme="dark"] .nav-dropdown-arrow {
    stroke: #737373;
}

html[data-theme="dark"] .nav-dropdown-link:hover .nav-dropdown-arrow {
    stroke: #7eaeff;
}


/* =========================================================
   MOBIL
========================================================= */

@media (max-width: 900px) {
    .theme-toggle {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .nav-dropdown {
        width: 100%;
        display: block;
    }

    .nav-dropdown-trigger {
        width: 100%;
        justify-content: space-between;
    }

    .nav-dropdown-menu {
        position: static;
        width: 100%;
        margin-top: 6px;
        padding: 8px;

        display: none;

        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;

        border-radius: 16px;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .nav-dropdown-menu::before {
        display: none;
    }

    .nav-dropdown:hover .nav-dropdown-menu,
    .nav-dropdown:focus-within .nav-dropdown-menu {
        display: none;
        transform: none;
    }

    .nav-dropdown.is-open .nav-dropdown-menu {
        display: block;
        transform: none;
    }

    .nav-dropdown:hover .nav-dropdown-trigger svg,
    .nav-dropdown:focus-within .nav-dropdown-trigger svg {
        transform: none;
    }

    .nav-dropdown.is-open .nav-dropdown-trigger svg {
        transform: rotate(180deg);
    }
}


/* =========================================================
   Centralized from includes/footer.php
========================================================= */
.footer {
    margin-top: 70px;
    background: #0b0d10;
    color: #d7d9dd;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 52px 24px 38px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 48px;
}

.footer-brand {
    max-width: 320px;
}

.footer-logo-img {
    width: 150px;
    height: auto;
    display: block;
    margin-bottom: 18px;
}

.footer-brand p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #969ca5;
}

.footer-section h3 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

.footer-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-section li {
    margin-bottom: 10px;
}

.footer-section a {
    color: #9da2aa;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.footer-section a:hover {
    color: #ffffff;
}


/* Nederdel */
.footer-lower {
    max-width: 1200px;
    margin: 0 auto;
    padding: 22px 24px 26px;

    border-top: 1px solid rgba(255, 255, 255, 0.07);

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.footer-bottom-wrapper {
    display: flex;
    align-items: center;
    gap: 22px;
}

.footer-bottom {
    font-size: 13px;
    line-height: 1.7;
    color: #7f858e;
}


/* Based in Sweden */
.footer-bis {
    display: flex;
    align-items: center;
}

.footer-bis-link {
    display: flex;
    align-items: center;
    gap: 9px;

    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);

    text-decoration: none;
    opacity: 0.72;

    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.footer-bis-link:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.footer-bis-logo {
    width: 88px;
    max-height: 42px;
    object-fit: contain;
    display: block;
}

.footer-bis-label {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.footer-bis-label strong {
    color: #d8dbe0;
    font-size: 11px;
    font-weight: 600;
}

.footer-bis-label span {
    margin-top: 2px;
    color: #737982;
    font-size: 10px;
}


/* Discord */
.footer-social {
    display: flex;
    align-items: center;
}

.footer-discord {
    width: 39px;
    height: 39px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);

    color: #b3b7be;
    text-decoration: none;
    font-size: 18px;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.footer-discord:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}


/* Tablet */
@media (max-width: 900px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }

    .footer-lower {
        align-items: flex-start;
    }

    .footer-bottom-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .footer-bis-link {
        padding-left: 0;
        border-left: none;
    }
}


/* Mobil */
@media (max-width: 560px) {
    .footer {
        margin-top: 50px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        padding: 40px 20px 30px;
        gap: 28px;
    }

    .footer-lower {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .footer-bis-logo {
        width: 80px;
    }
}


/* =========================================================
   Centralized from index.php
========================================================= */
.customer-review-title {
    margin: 14px 0 8px;
    font-size: 16px;
    font-weight: 750;
}

.customer-review-source {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
    font-size: 12px;
    font-weight: 700;
    opacity: 0.7;
}

.customer-review-source .fa-star {
    color: #00b67a;
}

.customer-review-source-discord .fa-discord {
    font-size: 15px;
}

.customer-reviews-footer-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.hh-home{--hh-border:var(--border);--hh-card:var(--card-solid);--hh-soft:var(--bg-soft);--hh-muted:var(--muted);color:var(--text)}
.hh-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.hh-section{padding:86px 0}.hh-eyebrow{display:inline-block;margin-bottom:14px;font-size:12px;font-weight:800;letter-spacing:.14em;color:#2563eb}.hh-section-head{margin-bottom:36px}.hh-section-head h2{max-width:760px;margin:0;font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-.035em}.hh-section-head p{max-width:640px;margin:14px 0 0;color:var(--hh-muted);font-size:16px;line-height:1.75}.hh-section-head-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.7fr);gap:60px;align-items:end}.hh-section-head-split p{margin:0}.hh-center{text-align:center}.hh-center h2,.hh-center p{margin-left:auto;margin-right:auto}.hh-actions{display:flex;gap:12px;flex-wrap:wrap}.hh-notice{margin:0!important}.hh-hero{padding:78px 0 64px;border-bottom:1px solid var(--hh-border)}.hh-hero-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.72fr);gap:70px;align-items:center}.hh-hero h1{max-width:760px;margin:0 0 22px;font-size:clamp(44px,6vw,72px);line-height:1.01;letter-spacing:-.052em}.hh-lead{max-width:700px;margin:0 0 30px;color:var(--hh-muted);font-size:18px;line-height:1.75}.hh-hero-proof{display:flex;gap:24px;flex-wrap:wrap;margin-top:30px;color:var(--hh-muted);font-size:13px;font-weight:650}.hh-hero-proof span{display:flex;align-items:center;gap:8px}.hh-hero-proof i{color:#2563eb}.hh-hero-panel{padding:26px;border:1px solid var(--hh-border);border-radius:22px;background:var(--hh-card);box-shadow:0 18px 50px rgba(15,23,42,.08)}.hh-panel-head{padding:4px 4px 20px}.hh-panel-head>span{font-size:11px;font-weight:800;letter-spacing:.12em;color:#2563eb}.hh-panel-head h2{margin:6px 0 7px;font-size:25px;letter-spacing:-.025em}.hh-panel-head p{margin:0;color:var(--hh-muted);font-size:13px}.hh-quick-list{display:grid;gap:7px}.hh-quick-item{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:12px;border-radius:14px;border:1px solid transparent;transition:.15s ease}.hh-quick-item:hover{background:var(--hh-soft);border-color:var(--hh-border);transform:translateY(-1px)}.hh-quick-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:rgba(37,99,235,.09);color:#2563eb}.hh-quick-item strong,.hh-quick-item small{display:block}.hh-quick-item strong{font-size:14px}.hh-quick-item small{margin-top:2px;color:var(--hh-muted);font-size:11px;line-height:1.4}.hh-quick-item>i{font-size:12px;color:var(--hh-muted)}.hh-trust-strip{border-bottom:1px solid var(--hh-border);background:var(--hh-soft)}.hh-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.hh-trust-grid div{padding:26px 28px;border-right:1px solid var(--hh-border)}.hh-trust-grid div:first-child{border-left:1px solid var(--hh-border)}.hh-trust-grid strong,.hh-trust-grid span{display:block}.hh-trust-grid strong{font-size:17px}.hh-trust-grid span{margin-top:3px;color:var(--hh-muted);font-size:12px}.hh-service-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:16px}.hh-service-card{min-height:310px;display:flex;flex-direction:column;padding:25px;border:1px solid var(--hh-border);border-radius:18px;background:var(--hh-card)}.hh-service-primary{grid-row:span 2;min-height:636px}.hh-service-icon{width:44px;height:44px;display:grid;place-items:center;margin-bottom:28px;border-radius:12px;background:rgba(37,99,235,.09);color:#2563eb;font-size:18px}.hh-service-copy>span{font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--hh-muted)}.hh-service-copy h3{margin:8px 0 10px;font-size:22px;letter-spacing:-.025em}.hh-service-primary h3{font-size:31px}.hh-service-copy p{margin:0;color:var(--hh-muted);font-size:14px;line-height:1.7}.hh-service-copy ul{display:grid;gap:10px;margin:28px 0 0;padding:0;list-style:none;color:var(--hh-muted);font-size:13px}.hh-service-copy li:before{content:'✓';margin-right:8px;color:#2563eb;font-weight:800}.hh-service-bottom{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-top:auto;padding-top:28px}.hh-service-bottom small,.hh-service-bottom strong{display:block}.hh-service-bottom small{color:var(--hh-muted);font-size:10px}.hh-service-bottom strong{margin-top:2px;font-size:18px}.hh-service-bottom a{font-size:13px;font-weight:750;color:#2563eb}.hh-service-bottom a i{margin-left:5px;font-size:10px}.hh-secondary-links{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px}.hh-secondary-links>a{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:14px;padding:20px 22px;border:1px solid var(--hh-border);border-radius:16px;background:var(--hh-soft)}.hh-secondary-links>a>i:first-child{color:#2563eb}.hh-secondary-links strong,.hh-secondary-links small{display:block}.hh-secondary-links strong{font-size:14px}.hh-secondary-links small{margin-top:3px;color:var(--hh-muted);font-size:11px}.hh-secondary-links>a>i:last-child{font-size:11px;color:var(--hh-muted)}.hh-vps-showcase{background:var(--hh-soft);border-top:1px solid var(--hh-border);border-bottom:1px solid var(--hh-border)}.hh-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch}.hh-plan-card{position:relative;padding:28px;border:1px solid var(--hh-border);border-radius:18px;background:var(--hh-card)}.hh-plan-featured{border-color:#2563eb;box-shadow:0 15px 45px rgba(37,99,235,.12)}.hh-plan-badge{position:absolute;top:14px;right:14px;padding:6px 9px;border-radius:999px;background:#2563eb;color:#fff;font-size:9px;font-weight:800;letter-spacing:.06em}.hh-plan-top span,.hh-plan-top small{display:block}.hh-plan-top span{font-size:13px;font-weight:850;letter-spacing:.09em}.hh-plan-top small{margin-top:4px;color:var(--hh-muted);font-size:11px}.hh-price{display:flex;align-items:baseline;gap:5px;margin:25px 0}.hh-price strong{font-size:31px;letter-spacing:-.04em}.hh-price span{color:var(--hh-muted);font-size:12px}.hh-plan-card ul{display:grid;gap:11px;margin:0 0 26px;padding:22px 0;border-top:1px solid var(--hh-border);border-bottom:1px solid var(--hh-border);list-style:none;color:var(--hh-muted);font-size:13px}.hh-plan-card li i{width:18px;color:#2563eb}.hh-plan-card>a{width:100%;justify-content:center}.hh-section-action{text-align:center;margin-top:26px}.hh-section-action a{font-size:13px;font-weight:750;color:#2563eb}.hh-business-band{padding-top:90px}.hh-business-grid{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:center;padding:54px;border:1px solid var(--hh-border);border-radius:22px;background:var(--hh-card)}.hh-business-copy h2{margin:0 0 18px;font-size:clamp(32px,4.2vw,50px);line-height:1.08;letter-spacing:-.04em}.hh-business-copy>p{margin:0;color:var(--hh-muted);line-height:1.75}.hh-business-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0;color:var(--hh-muted);font-size:13px}.hh-business-points i{margin-right:7px;color:#2563eb}.hh-business-stack{display:grid;gap:10px}.hh-business-stack>div{padding:20px;border:1px solid var(--hh-border);border-radius:14px;background:var(--hh-soft)}.hh-business-stack>div.active{border-color:#2563eb}.hh-business-stack span,.hh-business-stack strong,.hh-business-stack small{display:block}.hh-business-stack span{font-size:10px;font-weight:850;letter-spacing:.1em;color:#2563eb}.hh-business-stack strong{margin:4px 0;font-size:20px}.hh-business-stack small{color:var(--hh-muted)}.hh-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hh-feature-grid article{padding:24px;border-top:1px solid var(--hh-border)}.hh-feature-grid i{margin-bottom:20px;color:#2563eb;font-size:20px}.hh-feature-grid h3{margin:0 0 8px;font-size:16px}.hh-feature-grid p{margin:0;color:var(--hh-muted);font-size:13px;line-height:1.7}.hh-reviews{background:var(--hh-soft);border-top:1px solid var(--hh-border);border-bottom:1px solid var(--hh-border)}.hh-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hh-review-card{padding:24px;border:1px solid var(--hh-border);border-radius:16px;background:var(--hh-card)}.hh-review-head{display:flex;align-items:center;gap:11px}.hh-review-head>span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:rgba(37,99,235,.1);color:#2563eb;font-weight:800}.hh-review-head strong,.hh-review-head small{display:block}.hh-review-head small{margin-top:2px;color:var(--hh-muted);font-size:10px}.hh-stars{margin:20px 0 12px;color:#00b67a;letter-spacing:2px;font-size:13px}.hh-review-card h3{margin:0 0 9px;font-size:15px}.hh-review-card blockquote{margin:0;color:var(--hh-muted);font-size:13px;line-height:1.7}.hh-review-actions{display:flex;justify-content:center;gap:10px;margin-top:28px}.hh-faq{padding-bottom:30px}.hh-faq .faq-list{max-width:850px;margin-inline:auto}
@media(max-width:960px){.hh-hero-grid,.hh-business-grid{grid-template-columns:1fr;gap:38px}.hh-section-head-split{grid-template-columns:1fr;gap:14px}.hh-service-grid{grid-template-columns:1fr 1fr}.hh-service-primary{grid-row:auto;grid-column:1/-1;min-height:420px}.hh-feature-grid{grid-template-columns:1fr 1fr}.hh-business-grid{padding:36px}.hh-trust-grid{grid-template-columns:1fr 1fr}.hh-trust-grid div:first-child{border-left:0}.hh-trust-grid div:nth-child(2){border-right:0}}
@media(max-width:680px){.hh-shell{width:min(100% - 28px,1180px)}.hh-section{padding:62px 0}.hh-hero{padding:54px 0 44px}.hh-hero h1{font-size:clamp(38px,12vw,52px)}.hh-lead{font-size:16px}.hh-hero-panel{padding:18px}.hh-trust-grid{grid-template-columns:1fr 1fr}.hh-trust-grid div{padding:19px 16px}.hh-service-grid,.hh-secondary-links,.hh-plan-grid,.hh-feature-grid,.hh-review-grid,.hh-business-points{grid-template-columns:1fr}.hh-service-primary{grid-column:auto;min-height:360px}.hh-service-card{min-height:280px}.hh-business-grid{padding:24px}.hh-review-actions,.hh-actions{flex-direction:column;align-items:stretch}.hh-actions a,.hh-review-actions a{text-align:center;justify-content:center}.hh-section-head h2{font-size:34px}}


/* =========================================================
   Centralized from vps-reseller-configure.php
========================================================= */
.reseller-config-page {
            width: min(1160px, calc(100% - 36px));
            margin: 0 auto;
            padding: 52px 0 90px;
        }

        .config-back {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 28px;
            color: inherit;
            opacity: .7;
            text-decoration: none;
            font-size: 14px;
        }

        .config-back:hover {
            opacity: 1;
        }

        .config-head {
            max-width: 720px;
            margin-bottom: 34px;
        }

        .config-label {
            margin: 0 0 8px;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .08em;
            opacity: .65;
        }

        .config-head h1 {
            margin: 0 0 13px;
            font-size: clamp(32px, 5vw, 48px);
            line-height: 1.05;
        }

        .config-head p {
            margin: 0;
            line-height: 1.7;
            opacity: .7;
        }

        .config-layout {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 370px;
            gap: 26px;
            align-items: start;
        }

        .config-box {
            border: 1px solid rgba(127, 127, 127, .22);
            border-radius: 16px;
            overflow: hidden;
        }

        .config-main {
            padding: 28px;
        }

        .config-main h2 {
            margin: 0 0 7px;
            font-size: 23px;
        }

        .config-muted {
            margin: 0;
            opacity: .68;
            line-height: 1.6;
        }

        .resource-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
            margin-top: 24px;
        }

        .resource-item {
            padding: 18px;
            border: 1px solid rgba(127, 127, 127, .2);
            border-radius: 13px;
        }

        .resource-item i {
            margin-bottom: 12px;
            font-size: 19px;
        }

        .resource-item span {
            display: block;
            margin-bottom: 4px;
            font-size: 12px;
            opacity: .6;
        }

        .resource-item strong {
            font-size: 19px;
        }

        .ddos-box {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-top: 20px;
            padding: 17px;
            border: 1px solid rgba(127, 127, 127, .2);
            border-radius: 13px;
        }

        .ddos-icon {
            display: grid;
            place-items: center;
            flex: 0 0 43px;
            width: 43px;
            height: 43px;
            border-radius: 11px;
            background: rgba(40, 110, 255, .1);
            color: #3478f6;
        }

        .ddos-box strong,
        .ddos-box span {
            display: block;
        }

        .ddos-box span {
            margin-top: 3px;
            font-size: 13px;
            opacity: .65;
        }

        .config-section {
            margin-top: 28px;
            padding-top: 27px;
            border-top: 1px solid rgba(127, 127, 127, .2);
        }

        .config-section h3 {
            margin: 0 0 7px;
            font-size: 19px;
        }

        .ip-control {
            margin-top: 19px;
        }

        .ip-control label {
            display: block;
            margin-bottom: 8px;
            font-size: 14px;
            font-weight: 600;
        }

        .ip-select {
            width: 100%;
            height: 51px;
            padding: 0 14px;
            border: 1px solid rgba(127, 127, 127, .3);
            border-radius: 10px;
            background: transparent;
            color: inherit;
            font: inherit;
        }

        .ip-info {
            display: flex;
            gap: 10px;
            margin-top: 14px;
            padding: 14px;
            border-radius: 10px;
            background: rgba(127, 127, 127, .07);
            font-size: 13px;
            line-height: 1.55;
            opacity: .8;
        }

        .config-summary {
            position: sticky;
            top: 105px;
        }

        .summary-head {
            padding: 23px 24px 19px;
            border-bottom: 1px solid rgba(127, 127, 127, .2);
        }

        .summary-head span {
            display: block;
            margin-bottom: 5px;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .08em;
            opacity: .55;
        }

        .summary-head h2 {
            margin: 0;
            font-size: 21px;
        }

        .summary-content {
            padding: 21px 24px 25px;
        }

        .summary-row {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            padding: 8px 0;
            font-size: 14px;
        }

        .summary-row span {
            opacity: .65;
        }

        .summary-total {
            display: flex;
            justify-content: space-between;
            align-items: end;
            gap: 20px;
            margin-top: 15px;
            padding-top: 19px;
            border-top: 1px solid rgba(127, 127, 127, .2);
        }

        .summary-total-label {
            font-size: 13px;
            opacity: .65;
        }

        .summary-price {
            text-align: right;
        }

        .summary-price strong {
            display: block;
            font-size: 29px;
            line-height: 1;
        }

        .summary-price small {
            font-size: 12px;
            opacity: .6;
        }

        .continue-button {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            min-height: 50px;
            margin-top: 21px;
            padding: 0 20px;
            border: 0;
            border-radius: 10px;
            background: #3478f6;
            color: #fff;
            font: inherit;
            font-weight: 700;
            cursor: pointer;
        }

        .continue-button:hover {
            filter: brightness(.96);
        }

        .checkout-note {
            margin: 11px 0 0;
            font-size: 11px;
            text-align: center;
            opacity: .55;
        }

        @media (max-width: 850px) {

            .config-layout {
                grid-template-columns: 1fr;
            }

            .config-summary {
                position: static;
            }

        }

        @media (max-width: 550px) {

            .reseller-config-page {
                width: calc(100% - 26px);
                padding-top: 34px;
            }

            .resource-grid {
                grid-template-columns: 1fr;
            }

            .config-main {
                padding: 20px;
            }

        }

/* ========================================================================== 
   HOSTHUSET SHARED PUBLIC DESIGN SYSTEM - 2026-09-12
   One visual language for public pages. Theme files provide colors; this file
   owns public layout, spacing and reusable components.
   ========================================================================== */

:root {
  --hh-content: 1200px;
  --hh-reading: 760px;
  --hh-card-radius: 14px;
  --hh-control-radius: 9px;
  --hh-section-gap: 78px;
  --hh-card-pad: 26px;
}

/* Stable public page rhythm */
.hh-service-page {
  width: min(var(--hh-content), calc(100% - 40px));
  margin-inline: auto;
  padding: 54px 0 96px;
}

.hh-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 52px;
  align-items: center;
  padding: 38px 0 62px;
  border-bottom: 1px solid var(--border);
}

.hh-page-hero-copy {
  min-width: 0;
  max-width: 780px;
}

.hh-eyebrow-simple,
.hh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--accent) !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hh-page-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--text);
  font-size: clamp(40px, 5.1vw, 66px);
  line-height: 1.02;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.hh-page-hero p {
  max-width: 700px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
  text-wrap: pretty;
}

.hh-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 27px;
}

.hh-hero-price-note {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

/* One button system, including legacy class names. */
.hh-btn-primary,
.hh-btn-secondary,
.order-btn,
.product-btn,
.register-btn,
.login-btn {
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 11px 18px !important;
  border-radius: var(--hh-control-radius) !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none !important;
  filter: none !important;
  transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease !important;
}

.hh-btn-primary,
.order-btn,
.product-btn,
.register-btn {
  border: 1px solid var(--accent) !important;
  color: #fff !important;
  background: var(--accent) !important;
}

.hh-btn-secondary,
.login-btn {
  border: 1px solid var(--border-strong) !important;
  color: var(--text) !important;
  background: var(--card) !important;
}

@media (hover: hover) {
  .hh-btn-primary:hover,
  .hh-btn-secondary:hover,
  .order-btn:hover,
  .product-btn:hover,
  .register-btn:hover,
  .login-btn:hover {
    transform: translateY(-1px) !important;
  }

  .hh-btn-primary:hover,
  .order-btn:hover,
  .product-btn:hover,
  .register-btn:hover {
    background: var(--accent-2) !important;
    border-color: var(--accent-2) !important;
  }
}

/* Shared fact panel */
.hh-hero-facts {
  min-width: 0;
  display: grid;
  gap: 0;
  padding: 10px 22px;
  border: 1px solid var(--border) !important;
  border-radius: var(--hh-card-radius) !important;
  background: var(--card) !important;
  box-shadow: var(--shadow-sm) !important;
}

.hh-hero-fact {
  min-width: 0;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
}

.hh-hero-fact:last-child { border-bottom: 0; }
.hh-hero-fact > i { color: var(--accent); text-align: center; font-size: 15px; }
.hh-hero-fact strong { display: block; color: var(--text); font-size: 14px; line-height: 1.35; }
.hh-hero-fact span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.hh-hero-fact a { color: inherit; text-decoration: none; }

/* Sections */
.hh-section-simple { padding: var(--hh-section-gap) 0 0; }
.hh-section-simple + .hh-section-simple { padding-top: var(--hh-section-gap); }
.hh-section-heading { max-width: 720px; margin: 0 0 28px; }
.hh-section-heading-center { margin-inline: auto; text-align: center; }
.hh-section-heading-center .hh-eyebrow-simple { justify-content: center; }
.hh-section-heading h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(29px, 3.4vw, 42px);
  line-height: 1.08;
  letter-spacing: -.032em;
  text-wrap: balance;
}
.hh-section-heading p {
  max-width: 660px;
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
.hh-section-heading-center p { margin-inline: auto; }

/* Package cards: identical anatomy on VPS, web hosting and reseller pages. */
.hh-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.hh-plan-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
}
.hh-plan-grid-reseller {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hh-plan-card {
  position: relative;
  min-width: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: var(--hh-card-pad) !important;
  overflow: hidden;
  border: 1px solid var(--border) !important;
  border-radius: var(--hh-card-radius) !important;
  background: var(--card) !important;
  box-shadow: var(--shadow-sm) !important;
  transform: none;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease !important;
}

.hh-plan-card.is-featured {
  border-color: color-mix(in srgb, var(--accent) 58%, var(--border)) !important;
  box-shadow: 0 8px 28px color-mix(in srgb, var(--accent) 10%, transparent) !important;
}

.hh-plan-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: transparent;
}
.hh-plan-card.is-featured::before { background: var(--accent); }

@media (hover: hover) {
  .hh-plan-card:hover {
    border-color: var(--border-strong) !important;
    transform: translateY(-2px) !important;
  }
  .hh-plan-card.is-featured:hover {
    border-color: var(--accent) !important;
  }
}

.hh-plan-badge {
  position: static !important;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  margin: 0 0 15px !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  color: var(--accent) !important;
  background: color-mix(in srgb, var(--accent) 10%, transparent) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase;
}

.hh-plan-card h3 {
  margin: 0 !important;
  color: var(--text) !important;
  font-size: 24px !important;
  line-height: 1.15;
  letter-spacing: -.025em !important;
}

.hh-plan-card > p {
  min-height: 0 !important;
  margin: 9px 0 20px !important;
  color: var(--muted) !important;
  font-size: 14px;
  line-height: 1.6;
}

.hh-plan-price {
  display: flex !important;
  align-items: baseline !important;
  gap: 5px !important;
  margin: 0 0 19px !important;
  color: var(--text) !important;
}
.hh-plan-price strong { font-size: 31px !important; line-height: 1; letter-spacing: -.035em !important; }
.hh-plan-price small { color: var(--muted) !important; font-size: 12px; }

.hh-plan-card ul {
  display: grid !important;
  gap: 9px !important;
  margin: 0 0 24px !important;
  padding: 18px 0 0 !important;
  border-top: 1px solid var(--border);
  list-style: none !important;
}
.hh-plan-card li {
  display: flex !important;
  gap: 9px !important;
  color: var(--soft-text) !important;
  font-size: 13px !important;
  line-height: 1.45;
}
.hh-plan-card li i {
  flex: 0 0 auto;
  margin-top: 4px !important;
  color: var(--accent) !important;
  font-size: 10px !important;
}
.hh-plan-card > .hh-btn-primary,
.hh-plan-card > .hh-btn-secondary,
.hh-plan-form { margin-top: auto; }
.hh-plan-card > .hh-btn-primary,
.hh-plan-card > .hh-btn-secondary,
.hh-plan-form .hh-btn-primary,
.hh-plan-form .hh-btn-secondary { width: 100%; }
.hh-plan-form { width: 100%; }

/* Resource numbers inside reseller cards */
.hh-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 18px;
}
.hh-resource-item {
  min-width: 0;
  padding: 12px 10px;
  border: 1px solid var(--border);
  border-radius: 9px;
  background: var(--bg-soft);
}
.hh-resource-item strong,
.hh-resource-item span { display: block; }
.hh-resource-item strong { color: var(--text); font-size: 18px; line-height: 1.1; letter-spacing: -.02em; white-space: nowrap; }
.hh-resource-item span { margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.hh-fineprint {
  max-width: 900px;
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 11.5px;
  line-height: 1.55;
}

.hh-inline-note {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  max-width: 900px;
  margin: 26px 0 0;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: var(--bg-soft);
}
.hh-inline-note > i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, transparent);
}
.hh-inline-note strong,
.hh-inline-note span { display: block; }
.hh-inline-note strong { color: var(--text); font-size: 13px; }
.hh-inline-note span { margin-top: 2px; color: var(--muted); font-size: 12px; line-height: 1.5; }

/* Shared information cards */
.hh-solution-grid,
.hh-step-grid,
.hh-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.hh-content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.hh-solution-card,
.hh-step-card,
.hh-surface-card {
  min-width: 0;
  padding: 24px !important;
  border: 1px solid var(--border) !important;
  border-radius: 12px !important;
  background: var(--card) !important;
  box-shadow: var(--shadow-sm) !important;
}

.hh-solution-card > i {
  margin: 0 0 17px !important;
  color: var(--accent) !important;
  font-size: 20px !important;
}
.hh-solution-card h3,
.hh-step-card h3,
.hh-surface-card h3 {
  margin: 0 0 7px !important;
  color: var(--text) !important;
  font-size: 18px !important;
  line-height: 1.3;
  letter-spacing: -.015em;
}
.hh-solution-card p,
.hh-step-card p,
.hh-surface-card p {
  margin: 0 !important;
  color: var(--muted) !important;
  font-size: 13px;
  line-height: 1.65 !important;
}
.hh-surface-card p + p { margin-top: 12px !important; }

.hh-step-card {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
}
.hh-step-number {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  font-size: 12px;
  font-weight: 850;
}

/* Shared cross-sell and CTA */
.hh-cross-sell { gap: 16px; }
.hh-cross-card,
.hh-wide-cta {
  border: 1px solid var(--border) !important;
  border-radius: var(--hh-card-radius) !important;
  background: var(--card) !important;
  box-shadow: var(--shadow-sm) !important;
}
.hh-cross-card { padding: 25px !important; }
.hh-wide-cta {
  margin-top: var(--hh-section-gap) !important;
  padding: 28px !important;
}
.hh-wide-cta h2 { font-size: clamp(24px, 2.6vw, 31px) !important; }
.hh-wide-cta p { max-width: 720px; font-size: 14px; line-height: 1.6; }

/* FAQ uses the same width/card rhythm on every public page. */
.hh-faq-section {
  max-width: 850px;
  margin: var(--hh-section-gap) auto 0;
  padding-bottom: 8px;
}
.hh-faq-section .faq-list { display: grid; gap: 8px; max-width: 820px; margin-inline: auto; }
.hh-faq-section .faq-item {
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--border) !important;
  border-radius: 10px !important;
  background: var(--card) !important;
  box-shadow: none !important;
  transform: none !important;
}
.hh-faq-section .faq-item:hover { transform: none !important; }
.hh-faq-section .faq-item summary { padding: 16px 18px !important; color: var(--text); font-size: 13px; font-weight: 750; cursor: pointer; }
.hh-faq-section .faq-item p { margin: 0 !important; padding: 0 18px 17px !important; color: var(--muted); font-size: 12px; line-height: 1.65; }

/* Navigation shares the same geometry as the cards below it. */
.hh-service-nav,
.hh-subservice-nav a.is-active {
  border-radius: 12px;
}
.hh-service-nav { box-shadow: var(--shadow-sm) !important; }
.hh-service-nav a { border-radius: 8px; }

/* Home page: keep its layout, align its card/control geometry with service pages. */
.hh-home .hh-hero-panel,
.hh-home .hh-service-card,
.hh-home .hh-plan-card,
.hh-home .hh-review-card,
.hh-home .hh-business-grid,
.hh-home .hh-secondary-links > a {
  border-radius: var(--hh-card-radius) !important;
  border-color: var(--border) !important;
  box-shadow: var(--shadow-sm) !important;
}
.hh-home .hh-service-card,
.hh-home .hh-plan-card,
.hh-home .hh-review-card,
.hh-home .hh-business-grid,
.hh-home .hh-hero-panel { background: var(--card) !important; }
.hh-home .hh-service-icon,
.hh-home .hh-quick-icon,
.hh-home .hh-review-head > span { color: var(--accent) !important; background: color-mix(in srgb, var(--accent) 10%, transparent) !important; }
.hh-home .hh-eyebrow,
.hh-home .hh-panel-head > span,
.hh-home .hh-panel-head > span,
.hh-home .hh-service-bottom a,
.hh-home .hh-section-action a { color: var(--accent) !important; }

/* About/contact/auth pages inherit the same basic geometry even when they keep
   their purpose-specific markup. */
.contact-luxury-hero,
.about-intro {
  width: min(var(--hh-content), calc(100% - 40px)) !important;
  margin-inline: auto !important;
}
.contact-luxury-form,
.contact-luxury-faq,
.auth-box,
.register-container {
  border-radius: var(--hh-card-radius) !important;
}

/* Reseller configurator: centralized here instead of a page-local style tag. */
.reseller-config-page .config-box,
.reseller-config-page .resource-item,
.reseller-config-page .ddos-box {
  border-color: var(--border) !important;
  background: var(--card) !important;
  box-shadow: var(--shadow-sm) !important;
}
.reseller-config-page .continue-button {
  border-radius: var(--hh-control-radius) !important;
  background: var(--accent) !important;
}
.reseller-config-page .ip-select {
  border-color: var(--border-strong) !important;
  background: var(--bg-elevated) !important;
  color: var(--text) !important;
}

/* Small utility classes replacing one-off style attributes. */
.hh-actions-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hh-info-space { margin-top: 22px !important; }
.hh-heading-config { margin-bottom: 30px !important; }
.hh-copy-space { margin-bottom: 20px !important; }
.hh-checkout-title { margin-bottom: -7px !important; }
.hh-checkout-help { margin-top: 10px !important; }
.hh-terms-link { color: #fff !important; text-decoration: underline !important; }
.hh-full-button { width: 100% !important; margin-top: 14px !important; }
.hh-price-suffix { font-size: 14px !important; font-weight: 500 !important; }
.hh-register-submit { margin-top: -10px !important; }
.hh-panel-space { margin-top: 24px !important; }
.hh-order-space { margin-top: 20px !important; }
.hh-profile-rule { margin: 40px 0 !important; border: 0 !important; border-top: 1px solid var(--border) !important; }
.hh-hidden { display: none; }
.hh-empty-state-page {
  min-height: 55vh;
  display: grid;
  place-items: center;
  width: min(var(--hh-content), calc(100% - 40px));
  margin-inline: auto;
  text-align: center;
}
.hh-empty-state-copy { max-width: 720px; }
.hh-empty-state-copy h1 { margin-top: 10px; }
.hh-empty-state-copy > p { margin-top: 18px; }
.hh-empty-state-copy .hh-actions-row { justify-content: center; margin-top: 30px; }

/* Global stability and symmetry */
.hh-service-page > *,
.hh-plan-grid > *,
.hh-solution-grid > *,
.hh-step-grid > *,
.hh-content-grid > * { min-width: 0; }

@media (max-width: 980px) {
  .hh-plan-grid-reseller { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .hh-page-hero { grid-template-columns: 1fr; gap: 30px; padding-top: 26px; }
  .hh-page-hero-copy { max-width: 760px; }
  .hh-hero-facts { max-width: 720px; }
  .hh-plan-grid,
  .hh-plan-grid-two,
  .hh-plan-grid-reseller,
  .hh-solution-grid,
  .hh-step-grid,
  .hh-content-grid { grid-template-columns: 1fr; max-width: 720px; }
}

@media (max-width: 640px) {
  :root { --hh-section-gap: 60px; --hh-card-pad: 22px; }
  .hh-service-page { width: min(100% - 28px, var(--hh-content)); padding-top: 36px; padding-bottom: 72px; }
  .hh-page-hero { padding-bottom: 44px; }
  .hh-page-hero h1 { font-size: clamp(36px, 11vw, 50px); }
  .hh-page-hero p { font-size: 16px; }
  .hh-hero-actions { align-items: stretch; flex-direction: column; }
  .hh-hero-actions > .hh-btn-primary,
  .hh-hero-actions > .hh-btn-secondary { width: 100%; }
  .hh-hero-price-note { text-align: center; }
  .hh-resource-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hh-resource-item { padding-inline: 7px; }
  .hh-resource-item strong { font-size: 16px; }
  .hh-wide-cta { grid-template-columns: 1fr !important; }
  .hh-wide-cta .hh-btn-primary,
  .hh-wide-cta .hh-btn-secondary { width: 100%; }
  .contact-luxury-hero,
  .about-intro { width: min(100% - 28px, var(--hh-content)) !important; }
}

@media (prefers-reduced-motion: reduce) {
  .hh-plan-card,
  .hh-btn-primary,
  .hh-btn-secondary,
  .order-btn,
  .product-btn,
  .register-btn,
  .login-btn { transition: none !important; }
}
.hh-clickable-row { cursor: pointer; }
.hh-overview-space { margin-bottom: 22px !important; }
.hh-subsection-space { margin-top: 18px !important; }

/* ===== About page: restrained editorial layout =====
   Scoped to .hh-about-page so the rest of the site keeps the shared system. */

.hh-about-page {
  --about-max: 1120px;
  --about-line: var(--border);
}

.hh-about-page .hh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hh-about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: end;
  padding: 44px 0 72px;
  border-bottom: 1px solid var(--about-line);
}

.hh-about-hero-copy {
  max-width: 760px;
}

.hh-about-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--text);
  font-size: clamp(42px, 5.4vw, 70px);
  line-height: 1.01;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.hh-about-hero-copy > p {
  max-width: 700px;
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.hh-about-hero-copy .hh-about-lead {
  margin-top: 24px;
  color: var(--soft-text);
  font-size: 18px;
  line-height: 1.7;
}

.hh-about-facts {
  border-top: 1px solid var(--border-strong);
}

.hh-about-facts > div {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  column-gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--about-line);
}

.hh-about-facts span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hh-about-facts strong {
  min-width: 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}

.hh-about-facts small {
  grid-column: 2;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.hh-about-facts a,
.hh-about-company a {
  color: inherit;
  text-decoration: none;
}

.hh-about-section {
  padding: 76px 0;
  border-bottom: 1px solid var(--about-line);
}

.hh-about-kicker {
  margin-bottom: 22px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hh-about-story {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(42px, 8vw, 108px);
  align-items: start;
}

.hh-about-story h2,
.hh-about-section-head h2,
.hh-about-vision h2,
.hh-about-company h2,
.hh-about-contact h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(29px, 3.5vw, 44px);
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.hh-about-story-copy {
  max-width: 650px;
}

.hh-about-story-copy p,
.hh-about-vision p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.hh-about-story-copy p + p,
.hh-about-vision p + p {
  margin-top: 18px;
}

.hh-about-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 38px;
}

.hh-about-section-head > p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.hh-about-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--border-strong);
}

.hh-about-values article {
  min-width: 0;
  padding: 26px 32px 4px 0;
}

.hh-about-values article + article {
  padding-left: 32px;
  border-left: 1px solid var(--about-line);
}

.hh-about-values article > span {
  display: block;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.hh-about-values h3 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.hh-about-values p {
  max-width: 310px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.hh-about-vision {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 8vw, 104px);
  padding-left: 24px;
  border-left: 2px solid var(--accent);
}

.hh-about-vision > div:last-child {
  max-width: 620px;
}

.hh-about-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hh-about-team-card {
  min-width: 0;
  padding: 22px 0 20px;
  border-top: 1px solid var(--border-strong);
}

.hh-about-team-top {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.hh-about-team-avatar {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border-strong);
  border-radius: 10px;
  color: var(--text);
  background: var(--bg-soft);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: -.02em;
}

.hh-about-team-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.hh-about-team-card .hh-about-team-top span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
}

.hh-about-team-card > p {
  max-width: 490px;
  margin: 17px 0 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.hh-about-team-card > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--text);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.hh-about-team-card > a i {
  color: var(--muted);
  font-size: 9px;
  transition: transform .15s ease;
}

@media (hover: hover) {
  .hh-about-team-card > a:hover i {
    transform: translate(2px, -2px);
  }
}

.hh-about-company {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(42px, 8vw, 104px);
}

.hh-about-company dl {
  margin: 0;
  border-top: 1px solid var(--border-strong);
}

.hh-about-company dl > div {
  display: grid;
  grid-template-columns: minmax(130px, .7fr) minmax(0, 1.3fr);
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--about-line);
}

.hh-about-company dt {
  color: var(--muted);
  font-size: 12px;
}

.hh-about-company dd {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}

.hh-about-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
  margin-top: 76px;
  padding: 34px 0 4px;
}

.hh-about-contact p {
  max-width: 650px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.hh-about-contact .hh-actions {
  margin-top: 0;
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .hh-about-hero,
  .hh-about-story,
  .hh-about-section-head,
  .hh-about-vision,
  .hh-about-company,
  .hh-about-contact {
    grid-template-columns: 1fr;
  }

  .hh-about-hero {
    gap: 44px;
    align-items: start;
  }

  .hh-about-section-head {
    gap: 18px;
  }

  .hh-about-values {
    grid-template-columns: 1fr;
  }

  .hh-about-values article {
    padding: 23px 0;
    border-bottom: 1px solid var(--about-line);
  }

  .hh-about-values article + article {
    padding-left: 0;
    border-left: 0;
  }

  .hh-about-values article > span {
    margin-bottom: 13px;
  }

  .hh-about-contact {
    gap: 24px;
  }

  .hh-about-contact .hh-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .hh-about-page {
    width: min(100% - 28px, var(--hh-content));
    padding-top: 26px;
  }

  .hh-about-hero {
    padding: 24px 0 50px;
  }

  .hh-about-hero h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .hh-about-hero-copy .hh-about-lead {
    font-size: 16px;
  }

  .hh-about-section {
    padding: 56px 0;
  }

  .hh-about-team-grid {
    grid-template-columns: 1fr;
  }

  .hh-about-team-card {
    padding: 20px 0;
  }

  .hh-about-company dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .hh-about-contact {
    margin-top: 56px;
    padding-top: 12px;
  }

  .hh-about-contact .hh-actions {
    width: 100%;
  }

  .hh-about-contact .order-btn,
  .hh-about-contact .login-btn {
    flex: 1 1 100%;
  }
}

/* ===== About page: organized long-form additions ===== */

.hh-about-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 22px;
  padding: 16px 0;
  border-bottom: 1px solid var(--about-line);
}

.hh-about-nav a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: color .15s ease;
}

.hh-about-nav a:hover {
  color: var(--text);
}

.hh-about-section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  color: var(--muted);
}

.hh-about-section-label span {
  min-width: 24px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
}

.hh-about-section-label strong {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hh-about-story-points {
  margin-top: 28px;
  border-top: 1px solid var(--border-strong);
}

.hh-about-story-points > div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--about-line);
}

.hh-about-story-points strong {
  color: var(--text);
  font-size: 11px;
  font-weight: 800;
}

.hh-about-story-points span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.hh-about-company-section {
  padding-bottom: 58px;
}

@media (max-width: 640px) {
  .hh-about-nav {
    gap: 8px 16px;
    padding: 14px 0;
  }

  .hh-about-nav a {
    font-size: 11px;
  }

  .hh-about-section-label {
    margin-bottom: 20px;
  }

  .hh-about-story-points > div {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 12px;
  }
}

/* ===== About page: human, relaxed layout =====
   All colours come from the active Hosthuset theme. No hard theme inversion. */

.hh-about-page {
  --about-surface: var(--card-solid);
  --about-surface-soft: var(--bg-soft);
  --about-surface-raised: var(--bg-elevated);
  --about-border: var(--border);
  --about-border-strong: var(--border-strong);
  --about-text: var(--text);
  --about-copy: var(--soft-text);
  --about-muted: var(--muted);
  padding-top: 34px;
}

.hh-about-page .hh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

/* Intro */
.hh-human-hero {
  display: block;
  padding: 44px 0 72px;
}

.hh-human-hero-copy {
  max-width: 900px;
}

.hh-human-hero h1 {
  max-width: 900px;
  margin: 8px 0 0;
  color: var(--about-text);
  font-size: clamp(42px, 5.2vw, 66px);
  line-height: 1.03;
  letter-spacing: -.047em;
  text-wrap: balance;
}

.hh-human-lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: var(--about-copy);
  font-size: 18px;
  line-height: 1.68;
}

.hh-human-intro {
  max-width: 670px;
  margin: 15px 0 0;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.75;
}

/* Story */
.hh-human-story {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(44px, 8vw, 108px);
  padding: 62px clamp(24px, 4vw, 52px);
  border-radius: 22px;
  background: var(--about-surface-soft);
}

.hh-human-story-heading h2,
.hh-human-section-title h2,
.hh-human-vision h2,
.hh-human-team-heading h2,
.hh-human-company h2,
.hh-human-contact h2 {
  margin: 8px 0 0;
  color: var(--about-text);
  font-size: clamp(30px, 3.7vw, 45px);
  line-height: 1.09;
  letter-spacing: -.038em;
  text-wrap: balance;
}

.hh-human-story-body {
  max-width: 660px;
}

.hh-human-story-body p {
  margin: 0;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.82;
}

.hh-human-story-body p + p {
  margin-top: 18px;
}

.hh-human-story-body .hh-human-story-first {
  color: var(--about-copy);
  font-size: 17px;
  line-height: 1.74;
}

/* What matters */
.hh-human-work {
  padding: 82px 0 30px;
}

.hh-human-section-title {
  max-width: 760px;
  margin-bottom: 34px;
}

.hh-human-section-title > p {
  margin: 12px 0 0;
  color: var(--about-muted);
  font-size: 14px;
}

.hh-human-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.hh-human-principle {
  min-height: 180px;
  height: 100%;
  padding: 28px 26px;
  border: 1px solid var(--about-border);
  border-radius: 17px;
  background: var(--about-surface);
}


.hh-human-principle h3 {
  margin: 0 0 10px;
  color: var(--about-text);
  font-size: 19px;
  letter-spacing: -.022em;
}

.hh-human-principle p {
  max-width: 320px;
  margin: 0;
  color: var(--about-muted);
  font-size: 13px;
  line-height: 1.68;
}

/* Direction. Deliberately not inverted, so light stays light and dark stays dark. */
.hh-human-vision {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
  gap: 48px;
  align-items: center;
  margin: 70px 0 84px;
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid var(--about-border);
  border-radius: 22px;
  background: var(--about-surface-raised);
}

.hh-human-vision .hh-eyebrow-simple {
  color: var(--accent);
}

.hh-human-vision h2 {
  color: var(--about-text);
}

.hh-human-vision-copy > p {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.75;
}

.hh-human-vision-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 15px;
  background: var(--about-surface-soft);
}

.hh-human-vision-note > i {
  margin-top: 2px;
  color: var(--accent);
  font-size: 16px;
}

.hh-human-vision-note strong {
  display: block;
  color: var(--about-text);
  font-size: 14px;
}

.hh-human-vision-note p {
  margin: 5px 0 0;
  color: var(--about-muted);
  font-size: 12px;
  line-height: 1.55;
}

/* Team */
.hh-human-team {
  padding: 24px 0 82px;
}

.hh-human-team-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr);
  gap: 46px;
  align-items: end;
  margin-bottom: 36px;
}

.hh-human-team-heading > p {
  max-width: 480px;
  margin: 0;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.72;
}

.hh-human-team-heading strong {
  color: var(--about-text);
}

.hh-human-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hh-human-person {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--about-border);
  border-radius: 17px;
  background: var(--about-surface);
  transition: transform .16s ease, border-color .16s ease;
}

@media (hover: hover) {
  .hh-human-person:hover {
    transform: translateY(-2px);
    border-color: var(--about-border-strong);
  }
}

.hh-human-person-avatar {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--about-surface-soft);
  color: var(--about-text);
  font-size: 15px;
  font-weight: 850;
}

.hh-human-person-body > span {
  display: block;
  margin-bottom: 4px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.hh-human-person h3 {
  margin: 0;
  color: var(--about-text);
  font-size: 19px;
  letter-spacing: -.022em;
}

.hh-human-person p {
  margin: 13px 0 18px;
  color: var(--about-muted);
  font-size: 13px;
  line-height: 1.68;
}

.hh-human-person a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  color: var(--about-text);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  overflow-wrap: anywhere;
}

/* Practical info and contact */
.hh-human-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: 18px;
  padding-bottom: 70px;
}

.hh-human-company,
.hh-human-contact {
  padding: clamp(28px, 4vw, 42px);
  border-radius: 21px;
}

.hh-human-company {
  background: var(--about-surface-soft);
}

.hh-human-contact {
  border: 1px solid var(--about-border);
  background: var(--about-surface);
}

.hh-human-company h2,
.hh-human-contact h2 {
  font-size: clamp(27px, 3vw, 38px);
}

.hh-human-company-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.hh-human-company-grid > div {
  min-width: 0;
  padding: 15px;
  border-radius: 12px;
  background: var(--about-surface);
}

.hh-human-company-grid span,
.hh-human-company-grid strong {
  display: block;
}

.hh-human-company-grid span {
  color: var(--about-muted);
  font-size: 10px;
  font-weight: 700;
}

.hh-human-company-grid strong {
  margin-top: 5px;
  color: var(--about-text);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.hh-human-contact > p {
  margin: 16px 0 0;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.72;
}

@media (max-width: 900px) {
  .hh-human-story,
  .hh-human-vision,
  .hh-human-team-heading,
  .hh-human-bottom {
    grid-template-columns: 1fr;
  }

  .hh-human-principles {
    grid-template-columns: 1fr;
  }

  .hh-human-principle {
    min-height: auto;
  }

  .hh-human-team-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hh-about-page {
    width: min(100% - 28px, var(--hh-content));
    padding-top: 18px;
  }

  .hh-human-hero {
    gap: 34px;
    padding: 30px 0 52px;
  }

  .hh-human-hero h1 {
    font-size: clamp(37px, 11.5vw, 49px);
  }

  .hh-human-lead {
    font-size: 16px;
  }
.hh-human-story {
    gap: 26px;
    padding: 36px 22px;
    border-radius: 17px;
  }

  .hh-human-work {
    padding-top: 58px;
  }

  .hh-human-vision {
    margin: 54px 0 62px;
    padding: 28px 22px;
    border-radius: 17px;
  }

  .hh-human-team {
    padding-bottom: 58px;
  }

  .hh-human-person {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 19px;
  }

  .hh-human-person-avatar {
    width: 48px;
    height: 48px;
  }

  .hh-human-bottom {
    padding-bottom: 50px;
  }

  .hh-human-company,
  .hh-human-contact {
    padding: 24px 20px;
    border-radius: 17px;
  }

  .hh-human-company-grid {
    grid-template-columns: 1fr;
  }

  .hh-human-contact .hh-actions {
    width: 100%;
  }

  .hh-human-contact .order-btn,
  .hh-human-contact .login-btn {
    flex: 1 1 100%;
  }
}

/* ===== Register page ===== */

.hh-register-page {
    padding: 54px 0 84px;
}

.hh-register-wrap {
    width: min(760px, calc(100% - 32px));
    margin: 0 auto;
}

.hh-register-heading {
    margin-bottom: 26px;
}

.hh-register-heading h1 {
    margin: 8px 0 0;
    color: var(--text);
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.hh-register-heading > p {
    max-width: 620px;
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.hh-register-checkout-note {
    margin-top: 16px;
    padding: 11px 13px;
    border-radius: 8px;
    background: var(--bg-soft);
    color: var(--soft-text);
    font-size: 12px;
    line-height: 1.5;
}

.hh-register-box {
    padding: 30px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--card-solid);
}

.hh-register-alert {
    margin: 0 0 22px;
}

.hh-register-group + .hh-register-group {
    margin-top: 32px;
    padding-top: 30px;
    border-top: 1px solid var(--border);
}

.hh-register-group h2 {
    margin: 0 0 18px;
    color: var(--text);
    font-size: 17px;
    font-weight: 750;
    letter-spacing: -.015em;
}

.hh-register-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.hh-field {
    min-width: 0;
}

.hh-field-full {
    grid-column: 1 / -1;
}

.hh-field label {
    display: block;
    margin-bottom: 6px;
    color: var(--text);
    font-size: 12px;
    font-weight: 650;
}

.hh-field input {
    width: 100%;
    min-height: 44px;
    box-sizing: border-box;
    padding: 0 12px;
    border: 1px solid var(--border-strong);
    border-radius: 7px;
    outline: none;
    background: var(--input-bg, var(--bg));
    color: var(--text);
    font: inherit;
    font-size: 14px;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.hh-field input:hover {
    border-color: var(--muted);
}

.hh-field input:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 2px var(--accent-soft);
}

.hh-field small {
    display: block;
    margin-top: 5px;
    color: var(--muted);
    font-size: 10px;
}

.hh-register-country-line {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 12px;
}

.hh-register-country-line strong {
    color: var(--text);
    font-weight: 700;
}

.hh-register-bottom {
    margin-top: 32px;
}

.hh-register-submit {
    width: 100%;
    min-height: 46px;
    justify-content: center;
    border: 0;
    cursor: pointer;
}

.hh-register-bottom > p {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 12px;
    text-align: center;
}

.hh-register-bottom a {
    color: var(--text);
    font-weight: 700;
    text-decoration: none;
}

.hh-register-bottom a:hover {
    text-decoration: underline;
}

@media (max-width: 620px) {
    .hh-register-page {
        padding: 34px 0 58px;
    }

    .hh-register-wrap {
        width: min(100% - 24px, 760px);
    }

    .hh-register-box {
        padding: 22px 17px;
        border-radius: 10px;
    }

    .hh-register-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hh-field-full {
        grid-column: auto;
    }

    .hh-register-heading h1 {
        font-size: 36px;
    }
}
