.nav-link--active { color: var(--primary); background: var(--primary-soft); }

.hosting-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
  background: #071a34;
  isolation: isolate;
}
.hosting-hero__background {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("../img/hero-hosting.png") center/cover no-repeat;
  transform: scale(1.015);
  animation: hostingHeroDrift 18s ease-in-out infinite alternate;
}
.hosting-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 17, 36, .99) 0%, rgba(5, 24, 50, .94) 39%, rgba(5, 24, 50, .58) 64%, rgba(5, 24, 50, .16) 100%),
    linear-gradient(0deg, rgba(3, 13, 29, .28), transparent 55%);
}
.hosting-hero__inner { min-height: 560px; display: flex; align-items: center; padding: 72px 0 95px; }
.hosting-hero__content { max-width: 760px; }
.breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 27px; color: #b9c9df; font-size: 13px; }
.breadcrumb a:hover, .breadcrumb a:focus-visible { color: #fff; }
.breadcrumb span[aria-current="page"] { color: #fff; font-weight: 700; }
.hosting-hero h1 { max-width: 740px; margin-bottom: 22px; font-size: clamp(46px, 5.25vw, 70px); line-height: 1.02; letter-spacing: -.05em; }
.hosting-hero h1 span { color: #6fa2ff; }
.hosting-hero__content > p { max-width: 700px; margin-bottom: 30px; color: #d4deeb; font-size: 18px; line-height: 1.72; }
.hosting-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hosting-hero .button--hero-secondary { color: #fff; background: rgba(7, 20, 38, .24); border-color: rgba(255,255,255,.48); backdrop-filter: blur(8px); }
.hosting-hero .button--hero-secondary:hover { background: rgba(255,255,255,.1); border-color: #fff; box-shadow: none; }
.hosting-hero__checks { display: flex; flex-wrap: wrap; gap: 14px 26px; margin: 28px 0 0; padding: 0; list-style: none; color: #d9e3ef; font-size: 14px; font-weight: 700; }
.hosting-hero__checks li { display: flex; align-items: center; gap: 8px; }
.hosting-hero__checks svg { width: 18px; height: 18px; fill: none; stroke: #4ed3bf; stroke-width: 2.3; }

.hosting-facts { position: relative; z-index: 10; margin-top: -38px; }
.hosting-facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 18px 46px rgba(12, 35, 70, .13); }
.hosting-facts__grid > div { position: relative; padding: 26px 28px; }
.hosting-facts__grid > div:not(:last-child)::after { content: ""; position: absolute; top: 23px; right: 0; bottom: 23px; width: 1px; background: var(--line); }
.hosting-facts strong, .hosting-facts span { display: block; }
.hosting-facts strong { margin-bottom: 3px; color: var(--ink); font-size: 16px; }
.hosting-facts span { color: var(--muted); font-size: 12px; }

.hosting-intro { padding-top: 118px; }
.hosting-intro__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 100px; align-items: start; }
.hosting-intro h2 { max-width: 520px; margin-bottom: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -.04em; }
.hosting-intro__grid > div:last-child > p { max-width: 710px; color: var(--ink-2); font-size: 18px; line-height: 1.75; }
.hosting-intro__links { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 26px; }

.hosting-price-heading { max-width: 800px; margin-inline: auto; }
.hosting-price-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; margin-top: 52px; align-items: stretch; }
.hosting-price-card { position: relative; display: flex; min-width: 0; flex-direction: column; padding: 30px 25px 25px; border: 1px solid #dce3ee; border-radius: 15px; background: #fff; box-shadow: 0 8px 26px rgba(19, 43, 84, .045); transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition); }
.hosting-price-card:hover { transform: translateY(-4px); border-color: #b9cafa; box-shadow: 0 22px 50px rgba(17, 54, 112, .11); }
.hosting-price-card--recommended { z-index: 2; border: 2px solid var(--primary); box-shadow: 0 24px 60px rgba(21,94,239,.15); }
.hosting-price-card__badge { position: absolute; top: -14px; left: 20px; right: 20px; padding: 7px 12px; border-radius: 8px; color: #fff; background: var(--primary); text-align: center; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hosting-price-card__top > span { display: inline-block; margin-bottom: 11px; color: var(--primary); font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.hosting-price-card__top h3 { margin-bottom: 8px; font-size: 25px; line-height: 1.15; letter-spacing: -.025em; }
.hosting-price-card__top p { min-height: 70px; margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.hosting-price-card__price { display: flex; align-items: baseline; gap: 5px; margin: 24px 0 22px; padding-bottom: 21px; border-bottom: 1px solid var(--line); }
.hosting-price-card__price small, .hosting-price-card__price span { color: var(--muted); font-size: 11px; }
.hosting-price-card__price strong { font-size: 32px; line-height: 1; letter-spacing: -.04em; }
.hosting-plan-list { display: grid; gap: 11px; flex: 1; margin: 0 0 27px; padding: 0; list-style: none; }
.hosting-plan-list li { color: var(--ink-2); font-size: 13px; line-height: 1.45; }
.hosting-plan-list li strong { color: var(--ink); }
.plan-check { display: inline-flex; width: 19px; height: 19px; align-items: center; justify-content: center; margin-right: 5px; border-radius: 50%; color: var(--success); background: #eafaf3; font-size: 12px; font-weight: 900; }
.plan-no { display: inline-flex; width: 19px; margin-right: 5px; justify-content: center; color: #98a2b3; font-weight: 900; }
.hosting-checkout-note { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; margin-top: 24px; padding: 20px 22px; border: 1px solid #dce5f2; border-radius: 13px; background: rgba(255,255,255,.78); }
.hosting-checkout-note > svg { width: 27px; height: 27px; fill: none; stroke: var(--primary); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.hosting-checkout-note strong, .hosting-checkout-note span { display: block; }
.hosting-checkout-note strong { margin-bottom: 1px; font-size: 14px; }
.hosting-checkout-note span { color: var(--muted); font-size: 12px; }
.hosting-checkout-note > a { color: var(--primary); font-size: 13px; font-weight: 800; }

.plan-fit .section-heading { max-width: 760px; }
.plan-fit__grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 48px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.plan-fit__grid article { position: relative; min-height: 260px; padding: 32px 29px 30px; }
.plan-fit__grid article:not(:last-child) { border-right: 1px solid var(--line); }
.plan-fit__grid article > span { display: block; margin-bottom: 35px; color: #9bb8f5; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.plan-fit__grid h3 { margin-bottom: 9px; font-size: 20px; }
.plan-fit__grid p { min-height: 78px; margin-bottom: 25px; color: var(--muted); font-size: 14px; }
.plan-fit__grid strong { color: var(--primary); font-size: 14px; }

.comparison-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 35px; }
.comparison-heading h2 { margin-bottom: 0; font-size: clamp(34px, 4vw, 48px); line-height: 1.1; letter-spacing: -.04em; }
.comparison-heading > p { max-width: 330px; margin-bottom: 4px; color: var(--muted); font-size: 13px; text-align: right; }
.comparison-scroll { overflow-x: auto; border: 1px solid #dce3ed; border-radius: 15px; background: #fff; box-shadow: 0 16px 42px rgba(16, 42, 82, .06); scrollbar-width: thin; }
.comparison-scroll:focus-visible { outline: 3px solid rgba(21,94,239,.22); outline-offset: 3px; }
.comparison-table { width: 100%; min-width: 870px; border-collapse: collapse; font-size: 13px; }
.comparison-table th, .comparison-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: center; }
.comparison-table th:first-child, .comparison-table td:first-child { width: 29%; text-align: left; }
.comparison-table thead th { padding-top: 22px; padding-bottom: 22px; color: var(--ink); background: #fafbfc; font-size: 14px; }
.comparison-table thead th span { display: block; margin-bottom: 5px; color: var(--primary); font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.comparison-table tbody th { color: var(--ink-2); font-weight: 700; }
.comparison-table td { color: var(--ink-2); }
.comparison-table .is-recommended { background: #f3f7ff; }
.comparison-table tfoot th, .comparison-table tfoot td { border-bottom: 0; background: #fafbfc; }
.comparison-table tfoot a { display: inline-flex; min-height: 36px; align-items: center; justify-content: center; padding: 8px 13px; border: 1px solid var(--primary); border-radius: 8px; color: var(--primary); font-weight: 800; }
.comparison-table tfoot .is-recommended a { color: #fff; background: var(--primary); }
.table-yes { display: inline-grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: var(--success); background: #eafaf3; font-weight: 900; }
.table-no { color: #98a2b3; font-size: 18px; }

.hosting-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 50px; }
.hosting-feature-grid article { min-height: 215px; padding: 27px 25px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.91); transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition); }
.hosting-feature-grid article:hover { transform: translateY(-3px); border-color: #c2d3f9; box-shadow: 0 16px 38px rgba(20, 49, 95, .08); }
.hosting-feature-grid__icon { display: grid; width: 44px; height: 44px; margin-bottom: 23px; place-items: center; border-radius: 12px; color: var(--primary); background: var(--primary-soft); }
.hosting-feature-grid__icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.hosting-feature-grid h3 { margin-bottom: 7px; font-size: 17px; }
.hosting-feature-grid p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

.panel-section__grid { display: grid; grid-template-columns: minmax(0, .83fr) minmax(530px, 1.17fr); gap: 82px; align-items: center; }
.panel-section__content h2 { max-width: 520px; margin-bottom: 20px; font-size: clamp(35px, 4vw, 50px); line-height: 1.08; letter-spacing: -.04em; }
.panel-section__content > p { max-width: 580px; margin-bottom: 25px; color: var(--ink-2); font-size: 17px; }
.hosting-panel { overflow: hidden; border: 1px solid #d8e1ef; border-radius: 20px; background: #fff; box-shadow: 0 28px 80px rgba(15, 48, 99, .15); transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.hosting-panel__bar { display: flex; height: 47px; align-items: center; gap: 7px; padding: 0 17px; border-bottom: 1px solid #dfe6f0; background: #f5f7fb; }
.hosting-panel__bar > span { width: 9px; height: 9px; border-radius: 50%; background: #c9d1df; }
.hosting-panel__bar strong { margin-left: 10px; color: #667085; font-size: 11px; }
.hosting-panel__body { display: grid; min-height: 390px; grid-template-columns: 62px 1fr; }
.hosting-panel__body aside { display: flex; align-items: center; flex-direction: column; gap: 17px; padding: 20px 0; color: #7f8da3; background: #0b1f3a; }
.hosting-panel__logo { display: grid; width: 31px; height: 31px; margin-bottom: 6px; place-items: center; border-radius: 9px; color: #fff; background: var(--primary); font-weight: 900; }
.hosting-panel__body aside i { display: block; width: 22px; height: 4px; border-radius: 5px; background: #3d5069; }
.hosting-panel__body aside i.is-active { background: #69a0ff; }
.hosting-panel__content { padding: 27px; background: #fbfcfe; }
.hosting-panel__title { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 23px; }
.hosting-panel__title small, .hosting-panel__title strong { display: block; }
.hosting-panel__title small { margin-bottom: 2px; color: var(--muted); font-size: 10px; }
.hosting-panel__title strong { font-size: 19px; }
.hosting-panel__title button { padding: 8px 12px; border: 0; border-radius: 8px; color: var(--primary); background: var(--primary-soft); font-size: 10px; font-weight: 800; }
.hosting-panel__stats { display: grid; grid-template-columns: 1.4fr .8fr; gap: 12px; margin-bottom: 13px; }
.hosting-panel__stats > div { min-height: 92px; padding: 16px; border: 1px solid #e2e7f0; border-radius: 12px; background: #fff; }
.hosting-panel__stats span, .hosting-panel__stats strong { display: block; }
.hosting-panel__stats span { margin-bottom: 8px; color: var(--muted); font-size: 9px; }
.hosting-panel__stats strong { font-size: 13px; }
.hosting-panel__stats b { display: block; height: 5px; margin-top: 13px; overflow: hidden; border-radius: 5px; background: #e7ecf3; }
.hosting-panel__stats b i { display: block; width: 42%; height: 100%; border-radius: inherit; background: var(--primary); }
.hosting-panel__stats em { display: inline-block; margin-top: 8px; padding: 4px 8px; border-radius: 20px; color: var(--success); background: #eafaf3; font-size: 9px; font-style: normal; font-weight: 800; }
.hosting-panel__tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.hosting-panel__tiles > div { min-height: 92px; padding: 15px; border: 1px solid #e2e7f0; border-radius: 12px; background: #fff; }
.hosting-panel__tiles svg { width: 20px; height: 20px; margin-bottom: 8px; fill: none; stroke: var(--primary); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.hosting-panel__tiles strong, .hosting-panel__tiles span { display: block; }
.hosting-panel__tiles strong { margin-bottom: 2px; font-size: 11px; }
.hosting-panel__tiles span { color: var(--muted); font-size: 9px; }

.hosting-migration { margin: 24px 0; }
.hosting-cta { position: relative; overflow: hidden; }
.hosting-cta::before { content: ""; position: absolute; width: 250px; height: 250px; right: -70px; top: -95px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 40px rgba(255,255,255,.035), 0 0 0 85px rgba(255,255,255,.018); }
.hosting-cta > * { position: relative; z-index: 1; }

@keyframes hostingHeroDrift { from { transform: scale(1.015) translate3d(0,0,0); } to { transform: scale(1.055) translate3d(-10px,-3px,0); } }

@media (max-width: 1120px) {
  .hosting-price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .plan-fit__grid { grid-template-columns: repeat(2, 1fr); }
  .plan-fit__grid article:nth-child(2) { border-right: 0; }
  .plan-fit__grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .hosting-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .panel-section__grid { grid-template-columns: 1fr; gap: 52px; }
  .hosting-panel { max-width: 760px; transform: none; }
}

@media (max-width: 900px) {
  .hosting-hero { min-height: 590px; }
  .hosting-hero__inner { min-height: 590px; padding: 62px 0 92px; }
  .hosting-hero::before { background: linear-gradient(90deg, rgba(4,17,36,.98) 0%, rgba(5,24,50,.92) 54%, rgba(5,24,50,.42) 100%); }
  .hosting-hero__content { max-width: 660px; }
  .hosting-facts { margin-top: -28px; }
  .hosting-facts__grid { grid-template-columns: repeat(2, 1fr); }
  .hosting-facts__grid > div:nth-child(2)::after { display: none; }
  .hosting-facts__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .hosting-intro__grid { grid-template-columns: 1fr; gap: 35px; }
  .comparison-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .comparison-heading > p { max-width: none; text-align: left; }
}

@media (max-width: 680px) {
  .hosting-hero { min-height: 625px; }
  .hosting-hero__inner { min-height: 625px; align-items: flex-end; padding: 58px 0 78px; }
  .hosting-hero__background { background-position: 62% center; }
  .hosting-hero::before { background: linear-gradient(90deg, rgba(4,17,36,.97), rgba(5,24,50,.83)), linear-gradient(0deg, rgba(3,13,29,.5), transparent 55%); }
  .hosting-hero h1 { font-size: clamp(40px, 12vw, 52px); }
  .hosting-hero__content > p { font-size: 16px; }
  .hosting-hero__actions { flex-direction: column; }
  .hosting-hero__actions .button { width: 100%; }
  .hosting-hero__checks { display: grid; gap: 9px; }
  .hosting-facts { margin-top: 0; }
  .hosting-facts__grid { border-right: 0; border-left: 0; border-radius: 0; box-shadow: none; }
  .hosting-facts__grid > div { padding: 20px; }
  .hosting-price-grid { grid-template-columns: 1fr; }
  .hosting-price-card__top p { min-height: 0; }
  .hosting-checkout-note { grid-template-columns: auto 1fr; }
  .hosting-checkout-note > a { grid-column: 2; }
  .plan-fit__grid { grid-template-columns: 1fr; }
  .plan-fit__grid article { min-height: 0; }
  .plan-fit__grid article:not(:last-child) { border-right: 0; border-bottom: 1px solid var(--line); }
  .plan-fit__grid article > span { margin-bottom: 20px; }
  .plan-fit__grid p { min-height: 0; }
  .hosting-feature-grid { grid-template-columns: 1fr; }
  .hosting-feature-grid article { min-height: 0; }
  .hosting-panel__body { grid-template-columns: 45px 1fr; }
  .hosting-panel__content { padding: 16px; }
  .hosting-panel__stats { grid-template-columns: 1fr; }
  .hosting-panel__tiles { grid-template-columns: 1fr; }
  .hosting-panel__body aside i { width: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .hosting-hero__background { animation: none; transform: none; }
}

/* Webhosting cover + integrated tariff comparison */
.wh-cover {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  color: #fff;
  background: #06172e;
}
.wh-cover__media,
.wh-cover__overlay {
  position: absolute;
  inset: 0;
}
.wh-cover__media {
  background-image: url('../img/hero-hosting.png');
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
  animation: whCoverDrift 18s ease-in-out alternate infinite;
}
.wh-cover__overlay {
  background:
    linear-gradient(90deg, rgba(3, 14, 31, .98) 0%, rgba(4, 22, 46, .91) 46%, rgba(4, 22, 46, .38) 78%, rgba(4, 22, 46, .18) 100%),
    linear-gradient(0deg, rgba(2, 11, 25, .44), transparent 48%);
}
.wh-cover__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 510px;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 74px;
}
.wh-cover__content { max-width: 770px; }
.breadcrumb--cover { margin-bottom: 38px; color: rgba(255,255,255,.68); }
.breadcrumb--cover a { color: rgba(255,255,255,.88); }
.wh-cover h1 {
  max-width: 760px;
  margin: 14px 0 22px;
  color: #fff;
  font-size: clamp(48px, 5.8vw, 76px);
  line-height: .99;
  letter-spacing: -.055em;
}
.wh-cover h1 span { color: #67a4ff; }
.wh-cover__content > p {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.65;
}
.wh-cover__actions { display: flex; gap: 13px; margin-top: 29px; }
.wh-cover__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 700;
}
.wh-cover__facts li { display: inline-flex; align-items: center; gap: 8px; }
.wh-cover__facts svg { width: 18px; height: 18px; fill: none; stroke: #55deb3; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }

.wh-products {
  position: relative;
  padding: 78px 0 106px;
  background: #f7f9fc;
}
.wh-products__heading {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .72fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 35px;
}
.wh-products__heading h2 {
  max-width: 690px;
  margin: 9px 0 0;
  font-size: clamp(36px, 4.5vw, 54px);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.wh-products__heading > p { margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.75; }

.wh-compare-shell {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid #dce4ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 26px 75px rgba(18, 48, 91, .11);
}
.wh-compare-toolbar {
  display: flex;
  min-height: 61px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: #fbfcfe;
}
.wh-compare-toolbar div { display: flex; align-items: baseline; gap: 11px; }
.wh-compare-toolbar strong { color: var(--ink); font-size: 14px; }
.wh-compare-toolbar span { color: var(--muted); font-size: 11px; }
.wh-compare-toolbar a { color: var(--primary); font-size: 12px; font-weight: 800; }
.wh-scroll-hint {
  display: none;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 11px 18px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  background: #f8fafc;
  font-size: 11px;
}
.wh-scroll-hint svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.wh-compare-scroll { overflow-x: auto; scrollbar-width: thin; }
.wh-compare-scroll:focus-visible { outline: 3px solid rgba(21,94,239,.2); outline-offset: -3px; }
.wh-compare-table { width: 100%; min-width: 1080px; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.wh-compare-table th,
.wh-compare-table td { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.wh-compare-table tr > :last-child { border-right: 0; }
.wh-compare-table thead th { padding: 0; vertical-align: top; background: #fff; }
.wh-compare-table thead th:first-child { width: 252px; }
.wh-feature-heading {
  position: sticky;
  left: 0;
  z-index: 5;
  padding: 31px 27px !important;
  text-align: left;
  background: #fbfcfe !important;
  box-shadow: 8px 0 14px -14px rgba(10,31,63,.45);
}
.wh-feature-heading span,
.wh-feature-heading strong { display: block; }
.wh-feature-heading span { margin-bottom: 8px; color: var(--primary); font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.wh-feature-heading strong { color: var(--ink); font-size: 19px; line-height: 1.25; }
.wh-product-head { position: relative; min-height: 323px; padding: 30px 23px 25px; text-align: left; }
.wh-product-head--recommended { background: linear-gradient(180deg, #f0f5ff 0%, #fff 62%); }
.wh-product-head__badge {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  min-height: 25px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--primary);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.wh-product-head--recommended { padding-top: 42px; }
.wh-product-head__type { display: block; margin-bottom: 8px; color: var(--primary); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.wh-product-head h3 { margin: 0 0 7px; color: var(--ink); font-size: 23px; letter-spacing: -.03em; }
.wh-product-head p { min-height: 54px; margin: 0 0 19px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.wh-product-head__price { margin-bottom: 22px; white-space: nowrap; }
.wh-product-head__price strong { color: var(--ink); font-size: 31px; letter-spacing: -.04em; }
.wh-product-head__price span { margin-left: 5px; color: var(--muted); font-size: 11px; font-weight: 650; }
.wh-product-head .button { min-height: 43px; padding: 10px 14px; font-size: 12px; }

.wh-category-row th {
  padding: 12px 25px;
  text-align: left;
  color: #30425d;
  background: #eef3f9;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.wh-compare-table tbody tr:not(.wh-category-row) th,
.wh-compare-table tbody tr:not(.wh-category-row) td,
.wh-compare-table tfoot th,
.wh-compare-table tfoot td { padding: 18px 22px; }
.wh-compare-table tbody tr:not(.wh-category-row) th,
.wh-compare-table tfoot th {
  position: sticky;
  left: 0;
  z-index: 3;
  text-align: left;
  background: #fff;
  box-shadow: 8px 0 14px -14px rgba(10,31,63,.45);
}
.wh-compare-table tbody tr:not(.wh-category-row) th strong,
.wh-compare-table tbody tr:not(.wh-category-row) th span,
.wh-compare-table tfoot th strong,
.wh-compare-table tfoot th span { display: block; }
.wh-compare-table tbody tr:not(.wh-category-row) th strong,
.wh-compare-table tfoot th strong { margin-bottom: 4px; color: var(--ink); font-size: 13px; }
.wh-compare-table tbody tr:not(.wh-category-row) th span,
.wh-compare-table tfoot th span { color: var(--muted); font-size: 10px; font-weight: 500; line-height: 1.45; }
.wh-compare-table tbody td { text-align: center; color: var(--ink-2); font-size: 13px; font-weight: 700; }
.wh-compare-table .is-recommended { background: #f3f7ff; }
.wh-yes { display: inline-grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: #08795d; background: #e8faf4; font-size: 13px; font-weight: 900; }
.wh-no { color: #a1abba; font-size: 20px; font-weight: 500; }
.wh-compare-table tfoot th,
.wh-compare-table tfoot td { border-bottom: 0; background: #fbfcfe; }
.wh-compare-table tfoot td { text-align: center; }
.wh-order-link { display: inline-flex; align-items: center; gap: 7px; color: var(--primary); font-size: 11px; font-weight: 850; }
.wh-order-link--primary { padding: 9px 12px; border-radius: 8px; color: #fff; background: var(--primary); }
.wh-checkout-note { margin-top: 22px; }

@keyframes whCoverDrift { from { transform: scale(1.02) translate3d(0,0,0); } to { transform: scale(1.055) translate3d(-10px,-3px,0); } }

@media (max-width: 980px) {
  .wh-products__heading { grid-template-columns: 1fr; gap: 20px; }
  .wh-products__heading > p { max-width: 720px; }
  .wh-scroll-hint { display: flex; }
}
@media (max-width: 720px) {
  .wh-cover { min-height: 600px; }
  .wh-cover__inner { min-height: 600px; align-items: flex-end; padding-top: 54px; padding-bottom: 64px; }
  .wh-cover__media { background-position: 64% center; }
  .wh-cover__overlay { background: linear-gradient(90deg, rgba(3,14,31,.98), rgba(4,22,46,.86)), linear-gradient(0deg, rgba(2,11,25,.55), transparent 55%); }
  .breadcrumb--cover { margin-bottom: 27px; }
  .wh-cover h1 { font-size: clamp(42px, 12vw, 56px); }
  .wh-cover__content > p { font-size: 16px; }
  .wh-cover__actions { flex-direction: column; }
  .wh-cover__actions .button { width: 100%; }
  .wh-cover__facts { display: grid; gap: 9px; }
  .wh-products { padding: 62px 0 82px; }
  .wh-products__heading h2 { font-size: 39px; }
  .wh-compare-toolbar { align-items: flex-start; flex-direction: column; gap: 7px; }
  .wh-compare-toolbar div { align-items: flex-start; flex-direction: column; gap: 1px; }
  .wh-compare-table { min-width: 950px; }
  .wh-compare-table thead th:first-child { width: 205px; }
  .wh-product-head { min-height: 305px; padding-right: 18px; padding-left: 18px; }
  .wh-feature-heading { padding-right: 20px !important; padding-left: 20px !important; }
  .wh-compare-table tbody tr:not(.wh-category-row) th,
  .wh-compare-table tbody tr:not(.wh-category-row) td,
  .wh-compare-table tfoot th,
  .wh-compare-table tfoot td { padding: 16px 17px; }
}
@media (prefers-reduced-motion: reduce) {
  .wh-cover__media { animation: none; transform: none; }
}


/* Compact product cover inspired by classic hosting comparison pages */
.wh-cover--compact,
.wh-cover--compact .wh-cover__inner {
  min-height: 350px;
}
.wh-cover--compact .wh-cover__inner {
  align-items: center;
  padding-top: 30px;
  padding-bottom: 42px;
}
.wh-cover--compact .wh-cover__content {
  max-width: 700px;
}
.wh-cover--compact .breadcrumb--cover {
  margin-bottom: 24px;
}
.wh-cover--compact h1 {
  margin: 8px 0 13px;
  font-size: clamp(46px, 5.1vw, 66px);
  line-height: 1;
}
.wh-cover--compact .wh-cover__content > p {
  max-width: 650px;
  font-size: 17px;
  line-height: 1.58;
}
.wh-cover--compact .wh-cover__actions {
  align-items: center;
  margin-top: 21px;
}
.wh-cover__text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 4px;
  color: rgba(255,255,255,.9);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.wh-cover__text-link span {
  transition: transform .2s ease;
}
.wh-cover__text-link:hover span {
  transform: translateX(4px);
}
.wh-products {
  padding-top: 48px;
}
.wh-products__heading--compact {
  margin-bottom: 24px;
}
.wh-products__heading--compact h2 {
  font-size: clamp(34px, 4vw, 48px);
}

/* Detailed product information */
.wh-details {
  position: relative;
  padding: 100px 0 108px;
  overflow: hidden;
  background: #fff;
}
.wh-details__heading {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .68fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 36px;
}
.wh-details__heading h2 {
  max-width: 700px;
  margin: 9px 0 0;
  font-size: clamp(38px, 4.7vw, 56px);
  line-height: 1.03;
  letter-spacing: -.047em;
}
.wh-details__heading > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.wh-detail-accordion {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid #dce4ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(18, 48, 91, .08);
}
.wh-detail-accordion details + details {
  border-top: 1px solid #e1e7f0;
}
.wh-detail-accordion summary {
  display: grid;
  min-height: 92px;
  grid-template-columns: 46px minmax(0, 1fr) 28px;
  gap: 20px;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  list-style: none;
  background: #fff;
  transition: background .2s ease;
}
.wh-detail-accordion summary::-webkit-details-marker {
  display: none;
}
.wh-detail-accordion summary:hover {
  background: #f8faff;
}
.wh-detail-accordion details[open] > summary {
  background: #f5f8fe;
}
.wh-detail-accordion__number {
  color: #9aa8bb;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}
.wh-detail-accordion summary strong,
.wh-detail-accordion summary small {
  display: block;
}
.wh-detail-accordion summary strong {
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}
.wh-detail-accordion summary small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}
.wh-detail-accordion summary i {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #cbd5e3;
  border-radius: 50%;
}
.wh-detail-accordion summary i::before,
.wh-detail-accordion summary i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1.5px;
  border-radius: 2px;
  background: var(--primary);
  transform: translate(-50%, -50%);
  transition: transform .2s ease;
}
.wh-detail-accordion summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.wh-detail-accordion details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.wh-detail-accordion__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 0 25px 26px 91px;
  background: #f5f8fe;
}
.wh-detail-accordion__content > div {
  min-height: 155px;
  padding: 24px 32px 23px 0;
  border-top: 1px solid #dfe7f2;
}
.wh-detail-accordion__content > div:nth-child(odd) {
  padding-right: 34px;
}
.wh-detail-accordion__content > div:nth-child(even) {
  padding-left: 34px;
  border-left: 1px solid #dfe7f2;
}
.wh-detail-accordion__content h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
}
.wh-detail-accordion__content p,
.wh-detail-accordion__content li {
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.7;
}
.wh-detail-accordion__content p {
  margin: 0;
}
.wh-detail-accordion__content ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wh-detail-accordion__content li {
  position: relative;
  padding-left: 18px;
}
.wh-detail-accordion__content li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
}
.wh-detail-accordion__content code {
  padding: 2px 6px;
  border-radius: 5px;
  color: #16498f;
  background: #e6eefb;
  font-size: .92em;
}
.wh-detail-accordion__content a {
  color: var(--primary);
  font-weight: 700;
}
.wh-details__note {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 18px;
  padding: 17px 19px;
  border: 1px solid #dce4ef;
  border-radius: 12px;
  background: #f8faff;
}
.wh-details__note svg {
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  margin-top: 1px;
  fill: none;
  stroke: var(--primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.wh-details__note p {
  margin: 0;
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.6;
}
.faq-grid--wide {
  grid-template-columns: minmax(260px, .58fr) minmax(0, 1.25fr);
}
.accordion--hosting details div p a {
  color: var(--primary);
  font-weight: 700;
}

@media (max-width: 900px) {
  .wh-cover--compact,
  .wh-cover--compact .wh-cover__inner {
    min-height: 330px;
  }
  .wh-cover--compact .wh-cover__inner {
    padding-top: 28px;
    padding-bottom: 36px;
  }
  .wh-products {
    padding-top: 42px;
  }
  .wh-details__heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .wh-details__heading > p {
    max-width: 720px;
  }
  .wh-detail-accordion__content {
    padding-left: 25px;
  }
  .faq-grid--wide {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .wh-cover--compact,
  .wh-cover--compact .wh-cover__inner {
    min-height: 305px;
  }
  .wh-cover--compact .wh-cover__inner {
    align-items: flex-end;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .wh-cover--compact .breadcrumb--cover {
    margin-bottom: 18px;
  }
  .wh-cover--compact h1 {
    font-size: 44px;
  }
  .wh-cover--compact .wh-cover__content > p {
    font-size: 15px;
  }
  .wh-cover--compact .wh-cover__actions {
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 18px;
  }
  .wh-products {
    padding-top: 36px;
  }
  .wh-products__heading--compact {
    margin-bottom: 19px;
  }
  .wh-details {
    padding: 76px 0 82px;
  }
  .wh-detail-accordion {
    margin-right: -1px;
    margin-left: -1px;
    border-radius: 13px;
  }
  .wh-detail-accordion summary {
    min-height: 84px;
    grid-template-columns: 30px minmax(0, 1fr) 24px;
    gap: 12px;
    padding: 18px 15px;
  }
  .wh-detail-accordion summary strong {
    font-size: 15px;
  }
  .wh-detail-accordion summary small {
    margin-top: 2px;
    font-size: 11px;
  }
  .wh-detail-accordion__content {
    grid-template-columns: 1fr;
    padding: 0 15px 18px 57px;
  }
  .wh-detail-accordion__content > div,
  .wh-detail-accordion__content > div:nth-child(odd),
  .wh-detail-accordion__content > div:nth-child(even) {
    min-height: 0;
    padding: 18px 0;
    border-top: 1px solid #dfe7f2;
    border-left: 0;
  }
  .wh-details__note {
    padding: 15px;
  }
}
