#order-standard_cart #order-ha_premium_cart {
  --ha-grad: linear-gradient(135deg, #eb5420 0%, #f4a000 100%);
  --ha-grad-2: linear-gradient(135deg, #f4a000 20%, #eb5420 800%);
  --ha-accent: #f28c00;
  --ha-accent-2: #e27600;
  --ha-text: #111;
  --ha-muted: #666;
  --ha-muted-2: #888;
  --ha-border: #f1f1f1;
  --ha-border-2: #ffffff;
  --ha-card: #fff;

  --ha-radius-xl: 28px;
  --ha-radius-lg: 20px;
  --ha-radius-md: 16px;

  --ha-shadow-sm: 0 10px 30px rgba(0, 0, 0, 0.05);
  --ha-shadow-md: 0 15px 35px rgba(0, 0, 0, 0.06);
  --ha-shadow-lg: 0 20px 45px rgba(0, 0, 0, 0.08);

  padding: 60px 0 80px;
  background: #fff;
  max-width: 1500px !important;
  justify-content: center !important;
  align-items: center;
}

/* ---------------------------------------------------------
   Base typography
--------------------------------------------------------- */
#order-standard_cart,
#order-standard_cart #order-ha_premium_cart * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#order-standard_cart h1,
#order-standard_cart h2,
#order-standard_cart h3,
#order-ha_premium_cart h1,
#order-ha_premium_cart h2,
#order-ha_premium_cart h3 {
  color: var(--ha-text);
  letter-spacing: -0.02em;
}

#order-standard_cart .header-lined h1,
#order-ha_premium_cart .header-lined h1 {
  font-size: 44px;
  font-weight: 900;
  margin: 0 0 10px 0;
}

#order-standard_cart .header-lined p,
#order-ha_premium_cart .header-lined p {
  font-size: 18px;
  color: var(--ha-muted);
  margin: 0;
}

#order-standard_cart .sub-heading span,
#order-ha_premium_cart .sub-heading span {
  color: var(--ha-accent);
}

/* Layout: sidebar & body */
#order-standard_cart .cart-sidebar,
#order-ha_premium_cart .cart-sidebar {
  background: var(--ha-card);
  border-radius: var(--ha-radius-lg);
  padding: 22px;
  box-shadow: var(--ha-shadow-sm);
  border: 1px solid var(--ha-border);
}

#order-standard_cart .cart-body,
#order-ha_premium_cart .cart-body {
  padding-left: 36px !important;
}

/* Sidebar list style */
#order-standard_cart .cart-sidebar .list-group-item,
#order-standard_cart .cart-sidebar .panel-body .list-group-item,
#order-ha_premium_cart .cart-sidebar .panel-body .list-group-item,
#order-ha_premium_cart .cart-sidebar .list-group-item {
  border: 0;
  border-bottom: 1px solid #f3f3f3;
  padding: 10px 12px;
  border-radius: 12px;
  margin-bottom: 6px;
  background: #fff;
}

#order-standard_cart .cart-sidebar .list-group-item.active,
#order-ha_premium_cart .cart-sidebar .list-group-item.active {
  background: rgba(242, 140, 0, 0.1);
  color: var(--ha-text);
  font-weight: 800;
}

#order-standard_cart .sidebar-collapsed,
#order-ha_premium_cart .sidebar-collapsed {
  border: 1px solid var(--ha-border);
  background: #fff;
  border-radius: var(--ha-radius-lg);
  box-shadow: var(--ha-shadow-sm);
}

/* ---------------------------------------------------------
   Buttons (primary / secondary)
--------------------------------------------------------- */
#order-standard_cart .btn,
#order-standard_cart a.btn,
#order-ha_premium_cart .btn,
#order-ha_premium_cart a.btn {
  border-radius: 999px !important;
  font-weight: 800;
  letter-spacing: -0.01em;
  box-shadow: none !important;
}

#order-standard_cart .btn-success,
#order-standard_cart .btn-primary,
#order-standard_cart .btn-order-now,
#order-ha_premium_cart .btn-success,
#order-ha_premium_cart .btn-primary,
#order-ha_premium_cart .btn-order-now {
  background: var(--ha-grad) !important;
  border: none !important;
  padding: 12px 20px !important;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

#order-standard_cart .btn-success:hover,
#order-standard_cart .btn-primary:hover,
#order-standard_cart .btn-order-now:hover {
  background: var(--ha-grad) !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(242, 140, 0, 0.18) !important;
}

#order-standard_cart .btn-default,
#order-standard_cart .btn-secondary,
#order-standard_cart .btn-link {
  border-radius: 999px !important;
  background: none !important;
  color: #eb5420;
  padding: 12px 20px !important;
  border-color: var(--ha-grad) !important;
}

/* ---------------------------------------------------------
   Inputs
--------------------------------------------------------- */
#order-standard_cart .form-control,
#order-standard_cart .field {
  border-radius: 14px !important;
  border: 1px solid var(--ha-border-2) !important;
}

#order-standard_cart .form-control:focus {
  border-color: rgba(242, 140, 0, 0.55) !important;
  box-shadow: 0 0 0 4px rgba(242, 140, 0, 0.12) !important;
}

/* ---------------------------------------------------------
   Product cards (global)
--------------------------------------------------------- */
#order-standard_cart .products .product {
  background: var(--ha-card);
  border-radius: var(--ha-radius-xl);
  padding: 26px;
  margin-bottom: 24px;
  box-shadow: var(--ha-shadow-md);
  border: 1px solid var(--ha-border);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

#order-standard_cart .products .product:hover {
  transform: translateY(-6px);
  box-shadow: var(--ha-shadow-lg);
}

#order-standard_cart .products .product header {
  background: transparent;
  padding: 0 0 14px 0;
  margin: 0;
}

#order-standard_cart .products .product header span {
  font-size: 18px;
  font-weight: 900;
  color: var(--ha-text);
}

#order-standard_cart .products .product span.feature-value {
  font-weight: 800;
  color: var(--ha-accent);
}

#order-standard_cart .products .product div.product-pricing span.price {
  font-size: 30px;
  font-weight: 950;
  color: var(--ha-text);
}

/* -------------------------------- DOMAIN PAGE – Premium styling-- */

/* Remove legacy yellow gradient + globe feel */
#order-standard_cart .domain-checker-container {
  background: #fff !important;
  border-radius: 39px !important;
  box-shadow: var(--ha-shadow-md) !important;
  border: 1px solid var(--ha-border) !important;
  overflow: hidden;
  width: 100%;
}

.domain-checker-bg {
  background: url("../img/domain-bg.jpeg") center center no-repeat !important;
  background-size: cover !important;
  position: relative;
  opacity: 0.8;
}

/* Premium search box */
#order-standard_cart .domain-checker-container .input-group-box {
  border-radius: 999px !important;
  padding: 10px !important;
  border: 1px solid var(--ha-border-2) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.13) !important;
}

#order-standard_cart .domain-checker-container .input-group-box .form-control {
  border: 0 !important;
  box-shadow: none !important;
  height: 48px !important;
  font-size: 16px !important;
  border-radius: 999px !important;
}

#order-standard_cart .domain-checker-container .input-group-box .btn {
  height: 48px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
}

/* Captcha box nicer */
#order-standard_cart .default-captcha {
  border-radius: var(--ha-radius-lg) !important;
  border: 1px solid var(--ha-border-2) !important;
  box-shadow: var(--ha-shadow-sm) !important;
}

/* Domain pricing/table container -> card */
#order-standard_cart .domain-pricing {
  background: #fff;
  padding: 25px;
  border: 1px solid var(--ha-border);
  border-radius: var(--ha-radius-xl);
  box-shadow: var(--ha-shadow-md);
  overflow: hidden;
  margin-top: 22px;
}

#order-standard_cart .domain-pricing .tld-pricing-header .col-xs-2,
#order-standard_cart .domain-pricing .tld-pricing-header .col-sm-2,
#order-standard_cart .domain-pricing .tld-pricing-header .col-xs-4,
#order-standard_cart .domain-pricing .tld-pricing-header .col-sm-4 {
  background-color: #fafafa !important;
  border-bottom: 0 !important;
}

#order-standard_cart .domain-pricing .tld-row {
  border-bottom: 1px solid #f2f2f2 !important;
}

#order-standard_cart .domain-pricing .tld-row.highlighted {
  background: rgba(242, 140, 0, 0.06) !important;
}

/* Category pills */
#order-standard_cart a.domain-tld-pricing-category {
  border-radius: 999px;
  padding: 8px 12px;
  border: 1px solid var(--ha-border-2);
  background: #fff;
  font-weight: 800;
  color: var(--ha-text);
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
}

#order-standard_cart a.domain-tld-pricing-category:hover {
  border-color: rgba(242, 140, 0, 0.35);
}

/* Results headline */
#order-standard_cart .domain-checker-result-headline,
#order-standard_cart .domain-lookup-primary-results .headline {
  font-size: 28px !important;
  font-weight: 950;
}

/* Transfer boxes */
#order-standard_cart .transfer-eligible,
#order-standard_cart .transfer-not-eligible {
  border-radius: var(--ha-radius-xl);
  border: 1px solid var(--ha-border);
  box-shadow: var(--ha-shadow-sm);
}

/* ---------------------------------------------------------
   Responsive
--------------------------------------------------------- */
@media (max-width: 1199px) {
  #order-standard_cart .cart-body {
    padding-left: 30px !important;
  }
}

@media (max-width: 991px) {
  #order-standard_cart .header-lined h1 {
    font-size: 34px;
  }
  #order-standard_cart .domain-checker-container .input-group-box {
    border-radius: 999px !important;
  }
  #order-standard_cart .domain-checker-container .input-group-box .btn {
    width: 100%;
    margin-top: 8px;
  }
}

#btnCheckAvailability {
  background: #eb5420 !important;
  border-radius: 999px !important;
}

/* =========================================================
   Recommendations Modal – Premium
========================================================= */

#order-standard_cart #recommendationsModal .modal-dialog {
  max-width: 760px;
}

#order-standard_cart #recommendationsModal .modal-content {
  border: 1px solid var(--ha-border);
  border-radius: var(--ha-radius-xl);
  box-shadow: var(--ha-shadow-lg);
  overflow: hidden;
}

#order-standard_cart #recommendationsModal .modal-header {
  border: 0;
  padding: 18px 22px;
  background: #fff;
}

#order-standard_cart #recommendationsModal .modal-header h4 {
  margin: 0;
  font-weight: 950;
  letter-spacing: -0.02em;
  color: var(--ha-text);
  font-size: 20px;
}

#order-standard_cart #recommendationsModal .modal-header .close {
  opacity: 1;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--ha-border-2);
  background: #fff;
  line-height: 32px;
  text-align: center;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

#order-standard_cart #recommendationsModal .modal-header .close:hover {
  transform: translateY(-1px);
  box-shadow: var(--ha-shadow-sm);
}

#order-standard_cart #recommendationsModal .modal-body {
  padding: 18px 22px 8px;
  background:
    radial-gradient(circle at 25% 20%, rgba(242, 140, 0, 0.1), transparent 55%),
    #fff;
}

#order-standard_cart #recommendationsModal .modal-footer {
  border: 0;
  padding: 14px 22px 20px;
  background: #fff;
}

/* Continue button with brand gradient */
#order-standard_cart #btnContinueRecommendationsModal.btn {
  background: #eb5420 !important;
  border: 0 !important;
  color: #fff !important;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  font-weight: 900 !important;
  box-shadow: 0 10px 22px rgba(235, 84, 32, 0.18) !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

#order-standard_cart #btnContinueRecommendationsModal.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(235, 84, 32, 0.22) !important;
  filter: brightness(1.02);
}

/* ============ Recommendation cards inside modal ============ */
/* The recommendation items are commonly rendered with .product-recommendation or .mc-promo depending on template */
#order-standard_cart #recommendationsModal .product-recommendation,
#order-standard_cart #recommendationsModal .mc-promo {
  border: 1px solid var(--ha-border);
  border-radius: var(--ha-radius-xl);
  background: #fff;
  box-shadow: var(--ha-shadow-sm);
  margin-bottom: 12px;
  overflow: hidden;
}

/* Header area */
#order-standard_cart #recommendationsModal .product-recommendation .header,
#order-standard_cart #recommendationsModal .mc-promo .header {
  border: 0;
  padding: 14px 16px;
  background: #fff;
  cursor: pointer;
}

/* =========================================================
   Recommendations Modal – Premium (global, no wrapper)
========================================================= */

:root {
  --ha-grad: linear-gradient(135deg, #eb5420 0%, #f4a000 100%);
}

/* Modal shell */
#recommendationsModal .modal-dialog {
  max-width: 760px;
}
#recommendationsModal .modal-content {
  border: 1px solid #f1f1f1;
  border-radius: 28px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

#recommendationsModal .modal-header {
  border: 0;
  padding: 18px 22px;
  background: #fff;
}

#recommendationsModal .modal-header h4 {
  margin: 0;
  font-weight: 950;
  letter-spacing: -0.02em;
  color: #111;
  font-size: 20px;
}

/* Close button */
#recommendationsModal .modal-header .close {
  opacity: 1;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid #e9e9e9;
  background: #fff;
  line-height: 32px;
  text-align: center;
}

#recommendationsModal .modal-body {
  padding: 18px 22px 8px;
  background:
    radial-gradient(circle at 25% 20%, rgba(242, 140, 0, 0.1), transparent 55%),
    #fff;
}

#recommendationsModal .modal-footer {
  border: 0;
  padding: 14px 22px 20px;
  background: #fff;
}

/* Continue button (gradient) */
#btnContinueRecommendationsModal.btn {
  background: var(--ha-grad) !important;
  border: 0 !important;
  color: #fff !important;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  font-weight: 900 !important;
  box-shadow: 0 10px 22px rgba(235, 84, 32, 0.18) !important;
}

/* Recommendation cards (covers both structures) */
#recommendationsModal .product-recommendation,
#recommendationsModal .mc-promo {
  border: 1px solid #f1f1f1;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 12px;
  overflow: hidden;
}

#recommendationsModal .product-recommendation .header,
#recommendationsModal .mc-promo .header {
  border: 0;
  padding: 14px 16px;
  background: #fff;
}

#recommendationsModal .product-recommendation .headline,
#recommendationsModal .mc-promo .headline {
  font-size: 16px;
  font-weight: 950;
  color: #111;
}

#recommendationsModal .product-recommendation .tagline,
#recommendationsModal .mc-promo .tagline {
  font-size: 13px;
  font-weight: 650;
  color: #444; /* subtítulo más oscuro */
}

/* Add button with gradient */
#recommendationsModal .btn-add,
#recommendationsModal button.btn-add {
  background: var(--ha-grad) !important;
  border: 0 !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 8px 12px !important;
  font-weight: 900 !important;
  box-shadow: 0 10px 22px rgba(235, 84, 32, 0.18) !important;
}

#recommendationsModal .btn-add .arrow {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 2px 8px;
  margin-left: 8px;
}

/* Body */
#recommendationsModal .product-recommendation .body,
#recommendationsModal .mc-promo .body {
  background: #fafafa;
  border-top: 1px solid #f1f1f1;
  padding: 12px 16px;
  color: #444;
  font-size: 13px;
}

.domain-promo-box {
  background: #ffffff !important;
  padding: 25px !important;
  border-radius: 50px !important;
  border: none !important;
  box-shadow: var(--ha-shadow-md) !important;
  min-height: 250px !important;
  justify-content: space-around !important;
}

.btn .btn-warning {
  padding: 5px;
  margin-top: 10px;
  background: linear-gradient(135deg, #eb5420 0%, #f4a000 100%) !important;
}

.text-warning {
  color: #eb5420;
}

/* =========================================================
   Premium Sidebar Panels (secondarySidebar + collapsed)
========================================================= */

#order-standard_cart .card-sidebar,
#order-standard_cart .panel-sidebar,
#order-standard_cart .sidebar-collapsed .panel.card {
  border: 1px solid var(--ha-border);
  border-radius: var(--ha-radius-xl);
  box-shadow: var(--ha-shadow-sm);
  overflow: hidden;
  background: #fff;
}

/* Header */
#order-standard_cart .card-sidebar .card-header,
#order-standard_cart .sidebar-collapsed .card-header,
#order-standard_cart .panel.card .card-header {
  background: #fff;
  border: 0;
  padding: 16px 16px 10px;
}

#order-standard_cart .card-sidebar .panel-title,
#order-standard_cart .panel.card .panel-title {
  margin: 0;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: -0.02em;
  color: var(--ha-text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

/* Minimise chevron */
#order-standard_cart .card-minimise,
#order-standard_cart .panel-minimise {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid var(--ha-border-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ha-muted);
  background: #fff;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

#order-standard_cart .card-minimise:hover,
#order-standard_cart .panel-minimise:hover {
  transform: translateY(-1px);
  box-shadow: var(--ha-shadow-sm);
}

/* Body */
#order-standard_cart .card-sidebar .card-body,
#order-standard_cart .panel.card .card-body {
  padding: 10px 16px 16px;
  background: #fff;
}

/* List group as premium pills */
#order-standard_cart .card-sidebar .list-group,
#order-standard_cart .panel.card .list-group {
  border-top: 1px solid #f3f3f3;
  background: #fff;
  padding: 10px;
}

#order-standard_cart .card-sidebar .list-group-item,
#order-standard_cart .panel.card .list-group-item {
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  margin-bottom: 10px;
  padding: 12px 14px;
  background: #fff;
  font-weight: 850;
  color: var(--ha-text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    border-color 0.15s ease;
}

#order-standard_cart .card-sidebar .list-group-item:hover,
#order-standard_cart .panel.card .list-group-item:hover {
  transform: translateY(-1px);
  box-shadow: var(--ha-shadow-sm);
  border-color: rgba(242, 140, 0, 0.25);
  text-decoration: none;
}

#order-standard_cart .card-sidebar .list-group-item.active,
#order-standard_cart .panel.card .list-group-item.active {
  background: rgba(242, 140, 0, 0.1);
  border-color: rgba(242, 140, 0, 0.35);
  color: var(--ha-text);
}

#order-standard_cart .card-sidebar .list-group-item.disabled,
#order-standard_cart .panel.card .list-group-item.disabled {
  opacity: 0.55;
  pointer-events: none;
}

/* Badge */
#order-standard_cart .card-sidebar .badge,
#order-standard_cart .panel.card .badge {
  background: rgba(242, 140, 0, 0.12);
  color: var(--ha-accent);
  font-weight: 950;
  border-radius: 999px;
  padding: 5px 10px;
}

/* Currency select (collapsed) */
#order-standard_cart .sidebar-collapsed select.form-control {
  border-radius: 999px !important;
  border: 1px solid var(--ha-border-2) !important;
  height: 44px !important;
  padding-left: 14px;
}

/* Collapsed wrapper card feel */
#order-standard_cart .sidebar-collapsed {
  border: 0;
  background: transparent;
  padding: 0;
}

#order-standard_cart .sidebar-collapsed .panel.card {
  padding: 12px;
}

#order-standard_cart .sidebar-collapsed .panel.card .form-control {
  border-radius: 999px !important;
  height: 46px !important;
  border: 1px solid var(--ha-border-2) !important;
}

/* ===== Force premium look on recommendations even with inline styles ===== */

#recommendationsModal .product-recommendation {
  border-color: #f1f1f1 !important; /* pisa inline border-color */
}

#recommendationsModal .product-recommendation .price {
  color: #111 !important; /* pisa inline color */
}

#recommendationsModal .product-recommendation .btn-add {
  background: var(--ha-grad) !important; /* pisa inline background-color */
}

#recommendationsModal .product-recommendation .btn-add .arrow {
  background: rgba(255, 255, 255, 0.18) !important; /* pisa inline */
}

/* ===== Product Added Panel (top of recommendations) ===== */

#recommendationsModal .product-added-panel,
.product-added-panel.panel.card {
  border: 1px solid #f1f1f1 !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
  overflow: hidden;
}

#recommendationsModal .product-added-panel .card-body,
.product-added-panel.panel.card .card-body {
  padding: 16px 18px !important;
}

#recommendationsModal .product-added-panel .text-muted,
.product-added-panel .text-muted {
  color: #444 !important;
  font-weight: 700;
}

#recommendationsModal .product-added-panel .product-name {
  font-weight: 950;
  color: #111;
}

#recommendationsModal .product-added-panel .product-group,
.product-added-panel .product-group {
  color: #666;
  font-weight: 700;
}

#recommendationsModal .product-added-panel .product-price {
  font-weight: 950;
  color: #111;
}

.cart-sidebar.sidebar {
  margin-right: 50px;
}

/* ===== HostingAndorra Domains Landing (clean) ===== */
#order-standard_cart.ha-domains-landing {
  --ha-grad: linear-gradient(135deg, #eb5420 0%, #f4a000 100%);
  --ha-text: #111;
  --ha-muted: #666;
  --ha-border: #f1f1f1;
  --ha-card: #fff;
  --ha-radius-xl: 28px;
  --ha-radius-lg: 20px;
  --ha-shadow-sm: 0 10px 30px rgba(0, 0, 0, 0.05);
  --ha-shadow-md: 0 15px 35px rgba(0, 0, 0, 0.06);
  --ha-shadow-lg: 0 20px 45px rgba(0, 0, 0, 0.08);
  padding: 40px 0 70px;
}

#order-standard_cart.ha-domains-landing * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Layout width */
#order-standard_cart.ha-domains-landing {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

#order-standard_cart.ha-domains-landing .ha-hero {
  background:
    radial-gradient(
      circle at 30% 20%,
      rgba(244, 160, 0, 0.18),
      transparent 55%
    ),
    radial-gradient(
      circle at 70% 40%,
      rgba(235, 84, 32, 0.14),
      transparent 60%
    ),
    #fff;
  border: 1px solid var(--ha-border);
  border-radius: var(--ha-radius-xl);
  box-shadow: var(--ha-shadow-md);
  padding: 34px;
  margin-bottom: 22px;
}

#order-standard_cart.ha-domains-landing .ha-hero__inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  align-items: start;
}

#order-standard_cart.ha-domains-landing .ha-hero__title {
  font-size: 44px;
  font-weight: 950;
  letter-spacing: -0.03em;
  color: var(--ha-text);
  margin: 0 0 10px 0;
}

#order-standard_cart.ha-domains-landing .ha-hero__subtitle {
  font-size: 18px;
  color: var(--ha-muted);
  margin: 0 0 18px 0;
  max-width: 58ch;
}

#order-standard_cart.ha-domains-landing .ha-hero__bullets {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

#order-standard_cart.ha-domains-landing .ha-bullet {
  background: #fff;
  border: 1px solid var(--ha-border);
  border-radius: 999px;
  padding: 10px 14px;
  box-shadow: var(--ha-shadow-sm);
}

#order-standard_cart.ha-domains-landing .ha-bullet__title {
  font-weight: 900;
  color: var(--ha-text);
  font-size: 14px;
}

#order-standard_cart.ha-domains-landing .ha-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--ha-border);
  border-radius: 999px;
  padding: 10px 14px;
  background: #fff;
  font-weight: 900;
  color: var(--ha-text);
  box-shadow: var(--ha-shadow-sm);
}

/* Right card */
#order-standard_cart.ha-domains-landing .ha-heroCard {
  background: #fff;
  border: 1px solid var(--ha-border);
  border-radius: var(--ha-radius-xl);
  padding: 18px;
  box-shadow: var(--ha-shadow-sm);
}

#order-standard_cart.ha-domains-landing .ha-heroCard__kicker {
  font-weight: 950;
  color: #222;
  margin-bottom: 6px;
}

#order-standard_cart.ha-domains-landing .ha-heroCard__title {
  font-weight: 950;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--ha-text);
  margin-bottom: 6px;
}

#order-standard_cart.ha-domains-landing .ha-heroCard__text {
  color: var(--ha-muted);
  font-size: 13px;
  line-height: 1.45;
}

/* Sections */
#order-standard_cart.ha-domains-landing .ha-section {
  margin: 22px 0;
}
#order-standard_cart.ha-domains-landing .ha-section__head {
  margin-bottom: 14px;
}
#order-standard_cart.ha-domains-landing .ha-h2 {
  font-size: 26px;
  font-weight: 950;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--ha-text);
}

/* Search */
#order-standard_cart.ha-domains-landing .ha-searchCard {
  background: #fff;
  border: 1px solid var(--ha-border);
  border-radius: var(--ha-radius-xl);
  padding: 18px;
  box-shadow: var(--ha-shadow-md);
}

#order-standard_cart.ha-domains-landing .ha-searchForm {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

#order-standard_cart.ha-domains-landing .ha-input {
  height: 54px !important;
  border-radius: 999px !important;
  border: 1px solid #e9e9e9 !important;
  padding-left: 18px !important;
  box-shadow: none !important;
}

#order-standard_cart.ha-domains-landing .ha-input:focus {
  border-color: rgba(242, 140, 0, 0.55) !important;
  box-shadow: 0 0 0 4px rgba(242, 140, 0, 0.12) !important;
}

/* Gradient button */
#order-standard_cart.ha-domains-landing .ha-btn-grad {
  height: 54px;
  border-radius: 999px !important;
  border: 0 !important;
  padding: 0 18px !important;
  font-weight: 950 !important;
  color: #fff !important;
  background: var(--ha-grad) !important;
  box-shadow: 0 12px 24px rgba(235, 84, 32, 0.18) !important;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    filter 0.15s ease;
}
#order-standard_cart.ha-domains-landing .ha-btn-grad:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(235, 84, 32, 0.22) !important;
  filter: brightness(1.02);
}

/* Featured TLDs */
#order-standard_cart.ha-domains-landing .ha-featured__title {
  font-weight: 950;
  color: var(--ha-text);
  margin-bottom: 10px;
}

#order-standard_cart.ha-domains-landing .ha-tldGrid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

#order-standard_cart.ha-domains-landing .ha-tldCard {
  display: block;
  text-decoration: none !important;
  background: #fff;
  border: 1px solid var(--ha-border);
  border-radius: 18px;
  padding: 14px;
  box-shadow: var(--ha-shadow-sm);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    border-color 0.15s ease;
  text-align: left;
}
#order-standard_cart.ha-domains-landing .ha-tldCard:hover {
  transform: translateY(-2px);
  box-shadow: var(--ha-shadow-md);
  border-color: rgba(242, 140, 0, 0.25);
}

#order-standard_cart.ha-domains-landing .ha-tldCard__tld {
  font-weight: 950;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--ha-text);
  margin-bottom: 4px;
}
#order-standard_cart.ha-domains-landing .ha-tldCard__hint {
  font-size: 12px;
  color: var(--ha-muted);
}

.tld-row {
  padding: 18px 0;
  transition: all 0.2s ease;
}

.tld-row:hover {
  background: rgba(235, 84, 32, 0.04);
}

.tld-row strong {
  font-size: 18px;
  font-weight: 900;
}

.tld-row .col-4 {
  font-weight: 800;
}

.tld-pricing-header {
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #999;
}

/* Includes grid */
#order-standard_cart.ha-domains-landing .ha-grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

#order-standard_cart.ha-domains-landing .ha-card {
  background: var(--ha-card);
  border: 1px solid var(--ha-border);
  border-radius: var(--ha-radius-lg);
  padding: 16px;
  box-shadow: var(--ha-shadow-sm);
}
#order-standard_cart.ha-domains-landing .ha-card__title {
  font-weight: 950;
  color: var(--ha-text);
  margin-bottom: 6px;
}
#order-standard_cart.ha-domains-landing .ha-card__text {
  color: var(--ha-muted);
  font-size: 13px;
  line-height: 1.45;
}

/* Soft section */
#order-standard_cart.ha-domains-landing .ha-section--soft {
  background: #fff;
  border: 1px solid var(--ha-border);
  border-radius: var(--ha-radius-xl);
  padding: 22px;
  box-shadow: var(--ha-shadow-md);
}

#order-standard_cart.ha-domains-landing .ha-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 14px;
}

#order-standard_cart.ha-domains-landing .ha-step {
  background: #fff;
  border: 1px solid var(--ha-border);
  border-radius: var(--ha-radius-lg);
  padding: 16px;
  box-shadow: var(--ha-shadow-sm);
}

#order-standard_cart.ha-domains-landing .ha-step__title {
  font-weight: 950;
  color: var(--ha-text);
  margin-bottom: 6px;
}
#order-standard_cart.ha-domains-landing .ha-step__text {
  color: var(--ha-muted);
  font-size: 13px;
  line-height: 1.45;
}

/* CTA bar */
#order-standard_cart.ha-domains-landing .ha-ctaBar {
  margin-top: 16px;
  border: 1px solid var(--ha-border);
  border-radius: var(--ha-radius-lg);
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background:
    radial-gradient(
      circle at 30% 50%,
      rgba(244, 160, 0, 0.12),
      transparent 55%
    ),
    #fff;
}
#order-standard_cart.ha-domains-landing .ha-ctaBar__text {
  font-weight: 950;
  color: var(--ha-text);
}

/* Other services */
#order-standard_cart.ha-domains-landing .ha-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

#order-standard_cart.ha-domains-landing .ha-linkCard {
  display: block;
  text-decoration: none !important;
  background: #fff;
  border: 1px solid var(--ha-border);
  border-radius: var(--ha-radius-xl);
  padding: 18px;
  box-shadow: var(--ha-shadow-sm);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    border-color 0.15s ease;
}
#order-standard_cart.ha-domains-landing .ha-linkCard:hover {
  transform: translateY(-2px);
  box-shadow: var(--ha-shadow-md);
  border-color: rgba(242, 140, 0, 0.25);
}
#order-standard_cart.ha-domains-landing .ha-linkCard__title {
  font-weight: 950;
  color: var(--ha-text);
  margin-bottom: 6px;
}
#order-standard_cart.ha-domains-landing .ha-linkCard__text {
  color: var(--ha-muted);
  font-size: 13px;
  line-height: 1.45;
}

/* Responsive */
@media (max-width: 991px) {
  #order-standard_cart.ha-domains-landing .ha-hero__inner {
    grid-template-columns: 1fr;
  }
  #order-standard_cart.ha-domains-landing .ha-grid4 {
    grid-template-columns: 1fr 1fr;
  }
  #order-standard_cart.ha-domains-landing .ha-steps {
    grid-template-columns: 1fr;
  }
  #order-standard_cart.ha-domains-landing .ha-grid2 {
    grid-template-columns: 1fr;
  }
  #order-standard_cart.ha-domains-landing .ha-tldGrid {
    grid-template-columns: repeat(3, 1fr);
  }
  #order-standard_cart.ha-domains-landing .ha-searchForm {
    grid-template-columns: 1fr;
  }
  #order-standard_cart.ha-domains-landing .ha-btn-grad {
    width: 100%;
  }
}

.ha-domain-hero {
  background: #fff;
}

.ha-domain-search-section {
  background: #f8f9fa;
}

.ha-tld-card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.ha-tld-card:hover {
  transform: translateY(-5px);
}

.ha-include-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.05);
  min-height: 250px !important;
}

.ha-collapse-btn {
  background: #fff;
  border: 1px solid #eee;
  color: #111;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 900;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  margin: 5px;
}

.ha-collapse-btn:hover {
  background: linear-gradient(135deg, #eb5420, #f4a000);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(235, 84, 32, 0.2);
}

.ha-collapse-btn .ha-arrow {
  transition: transform 0.3s ease;
}

.ha-collapse-btn[aria-expanded="true"] .ha-arrow {
  transform: rotate(180deg);
}

/* ICON WRAPPER */
.ha-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eb5420 0%, #f4a000 100%);
  box-shadow: 0 15px 30px rgba(235, 84, 32, 0.25);
}

/* ICON */
.ha-icon i {
  font-size: 30px;
  color: #fff;
}

/* Hover premium */
.ha-include-card {
  transition: all 0.25s ease;
}
.ha-include-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.tld-row {
  padding: 18px 0;
  transition: all 0.2s ease;
}

.tld-row:hover {
  background: rgba(235, 84, 32, 0.04);
}

.tld-row strong {
  font-size: 18px;
  font-weight: 900;
}

.tld-row .col-4 {
  font-weight: 800;
}

.tld-pricing-header {
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #999;
}

.ha-domain-guide {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.ha-guide-header h2 {
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 15px;
}

.ha-guide-subtitle {
  color: #777;
  font-size: 18px;
}

/* CONTENEDOR PASOS */
.ha-guide-steps {
  max-width: 900px;
  margin: 0 auto;
}

/* CADA PASO */
.ha-guide-step {
  display: flex;
  gap: 40px;
  padding: 45px 0;
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.25s ease;
}

.ha-guide-step:last-child {
  border-bottom: none;
}

.ha-guide-step:hover {
  transform: translateX(8px);
}

/* NUMERO GRANDE */
.ha-step-number {
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  color: rgba(235, 84, 32, 0.08);
  min-width: 110px;
}

/* CONTENIDO */
.ha-step-content h4 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
}

.ha-step-content p {
  color: #666;
  font-size: 16px;
  line-height: 1.7;
  max-width: 600px;
}

.registro-dominio-img {
  border-radius: 75px !important;
  box-shadow: var(--ha-shadow-sm);
}

.ha-ad-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 20px;
}
.ha-ad-popup-overlay.is-open {
  display: flex;
}

.ha-ad-popup {
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.18);
  position: relative;
}

.ha-ad-popup-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #eee;
  background: #fff;
  font-size: 26px;
  line-height: 36px;
  cursor: pointer;
}

.ha-ad-popup-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 14px;
}

/* .ad checklist (vertical) */
.ha-ad-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ha-ad-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 800;
  color: #111;
}
.ha-ad-checklist li i {
  margin-top: 3px;
  color: var(--ha-accent);
}
.ha-ad-note {
  font-size: 13px;
  color: #888;
}

/* =========================
   SSL PRODUCT SECTION
========================= */

#order-ha_premium_cart .products {
  margin-top: 40px;
}

#order-ha_premium_cart .product {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #f1f1f1;
}

#order-ha_premium_cart .product:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.1);
  border-color: #e5e5e5;
}

/* =========================
   HEADER
========================= */

#order-ha_premium_cart .product header {
  margin-bottom: 18px;
}

#order-ha_premium_cart .product header span {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  display: block;
}

#order-ha_premium_cart .product .qty {
  font-size: 13px;
  color: #888;
  font-weight: 500;
  margin-top: 5px;
}

/* =========================
   DESCRIPTION
========================= */

#order-ha_premium_cart .product-desc {
  margin-bottom: 20px;
}

#order-ha_premium_cart .product-desc p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

#order-ha_premium_cart .product-desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#order-ha_premium_cart .product-desc ul li {
  font-size: 14px;
  padding: 6px 0;
  color: #444;
  border-bottom: 1px solid #f3f3f3;
}

#order-ha_premium_cart .product-desc ul li:last-child {
  border-bottom: none;
}

#order-ha_premium_cart .product-desc .feature-value {
  font-weight: 600;
  color: #111;
  margin-right: 6px;
}

/* =========================
   PRICING
========================= */

#order-ha_premium_cart .product footer {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #f3f3f3;
}

#order-ha_premium_cart .product-pricing {
  margin-bottom: 14px;
}

#order-ha_premium_cart .product-pricing .price {
  font-size: 26px;
  font-weight: 700;
  color: #111;
  display: block;
}

#order-ha_premium_cart .product-pricing small {
  font-size: 12px;
  color: #888;
}

#order-ha_premium_cart .row.row-eq-height {
  margin-bottom: 30px;
}

#order-ha_premium_cart .header-lined {
  text-align: center;
  margin-bottom: 40px;
}

#order-ha_premium_cart .header-lined h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

#order-ha_premium_cart .header-lined p {
  font-size: 16px;
  color: #666;
}

@media (max-width: 991px) {
  #ssl-pricing .product {
    margin-bottom: 25px;
  }
}

@media (max-width: 576px) {
  #ssl-pricing .product {
    padding: 22px;
  }

  #ssl-pricing .product header span {
    font-size: 18px;
  }

  #ssl-pricing .product-pricing .price {
    font-size: 22px;
  }
}
