/* Inner pages — extends homepage styles with legacy content overrides */

.gn-main {
  min-height: 40vh;
}

/* Page hero (legacy top-header restyled) */
.gn-main .top-header {
  position: relative;
  padding: 72px 0 64px;
  background: var(--gh-hero-grad);
  color: var(--gh-white);
  overflow: hidden;
  text-align: center;
}

.gn-main .top-header.overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.72) 0%, rgba(238, 85, 134, 0.55) 100%);
  z-index: 1;
}

.gn-main .top-header .img-defaultbanner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}

.gn-main .top-header .container,
.gn-main .top-header .wrapper {
  position: relative;
  z-index: 2;
}

.gn-main .top-header.total-grad-inverse {
  background: var(--gh-hero-grad);
}

.gn-main .top-header .heading {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: var(--gh-white);
  line-height: 1.15;
}

.gn-main .top-header .subheading {
  max-width: 720px;
  margin: 0 auto 22px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

.gn-main .top-header .golink {
  display: inline-block;
  margin: 4px 8px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--gh-white);
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.2s;
}

.gn-main .top-header .golink:hover {
  background: var(--gh-yellow);
  color: var(--gh-navy);
  border-color: var(--gh-yellow);
}

/* Section headings */
.gh-section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 36px;
}

.gh-section-head h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  color: var(--gh-navy);
}

.gh-section-head p {
  margin: 0;
  color: var(--gh-muted);
  font-size: 15px;
}

/* VPS grid — 4 columns */
.gh-vps-section {
  padding-top: 56px;
}

.gh-vps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
}

.gh-vps-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 24px;
  margin-top: 36px;
  padding: 24px 28px;
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
}

.gh-vps-benefits div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gh-navy);
}

.gh-vps-benefits i {
  color: var(--gh-pink);
  font-size: 16px;
}

/* Legacy sections inside main */
.gn-main section {
  padding: 48px 0;
}

.gn-main .container {
  width: min(var(--gh-container), 100% - 32px);
  margin-inline: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.gn-main .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.gn-main [class*="col-"] {
  padding: 0 12px;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .gn-main .col-md-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .gn-main .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .gn-main .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 992px) {
  .gn-main .col-lg-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .gn-main .col-lg-5 { flex: 0 0 41.666%; max-width: 41.666%; }
  .gn-main .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  .gn-main .col-lg-8 { flex: 0 0 66.666%; max-width: 66.666%; }
  .gn-main .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
  .gn-main .offset-lg-1 { margin-left: 8.333%; }
}

.gn-main .sec-main,
.gn-main .sec-bg1,
.gn-main .bg-colorstyle,
.gn-main .bg-seccolorstyle {
  background: transparent !important;
  box-shadow: none !important;
}

.gn-main .randomline { display: none; }

.gn-main .info-content h2,
.gn-main h2.mergecolor,
.gn-main h3.mergecolor {
  color: var(--gh-navy) !important;
  font-weight: 800;
}

.gn-main .seccolor,
.gn-main p {
  color: var(--gh-muted);
}

.gn-main .golink {
  color: var(--gh-pink);
  text-decoration: none;
  font-weight: 600;
}

.gn-main .golink:hover {
  text-decoration: underline;
}

/* Feature rows */
.gn-main .history-section .sec-main {
  background: var(--gh-white) !important;
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  padding: 32px !important;
  margin-bottom: 24px;
  box-shadow: var(--gh-shadow);
}

.gn-main .history-section hr {
  border: none;
  border-top: 1px solid var(--gh-border);
  margin: 32px 0;
}

.gn-main .history-section img.svg {
  max-height: 280px;
  display: block;
  margin: 0 auto;
}

/* Buttons — map legacy to brand */
.gn-main .btn-default-yellow-fill,
.gn-main .btn-default-yellow {
  display: inline-block;
  padding: 10px 22px;
  background: var(--gh-yellow) !important;
  color: var(--gh-navy) !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(255, 193, 7, 0.35);
  transition: transform 0.2s;
}

.gn-main .btn-default-yellow-fill:hover,
.gn-main .btn-default-yellow:hover {
  transform: translateY(-1px);
  color: var(--gh-navy) !important;
}

.gn-main .btn-default-grad-purple-fill {
  display: inline-block;
  padding: 10px 22px;
  background: var(--gh-pink) !important;
  color: var(--gh-white) !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 700;
  text-decoration: none;
}

/* Pricing tables (hosting, dedicated, VDS) */
.gn-main .best-plans.pricing,
.gn-main .pricing.sec-bg3 {
  background: var(--gh-bg) !important;
}

.gn-main .table-responsive-lg {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
}

.gn-main table.table,
.gn-main table.compare {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 14px;
}

.gn-main table.table thead th,
.gn-main table.compare thead th {
  background: var(--gh-navy);
  color: var(--gh-white);
  padding: 14px 16px;
  font-weight: 700;
  text-align: center;
  border: none;
  white-space: nowrap;
}

.gn-main table.table tbody td,
.gn-main table.compare tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--gh-border);
  vertical-align: middle;
  color: var(--gh-text);
}

.gn-main table.table tbody tr:hover,
.gn-main table.compare tbody tr:hover {
  background: var(--gh-pink-light);
}

.gn-main table .title {
  font-size: 18px;
  font-weight: 800;
  color: var(--gh-navy);
}

.gn-main .badge.bg-pink,
.gn-main .plans.badge.feat.bg-pink {
  background: var(--gh-pink) !important;
  color: var(--gh-white) !important;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.gn-main .included {
  text-align: left;
  padding: 16px;
}

.gn-main .included ul {
  list-style: none;
  padding: 0;
  margin: 8px 0;
}

.gn-main .included li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 13px;
  color: var(--gh-text);
}

.gn-main .included li i {
  color: var(--gh-pink);
}

.gn-main #run-switch.run-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
}

.gn-main #run-switch .switch {
  width: 44px;
  height: 24px;
  background: var(--gh-border);
  border-radius: 999px;
  position: relative;
  cursor: pointer;
}

.gn-main #run-switch .switch::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: var(--gh-white);
  border-radius: 50%;
  transition: transform 0.2s;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.gn-main #run-switch .switch.on {
  background: var(--gh-pink);
}

.gn-main #run-switch .switch.on::after {
  transform: translateX(20px);
}

.gn-main #run-switch .mo,
.gn-main #run-switch .an {
  font-weight: 700;
  font-size: 13px;
  color: var(--gh-muted);
}

.gn-main #run-switch .mo.active,
.gn-main #run-switch .an.active {
  color: var(--gh-navy);
}

/* Service / contact cards */
.gn-main .service-section,
.gn-main .help-container {
  background: var(--gh-white) !important;
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  padding: 28px 24px;
  margin-bottom: 20px;
  box-shadow: var(--gh-shadow);
  height: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
}

.gn-main .help-container:hover,
.gn-main .service-section:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(17, 24, 39, 0.1);
}

.gn-main .service-section .title,
.gn-main .help-item .title {
  font-size: 18px;
  font-weight: 800;
  color: var(--gh-navy) !important;
  margin-bottom: 8px;
}

.gn-main .service-section .subtitle,
.gn-main .help-item .description {
  font-size: 14px;
  color: var(--gh-muted);
  line-height: 1.6;
}

.gn-main .help-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}

.gn-main .help-container .plans.badge {
  display: none;
}

.gn-main .help-container .img i,
.gn-main .help-container .img .svg {
  font-size: 32px;
  color: var(--gh-pink);
  width: 48px;
  text-align: center;
}

/* FAQ / legal prose */
.gn-main .accordion .card,
.gn-main .faq-item {
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  margin-bottom: 12px;
  overflow: hidden;
}

.gn-main .accordion .card-header {
  background: var(--gh-pink-light);
  padding: 16px 20px;
  font-weight: 700;
  color: var(--gh-navy);
  cursor: pointer;
}

/* Hide legacy chrome */
.gn-main .hideelement,
.gn-main .lazyload:empty,
.gn-main .plans.badge.feat.bg-grey,
.gn-main .plans.badge.feat.bg-purple,
.gn-main .plans.badge.feat.left {
  display: none !important;
}

.gn-main .cd-top,
.gn-main #settings,
.gn-main .body-borders {
  display: none !important;
}

/* Domain search */
.gn-main .domain-search,
.gn-main .domain-prices {
  background: var(--gh-white);
  border-radius: var(--gh-radius);
  border: 1px solid var(--gh-border);
  padding: 32px;
  box-shadow: var(--gh-shadow);
}

.gn-main input.form-control {
  border: 1px solid var(--gh-border);
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 15px;
}

.gn-main input.form-control:focus {
  outline: none;
  border-color: var(--gh-pink);
  box-shadow: 0 0 0 3px rgba(238, 85, 134, 0.15);
}

/* Login page */
.gh-login-page {
  background: var(--gh-hero-grad);
  min-height: 100vh;
}

.gn-login .fullrock.config {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
  background: transparent !important;
}

.gn-login .fullrock-content {
  width: min(720px, 100%);
}

.gn-login .logo-menu {
  max-width: 210px;
  margin: 0 auto 24px;
  display: block;
}

.gn-login .sec-main.tabs {
  background: var(--gh-white) !important;
  border-radius: var(--gh-radius);
  padding: 36px 32px !important;
  box-shadow: var(--gh-shadow);
  border: 1px solid var(--gh-border);
}

.gn-login input[type="email"],
.gn-login input[type="password"],
.gn-login input[type="text"],
.gn-login input[type="tel"],
.gn-login select {
  width: 100%;
  border: 1px solid var(--gh-border);
  border-radius: 999px;
  padding: 12px 16px 12px 40px;
  font-size: 14px;
  margin-bottom: 12px;
}

.gn-login label i {
  position: absolute;
  left: 14px;
  top: 14px;
  color: var(--gh-pink);
}

.gn-login .closebtn {
  display: none;
}

/* Responsive */
@media (max-width: 1100px) {
  .gh-vps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .gh-vps-grid {
    grid-template-columns: 1fr;
  }

  .gh-vps-benefits {
    grid-template-columns: 1fr;
  }

  .gn-main .top-header {
    padding: 56px 0 48px;
  }

  .gn-main .history-section .row {
    flex-direction: column;
  }

  .gn-main .offset-lg-1 {
    margin-left: 0;
  }
}

/* ===== Professional inner pages (hosting, contact) ===== */

.gh-page-hero {
  padding: 80px 0 72px;
  background: var(--gh-hero-grad);
  color: var(--gh-white);
  text-align: center;
}

.gh-page-hero-inner {
  max-width: 720px;
}

.gh-page-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gh-page-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4.5vw, 44px);
  font-weight: 800;
  line-height: 1.15;
}

.gh-page-hero p {
  margin: 0 auto 28px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

.gh-page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.gh-btn-outline-dark {
  display: inline-block;
  padding: 12px 28px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  color: var(--gh-white);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.gh-btn-outline-dark:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--gh-white);
}

.gh-btn-sm {
  padding: 8px 18px;
  font-size: 13px;
}

/* Hosting — interactive plan picker */
.gh-hosting-picker {
  padding: 56px 0 64px;
  background: var(--gh-bg);
}

.gh-picker-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: start;
}

.gh-picker-sidebar-inner {
  position: sticky;
  top: 100px;
  padding: 28px 24px;
  background: var(--gh-navy);
  color: var(--gh-white);
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
}

.gh-picker-sidebar h3 {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 800;
}

.gh-picker-includes {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gh-picker-includes li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gh-picker-includes li:last-child {
  border-bottom: none;
}

.gh-picker-includes i {
  color: var(--gh-yellow);
  font-size: 12px;
  width: 16px;
}

.gh-picker-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.gh-picker-rail-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gh-wp-picker {
  background: var(--gh-white);
  border-bottom: 1px solid var(--gh-border);
}

.gh-wp-features {
  background: var(--gh-bg);
}

.gh-wp-benefits {
  padding: 56px 0 64px;
  background: var(--gh-white);
}

.gh-page-hero-wp {
  background: linear-gradient(135deg, #111827 0%, #1e3a5f 55%, #21759b 100%);
}

/* Domain page */
.gh-page-hero-domain {
  background: linear-gradient(135deg, #111827 0%, #1a2744 50%, #ee5586 100%);
}

.gh-page-hero-domain-inner {
  max-width: 760px;
}

.gh-domain-search {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 620px;
  margin: 0 auto 14px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  backdrop-filter: blur(6px);
}

.gh-domain-search input {
  flex: 1 1 220px;
  min-width: 0;
  padding: 14px 20px;
  border: none;
  border-radius: 999px;
  background: var(--gh-white);
  color: var(--gh-navy);
  font-size: 15px;
  font-family: inherit;
}

.gh-domain-search input:focus {
  outline: 2px solid var(--gh-yellow);
  outline-offset: 2px;
}

.gh-domain-search .gh-btn {
  flex-shrink: 0;
  border-radius: 999px;
  padding: 14px 24px;
}

.gh-domain-search-note {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
}

.gh-domain-search-note a {
  color: var(--gh-yellow);
  text-decoration: none;
  font-weight: 600;
}

.gh-domain-search-note a:hover {
  text-decoration: underline;
}

.gh-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gh-domain-popular {
  padding: 56px 0 48px;
  background: var(--gh-bg);
}

.gh-domain-tld-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.gh-domain-tld-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px 22px 24px;
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
  text-align: center;
}

.gh-domain-tld-card h3 {
  margin: 8px 0 6px;
  font-size: 32px;
  font-weight: 800;
  color: var(--gh-navy);
}

.gh-domain-tld-price {
  margin: 0 0 16px;
  font-size: 36px;
  font-weight: 800;
  color: var(--gh-pink);
  line-height: 1;
}

.gh-domain-tld-price sup {
  font-size: 18px;
  top: -0.4em;
}

.gh-domain-tld-price span {
  font-size: 14px;
  font-weight: 600;
  color: var(--gh-muted);
}

.gh-domain-tld-card ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: var(--gh-muted);
  line-height: 1.8;
}

.gh-domain-tld-card ul s {
  opacity: 0.55;
  margin-right: 4px;
}

.gh-domain-tld-badge {
  display: inline-block;
  align-self: center;
  padding: 4px 10px;
  background: var(--gh-bg);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--gh-navy);
}

.gh-domain-tld-badge-sale {
  background: rgba(238, 85, 134, 0.12);
  color: var(--gh-pink);
}

.gh-domain-tld-sale {
  border-color: rgba(238, 85, 134, 0.35);
}

.gh-domain-tld-card .gh-btn {
  margin-top: auto;
}

.gh-domain-pricing {
  padding: 48px 0 56px;
  background: var(--gh-white);
}

.gh-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
}

.gh-tld-badge {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 8px;
  background: var(--gh-bg);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--gh-muted);
  vertical-align: middle;
}

.gh-tld-badge-sale {
  background: rgba(238, 85, 134, 0.12);
  color: var(--gh-pink);
}

.gh-price-sale {
  color: var(--gh-pink);
}

.gh-domain-pricing-note {
  margin: 16px 0 0;
  font-size: 13px;
  color: var(--gh-muted);
  text-align: center;
}

.gh-domain-features {
  background: var(--gh-bg);
}

.gh-domain-benefits {
  padding: 56px 0 64px;
  background: var(--gh-white);
}

.gh-domain-faq {
  padding: 56px 0 64px;
  background: var(--gh-bg);
  border-top: 1px solid var(--gh-border);
}

.gh-faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gh-faq-item {
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
  overflow: hidden;
}

.gh-faq-item summary {
  padding: 18px 22px;
  font-size: 15px;
  font-weight: 700;
  color: var(--gh-navy);
  cursor: pointer;
  list-style: none;
}

.gh-faq-item summary::-webkit-details-marker {
  display: none;
}

.gh-faq-item summary::after {
  content: "+";
  float: right;
  font-size: 20px;
  font-weight: 400;
  color: var(--gh-pink);
  line-height: 1;
}

.gh-faq-item[open] summary::after {
  content: "\2212";
}

.gh-faq-item p {
  margin: 0;
  padding: 0 22px 18px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--gh-muted);
}

@media (max-width: 991px) {
  .gh-domain-tld-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .gh-domain-search {
    border-radius: var(--gh-radius);
    flex-direction: column;
  }

  .gh-domain-search input,
  .gh-domain-search .gh-btn {
    width: 100%;
    border-radius: var(--gh-radius);
  }

  .gh-domain-tld-grid {
    grid-template-columns: 1fr;
  }
}

/* Cloud VDS page */
.gh-page-hero-vds {
  background: linear-gradient(135deg, #111827 0%, #1a2744 45%, #374151 100%);
}

.gh-vds-plans {
  padding: 56px 0 48px;
  background: var(--gh-bg);
}

.gh-vds-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.gh-vds-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px 22px 24px;
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
  text-align: center;
}

.gh-vds-plan-card h3 {
  margin: 8px 0 6px;
  font-size: 20px;
  font-weight: 800;
  color: var(--gh-navy);
}

.gh-vds-plan-price {
  margin: 0 0 18px;
  font-size: 36px;
  font-weight: 800;
  color: var(--gh-pink);
  line-height: 1;
}

.gh-vds-plan-price sup {
  font-size: 18px;
  top: -0.4em;
}

.gh-vds-plan-price span {
  font-size: 14px;
  font-weight: 600;
  color: var(--gh-muted);
}

.gh-vds-plan-badge {
  display: inline-block;
  align-self: center;
  padding: 4px 10px;
  background: var(--gh-bg);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--gh-navy);
}

.gh-vds-plan-badge-sale {
  background: rgba(238, 85, 134, 0.12);
  color: var(--gh-pink);
}

.gh-vds-plan-featured {
  border-color: rgba(238, 85, 134, 0.45);
  box-shadow: 0 8px 28px rgba(238, 85, 134, 0.12);
}

.gh-vds-plan-specs {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: 13px;
  color: var(--gh-muted);
}

.gh-vds-plan-specs li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid var(--gh-border);
}

.gh-vds-plan-specs li:last-child {
  border-bottom: none;
}

.gh-vds-plan-specs i {
  width: 18px;
  color: var(--gh-pink);
  text-align: center;
  flex-shrink: 0;
}

.gh-vds-plan-specs strong {
  color: var(--gh-navy);
  margin-right: 4px;
}

.gh-vds-plan-card .gh-btn {
  margin-top: auto;
}

.gh-vds-compare-table {
  margin-top: 8px;
}

.gh-vds-explainer {
  padding: 48px 0 56px;
  background: var(--gh-white);
  border-top: 1px solid var(--gh-border);
  border-bottom: 1px solid var(--gh-border);
}

.gh-vds-explainer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gh-vds-explainer-card {
  padding: 28px 24px;
  background: var(--gh-bg);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  text-align: center;
}

.gh-vds-explainer-highlight {
  background: var(--gh-white);
  border-color: rgba(238, 85, 134, 0.35);
  box-shadow: var(--gh-shadow);
}

.gh-vds-explainer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  background: rgba(238, 85, 134, 0.1);
  border-radius: 14px;
  font-size: 22px;
  color: var(--gh-pink);
}

.gh-vds-explainer-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: var(--gh-navy);
}

.gh-vds-explainer-card p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--gh-muted);
}

.gh-vds-explainer-card .gh-btn-outline-dark,
.gh-vos-custom-panel .gh-btn-outline-dark,
.gh-split-copy .gh-btn-outline-dark {
  border-color: var(--gh-navy);
  color: var(--gh-navy);
}

.gh-vds-explainer-card .gh-btn-outline-dark:hover,
.gh-vos-custom-panel .gh-btn-outline-dark:hover,
.gh-split-copy .gh-btn-outline-dark:hover {
  background: var(--gh-navy);
  border-color: var(--gh-navy);
  color: var(--gh-white);
}

.gh-vds-features {
  background: var(--gh-bg);
}

.gh-vds-specs {
  padding: 56px 0 64px;
  background: var(--gh-white);
}

.gh-vds-benefits {
  padding: 56px 0 64px;
  background: var(--gh-bg);
}

.gh-vds-faq {
  padding: 56px 0 64px;
}

@media (max-width: 991px) {
  .gh-vds-plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gh-vds-explainer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .gh-vds-plan-grid {
    grid-template-columns: 1fr;
  }
}

/* Dedicated and unmetered server pages */
.gh-page-hero-dedicated {
  background: linear-gradient(135deg, #111827 0%, #1f2937 50%, #374151 100%);
}

.gh-page-hero-unmetered {
  background: linear-gradient(135deg, #111827 0%, #1a2744 40%, #ee5586 100%);
}

.gh-dedicated-tier-title {
  margin: 36px 0 14px;
  font-size: 20px;
  font-weight: 800;
  color: var(--gh-navy);
  text-align: center;
}

.gh-dedicated-tier-title:first-of-type {
  margin-top: 8px;
}

.gh-dedicated-featured {
  margin-bottom: 12px;
}

.gh-btn-disabled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--gh-bg);
  color: var(--gh-muted);
  font-size: 13px;
  font-weight: 700;
  cursor: not-allowed;
  opacity: 0.75;
}

.gh-unmetered-table {
  margin-top: 8px;
}

.gh-unmetered-plans .gh-vds-plan-specs li {
  font-size: 12px;
}

/* VOS3000 VoIP pages */
.gh-page-hero-voip {
  background: linear-gradient(135deg, #111827 0%, #1a2744 45%, #7c3aed 100%);
}

.gh-page-hero-voip-dedicated {
  background: linear-gradient(135deg, #111827 0%, #312e81 50%, #ee5586 100%);
}

.gh-vos-includes {
  padding: 0 0 8px;
  background: var(--gh-bg);
}

.gh-vos-include-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  padding: 16px 20px;
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
  font-size: 13px;
  font-weight: 600;
  color: var(--gh-navy);
}

.gh-vos-include-bar i {
  color: var(--gh-pink);
  margin-right: 6px;
}

.gh-vos-plans {
  padding: 48px 0 56px;
  background: var(--gh-bg);
}

.gh-vos-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.gh-vos-plan-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gh-vos-plan-was {
  margin: -10px 0 14px;
  font-size: 13px;
  color: var(--gh-muted);
  text-align: center;
}

.gh-vos-custom-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 24px 28px;
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
}

.gh-vos-custom-panel h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
  color: var(--gh-navy);
}

.gh-vos-custom-panel p {
  margin: 0;
  font-size: 14px;
  color: var(--gh-muted);
}

@media (max-width: 991px) {
  .gh-vos-plan-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .gh-vos-plan-grid,
  .gh-vos-plan-grid-4 {
    grid-template-columns: 1fr;
  }

  .gh-vos-custom-panel {
    flex-direction: column;
    text-align: center;
  }
}

.gh-picker-tab {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 16px 10px;
  background: var(--gh-white);
  border: 2px solid var(--gh-border);
  border-radius: var(--gh-radius);
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.gh-picker-tab:hover {
  border-color: rgba(238, 85, 134, 0.4);
  transform: translateY(-1px);
}

.gh-picker-tab.is-active {
  border-color: var(--gh-pink);
  box-shadow: 0 8px 28px rgba(238, 85, 134, 0.15);
  background: var(--gh-pink-light);
}

.gh-picker-tab-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 10px;
  background: var(--gh-pink);
  color: var(--gh-white);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  white-space: nowrap;
}

.gh-picker-tab-name {
  font-size: 14px;
  font-weight: 800;
  color: var(--gh-navy);
}

.gh-picker-tab-price {
  font-size: 20px;
  font-weight: 800;
  color: var(--gh-pink);
  line-height: 1;
}

.gh-picker-tab-price small {
  font-size: 12px;
  font-weight: 700;
  color: var(--gh-muted);
}

.gh-picker-panel {
  padding: 32px 32px 28px;
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
  border-top: 4px solid var(--gh-pink);
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
  animation: gh-picker-in 0.25s ease;
}

.gh-picker-panel[hidden] {
  display: none;
}

@keyframes gh-picker-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.gh-picker-panel-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gh-border);
}

.gh-picker-label {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 12px;
  background: var(--gh-bg);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gh-muted);
}

.gh-picker-label-hot {
  background: var(--gh-pink);
  color: var(--gh-white);
}

.gh-picker-panel h3 {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 800;
  color: var(--gh-navy);
}

.gh-picker-panel-top > div:first-child p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--gh-muted);
  max-width: 420px;
}

.gh-picker-price-block {
  text-align: right;
  flex-shrink: 0;
}

.gh-picker-amount {
  display: block;
  font-size: 48px;
  font-weight: 800;
  color: var(--gh-navy);
  line-height: 1;
}

.gh-picker-amount sup {
  font-size: 22px;
  top: -0.4em;
}

.gh-picker-period {
  display: block;
  font-size: 14px;
  color: var(--gh-muted);
  margin-top: 4px;
}

.gh-picker-renew {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: var(--gh-pink);
  font-weight: 600;
}

.gh-picker-specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.gh-picker-spec {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 18px 12px;
  background: var(--gh-pink-light);
  border-radius: 10px;
}

.gh-picker-spec i {
  color: var(--gh-pink);
  font-size: 20px;
  margin-bottom: 8px;
}

.gh-picker-spec strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: var(--gh-navy);
  line-height: 1.2;
}

.gh-picker-spec span {
  font-size: 12px;
  color: var(--gh-muted);
  margin-top: 2px;
}

.gh-picker-cta {
  width: 100%;
  text-align: center;
  padding: 14px 28px;
  font-size: 15px;
}

/* Legacy hosting grid (unused) */
.gh-hosting-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
  padding-top: 16px;
}

.gh-hosting-plans {
  padding-top: 56px;
}

/* Comparison table */
.gh-compare-section {
  padding: 56px 0 64px;
  background: var(--gh-white);
}

.gh-compare-wrap {
  overflow-x: auto;
  border-radius: var(--gh-radius);
  border: 1px solid var(--gh-border);
  box-shadow: var(--gh-shadow);
}

.gh-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 640px;
}

.gh-compare-table thead th {
  background: var(--gh-navy);
  color: var(--gh-white);
  padding: 16px 14px;
  font-weight: 700;
  text-align: center;
}

.gh-compare-table thead th:first-child {
  text-align: left;
}

.gh-compare-table tbody th {
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
  color: var(--gh-navy);
  background: var(--gh-pink-light);
  border-bottom: 1px solid var(--gh-border);
}

.gh-compare-table tbody td {
  padding: 14px;
  text-align: center;
  border-bottom: 1px solid var(--gh-border);
  color: var(--gh-text);
}

.gh-compare-table tbody tr:hover td {
  background: rgba(238, 85, 134, 0.04);
}

.gh-compare-table .gh-yes {
  color: var(--gh-pink);
  font-size: 16px;
}

.gh-compare-cta td {
  padding: 20px 14px !important;
  background: var(--gh-bg);
}

/* Feature cards (vertical) */
.gh-feature-card {
  padding: 28px 24px;
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
  text-align: center;
}

.gh-feature-card .gh-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  background: var(--gh-pink-light);
  color: var(--gh-pink);
  border-radius: var(--gh-radius);
  font-size: 24px;
}

.gh-feature-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: var(--gh-navy);
}

.gh-feature-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--gh-muted);
}

.gh-features .gh-features-grid {
  grid-template-columns: repeat(4, 1fr);
}

.gh-features-reseller .gh-features-grid {
  grid-template-columns: repeat(3, 1fr);
}

/* Split feature rows (reseller, product pages) */
.gh-split-features {
  padding: 56px 0 64px;
  background: var(--gh-bg);
}

.gh-split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 56px;
}

.gh-split-row:last-child {
  margin-bottom: 0;
}

.gh-split-row-reverse .gh-split-media {
  order: 2;
}

.gh-split-row-reverse .gh-split-copy {
  order: 1;
}

.gh-split-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
}

.gh-split-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 12px;
  background: var(--gh-pink-light);
  color: var(--gh-pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
}

.gh-split-copy h3 {
  margin: 0 0 14px;
  font-size: 26px;
  font-weight: 800;
  color: var(--gh-navy);
  line-height: 1.25;
}

.gh-split-copy p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--gh-muted);
}

.gh-split-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.gh-split-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 6px 0;
  font-size: 14px;
  color: var(--gh-text);
}

.gh-split-list i {
  color: var(--gh-pink);
  margin-top: 3px;
  font-size: 12px;
}

@media (max-width: 991px) {
  .gh-split-row,
  .gh-split-row-reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .gh-split-row-reverse .gh-split-media,
  .gh-split-row-reverse .gh-split-copy {
    order: unset;
  }

  .gh-features-reseller .gh-features-grid {
    grid-template-columns: 1fr;
  }
}

/* CTA band */
.gh-cta-band {
  padding: 48px 0;
  background: var(--gh-navy);
  color: var(--gh-white);
}

.gh-cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.gh-cta-band h2 {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 800;
}

.gh-cta-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.gh-cta-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gh-btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  background: transparent;
  color: var(--gh-white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.gh-btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--gh-white);
  color: var(--gh-white);
}

/* Master reseller hierarchy */
.gh-master-hierarchy {
  padding: 56px 0 64px;
  background: var(--gh-white);
  border-top: 1px solid var(--gh-border);
  border-bottom: 1px solid var(--gh-border);
}

.gh-hierarchy-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.gh-hierarchy-copy h2 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 800;
  color: var(--gh-navy);
  line-height: 1.25;
}

.gh-hierarchy-copy > p {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--gh-muted);
}

.gh-hierarchy-steps {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 28px;
}

.gh-hierarchy-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 20px;
  background: var(--gh-bg);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
}

.gh-hierarchy-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gh-pink);
  color: var(--gh-white);
  font-size: 14px;
  font-weight: 800;
  border-radius: 50%;
}

.gh-hierarchy-step h3 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 800;
  color: var(--gh-navy);
}

.gh-hierarchy-step p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--gh-muted);
}

.gh-hierarchy-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
}

.gh-master-benefits {
  padding: 56px 0 64px;
  background: var(--gh-bg);
}

.gh-master-benefits-grid {
  grid-template-columns: repeat(3, 1fr);
}

.gh-alpha-stack {
  background: linear-gradient(180deg, var(--gh-white) 0%, #fffdf5 100%);
}

@media (max-width: 991px) {
  .gh-hierarchy-layout {
    grid-template-columns: 1fr;
  }

  .gh-hierarchy-visual {
    order: -1;
  }

  .gh-master-benefits-grid {
    grid-template-columns: 1fr;
  }
}

.gh-contact-channels {
  padding: 56px 0 32px;
  background: var(--gh-bg);
}

.gh-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gh-contact-card {
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.gh-contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.1);
  border-color: rgba(238, 85, 134, 0.3);
}

.gh-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  background: var(--gh-pink-light);
  color: var(--gh-pink);
  border-radius: 12px;
  font-size: 22px;
}

.gh-contact-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  color: var(--gh-navy);
}

.gh-contact-card p {
  margin: 0 0 16px;
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
  color: var(--gh-muted);
}

.gh-contact-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--gh-pink);
}

.gh-contact-link i {
  margin-left: 4px;
  font-size: 11px;
  transition: transform 0.2s;
}

.gh-contact-card:hover .gh-contact-link i {
  transform: translateX(3px);
}

/* Office card */
.gh-contact-office {
  padding: 32px 0 56px;
  background: var(--gh-bg);
}

.gh-office-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0;
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
  overflow: hidden;
}

.gh-office-info {
  padding: 40px 36px;
}

.gh-office-info h2 {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 800;
  color: var(--gh-navy);
}

.gh-office-details {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.gh-office-details li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--gh-text);
}

.gh-office-details i {
  color: var(--gh-pink);
  margin-top: 3px;
  width: 18px;
  text-align: center;
}

.gh-office-details a {
  color: var(--gh-pink);
  text-decoration: none;
  font-weight: 600;
}

.gh-office-details a:hover {
  text-decoration: underline;
}

.gh-office-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: var(--gh-hero-grad);
  color: var(--gh-white);
  text-align: center;
}

.gh-office-map i {
  font-size: 64px;
  margin-bottom: 16px;
  opacity: 0.9;
}

.gh-office-map p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.9;
}

/* Contact form */
.gh-contact-form-section {
  padding: 56px 0 64px;
  background: var(--gh-white);
}

.gh-form-panel {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 36px;
  background: var(--gh-bg);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
}

.gh-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.gh-form-field {
  margin-bottom: 20px;
}

.gh-form-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--gh-navy);
}

.gh-form-field input,
.gh-form-field select,
.gh-form-field textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--gh-border);
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  background: var(--gh-white);
  color: var(--gh-text);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.gh-form-field input:focus,
.gh-form-field select:focus,
.gh-form-field textarea:focus {
  outline: none;
  border-color: var(--gh-pink);
  box-shadow: 0 0 0 3px rgba(238, 85, 134, 0.12);
}

.gh-form-field textarea {
  resize: vertical;
  min-height: 120px;
}

.gh-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.gh-form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--gh-muted);
  cursor: pointer;
}

.gh-form-check input {
  margin-top: 3px;
  accent-color: var(--gh-pink);
}

.gh-form-check a {
  color: var(--gh-pink);
  font-weight: 600;
}

/* Datacenter pills */
.gh-dc-section {
  padding: 56px 0 72px;
  background: var(--gh-navy);
  color: var(--gh-white);
}

.gh-dc-section .gh-section-head h2 {
  color: var(--gh-white);
}

.gh-dc-section .gh-section-head p {
  color: rgba(255, 255, 255, 0.75);
}

.gh-dc-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.gh-dc-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}

.gh-dc-pill i {
  color: #4ade80;
  font-size: 8px;
}

@media (max-width: 1100px) {
  .gh-picker-layout {
    grid-template-columns: 1fr;
  }

  .gh-picker-sidebar-inner {
    position: static;
  }

  .gh-picker-includes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 16px;
  }

  .gh-picker-specs {
    grid-template-columns: repeat(2, 1fr);
  }

  .gh-hosting-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gh-features .gh-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .gh-picker-rail {
    grid-template-columns: repeat(2, 1fr);
  }

  .gh-picker-panel-top {
    flex-direction: column;
  }

  .gh-picker-price-block {
    text-align: left;
  }

  .gh-picker-includes {
    grid-template-columns: 1fr;
  }

  .gh-page-hero {
    padding: 56px 0 48px;
  }

  .gh-hosting-grid,
  .gh-contact-grid,
  .gh-features .gh-features-grid {
    grid-template-columns: 1fr;
  }

  .gh-form-row {
    grid-template-columns: 1fr;
  }

  .gh-office-card {
    grid-template-columns: 1fr;
  }

  .gh-cta-band-inner {
    flex-direction: column;
    text-align: center;
  }

  .gh-form-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .gh-form-footer .gh-btn {
    width: 100%;
    text-align: center;
  }
}

/* ===== VPS Performance Matrix ===== */
.gh-vps-matrix {
  padding: 56px 0 64px;
  background: var(--gh-bg);
}

.gh-vps-matrix-wrap {
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
  overflow: hidden;
}

.gh-vps-os-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 14px 24px;
  background: var(--gh-navy);
  color: var(--gh-white);
}

.gh-vps-os-strip-windows {
  background: linear-gradient(90deg, #0078d4 0%, var(--gh-navy) 100%);
}

.gh-vps-os-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
}

.gh-vps-os-badge i {
  font-size: 20px;
  color: var(--gh-yellow);
}

.gh-vps-os-note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.gh-vps-matrix-grid {
  display: grid;
  grid-template-columns: 140px repeat(4, 1fr);
  gap: 0;
}

.gh-vps-matrix-corner {
  background: var(--gh-bg);
  border-bottom: 1px solid var(--gh-border);
  border-right: 1px solid var(--gh-border);
}

.gh-vps-matrix-plan {
  padding: 24px 16px 20px;
  text-align: center;
  border-bottom: 1px solid var(--gh-border);
  border-right: 1px solid var(--gh-border);
  background: var(--gh-white);
}

.gh-vps-matrix-plan:last-child {
  border-right: none;
}

.gh-vps-matrix-plan-featured {
  background: var(--gh-pink-light);
  border-top: 3px solid var(--gh-pink);
  position: relative;
}

.gh-vps-tier {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gh-muted);
}

.gh-vps-tier-hot {
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 10px;
  background: var(--gh-pink);
  color: var(--gh-white);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
}

.gh-vps-matrix-plan h3 {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 800;
  color: var(--gh-navy);
}

.gh-vps-plan-note {
  margin: 0 0 12px;
  font-size: 12px;
  color: var(--gh-muted);
}

.gh-vps-plan-price {
  margin: 0 0 14px;
  font-size: 32px;
  font-weight: 800;
  color: var(--gh-navy);
  line-height: 1;
}

.gh-vps-plan-price sup {
  font-size: 16px;
  top: -0.35em;
}

.gh-vps-plan-price span {
  font-size: 14px;
  font-weight: 700;
  color: var(--gh-muted);
}

.gh-vps-matrix-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  background: var(--gh-bg);
  border-bottom: 1px solid var(--gh-border);
  border-right: 1px solid var(--gh-border);
  font-size: 13px;
  font-weight: 700;
  color: var(--gh-navy);
}

.gh-vps-matrix-label i {
  color: var(--gh-pink);
  width: 18px;
  text-align: center;
}

.gh-vps-matrix-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border-bottom: 1px solid var(--gh-border);
  border-right: 1px solid var(--gh-border);
  background: var(--gh-white);
}

.gh-vps-matrix-cell:last-child {
  border-right: none;
}

.gh-vps-col-featured {
  background: var(--gh-pink-light);
}

.gh-vps-meter {
  position: relative;
  width: 100%;
  max-width: 120px;
  height: 36px;
  background: var(--gh-bg);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gh-vps-meter::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--fill, 50%);
  background: linear-gradient(90deg, rgba(238, 85, 134, 0.25) 0%, rgba(238, 85, 134, 0.55) 100%);
  border-radius: 8px;
  transition: width 0.4s ease;
}

.gh-vps-col-featured .gh-vps-meter::before {
  background: linear-gradient(90deg, rgba(238, 85, 134, 0.45) 0%, var(--gh-pink) 100%);
}

.gh-vps-meter span {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 800;
  color: var(--gh-navy);
}

.gh-vps-matrix-unlimited,
.gh-vps-matrix-check {
  font-size: 13px;
  font-weight: 700;
  color: var(--gh-navy);
  gap: 6px;
}

.gh-vps-matrix-unlimited i,
.gh-vps-matrix-check i {
  color: var(--gh-pink);
}

.gh-vps-matrix + .gh-vps-benefits,
.gh-vps-matrix-wrap + .gh-vps-benefits {
  margin-top: 28px;
}

.gh-vps-matrix .gh-vps-benefits {
  margin-top: 28px;
}

@media (max-width: 991px) {
  .gh-vps-matrix-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .gh-vps-matrix-grid {
    min-width: 680px;
  }
}

@media (max-width: 767px) {
  .gh-vps-os-strip {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===== Reseller pages ===== */

.gh-reseller-ladder,
.gh-reseller-steps,
.gh-reseller-alpha {
  padding: 56px 0 64px;
  background: var(--gh-bg);
}

.gh-ladder-includes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
  margin-bottom: 32px;
  padding: 16px 24px;
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
}

.gh-ladder-includes span {
  font-size: 13px;
  font-weight: 600;
  color: var(--gh-navy);
}

.gh-ladder-includes i {
  color: var(--gh-pink);
  margin-right: 6px;
}

.gh-ladder-rows {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gh-ladder-row {
  display: grid;
  grid-template-columns: 1.4fr 1.2fr auto;
  gap: 24px;
  align-items: center;
  padding: 24px 28px;
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
  position: relative;
  transition: border-color 0.2s, transform 0.2s;
}

.gh-ladder-row:hover {
  border-color: rgba(238, 85, 134, 0.35);
  transform: translateX(4px);
}

.gh-ladder-row-featured {
  border-color: rgba(238, 85, 134, 0.45);
  background: linear-gradient(90deg, var(--gh-pink-light) 0%, var(--gh-white) 40%);
  border-left: 4px solid var(--gh-pink);
}

.gh-ladder-badge {
  position: absolute;
  top: -11px;
  left: 28px;
  padding: 4px 12px;
  background: var(--gh-pink);
  color: var(--gh-white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
}

.gh-ladder-tier {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gh-pink);
}

.gh-ladder-info h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 800;
  color: var(--gh-navy);
}

.gh-ladder-info p {
  margin: 0;
  font-size: 14px;
  color: var(--gh-muted);
  line-height: 1.5;
}

.gh-ladder-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  text-align: center;
}

.gh-ladder-stats strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: var(--gh-navy);
}

.gh-ladder-stats span {
  font-size: 11px;
  color: var(--gh-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.gh-ladder-action {
  text-align: center;
  min-width: 120px;
}

.gh-ladder-price {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 800;
  color: var(--gh-navy);
  line-height: 1;
}

.gh-ladder-price sup { font-size: 14px; }
.gh-ladder-price span { font-size: 13px; color: var(--gh-muted); font-weight: 700; }

/* Master steps */
.gh-steps-track {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 520px;
  margin: 0 auto 36px;
  padding: 0 80px;
}

.gh-steps-line {
  position: absolute;
  top: 50%;
  left: 80px;
  right: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--gh-pink) 0%, var(--gh-yellow) 100%);
  transform: translateY(-50%);
  border-radius: 999px;
}

.gh-steps-dot {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gh-white);
  border: 3px solid var(--gh-pink);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
  color: var(--gh-pink);
}

.gh-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.gh-step-card {
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
  position: relative;
}

.gh-step-card-featured {
  border-color: rgba(238, 85, 134, 0.4);
  box-shadow: 0 16px 48px rgba(238, 85, 134, 0.12);
  transform: translateY(-6px);
}

.gh-step-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 14px;
  background: var(--gh-pink);
  color: var(--gh-white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  white-space: nowrap;
}

.gh-step-head {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gh-border);
}

.gh-step-num {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 12px;
  background: var(--gh-navy);
  color: var(--gh-white);
  font-size: 12px;
  font-weight: 800;
  border-radius: 6px;
}

.gh-step-head h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  color: var(--gh-navy);
}

.gh-step-price {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  color: var(--gh-navy);
}

.gh-step-price sup { font-size: 16px; }
.gh-step-price span { font-size: 14px; color: var(--gh-muted); font-weight: 700; }

.gh-step-hero-stat {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  background: var(--gh-pink-light);
  border-radius: 10px;
}

.gh-step-hero-num {
  display: block;
  font-size: 48px;
  font-weight: 800;
  color: var(--gh-pink);
  line-height: 1;
}

.gh-step-hero-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--gh-navy);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.gh-step-features {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  flex: 1;
}

.gh-step-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 0;
  font-size: 13px;
  color: var(--gh-text);
  border-bottom: 1px solid var(--gh-border);
}

.gh-step-features li:last-child { border-bottom: none; }
.gh-step-features i { color: var(--gh-pink); margin-top: 2px; font-size: 12px; }

.gh-step-card .gh-btn { width: 100%; text-align: center; }

/* Alpha premium */
.gh-alpha-whmcs-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  padding: 18px 24px;
  background: linear-gradient(90deg, var(--gh-yellow) 0%, #ffe082 100%);
  border-radius: var(--gh-radius);
  color: var(--gh-navy);
}

.gh-alpha-whmcs-banner i {
  font-size: 28px;
  color: var(--gh-pink);
}

.gh-alpha-whmcs-banner strong {
  display: block;
  font-size: 15px;
  margin-bottom: 2px;
}

.gh-alpha-whmcs-banner div {
  font-size: 13px;
  line-height: 1.5;
}

.gh-alpha-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gh-alpha-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
  overflow: hidden;
  position: relative;
}

.gh-alpha-card-featured {
  border-color: rgba(238, 85, 134, 0.4);
  box-shadow: 0 16px 48px rgba(238, 85, 134, 0.12);
}

.gh-alpha-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 10px;
  background: var(--gh-pink);
  color: var(--gh-white);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  z-index: 1;
}

.gh-alpha-top {
  padding: 28px 24px 20px;
  background: var(--gh-navy);
  color: var(--gh-white);
  text-align: center;
}

.gh-alpha-id {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
}

.gh-alpha-top h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 800;
}

.gh-alpha-price {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}

.gh-alpha-price sup { font-size: 16px; }
.gh-alpha-price span { font-size: 14px; opacity: 0.85; font-weight: 700; }

.gh-alpha-highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background: var(--gh-pink-light);
  border-bottom: 1px solid var(--gh-border);
}

.gh-alpha-highlight-num {
  font-size: 44px;
  font-weight: 800;
  color: var(--gh-pink);
  line-height: 1;
}

.gh-alpha-highlight span:last-child {
  font-size: 12px;
  font-weight: 700;
  color: var(--gh-navy);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 4px;
}

.gh-alpha-features {
  list-style: none;
  margin: 0;
  padding: 20px 22px;
  flex: 1;
}

.gh-alpha-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  font-size: 13px;
  color: var(--gh-text);
}

.gh-alpha-features i { color: var(--gh-pink); font-size: 12px; margin-top: 2px; }

.gh-alpha-card .gh-btn {
  margin: 0 22px 22px;
  text-align: center;
}

/* Cross-link nav */
.gh-reseller-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 36px;
}

.gh-reseller-nav a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: var(--gh-navy);
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.gh-reseller-nav a:hover {
  border-color: var(--gh-pink);
  box-shadow: var(--gh-shadow);
}

.gh-reseller-nav a i:first-child { color: var(--gh-pink); }
.gh-reseller-nav a i:last-child { font-size: 11px; color: var(--gh-muted); }

@media (max-width: 991px) {
  .gh-ladder-row {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }

  .gh-ladder-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .gh-steps-grid,
  .gh-alpha-grid {
    grid-template-columns: 1fr;
  }

  .gh-step-card-featured {
    transform: none;
  }

  .gh-steps-track {
    display: none;
  }
}

@media (max-width: 767px) {
  .gh-ladder-stats {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* About page */
.gh-about-stats {
  padding: 48px 0 56px;
  background: var(--gh-bg);
}

.gh-about-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 880px;
  margin: 0 auto;
}

.gh-about-stat-card {
  padding: 28px 24px;
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  text-align: center;
  box-shadow: var(--gh-shadow);
}

.gh-about-stat-featured {
  border-color: rgba(238, 85, 134, 0.35);
}

.gh-about-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  background: rgba(238, 85, 134, 0.1);
  border-radius: 14px;
  font-size: 22px;
  color: var(--gh-pink);
}

.gh-about-stat-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 800;
  color: var(--gh-navy);
}

.gh-about-stat-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--gh-muted);
}

.gh-about-features {
  background: var(--gh-white);
}

.gh-about-benefits {
  padding: 56px 0 64px;
  background: var(--gh-bg);
}

.gh-about-regions {
  padding: 48px 0 56px;
  background: var(--gh-white);
  border-top: 1px solid var(--gh-border);
}

.gh-about-region-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 900px;
  margin-inline: auto;
}

.gh-about-region-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--gh-navy);
}

.gh-about-region-list i {
  color: var(--gh-pink);
}

@media (max-width: 767px) {
  .gh-about-stat-grid,
  .gh-about-region-list {
    grid-template-columns: 1fr;
  }
}

/* Legal page — styles legacy markup without changing content */
.gh-legal-page .top-header {
  padding: 56px 0 40px;
  background: var(--gh-hero-grad);
  color: var(--gh-white);
  position: relative;
}

.gh-legal-page .top-header .total-grad-inverse {
  display: none;
}

.gh-legal-page .top-header .heading {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  color: var(--gh-white);
  margin-bottom: 20px;
}

.gh-legal-page .cd-filter-block {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 420px;
}

.gh-legal-page .cd-filter-block .input {
  flex: 1;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--gh-white);
  font-size: 15px;
}

.gh-legal-page .cd-filter-block .input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.gh-legal-page .cd-filter-block label a {
  color: var(--gh-yellow);
}

.gh-legal-page .blog.motpath {
  padding: 48px 0 56px;
  background: var(--gh-bg);
}

.gh-legal-page .blog.motpath > .container > .row {
  display: grid;
  grid-template-columns: minmax(260px, 320px) 1fr;
  gap: 28px;
  align-items: start;
  margin: 0;
}

.gh-legal-page .blog.motpath > .container > .row > [class*="col-"] {
  flex: none;
  max-width: none;
  width: auto;
  padding: 0;
}

.gh-legal-page .blog.motpath > .container > .row > :nth-child(2) {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 200px);
  min-height: 420px;
}

.gh-legal-page .blog.motpath > .container > .row > [class*="col-"]:last-child.pt-35 {
  padding-top: 0 !important;
}

.gh-legal-page .gh-legal-content-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-shrink: 0;
  margin-bottom: 12px;
  padding: 14px 18px;
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
}

.gh-legal-page .gh-legal-content-toolbar span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gh-muted);
}

.gh-legal-page .gh-legal-content-toolbar strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: var(--gh-navy);
}

.gh-legal-page .gh-legal-scroll-hint {
  font-size: 12px;
  color: var(--gh-muted);
  white-space: nowrap;
}

.gh-legal-page #sidebar_content {
  min-width: 0;
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 4px 8px 16px 0;
  scroll-behavior: smooth;
}

.gh-legal-page #sidebar_content::-webkit-scrollbar {
  width: 8px;
}

.gh-legal-page #sidebar_content::-webkit-scrollbar-thumb {
  background: rgba(238, 85, 134, 0.35);
  border-radius: 999px;
}

.gh-legal-page #sidebar_content::-webkit-scrollbar-track {
  background: var(--gh-bg);
  border-radius: 999px;
}

.gh-legal-page .sidebar {
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  padding: 24px 20px;
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
}

.gh-legal-page .sidebar.mt-80 {
  margin-top: 0 !important;
}

.gh-legal-page .sidebar h5 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  color: var(--gh-navy);
}

.gh-legal-page .sidebar hr {
  border: none;
  border-top: 1px solid var(--gh-border);
  margin: 12px 0;
}

.gh-legal-page .sidebar .heading a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gh-text);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.gh-legal-page .sidebar .heading a:hover,
.gh-legal-page .sidebar .heading a.active {
  background: var(--gh-pink-light);
  color: var(--gh-pink);
}

.gh-legal-page .sidebar .heading a img.svg {
  width: 20px;
  height: 20px;
}

.gh-legal-page .targetDiv {
  display: none;
  padding: 24px 28px;
  margin-bottom: 20px;
  background: var(--gh-white);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
}

.gh-legal-page #div1 {
  display: block;
}

.gh-legal-page .targetDiv:last-child {
  margin-bottom: 0;
}

.gh-legal-page .targetDiv h5 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 800;
  color: var(--gh-navy);
}

.gh-legal-page .targetDiv h5 .category {
  color: var(--gh-navy);
  text-decoration: none;
}

.gh-legal-page .targetDiv .float-end {
  float: right;
  font-size: 13px;
  font-weight: 600;
  color: var(--gh-muted);
}

.gh-legal-page .targetDiv hr {
  clear: both;
  border: none;
  border-top: 1px solid var(--gh-border);
  margin: 16px 0;
}

.gh-legal-page .targetDiv > a {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 700;
  color: var(--gh-pink);
  text-decoration: none;
}

.gh-legal-page .blog-info p,
.gh-legal-page .blog-info .seccolor {
  font-size: 14px;
  line-height: 1.75;
  color: var(--gh-text);
}

.gh-legal-page .services.help {
  padding: 48px 0 56px;
  background: var(--gh-white);
  border-top: 1px solid var(--gh-border);
}

.gh-legal-page .help-container {
  height: 100%;
  background: var(--gh-bg);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  transition: box-shadow 0.2s, border-color 0.2s;
}

.gh-legal-page .help-container:hover {
  border-color: rgba(238, 85, 134, 0.35);
  box-shadow: var(--gh-shadow);
}

.gh-legal-page .help-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 20px;
  text-decoration: none;
  color: inherit;
}

.gh-legal-page .help-item .title {
  font-size: 16px;
  font-weight: 800;
  color: var(--gh-navy);
  margin-bottom: 6px;
}

.gh-legal-page .help-item .description {
  font-size: 14px;
  line-height: 1.6;
  color: var(--gh-muted);
}

@media (max-width: 991px) {
  .gh-legal-page .blog.motpath > .container > .row {
    grid-template-columns: 1fr;
  }

  .gh-legal-page .blog.motpath > .container > .row > :nth-child(2) {
    max-height: none;
    min-height: 0;
  }

  .gh-legal-page #sidebar_content {
    overflow: visible;
    padding: 0;
  }

  .gh-legal-page .gh-legal-content-toolbar {
    display: none;
  }

  .gh-legal-page .sidebar {
    position: static;
    max-height: none;
    overflow: visible;
    margin-bottom: 24px;
  }
}
