/* ═══ Remotely Hub — 2026 Light Minimal ═══
   Override layer: clean white, generous space, neutral soft shadows,
   orange as a controlled accent (CTAs, highlights, small details). */

:root {
  --lp26-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.04), 0 2px 10px rgba(15, 23, 42, 0.05);
  --lp26-shadow: 0 2px 4px rgba(15, 23, 42, 0.03), 0 16px 44px rgba(15, 23, 42, 0.08);
  --lp26-shadow-lg: 0 4px 10px rgba(15, 23, 42, 0.04), 0 30px 72px rgba(15, 23, 42, 0.11);
  --lp26-card-border: rgba(10, 10, 10, 0.08);
}

/* ── Header: quieter, cleaner ── */
.lp-header {
  background: rgba(255, 255, 255, 0.82);
}

.lp-header.scrolled {
  background: rgba(255, 255, 255, 0.92);
  border-bottom-color: rgba(10, 10, 10, 0.07);
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.06);
}

/* ── Buttons: orange primary, neutral soft secondary ── */
.lp-btn--primary {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  color: #ffffff;
  border: 0;
  box-shadow: 0 8px 20px rgba(249, 115, 22, 0.24);
}

.lp-btn--primary:hover {
  background: linear-gradient(135deg, #EA580C 0%, #D9480F 100%);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(249, 115, 22, 0.3);
}

.lp-btn--soft {
  background: rgba(255, 255, 255, 0.82);
  color: #0A0A0A;
  border: 1.5px solid rgba(10, 10, 10, 0.12);
  backdrop-filter: blur(6px);
}

.lp-btn--soft:hover {
  background: #ffffff;
  color: #EA580C;
  border-color: rgba(10, 10, 10, 0.2);
}

/* ═══ Hero v6 — full-bleed light visual banner ═══ */
.lp-page--home .lp-hero--hostinger.lp-hero--v6 {
  min-height: min(92vh, 860px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(116px + clamp(1.5rem, 4vw, 3rem)) 1.25rem clamp(2.75rem, 5vw, 4rem);
  background: #ffffff;
  text-align: center;
}

.lp-page--home .lp-hero--hostinger.lp-hero--v6 .lp-hero__bg-photo {
  z-index: 0;
}

.lp-page--home .lp-hero--hostinger.lp-hero--v6 .lp-hero__bg-photo img {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.02);
}

.lp-page--home .lp-hero--hostinger.lp-hero--v6 .lp-hero__mesh--v6 {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.94) 0%,
    rgba(255, 255, 255, 0.9) 40%,
    rgba(255, 255, 255, 0.62) 78%,
    rgba(255, 255, 255, 0.92) 100%
  );
}

.lp-page--home .lp-hero--hostinger.lp-hero--v6 .lp-hero__center {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.05rem;
}

.lp-page--home .lp-hero--hostinger.lp-hero--v6 .lp-badge--soft {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(10, 10, 10, 0.08);
  color: #EA580C;
  font-size: 0.8rem;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(8px);
}

.lp-page--home .lp-hero--hostinger.lp-hero--v6 .lp-badge--soft i {
  color: #F97316;
}

.lp-page--home .lp-hero--hostinger.lp-hero--v6 h1 {
  margin: 0;
  font-size: clamp(2.35rem, 5.4vw, 3.9rem);
  letter-spacing: -0.03em;
}

.lp-page--home .lp-hero--hostinger.lp-hero--v6 .lp-hero__hl {
  color: #EA580C;
  padding: 0 0.15em;
  background: linear-gradient(180deg, transparent 62%, rgba(249, 115, 22, 0.18) 62%, rgba(249, 115, 22, 0.18) 98%, transparent 98%);
}

.lp-page--home .lp-hero--hostinger.lp-hero--v6 .lp-hero__lead {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.8;
  color: #475569;
}

.lp-page--home .lp-hero--hostinger.lp-hero--v6 .lp-hero__actions {
  margin: 0.2rem 0 0;
}

.lp-page--home .lp-hero--hostinger.lp-hero--v6 .lp-domain-search {
  width: min(100%, 600px);
  margin-bottom: 0.6rem;
  border-radius: 999px;
  border-color: rgba(10, 10, 10, 0.07);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
}

.lp-page--home .lp-hero--hostinger.lp-hero--v6 .lp-domain-search input {
  padding: 0.9rem 0.6rem;
}

.lp-page--home .lp-hero--hostinger.lp-hero--v6 .lp-domain-search .lp-btn {
  border-radius: 999px;
  padding-inline: 1.6rem;
}

.lp-page--home .lp-hero--hostinger.lp-hero--v6 .lp-domain-search:focus-within {
  border-color: rgba(249, 115, 22, 0.5);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.1), 0 18px 44px rgba(15, 23, 42, 0.1);
}

.lp-page--home .lp-hero--hostinger.lp-hero--v6 .lp-hero-tlds {
  margin: 0;
}

.lp-page--home .lp-hero--hostinger.lp-hero--v6 .lp-hero-tld {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(10, 10, 10, 0.09);
  color: #0A0A0A;
  box-shadow: none;
}

.lp-page--home .lp-hero--hostinger.lp-hero--v6 .lp-hero__note {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0A0A0A;
}

.lp-page--home .lp-hero--hostinger.lp-hero--v6 .lp-hero__note i {
  color: #0A0A0A;
}

/* ── Trust bar: soft orange icon chips ── */
.lp-page--home .lp-home-trust {
  background: #ffffff;
  border-block-color: rgba(10, 10, 10, 0.06);
}

.lp-page--home .lp-home-trust__item {
  color: #475569;
}

.lp-page--home .lp-home-trust__item i {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #FFF7ED;
  color: #EA580C;
  font-size: 0.8rem;
}

/* ── Section rhythm & headers: airy, tight type ── */
.lp-page--home .lp-section__head {
  margin-bottom: 2.75rem;
}

.lp-page--home .lp-section__head h2 {
  letter-spacing: -0.03em;
}

.lp-page--home .lp-section__head p {
  color: #64748b;
}

/* ── Cards: neutral soft shadows, no orange glow ── */
.lp-page--home .lp-host-product,
.lp-page--home .lp-hosting-pricing__card,
.lp-page--home .lp-host-why__card,
.lp-page--home .lp-feature,
.lp-page--home .lp-step,
.lp-page--home .lp-stat,
.lp-page--home .lp-blog-card {
  border-color: var(--lp26-card-border);
  box-shadow: var(--lp26-shadow-sm);
}

.lp-page--home .lp-host-product:hover,
.lp-page--home .lp-hosting-pricing__card:hover,
.lp-page--home .lp-host-why__card:hover,
.lp-page--home .lp-feature:hover,
.lp-page--home .lp-blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(10, 10, 10, 0.14);
  box-shadow: var(--lp26-shadow);
}

.lp-page--home .lp-host-product.is-featured,
.lp-page--home .lp-hosting-pricing__card.is-featured {
  border-color: rgba(249, 115, 22, 0.45);
  box-shadow: var(--lp26-shadow);
}

/* Steps & stats accents */
.lp-page--home .lp-step__num {
  background: #FFF7ED;
  border-color: rgba(249, 115, 22, 0.3);
  color: #EA580C;
}

.lp-page--home .lp-stat strong {
  color: #EA580C;
}

/* ── Features & steps inside soft section: unify backgrounds ── */
.lp-page--home .lp-section--features .lp-feature,
.lp-page--home .lp-section--features .lp-step {
  background: #ffffff;
}

/* ═══ Homepage pricing cards — v2 ═══ */
.lp-page--home .lp-hosting-pricing--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__card {
  position: relative;
  padding: 1.9rem 1.5rem 1.5rem;
  border-radius: 24px;
  border: 1px solid var(--lp26-card-border);
  background: #ffffff;
  box-shadow: var(--lp26-shadow-sm);
  text-align: center;
  overflow: hidden;
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__card:hover {
  transform: translateY(-6px);
  border-color: rgba(10, 10, 10, 0.14);
  box-shadow: var(--lp26-shadow);
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__card.is-featured {
  border-color: rgba(249, 115, 22, 0.5);
  background: linear-gradient(180deg, #FFFBF5 0%, #ffffff 70%);
  box-shadow: var(--lp26-shadow);
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  position: static;
  transform: none;
  padding: 0.38rem 0.9rem;
  border-radius: 999px;
  background: #FFF7ED;
  border: 1px solid rgba(249, 115, 22, 0.3);
  color: #EA580C;
  font-size: 0.72rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__card.is-featured .lp-hosting-pricing__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  position: static;
  transform: none;
  margin: calc(-1.9rem) calc(-1.5rem) 1.5rem;
  padding: 0.62rem 1rem;
  border: 0;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  color: #ffffff;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 18px rgba(249, 115, 22, 0.28);
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 0.95rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #FFF7ED 0%, #FFE4CC 100%);
  border: 1px solid rgba(249, 115, 22, 0.18);
  color: #EA580C;
  font-size: 1.25rem;
  box-shadow: none;
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__card.is-featured .lp-hosting-pricing__icon {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(249, 115, 22, 0.3);
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__head {
  flex: none;
  text-align: center;
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__head h3 {
  font-size: 1.2rem;
  font-weight: 900;
  color: #0A0A0A;
  letter-spacing: -0.01em;
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__desc {
  font-size: 0.82rem;
  color: #64748b;
  -webkit-line-clamp: unset;
  max-width: 20rem;
  margin-inline: auto;
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__meta {
  justify-content: center;
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__meta li {
  background: #ffffff;
  border-color: rgba(10, 10, 10, 0.09);
  color: #0A0A0A;
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__meta i {
  color: #EA580C;
  opacity: 1;
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__features {
  text-align: start;
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__features li {
  gap: 0.55rem;
  padding: 0.32rem 0;
  font-size: 0.84rem;
  color: #475569;
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__features i {
  width: 18px;
  height: 18px;
  margin: 0.12rem 0 0;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #FFF7ED;
  color: #EA580C;
  font-size: 0.55rem;
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__foot {
  padding-top: 1rem;
  gap: 0.75rem;
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__price strong {
  font-size: 2.05rem;
  color: #0A0A0A;
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__card.is-featured .lp-hosting-pricing__price strong {
  color: #EA580C;
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__cta {
  min-height: 46px;
  border-radius: 999px;
  border: 1.5px solid rgba(10, 10, 10, 0.12);
  background: #ffffff;
  color: #0A0A0A;
  font-weight: 800;
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__cta:hover {
  background: #FFF7ED;
  border-color: #EA580C;
  color: #EA580C;
  transform: translateY(-1px);
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__cta--featured {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.28);
}

.lp-page--home .lp-hosting-pricing--compact .lp-hosting-pricing__cta--featured:hover {
  background: linear-gradient(135deg, #EA580C 0%, #D9480F 100%);
  color: #ffffff;
}

@media (max-width: 960px) {
  .lp-page--home .lp-hosting-pricing--compact {
    grid-template-columns: 1fr;
    max-width: 26rem;
    margin-inline: auto;
  }
}

/* ═══ Domains CTA — mock card (no photos) ═══ */
.lp-page--home .lp-domains-cta__visual--mock {
  position: relative;
  max-width: 440px;
  padding: 1.5rem;
}

.lp-page--home .lp-domains-cta__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 72% 62% at 50% 42%, rgba(249, 115, 22, 0.14), transparent 64%);
  pointer-events: none;
}

.lp-page--home .lp-domains-cta__mock {
  position: relative;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(10, 10, 10, 0.08);
  box-shadow: var(--lp26-shadow);
  overflow: hidden;
}

.lp-page--home .lp-domains-cta__mock-bar {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 0.9rem;
  background: #F6F7F8;
  border-bottom: 1px solid rgba(10, 10, 10, 0.07);
}

.lp-page--home .lp-domains-cta__mock-dots {
  display: flex;
  gap: 0.3rem;
}

.lp-page--home .lp-domains-cta__mock-dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d9dce1;
}

.lp-page--home .lp-domains-cta__mock-dots i:nth-child(1) { background: #E2E8F0; }
.lp-page--home .lp-domains-cta__mock-dots i:nth-child(2) { background: #F97316; }
.lp-page--home .lp-domains-cta__mock-dots i:nth-child(3) { background: #0A0A0A; }

.lp-page--home .lp-domains-cta__mock-url {
  flex: 1;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(10, 10, 10, 0.08);
  color: #475569;
  font-size: 0.78rem;
  font-weight: 700;
  direction: ltr;
}

.lp-page--home .lp-domains-cta__mock-url i {
  color: #0A0A0A;
  font-size: 0.68rem;
}

.lp-page--home .lp-domains-cta__mock-url span {
  color: #EA580C;
}

.lp-page--home .lp-domains-cta__mock-body {
  padding: 1.4rem 1.3rem 1.3rem;
}

.lp-page--home .lp-domains-cta__mock-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1.1rem;
}

.lp-page--home .lp-domains-cta__mock-name {
  font-size: clamp(1.3rem, 2.6vw, 1.65rem);
  font-weight: 900;
  color: #0A0A0A;
  letter-spacing: -0.02em;
  direction: ltr;
}

.lp-page--home .lp-domains-cta__mock-name span {
  color: #EA580C;
}

.lp-page--home .lp-domains-cta__mock-avail {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #FFF7ED 0%, #FFE4CC 100%);
  border: 1px solid rgba(249, 115, 22, 0.32);
  color: #C2410C;
  font-size: 0.74rem;
  font-weight: 800;
}

.lp-page--home .lp-domains-cta__mock-avail i {
  font-size: 0.6rem;
}

.lp-page--home .lp-domains-cta__mock-tlds {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.1rem;
}

.lp-page--home .lp-domains-cta__mock-tlds span {
  padding: 0.42rem 0.95rem;
  border-radius: 12px;
  border: 1px solid rgba(10, 10, 10, 0.1);
  background: #ffffff;
  color: #0A0A0A;
  font-size: 0.85rem;
  font-weight: 800;
  direction: ltr;
}

.lp-page--home .lp-domains-cta__mock-tlds span.is-active {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.28);
}

.lp-page--home .lp-domains-cta__mock-price {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding-top: 0.9rem;
  border-top: 1px dashed rgba(10, 10, 10, 0.12);
  color: #64748b;
  font-size: 0.85rem;
  font-weight: 700;
}

.lp-page--home .lp-domains-cta__mock-price i {
  color: #EA580C;
}

.lp-page--home .lp-domains-cta__float {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.8rem;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(10, 10, 10, 0.09);
  box-shadow: var(--lp26-shadow-sm);
  color: #0A0A0A;
  font-size: 0.78rem;
  font-weight: 800;
}

.lp-page--home .lp-domains-cta__float i {
  color: #EA580C;
  font-size: 0.8rem;
}

.lp-page--home .lp-domains-cta__float--ssl {
  top: 3.2rem;
  inset-inline-end: 0;
}

.lp-page--home .lp-domains-cta__float--whois {
  bottom: 3rem;
  inset-inline-start: 0;
}

/* ── Footer: dark minimal ── */
.lp-footer__mesh {
  opacity: 0.6;
}

.lp-footer__brand-legal {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 0.85rem;
  width: 100%;
}

.lp-footer__brand-info {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.lp-footer__brand-name {
  font-size: 0.85rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.lp-footer__brand-divider {
  color: rgba(255, 255, 255, 0.15);
  font-size: 0.75rem;
}

.lp-footer__brand-reg {
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}

.lp-footer__brand-note {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.45);
}

.lp-footer__brand-note strong {
  color: #F97316;
  font-weight: 900;
}

@media (max-width: 640px) {
  .lp-footer__brand-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .lp-footer__brand-divider {
    display: none;
  }
}

/* ── Email marketing: rocket brand mark (shared) ── */
.lp-em-rocket {
  display: grid;
  justify-items: center;
  margin-bottom: 1.15rem;
}

.lp-em-rocket__mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 26px;
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  color: #ffffff;
  font-size: 2.15rem;
  box-shadow:
    0 18px 42px rgba(249, 115, 22, 0.32),
    0 4px 14px rgba(249, 115, 22, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  animation: lp-em-rocket-float 3.4s ease-in-out infinite;
  will-change: transform;
}

.lp-em-rocket__mark::after {
  content: "";
  position: absolute;
  inset: -14px;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(ellipse 58% 58% at 50% 50%, rgba(249, 115, 22, 0.28), transparent 68%);
  animation: lp-em-rocket-halo 3.4s ease-in-out infinite;
}

.lp-em-rocket__mark i {
  animation: lp-em-rocket-launch 3.4s ease-in-out infinite;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.22));
}

.lp-em-rocket__trail {
  display: flex;
  gap: 0.55rem;
  margin-top: 0.55rem;
  height: 10px;
}

.lp-em-rocket__trail i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(249, 115, 22, 0.55);
  animation: lp-em-rocket-smoke 1.8s ease-in-out infinite;
}

.lp-em-rocket__trail i:nth-child(2) { animation-delay: 0.24s; }
.lp-em-rocket__trail i:nth-child(3) { animation-delay: 0.48s; }

@keyframes lp-em-rocket-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes lp-em-rocket-halo {
  0%, 100% { opacity: 0.7; transform: scale(0.96); }
  50% { opacity: 1; transform: scale(1.1); }
}

@keyframes lp-em-rocket-launch {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  45% { transform: translate(1px, -6px) rotate(-5deg); }
  55% { transform: translate(-1px, 2px) rotate(4deg); }
}

@keyframes lp-em-rocket-smoke {
  0% { transform: translateY(0) scale(0.6); opacity: 0; }
  30% { opacity: 0.7; }
  100% { transform: translateY(9px) scale(1.25); opacity: 0; }
}

/* ── Email marketing: homepage cards (light minimal) ── */
.lp-page--home .lp-em-home .lp-dev-card {
  border-color: rgba(15, 23, 42, 0.06);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.lp-page--home .lp-em-home .lp-dev-card:hover {
  border-color: rgba(249, 115, 22, 0.34);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
  transform: translateY(-5px);
}

.lp-page--home .lp-em-home .lp-dev-card__icon {
  background: linear-gradient(135deg, #FFF7ED 0%, #FFE4CC 100%);
  border: 1px solid rgba(249, 115, 22, 0.18);
  color: #EA580C;
  box-shadow: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.lp-page--home .lp-em-home .lp-dev-card:hover .lp-dev-card__icon {
  transform: scale(1.06) rotate(-3deg);
  box-shadow: 0 10px 22px rgba(249, 115, 22, 0.22);
}

/* ── Responsive ── */
@media (max-width: 720px) {
  .lp-page--home .lp-hero--hostinger.lp-hero--v6 {
    min-height: 0;
    padding-top: calc(132px + 1.5rem);
  }

  .lp-page--home .lp-hero--hostinger.lp-hero--v6 .lp-domain-search {
    border-radius: 18px;
  }

  .lp-page--home .lp-hero--hostinger.lp-hero--v6 .lp-domain-search .lp-btn {
    border-radius: 14px;
    padding-inline: 1.2rem;
  }

  .lp-page--home .lp-hero--hostinger.lp-hero--v6 .lp-hero__lead {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-page--home .lp-host-product,
  .lp-page--home .lp-hosting-pricing__card,
  .lp-page--home .lp-host-why__card,
  .lp-page--home .lp-feature,
  .lp-page--home .lp-blog-card {
    transition: none;
    transform: none;
  }

  .lp-em-rocket__mark,
  .lp-em-rocket__mark::after,
  .lp-em-rocket__mark i,
  .lp-em-rocket__trail i,
  .lp-brand__rocket,
  .lp-brand__rocket i {
    animation: none;
  }
}

/* ── Header brand rocket ── */
.lp-brand__rocket {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  color: #ffffff;
  font-size: 1.05rem;
  box-shadow: 0 8px 20px rgba(249, 115, 22, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  animation: lp-brand-rocket-float 3.2s ease-in-out infinite;
  will-change: transform;
}

.lp-brand__rocket i {
  animation: lp-brand-rocket-tilt 3.2s ease-in-out infinite;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

@keyframes lp-brand-rocket-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes lp-brand-rocket-tilt {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(-8deg); }
}

/* ── Email marketing page — light 2026 overrides ── */
.lp-page-email-marketing .lp-dev-hero__actions .lp-btn--primary,
.lp-page-email-marketing .lp-bareed-plan-card__cta {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  color: #ffffff;
  border: 0;
  box-shadow: 0 12px 26px rgba(249, 115, 22, 0.3);
}

.lp-page-email-marketing .lp-bareed-plan-card.is-featured .lp-bareed-plan-card__cta {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  color: #ffffff;
}

.lp-page-email-marketing .lp-bareed-plan-card__badge {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  color: #ffffff;
}

.lp-page-email-marketing .lp-bareed-plan-card__features i {
  color: #EA580C;
}

.lp-page-email-marketing .lp-bareed-pricing__toggle-btn.is-active {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  color: #ffffff;
}

.lp-page-email-marketing .lp-bareed-feat__icon,
.lp-page-email-marketing .lp-bareed-step__icon {
  background: linear-gradient(135deg, #FFF7ED 0%, #FFE4CC 100%);
  border: 1px solid rgba(249, 115, 22, 0.18);
  color: #EA580C;
  box-shadow: none;
}

.lp-page-email-marketing .lp-bareed-feat--lead .lp-bareed-feat__icon {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(249, 115, 22, 0.3);
}

.lp-page-email-marketing .lp-bareed-step__num {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  color: #ffffff;
}

.lp-page-email-marketing .lp-bareed-feat--lead .lp-bareed-feat__num {
  background: rgba(249, 115, 22, 0.12);
  border-color: rgba(249, 115, 22, 0.24);
  color: #EA580C;
}

.lp-page-email-marketing .lp-em-preview__bar span {
  background: linear-gradient(90deg, #F97316 0%, #EA580C 100%);
}

.lp-page-email-marketing .lp-em-preview__head span i {
  color: #EA580C;
}

.lp-page-email-marketing .lp-bareed-hero-side .lp-em-rocket {
  margin-bottom: 0.25rem;
}

.lp-page-email-marketing .lp-dev-banner {
  background: linear-gradient(135deg, #FFF7ED 0%, #ffffff 50%, #FFE4CC 100%);
  border: 1px solid rgba(249, 115, 22, 0.22);
  box-shadow: 0 20px 44px rgba(249, 115, 22, 0.12);
}

.lp-page-email-marketing .lp-dev-banner__copy h2 {
  color: #0A0A0A;
}

.lp-page-email-marketing .lp-dev-banner__copy p {
  color: rgba(10, 10, 10, 0.6);
}

.lp-page-email-marketing .lp-dev-banner__actions .lp-btn--dark {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  color: #ffffff;
  border: 0;
}

.lp-page-email-marketing .lp-dev-banner__actions .lp-btn--dark:hover {
  background: linear-gradient(135deg, #EA580C 0%, #F97316 100%);
  color: #ffffff;
}

.lp-page-email-marketing .lp-dev-banner__actions .lp-btn--ghost {
  background: #ffffff;
  color: #EA580C;
  border: 1px solid rgba(249, 115, 22, 0.4);
}

.lp-page-email-marketing .lp-dev-banner__actions .lp-btn--ghost:hover {
  background: rgba(249, 115, 22, 0.1);
}

/* ── Cart page — 2026 light redesign ── */
#lp-cart-page .lp-cart-layout {
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.85fr);
  gap: 1.5rem;
  align-items: start;
}

#lp-cart-page .lp-cart-items {
  display: grid;
  gap: 0.9rem;
  align-content: start;
}

#lp-cart-page .lp-cart-items__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.15rem 0.2rem;
}

#lp-cart-page .lp-cart-items__title {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  font-size: 1.15rem;
  font-weight: 900;
  color: #0A0A0A;
}

#lp-cart-page .lp-cart-items__title i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #FFF7ED 0%, #FFE4CC 100%);
  border: 1px solid rgba(249, 115, 22, 0.18);
  color: #EA580C;
  font-size: 0.95rem;
}

#lp-cart-page .lp-cart-items__count {
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: #0A0A0A;
  color: #fff;
  white-space: nowrap;
}

#lp-cart-page .lp-cart-clear-all {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.95rem;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: #fff;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

#lp-cart-page .lp-cart-clear-all:hover {
  color: #EA580C;
  border-color: rgba(249, 115, 22, 0.4);
  background: rgba(249, 115, 22, 0.06);
}

#lp-cart-page .lp-cart-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.4rem 1.5rem;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-top: 3px solid rgba(249, 115, 22, 0.9);
  background:
    radial-gradient(ellipse 60% 80% at 100% 0%, rgba(249, 115, 22, 0.05), transparent 55%),
    #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

#lp-cart-page .lp-cart-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.1);
}

#lp-cart-page .lp-cart-item__icon {
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: linear-gradient(135deg, #FFF7ED 0%, #FFE4CC 100%);
  border: 1px solid rgba(249, 115, 22, 0.18);
  color: #EA580C;
  font-size: 1.25rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

#lp-cart-page .lp-cart-item__body {
  min-width: 0;
  flex: 1;
}

#lp-cart-page .lp-cart-item__type {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.4rem;
  padding: 0.26rem 0.6rem;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.1);
  color: #EA580C;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.01em;
}

#lp-cart-page .lp-cart-item__body h3 {
  margin: 0 0 0.35rem;
  color: #0A0A0A;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.35;
}

#lp-cart-page .lp-cart-item__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.55rem;
  margin: 0;
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 600;
}

#lp-cart-page .lp-cart-item__meta i {
  color: #EA580C;
  font-size: 0.78rem;
}

#lp-cart-page .lp-cart-item__sep {
  color: #cbd5e1;
}

#lp-cart-page .lp-cart-item__qty {
  display: inline-flex;
  margin-top: 0.55rem;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  background: #0A0A0A;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
}

#lp-cart-page .lp-cart-item__side {
  display: grid;
  gap: 0.7rem;
  justify-items: end;
  min-width: 200px;
  flex-shrink: 0;
}

#lp-cart-page .lp-cart-item__price {
  font-size: 1.35rem;
  font-weight: 900;
  color: #EA580C;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

#lp-cart-page .lp-cart-item__actions {
  display: grid;
  gap: 0.55rem;
  width: 100%;
}

#lp-cart-page .lp-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 14px;
}

#lp-cart-page .lp-cart-btn i {
  font-size: 0.8em;
}

[dir="rtl"] #lp-cart-page .lp-cart-btn--soft .fa-arrow-right {
  transform: scaleX(-1);
}

#lp-cart-page .lp-cart-btn--primary {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(249, 115, 22, 0.32);
}

#lp-cart-page .lp-cart-btn--primary:hover {
  background: linear-gradient(135deg, #EA580C 0%, #F97316 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(249, 115, 22, 0.4);
}

#lp-cart-page .lp-cart-btn--soft {
  background: #0A0A0A;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(10, 10, 10, 0.18);
}

#lp-cart-page .lp-cart-btn--soft:hover {
  background: #1f2937;
  color: #ffffff;
}

#lp-cart-page .lp-cart-btn--ghost {
  background: #ffffff;
  color: #64748b;
  border-color: rgba(15, 23, 42, 0.14);
  box-shadow: none;
}

#lp-cart-page .lp-cart-btn--ghost:hover {
  color: #EA580C;
  border-color: rgba(249, 115, 22, 0.4);
  background: rgba(249, 115, 22, 0.06);
}

#lp-cart-page .lp-cart-summary {
  position: sticky;
  top: calc(6.5rem + var(--lp-promo-h, 0px));
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-top: 3px solid rgba(249, 115, 22, 0.95);
  border-radius: 22px;
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(249, 115, 22, 0.1), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #FFF7ED 100%);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
  padding: 1.35rem 1.4rem 1.25rem;
}

#lp-cart-page .lp-cart-summary::before {
  display: none;
}

#lp-cart-page .lp-cart-summary__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

#lp-cart-page .lp-cart-summary__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.34rem 0.72rem;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.12);
  color: #EA580C;
  font-size: 0.72rem;
  font-weight: 900;
}

#lp-cart-page .lp-cart-summary__pill {
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: #0A0A0A;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  white-space: nowrap;
}

#lp-cart-page .lp-cart-summary__total {
  margin: 0 0 1rem;
  color: #0A0A0A;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

#lp-cart-page .lp-cart-summary__lines {
  list-style: none;
  margin: 0 0 0.9rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

#lp-cart-page .lp-cart-summary__lines li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px dashed rgba(15, 23, 42, 0.1);
  font-size: 0.82rem;
}

#lp-cart-page .lp-cart-summary__line-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #334155;
  font-weight: 700;
}

#lp-cart-page .lp-cart-summary__line-label em {
  color: #EA580C;
  font-style: normal;
  font-weight: 900;
}

#lp-cart-page .lp-cart-summary__lines b {
  color: #0A0A0A;
  font-weight: 900;
  white-space: nowrap;
}

#lp-cart-page .lp-cart-summary__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 0;
  font-size: 0.9rem;
  font-weight: 800;
  color: #0A0A0A;
}

#lp-cart-page .lp-cart-summary__row b {
  font-size: 1.25rem;
  font-weight: 900;
  color: #EA580C;
}

#lp-cart-page .lp-cart-summary__note {
  margin: 0 0 0.9rem;
  padding: 0.7rem 0.8rem;
  border-radius: 12px;
  background: rgba(249, 115, 22, 0.07);
  border: 1px solid rgba(249, 115, 22, 0.15);
  color: #6b4a2b;
  font-size: 0.76rem;
  line-height: 1.6;
  font-weight: 600;
}

#lp-cart-page .lp-cart-summary__note i {
  color: #EA580C;
  margin-inline-end: 0.25rem;
}

#lp-cart-page .lp-cart-summary__actions {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

#lp-cart-page .lp-cart-summary__trust {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

#lp-cart-page .lp-cart-summary__trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.7rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #475569;
  font-size: 0.74rem;
  font-weight: 700;
}

#lp-cart-page .lp-cart-summary__trust i {
  color: #EA580C;
  font-size: 0.9rem;
}

#lp-cart-page .lp-empty--card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

#lp-cart-page .lp-empty__icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 1.1rem;
  border-radius: 24px;
  background: linear-gradient(135deg, #FFF7ED 0%, #FFE4CC 100%);
  border: 1px solid rgba(249, 115, 22, 0.18);
  color: #EA580C;
  font-size: 2rem;
  opacity: 1;
}

@media (max-width: 900px) {
  #lp-cart-page .lp-cart-layout {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  #lp-cart-page .lp-cart-summary {
    position: static;
  }

  #lp-cart-page .lp-cart-item {
    flex-direction: column;
    align-items: stretch;
  }

  #lp-cart-page .lp-cart-item__side {
    justify-items: stretch;
    min-width: 0;
  }

  #lp-cart-page .lp-cart-items__head {
    align-items: flex-start;
  }
}

/* ── Checkout — 2026 light redesign ── */
.lp-page--checkout .lp-hpay-submit {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(249, 115, 22, 0.32);
}

.lp-page--checkout .lp-hpay-submit:hover {
  background: linear-gradient(135deg, #EA580C 0%, #F97316 100%);
  color: #ffffff;
}

.lp-page--checkout .lp-hpay-card:hover {
  border-color: #F97316;
}

.lp-page--checkout .lp-hpay-card.is-active {
  border-color: #EA580C;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.25);
}

.lp-page--checkout .lp-hpay-card.is-active .lp-hpay-card__check {
  background: #EA580C;
  border-color: #EA580C;
}

.lp-page--checkout .lp-hpay-card__icon {
  color: #EA580C;
}

.lp-page--checkout .lp-hpay-bar:hover {
  border-color: rgba(249, 115, 22, 0.5);
}

.lp-page--checkout .lp-hpay-bar.is-active {
  border-color: #EA580C;
  background: linear-gradient(135deg, #FFF7ED 0%, #ffffff 100%);
}

.lp-page--checkout .lp-hpay-bar.is-active .lp-hpay-bar__check {
  background: #EA580C;
  border-color: #EA580C;
}

.lp-page--checkout .lp-hpay-bar__icon {
  color: #EA580C;
}

.lp-page--checkout .lp-hpay-bar.is-active .lp-hpay-bar__arrow {
  color: #EA580C;
}

.lp-page--checkout .lp-checkout-card {
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.lp-page--checkout .lp-hpay-layout--page .lp-hpay-main {
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.lp-page--checkout .lp-hpay-summary {
  background: linear-gradient(135deg, #FFF7ED 0%, #ffffff 55%, #FFE4CC 100%);
}

/* ── Hosting page · Domains tab — 2026 light redesign ── */

.lp-hosting-domain-box {
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background:
    radial-gradient(ellipse 70% 60% at 100% 0%, rgba(249, 115, 22, 0.1), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.07);
  padding: clamp(1.35rem, 3.4vw, 2.2rem);
}

.lp-hosting-domain-box .lp-dt-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.6rem;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(249, 115, 22, 0.28);
  background: linear-gradient(120deg, #FFF7ED 0%, rgba(255, 228, 204, 0.35) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.lp-hosting-domain-box .lp-dt-banner__icon {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.6rem;
  background: #0A0A0A;
  color: #F97316;
  box-shadow: 0 6px 14px rgba(10, 10, 10, 0.22);
}
.lp-hosting-domain-box .lp-dt-banner__copy {
  font-weight: 700;
  color: #0A0A0A;
}
.lp-hosting-domain-box .lp-dt-banner .lp-btn {
  border-radius: 12px;
}

.lp-domains-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.6rem;
}
.lp-domains-head__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.7rem;
  padding: 0.34rem 0.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.3);
}
.lp-domains-head__copy h3 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  font-weight: 900;
  color: #0A0A0A;
  letter-spacing: -0.01em;
}
.lp-domains-head__copy p {
  margin: 0;
  color: #64748b;
  font-size: 0.94rem;
  line-height: 1.7;
  max-width: 34rem;
}

.lp-domains-head__art {
  position: relative;
  width: 210px;
  height: 150px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
}
.lp-domains-head__ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px dashed rgba(249, 115, 22, 0.3);
}
.lp-domains-head__ring--1 {
  width: 150px;
  height: 150px;
  animation: lpDomSpin 26s linear infinite;
}
.lp-domains-head__ring--2 {
  width: 112px;
  height: 112px;
  border-color: rgba(10, 10, 10, 0.12);
}
.lp-domains-head__globe {
  width: 84px;
  height: 84px;
  border-radius: 26px;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #0A0A0A 0%, #2b2b2b 100%);
  color: #F97316;
  font-size: 2rem;
  box-shadow: 0 18px 40px rgba(10, 10, 10, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.lp-domains-head__chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}
.lp-domains-head__chip--tld {
  top: 6px;
  right: 18px;
  color: #0A0A0A;
}
.lp-domains-head__chip--ok {
  bottom: 6px;
  left: 12px;
  background: #FFF7ED;
  color: #C2410C;
  border: 1px solid rgba(249, 115, 22, 0.3);
}
.lp-domains-head__chip--ok i {
  color: #F97316;
}

@keyframes lpDomSpin {
  to {
    transform: rotate(360deg);
  }
}

.lp-hosting-domain-box .lp-hosting-search--premium .lp-hosting-search__label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.92rem;
  font-weight: 900;
  color: #0A0A0A;
  margin-bottom: 0.7rem;
}
.lp-hosting-domain-box .lp-hosting-search--premium .lp-hosting-search__label i {
  color: #F97316;
  font-size: 0.85rem;
}
.lp-hosting-domain-box .lp-hosting-search--premium .lp-hosting-search__row {
  border-radius: 18px;
  border: 2px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
  padding: 0.4rem;
  margin-bottom: 1.05rem;
}
.lp-hosting-domain-box .lp-hosting-search--premium .lp-hosting-search__row:focus-within {
  border-color: #F97316;
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.16), 0 12px 40px rgba(15, 23, 42, 0.08);
}
.lp-hosting-domain-box .lp-hosting-search--premium .lp-hosting-search__input {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.95rem 1.1rem;
}
.lp-hosting-domain-box .lp-hosting-search--premium .lp-hosting-search__row .lp-btn {
  border-radius: 14px;
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  box-shadow: 0 10px 22px rgba(249, 115, 22, 0.32);
}
.lp-hosting-domain-box .lp-hosting-search--premium .lp-hosting-search__row .lp-btn:hover {
  background: linear-gradient(135deg, #EA580C 0%, #F97316 100%);
}

.lp-hosting-tlds__label {
  display: inline-flex;
  align-items: center;
  align-self: center;
  font-size: 0.82rem;
  font-weight: 800;
  color: #64748b;
}
.lp-hosting-domain-box .lp-hosting-tlds--premium {
  gap: 0.55rem;
  align-items: center;
}
.lp-hosting-domain-box .lp-hosting-tlds--premium .lp-hosting-tld {
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 800;
  border: 1.5px solid rgba(15, 23, 42, 0.1);
  background: #ffffff;
  transition: all 0.2s ease;
}
.lp-hosting-domain-box .lp-hosting-tlds--premium .lp-hosting-tld:hover {
  border-color: rgba(249, 115, 22, 0.55);
  background: #FFF7ED;
}
.lp-hosting-domain-box .lp-hosting-tlds--premium .lp-hosting-tld input {
  appearance: none;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
.lp-hosting-domain-box .lp-hosting-tlds--premium .lp-hosting-tld:has(input:checked) {
  background: #0A0A0A;
  color: #ffffff;
  border-color: #0A0A0A;
  box-shadow: 0 4px 12px rgba(10, 10, 10, 0.22);
}
.lp-hosting-domain-box .lp-hosting-tlds--premium .lp-hosting-tld:has(input:checked):hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
}
.lp-hosting-domain-box .lp-hosting-tlds--premium .lp-hosting-tld:has(input:focus-visible) {
  outline: 2px solid #F97316;
  outline-offset: 2px;
}

.lp-hosting-results__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1rem;
}
.lp-hosting-results__head h3 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 1.02rem;
  font-weight: 900;
  color: #0A0A0A;
}
.lp-hosting-results__head h3 i {
  color: #F97316;
  font-size: 0.85rem;
}
.lp-hosting-results__count {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.34rem 0.8rem;
  border-radius: 999px;
  background: #FFF7ED;
  border: 1px solid rgba(249, 115, 22, 0.25);
  color: #C2410C;
  font-size: 0.76rem;
  font-weight: 900;
  white-space: nowrap;
}
.lp-hosting-results__count b {
  color: #0A0A0A;
}

.lp-hosting-results__grid {
  gap: 1rem;
}
.lp-hosting-result {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.2rem 1.25rem;
  border-radius: 20px;
  border: 1.5px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.lp-hosting-result::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, #F97316, #EA580C);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.lp-hosting-result:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12);
  border-color: rgba(249, 115, 22, 0.45);
}
.lp-hosting-result:hover::before {
  opacity: 1;
}
.lp-hosting-result.is-available {
  border-color: rgba(249, 115, 22, 0.35);
  background: linear-gradient(180deg, #ffffff 0%, #FFFDF8 100%);
}

.lp-hosting-result__head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
}
.lp-hosting-result__tld {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.2rem;
  padding: 0.26rem 0.5rem;
  border-radius: 10px;
  background: linear-gradient(135deg, #FFF7ED 0%, #FFE4CC 100%);
  border: 1px solid rgba(249, 115, 22, 0.25);
  color: #C2410C;
  font-size: 0.74rem;
  font-weight: 900;
}
.lp-hosting-result__head h4 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 900;
  color: #0A0A0A;
  word-break: break-all;
  flex: 1;
  min-width: 0;
}
.lp-hosting-result__head h4::before {
  content: none;
}

.lp-hosting-status {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.3rem 0.68rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  white-space: nowrap;
}
.lp-hosting-status i {
  font-size: 0.7rem;
}
.lp-hosting-status--ok {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(249, 115, 22, 0.3);
}
.lp-hosting-status--no {
  background: #f1f5f9;
  color: #64748b;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.lp-hosting-result__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
}
.lp-hosting-result__price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  flex-wrap: wrap;
}
.lp-hosting-result__price .rh-price {
  font-size: 1.3rem;
  font-weight: 900;
  color: #0A0A0A;
  letter-spacing: -0.02em;
}
.lp-hosting-result__price small {
  color: #64748b;
  font-weight: 700;
  font-size: 0.78rem;
}
.lp-hosting-result__foot .lp-btn--primary {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.28);
  padding-inline: 1.05rem;
}
.lp-hosting-result__foot .lp-btn--primary:hover {
  background: linear-gradient(135deg, #EA580C 0%, #F97316 100%);
}

.lp-hosting-loading,
.lp-hosting-empty,
.lp-hosting-error {
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 18px;
  background: #ffffff;
  border: 1px dashed rgba(15, 23, 42, 0.14);
  color: #64748b;
  font-weight: 700;
}
.lp-hosting-loading i {
  color: #F97316;
  margin-inline-end: 0.4rem;
}

.lp-hosting-domain-box .lp-hosting-hint {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 1.1rem 0 0;
  color: #64748b;
  font-size: 0.84rem;
  font-weight: 600;
}

@media (max-width: 860px) {
  .lp-domains-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .lp-domains-head__art {
    width: 100%;
    height: 120px;
  }
  .lp-hosting-search--premium .lp-hosting-search__row .lp-btn {
    width: 100%;
  }
  .lp-hosting-result__foot {
    flex-direction: column;
    align-items: stretch;
  }
  .lp-hosting-result__foot .lp-btn--primary {
    width: 100%;
  }
}

/* ── Hosting page · Domains tab — DARK theme override ── */

.lp-hosting-domain-box {
  background:
    radial-gradient(ellipse 70% 60% at 100% 0%, rgba(249, 115, 22, 0.16), transparent 55%),
    linear-gradient(180deg, #0e0f13 0%, #17181d 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.lp-hosting-domain-box .lp-dt-banner {
  border: 1px solid rgba(249, 115, 22, 0.32);
  background: linear-gradient(120deg, rgba(249, 115, 22, 0.16) 0%, rgba(249, 115, 22, 0.04) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.lp-hosting-domain-box .lp-dt-banner__icon {
  background: #F97316;
  color: #0A0A0A;
  box-shadow: 0 6px 16px rgba(249, 115, 22, 0.35);
}
.lp-hosting-domain-box .lp-dt-banner__copy {
  color: #ffffff;
}
.lp-hosting-domain-box .lp-dt-banner .lp-btn {
  border-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}
.lp-hosting-domain-box .lp-dt-banner .lp-btn:hover {
  background: rgba(249, 115, 22, 0.2);
  border-color: rgba(249, 115, 22, 0.5);
  color: #ffffff;
}

.lp-domains-head__badge {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
}
.lp-domains-head__copy h3 {
  color: #ffffff;
}
.lp-domains-head__copy p {
  color: rgba(255, 255, 255, 0.62);
}

.lp-domains-head__ring--1 {
  border-color: rgba(249, 115, 22, 0.4);
}
.lp-domains-head__ring--2 {
  border-color: rgba(255, 255, 255, 0.14);
}
.lp-domains-head__globe {
  background: linear-gradient(160deg, #1a1b20 0%, #2c2d34 100%);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.09);
}
.lp-domains-head__chip--tld {
  background: #1e2026;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.lp-domains-head__chip--ok {
  background: rgba(249, 115, 22, 0.16);
  color: #F97316;
  border: 1px solid rgba(249, 115, 22, 0.4);
}
.lp-domains-head__chip--ok i {
  color: #F97316;
}

.lp-hosting-domain-box .lp-hosting-search--premium .lp-hosting-search__label {
  color: #ffffff;
}
.lp-hosting-domain-box .lp-hosting-search--premium .lp-hosting-search__label i {
  color: #F97316;
}
.lp-hosting-domain-box .lp-hosting-search--premium .lp-hosting-search__row {
  background: #121317;
  border: 2px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.lp-hosting-domain-box .lp-hosting-search--premium .lp-hosting-search__row:focus-within {
  border-color: #F97316;
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.22), 0 12px 40px rgba(0, 0, 0, 0.35);
}
.lp-hosting-domain-box .lp-hosting-search--premium .lp-hosting-search__input {
  color: #ffffff;
  background: transparent;
}
.lp-hosting-domain-box .lp-hosting-search--premium .lp-hosting-search__input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.lp-hosting-tlds__label {
  color: rgba(255, 255, 255, 0.55);
}
.lp-hosting-domain-box .lp-hosting-tlds--premium .lp-hosting-tld {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.13);
  color: #ffffff;
}
.lp-hosting-domain-box .lp-hosting-tlds--premium .lp-hosting-tld:hover {
  border-color: rgba(249, 115, 22, 0.6);
  background: rgba(249, 115, 22, 0.14);
  color: #ffffff;
}
.lp-hosting-domain-box .lp-hosting-tlds--premium .lp-hosting-tld:has(input:checked) {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.4);
}
.lp-hosting-domain-box .lp-hosting-tlds--premium .lp-hosting-tld:has(input:checked):hover {
  background: linear-gradient(135deg, #EA580C 0%, #F97316 100%);
}

.lp-hosting-results__head h3 {
  color: #ffffff;
}
.lp-hosting-results__head h3 i {
  color: #F97316;
}
.lp-hosting-results__count {
  background: rgba(249, 115, 22, 0.14);
  border-color: rgba(249, 115, 22, 0.35);
  color: #F97316;
}
.lp-hosting-results__count b {
  color: #ffffff;
}

.lp-hosting-result {
  background: #121317;
  border-color: rgba(255, 255, 255, 0.09);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}
.lp-hosting-result:hover {
  border-color: rgba(249, 115, 22, 0.5);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5);
}
.lp-hosting-result.is-available {
  border-color: rgba(249, 115, 22, 0.45);
  background: linear-gradient(180deg, #14151a 0%, rgba(249, 115, 22, 0.08) 100%);
}

.lp-hosting-result__tld {
  background: rgba(249, 115, 22, 0.16);
  border-color: rgba(249, 115, 22, 0.35);
  color: #F97316;
}
.lp-hosting-result__head h4 {
  color: #ffffff;
}

.lp-hosting-status--no {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.lp-hosting-result__price .rh-price {
  color: #ffffff;
}
.lp-hosting-result__price small {
  color: rgba(255, 255, 255, 0.5);
}

.lp-hosting-loading,
.lp-hosting-empty,
.lp-hosting-error {
  background: #141519;
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.6);
}
.lp-hosting-loading i {
  color: #F97316;
}

.lp-hosting-domain-box .lp-hosting-hint {
  color: rgba(255, 255, 255, 0.55);
}

/* ═══ Account dashboard — greeting header ═══ */
.lp-account-greeting {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
  padding: 1.4rem 1.5rem 1.4rem 1.75rem;
  margin-bottom: 1.25rem;
  border-radius: 22px;
  color: #ffffff;
  background:
    radial-gradient(130% 170% at 100% 0%, rgba(249, 115, 22, 0.22) 0%, transparent 55%),
    linear-gradient(135deg, #141519 0%, #1d1f26 100%);
  box-shadow: var(--lp26-shadow);
}
.lp-account-greeting::after {
  content: "";
  position: absolute;
  inset-inline-end: -3.5rem;
  top: -3.5rem;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  pointer-events: none;
}
.lp-account-greeting::before {
  content: "";
  position: absolute;
  inset-inline-end: 4.5rem;
  bottom: -5.5rem;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background: rgba(249, 115, 22, 0.08);
  pointer-events: none;
}
.lp-account-greeting__info {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}
.lp-account-greeting__avatar {
  flex: none;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  color: #ffffff;
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  border: 2px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.38);
  overflow: hidden;
}
.lp-account-greeting__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-account-greeting__text {
  min-width: 0;
}
.lp-account-greeting__hello {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.1rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fbbf24;
}
.lp-account-greeting__hello i {
  color: #fbbf24;
}
.lp-account-greeting__name {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lp-account-greeting__sub {
  margin: 0.2rem 0 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}
.lp-account-greeting__actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.lp-account-greeting .lp-btn--primary {
  box-shadow: 0 10px 22px rgba(249, 115, 22, 0.4);
}
.lp-account-greeting .lp-btn--soft {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.26);
  backdrop-filter: none;
}
.lp-account-greeting .lp-btn--soft:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 640px) {
  .lp-account-greeting {
    padding: 1.25rem 1.25rem 1.3rem;
  }
  .lp-account-greeting__name {
    font-size: 1.15rem;
  }
  .lp-account-greeting__actions {
    width: 100%;
  }
}

/* ═══ Account dashboard — sidebar & search polish ═══ */
.lp-account-sidebar__group {
  color: #64748b;
}
.lp-account-sidebar__group i {
  color: #EA580C;
  font-size: 0.66rem;
}
.lp-account-sidebar__link {
  transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}
.lp-account-sidebar__link:hover .lp-account-sidebar__icon {
  background: rgba(249, 115, 22, 0.1);
  color: #EA580C;
  border-color: rgba(249, 115, 22, 0.35);
}
.lp-account-sidebar__link.is-active {
  background: linear-gradient(135deg, #FFF7ED 0%, rgba(249, 115, 22, 0.06) 100%);
  border-color: rgba(249, 115, 22, 0.35);
  border-inline-start: 3px solid #EA580C;
}
.lp-account-sidebar__link.is-active .lp-account-sidebar__icon {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(249, 115, 22, 0.32);
}
.lp-account-search__field {
  background: #ffffff;
  box-shadow: var(--lp26-shadow-sm);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.lp-account-search__field:focus-within {
  border-color: rgba(249, 115, 22, 0.55);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.14), var(--lp26-shadow-sm);
}
.lp-account-search__field i {
  color: #EA580C;
}

/* ═══ Account dashboard — overview stats & quick actions ═══ */
.lp-account-stat--viz {
  border-radius: 18px;
  background: #ffffff;
  border-color: rgba(10, 10, 10, 0.08);
  box-shadow: var(--lp26-shadow-sm);
}
.lp-account-stat--viz::before {
  height: 3px;
}
.lp-account-stat--viz.is-active::before {
  background: linear-gradient(90deg, #111 0%, #3a3a46 100%);
}
.lp-account-stat--viz.is-domain::before {
  background: linear-gradient(90deg, #F97316 0%, #EA580C 100%);
}
.lp-account-stat--viz.is-pending::before {
  background: linear-gradient(90deg, #fbbf24 0%, #f59e0b 100%);
}
.lp-account-stat--viz .lp-account-stat__icon {
  background: #ffffff;
  color: #111111;
  box-shadow: inset 0 0 0 1px rgba(10, 10, 10, 0.08), 0 4px 12px rgba(10, 10, 10, 0.06);
}
.lp-account-stat--viz.is-active .lp-account-stat__icon {
  background: linear-gradient(135deg, #111 0%, #2c2c38 100%);
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(17, 17, 17, 0.28);
}
.lp-account-stat--viz.is-domain .lp-account-stat__icon {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(249, 115, 22, 0.32);
}
.lp-account-stat--viz.is-pending .lp-account-stat__icon {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(245, 158, 11, 0.32);
}
.lp-account-stat--viz strong {
  color: #0A0A0A;
}
.lp-account-stat--viz span {
  color: #64748b;
}

.lp-account-action__icon {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  color: #ffffff;
  font-size: 1.15rem;
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.3);
}
.lp-account-actions--viz .lp-account-action {
  background: #ffffff;
  border-radius: 18px;
  border-color: rgba(10, 10, 10, 0.08);
  box-shadow: var(--lp26-shadow-sm);
  color: #0A0A0A;
}
.lp-account-actions--viz .lp-account-action:hover {
  transform: translateY(-3px);
  border-color: rgba(249, 115, 22, 0.4);
  box-shadow: 0 14px 34px rgba(249, 115, 22, 0.14), var(--lp26-shadow);
}

/* ═══ Hosting page — new hero ═══ */
.lp-hs-hero {
  position: relative;
  overflow: hidden;
  padding: calc(72px + var(--lp-promo-h, 0px)) 1.25rem clamp(2.25rem, 4vw, 3rem);
  background: #ffffff;
}
.lp-hs-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.lp-hs-hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
}
.lp-hs-hero__blob--1 {
  top: -8rem;
  inset-inline-start: -6rem;
  width: 26rem;
  height: 26rem;
  background: rgba(249, 115, 22, 0.16);
}
.lp-hs-hero__blob--2 {
  bottom: -10rem;
  inset-inline-end: 8rem;
  width: 30rem;
  height: 30rem;
  background: rgba(249, 115, 22, 0.1);
}
.lp-hs-hero__gridbg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(10, 10, 10, 0.06) 1px, transparent 1px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(90% 80% at 50% 20%, #000 30%, transparent 75%);
  mask-image: radial-gradient(90% 80% at 50% 20%, #000 30%, transparent 75%);
}
.lp-hs-hero__inner {
  position: relative;
  z-index: 1;
}
.lp-hs-hero__crumb {
  margin-bottom: 1.75rem;
}
.lp-hs-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}
.lp-hs-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.85rem;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.1);
  border: 1px solid rgba(249, 115, 22, 0.28);
  color: #EA580C;
  font-size: 0.8rem;
  font-weight: 800;
  margin-bottom: 1.1rem;
}
.lp-hs-hero__badge i {
  font-size: 0.8rem;
}
.lp-hs-hero__title {
  margin: 0 0 0.9rem;
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0A0A0A;
  position: relative;
}
.lp-hs-hero__title::after {
  content: "";
  position: absolute;
  bottom: -0.55rem;
  inset-inline-start: 0;
  width: 4.5rem;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #F97316, #fbbf24);
}
.lp-hs-hero__lead {
  margin: 1.4rem 0 0;
  max-width: 34rem;
  color: #475569;
  font-size: 0.98rem;
  line-height: 1.75;
}
.lp-hs-hero__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}
.lp-hs-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  list-style: none;
  margin: 1.9rem 0 0;
  padding: 0;
}
.lp-hs-hero__stat {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.9rem;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(10, 10, 10, 0.08);
  box-shadow: var(--lp26-shadow-sm);
}
.lp-hs-hero__stat-icon {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  background: rgba(249, 115, 22, 0.12);
  color: #EA580C;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.lp-hs-hero__stat-copy strong {
  font-size: 0.85rem;
  font-weight: 800;
  color: #0A0A0A;
  white-space: nowrap;
}

.lp-hs-hero__visual {
  position: relative;
}
.lp-hs-hero__panel {
  position: relative;
  z-index: 1;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(10, 10, 10, 0.08);
  box-shadow: var(--lp26-shadow-lg);
  padding: 1.25rem;
  transform: rotate(-1.5deg);
  transition: transform 0.25s ease;
}
.lp-hs-hero__visual:hover .lp-hs-hero__panel {
  transform: rotate(0deg);
}
.lp-hs-hero__panel-head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed rgba(10, 10, 10, 0.12);
}
.lp-hs-hero__panel-logo {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 13px;
  background: linear-gradient(135deg, #111 0%, #2a2a35 100%);
  color: #ffffff;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.lp-hs-hero__panel-head div {
  min-width: 0;
}
.lp-hs-hero__panel-head strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0A0A0A;
}
.lp-hs-hero__panel-head span {
  display: block;
  font-size: 0.72rem;
  color: #94a3b8;
  font-weight: 600;
}
.lp-hs-hero__panel-body {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 0.4rem 0.9rem;
  padding: 1.1rem 0 1rem;
}
.lp-hs-hero__panel-body small {
  grid-column: 1 / -1;
  font-size: 0.72rem;
  font-weight: 700;
  color: #94a3b8;
}
.lp-hs-hero__panel-price {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #0A0A0A;
}
.lp-hs-hero__panel-bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 2.4rem;
}
.lp-hs-hero__panel-bars i {
  width: 7px;
  border-radius: 999px;
  height: calc(var(--w, 50%) * 1);
  background: linear-gradient(180deg, #F97316 0%, #EA580C 100%);
}
.lp-hs-hero__links {
  display: grid;
  gap: 0.5rem;
}
.lp-hs-hero__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.8rem;
  border-radius: 14px;
  border: 1px solid rgba(10, 10, 10, 0.07);
  background: #ffffff;
  text-decoration: none;
  color: #0A0A0A;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.lp-hs-hero__link:hover {
  border-color: rgba(249, 115, 22, 0.4);
  box-shadow: 0 8px 20px rgba(249, 115, 22, 0.12);
  transform: translateY(-1px);
}
.lp-hs-hero__link-icon {
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 11px;
  background: rgba(249, 115, 22, 0.12);
  color: #EA580C;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.lp-hs-hero__link-copy {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.6rem;
}
.lp-hs-hero__link-copy small {
  font-size: 0.78rem;
  font-weight: 700;
  color: #64748b;
}
.lp-hs-hero__link-copy strong {
  font-size: 0.85rem;
  font-weight: 800;
  color: #0A0A0A;
}
.lp-hs-hero__link-arrow {
  color: #cbd5e1;
  font-size: 0.75rem;
  transition: color 0.18s ease, transform 0.18s ease;
}
.lp-hs-hero__link:hover .lp-hs-hero__link-arrow {
  color: #EA580C;
  transform: translateX(-3px);
}
.lp-hs-hero__live {
  position: absolute;
  z-index: 2;
  top: 0.9rem;
  inset-inline-end: -0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(34, 197, 94, 0.35);
  box-shadow: 0 8px 20px rgba(34, 197, 94, 0.18);
  color: #16a34a;
  font-size: 0.72rem;
  font-weight: 800;
}
.lp-hs-hero__live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
  animation: lp-hs-live-pulse 1.6s ease-out infinite;
}
@keyframes lp-hs-live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5); }
  70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}
.lp-hs-hero__uptime {
  position: absolute;
  z-index: 2;
  bottom: -1.1rem;
  inset-inline-start: -1rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 1rem;
  border-radius: 16px;
  background: #111;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(17, 17, 17, 0.28);
}
.lp-hs-hero__uptime-ring {
  display: grid;
  place-items: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: rgba(249, 115, 22, 0.22);
  color: #F97316;
  font-size: 0.95rem;
}
.lp-hs-hero__uptime strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
}
.lp-hs-hero__uptime span {
  display: block;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

@media (max-width: 900px) {
  .lp-hs-hero__grid {
    grid-template-columns: 1fr;
  }
  .lp-hs-hero__visual {
    max-width: 30rem;
  }
}
@media (max-width: 560px) {
  .lp-hs-hero__live {
    inset-inline-end: 0.4rem;
  }
  .lp-hs-hero__uptime {
    inset-inline-start: 0.4rem;
  }
}

.lp-body--hosting .lp-hosting-trust--premium {
  margin-top: -1.75rem;
}
@media (max-width: 640px) {
  .lp-body--hosting .lp-hosting-trust--premium {
    margin-top: -1rem;
  }
}

/* ═══ Account tiles — icon legibility on dark gradient tiles ═══ */
.lp-dns-empty-hub__icon,
.lp-ssl-card__shield,
.lp-ssl-empty-hub__icon,
.lp-email-item__icon,
.lp-email-empty-hub__icon,
.lp-account-orders--hub .lp-account-order__icon,
.lp-orders-empty-hub__icon,
.lp-services-empty__icon-ring,
.lp-svc-card__icon,
.lp-profile-card__icon,
.lp-profile-session.is-current .lp-profile-session__icon,
.lp-billing-empty-hub__icon,
.lp-ledger-empty-hub__icon,
.lp-ledger-row__icon,
.lp-tickets-empty-hub__icon,
.lp-ticket-item__icon,
.lp-tickets-welcome__icon,
.lp-tickets-create__icon,
.lp-notif-item__icon,
.lp-notifications-empty-hub__icon,
.lp-payment-card__icon,
.lp-payment-empty-hub__icon,
.lp-faq-hub__icon,
.lp-faq-empty-hub__icon {
  color: #ffffff;
}
.lp-faq-hub__item[open] .lp-faq-hub__chev {
  color: #ffffff;
}
.lp-profile-card__preview {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
}
