.hn-order-shell {
  --hn-order-ink: #1f2a23;
  --hn-order-muted: #5f6b61;
  --hn-order-accent: #b6461a;
  --hn-order-accent-dark: #20473c;
  --hn-order-line: rgba(31, 42, 35, 0.12);
  --hn-order-card: rgba(255, 252, 246, 0.94);
  background:
    radial-gradient(circle at top left, rgba(182, 70, 26, 0.14), transparent 26%),
    radial-gradient(circle at top right, rgba(32, 71, 60, 0.12), transparent 22%),
    linear-gradient(180deg, #f7f1e6 0%, #efe8db 100%);
  border-radius: 28px;
  padding: 28px;
  color: var(--hn-order-ink);
  box-shadow: 0 24px 60px rgba(34, 39, 34, 0.08);
}

.hn-order-hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  margin-bottom: 24px;
}

.hn-order-hero-copy,
.hn-order-hero-summary,
.hn-order-stepbar,
.hn-order-product-card,
.hn-order-shell .secondary-cart-body,
.hn-order-shell .products,
.hn-order-shell .view-cart-items,
.hn-order-shell .field-container,
.hn-order-shell .product-configurable-options,
.hn-order-shell .sub-heading,
.hn-order-shell .panel-addon,
.hn-order-shell .order-summary {
  background: var(--hn-order-card);
  border: 1px solid var(--hn-order-line);
  border-radius: 24px;
}

.hn-order-hero-copy,
.hn-order-hero-summary,
.hn-order-shell .secondary-cart-body,
.hn-order-shell .products,
.hn-order-shell .view-cart-items,
.hn-order-shell .field-container,
.hn-order-shell .product-configurable-options,
.hn-order-shell .sub-heading,
.hn-order-shell .order-summary {
  padding: 22px;
}

.hn-order-eyebrow {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(182, 70, 26, 0.12);
  color: var(--hn-order-accent);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hn-order-hero-copy h1 {
  margin: 16px 0 12px;
  font-size: 44px;
  line-height: .95;
}

.hn-order-hero-copy p,
.hn-order-hero-copy li,
.hn-order-hero-summary p,
.hn-order-step small {
  color: var(--hn-order-muted);
}

.hn-order-hero-copy ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.hn-order-hero-summary strong {
  display: block;
  font-size: 34px;
  margin: 10px 0 6px;
}

.hn-order-stepbar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 16px;
  margin-bottom: 24px;
}

.hn-order-step {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.6);
}

.hn-order-step span,
.hn-order-step strong,
.hn-order-step small {
  display: block;
}

.hn-order-step span {
  color: var(--hn-order-accent);
  font-weight: 800;
}

.hn-order-step.is-active {
  background: #fff8ef;
  border: 1px solid rgba(182, 70, 26, 0.2);
}

.hn-order-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hn-order-product-card {
  padding: 22px;
  display: grid;
  gap: 14px;
}

.hn-order-product-card h3 {
  margin: 0;
  font-size: 28px;
}

.hn-order-price {
  font-size: 34px;
  font-weight: 800;
  color: var(--hn-order-accent-dark);
}

.hn-order-price small {
  font-size: 14px;
  font-weight: 600;
  color: var(--hn-order-muted);
}

.hn-order-product-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--hn-order-muted);
}

.hn-order-product-card .btn {
  min-height: 48px;
  border-radius: 16px;
  font-weight: 700;
}

.hn-order-shell .cart-sidebar,
.hn-order-shell #btnShowSidebar,
.hn-order-shell .sidebar-collapsed-visible {
  display: none !important;
}

.hn-order-shell .cart-body,
.hn-order-shell .secondary-cart-body {
  width: 100%;
  max-width: none;
}

#order-standard_cart .cart-body {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.hn-order-shell .header-lined {
  margin-bottom: 18px;
}

.hn-order-shell .header-lined h1 {
  font-size: 36px;
  margin: 0;
}

.hn-order-shell .form-control,
.hn-order-shell .field,
.hn-order-shell select {
  min-height: 48px;
  border-radius: 14px;
  box-shadow: none;
}

.hn-order-shell .panel-addon {
  overflow: hidden;
}

.hn-order-shell .panel-addon-selected {
  border-color: rgba(182, 70, 26, 0.28);
  box-shadow: 0 18px 34px rgba(182, 70, 26, 0.08);
}

.hn-order-shell .btn-primary,
.hn-order-shell .btn-success {
  background: var(--hn-order-accent);
  border-color: var(--hn-order-accent);
}

.hn-order-shell .btn-primary:hover,
.hn-order-shell .btn-success:hover {
  background: #9a3913;
  border-color: #9a3913;
}

@media (max-width: 991px) {
  .hn-order-hero,
  .hn-order-stepbar,
  .hn-order-product-grid {
    grid-template-columns: 1fr;
  }
}

.hn-order-product-card {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.hn-order-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 40px rgba(34, 39, 34, 0.1);
}

.hn-order-shell .domain-checker-bg,
.hn-order-shell .featured-tld,
.hn-order-shell .suggested-domains,
.hn-order-shell .panel.card {
  background: var(--hn-order-card);
  border: 1px solid var(--hn-order-line);
  border-radius: 24px;
  box-shadow: none;
}

.hn-order-shell .domain-checker-bg,
.hn-order-shell .suggested-domains,
.hn-order-shell .panel.card,
.hn-order-shell .featured-tld {
  padding: 22px;
}

.hn-order-shell .input-group-box {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(31, 42, 35, 0.12);
  box-shadow: 0 16px 32px rgba(31, 42, 35, 0.08);
}

.hn-order-shell .input-group-box .form-control {
  border: 0;
  min-height: 64px;
  font-size: 20px;
  padding-left: 22px;
}

.hn-order-shell .input-group-box .btn {
  min-height: 64px;
  padding: 0 28px;
  border-radius: 0;
}

.hn-order-shell #searchDomainInfo,
.hn-order-shell #domainSuggestions,
.hn-order-shell .spotlight-tlds-container,
.hn-order-shell .tld-filters,
.hn-order-shell .domain-pricing .bg-white {
  margin-top: 18px;
}

.hn-order-shell .spotlight-tlds-container,
.hn-order-shell .tld-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hn-order-shell .spotlight-tld,
.hn-order-shell .domain-suggestion,
.hn-order-shell .tld-row {
  border-radius: 18px;
  border: 1px solid rgba(31, 42, 35, 0.1);
  background: rgba(255, 255, 255, 0.92);
}

.hn-order-shell .spotlight-tld {
  padding: 18px;
}

.hn-order-shell .badge.badge-secondary {
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(182, 70, 26, 0.08);
  color: var(--hn-order-accent-dark);
}

.hn-order-shell .panel-addon .panel-body {
  padding: 22px;
}

.hn-order-shell .panel-addon .panel-price,
.hn-order-shell .panel-addon .panel-add {
  padding: 16px 22px;
}

.hn-order-shell .product-info {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(31, 42, 35, 0.08);
  margin-bottom: 18px;
}

.hn-order-shell .product-title {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 800;
}

.hn-order-shell .sub-heading {
  margin: 22px 0 16px;
}

.hn-order-shell .sub-heading span {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(32, 71, 60, 0.1);
  color: var(--hn-order-accent-dark);
  font-weight: 700;
}

.hn-order-products {
  background:
    radial-gradient(circle at top left, rgba(45, 152, 255, 0.12), transparent 24%),
    radial-gradient(circle at top right, rgba(92, 99, 255, 0.1), transparent 24%),
    linear-gradient(180deg, #f5f8fe 0%, #eef3fb 100%);
  --hn-order-accent: #2374e1;
  --hn-order-accent-dark: #1d3150;
  --hn-order-card: rgba(255, 255, 255, 0.96);
  --hn-order-line: rgba(29, 49, 80, 0.08);
  --hn-order-muted: #617087;
  --hn-order-ink: #15253d;
}

.hn-order-products .hn-order-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.hn-order-products .hn-order-product-card {
  gap: 18px;
  min-height: 100%;
  background: #fff;
}

.hn-order-products .hn-order-product-card ul {
  display: grid;
  gap: 10px;
  padding-left: 0;
  list-style: none;
}

.hn-order-products .hn-order-product-card ul li {
  padding-left: 24px;
  position: relative;
}

.hn-order-products .hn-order-product-card ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #31b26b;
}

.hn-order-products .hn-order-hero-copy p,
.hn-order-products .hn-order-hero-summary p,
.hn-order-products .hn-order-product-card p {
  white-space: normal;
}

.hn-order-domain-search {
  background:
    radial-gradient(circle at top left, rgba(45, 152, 255, 0.12), transparent 26%),
    radial-gradient(circle at top right, rgba(92, 99, 255, 0.1), transparent 24%),
    linear-gradient(180deg, #f5f8fe 0%, #eef3fb 100%);
  --hn-order-accent: #2374e1;
  --hn-order-accent-dark: #1d3150;
  --hn-order-card: rgba(255, 255, 255, 0.96);
  --hn-order-line: rgba(29, 49, 80, 0.08);
  --hn-order-muted: #617087;
  --hn-order-ink: #15253d;
}

.hn-order-domain-stage,
.hn-order-featured-tlds {
  display: grid;
  gap: 18px;
}

.hn-order-domain-searchbox,
.hn-order-domain-pricing,
.hn-order-featured-tld-card {
  background: #fff;
  border: 1px solid rgba(29, 49, 80, 0.08);
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(21, 44, 77, 0.06);
}

.hn-order-domain-searchbox,
.hn-order-domain-pricing {
  padding: 24px;
}

.hn-order-domain-searchbox h2,
.hn-order-domain-pricing h3 {
  margin: 0 0 10px;
}

.hn-order-domain-searchbox p {
  color: var(--hn-order-muted);
}

.hn-order-domain-search .input-group-box {
  margin-top: 16px;
}

.hn-order-captcha {
  margin-top: 18px;
}

.hn-order-featured-tlds {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hn-order-featured-tld-card {
  padding: 18px;
  text-align: center;
}

.hn-order-featured-tld-card strong {
  display: block;
  margin: 10px 0 6px;
}

.hn-order-featured-tld-card span {
  color: var(--hn-order-muted);
  font-weight: 700;
}

.hn-order-domain-pricing .bg-white {
  margin-top: 14px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(29, 49, 80, 0.08);
}

.hn-order-domain-pricing .tld-pricing-header,
.hn-order-domain-pricing .tld-row {
  padding: 16px 18px;
  background: #fff;
}

.hn-order-domain-pricing .tld-row + .tld-row {
  border-top: 1px solid rgba(29, 49, 80, 0.08);
}

.hn-order-tld-hidden {
  display: none !important;
}

.hn-order-tld-actions {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.hn-order-tld-actions .btn {
  min-width: 220px;
  border-radius: 999px;
}

.hn-order-domain-pricing .tld-row.hn-order-tld-hidden {
  display: none !important;
}

.hn-order-domain-pricing .tld-row strong {
  font-size: 18px;
  color: var(--hn-order-ink);
}

.hn-order-domain-pricing .tld-row small {
  color: var(--hn-order-muted);
}

.hn-order-domain-pricing .two-row-center {
  display: grid;
  gap: 6px;
  align-content: center;
}

.hn-order-domain-pricing .tld-filters {
  gap: 10px;
  flex-wrap: wrap;
}

.hn-order-domain-pricing .badge.badge-secondary {
  padding: 10px 14px;
  border-radius: 999px;
  background: #eef5ff;
  border: 1px solid rgba(35, 116, 225, 0.12);
}

.hn-order-step-review {
  background:
    radial-gradient(circle at top left, rgba(45, 152, 255, 0.12), transparent 24%),
    radial-gradient(circle at top right, rgba(92, 99, 255, 0.1), transparent 24%),
    linear-gradient(180deg, #f5f8fe 0%, #eef3fb 100%);
  --hn-order-accent: #2374e1;
  --hn-order-accent-dark: #1d3150;
  --hn-order-card: rgba(255, 255, 255, 0.96);
  --hn-order-line: rgba(29, 49, 80, 0.08);
  --hn-order-muted: #617087;
  --hn-order-ink: #15253d;
}

.hn-order-step-review .secondary-cart-body,
.hn-order-step-review .order-summary,
.hn-order-step-review .view-cart-items,
.hn-order-step-review .view-cart-tabs,
.hn-order-step-review .already-registered,
.hn-order-step-review .account,
.hn-order-step-review #paymentGatewaysContainer,
.hn-order-step-review .cc-input-container,
.hn-order-step-review .marketing-email-optin,
.hn-order-step-review .checkout-error-feedback,
.hn-order-step-review #totalDueToday,
.hn-order-step-review .field-container {
  background: #fff;
  border: 1px solid rgba(29, 49, 80, 0.08);
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(21, 44, 77, 0.06);
}

.hn-order-step-review .already-registered,
.hn-order-step-review #paymentGatewaysContainer,
.hn-order-step-review .marketing-email-optin,
.hn-order-step-review .checkout-error-feedback,
.hn-order-step-review #totalDueToday {
  padding: 20px;
  margin-bottom: 18px;
}

.hn-order-step-review .view-cart-items-header {
  margin-bottom: 12px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f7f9fc;
  color: var(--hn-order-muted);
  font-weight: 700;
}

.hn-order-step-review .view-cart-items .item {
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(29, 49, 80, 0.08);
}

.hn-order-step-review .view-cart-items .item + .item {
  margin-top: 12px;
}

.hn-order-step-review .item-title {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 800;
  color: var(--hn-order-ink);
}

.hn-order-step-review .item-group,
.hn-order-step-review .item-domain,
.hn-order-step-review .cycle,
.hn-order-step-review .renewal,
.hn-order-step-review .already-registered p,
.hn-order-step-review .small.text-muted {
  color: var(--hn-order-muted);
}

.hn-order-step-review .item-price span:first-child {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: var(--hn-order-accent-dark);
}

.hn-order-step-review .view-cart-tabs {
  margin-top: 18px;
  padding: 20px;
}

.hn-order-step-review .view-cart-tabs .nav-tabs {
  display: flex;
  gap: 10px;
  border-bottom: 0;
  margin-bottom: 18px;
}

.hn-order-step-review .view-cart-tabs .nav-tabs > li > a {
  border-radius: 999px;
  border: 1px solid rgba(29, 49, 80, 0.08);
  background: #f7f9fc;
  color: var(--hn-order-muted);
}

.hn-order-step-review .view-cart-tabs .nav-tabs > li.active > a {
  background: rgba(35, 116, 225, 0.1);
  color: #2374e1;
  border-color: rgba(35, 116, 225, 0.16);
}

.hn-order-step-review .order-summary {
  position: sticky;
  top: 96px;
  padding: 24px;
}

.hn-order-step-review .order-summary h2 {
  margin: 0 0 18px;
}

.hn-order-step-review .summary-container > div {
  padding: 12px 0;
  border-bottom: 1px solid rgba(29, 49, 80, 0.08);
}

.hn-order-step-review .summary-container > div:last-child {
  border-bottom: 0;
}

.hn-order-step-review .total-due-today {
  margin-top: 16px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, #2374e1, #5c63ff);
  color: #fff;
}

.hn-order-step-review .total-due-today .amt {
  display: block;
  font-size: 32px;
  font-weight: 900;
}

.hn-order-step-review .account {
  padding: 16px;
  margin-bottom: 14px;
}

.hn-order-step-review .account.active {
  border-color: rgba(35, 116, 225, 0.18);
  background: rgba(35, 116, 225, 0.04);
}

.hn-order-payment-methods .text-center {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  text-align: left !important;
}

.hn-order-payment-methods .radio-inline {
  margin: 0;
  padding: 16px 18px 16px 42px;
  border-radius: 18px;
  background: #f7f9fc;
  border: 1px solid rgba(29, 49, 80, 0.08);
  font-weight: 700;
}

.hn-order-credit-card-box {
  padding: 20px;
}

.hn-order-finalize-box {
  margin-top: 20px;
  padding: 20px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(29, 49, 80, 0.08);
  box-shadow: 0 20px 40px rgba(21, 44, 77, 0.06);
}

.hn-order-finalize-box #btnCompleteOrder {
  min-height: 56px;
  min-width: 260px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 800;
}

.hn-order-checkout-form .sub-heading,
.hn-order-cart-form + .empty-cart {
  margin-top: 18px;
}

@media (max-width: 991px) {
  .hn-order-products .hn-order-product-grid,
  .hn-order-featured-tlds {
    grid-template-columns: 1fr;
  }

  .hn-order-step-review .order-summary {
    position: static;
  }

  .hn-order-step-review .view-cart-tabs .nav-tabs,
  .hn-order-payment-methods .text-center {
    grid-template-columns: 1fr;
  }

  .hn-order-hero {
    padding: 24px;
  }

  .hn-order-shell .cart-body,
  .hn-order-shell .secondary-cart-body {
    width: 100%;
  }

  .hn-order-domain-pricing .tld-pricing-header,
  .hn-order-domain-pricing .tld-row {
    padding: 14px;
  }
}

@media (max-width: 767px) {
  .hn-order-shell {
    padding: 18px 0 34px;
  }

  .hn-order-shell .container,
  .hn-order-shell .cart-body,
  .hn-order-shell .secondary-cart-body {
    padding-left: 0;
    padding-right: 0;
  }

  .hn-order-hero,
  .hn-order-stepbar,
  .hn-order-shell .domain-checker-bg,
  .hn-order-shell .suggested-domains,
  .hn-order-shell .panel.card,
  .hn-order-shell .featured-tld,
  .hn-order-domain-pricing .bg-white,
  .hn-order-finalize-box {
    border-radius: 20px;
  }

  .hn-order-hero-copy h1 {
    font-size: 28px;
    line-height: 1.08;
  }

  .hn-order-shell .header-lined h1 {
    font-size: 24px;
  }

  .hn-order-shell .domain-checker-bg,
  .hn-order-shell .suggested-domains,
  .hn-order-shell .panel.card,
  .hn-order-shell .featured-tld,
  .hn-order-domain-pricing .bg-white,
  .hn-order-finalize-box,
  .hn-order-hero,
  .hn-order-stepbar {
    padding: 16px;
  }

  .hn-order-shell .input-group-box {
    display: grid;
    gap: 12px;
    padding: 12px;
    border-radius: 18px;
  }

  .hn-order-shell .input-group-box .form-control,
  .hn-order-shell .input-group-box .btn,
  .hn-order-tld-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .hn-order-step {
    padding: 12px 14px;
  }

  .hn-order-payment-methods .radio-inline,
  .hn-order-finalize-box #btnCompleteOrder,
  .hn-order-shell .btn {
    min-height: 50px;
  }

  .hn-order-shell .domain-suggestion,
  .hn-order-shell #searchDomainInfo,
  .hn-order-shell .spotlight-tld {
    padding: 14px;
  }

  .hn-order-shell .domain-suggestion .actions {
    display: grid;
    gap: 10px;
  }

  .hn-order-shell .domain-suggestion .actions .btn,
  .hn-order-shell .domain-suggestion .actions .price {
    width: 100%;
    text-align: center;
  }

  .hn-order-domain-pricing .tld-pricing-header {
    display: none;
  }

  .hn-order-domain-pricing .tld-row,
  .hn-order-domain-pricing .tld-row > div,
  .hn-order-domain-pricing .tld-row .row {
    display: block;
    width: 100%;
  }

  .hn-order-domain-pricing .tld-row .col-xs-4,
  .hn-order-domain-pricing .tld-row .col-4,
  .hn-order-domain-pricing .tld-row .col-md-4,
  .hn-order-domain-pricing .tld-row .col-md-8 {
    width: 100%;
    max-width: none;
    flex: 0 0 100%;
  }

  .hn-order-domain-pricing .tld-row .text-center {
    text-align: left !important;
    padding: 10px 0;
    border-top: 1px solid rgba(29, 49, 80, 0.08);
  }

  .hn-order-domain-pricing .tld-row .text-center small {
    display: block;
    margin-top: 4px;
  }

  .hn-order-domain-pricing .two-row-center {
    padding: 0 0 8px;
  }

  .hn-order-domain-pricing .badge.badge-secondary {
    width: 100%;
    text-align: center;
  }

  .hn-order-tld-actions {
    margin-top: 14px;
  }

  .hn-order-finalize-box #btnCompleteOrder {
    width: 100%;
    min-width: 0;
  }

  .hn-order-step-review .view-cart-items .item,
  .hn-order-step-review .view-cart-items-header,
  .hn-order-step-review .summary-container > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
