.websites-page-hero .page-heading {
  padding: 195px 0 95px;
}

.websites-page-hero .page-heading .page-header-left {
  max-width: 780px;
}

.websites-page-hero .page-heading h1 {
  font-size: clamp(2.2rem, 4.8vw, 4.1rem);
  line-height: 1.08;
}

.websites-page-hero .page-heading .breadcrumb-description {
  margin-top: 20px;
  max-width: 690px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 20px;
  line-height: 1.7;
}

.websites-page-hero .page-heading .breadcrumb-cta {
  margin-top: 28px;
  border-radius: 10px;
  padding: 17px 30px;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.websites-page-hero .page-heading .breadcrumb-cta-group {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.websites-page-hero .page-heading .breadcrumb-cta-group .breadcrumb-cta {
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.websites-page-hero .page-heading .breadcrumb-cta-secondary {
  border-radius: 10px;
  min-width: 0;
  min-height: 48px;
  padding: 17px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.websites-page-hero .page-heading .breadcrumb-cta::before {
  background-color: var(--theme2);
}

.websites-section {
  position: relative;
  padding: 110px 0;
}

.websites-section--benefits {
  background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%);
}

.websites-section--types {
  background-color: #f8faff;
}

.hosting-quick-nav {
  position: sticky;
  top: 75px;
  z-index: 99;
  padding: 18px 0 0;
}

.hosting-quick-nav__inner {
  border-radius: 18px;
  border: 1px solid rgba(56, 75, 255, 0.14);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 28px rgba(15, 13, 29, 0.08);
  padding: 18px;
}

.hosting-quick-nav__label {
  margin: 0 0 12px;
  color: var(--header);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
}

.hosting-quick-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hosting-quick-nav__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(56, 75, 255, 0.22);
  background: #ffffff;
  color: var(--theme);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 16px;
  transition: all 0.25s ease;
}

.hosting-quick-nav__pill:hover,
.hosting-quick-nav__pill:focus-visible {
  border-color: var(--theme);
  color: #ffffff;
  background: var(--theme);
}

.hosting-service-highlight {
  scroll-margin-top: 130px;
}

.hosting-service-highlight__content h2 {
  margin-bottom: 14px;
}

.hosting-service-highlight__content p {
  margin: 0 0 26px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.75;
}

.hosting-service-highlight__card h3 {
  margin-bottom: 12px;
}

.hosting-service-highlight__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.hosting-service-highlight__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text);
  line-height: 1.6;
}

.hosting-service-highlight__list li i {
  margin-top: 5px;
  color: var(--theme);
  font-size: 14px;
  flex-shrink: 0;
}

.hosting-service-highlight--maintenance {
  background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%);
}

.hosting-service-highlight--migration {
  background-color: #f8faff;
}

.websites-section[id] {
  scroll-margin-top: 130px;
}

.hosting-security-section-premium {
  background-color: #0f172a;
  scroll-margin-top: 130px;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}

.hosting-security-section-premium::before {
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 60%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hosting-security-heading-wrapper h2 {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
}

.hosting-security-heading-wrapper p {
  font-size: 1.15rem;
  line-height: 1.7;
}

.hosting-security-card-premium {
  position: relative;
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.7) 0%, rgba(15, 23, 42, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  padding: 40px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  z-index: 1;
}

.hosting-security-card-premium[id] {
  scroll-margin-top: 130px;
}

.hosting-security-card-premium:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  border-color: rgba(56, 189, 248, 0.3);
}

.hosting-security-grid-inner {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  z-index: 2;
}

.security-icon-wrapper {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 2px 20px rgba(255, 255, 255, 0.02);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hosting-security-card-premium:hover .security-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.security-content-wrapper h3 {
  color: #f1f5f9;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.security-content-wrapper p {
  color: #94a3b8;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}

.security-tech-lines {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.3;
  z-index: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.hosting-security-card-premium:hover .security-tech-lines {
  opacity: 0.6;
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .hosting-security-grid-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.hosting-backups-section {
  scroll-margin-top: 130px;
}

.websites-section--cta {
  padding-top: 10px;
}

.websites-section-heading {
  max-width: 780px;
  margin: 0 auto 52px;
}

.websites-section-heading--left {
  margin-left: 0;
  margin-right: 0;
}

.websites-section-heading h2 {
  margin-bottom: 14px;
}

.websites-section-heading p {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.75;
}

.websites-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(56, 75, 255, 0.22);
  background: rgba(56, 75, 255, 0.08);
  color: var(--theme);
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 8px 14px;
  margin-bottom: 16px;
}

.websites-eyebrow--light {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.websites-card {
  border-radius: 18px;
  border: 1px solid rgba(56, 75, 255, 0.14);
  background-color: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 13, 29, 0.08);
  padding: 30px 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.websites-card:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 75, 255, 0.28);
  box-shadow: 0 18px 40px rgba(56, 75, 255, 0.16);
}

.websites-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.3;
}

.websites-card p {
  margin: 0;
  color: var(--text);
  line-height: 1.75;
}

.websites-card-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(56, 75, 255, 0.25);
  background: linear-gradient(135deg, rgba(56, 75, 255, 0.16), rgba(255, 163, 26, 0.1));
  margin-bottom: 20px;
}

.websites-card-icon i {
  color: var(--theme);
  font-size: 22px;
}

.websites-feature-item {
  border-radius: 16px;
  border: 1px solid rgba(15, 13, 29, 0.1);
  background-color: #ffffff;
  padding: 22px 20px;
}

.websites-feature-item h4 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.35;
}

.websites-feature-item h4 i {
  margin-top: 4px;
  color: var(--theme);
  font-size: 16px;
}

.websites-feature-item p {
  margin: 0;
  color: var(--text);
  line-height: 1.65;
}

.websites-included-summary {
  border-radius: 18px;
  border: 1px solid rgba(56, 75, 255, 0.2);
  background: linear-gradient(145deg, #0f1636 0%, #192a72 100%);
  color: #ffffff;
  padding: 30px 26px;
  position: sticky;
  top: 110px;
}

.websites-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(56, 75, 255, 0.12);
  color: var(--theme);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 12px;
  line-height: 1;
}

.websites-included-summary .websites-pill {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.websites-included-summary h3 {
  color: #ffffff;
  margin: 16px 0 14px;
  font-size: 26px;
  line-height: 1.35;
}

.websites-included-summary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.websites-included-summary ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
}

.websites-included-summary ul li:not(:last-child) {
  margin-bottom: 10px;
}

.websites-included-summary ul li i {
  margin-top: 4px;
  color: var(--theme2);
}

.websites-summary-cta.theme-btn {
  margin-top: 24px;
  width: 100%;
  min-width: 0;
  border-radius: 10px;
  padding: 16px 20px;
}

.websites-card-type-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}

.websites-meta {
  margin-top: 18px;
  font-size: 15px;
}

.websites-meta strong {
  color: var(--header);
}

.websites-inline-cta {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme);
  font-weight: 600;
  text-decoration: none;
}

.websites-inline-cta:hover {
  color: var(--theme2);
}

.websites-card--process {
  position: relative;
  padding-top: 74px;
}

.websites-step-number {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(56, 75, 255, 0.12);
  color: var(--theme);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.websites-cta-panel {
  border-radius: 22px;
  padding: 56px 52px;
  background: linear-gradient(140deg, #101733 0%, #1f2f7f 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  overflow: hidden;
  position: relative;
}

.websites-cta-panel::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.websites-cta-content {
  max-width: 700px;
  position: relative;
  z-index: 1;
}

.websites-cta-content h2 {
  color: #ffffff;
  margin-bottom: 14px;
}

.websites-cta-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.7;
}

.websites-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.websites-cta-button.theme-btn.bg-white {
  color: var(--theme);
  border-radius: 10px;
  min-width: 0;
  padding: 16px 28px;
}

.websites-cta-button.theme-btn.bg-white:hover {
  color: #ffffff;
}

.websites-cta-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.websites-cta-link:hover {
  color: var(--theme2);
}

@media (max-width: 1399px) {
  .websites-card h3 {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .hosting-quick-nav {
    top: 82px;
  }

  .websites-page-hero .page-heading {
    padding: 170px 0 88px;
  }

  .websites-included-summary {
    position: static;
  }

  .websites-cta-panel {
    padding: 44px 38px;
  }
}

@media (max-width: 991px) {
  .hosting-quick-nav {
    position: static;
    padding-top: 26px;
  }

  .websites-section {
    padding: 85px 0;
  }

  .websites-section-heading {
    margin-bottom: 42px;
  }

  .websites-section-heading p {
    font-size: 17px;
  }

  .websites-page-hero .page-heading .breadcrumb-description {
    font-size: 17px;
  }

  .websites-cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .hosting-quick-nav__inner {
    border-radius: 14px;
    padding: 14px;
  }

  .hosting-quick-nav__pill {
    min-height: 40px;
    padding: 10px 14px;
    font-size: 13px;
  }

  .websites-page-hero .page-heading {
    padding: 146px 0 72px;
  }

  .websites-page-hero .page-heading .breadcrumb-cta {
    padding: 15px 24px;
  
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

  .websites-card {
    padding: 24px 20px;
  }

  .websites-feature-item {
    padding: 20px 16px;
  }

  .websites-included-summary {
    padding: 24px 20px;
  }

  .websites-cta-panel {
    padding: 34px 22px;
    border-radius: 16px;
  }

  .websites-cta-content p {
    font-size: 16px;
  }
}

/* ─── Landing Page: Pricing panel ──────────────────────────────────── */

.websites-section--pricing {
  background-color: #f8faff;
}

.websites-pricing-panel {
  border-radius: 20px;
  border: 1px solid rgba(56, 75, 255, 0.18);
  background: linear-gradient(145deg, #0f1636 0%, #192a72 100%);
  color: #ffffff;
  padding: 52px 44px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.websites-pricing-panel::before {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.websites-pricing-panel h2 {
  color: #ffffff;
  margin-bottom: 14px;
}

.websites-pricing-panel > p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.websites-pricing-tag {
  display: inline-block;
  background: rgba(244, 185, 66, 0.2);
  color: var(--theme2);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.websites-pricing-note {
  margin-top: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

/* ─── Landing Page: Who Is It For cards ────────────────────────────── */

.websites-card--who {
  border-left: 3px solid var(--theme);
}

.websites-card--who h3 {
  font-size: 20px;
}

/* ─── Landing Page: Benefits redesign ──────────────────────────────── */

.websites-benefits-intro {
  margin-bottom: 18px;
}

.websites-section-heading--benefits {
  max-width: 100%;
}

.websites-benefits-checklist {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 11px;
}

.websites-benefits-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
}

.websites-benefits-checklist li i {
  margin-top: 5px;
  color: var(--theme);
  font-size: 13px;
  flex-shrink: 0;
}

.websites-benefits-summary {
  border-radius: 18px;
  border: 1px solid rgba(56, 75, 255, 0.16);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 13, 29, 0.08);
  padding: 26px 24px;
}

.websites-benefits-summary h3 {
  margin: 14px 0 10px;
  font-size: 24px;
  line-height: 1.35;
}

.websites-benefits-summary p {
  margin: 0;
  color: var(--text);
  line-height: 1.68;
}

.websites-benefits-flow {
  margin-top: 20px;
  border-radius: 12px;
  border: 1px solid rgba(56, 75, 255, 0.2);
  background: rgba(56, 75, 255, 0.06);
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700;
  color: var(--theme);
  letter-spacing: 0.02em;
}

.websites-benefits-flow i {
  font-size: 11px;
  color: rgba(56, 75, 255, 0.66);
}

.websites-benefits-grid {
  margin-top: 20px;
}

.websites-card--benefit-redesign {
  padding: 30px 24px;
}

.websites-card-benefit-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.websites-card-title-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.websites-card-title-row h3 {
  margin: 0;
}

.websites-benefit-step {
  border-radius: 999px;
  background: rgba(56, 75, 255, 0.08);
  border: 1px solid rgba(56, 75, 255, 0.2);
  color: var(--theme);
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.websites-card-icon--blue {
  border-color: rgba(37, 99, 235, 0.35);
  background: linear-gradient(135deg, #2f6bff 0%, #2f80ed 100%);
  box-shadow: 0 10px 20px rgba(47, 107, 255, 0.26);
}

.websites-card-icon--orange {
  border-color: rgba(249, 115, 22, 0.35);
  background: linear-gradient(135deg, #ff8a1f 0%, #f97316 100%);
  box-shadow: 0 10px 20px rgba(249, 115, 22, 0.24);
}

.websites-card-icon--green {
  border-color: rgba(22, 163, 74, 0.35);
  background: linear-gradient(135deg, #2cb36a 0%, #16a34a 100%);
  box-shadow: 0 10px 20px rgba(22, 163, 74, 0.24);
}

.websites-card-icon--violet {
  border-color: rgba(124, 58, 237, 0.35);
  background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%);
  box-shadow: 0 10px 20px rgba(124, 58, 237, 0.24);
}

.websites-card-icon--teal {
  border-color: rgba(13, 148, 136, 0.35);
  background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
  box-shadow: 0 10px 20px rgba(13, 148, 136, 0.24);
}

.websites-card-icon--indigo {
  border-color: rgba(67, 56, 202, 0.35);
  background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
  box-shadow: 0 10px 20px rgba(67, 56, 202, 0.24);
}

.websites-card-icon--blue i,
.websites-card-icon--orange i,
.websites-card-icon--green i,
.websites-card-icon--violet i,
.websites-card-icon--teal i,
.websites-card-icon--indigo i {
  color: #ffffff;
}

.websites-section--who-lp {
  padding-top: 102px;
  padding-bottom: 96px;
  background: #ffffff;
}

.websites-section--who-lp .websites-section-heading {
  margin-bottom: 48px;
}

.websites-card--who-redesign {
  padding: 28px 24px;
}

.websites-card-benefit-top--who {
  margin-bottom: 16px;
}

.websites-benefit-step--who {
  background: rgba(56, 75, 255, 0.06);
  border-color: rgba(56, 75, 255, 0.18);
}

/* ─── Landing Page: Use Cases ─────────────────────────────────────── */

.websites-card--usecase {
  padding: 28px 24px;
}

.websites-card--usecase .websites-usecase-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(108, 52, 132, 0.1);
  margin-bottom: 14px;
}

.websites-card--usecase .websites-usecase-icon i {
  color: var(--theme);
  font-size: 18px;
}

.websites-card--usecase h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.websites-card--usecase .websites-card-title-row {
  margin-bottom: 12px;
}

.websites-card--usecase .websites-card-title-row h3 {
  margin-bottom: 0;
}

.websites-card--usecase .websites-pill {
  margin-bottom: 16px;
  display: inline-block;
}

@media (max-width: 767px) {
  .websites-pricing-panel {
    padding: 36px 22px;
  }

  .websites-pricing-panel > p {
    font-size: 16px;
  }

  .websites-benefits-summary {
    padding: 22px 18px;
  }

  .websites-benefits-summary h3 {
    font-size: 22px;
  }

  .websites-benefits-checklist li {
    font-size: 15px;
  }

  .websites-card--benefit-redesign {
    padding: 22px 18px;
  }

  .websites-section--who-lp {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .websites-section--who-lp .websites-section-heading {
    margin-bottom: 38px;
  }

  .websites-card--who-redesign {
    padding: 22px 18px;
  }

}

/* ─── Hosting Price Calculator ───────────────────────────────────────────── */

.hcalc-section {
  padding: 80px 0;
  background: #ffffff;
}

.hcalc-heading {
  margin-bottom: 52px;
}

.hcalc-heading p {
  max-width: 580px;
  margin: 0 auto;
  color: var(--text);
  font-size: 17px;
  line-height: 1.7;
}

/* Two-column layout: steps (left) + summary (right) */
.hcalc-body {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}

.hcalc-steps {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Step label */
.hcalc-step-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--header);
  margin-bottom: 18px;
}

.hcalc-step-label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--theme);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}

.hcalc-step-label em {
  font-weight: 400;
  color: var(--text);
  font-style: normal;
}

/* Plan cards */
.hcalc-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.hcalc-plan-card {
  text-align: left;
  background: #fff;
  border: 2px solid var(--border);
  border-radius: 14px;
  padding: 22px 18px;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hcalc-plan-card:hover {
  border-color: var(--theme);
  box-shadow: 0 4px 18px rgba(108, 52, 132, 0.1);
}

.hcalc-plan-card--active {
  border-color: var(--theme);
  background: rgba(108, 52, 132, 0.04);
  box-shadow: 0 4px 18px rgba(108, 52, 132, 0.12);
}

.hcalc-plan-name {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--theme);
}

.hcalc-plan-price {
  font-size: 28px;
  font-weight: 400;
  color: var(--header);
  line-height: 1;
  margin: 4px 0;
}

.hcalc-plan-price em {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: var(--text);
}

.hcalc-plan-desc {
  font-size: 13px;
  color: var(--text);
  line-height: 1.5;
  margin-bottom: 10px;
}

.hcalc-plan-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hcalc-plan-features li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  color: var(--text);
}

.hcalc-plan-features li i {
  color: var(--theme);
  font-size: 11px;
  flex-shrink: 0;
}

/* Add-on items */
.hcalc-addon-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hcalc-addon-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 14px 18px;
  cursor: pointer;
  text-align: left;
  width: 100%;
  transition: border-color 0.2s, background 0.2s;
}

.hcalc-addon-item:hover {
  border-color: var(--theme);
}

.hcalc-addon-item--active {
  border-color: var(--theme);
  background: rgba(108, 52, 132, 0.04);
}

/* Checkbox box */
.hcalc-addon-check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: transparent;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.hcalc-addon-item--active .hcalc-addon-check {
  background: var(--theme);
  border-color: var(--theme);
  color: #fff;
}

.hcalc-addon-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(108, 52, 132, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme);
  font-size: 16px;
  transition: background 0.2s;
}

.hcalc-addon-item--active .hcalc-addon-icon {
  background: rgba(108, 52, 132, 0.14);
}

.hcalc-addon-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hcalc-addon-text strong {
  font-size: 15px;
  font-weight: 600;
  color: var(--header);
}

.hcalc-addon-text span {
  font-size: 13px;
  color: var(--text);
}

.hcalc-addon-price {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--theme);
  white-space: nowrap;
}

/* Billing toggle */
.hcalc-billing-toggle {
  display: inline-flex;
  border: 2px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: #f8f8fc;
}

.hcalc-billing-btn {
  padding: 11px 26px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s, color 0.2s;
}

.hcalc-billing-btn--active {
  background: var(--theme);
  color: #fff;
}

.hcalc-billing-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(244, 185, 66, 0.2);
  color: #a07000;
}

.hcalc-billing-btn--active .hcalc-billing-badge {
  background: rgba(244, 185, 66, 0.25);
  color: var(--theme2);
}

/* Summary panel */
.hcalc-summary {
  flex: 0 0 310px;
  position: sticky;
  top: 110px;
  background: linear-gradient(145deg, #0f1636 0%, #192a72 100%);
  border-radius: 20px;
  padding: 36px 30px;
  color: #fff;
}

.hcalc-summary-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 22px;
}

.hcalc-summary-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 60px; /* prevent layout jump when no addons */
}

.hcalc-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  gap: 12px;
}

.hcalc-summary-row span:last-child {
  white-space: nowrap;
  font-weight: 600;
}

.hcalc-summary-row--discount {
  color: var(--theme2);
}

.hcalc-summary-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 18px 0;
}

.hcalc-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 8px;
}

.hcalc-summary-total span:first-child {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

.hcalc-summary-total-price {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
}

.hcalc-summary-equiv {
  font-size: 12.5px;
  color: var(--theme2);
  margin-bottom: 26px;
  line-height: 1.5;
}

.hcalc-summary-cta.theme-btn {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 14px;
}

.hcalc-summary-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  margin: 0;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1199px) {
  .hcalc-summary {
    flex: 0 0 280px;
  }
}

@media (max-width: 991px) {
  .hcalc-body {
    flex-direction: column-reverse; /* summary first on mobile so it's visible */
  }

  .hcalc-summary {
    position: static;
    width: 100%;
    flex: none;
  }
}

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

  .hcalc-section {
    padding: 60px 0;
  }

  .hcalc-plan-card {
    padding: 18px 16px;
  }

  .hcalc-addon-item {
    flex-wrap: wrap;
  }

  .hcalc-addon-price {
    margin-left: auto;
  }
}

/* ─── Premium Redesign Benefits Section ──────────────────────────────────── */

.websites-section--benefits-premium {
  background-color: #0b0f19; /* Deep premium dark background */
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}

.websites-section--benefits-premium::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -10%;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle, rgba(56, 75, 255, 0.15) 0%, rgba(11, 15, 25, 0) 70%);
  pointer-events: none;
}

.websites-section--benefits-premium h2 {
  color: #ffffff;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.2;
}

.websites-section-desc {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.websites-card-premium {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 40px 32px;
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition: transform 0.4s ease, border-color 0.4s ease;
  height: 100%;
}

.websites-card-premium:hover {
  transform: translateY(-8px);
  border-color: rgba(56, 75, 255, 0.4);
}

.websites-card-title-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.card-premium-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(56, 75, 255, 0.15), rgba(56, 75, 255, 0.02));
  border: 1px solid rgba(56, 75, 255, 0.2);
  font-size: 24px;
  color: #4a6cf7;
  transition: all 0.4s ease;
  flex-shrink: 0;
}

.websites-card-premium:hover .card-premium-icon {
  background: #4a6cf7;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(74, 108, 247, 0.3);
  transform: scale(1.05);
}

.websites-card-premium h3 {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
}

.websites-card-premium p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}

.card-premium-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 0%, rgba(56, 75, 255, 0.1) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.websites-card-premium:hover .card-premium-glow {
  opacity: 1;
}

@media (max-width: 991px) {
  .websites-section--benefits-premium {
    padding: 80px 0;
  }
}

/* ─── Hosting Peace of Mind Redesign ────────────────────────────────────── */

.hosting-peace-section {
  background-color: #fafafe;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.hosting-peace-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, rgba(56, 75, 255, 0.03) 0%, transparent 100%);
  pointer-events: none;
}

.hosting-peace-heading-wrapper {
  position: sticky;
  top: 140px; /* Offset for header and quick nav */
}

.hosting-peace-desc {
  font-size: 1.15rem;
  color: var(--text);
  line-height: 1.7;
}

.hosting-peace-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 12px 36px rgba(15, 13, 29, 0.05);
  padding: 44px 38px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
  z-index: 1;
}

.hosting-peace-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(56, 75, 255, 0.1);
  border-color: rgba(56, 75, 255, 0.15);
}

.hosting-peace-card-inner {
  position: relative;
  z-index: 2; /* Sits above the hover glow */
  height: 100%;
  display: flex;
  flex-direction: column;
}

.hosting-peace-card-inner p {
  flex-grow: 1;
}

.hosting-peace-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(56, 75, 255, 0.1);
  box-shadow: 0 8px 24px rgba(56, 75, 255, 0.08);
  margin-bottom: 28px;
  transition: all 0.4s ease;
}

.hosting-peace-card:hover .hosting-peace-icon {
  transform: scale(1.08) translateY(-4px);
  box-shadow: 0 12px 28px rgba(56, 75, 255, 0.25);
}

.hosting-peace-card h3 {
  font-size: 1.4rem;
  color: var(--header);
  font-weight: 700;
  margin-bottom: 12px;
}

.hosting-peace-card p {
  color: var(--text);
  line-height: 1.7;
  font-size: 15px;
  margin: 0;
}

.hosting-peace-glow {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(56, 75, 255, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 0;
  transform: scale(0.5);
  pointer-events: none;
}

.hosting-peace-card:hover .hosting-peace-glow {
  opacity: 1;
  transform: scale(3);
}

@media (min-width: 768px) {
  .hosting-peace-offset {
    transform: translateY(40px);
  }
}

@media (max-width: 991px) {
  .hosting-peace-heading-wrapper {
    position: static;
  }
}

/* ─── Hosting Included Section Redesign ────────────────────────────────────── */

.hosting-included-section-premium {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  border-top: 1px solid rgba(56, 75, 255, 0.05);
}

.hosting-included-card-premium {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 40px 32px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.hosting-included-card-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--theme) 0%, var(--theme2) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hosting-included-card-premium:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(15, 13, 29, 0.06);
  border-color: rgba(56, 75, 255, 0.15);
}

.hosting-included-card-premium:hover::before {
  opacity: 1;
}

.included-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8faff;
  border: 1px solid rgba(56, 75, 255, 0.08);
  margin-bottom: 24px;
  transition: transform 0.3s ease;
}

.hosting-included-card-premium:hover .included-card-icon {
  transform: scale(1.05) rotate(3deg);
  background: rgba(56, 75, 255, 0.04);
}

.hosting-included-card-premium h3 {
  font-size: 1.35rem;
  color: var(--header);
  font-weight: 700;
  margin-bottom: 12px;
}

.hosting-included-card-premium p {
  color: var(--text);
  line-height: 1.65;
  font-size: 1.05rem;
  margin: 0;
  flex-grow: 1;
}

/* ─── Hosting Migration Section Premium Redesign ───────────────────────── */

.hosting-migration-premium {
  background-color: #fafbfc;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.hosting-migration-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 10% 50%, rgba(56, 75, 255, 0.03) 0%, transparent 40%);
  pointer-events: none;
}

.migration-graphic-wrapper {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 40px rgba(15, 13, 29, 0.04);
  padding: 50px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.migration-server-source,
.migration-server-dest {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 2;
}

.migration-server-source i,
.migration-server-dest i {
  font-size: 48px;
  color: #cad4e0;
  transition: color 0.3s ease;
}

.migration-server-dest i {
  color: var(--theme);
}

.migration-server-source span,
.migration-server-dest span {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
}

.migration-server-dest span {
  color: var(--header);
}

.migration-transfer-path {
  flex-grow: 1;
  margin: 0 20px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
}

.migration-path-line {
  animation: dash 20s linear infinite;
}

@keyframes dash {
  to {
    stroke-dashoffset: -400;
  }
}

.migration-data-packet {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--theme) 0%, #10B981 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  box-shadow: 0 8px 16px rgba(56, 75, 255, 0.3);
  animation: movePacket 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  z-index: 3;
}

@keyframes movePacket {
  0% { left: 0; opacity: 0; transform: translateY(-50%) scale(0.8); }
  10% { opacity: 1; transform: translateY(-50%) scale(1); }
  90% { opacity: 1; transform: translateY(-50%) scale(1); }
  100% { left: calc(100% - 36px); opacity: 0; transform: translateY(-50%) scale(0.8); }
}

.dest-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.2) 0%, transparent 60%);
  border-radius: 50%;
  animation: pulseGlow 4s infinite;
  z-index: 1;
}

@keyframes pulseGlow {
  0%, 100% { opacity: 0.4; transform: translate(-50%, -50%) scale(0.8); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.2); }
}

.migration-feature-bubble {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 12px rgba(15, 13, 29, 0.02);
  height: 100%;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.migration-feature-bubble:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 75, 255, 0.15);
}

.bubble-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.1);
  color: #10B981;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

.migration-feature-bubble span {
  font-size: 14px;
  color: var(--text);
  line-height: 1.4;
  font-weight: 500;
}

@media (max-width: 575px) {
  .migration-graphic-wrapper {
    flex-direction: column;
    padding: 30px 20px;
  }
  .migration-transfer-path {
    width: 2px;
    height: 60px;
    margin: 20px 0;
  }
  .migration-transfer-path svg {
    display: none; /* simple fallback for mobile */
  }
  .migration-data-packet {
    animation: movePacketVertical 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    left: 50%;
    transform: translateX(-50%);
  }
  @keyframes movePacketVertical {
    0% { top: 0; opacity: 0; transform: translateX(-50%) scale(0.8); }
    10% { opacity: 1; transform: translateX(-50%) scale(1); }
    90% { opacity: 1; transform: translateX(-50%) scale(1); }
    100% { top: 100%; opacity: 0; transform: translateX(-50%) scale(0.8); }
  }
}

/* ─── Hosting Pricing Style Two ────────────────────────────────── */
.pricing-style-two {
	box-shadow: 0 3px 40px 0 rgb(0 0 0 / 10%);
	padding: 60px 37px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	transition: all 0.35s ease-in-out;
    background: #ffffff;
}
.pricing-style-two h4 {
	font-size: 24px;
	font-weight: 800;
}
.pricing-style-two h2 {
	font-size: 50px;
	font-weight: 700;
    margin: 15px 0;
}
.pricing-style-two h2 sub {
	font-size: 16px;
	font-weight: 800;
	margin-left: -12px;
}
.pricing-style-two h2 sup {
	font-size: 30px;
	top: -18px;
	font-weight: 500;
    position: relative;
}
.pricing-style-two ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}
.pricing-style-two li {
	margin-top: 7px;
	font-size: 16px;
    color: var(--text);
}
.pricing-style-two li i {
	font-size: 14px;
	margin-right: 8px;
    color: var(--theme);
}
.pricing-style-two .pricing-info {
	margin-top: 30px;
}
.pricing-style-two.active {
	border: none;
	background: var(--theme); /* Fallback or use a gradient if var(--bg-gradient) exists */
	z-index: 9;
}
.pricing-style-two.active h2, 
.pricing-style-two.active h4, 
.pricing-style-two.active li,
.pricing-style-two.active li i, 
.pricing-style-two.active p {
	color: var(--white);
}
.pricing-style-two .btn {
	display: inline-block;
}
.pricing-style-two-items {
  margin-top: 50px;
}

/* ─── Premium Pricing Icons Customization Drop-shadow/Hue ────────────────────────────────── */
.pricing-card-items .icon img {
  filter: drop-shadow(0 10px 15px rgba(0,0,0,0.1)) !important;
  transition: all 0.4s ease !important;
}

.pricing-card-items:hover .icon img {
  transform: translateY(-5px) scale(1.05) !important;
  filter: drop-shadow(0 15px 25px rgba(105, 56, 239, 0.4)) !important;
}

.icon-tier-core img {
  /* Subtle cool blue for entry tier */
  filter: hue-rotate(180deg) brightness(1.1) drop-shadow(0 8px 16px rgba(0, 150, 255, 0.3)) !important;
}

.icon-tier-plus img {
  /* Vibrant purple/indigo for recommended tier */
  filter: hue-rotate(240deg) brightness(1.2) contrast(1.1) drop-shadow(0 12px 24px rgba(105, 56, 239, 0.5)) !important;
}

.icon-tier-max img {
  /* Bright energetic warm orange/gold for top tier */
  filter: hue-rotate(45deg) saturate(1.5) brightness(1.15) drop-shadow(0 12px 24px rgba(255, 120, 0, 0.5)) !important;
}
