/*
Theme Name: HostGuru
Theme URI: https://hostguru.co.ke
Author: HostGuru Team
Author URI: https://hostguru.co.ke
Description: Kenya's #1 Web Hosting Provider Ã¢â‚¬â€ whois.com-inspired clean white/orange design with WHMCS price sync.
Template: hostim
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: hostguru
*/

/* ============================================================
   HostGuru Design System v2.0 Ã¢â‚¬â€ whois.com inspired
   Kenya's #1 Web Hosting Ã¢â‚¬â€ hostguru.co.ke
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

/* Ã¢â€â‚¬Ã¢â€â‚¬ CSS Tokens Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
:root {
  /* Brand Ã¢â‚¬â€ whois.com orange palette */
  --hg-orange:        #f57200;
  --hg-orange-dark:   #eb6600;
  --hg-orange-light:  #fed7aa;
  --hg-orange-50:     #fff7ed;

  /* Blues Ã¢â‚¬â€ secondary accent */
  --hg-blue:          #2563eb;
  --hg-blue-light:    #dbeafe;
  --hg-sky:           #0ea5e9;

  /* Neutrals Ã¢â‚¬â€ clean light theme */
  --hg-white:         #ffffff;
  --hg-gray-50:       #f9fafb;
  --hg-gray-100:      #f3f4f6;
  --hg-gray-200:      #e5e7eb;
  --hg-gray-300:      #d1d5db;
  --hg-gray-400:      #9ca3af;
  --hg-gray-500:      #6b7280;
  --hg-gray-600:      #4b5563;
  --hg-gray-700:      #374151;
  --hg-gray-800:      #1f2937;
  --hg-gray-900:      #111827;

  /* Text */
  --hg-text:          #333333;
  --hg-text-muted:    #666666;
  --hg-text-light:    #999999;

  /* Hero background Ã¢â‚¬â€ whois.com light blue */
  --hg-hero-bg:       #dce9f5;
  --hg-hero-bg2:      #c8dff0;

  /* Navbar */
  --hg-nav-height:    56px;
  --hg-nav-bg:        #ffffff;
  --hg-nav-border:    #e5e7eb;

  /* Shadows */
  --hg-shadow-xs:  0 1px 2px rgba(0,0,0,0.06);
  --hg-shadow-sm:  0 2px 8px rgba(0,0,0,0.08);
  --hg-shadow:     0 4px 16px rgba(0,0,0,0.10);
  --hg-shadow-md:  0 8px 24px rgba(0,0,0,0.12);
  --hg-shadow-lg:  0 20px 48px rgba(0,0,0,0.14);

  /* Radius */
  --hg-radius-xs:  4px;
  --hg-radius-sm:  6px;
  --hg-radius:     8px;
  --hg-radius-lg:  12px;
  --hg-radius-xl:  16px;
  --hg-radius-2xl: 24px;
  --hg-radius-full:9999px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Base Reset Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  color: var(--hg-text) !important;
  background: var(--hg-white) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Open Sans', sans-serif !important;
  color: var(--hg-gray-900) !important;
  font-weight: 700 !important;
}

a { color: var(--hg-orange); transition: color 0.18s ease; }
a:hover { color: var(--hg-orange-dark); text-decoration: none; }

p { color: var(--hg-text); line-height: 1.7; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Topbar Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-topbar {
  background: var(--hg-gray-900);
  color: rgba(255,255,255,0.75);
  font-size: 12px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.hg-topbar a { color: rgba(255,255,255,0.75); }
.hg-topbar a:hover { color: #fff; }
.hg-topbar .hg-topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Ã¢â€â‚¬Ã¢â€â‚¬ Topbar right Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-topbar-right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.hg-topbar-btn {
  background: #f57200;
  color: #fff !important;
  padding: 2px 10px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.03em;
}
.hg-sep { color: rgba(255,255,255,0.25); }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Header / Navbar (whois.com style) Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-header {
  background: #fff;
  box-shadow: 0 .15rem .3rem rgba(0,0,0,.08);
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.hg-navbar {
  background: #fff;
}
.hg-nav-inner {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-brand {
  display: inline-block;
  margin-right: 8px;
  padding: 0;
  flex-shrink: 0;
  line-height: 1;
}
.navbar-brand:hover { opacity: 0.85; }
.navbar-brand img { display: block; }

/* Primary nav list */
.navbar-nav {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: stretch;
}

/* Nav links */
.hg-header .nav-link {
  color: #333;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 2.5rem;
  padding: 0 .6rem;
  display: block;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.15s;
}
.hg-header .nav-link:hover { color: #222; text-decoration: none; }

/* Orange bottom-bar hover indicator */
@media (min-width: 992px) {
  .hg-header .nav-link::before {
    content: "";
    display: none;
    position: absolute;
    bottom: 0;
    left: .6rem;
    width: calc(100% - 1.2rem);
    height: 4px;
    background: #f57200;
  }
  .hg-header .nav-item:hover .nav-link::before,
  .hg-header .nav-item.active .nav-link::before {
    display: block;
  }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Dropdown menus (whois.com style) Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-header .dropdown { position: relative; }

.hg-header .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 0;
  border-top: 1px solid #eee;
  box-shadow: 0 12px 12px 0 rgba(0,0,0,.15);
  margin: 0;
  z-index: 1000;
  min-width: 10rem;
  padding: .5rem 0;
}
.hg-header .dropdown-menu-right {
  left: auto;
  right: 0;
}

/* Small account dropdown */
.nav-item-acc .dropdown-menu {
  min-width: 180px;
}
.nav-item-acc .dropdown-item {
  font-size: .9375rem;
  padding: .4rem 1rem;
  color: #212529;
  display: block;
  white-space: nowrap;
}
.nav-item-acc .dropdown-item:hover {
  background: #f3f4f6;
  color: #111;
}
@media (min-width: 992px) {
  .nav-item-acc:hover .dropdown-menu { display: block; }
}

/* Wide mega dropdown (Domains, Hosting etc.) */
.dropdown-wide { position: static; }
.dropdown-wide .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  padding: 1.5rem 0 2rem;
}
@media (min-width: 992px) {
  .dropdown-wide:hover .dropdown-menu { display: block; }
}

/* Dropdown grid rows/cols */
.dd-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.dd-col {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 0;
}
.dd-col-4 { flex: 0 0 33.333%; max-width: 33.333%; }
.dd-col-8 { flex: 0 0 66.666%; max-width: 66.666%; }

/* Section headers inside dropdown */
.hg-header .dropdown-header {
  display: block;
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  padding: .3rem 0 .5rem;
  margin-bottom: .25rem;
  white-space: nowrap;
  border-bottom: 1px solid #f0f0f0;
  margin-top: .25rem;
}

/* Dropdown item */
.hg-header .dropdown-item {
  display: block;
  padding: .25rem 0;
  background: none;
  border: 0;
  color: #212529;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: background 0.12s;
}
.dropdown-wide .dropdown-item + .dropdown-item { margin-top: .75rem; }
.hg-header .dropdown-item:hover,
.hg-header .dropdown-item:focus {
  background: none;
}

/* title / meta / price inside dropdown items */
.hg-header .dropdown-item .title {
  display: block;
  color: #f57200;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}
.dropdown-wide.with-headers .dropdown-item .title {
  font-size: .9375rem;
}
.hg-header .dropdown-item .meta {
  display: block;
  color: #6c757d;
  font-size: .8125rem;
  white-space: normal;
  line-height: 1.4;
  margin-top: 2px;
}
.hg-header .dropdown-item .price {
  display: block;
  color: #6c757d;
  font-size: .8125rem;
  margin-top: 2px;
}
.hg-header .dropdown-item .price em {
  color: #f57200;
  font-style: normal;
  font-weight: 600;
}

/* Hover arrow on dropdown items */
@media (min-width: 992px) {
  .dropdown-wide .dropdown-item:hover .title::after {
    content: "";
    border-left: .3em solid #f57200;
    border-top: .25em solid transparent;
    border-bottom: .25em solid transparent;
    position: absolute;
    top: .4em;
    margin-left: .3em;
    width: 0;
  }
  .dropdown-wide .dropdown-item:hover .meta,
  .dropdown-wide .dropdown-item:hover .price { color: #333; }
}

/* NEW badge in nav */
.nav-badge {
  background: #f57200;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  padding: 1px 5px;
  border-radius: 3px;
  margin-left: 4px;
  vertical-align: middle;
  letter-spacing: 0.03em;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Inline search form Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-nav-search {
  flex-grow: 1;
  padding: 0 .5rem 0 .75rem;
  max-width: 340px;
  margin-left: auto;
}
.hg-nav-search .input-group {
  display: flex;
}
.hg-nav-search .form-control {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  border: 1px solid #f57200;
  border-right: none;
  border-radius: .2rem 0 0 .2rem;
  outline: none;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  color: #495057;
  background: #fff;
}
.hg-nav-search .form-control:focus { box-shadow: none; border-color: #f57200; }
.input-group-append { display: flex; }
.btn-vendor {
  background: #f57200;
  border: 1px solid #f57200;
  color: #fff;
  fill: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 700;
  border-radius: 0 .2rem .2rem 0;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s;
}
.btn-vendor:hover { background: #eb6600; border-color: #eb6600; }
.btn-vendor svg { fill: #fff; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Nav right icons Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-nav-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}
.hg-nav-right .nav-link {
  display: flex;
  align-items: center;
  padding: 0 .5rem;
  line-height: var(--hg-nav-height, 56px);
}
.hg-nav-right svg { fill: #333; vertical-align: middle; }

/* Cart count badge */
.nav-item-cart { position: relative; }
.nav-item-cart .nav-link { position: relative; }
#hg-cart-count {
  background: #f57200;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 15px;
  line-height: 15px;
  position: absolute;
  right: .3rem;
  top: .8rem;
  text-align: center;
  width: 15px;
}

/* d-lg-none helper */
.d-lg-none { display: none !important; }
@media (max-width: 991px) {
  .d-lg-none { display: flex !important; }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Mobile: hamburger / slide-in menu Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (max-width: 991px) {
  .hg-header .hg-nav-search { display: none; }

  #hg-menubar {
    background: #fff;
    display: block !important;
    font-size: 14px;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    right: -300px;
    top: 0;
    transition: right .35s ease;
    width: 290px;
    z-index: 99999;
    flex-direction: column;
    box-shadow: -4px 0 24px rgba(0,0,0,0.15);
  }
  #hg-menubar.open { right: 0; }

  #hg-menubar .nav-item { border-bottom: 1px solid #eee; padding: 0 1rem; }
  #hg-menubar .nav-link { color: #222; font-weight: 600; line-height: 2.5rem; }
  #hg-menubar .dropdown-menu {
    display: none;
    position: static;
    box-shadow: none;
    border: none;
    background: none;
    padding: 0 .5rem 1rem;
  }
  #hg-menubar .dropdown-menu .dd-row { display: block; }
  #hg-menubar .dropdown.active .dropdown-menu { display: block; }
  #hg-menubar .dropdown-header { display: none; }
  #hg-menubar .dropdown-item .meta,
  #hg-menubar .dropdown-item .price { display: none; }
  #hg-menubar .dropdown-item .title { color: #222; font-size: .9375rem; font-weight: 400; line-height: 2; }
  #hg-menubar .dropdown-item + .dropdown-item { margin-top: 0; }
  #hg-menubar .dropdown.active { background: #fdf8f4; }
  #hg-menubar .nav-item.nav-header {
    background: #f57200;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border: none;
  }
  #hg-menubar .nav-header a,
  #hg-menubar .nav-header svg { color: #fff; fill: #fff; }
  #hg-menubar .close-mobile-menu { cursor: pointer; color: #fff; fill: #fff; }

  #hg-menubar-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    z-index: 99998;
  }
  #hg-menubar-backdrop.show { display: block; }
  body.mobile-menu-open { overflow: hidden; }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Input group helpers (used by search forms) Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.input-group { display: flex; align-items: stretch; position: relative; width: 100%; }
.input-group > .form-control { flex: 1 1 auto; min-width: 0; }



/* Ã¢â€â‚¬Ã¢â€â‚¬ Navbar Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.site-header,
.hg-navbar-wrap {
  background: var(--hg-nav-bg) !important;
  border-bottom: 1px solid var(--hg-nav-border) !important;
  box-shadow: var(--hg-shadow-xs) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
}

.hg-navbar {
  display: flex;
  align-items: center;
  height: var(--hg-nav-height);
  gap: 0;
}

.hg-logo img,
.hg-logo svg {
  height: 40px !important;
  width: auto !important;
  display: block;
}

/* Nav menu */
.hg-nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 0 0 8px;
  padding: 0;
  height: 100%;
}

.hg-nav > li {
  position: static;
  height: 100%;
  display: flex;
  align-items: center;
}

.hg-nav > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 14px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--hg-gray-800) !important;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}

.hg-nav > li > a:hover,
.hg-nav > li.active > a,
.hg-nav > li:hover > a {
  color: var(--hg-orange) !important;
  border-bottom-color: var(--hg-orange);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Mega Dropdown Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-nav > li.has-dropdown {
  position: static;
}

.hg-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--hg-white);
  border-top: 2px solid var(--hg-orange);
  border-bottom: 1px solid var(--hg-gray-200);
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  z-index: 999;
  display: none;
  padding: 28px 0;
}

.hg-nav > li.has-dropdown:hover .hg-dropdown,
.hg-nav > li.has-dropdown.open .hg-dropdown {
  display: block;
}

.hg-dropdown-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.hg-dropdown-cols {
  display: grid;
  gap: 0;
}
.hg-dropdown-cols.cols-2 { grid-template-columns: 2fr 1fr; }
.hg-dropdown-cols.cols-3 { grid-template-columns: 1fr 1fr 1fr; }
.hg-dropdown-cols.cols-4 { grid-template-columns: 1fr 1fr 1fr 1fr; }

.hg-dropdown-col {
  padding: 0 32px 0 0;
  border-right: 1px solid var(--hg-gray-100);
}
.hg-dropdown-col:last-child {
  border-right: none;
  padding-left: 32px;
  padding-right: 0;
}
.hg-dropdown-col:first-child { padding-left: 0; }

.hg-dropdown-head {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--hg-gray-500);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--hg-gray-100);
}

.hg-dd-item {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  border-radius: var(--hg-radius-sm);
  transition: background 0.12s;
}
.hg-dd-item:hover { background: transparent; }
.hg-dd-item .title {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--hg-orange);
  margin-bottom: 2px;
  transition: color 0.15s;
}
.hg-dd-item:hover .title { color: var(--hg-orange-dark); }
.hg-dd-item .meta {
  display: block;
  font-size: 12px;
  color: var(--hg-gray-500);
  line-height: 1.4;
}
.hg-dd-item .price {
  display: block;
  font-size: 12px;
  color: var(--hg-gray-500);
  margin-top: 2px;
}
.hg-dd-item .price em {
  color: var(--hg-orange);
  font-style: normal;
  font-weight: 700;
}

/* Small dropdown (Whois, Deals are plain links) */
.hg-dropdown-sm {
  position: absolute;
  top: 100%;
  left: auto;
  right: auto;
  width: 240px;
  background: var(--hg-white);
  border-top: 2px solid var(--hg-orange);
  border-radius: 0 0 var(--hg-radius) var(--hg-radius);
  box-shadow: var(--hg-shadow-md);
  z-index: 999;
  display: none;
  padding: 8px 0;
}
.hg-nav > li.has-dropdown-sm:hover .hg-dropdown-sm { display: block; }
.hg-dropdown-sm a {
  display: block;
  padding: 8px 18px;
  font-size: 13px;
  color: var(--hg-gray-700) !important;
  transition: background 0.12s, color 0.12s;
}
.hg-dropdown-sm a:hover {
  background: var(--hg-orange-50);
  color: var(--hg-orange) !important;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Navbar Right Ã¢â‚¬â€ Search + Icons Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-nav-right {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 8px;
}

.hg-search-form {
  display: flex;
  align-items: center;
}

.hg-search-input {
  height: 34px;
  width: 200px;
  border: 1px solid var(--hg-gray-300);
  border-right: none;
  border-radius: var(--hg-radius-sm) 0 0 var(--hg-radius-sm);
  padding: 0 12px;
  font-size: 13px;
  color: var(--hg-gray-700);
  outline: none;
  background: var(--hg-white);
  transition: border-color 0.15s;
}
.hg-search-input:focus { border-color: var(--hg-orange); }
.hg-search-input::placeholder { color: var(--hg-gray-400); font-size: 12.5px; }

.hg-search-btn {
  height: 34px;
  background: var(--hg-orange);
  border: none;
  border-radius: 0 var(--hg-radius-sm) var(--hg-radius-sm) 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 0 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  letter-spacing: 0.04em;
  transition: background 0.15s;
}
.hg-search-btn:hover { background: var(--hg-orange-dark); }

.hg-nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--hg-gray-600);
  border-radius: var(--hg-radius-sm);
  text-decoration: none;
  position: relative;
  transition: color 0.15s, background 0.15s;
}
.hg-nav-icon:hover {
  color: var(--hg-orange);
  background: var(--hg-orange-50);
}
.hg-nav-icon svg { display: block; }

.hg-cart-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  background: var(--hg-orange);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Mobile menu toggle */
.hg-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: var(--hg-gray-700);
}

/* ── WordPress Hosting Banner — exact whois.com .hp-product-wph ── */
.hg-wp-banner {
  align-items: center;
  background: no-repeat 30px top url(assets/img/homeban_wph_bg.png) #ebf4fa;
  background-size: auto 100%;
  border: 1px solid #cee5f3;
  border-radius: 4px;
  display: flex;
  height: 95px;
  justify-content: space-between;
  padding: 0 30px 0 290px;
  gap: 24px;
  text-decoration: none;
  color: inherit;
}
.hg-wp-banner:hover { box-shadow: 0 4px 12px rgba(41,128,185,.18); text-decoration: none; }

/* Text block — title + features list */
.hg-wp-banner-text { display: flex; align-items: center; gap: 32px; flex: 1; }
.hg-wp-banner .title {
  color: #2980b9;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}
.hg-wp-banner ul {
  color: #666;
  font-size: .875rem;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.hg-wp-banner ul li { padding: 0; line-height: 1.7; }

/* Price */
.hg-wp-banner-price { white-space: nowrap; }
.hg-wp-banner-price .price {
  font-size: 2.75rem;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 1;
}
.hg-wp-banner-price .price sup { font-size: .5em; vertical-align: super; }
.hg-wp-banner-price .price span { font-size: .32em; font-weight: 400; color: #666; }

/* CTA button — blue like whois */
.hg-wp-banner .btn-vendor, .hg-wp-banner-cta .btn {
  background-color: #3498d8;
  border-color: #3498d8;
  border-radius: .25rem;
  color: #fff !important;
  font-size: .9375rem;
  font-weight: 600;
  padding: .5em 1.5em;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
}
.hg-wp-banner .btn-vendor:hover,
.hg-wp-banner-cta .btn:hover { background-color: #2980b9; border-color: #2980b9; }

/* ── Hero Section (whois.com style) ──────────────────────────── */
.hg-hero {
  background: linear-gradient(180deg, var(--hg-hero-bg) 0%, var(--hg-hero-bg2) 100%);
  padding: 80px 0 64px;
  position: relative;
  overflow: hidden;
}

.hg-hero h1 {
  font-size: clamp(1.8rem, 3.8vw, 2.7rem) !important;
  font-weight: 800 !important;
  color: var(--hg-gray-900) !important;
  margin-bottom: 28px;
  line-height: 1.18 !important;
}

/* Domain search bar */
.hg-domain-search {
  max-width: 680px;
  margin: 0 auto 12px;
}

.hg-domain-search-form {
  display: flex;
  background: #fff;
  border-radius: var(--hg-radius-lg);
  box-shadow: var(--hg-shadow-md);
  overflow: hidden;
}

.hg-domain-input {
  flex: 1;
  height: 56px;
  border: none;
  outline: none;
  padding: 0 20px;
  font-size: 15px;
  color: var(--hg-gray-800);
  background: transparent;
}
.hg-domain-input::placeholder { color: var(--hg-gray-400); }

.hg-domain-submit {
  height: 56px;
  background: var(--hg-orange);
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.04em;
  transition: background 0.15s;
  border-radius: 0 var(--hg-radius-lg) var(--hg-radius-lg) 0;
}
.hg-domain-submit:hover { background: var(--hg-orange-dark); }

.hg-hero-links {
  display: flex;
  justify-content: space-between;
  max-width: 680px;
  margin: 0 auto 32px;
  font-size: 13px;
}
.hg-hero-links a {
  color: var(--hg-orange);
  font-weight: 500;
}
.hg-hero-links a:hover { color: var(--hg-orange-dark); }

/* Ã¢â€â‚¬Ã¢â€â‚¬ TLD Promo Slider Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-tld-band {
  background: var(--hg-hero-bg);
  padding: 0 0 0;
}

.hg-tld-slider-wrap {
  display: flex;
  gap: 16px;
  overflow: hidden;
  padding: 20px 0;
}

.hg-tld-featured {
  background: linear-gradient(135deg, #fff8f3 0%, #fde8d8 100%);
  border: 2px solid var(--hg-orange-light);
  border-radius: var(--hg-radius);
  padding: 16px 20px;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.hg-tld-slide {
  background: #fff;
  border: 1px solid var(--hg-gray-200);
  border-radius: var(--hg-radius);
  padding: 16px 20px;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  flex: 1;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.hg-tld-slide:hover {
  border-color: var(--hg-orange-light);
  box-shadow: var(--hg-shadow-sm);
}

.hg-tld-name {
  font-size: 24px;
  font-weight: 800;
  color: var(--hg-gray-900);
  line-height: 1;
}
.hg-tld-featured .hg-tld-name { font-size: 28px; }

.hg-tld-original {
  font-size: 12px;
  color: var(--hg-gray-400);
  text-decoration: line-through;
  margin-top: 6px;
}

.hg-tld-price {
  font-size: 22px;
  font-weight: 800;
  color: var(--hg-gray-900);
  line-height: 1;
  margin-top: 2px;
}
.hg-tld-price sup {
  font-size: 14px;
  font-weight: 700;
  vertical-align: super;
}

.hg-tld-buy {
  display: inline-block;
  background: var(--hg-orange);
  color: #fff !important;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: var(--hg-radius-full);
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: background 0.15s;
}
.hg-tld-buy:hover { background: var(--hg-orange-dark) !important; color: #fff !important; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Product Sections Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-section { padding: 60px 0; }
.hg-section-sm { padding: 40px 0; }

.hg-section-title {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem) !important;
  font-weight: 800 !important;
  color: var(--hg-gray-900) !important;
  margin-bottom: 8px;
}
.hg-section-sub {
  font-size: 15px;
  color: var(--hg-gray-500);
  margin-bottom: 40px;
}

/* Product Cards Grid */
.hg-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.hg-product-card {
  background: #fff;
  border: 1px solid var(--hg-gray-200);
  border-radius: var(--hg-radius-lg);
  padding: 28px 24px;
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
}
.hg-product-card:hover {
  box-shadow: var(--hg-shadow-md);
  border-color: var(--hg-orange-light);
  transform: translateY(-2px);
}

.hg-product-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--hg-radius);
  background: var(--hg-orange-50);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 24px;
}

.hg-product-card-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--hg-gray-900);
  margin-bottom: 8px;
}

.hg-product-card-price {
  margin: 12px 0;
}
.hg-product-card-price .start {
  font-size: 11px;
  color: var(--hg-gray-400);
  display: block;
}
.hg-product-card-price .value {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--hg-gray-900);
}
.hg-product-card-price sup { font-size: 0.85rem; vertical-align: super; }
.hg-product-card-price .term {
  font-size: 12px;
  color: var(--hg-gray-500);
}

.hg-product-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  font-size: 12.5px;
  color: var(--hg-gray-600);
}
.hg-product-card ul li {
  padding: 3px 0;
}
.hg-product-card ul li::before {
  content: 'Ã¢Å“â€œ ';
  color: var(--hg-orange);
  font-weight: 700;
}

.hg-product-card .hg-btn { width: 100%; text-align: center; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Buttons Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: var(--hg-radius-sm);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.18s ease;
  letter-spacing: 0.01em;
}
.hg-btn-primary {
  background: var(--hg-orange);
  color: #fff !important;
  border-color: var(--hg-orange);
}
.hg-btn-primary:hover {
  background: var(--hg-orange-dark);
  border-color: var(--hg-orange-dark);
  color: #fff !important;
}
.hg-btn-outline {
  background: transparent;
  color: var(--hg-orange) !important;
  border-color: var(--hg-orange);
}
.hg-btn-outline:hover {
  background: var(--hg-orange);
  color: #fff !important;
}
.hg-btn-dark {
  background: var(--hg-gray-900);
  color: #fff !important;
  border-color: var(--hg-gray-900);
}
.hg-btn-dark:hover {
  background: var(--hg-gray-800);
  color: #fff !important;
}
.hg-btn-lg { padding: 13px 28px; font-size: 15px; }
.hg-btn-sm { padding: 7px 14px; font-size: 12px; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Page Hero (inner pages) Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-page-hero {
  background: linear-gradient(135deg, var(--hg-hero-bg) 0%, #c8dff0 100%);
  padding: 56px 0 48px;
  border-bottom: 1px solid var(--hg-gray-200);
}
.hg-page-hero h1 {
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
  color: var(--hg-gray-900) !important;
}
.hg-page-hero .hg-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--hg-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: var(--hg-radius-full);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   PRICING CARDS Ã¢â‚¬â€ whois.com exact style
   (SALE ribbon Ã‚Â· strikethrough price Ã‚Â· BUY NOW above features Ã‚Â· Ã¢â„¢Â¦ bullets)
Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */

.hg-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.hg-pricing-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }

/* Card shell */
.hg-pricing-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 0;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
}
.hg-pricing-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.13);
  transform: translateY(-3px);
}
.hg-pricing-card.popular {
  border: 2px solid var(--hg-orange);
}

/* Card inner padding wrapper */
.hg-pricing-card-inner {
  padding: 24px 22px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ SALE corner ribbon Ã¢â‚¬â€ exact whois.com style Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-pricing-card::before {
  content: 'SALE';
  position: absolute;
  top: 14px;
  right: -22px;
  background: #c0392b;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 3px 30px;
  transform: rotate(45deg);
  transform-origin: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
  z-index: 2;
}
.hg-pricing-card.no-sale::before { display: none; }

/* Plan name */
.hg-pricing-name {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--hg-orange);
}

/* Price block */
.hg-pricing-price-block {
  text-align: center;
  margin-bottom: 8px;
}
.hg-pricing-amount {
  font-size: 2.8rem;
  font-weight: 800;
  color: #222;
  line-height: 1;
  display: inline-flex;
  align-items: flex-start;
  gap: 2px;
}
.hg-pricing-amount .curr {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 6px;
  color: #222;
}
.hg-pricing-amount .period {
  font-size: 13px;
  font-weight: 500;
  color: #666;
  align-self: flex-end;
  margin-bottom: 4px;
  margin-left: 1px;
}
.hg-pricing-original {
  font-size: 14px;
  color: #c0392b;
  text-decoration: line-through;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}

/* Billing term selector */
.hg-pricing-term-select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 13px;
  color: #555;
  background: #f9f9f9;
  cursor: pointer;
  margin-bottom: 14px;
  appearance: auto;
}
.hg-pricing-term-select:focus { outline: none; border-color: var(--hg-orange); }

/* BUY NOW button Ã¢â‚¬â€ full-width, above features */
.hg-pricing-buy-btn {
  display: block;
  width: 100%;
  background: var(--hg-orange);
  color: #fff !important;
  text-align: center;
  padding: 13px 0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  transition: background 0.15s;
  margin-bottom: 0;
  text-transform: uppercase;
}
.hg-pricing-buy-btn:hover {
  background: var(--hg-orange-dark) !important;
  color: #fff !important;
}

/* Feature list Ã¢â‚¬â€ below button */
.hg-pricing-features {
  list-style: none;
  padding: 16px 0 20px;
  margin: 0;
  font-size: 13.5px;
  border-top: 1px solid #f0f0f0;
}
.hg-pricing-features li {
  padding: 5px 0;
  color: #444;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}
/* Ã¢â„¢Â¦ Diamond bullet Ã¢â‚¬â€ exact whois.com style */
.hg-pricing-features li::before {
  content: 'Ã¢â„¢Â¦';
  color: #555;
  font-size: 9px;
  margin-top: 4px;
  flex-shrink: 0;
}
/* Highlighted "Unlimited" / "Unmetered" / "Free" in orange */
.hg-pricing-features li .hi {
  color: var(--hg-orange);
  font-weight: 700;
}
/* Highlighted in blue for secondary value props */
.hg-pricing-features li .hi-blue {
  color: #2563eb;
  font-weight: 700;
}

/* Money-back guarantee line below card grid */
.hg-pricing-guarantee {
  text-align: right;
  font-size: 12.5px;
  color: var(--hg-orange);
  font-style: italic;
  margin-top: 14px;
  font-weight: 500;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Legacy .popular badge (keep for back-compat) Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-pricing-popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--hg-orange);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 16px;
  border-radius: var(--hg-radius-full);
  white-space: nowrap;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  z-index: 3;
}

/* Responsive */
@media (max-width: 768px) {
  .hg-pricing-grid       { grid-template-columns: 1fr !important; }
  .hg-pricing-grid.cols-4{ grid-template-columns: 1fr !important; }
  .hg-pricing-amount     { font-size: 2.2rem; }
}
@media (max-width: 480px) {
  .hg-pricing-grid { grid-template-columns: 1fr !important; }
}



/* Ã¢â€â‚¬Ã¢â€â‚¬ Feature Grid Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.hg-features-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }

.hg-feature-item {
  text-align: center;
  padding: 24px;
}
.hg-feature-icon {
  width: 64px;
  height: 64px;
  border-radius: var(--hg-radius-lg);
  background: var(--hg-orange-50);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 28px;
}
.hg-feature-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--hg-gray-900);
  margin-bottom: 8px;
}
.hg-feature-desc { font-size: 13px; color: var(--hg-gray-500); }

/* Ã¢â€â‚¬Ã¢â€â‚¬ FAQ Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-faq-item {
  border: 1px solid var(--hg-gray-200);
  border-radius: var(--hg-radius);
  margin-bottom: 8px;
  overflow: hidden;
}
.hg-faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 16px 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: var(--hg-gray-800);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.15s;
}
.hg-faq-question:hover { background: var(--hg-gray-50); }
.hg-faq-question.open { background: var(--hg-orange-50); color: var(--hg-orange); }
.hg-faq-question .arrow { transition: transform 0.25s; }
.hg-faq-question.open .arrow { transform: rotate(180deg); }
.hg-faq-answer {
  display: none;
  padding: 0 20px 16px;
  font-size: 13.5px;
  color: var(--hg-gray-600);
  line-height: 1.7;
}
.hg-faq-answer.open { display: block; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ CTA Banner Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-cta-band {
  background: var(--hg-orange);
  padding: 48px 0;
  text-align: center;
}
.hg-cta-band h2 {
  color: #fff !important;
  font-size: 1.8rem !important;
  margin-bottom: 12px;
}
.hg-cta-band p { color: rgba(255,255,255,0.9); margin-bottom: 24px; }
.hg-cta-band .hg-btn-dark { background: #111; border-color: #111; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Breadcrumb Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--hg-gray-500);
  margin-bottom: 12px;
}
.hg-breadcrumb a { color: var(--hg-orange); }
.hg-breadcrumb .sep { color: var(--hg-gray-300); }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Badges Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-badge { display: inline-block; padding: 3px 10px; border-radius: var(--hg-radius-full); font-size: 11px; font-weight: 700; }
.hg-badge-orange { background: var(--hg-orange); color: #fff; }
.hg-badge-new { background: var(--hg-orange); color: #fff; font-size: 10px; padding: 2px 7px; margin-left: 4px; vertical-align: middle; border-radius: var(--hg-radius-full); }
.hg-badge-green { background: #10b981; color: #fff; }
.hg-badge-blue { background: var(--hg-blue); color: #fff; }
.hg-badge-gray { background: var(--hg-gray-100); color: var(--hg-gray-700); }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Footer Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.site-footer,
.hg-footer {
  background: #1b1f3b;
  border-top: none;
  font-family: 'Open Sans', sans-serif;
}

.footer-cols {
  padding: 48px 0 36px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 32px;
}

/* Brand column */
.footer-brand img {
  display: block;
  margin-bottom: 14px;
  height: 32px;
  width: auto;
}
.footer-brand p {
  color: #a0a8c0;
  line-height: 1.65;
  margin: 0 0 10px;
  max-width: 260px;
}
.footer-brand a {
  color: #f57200;
  text-decoration: none;
}
.footer-brand a:hover { text-decoration: underline; }

.footer-login {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px !important;
  font-size: 13px;
  color: #6b7280;
}
.btn-footer {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none !important;
  background: transparent;
  transition: border-color 0.15s;
  transition: border-color 0.15s;
}
.btn-footer:hover { border-color: #f57200; color: #f57200 !important; }

.footer-follow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 13px;
  color: #4b5563;
  text-decoration: none;
}
.footer-follow:hover { color: #f57200; }

/* Column headers */
.hg-footer h5 {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 12px !important;
  padding: 0 !important;
}
/* Second h5 in same column gets top spacing */
.hg-footer div > h5 + ul + h5 {
  margin-top: 24px !important;
}

/* Link lists */
.hg-footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 4px;
}
.hg-footer ul li {
  margin-bottom: 7px;
}
.hg-footer ul li a {
  font-size: 13px;
  color: #a0a8c0;
  text-decoration: none;
  transition: color 0.15s;
  text-decoration: none;
  transition: color 0.15s;
}
.hg-footer ul li a:hover {
  color: #f57200;
  text-decoration: underline;
}

/* Copyright bar */
.footer-copyright {
  background: #13172d;
  border-top: 1px solid #252a4a;
  padding: 12px 0;
  font-size: 12.5px;
  color: #7a82a0;
}
.footer-copyright-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-copyright a {
  color: #7a82a0;
  text-decoration: none;
}
.footer-copyright a:hover { color: #f57200; text-decoration: underline; }

/* Responsive footer */
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   PRICING PLAN CARDS Ã¢â‚¬â€ whois.com .plan style
Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.plans-wrp {
  margin: 30px 0;
}
.plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
}
.plan {
  align-items: center;
  background: #f7f7f7;
  border: 1px solid #dedede;
  border-radius: 6px;
  display: flex;
  flex: 0 0 23.5%;
  flex-direction: column;
  margin-bottom: 20px;
  max-width: 23.5%;
  padding: 30px 15px;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s;
  position: relative;
}
.plan:hover {
  border-color: #f57200;
  box-shadow: 0 4px 20px rgba(245,114,0,0.15);
}

/* Featured / highlighted plan */
.plan.plan-featured {
  background: #fff;
  border-color: #f57200;
  box-shadow: 0 4px 20px rgba(245,114,0,0.2);
}
.plan.plan-featured::before {
  content: "Most Popular";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #f57200;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 16px;
  border-radius: 0 0 6px 6px;
  white-space: nowrap;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Plan name */
.plan .p-name {
  margin-bottom: 12px;
  margin-top: 8px;
}
.plan .pl-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1b1b1b;
  line-height: 1.15;
}

/* Pricing block */
.plan .p-pricing {
  margin-bottom: 16px;
}
.plan .p-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1px;
  line-height: 1;
}
.plan .p-currency {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin-right: 2px;
}
.plan .p-value {
  font-size: 3.125rem;
  font-weight: 700;
  color: #333;
  line-height: 1;
}
.plan .p-duration {
  font-size: .875rem;
  color: #6c757d;
  font-weight: 400;
  margin-left: 2px;
}
.plan .p-old-price {
  font-size: .875rem;
  color: #b7b5b6;
  text-decoration: line-through;
  font-weight: 600;
  margin-top: 4px;
}
.plan .p-old-price .p-currency { font-size: .75rem; color: #b7b5b6; }
.plan .p-old-price .p-value { font-size: .875rem; color: #b7b5b6; }

/* Hover Ã¢â‚¬â€ price turns orange */
.plan:hover .p-value,
.plan:hover .p-currency { color: #f57200; }
.plan.plan-featured .p-value,
.plan.plan-featured .p-currency { color: #f57200; }

/* Duration dropdown */
.plan .p-dropdown {
  width: 100%;
  margin-bottom: 14px;
}
.plan .p-dropdown select {
  width: 100%;
  padding: .375rem .5rem;
  font-size: .8125rem;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  color: #495057;
  background: #fff;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
}
.plan .p-dropdown select:focus { outline: none; border-color: #f57200; }

/* Buy Now button */
.plan .p-button {
  margin-bottom: 18px;
  width: 100%;
}
.plan .p-button a {
  display: block;
  background: #f57200;
  color: #fff !important;
  font-size: .9375rem;
  font-weight: 600;
  padding: .5em 1.5em;
  border-radius: .25rem;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background 0.15s;
  border: 1px solid #f57200;
}
.plan .p-button a:hover {
  background: #eb6600;
  border-color: #eb6600;
}
.plan.plan-featured .p-button a {
  background: #f57200;
  box-shadow: 0 4px 14px rgba(245,114,0,0.4);
}

/* Feature rows */
.plan .p-feat {
  font-size: .9375rem;
  color: #444;
  padding: .35em 0;
  width: 100%;
  border-top: 1px solid #ebebeb;
  text-align: left;
}
.plan .p-feat:last-child { border-bottom: 1px solid #ebebeb; }
.plan .p-feat strong { color: #1b1b1b; }

/* Icons via ::after (same as hp-products sprite) */
.plan.web-hosting::after,
.plan.wordpress-hosting::after,
.plan.website-builder::after,
.plan.email-hosting::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 12px;
  order: -1;
}
.plan.web-hosting::after       { background-image: url(assets/img/hp_product_hosting.png); }
.plan.wordpress-hosting::after { background-image: url(assets/img/hp_product_wordpress.png); }
.plan.website-builder::after   { background-image: url(assets/img/hp_product_sitebuilder.png); }
.plan.email-hosting::after     { background-image: url(assets/img/hp_product_email.png); }

/* Responsive plans */
@media (max-width: 991px) {
  .plan { flex: 0 0 47%; max-width: 47%; }
}
@media (max-width: 560px) {
  .plan {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .plan .p-value { font-size: 2rem; }
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   COMPONENTS Ã¢â‚¬â€ merged from hostguru-components.css
   (previously a separate file; merged so only style.css needs uploading)
Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */

/* Ã¢â€â‚¬Ã¢â€â‚¬ Container Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.container-hg {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1200px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Server Promo Banner Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-promo-sh {
  background: no-repeat -42px top url(assets/img/server-promo-banner.png) #fcf0e7;
  background-size: auto 100%;
  border: 1px solid #ffb278;
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 424px;
  justify-content: space-between;
  margin-top: 30px;
  padding: 42px 42px 42px 380px;
}

.hg-promo-sh h2 {
  color: #f57200;
  font-size: 2.75rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.15;
}
.hg-promo-sh ul {
  color: #555;
  font-size: .9375rem;
  font-weight: 600;
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .25rem .5rem;
  width: 100%;
}
.hg-promo-sh ul li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%23f57200' d='M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m-1.959 17-4.5-4.319 1.395-1.435 3.08 2.937L17.037 7l1.422 1.409z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: .4rem;
}
.hg-promo-sh .hg-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.hg-promo-sh .hg-price {
  color: #1c1c1c;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.hg-promo-sh .hg-price sup { font-size: .4em; vertical-align: super; }
.hg-promo-sh .hg-price span { font-size: .32em; font-weight: 400; color: #666; }
.hg-promo-sh .btn-vendor {
  background-color: #f57200;
  border: 1px solid #f57200;
  border-radius: .25rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: .6em 2em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .15s;
  white-space: nowrap;
}
.hg-promo-sh .btn-vendor:hover { background-color: #eb6600; color: #fff; text-decoration: none; }
.hg-promo-sh .btn-secondary-link {
  background: #2563eb;
  border-radius: .25rem;
  color: #fff;
  font-size: .9375rem;
  font-weight: 600;
  padding: .6em 1.5em;
  text-decoration: none;
  transition: background .15s;
  white-space: nowrap;
}
.hg-promo-sh .btn-secondary-link:hover { background: #1d4ed8; color: #fff; text-decoration: none; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Service Strips Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-strips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 12px;
}
.hg-strip {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  transition: border-color .18s, box-shadow .18s;
}
.hg-strip:hover {
  border-color: #f57200;
  box-shadow: 0 4px 16px rgba(245,114,0,.1);
  text-decoration: none;
}
.hg-strip-icon { font-size: 28px; flex-shrink: 0; line-height: 1; }
.hg-strip-body { flex: 1; }
.hg-strip-name { font-size: 13.5px; font-weight: 800; color: #111; }
.hg-strip-desc { font-size: 11.5px; color: #6b7280; }
.hg-strip-price-col { text-align: right; flex-shrink: 0; }
.hg-strip-price { font-size: 13.5px; font-weight: 800; }
.hg-strip-cta { font-size: 11px; color: #f57200; font-weight: 600; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Legacy Product Cards (hp-products) Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hp-products { margin: 0; text-align: center; }
.hp-products .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  gap: 16px;
}
.hp-products .product {
  align-items: center;
  background-color: #f7f7f7;
  border: 1px solid #dedede;
  border-radius: 6px;
  display: flex;
  flex: 0 0 calc(25% - 12px);
  flex-direction: column;
  padding: 30px 15px;
  text-decoration: none;
  color: inherit;
  transition: border-color .18s, color .18s;
}
.hp-products .product:hover { border-color: #f57200; color: #f57200; }
.hp-products .ico {
  background-color: #d7d7d7;
  border-radius: 200px;
  height: 123px;
  position: relative;
  width: 123px;
  margin: 0 auto;
  transition: background-color .18s;
}
.hp-products .ico::after {
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 105px;
  position: absolute;
  top: 35px;
  width: 100%;
}
.hp-products .web-hosting     .ico::after { background-image: url(assets/img/hp_product_hosting.png); }
.hp-products .business-email  .ico::after,
.hp-products .email-hosting   .ico::after { background-image: url(assets/img/hp_product_email.png); }
.hp-products .wordpress-hosting .ico::after { background-image: url(assets/img/hp_product_wordpress.png); }
.hp-products .website-builder   .ico::after { background-image: url(assets/img/hp_product_sitebuilder.png); }
.hp-products .product:hover .ico { background-color: #f57200; }
.hp-products .title { font-size: 1.25rem; font-weight: 600; line-height: 1.15; margin: 20px 0 10px; color: #1c1c1c; }
.hp-products .product:hover .title { color: #f57200; }
.hp-products ul { color: #6f6f6f; list-style: none; margin: 10px 0; padding-left: 0; text-align: center; }
.hp-products ul li { font-size: .9375rem; padding-bottom: .5em; }
.hp-products .price { color: #333; font-size: 2.6rem; font-weight: 700; line-height: 1; margin: .5rem 0; }
.hp-products .product:hover .price { color: #f57200; }
.hp-products .price .start { display: block; font-size: .875rem; font-weight: 400; color: #999; }
.hp-products .price .term,
.hp-products .price sup { font-size: .4em; }
.hp-products .btn {
  border: 1px solid #bcbcbc;
  color: #333;
  font-size: .9375rem;
  font-weight: 600;
  margin-top: auto;
  padding: .5em 1.5em;
  text-transform: uppercase;
  border-radius: .25rem;
  background: transparent;
  text-decoration: none;
  transition: all .18s;
}
.hp-products .product:hover .btn { background-color: #f57200; border-color: #f57200; color: #fff; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ WordPress Hosting Banner Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
/* .hg-wp-banner fully defined above at line ~978 — no duplicate needed */



/* Ã¢â€â‚¬Ã¢â€â‚¬ Specialized Hosting Cards Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hg-spec-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 24px;
  transition: box-shadow .18s, border-color .18s;
}
.hg-spec-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.08); border-color: #f57200; }
.hg-spec-card .hg-spec-icon { font-size: 32px; margin-bottom: 10px; line-height: 1; }
.hg-spec-card h3 { font-size: .9375rem; font-weight: 700; color: #111; margin: 0 0 6px; }
.hg-spec-card p { font-size: .8125rem; color: #6b7280; margin: 0 0 12px; line-height: 1.5; }
.hg-spec-card .hg-spec-price { font-size: 1rem; font-weight: 800; color: #f57200; margin-bottom: 12px; }
.hg-spec-card .hg-spec-link { color: #f57200; font-weight: 600; font-size: .8125rem; text-decoration: none; }
.hg-spec-card .hg-spec-link:hover { text-decoration: underline; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Datacenter / World Map Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hg-datacenters { background: #f0f6ff; padding: 64px 0 48px; }
.hg-dc-intro { text-align: center; margin-bottom: 40px; }
.hg-dc-intro h2 { font-size: 2rem; font-weight: 700; color: #111827; margin-bottom: .5rem; }
.hg-dc-intro h2 em { color: #f57200; font-style: normal; }
.hg-dc-intro p { color: #6b7280; font-size: .9375rem; max-width: 520px; margin: 0 auto; }
.hg-map-wrap { position: relative; width: 100%; max-width: 960px; margin: 0 auto 36px; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,.08); }
.hg-world-img { width: 100%; height: auto; display: block; border-radius: 12px; }
.hg-pin { position: absolute; transform: translate(-50%, -100%); text-align: center; cursor: default; }
.hg-pin-dot {
  width: 12px; height: 12px;
  background: #f57200;
  border-radius: 50%;
  border: 2.5px solid #fff;
  box-shadow: 0 0 0 2px rgba(245,114,0,.3);
  margin: 0 auto 2px;
  animation: hg-pulse 2s infinite;
}
.hg-pin.hg-pin-home .hg-pin-dot { width: 18px; height: 18px; background: #111827; border-color: #f57200; box-shadow: 0 0 0 4px rgba(245,114,0,.25); }
@keyframes hg-pulse {
  0%   { box-shadow: 0 0 0 2px rgba(245,114,0,.3); }
  50%  { box-shadow: 0 0 0 6px rgba(245,114,0,.0); }
  100% { box-shadow: 0 0 0 2px rgba(245,114,0,.3); }
}
.hg-pin-label {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
  font-size: 11px; font-weight: 600; color: #111;
  padding: 3px 8px; white-space: nowrap; line-height: 1.4;
}
.hg-pin.hg-pin-home .hg-pin-label { background: #111827; color: #fff; border-color: #111827; font-size: 12px; }
.hg-pin.hg-pin-home .hg-pin-label em { display: block; color: #f57200; font-style: normal; font-size: 10px; }
.hg-dc-stats { display: flex; justify-content: space-between; gap: 0; flex-wrap: wrap; width: 100%; margin: 0 auto; border-top: 1px solid #e5e7eb; }
.hg-dc-stat { display: flex; align-items: center; gap: 16px; padding: 28px 32px; flex: 1 1 200px; border-right: 1px solid #e5e7eb; }
.hg-dc-stat:last-child { border-right: none; }
.hg-dc-stat-icon { width: 44px; height: 44px; border-radius: 10px; background: #fff; border: 1px solid #e5e7eb; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 22px; box-shadow: 0 1px 4px rgba(0,0,0,.06); }
.hg-dc-stat-body strong { display: block; font-size: .9375rem; font-weight: 700; color: #111; margin-bottom: 2px; }
.hg-dc-stat-body span { font-size: .8125rem; color: #6b7280; line-height: 1.5; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Components responsive Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (max-width: 991px) {
  .hg-promo-sh { padding-left: 200px; background-size: auto 90%; }
  .hg-promo-sh h2 { font-size: 1.4rem; }
  .hg-promo-sh .hg-price { font-size: 2.2rem; }
  .hg-wp-banner { background-size: auto 80% !important; padding-left: 200px !important; }
}
@media (max-width: 767px) {
  .hg-promo-sh { background-image: none; padding: 24px 20px; }
  .hg-strips { grid-template-columns: 1fr; }
  .hp-products .product { flex: 0 0 calc(50% - 8px); }
  .hg-spec-grid { grid-template-columns: 1fr 1fr; }
  .hg-dc-stat { border-right: none; border-bottom: 1px solid #e5e7eb; }
  .hg-wp-banner { background-image: none !important; padding: 20px !important; flex-wrap: wrap; gap: 12px; }
}
@media (max-width: 480px) {
  .hp-products .product { flex: 0 0 100%; }
  .hg-spec-grid { grid-template-columns: 1fr; }
  .hp-products .ico { height: 100px; width: 100px; }
  .hp-products .ico::after { background-size: 88px; top: 22px; }
  .hp-products .price { font-size: 2rem; }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HERO â€” whois.com matching
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.home-page { margin: 0; padding: 0; }

.hero {
  background: #dce9f5 url(assets/img/hero-bg.png) no-repeat center center;
  background-size: cover;
  padding: 52px 0 0;
  text-align: center;
}

.hero h1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 1.2;
  margin: 0 auto 28px;
  max-width: 700px;
}

/* Search form */
.hero-search-form {
  max-width: 680px;
  margin: 0 auto;
}
.hero-search-form .input-group {
  display: flex;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  border: 1px solid #ccc;
}
.hero-search-form .form-control {
  flex: 1;
  height: 56px;
  border: none;
  outline: none;
  padding: 0 20px;
  font-size: 1rem;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  background: transparent;
}
.hero-search-form .input-group-append { display: flex; }
.hero-search-form .btn.btn-vendor {
  height: 56px;
  background: #f57200;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 0.15s;
  white-space: nowrap;
  text-decoration: none;
}
.hero-search-form .btn.btn-vendor:hover { background: #eb6600; }
.hero-search-form .btn.btn-vendor svg { flex-shrink: 0; }

/* Special Offers / Whois Lookup links */
.hero-links {
  display: flex;
  justify-content: space-between;
  margin: 8px auto 0;
  max-width: 680px;
}
.hero-links a {
  color: #f57200;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.hero-links a:hover { text-decoration: underline; }

/* â”€â”€ TLD Promo Cards (.hp-promos) â€” exactly 4, whois.com style â”€â”€ */
.hp-promos {
  display: flex;
  margin-top: 52px;
  gap: 0;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}


/* Featured / infocus card */
.hp-promos .infocus {
  flex: 0 0 220px;
  background: linear-gradient(180deg, #fff5e6 0%, #ffe0b2 100%);
  border: 1px solid #f5c77e;
  border-radius: 4px 0 0 0;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-promos .infocus .slide {
  display: flex;
  align-items: center;
  gap: 14px;
}
.hp-promos .infocus .slide img {
  display: block;
  max-width: 90px;
  height: auto;
}
.hp-promos .infocus .slide > div {
  text-align: left;
}
.hp-promos .tld-original-price {
  display: block;
  font-size: .8125rem;
  color: #999;
  text-decoration: line-through;
  line-height: 1.2;
}
.hp-promos .tld-original-price sup { font-size: .65em; }
.hp-promos .tld-discount-price {
  display: block;
  font-size: 1.875rem;
  font-weight: 700;
  color: #333;
  line-height: 1;
}
.hp-promos .tld-discount-price sup { font-size: .45em; vertical-align: super; }
.hp-promos .infocus a {
  display: inline-block;
  background: #f57200;
  color: #fff !important;
  font-size: .75rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 3px;
  text-decoration: none !important;
  text-transform: uppercase;
  margin-top: 6px;
  transition: background 0.15s;
}
.hp-promos .infocus a:hover { background: #eb6600; }

/* Slider â€” 3 plain white cards */
.hp-promos .slider {
  flex: 1;
  display: flex;
  border: 1px solid #dedede;
  border-left: none;
  border-radius: 0 4px 0 0;
  overflow: hidden;
}
.hp-promos .slider .slide {
  flex: 1;
  padding: 14px 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid #ebebeb;
  transition: background 0.15s;
}
.hp-promos .slider .slide:last-child { border-right: none; }
.hp-promos .slider .slide:hover { background: #faf8f6; }
.hp-promos .slider .slide img { max-width: 80px; height: auto; margin-bottom: 8px; }
.hp-promos .slider .tld-original-price { font-size: .75rem; }
.hp-promos .slider .tld-discount-price { font-size: 1.25rem; }

/* Trust badges bar */
.hg-trust-bar {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 0;
}
.hg-trust-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 28px;
}
.hg-trust-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  font-weight: 600;
  color: #374151;
  white-space: nowrap;
}

/* Nav height fix */
.hg-navbar { height: 48px !important; min-height: 48px; }

/* Responsive hero */
@media (max-width: 768px) {
  .hero { padding: 32px 0 0; }
  .hero h1 { font-size: 1.6rem; }
  .hero-search-form .form-control { height: 48px; font-size: 14px; }
  .hero-search-form .btn.btn-vendor { height: 48px; padding: 0 18px; font-size: .875rem; }
  .hp-promos { flex-direction: column; }
  .hp-promos .infocus { flex: none; border-radius: 4px 4px 0 0; }
  .hp-promos .slider { border-left: 1px solid #dedede; border-top: none; border-radius: 0 0 4px 4px; }
  .hg-trust-inner { gap: 4px 16px; }
  .hg-trust-item { font-size: 11.5px; }
}





/* ═══════════════════════════════════════════════════════════
   NAV DROPDOWN — hover-triggered, whois.com style
═══════════════════════════════════════════════════════════ */
.hg-header .dropdown .dropdown-menu { display: none !important; }
@media (min-width: 993px) {
  .hg-header .dropdown:hover > .dropdown-menu { display: block !important; }
}
.hg-header .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 9999 !important;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: 3px solid #f57200;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
  padding: 20px 0;
  min-width: 560px;
  margin: 0;
}
.hg-header .dropdown-wide .dropdown-menu {
  left: 50% !important;
  transform: translateX(-50%);
  min-width: 700px;
}
.hg-header .dd-row { display: flex; gap: 0; }
.hg-header .dd-col { flex: 1; padding: 0 20px; border-right: 1px solid #f0f0f0; }
.hg-header .dd-col:last-child { border-right: none; }
.hg-header .dd-col-8 { flex: 2; }
.hg-header .dd-col-4 { flex: 1; }
.hg-header .dropdown-header {
  display: block; font-size: 11px; font-weight: 700; color: #999;
  text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; padding: 0;
}
.hg-header .dropdown-item {
  display: block; padding: 6px 0; text-decoration: none;
  color: inherit; border-radius: 0; background: transparent;
}
.hg-header .dropdown-item:hover { background: transparent; }
.hg-header .dropdown-item .title {
  display: block; font-size: 13.5px; font-weight: 600;
  color: #1c1c1c; transition: color 0.15s;
}
.hg-header .dropdown-item:hover .title { color: #f57200; }
.hg-header .dropdown-item .meta { display: block; font-size: 11.5px; color: #888; margin-top: 1px; }
.hg-navbar .dropdown:hover > .nav-link { color: #f57200 !important; }
.hg-navbar .dropdown:hover > .nav-link::after { width: 100% !important; }

/* ═══════════════════════════════════════════════════════════
   FOOTER — dark navy
═══════════════════════════════════════════════════════════ */
.hg-footer { background: #1b1f3b !important; border-top: none !important; }
.footer-brand p, .hg-footer p { color: #a0a8c0; }
.footer-brand a, .hg-footer .footer-brand a { color: #c8cde0 !important; }
.footer-brand a:hover, .hg-footer .footer-brand a:hover { color: #fff !important; }
.hg-footer h5 {
  color: #ffffff !important; font-size: 12px !important; font-weight: 700 !important;
  text-transform: uppercase !important; letter-spacing: 0.07em !important;
  margin: 0 0 14px !important; padding: 0 !important;
}
.hg-footer h5 + ul + h5 { margin-top: 28px !important; }
.hg-footer ul { list-style: none; padding: 0; margin: 0 0 4px; }
.hg-footer ul li { margin-bottom: 9px; }
.hg-footer ul li a { font-size: 13px; color: #a0a8c0 !important; text-decoration: none; transition: color 0.15s; }
.hg-footer ul li a:hover { color: #fff !important; text-decoration: none; }
.btn-footer {
  display: inline-block; padding: 5px 16px;
  border: 1px solid rgba(255,255,255,0.25) !important; border-radius: 4px;
  font-size: 12px; font-weight: 600; color: #c8cde0 !important;
  text-decoration: none !important; background: transparent !important;
  transition: border-color 0.15s, color 0.15s;
}
.btn-footer:hover { border-color: rgba(255,255,255,0.6) !important; color: #fff !important; }
.footer-login { color: #a0a8c0 !important; }
.footer-login span { color: #a0a8c0; }
.footer-copyright { background: #13172d !important; border-top: 1px solid #252a4a !important; padding: 12px 0; font-size: 12.5px; }
.footer-copyright, .footer-copyright div, .footer-copyright-inner { color: #7a82a0 !important; }
.footer-copyright a { color: #7a82a0 !important; text-decoration: none; }
.footer-copyright a:hover { color: #fff !important; }
.footer-cols { padding: 48px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 32px; }
.footer-brand img { display: block; margin-bottom: 16px; }
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }


/* ====================================================
   NUCLEAR OVERRIDES — appended last, always win
==================================================== */
/* Hero background */
section.home-page .hero,
.home-page .hero {
  background-color: #dce9f5 !important;
  background: linear-gradient(180deg,#dce9f5 0%,#c3d9ee 100%) !important;
  padding: 90px 0 72px !important;
}


/* Footer h5 — MUST be white */
.hg-footer h5,
footer.hg-footer h5,
.hg-footer .footer-cols h5,
.hg-footer div h5 {
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
}
.hg-footer h5 + ul + h5 { margin-top: 28px !important; }

/* Footer links — light on dark */
.hg-footer ul li a { color: #a8b3cc !important; }
.hg-footer ul li a:hover { color: #f57200 !important; }
.hg-footer p { color: #a8b3cc !important; }
.hg-footer { background: #1b1f3b !important; }
.footer-cols { padding: 48px 0 36px !important; }
.footer-grid {
  display: grid !important;
  grid-template-columns: 1.5fr 1fr 1fr 1fr !important;
  gap: 32px !important;
}
.footer-brand { color: #a8b3cc; }
.footer-brand a { color: #f57200 !important; }
.btn-footer { color: #fff !important; border-color: rgba(255,255,255,.3) !important; }
.footer-copyright { background: #13172d !important; padding: 13px 0 !important; }
.footer-copyright-inner { color: #7a82a0 !important; }
.footer-copyright a { color: #7a82a0 !important; }
.footer-copyright a:hover { color: #f57200 !important; }
