@font-face {
  font-family: "Estedad";
  src: url("fonts/estedad.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

body {
  font-size: var(--Hostera-base-font-size, 16px);
  background:
    radial-gradient(circle at 8% 7%, color-mix(in srgb, var(--Hostera-primary) 7%, transparent), transparent 29rem),
    var(--Hostera-bg);
}

.site-header {
  border-bottom: 1px solid color-mix(in srgb, var(--Hostera-line) 72%, transparent);
  background: color-mix(in srgb, var(--Hostera-surface) 82%, transparent);
  box-shadow: 0 12px 45px rgba(14, 25, 54, .04);
  backdrop-filter: saturate(170%) blur(20px);
}

.brand {
  min-width: 176px;
}

.brand-image {
  width: min(275px, 18vw);
  height: 65px;
  object-fit: contain;
  object-position: right center;
}

.mega-panel {
  grid-template-columns: 244px minmax(0, 1fr);
  width: min(1120px, calc(100vw - 48px));
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--Hostera-line) 70%, transparent);
  background: color-mix(in srgb, var(--Hostera-surface) 96%, transparent);
  box-shadow: 0 34px 100px rgba(7, 17, 31, .2);
  backdrop-filter: blur(24px);
}

.mega-intro {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, color-mix(in srgb, var(--Hostera-accent) 35%, transparent), transparent 45%),
    linear-gradient(145deg, var(--Hostera-dark), color-mix(in srgb, var(--Hostera-primary) 55%, var(--Hostera-dark)));
}

.mega-intro::after {
  position: absolute;
  bottom: -68px;
  left: -45px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  content: "";
}

.mega-groups {
  align-content: start;
}

.mega-groups section {
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 16px;
  transition: .2s ease;
}

.mega-groups section:hover {
  border-color: var(--Hostera-line);
  background: var(--Hostera-soft);
}

.mega-groups section > a {
  border-radius: 11px;
}

.mega-groups section > a:hover {
  background: var(--Hostera-surface);
  transform: translateX(-3px);
}

.hero-section {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  overflow: hidden;
}

.hero-section::before,
.hero-section::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(1px);
  content: "";
}

.hero-section::before {
  top: 60px;
  right: -190px;
  width: 520px;
  height: 520px;
  border: 1px solid color-mix(in srgb, var(--Hostera-primary) 16%, transparent);
}

.hero-section::after {
  top: 140px;
  left: -180px;
  width: 430px;
  height: 430px;
  background: color-mix(in srgb, var(--Hostera-accent) 7%, transparent);
}

.hero-slide {
  transition: opacity .55s ease, transform .55s ease;
}

.hero-slide[data-hostera-animation="slide-in"].active {
  animation: HosteraSlideIn .65s both;
}

.hero-slide[data-hostera-animation="zoom-soft"].active {
  animation: HosteraZoomSoft .7s both;
}

.hero-slide[data-hostera-animation="float"].active {
  animation: HosteraFadeUp .7s both;
}

.hero-slide h1 {
  max-width: 760px;
  letter-spacing: -.035em;
}

.hero-slide h1 em {
  color: transparent;
  background: linear-gradient(90deg, var(--Hostera-primary), #3785ff 48%, var(--Hostera-accent));
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-visual {
  position: relative;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  z-index: -1;
  inset: 12px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 34px;
  opacity: 0;
  transform: scale(.97);
  transition: .65s ease;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(5, 15, 28, .82), rgba(8, 21, 39, .18) 60%, rgba(8, 20, 34, .65));
  content: "";
}

.hero-media.active {
  opacity: .82;
  transform: scale(1);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[data-hero-style="datacenter"] .hero-section {
  background: linear-gradient(145deg, color-mix(in srgb, var(--Hostera-dark) 97%, #153e72), var(--Hostera-dark));
  color: #fff;
}

[data-hero-style="datacenter"] .hero-slide > p,
[data-hero-style="console"] .hero-slide > p {
  color: #b4c0d1;
}

[data-hero-style="console"] .hero-section {
  background:
    linear-gradient(rgba(73, 105, 160, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(73, 105, 160, .07) 1px, transparent 1px),
    var(--Hostera-dark);
  background-size: 42px 42px;
  color: #fff;
}

[data-hero-style="minimal"] .cloud-console,
[data-hero-style="minimal"] .floating-card {
  display: none;
}

[data-hero-style="minimal"] .hero-media {
  z-index: 0;
  opacity: 1;
}

.cloud-console {
  box-shadow: 0 45px 100px rgba(2, 10, 24, .38);
}

.product-card,
.technology-card,
.news-card {
  position: relative;
  border-color: color-mix(in srgb, var(--Hostera-line) 80%, transparent);
  background: color-mix(in srgb, var(--Hostera-surface) 96%, transparent);
  box-shadow: 0 18px 60px rgba(12, 30, 66, .06);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.product-card:hover,
.technology-card:hover,
.news-card:hover {
  border-color: color-mix(in srgb, var(--Hostera-primary) 35%, var(--Hostera-line));
  box-shadow: 0 28px 75px rgba(22, 44, 88, .13);
  transform: translateY(-6px);
}

.product-card.featured::before {
  position: absolute;
  top: 0;
  right: 28px;
  left: 28px;
  height: 3px;
  border-radius: 0 0 9px 9px;
  background: linear-gradient(90deg, var(--Hostera-primary), var(--Hostera-accent));
  content: "";
}

.product-card-image,
.product-hero-image {
  object-fit: cover;
  border: 1px solid var(--Hostera-line);
  border-radius: 18px;
}

.technology-grid {
  gap: 16px;
}

.technology-card {
  overflow: hidden;
}

.technology-card::after {
  position: absolute;
  bottom: -72px;
  left: -50px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--Hostera-primary) 7%, transparent);
  content: "";
}

.technology-icon {
  background: linear-gradient(145deg, color-mix(in srgb, var(--Hostera-primary) 14%, var(--Hostera-soft)), var(--Hostera-surface));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--Hostera-primary) 12%, transparent);
}

.support-launcher {
  min-width: 176px;
  min-height: 56px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: linear-gradient(135deg, var(--Hostera-primary), #347af5);
  box-shadow: 0 18px 50px color-mix(in srgb, var(--Hostera-primary) 35%, transparent);
}

.support-launcher > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  background: rgba(255, 255, 255, .14);
}

.support-panel {
  width: min(410px, calc(100vw - 28px));
  max-height: min(720px, calc(100vh - 120px));
  border: 1px solid color-mix(in srgb, var(--Hostera-line) 78%, transparent);
  border-radius: 24px;
  background: color-mix(in srgb, var(--Hostera-surface) 96%, transparent);
  box-shadow: 0 35px 110px rgba(3, 13, 29, .3);
  backdrop-filter: blur(22px);
}

.support-panel > header {
  background:
    radial-gradient(circle at 15% 20%, rgba(23, 199, 165, .22), transparent 33%),
    linear-gradient(135deg, var(--Hostera-dark), color-mix(in srgb, var(--Hostera-primary) 42%, var(--Hostera-dark)));
}

.support-mode-picker {
  gap: 7px;
}

.support-mode-picker button {
  min-height: 68px;
  padding: 9px;
  border: 1px solid var(--Hostera-line);
  border-radius: 13px;
  background: var(--Hostera-soft);
  color: var(--Hostera-text);
}

.support-mode-picker button.active {
  border-color: color-mix(in srgb, var(--Hostera-primary) 45%, var(--Hostera-line));
  background: color-mix(in srgb, var(--Hostera-primary) 9%, var(--Hostera-surface));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--Hostera-primary) 7%, transparent);
}

.support-mode-picker button span,
.support-mode-picker button b,
.support-mode-picker button small {
  display: block;
}

.support-mode-picker button small {
  color: var(--Hostera-muted);
  font-size: 8px;
}

.Hostera-honeypot {
  position: absolute !important;
  right: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.support-messages > div {
  max-width: 86%;
  padding: 10px 13px;
  border-radius: 14px 14px 5px 14px;
}

.support-messages > div.operator,
.support-messages > div.bot {
  align-self: flex-start;
  border-radius: 14px 14px 14px 5px;
  background: color-mix(in srgb, var(--Hostera-primary) 11%, var(--Hostera-soft));
}

.support-messages > div.bot {
  border: 1px solid color-mix(in srgb, var(--Hostera-primary) 22%, var(--Hostera-line));
}

.support-messages b {
  display: block;
  color: var(--Hostera-primary);
  font-size: 9px;
}

.support-messages p {
  margin: 3px 0;
}

.support-messages a {
  display: block;
  margin-top: 7px;
  color: var(--Hostera-primary);
  font-size: 10px;
  font-weight: 800;
}

.support-contact-row {
  display: flex;
  gap: 6px;
  padding: 9px 13px;
  border-top: 1px solid var(--Hostera-line);
}

.support-contact-row a {
  flex: 1;
  padding: 7px;
  border-radius: 9px;
  background: var(--Hostera-soft);
  color: var(--Hostera-muted);
  font-size: 9px;
  text-align: center;
}

.support-file-button {
  position: relative;
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--Hostera-line);
  border-radius: 11px;
}

.support-file-button input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.article-content {
  font-size: 1.03em;
}

.article-content h2,
.article-content h3 {
  scroll-margin-top: 110px;
  letter-spacing: -.02em;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.article-tags span {
  padding: 5px 10px;
  border: 1px solid var(--Hostera-line);
  border-radius: 99px;
  background: var(--Hostera-soft);
  color: var(--Hostera-muted);
  font-size: 10px;
}

@keyframes HosteraFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes HosteraSlideIn {
  from { opacity: 0; transform: translateX(28px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes HosteraZoomSoft {
  from { opacity: 0; transform: scale(.975); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 920px) {
  .brand-image {
    width: min(220px, 48vw);
  }

  .hero-section {
    min-height: auto;
  }
}

@media (max-width: 580px) {
  .support-launcher {
    min-width: 56px;
  }

  .support-mode-picker {
    grid-template-columns: 1fr;
  }

  .support-mode-picker button {
    min-height: 54px;
    text-align: right;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Hostera 4.2 — premium 2026 interface */
.Hostera-icon {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
  vertical-align: middle;
}

.site-header {
  top: 12px;
  width: min(1360px, calc(100% - 28px));
  margin: 0 auto;
  border: 1px solid color-mix(in srgb, var(--Hostera-line) 72%, transparent);
  border-radius: 22px;
  background: color-mix(in srgb, var(--Hostera-surface) 88%, transparent);
  box-shadow: 0 18px 60px rgba(4, 15, 35, .1);
}

.site-header .nav-shell {
  width: calc(100% - 36px);
  min-height: 84px;
}

.main-nav > a,
.mega-trigger {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 2px;
  color: var(--Hostera-text);
  font-size: 13px;
}

.main-nav > a::after {
  width: 0;
  height: 2px;
  border-radius: 8px;
  background: var(--Hostera-primary);
  content: "";
  transition: width .2s ease;
}

.main-nav > a:hover::after {
  width: 16px;
}

.main-nav > .nav-item-button,
.main-nav > .nav-item-outline {
  padding: 10px 14px;
  border-radius: 12px;
}

.main-nav > .nav-item-button {
  background: var(--Hostera-primary);
  color: #fff;
  box-shadow: 0 10px 25px color-mix(in srgb, var(--Hostera-primary) 25%, transparent);
}

.main-nav > .nav-item-outline {
  border: 1px solid var(--Hostera-line);
}

.mega-panel {
  width: min(var(--Hostera-mega-width, 1180px), calc(100vw - 44px));
  max-height: min(78vh, 820px);
  grid-template-columns: 270px minmax(0, 1fr);
  padding: 22px;
  border-radius: 26px;
  overflow: auto;
}

.mega-groups {
  grid-template-columns: repeat(var(--Hostera-mega-columns, 3), minmax(0, 1fr));
  gap: 13px;
}

.mega-groups section {
  padding: 13px;
  border: 1px solid var(--Hostera-line);
  background: color-mix(in srgb, var(--Hostera-soft) 58%, transparent);
}

.mega-groups section h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--Hostera-text);
  font-size: 12px;
}

.mega-groups section h3 i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  background: color-mix(in srgb, var(--Hostera-primary) 12%, var(--Hostera-surface));
  color: var(--Hostera-primary);
}

.mega-groups section > a {
  min-height: var(--Hostera-mega-item-height, 68px);
  padding: 11px;
  border: 1px solid transparent;
  background: var(--Hostera-surface);
}

.mega-groups section > a:hover {
  border-color: color-mix(in srgb, var(--Hostera-primary) 28%, var(--Hostera-line));
  box-shadow: 0 12px 28px rgba(11, 28, 62, .08);
}

.mega-groups b {
  font-size: 11px;
}

.mega-groups b small {
  max-width: 180px;
  margin-top: 3px;
  font-size: 9px;
}

.mega-groups em {
  font-size: 9px;
}

.hero-section {
  min-height: 790px;
  margin-top: -96px;
  padding-top: 180px;
  background:
    radial-gradient(circle at 82% 30%, color-mix(in srgb, var(--Hostera-primary) 52%, transparent), transparent 34rem),
    radial-gradient(circle at 15% 70%, color-mix(in srgb, var(--Hostera-accent) 18%, transparent), transparent 29rem),
    linear-gradient(145deg, #06101e, #0b1830 52%, #071222);
  color: #fff;
}

.hero-slide > small,
.hero-slide > p {
  color: #aebbd0;
}

.hero-slide h1 {
  font-size: clamp(48px, 5.5vw, 78px);
  text-wrap: balance;
}

.hero-slide h1 em {
  background: linear-gradient(90deg, #69e4ff, #8a7dff 48%, #bafc52);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-actions .button.secondary {
  border-color: rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .05);
  color: #fff;
}

.trust-row {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .07);
  box-shadow: 0 -18px 60px rgba(0, 0, 0, .2);
  backdrop-filter: blur(18px);
}

.trust-row > span {
  border-color: rgba(255, 255, 255, .1);
}

.trust-row small {
  color: #91a3bb;
}

.product-grid {
  gap: 24px;
}

.product-card {
  min-height: 440px;
  padding: 29px;
  border-radius: max(var(--Hostera-radius), 26px);
  box-shadow: 0 18px 60px rgba(13, 31, 68, .07);
}

.product-card header h3 {
  font-size: 19px;
}

.product-card > p,
.card-specs b,
.card-price > a {
  font-size: 12px;
}

.card-specs span {
  min-height: 64px;
  justify-content: center;
  padding: 12px;
}

.card-price strong {
  font-size: 25px;
}

.site-quickbar {
  position: fixed;
  z-index: 850;
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 8px;
  border: 1px solid color-mix(in srgb, var(--Hostera-line) 72%, transparent);
  border-radius: 18px;
  background: color-mix(in srgb, var(--Hostera-surface) 88%, transparent);
  box-shadow: 0 20px 60px rgba(4, 17, 42, .16);
  transform: translateY(-50%);
  backdrop-filter: blur(18px);
}

.site-quickbar-right { right: 14px; }
.site-quickbar-left { left: 14px; }

.site-quickbar a {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  color: var(--Hostera-muted);
  transition: .2s ease;
}

.site-quickbar a:hover {
  background: var(--Hostera-primary);
  color: #fff;
  transform: translateY(-2px);
}

.site-quickbar a span {
  position: absolute;
  right: 55px;
  width: max-content;
  padding: 7px 10px;
  border-radius: 9px;
  background: var(--Hostera-dark);
  color: #fff;
  font-size: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(5px);
  transition: .2s ease;
}

.site-quickbar-left a span { right: auto; left: 55px; }
.site-quickbar a:hover span { opacity: 1; visibility: visible; transform: none; }

.footer-grid {
  grid-template-columns: minmax(260px, 1.5fr) repeat(auto-fit, minmax(150px, 1fr));
}

.footer-links a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-links a .Hostera-icon {
  color: #5ddfc0;
}

.footer-brand > span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.footer-brand > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #39d79f;
  box-shadow: 0 0 0 5px rgba(57, 215, 159, .12);
}

.product-page .product-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 13% 20%, color-mix(in srgb, var(--Hostera-product-accent) 28%, transparent), transparent 31rem),
    linear-gradient(145deg, #07111f, #0d1c34);
  color: #fff;
}

.product-page .product-hero::after {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, .09) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(90deg, transparent, #000 45%, transparent);
  pointer-events: none;
  content: "";
}

.product-page .product-hero-grid,
.product-page .breadcrumbs {
  position: relative;
  z-index: 1;
}

.product-page .product-hero h1 {
  font-size: clamp(44px, 6vw, 74px);
}

.product-page .product-hero p,
.product-page .breadcrumbs {
  color: #aebbd0;
}

.product-page .order-card {
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .28);
  backdrop-filter: blur(20px);
}

.product-page .order-card strong,
.product-page .order-card span,
.product-page .order-card p {
  color: #fff;
}

.product-page .order-card .button {
  background: var(--Hostera-product-accent);
}

.product-layout-technical .product-hero-grid {
  grid-template-columns: .85fr 1.15fr;
}

.product-layout-technical .order-card {
  order: -1;
}

.product-layout-minimal .product-hero {
  background: var(--Hostera-surface);
  color: var(--Hostera-text);
}

.product-layout-minimal .product-hero p,
.product-layout-minimal .breadcrumbs {
  color: var(--Hostera-muted);
}

.product-layout-minimal .order-card {
  border-color: var(--Hostera-line);
  background: var(--Hostera-soft);
  box-shadow: none;
}

.product-layout-minimal .order-card strong,
.product-layout-minimal .order-card span,
.product-layout-minimal .order-card p {
  color: var(--Hostera-text);
}

.Hostera-custom-product {
  min-height: 60vh;
}

.support-launcher {
  min-height: 62px;
  padding: 7px 9px 7px 18px;
  border-radius: 19px;
}

.support-panel {
  width: min(440px, calc(100vw - 24px));
  border-radius: 28px;
}

.support-panel > header {
  min-height: 82px;
  padding: 15px 17px;
}

.support-panel > header > div > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, .12);
}

.support-header-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

.support-header-actions button {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 10px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 9px;
}

.support-header-actions [data-hostera-chat-close] {
  width: 34px;
  padding: 0;
  font-size: 18px;
}

.support-start > button {
  min-height: 50px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--Hostera-primary), #347af5);
  box-shadow: 0 13px 28px color-mix(in srgb, var(--Hostera-primary) 25%, transparent);
  color: #fff;
  font-weight: 900;
}

.support-reply {
  align-items: flex-end;
  gap: 8px;
  padding: 12px;
  background: color-mix(in srgb, var(--Hostera-soft) 70%, transparent);
}

.support-reply textarea {
  min-height: 46px;
  max-height: 110px;
  padding: 12px 14px;
  border: 1px solid var(--Hostera-line);
  border-radius: 15px;
  background: var(--Hostera-surface);
  line-height: 1.7;
  resize: none;
}

.support-reply > button {
  display: flex;
  min-width: 76px;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--Hostera-primary), #347af5);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.support-reply > button:disabled {
  opacity: .55;
  cursor: wait;
}

.support-file-button {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--Hostera-surface);
}

@media (max-width: 1100px) {
  .site-header { top: 6px; }
  .main-nav > a .Hostera-icon { display: none; }
  .mega-panel { right: -160px; }
  .mega-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-quickbar { display: none; }
}

@media (max-width: 920px) {
  .site-header { width: calc(100% - 16px); border-radius: 17px; }
  .hero-section { margin-top: -90px; padding-top: 150px; }
  .main-nav > a { width: 100%; justify-content: flex-start; padding: 12px; }
  .main-nav > a .Hostera-icon { display: block; }
  .mega-panel { width: 100%; max-height: none; grid-template-columns: 1fr; border-radius: 18px; }
  .mega-groups { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .hero-section { min-height: auto; }
  .hero-slide h1 { font-size: 42px; }
  .product-card { min-height: auto; padding: 22px; }
  .support-reply > button { min-width: 48px; }
  .support-reply > button span { display: none; }
}

/* Hostera 4.3 — immersive storefront, readable type and strict responsive bounds */
[hidden] {
  display: none !important;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body {
  min-width: 280px;
  font-size: max(var(--Hostera-base-font-size, 17px), 15px);
  line-height: 1.9;
}

.shell {
  width: min(var(--Hostera-content-width, 1280px), calc(100% - 48px));
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

p,
h1,
h2,
h3,
b,
strong,
small,
span,
a {
  overflow-wrap: anywhere;
}

.eyebrow {
  font-size: .78rem;
}

.text-link,
.button,
.filter-row button {
  font-size: .84rem;
}

.site-header {
  top: 14px;
  width: min(1420px, calc(100% - 32px));
  border-radius: 24px;
  background: color-mix(in srgb, var(--Hostera-surface) 82%, transparent);
  box-shadow: 0 24px 80px rgba(3, 13, 31, .14);
  backdrop-filter: blur(28px) saturate(170%);
}

.site-header .nav-shell {
  width: calc(100% - 38px);
  min-height: 88px;
  gap: clamp(14px, 2vw, 32px);
}

.main-nav {
  min-width: 0;
  gap: clamp(12px, 1.6vw, 25px);
}

.main-nav > a,
.mega-trigger,
.nav-login,
.button.compact {
  font-size: clamp(.74rem, .85vw, .9rem);
}

.mega-panel {
  top: 72px;
  right: clamp(-260px, -13vw, -120px);
  width: min(var(--Hostera-mega-width, 1180px), calc(100vw - 52px));
  max-width: calc(100vw - 52px);
  padding: 26px;
  border-radius: 30px;
  box-shadow: 0 40px 120px rgba(3, 12, 28, .25);
}

.mega-intro {
  padding: 25px;
  border-radius: 22px;
}

.mega-intro > span,
.mega-intro p,
.mega-intro a,
.mega-groups section h3,
.mega-groups b,
.mega-groups b small,
.mega-groups em,
.mega-footer {
  font-size: clamp(.68rem, .72vw, .82rem);
}

.mega-groups section > a {
  min-width: 0;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 11px;
  padding: 13px;
}

.Hostera-flag {
  position: relative;
  width: 48px;
  height: 36px;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 3px solid color-mix(in srgb, var(--Hostera-surface) 92%, transparent);
  border-radius: 11px;
  background: var(--Hostera-soft);
  box-shadow: 0 8px 20px rgba(7, 20, 44, .14);
  vertical-align: middle;
}

.Hostera-flag svg {
  width: 100%;
  height: 100%;
  display: block;
}

.Hostera-flag-fallback {
  color: var(--Hostera-primary);
  font-size: 1.25rem;
}

.mega-groups .Hostera-flag {
  width: 39px;
  height: 29px;
  border-width: 2px;
  border-radius: 8px;
}

.hero-section {
  min-height: 830px;
  margin-top: -104px;
  padding-top: 205px;
}

.hero-section::before {
  animation: HosteraOrbitalFloat 11s ease-in-out infinite alternate;
}

.hero-section::after {
  animation: HosteraOrbitalFloat 14s ease-in-out -4s infinite alternate-reverse;
}

.hero-slide > small {
  font-size: .86rem;
}

.hero-slide > p {
  max-width: 630px;
  font-size: clamp(1rem, 1.4vw, 1.17rem);
}

.hero-slide h1 {
  font-size: clamp(3.1rem, 5.4vw, 5.25rem);
  line-height: 1.22;
}

.cloud-console {
  animation: HosteraConsoleFloat 7s ease-in-out infinite;
}

.floating-card {
  animation: HosteraCardFloat 5.8s ease-in-out infinite;
}

.card-deploy {
  animation-delay: -2.4s;
}

.section {
  padding: clamp(82px, 8vw, 126px) 0;
}

.section-heading {
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
  margin-bottom: 50px;
}

.section-heading h2 {
  font-size: clamp(2.25rem, 4.2vw, 3.55rem);
  line-height: 1.35;
}

.section-heading > p {
  font-size: clamp(.94rem, 1.15vw, 1.08rem);
  line-height: 2;
}

.products-section {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 92% 4%, color-mix(in srgb, var(--Hostera-primary) 10%, transparent), transparent 30rem),
    radial-gradient(circle at 5% 84%, color-mix(in srgb, var(--Hostera-accent) 8%, transparent), transparent 28rem);
}

.product-grid {
  grid-template-columns: repeat(var(--Hostera-product-columns, 3), minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.product-card {
  min-width: 0;
  min-height: 470px;
  padding: clamp(23px, 2.2vw, 32px);
  overflow: hidden;
  border-radius: max(var(--Hostera-radius), 28px);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--Hostera-surface) 97%, var(--Hostera-primary)), var(--Hostera-surface));
  box-shadow: 0 24px 80px rgba(12, 31, 69, .1);
}

.product-card::after {
  position: absolute;
  top: -80px;
  left: -80px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--Hostera-primary) 8%, transparent);
  pointer-events: none;
  content: "";
  transition: .45s ease;
}

.product-card:hover::after {
  transform: scale(1.45);
}

.product-card header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 13px;
}

.product-card header small,
.product-card header > i,
.card-specs small,
.card-price small,
.card-price del {
  font-size: .72rem;
}

.product-card header h3 {
  font-size: clamp(1.15rem, 1.5vw, 1.38rem);
  line-height: 1.5;
}

.product-card > p {
  min-height: 65px;
  margin: 22px 0;
  font-size: .92rem;
  line-height: 1.95;
}

.card-specs {
  gap: 10px;
}

.card-specs span {
  min-width: 0;
  min-height: 72px;
  justify-content: center;
  padding: 13px 14px;
  border: 1px solid color-mix(in srgb, var(--Hostera-line) 70%, transparent);
  border-radius: 15px;
}

.card-specs b {
  font-size: .9rem;
}

.card-price {
  gap: 13px;
}

.card-price strong {
  font-size: clamp(1.45rem, 2vw, 1.85rem);
}

.card-price > a {
  padding: 9px 12px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--Hostera-primary) 9%, var(--Hostera-surface));
  font-size: .78rem;
}

[data-product-style="gradient"] .product-card {
  border-color: color-mix(in srgb, var(--Hostera-primary) 24%, var(--Hostera-line));
  background:
    radial-gradient(circle at 8% 0, color-mix(in srgb, var(--Hostera-primary) 17%, transparent), transparent 18rem),
    linear-gradient(155deg, var(--Hostera-surface), color-mix(in srgb, var(--Hostera-accent) 5%, var(--Hostera-surface)));
}

[data-product-style="outline"] .product-card {
  border-width: 2px;
  background: transparent;
  box-shadow: none;
}

[data-product-style="compact"] .product-card {
  min-height: 390px;
  padding: 22px;
}

[data-product-style="compact"] .product-card > p {
  min-height: auto;
}

[data-product-style="compact"] .card-specs span {
  min-height: 58px;
}

.technology-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 15%, color-mix(in srgb, var(--Hostera-primary) 26%, transparent), transparent 30rem),
    radial-gradient(circle at 10% 90%, color-mix(in srgb, var(--Hostera-accent) 14%, transparent), transparent 28rem),
    #06111f;
}

.technology-section::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(115, 142, 181, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(115, 142, 181, .06) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
  content: "";
}

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

.technology-card,
.technology-card:hover {
  min-width: 0;
  min-height: 220px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid rgba(143, 168, 202, .18);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(18, 35, 58, .94), rgba(8, 21, 38, .98));
  color: #f7faff;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
}

.technology-card:hover {
  border-color: color-mix(in srgb, var(--Hostera-primary) 55%, rgba(143, 168, 202, .3));
  box-shadow: 0 34px 90px rgba(0, 0, 0, .32);
}

.technology-card::after {
  bottom: -90px;
  left: -65px;
  width: 210px;
  height: 210px;
  background: color-mix(in srgb, var(--Hostera-primary) 20%, transparent);
  filter: blur(8px);
}

.technology-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 17px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--Hostera-primary) 45%, #162a43), #12243b);
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
}

.technology-icon .Hostera-icon {
  width: 26px;
  height: 26px;
}

.technology-card > b {
  position: relative;
  z-index: 1;
  display: block;
  margin: 21px 0 6px;
  color: #fff;
  font-size: 1.45rem;
}

.technology-card p {
  position: relative;
  z-index: 1;
  color: #a8b7ca;
  font-size: .9rem;
}

.technology-card small {
  z-index: 1;
  color: #62e2c0;
  font-size: .72rem;
}

.footer-grid {
  grid-template-columns: minmax(260px, 1.45fr) repeat(auto-fit, minmax(150px, 1fr));
  gap: 38px;
}

.footer-grid strong {
  font-size: .92rem;
}

.footer-grid a,
.footer-brand p {
  font-size: .84rem;
}

.footer-brand > span,
.footer-bottom {
  font-size: .72rem;
}

.footer-trust {
  min-width: 190px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .05);
}

.footer-trust > div {
  min-height: 98px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.footer-trust img {
  max-width: 92px;
  max-height: 92px;
  object-fit: contain;
}

.footer-trust-placeholder {
  display: grid;
  min-height: 90px;
  place-items: center;
  color: #72849b;
  font-size: .72rem;
  text-align: center;
}

.product-location-badge {
  gap: 10px;
  padding: 8px 13px;
  letter-spacing: 0;
}

.product-location-badge .Hostera-flag {
  width: 33px;
  height: 25px;
  border-width: 2px;
  border-radius: 7px;
}

.product-page .product-hero-grid {
  gap: clamp(38px, 7vw, 92px);
}

.product-page .product-hero p {
  font-size: 1.05rem;
}

.product-highlights span,
.order-card > span,
.order-card > small,
.spec-table span,
.spec-table b,
.product-side ul,
.product-side a {
  font-size: .82rem;
}

.product-layout-editorial .product-hero-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
}

.product-layout-editorial .product-hero h1 {
  font-family: "Estedad", var(--Hostera-font);
  max-width: 820px;
  letter-spacing: -.055em;
}

.product-layout-editorial .product-content {
  max-width: 880px;
}

.product-layout-spotlight .product-hero {
  min-height: 720px;
  display: grid;
  align-items: center;
}

.product-layout-spotlight .product-hero-grid {
  grid-template-columns: 1fr 390px;
}

.product-layout-spotlight .product-hero h1 {
  font-size: clamp(3.4rem, 7vw, 6.7rem);
}

.support-widget {
  position: relative;
  z-index: 1400;
}

.support-launcher {
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  min-width: 192px;
  min-height: 64px;
  padding: 8px 9px 8px 20px;
  border-radius: 21px;
  box-shadow: 0 22px 70px color-mix(in srgb, var(--Hostera-primary) 42%, transparent);
  transition: transform .25s ease, box-shadow .25s ease;
}

.support-launcher:hover {
  box-shadow: 0 28px 90px color-mix(in srgb, var(--Hostera-primary) 52%, transparent);
  transform: translateY(-4px);
}

.support-launcher b {
  font-size: .78rem;
}

.support-panel {
  right: max(20px, env(safe-area-inset-right));
  bottom: calc(96px + env(safe-area-inset-bottom));
  width: min(470px, calc(100vw - 32px));
  height: min(760px, calc(100dvh - 122px));
  max-height: calc(100dvh - 122px);
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto auto auto;
  border-radius: 30px;
  background: var(--Hostera-surface);
  overflow: hidden;
  overscroll-behavior: contain;
}

.support-panel > header {
  min-height: 88px;
  padding: 16px 18px;
}

.support-panel > header b {
  font-size: .86rem;
}

.support-panel > header small,
.support-header-actions button,
.support-intro small {
  font-size: .68rem;
}

.support-intro {
  padding: 13px 17px;
}

.support-intro p {
  font-size: .82rem;
}

.support-start {
  min-height: 0;
  gap: 12px;
  padding: 16px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.support-mode-picker {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.support-mode-picker button {
  min-width: 0;
  min-height: 82px;
  padding: 10px 7px;
  border-radius: 16px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.support-mode-picker button:hover {
  transform: translateY(-2px);
}

.support-mode-picker button > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  margin: 0 auto 4px;
  border-radius: 10px;
  background: var(--Hostera-surface);
  color: var(--Hostera-primary);
  box-shadow: inset 0 0 0 1px var(--Hostera-line);
  font-size: 1rem;
}

.support-mode-picker button b {
  font-size: .76rem;
  line-height: 1.45;
}

.support-mode-picker button small {
  margin-top: 3px;
  font-size: .6rem;
  line-height: 1.45;
}

.support-start label span {
  font-size: .7rem;
}

.support-start input,
.support-start textarea {
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 13px;
  font-size: .88rem;
}

.support-start textarea {
  min-height: 92px;
}

.support-start > button {
  position: sticky;
  bottom: 0;
  min-height: 52px;
  font-size: .86rem;
}

.support-messages {
  min-height: 0;
  max-height: none;
  align-content: start;
  padding: 16px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.support-messages > div {
  padding: 12px 14px;
}

.support-messages b,
.support-messages small,
.support-messages a {
  font-size: .68rem;
}

.support-messages p {
  font-size: .84rem;
  line-height: 1.85;
}

.support-reply {
  flex: 0 0 auto;
  padding: 12px;
}

.support-reply textarea {
  min-width: 0;
  font-size: .85rem;
}

.support-contact-row {
  flex: 0 0 auto;
  padding-bottom: max(9px, env(safe-area-inset-bottom));
}

.support-contact-row a,
.support-notice {
  font-size: .68rem;
}

body[data-site-preset="aurora"] .hero-section {
  background:
    radial-gradient(circle at 78% 28%, rgba(219, 72, 255, .48), transparent 30rem),
    radial-gradient(circle at 18% 75%, rgba(61, 220, 255, .23), transparent 28rem),
    linear-gradient(145deg, #100826, #25114d 52%, #081c36);
}

body[data-site-preset="aurora"] .site-header {
  border-color: color-mix(in srgb, #ba78ff 24%, var(--Hostera-line));
}

body[data-site-preset="aurora"] .product-card.featured::before {
  background: linear-gradient(90deg, #d955ff, #5a7dff, #41e6d2);
}

body[data-site-preset="pearl"] .hero-section {
  background:
    radial-gradient(circle at 82% 25%, color-mix(in srgb, var(--Hostera-primary) 17%, transparent), transparent 29rem),
    radial-gradient(circle at 10% 80%, #f3cfb333, transparent 24rem),
    linear-gradient(145deg, #fff, #f3f6ff 55%, #eef5f8);
  color: #111b31;
}

body[data-site-preset="pearl"] .hero-slide > small,
body[data-site-preset="pearl"] .hero-slide > p {
  color: #667189;
}

body[data-site-preset="pearl"] .hero-actions .button.secondary {
  border-color: #d9e0eb;
  background: #ffffffb8;
  color: #17223a;
}

body[data-site-preset="circuit"] .hero-section {
  background:
    linear-gradient(rgba(79, 118, 174, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 118, 174, .1) 1px, transparent 1px),
    radial-gradient(circle at 72% 32%, color-mix(in srgb, var(--Hostera-primary) 32%, transparent), transparent 28rem),
    #050e1a;
  background-size: 42px 42px, 42px 42px, auto, auto;
}

body[data-site-preset="circuit"] .product-card {
  border-radius: 18px;
}

body[data-site-preset="emerald"] .hero-section {
  background:
    radial-gradient(circle at 80% 28%, rgba(36, 211, 153, .37), transparent 29rem),
    radial-gradient(circle at 12% 75%, rgba(86, 131, 255, .18), transparent 26rem),
    linear-gradient(145deg, #041512, #082820 52%, #071625);
}

body[data-site-preset="emerald"] .button,
body[data-site-preset="emerald"] .filter-row button.active {
  background: linear-gradient(135deg, #12b981, #2c83e8);
}

body[data-site-preset="solar"] .hero-section {
  background:
    radial-gradient(circle at 78% 30%, rgba(255, 159, 67, .48), transparent 30rem),
    radial-gradient(circle at 14% 74%, rgba(150, 86, 255, .26), transparent 27rem),
    linear-gradient(145deg, #190d24, #35142e 52%, #11172b);
}

body[data-site-preset="solar"] .hero-slide h1 em {
  background: linear-gradient(90deg, #ffbc68, #ff7a8c 48%, #9d8bff);
  -webkit-background-clip: text;
  background-clip: text;
}

.Hostera-reveal {
  opacity: 0;
  transform: translateY(24px) scale(.985);
  transition: opacity .65s cubic-bezier(.2, .75, .25, 1), transform .65s cubic-bezier(.2, .75, .25, 1);
  transition-delay: var(--Hostera-reveal-delay, 0ms);
}

.Hostera-reveal.is-visible {
  opacity: 1;
  transform: none;
}

[data-motion-level="balanced"] .Hostera-reveal {
  transform: translateY(14px);
  transition-duration: .48s;
}

[data-motion-level="subtle"] .Hostera-reveal {
  transform: none;
  transition-duration: .28s;
}

[data-motion-level="subtle"] .cloud-console,
[data-motion-level="subtle"] .floating-card,
[data-motion-level="subtle"] .hero-section::before,
[data-motion-level="subtle"] .hero-section::after {
  animation: none;
}

@keyframes HosteraConsoleFloat {
  0%, 100% { transform: perspective(1300px) rotateY(-5deg) rotateX(2deg) translateY(0); }
  50% { transform: perspective(1300px) rotateY(-3deg) rotateX(1deg) translateY(-11px); }
}

@keyframes HosteraCardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes HosteraOrbitalFloat {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(24px, -18px, 0) scale(1.06); }
}

@media (max-width: 1180px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .technology-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mega-panel {
    right: -170px;
  }
}

@media (max-width: 920px) {
  .shell {
    width: min(var(--Hostera-content-width, 1280px), calc(100% - 28px));
  }

  .site-header {
    top: 7px;
    width: calc(100% - 14px);
  }

  .site-header .nav-shell {
    width: calc(100% - 24px);
    min-height: 76px;
  }

  .main-nav {
    top: 90px;
    right: 12px;
    left: 12px;
    max-height: calc(100dvh - 104px);
    overflow-y: auto;
  }

  .mega-panel {
    max-width: 100%;
  }

  .hero-section {
    min-height: auto;
    margin-top: -90px;
    padding-top: 160px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 500px;
  }

  .product-layout-technical .product-hero-grid,
  .product-layout-editorial .product-hero-grid,
  .product-layout-spotlight .product-hero-grid {
    grid-template-columns: 1fr;
  }

  .product-layout-spotlight .product-hero {
    min-height: auto;
  }
}

@media (max-width: 650px) {
  .shell {
    width: calc(100% - 22px);
  }

  .section {
    padding: 72px 0;
  }

  .hero-copy {
    min-height: 500px;
  }

  .hero-slide h1 {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
  }

  .hero-slide > p {
    font-size: .96rem;
  }

  .product-grid,
  .technology-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-card {
    min-height: auto;
    padding: 23px;
  }

  .product-card > p {
    min-height: auto;
  }

  .card-price {
    align-items: stretch;
    flex-direction: column;
  }

  .card-price > a {
    text-align: center;
  }

  .technology-card {
    min-height: 205px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand,
  .footer-trust {
    grid-column: 1 / -1;
  }

  .support-launcher {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    min-width: 58px;
    min-height: 58px;
    padding: 7px;
    border-radius: 18px;
  }

  .support-launcher b,
  .support-launcher i {
    display: none;
  }

  .support-panel {
    right: 8px;
    bottom: calc(78px + env(safe-area-inset-bottom));
    width: calc(100vw - 16px);
    height: calc(100dvh - 88px - env(safe-area-inset-bottom));
    max-height: calc(100dvh - 88px - env(safe-area-inset-bottom));
    border-radius: 24px;
  }

  .support-panel > header {
    min-height: 76px;
    padding: 12px 14px;
  }

  .support-panel > header > div > span {
    width: 40px;
    height: 40px;
  }

  .support-header-actions [data-hostera-chat-new] {
    max-width: 92px;
    padding: 0 8px;
  }

  .support-mode-picker {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .support-mode-picker button {
    min-height: 76px;
  }

  .support-mode-picker button small {
    display: none;
  }

  .support-contact-row {
    display: none;
  }

  .support-reply {
    padding: 9px;
  }
}

@media (max-width: 390px) {
  .support-mode-picker button b {
    font-size: .66rem;
  }

  .support-header-actions [data-hostera-chat-new] {
    width: 38px;
    overflow: hidden;
    color: transparent;
  }

  .support-header-actions [data-hostera-chat-new]::after {
    color: #fff;
    content: "+";
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .Hostera-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Hostera 4.4 — fluid typography, multi-plan catalogue and 2026 surfaces */
html { font-size: var(--Hostera-base-font-size, 17px); }
body { font-size: 1rem; overflow-x: clip; }
img, svg, video { max-width: 100%; }
.shell, .main-nav, .nav-mega, .mega-panel, .product-grid, .product-card,
.product-hero-grid, .product-detail-layout, .Hostera-plans-grid, .Hostera-plan-card { min-width: 0; }
.main-nav > a, .mega-trigger, .nav-login { font-size: var(--Hostera-nav-font-size, 16px); }
.hero-slide h1 { font-size: clamp(2.45rem, 5vw, var(--Hostera-hero-title-size, 68px)); }
.section-heading h2, .Hostera-plans-heading h2 { font-size: clamp(2rem, 3.6vw, var(--Hostera-section-title-size, 42px)); }
.product-card h3, .technology-card h3, .news-card h3, .Hostera-plan-card h3 { font-size: var(--Hostera-card-title-size, 22px); }
.product-card > p, .news-card p, .technology-card p, .Hostera-plan-card > p { font-size: var(--Hostera-card-text-size, 16px); }
.button, button, .card-price > a { font-size: var(--Hostera-button-font-size, 16px); }
.site-footer, .site-footer a, .footer-brand p, .footer-bottom { font-size: var(--Hostera-footer-font-size, 15px); }
.support-panel, .support-panel input, .support-panel textarea, .support-panel button { font-size: var(--Hostera-chat-font-size, 15px); }
.product-card header h3, .product-card > p, .card-specs b, .card-price strong,
.Hostera-plan-card h3, .Hostera-plan-card li span, .mega-groups b, .mega-groups b small {
  overflow-wrap: anywhere;
  word-break: normal;
}

.product-plan-count {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 2px 10px;
  align-items: center;
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--Hostera-primary) 16%, var(--Hostera-line));
  border-radius: 16px;
  background: color-mix(in srgb, var(--Hostera-primary) 5%, var(--Hostera-surface));
}
.filter-row { align-items: center; flex-wrap: wrap; }
.product-search { min-width: min(100%, 330px); flex: 1 1 330px; display: flex; align-items: center; gap: 9px; padding: 0 14px; border: 1px solid var(--Hostera-line); border-radius: 16px; background: var(--Hostera-surface); box-shadow: 0 10px 30px rgba(20, 35, 75, .05); }
.product-search svg { width: 20px; color: var(--Hostera-primary); }
.product-search input { width: 100%; min-height: 48px; border: 0; background: transparent; color: var(--Hostera-text); outline: 0; }
.product-search input::placeholder { color: var(--Hostera-muted); }
.product-plan-count > svg { grid-row: 1 / 3; width: 24px; color: var(--Hostera-primary); }
.product-plan-count b { font-size: .86rem; }
.product-plan-count span { overflow: hidden; color: var(--Hostera-muted); font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }

.Hostera-plans-section {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 8% 18%, color-mix(in srgb, var(--Hostera-primary) 16%, transparent), transparent 26rem),
    radial-gradient(circle at 92% 86%, color-mix(in srgb, var(--Hostera-accent) 12%, transparent), transparent 24rem),
    color-mix(in srgb, var(--Hostera-soft) 48%, var(--Hostera-bg));
  overflow: hidden;
}
.Hostera-plans-section::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(color-mix(in srgb, var(--Hostera-line) 45%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--Hostera-line) 45%, transparent) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}
.Hostera-plans-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
  gap: 36px;
  align-items: end;
  margin-bottom: 42px;
}
.Hostera-plans-heading h2 { max-width: 780px; margin: 4px 0 0; line-height: 1.45; letter-spacing: -.035em; }
.Hostera-plans-heading > p { margin: 0; color: var(--Hostera-muted); font-size: 1rem; line-height: 2; }
.Hostera-plans-grid {
  display: grid;
  grid-template-columns: repeat(var(--Hostera-plan-columns, 3), minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.Hostera-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
  border: 1px solid color-mix(in srgb, var(--Hostera-line) 88%, transparent);
  border-radius: clamp(22px, var(--Hostera-radius), 34px);
  background: color-mix(in srgb, var(--Hostera-surface) 91%, transparent);
  box-shadow: 0 16px 60px rgba(17, 28, 58, .08);
  backdrop-filter: blur(22px);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s, border-color .35s;
  overflow: hidden;
}
.Hostera-plan-card::after {
  position: absolute;
  width: 170px;
  height: 170px;
  left: -80px;
  bottom: -100px;
  border-radius: 50%;
  background: var(--Hostera-product-accent, var(--Hostera-primary));
  content: "";
  filter: blur(58px);
  opacity: .13;
  pointer-events: none;
}
.Hostera-plan-card:hover { z-index: 2; border-color: color-mix(in srgb, var(--Hostera-primary) 46%, var(--Hostera-line)); box-shadow: 0 30px 90px rgba(24, 38, 80, .16); transform: translateY(-9px); }
.Hostera-plan-card.featured { border-color: color-mix(in srgb, var(--Hostera-product-accent, var(--Hostera-primary)) 65%, var(--Hostera-line)); background: linear-gradient(165deg, color-mix(in srgb, var(--Hostera-product-accent, var(--Hostera-primary)) 13%, var(--Hostera-surface)), var(--Hostera-surface) 48%); box-shadow: 0 25px 80px color-mix(in srgb, var(--Hostera-product-accent, var(--Hostera-primary)) 18%, transparent); }
.Hostera-plan-badge { position: absolute; top: 17px; left: 17px; max-width: calc(100% - 34px); padding: 6px 11px; border-radius: 99px; background: var(--Hostera-product-accent, var(--Hostera-primary)); color: #fff; font-size: .72rem; }
.Hostera-plan-card > header { display: flex; align-items: center; gap: 14px; padding-left: 72px; }
.Hostera-plan-card > header > span { width: 52px; height: 52px; flex: 0 0 52px; display: grid; place-items: center; border-radius: 17px; background: color-mix(in srgb, var(--Hostera-product-accent, var(--Hostera-primary)) 12%, var(--Hostera-soft)); color: var(--Hostera-product-accent, var(--Hostera-primary)); }
.Hostera-plan-card > header svg { width: 25px; }
.Hostera-plan-card > header small { display: block; color: var(--Hostera-muted); font-size: .72rem; }
.Hostera-plan-card h3 { margin: 2px 0 0; line-height: 1.45; }
.Hostera-plan-card > p { min-height: 3.6em; margin: 0; color: var(--Hostera-muted); line-height: 1.9; }
.Hostera-plan-price { display: grid; padding: 18px 0; border-block: 1px solid var(--Hostera-line); }
.Hostera-plan-price del { color: var(--Hostera-muted); font-size: .75rem; }
.Hostera-plan-price strong { font-size: clamp(1.8rem, 3vw, 2.55rem); font-weight: 950; line-height: 1.45; letter-spacing: -.035em; }
.Hostera-plan-price span { color: var(--Hostera-muted); font-size: .8rem; }
.Hostera-plan-metrics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.Hostera-plan-metrics > span { min-width: 0; display: grid; grid-template-columns: 20px minmax(0, 1fr); align-items: center; gap: 0 7px; padding: 10px; border-radius: 13px; background: color-mix(in srgb, var(--Hostera-soft) 80%, transparent); }
.Hostera-plan-metrics svg { grid-row: 1 / 3; width: 18px; color: var(--Hostera-primary); }
.Hostera-plan-metrics small { color: var(--Hostera-muted); font-size: .66rem; }
.Hostera-plan-metrics b { overflow: hidden; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.Hostera-plan-card ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.Hostera-plan-card li { display: flex; gap: 9px; align-items: flex-start; color: color-mix(in srgb, var(--Hostera-text) 88%, var(--Hostera-muted)); font-size: .86rem; line-height: 1.8; }
.Hostera-plan-card li svg { width: 18px; flex: 0 0 18px; margin-top: 4px; color: var(--Hostera-accent); }
.Hostera-plan-order { width: 100%; gap: 10px; margin-top: auto; }
.Hostera-plan-order svg { width: 20px; }

.Hostera-plans-compare .Hostera-plans-grid { gap: 0; border: 1px solid var(--Hostera-line); border-radius: 30px; background: var(--Hostera-surface); overflow: hidden; }
.Hostera-plans-compare .Hostera-plan-card { border: 0; border-left: 1px solid var(--Hostera-line); border-radius: 0; box-shadow: none; backdrop-filter: none; }
.Hostera-plans-compare .Hostera-plan-card:last-child { border-left: 0; }
.Hostera-plans-minimal .Hostera-plan-card { box-shadow: none; background: var(--Hostera-surface); }
.Hostera-plans-minimal .Hostera-plan-card::after { display: none; }
.Hostera-plans-slider .Hostera-plans-grid { display: flex; padding: 12px 4px 26px; scroll-snap-type: x mandatory; overflow-x: auto; scrollbar-color: var(--Hostera-primary) transparent; }
.Hostera-plans-slider .Hostera-plan-card { width: min(390px, 86vw); flex: 0 0 min(390px, 86vw); scroll-snap-align: start; }
.Hostera-plans-spotlight .Hostera-plans-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.Hostera-plans-spotlight .Hostera-plan-card.featured { grid-row: span 2; padding: 36px; }

.support-panel { font-size: var(--Hostera-chat-font-size, 15px); }
.support-start label span, .support-intro p, .support-messages p, .support-panel > header b { font-size: .9em; }
.support-mode-picker button b, .support-reply textarea, .support-reply button { font-size: .86em; }

@media (max-width: 1100px) {
  .Hostera-plans-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .Hostera-plans-compare .Hostera-plans-grid { gap: 14px; border: 0; background: transparent; overflow: visible; }
  .Hostera-plans-compare .Hostera-plan-card { border: 1px solid var(--Hostera-line); border-radius: var(--Hostera-radius); }
}

@media (max-width: 720px) {
  .Hostera-plans-heading { grid-template-columns: 1fr; gap: 12px; margin-bottom: 28px; }
  .Hostera-plans-grid, .Hostera-plans-spotlight .Hostera-plans-grid { grid-template-columns: 1fr; }
  .Hostera-plans-spotlight .Hostera-plan-card.featured { grid-row: auto; }
  .Hostera-plan-card { padding: 22px; }
  .Hostera-plan-card > header { padding-left: 58px; }
  .product-card, .order-card, .product-side, .spec-table { max-width: 100%; }
  .card-price { align-items: stretch; flex-direction: column; gap: 14px; }
  .card-price > a { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; border-radius: 13px; background: color-mix(in srgb, var(--Hostera-primary) 10%, transparent); }
}
