/* Bornbee Hosting - Page styles v2.3.0 */

.bh-hero {
  position: relative;
  min-height: min(900px, 100svh);
  display: flex;
  align-items: center;
  padding: calc(var(--header-height) + 58px) 0 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(117, 92, 255, 0.16), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(16, 185, 129, 0.15), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8f7ff 58%, #ffffff 100%);
}
.bh-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(91, 66, 243, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 66, 243, 0.07) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.52), transparent 78%);
}
.bh-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(38px, 7vw, 72px);
  align-items: center;
}
.bh-hero__content { max-width: 690px; }
.bh-hero__title {
  max-width: 780px;
  color: var(--gray-950);
  letter-spacing: -0.07em;
}
.bh-hero__sub {
  max-width: 610px;
  margin-top: 22px;
  color: var(--gray-600);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}
.bh-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.bh-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.bh-hero__proof span,
.bh-hero__proof-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 11px;
  border: 1px solid rgba(91, 66, 243, 0.12);
  border-radius: var(--radius-full);
  background: rgba(255,255,255,0.74);
  color: var(--gray-700);
  font-size: 0.86rem;
  font-weight: 850;
  box-shadow: var(--shadow-xs);
}
.bh-hero__proof svg { color: var(--accent-600); }
.bh-hero__visual { display: block; min-width: 0; }
.bh-hero__image-wrap {
  position: relative;
  isolation: isolate;
  border-radius: var(--radius-2xl);
}
.bh-hero__image-wrap::before {
  content: '';
  position: absolute;
  inset: -18px;
  z-index: -1;
  border-radius: calc(var(--radius-2xl) + 18px);
  background: linear-gradient(135deg, rgba(91,66,243,0.2), rgba(16,185,129,0.15));
  filter: blur(18px);
}
.bh-hero__image {
  width: 100%;
  min-height: 380px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-xl);
}
.bh-hero__dashboard {
  position: absolute;
  left: clamp(14px, 4vw, 32px);
  right: clamp(14px, 4vw, 32px);
  bottom: clamp(14px, 4vw, 32px);
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 24px;
  background: rgba(255,255,255,0.82);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}
.bh-hero__dashboard-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.bh-hero__metric { display: grid; gap: 2px; }
.bh-hero__metric strong { color: var(--gray-950); font-size: 1.05rem; }
.bh-hero__metric span { color: var(--gray-500); font-size: 0.78rem; font-weight: 800; }
.bh-hero__bar { height: 9px; border-radius: var(--radius-full); background: var(--gray-150); overflow: hidden; }
.bh-hero__bar span { display: block; height: 100%; width: 78%; border-radius: inherit; background: linear-gradient(90deg, var(--brand-600), var(--accent-500)); }
.bh-hero__float {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(229,231,235,0.88);
  border-radius: var(--radius-full);
  background: rgba(255,255,255,0.92);
  color: var(--gray-800);
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(14px);
  animation: bh-float 5.5s ease-in-out infinite;
}
.bh-hero__float--email { top: 14%; left: -12px; }
.bh-hero__float--shield { top: 22%; right: -12px; animation-delay: 1.2s; }
.bh-hero__float--speed { bottom: 38%; right: -18px; animation-delay: 2.1s; }
.bh-hero__float svg { color: var(--brand-700); }
.bh-hero__float--shield svg { color: var(--accent-600); }
.bh-hero__float--speed svg { color: var(--gold-500); }
@keyframes bh-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.bh-trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  padding: 18px 0;
  background: rgba(255,255,255,0.88);
  border-block: 1px solid var(--gray-150);
  backdrop-filter: blur(14px);
}
.bh-trust-strip__list { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; }
.bh-trust-strip__list li { display: inline-flex; align-items: center; gap: 7px; color: var(--gray-600); font-size: 0.88rem; font-weight: 850; }
.bh-trust-strip__list svg { color: var(--accent-600); }

.bh-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 7vw, 78px);
  align-items: center;
}
.bh-split__media {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.bh-split__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5,8,22,0.35), transparent 55%);
  pointer-events: none;
}
.bh-split__media img { width: 100%; min-height: 360px; object-fit: cover; }
.bh-split__content { max-width: 560px; }
.bh-split__content p { color: var(--gray-600); font-size: 1.05rem; margin-top: 16px; }
.bh-check-list { display: grid; gap: 11px; margin: 24px 0 28px; }
.bh-check-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--gray-700); font-weight: 800; }
.bh-check-list svg { flex: 0 0 auto; margin-top: 4px; color: var(--accent-600); }

.bh-showcase-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.bh-showcase-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: var(--radius-2xl);
  background: var(--gray-950);
  color: var(--white);
  box-shadow: var(--shadow-md);
}
.bh-showcase-card img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; opacity: 0.78; transition: transform var(--ease-entrance), opacity var(--ease-base); }
.bh-showcase-card:hover img { transform: scale(1.04); opacity: 0.88; }
.bh-showcase-card__body { position: absolute; inset: auto 0 0; padding: 24px; background: linear-gradient(to top, rgba(5,8,22,0.82), transparent); }
.bh-showcase-card__body h3 { color: var(--white); }
.bh-showcase-card__body p { color: rgba(255,255,255,0.74); margin-top: 6px; }

.bh-cta-final { text-align: center; overflow: hidden; }
.bh-cta-final__inner {
  position: relative;
  max-width: 780px;
  margin-inline: auto;
  padding: clamp(32px, 6vw, 60px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-2xl);
  background: rgba(255,255,255,0.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), var(--shadow-xl);
}
.bh-section--light .bh-cta-final__inner,
.bh-section--gray .bh-cta-final__inner,
.bh-section--cream .bh-cta-final__inner {
  background: var(--white);
  border-color: var(--gray-200);
}
.bh-cta-final p { margin: 16px auto 30px; max-width: 620px; font-size: 1.1rem; color: inherit; }
.bh-cta-final__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

.bh-page-hosting-hero,
.bh-features-hero,
.bh-contact-hero,
.bh-free-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--header-height) + 70px) 0 74px;
  text-align: center;
  background:
    radial-gradient(circle at 18% 10%, rgba(117, 92, 255, 0.16), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(16, 185, 129, 0.12), transparent 30%),
    linear-gradient(180deg, var(--brand-50), var(--white));
  border-bottom: 1px solid var(--gray-150);
}
.bh-page-hosting-hero h1,
.bh-features-hero h1,
.bh-contact-hero h1,
.bh-free-hero h1 { max-width: 900px; margin-inline: auto; }
.bh-page-hosting-hero p,
.bh-features-hero p,
.bh-contact-hero p,
.bh-free-hero p { max-width: 690px; margin: 18px auto 0; color: var(--gray-600); font-size: clamp(1.05rem, 2vw, 1.22rem); }

.bh-steps { display: grid; grid-template-columns: 1fr; gap: 16px; counter-reset: step; }
.bh-step {
  counter-increment: step;
  position: relative;
  padding: 26px 24px 24px 78px;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--shadow-xs);
}
.bh-step::before {
  content: counter(step);
  position: absolute;
  top: 24px;
  left: 24px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-700), var(--brand-500));
  color: var(--white);
  font-weight: 950;
  box-shadow: var(--shadow-glow);
}
.bh-step p { color: var(--gray-600); margin-top: 6px; }

.bh-math-table {
  overflow: hidden;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.bh-math-table th,
.bh-math-table td {
  padding: 15px 18px;
  border-bottom: 1px solid var(--gray-150);
  text-align: left;
}
.bh-math-table th { background: var(--brand-50); color: var(--gray-950); font-weight: 950; }
.bh-math-table tbody tr:hover { background: var(--gray-50); }
.bh-math-table td:last-child { color: var(--brand-700); font-weight: 900; }
.bh-math-table tfoot td { border-top: 2px solid var(--gray-200); font-weight: 950; }

.bh-footer {
  position: relative;
  background:
    radial-gradient(circle at 18% 10%, rgba(91,66,243,0.18), transparent 30%),
    linear-gradient(180deg, var(--navy-900), var(--navy-950));
  color: rgba(255,255,255,0.72);
}
.bh-footer__newsletter { padding: 58px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.bh-footer__nl-inner { display: grid; gap: 26px; align-items: center; }
.bh-footer__nl-content h2 { color: var(--white); font-size: clamp(1.8rem, 4vw, 2.8rem); }
.bh-footer__nl-content p { color: rgba(255,255,255,0.58); margin-top: 8px; }
.bh-footer__main { display: grid; grid-template-columns: 1fr; gap: 34px; padding: 62px 0; }
.bh-footer__brand { max-width: 340px; }
.bh-footer__brand p { margin-top: 14px; color: rgba(255,255,255,0.58); }
.bh-footer__col h3 { color: rgba(255,255,255,0.4); margin-bottom: 14px; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; }
.bh-footer__col ul { display: grid; gap: 9px; }
.bh-footer__col a { color: rgba(255,255,255,0.62); font-weight: 700; }
.bh-footer__col a:hover { color: var(--white); }
.bh-footer__bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 22px 0; }
.bh-footer__bottom-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; }
.bh-footer__legal { display: grid; gap: 8px; }
.bh-footer__legal p,
.bh-footer__legal-links a { color: rgba(255,255,255,0.42); font-size: 0.84rem; }
.bh-footer__legal-links { display: flex; flex-wrap: wrap; gap: 14px; }
.bh-footer__legal a:hover { color: var(--white); }
.bh-footer .bh-input { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.14); color: var(--white); }
.bh-footer .bh-input::placeholder { color: rgba(255,255,255,0.42); }

.bh-lang { position: relative; }
.bh-lang__trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: var(--radius-full);
  background: rgba(255,255,255,0.72);
  color: var(--gray-700);
  font-weight: 900;
  font-size: 0.82rem;
}
.bh-lang__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: var(--z-overlay);
  min-width: 150px;
  padding: 8px;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}
.bh-lang__dropdown[hidden] { display: none; }
.bh-lang__dropdown a { display: block; padding: 8px 10px; border-radius: var(--radius-sm); color: var(--gray-700); font-weight: 800; }
.bh-lang__dropdown a:hover { background: var(--brand-50); color: var(--brand-800); }
.bh-footer .bh-lang__trigger { background: rgba(255,255,255,0.08); color: var(--white); border-color: rgba(255,255,255,0.12); }

.animate-fade-up { opacity: 0; transform: translateY(22px); transition: opacity 640ms var(--ease-entrance), transform 640ms var(--ease-entrance); }
.animate-fade-up.is-visible { opacity: 1; transform: translateY(0); }

@media (min-width: 760px) {
  .bh-split { grid-template-columns: 1fr 1fr; }
  .bh-showcase-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bh-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bh-footer__nl-inner { grid-template-columns: 1fr 1fr; }
  .bh-footer__main { grid-template-columns: 1.4fr 1fr 1fr; }
}
@media (min-width: 1040px) {
  .bh-hero__inner { grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr); }
  .bh-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .bh-footer__main { grid-template-columns: 1.6fr 1fr 1fr 1fr; }
}
@media (max-width: 860px) {
  .bh-hero { min-height: auto; }
  .bh-hero__title { letter-spacing: -0.055em; }
  .bh-hero__float { display: none; }
  .bh-hero__image { min-height: 300px; }
}
@media (max-width: 560px) {
  .bh-hero { padding-top: calc(var(--header-height) + 34px); }
  .bh-hero__actions .bh-btn { width: 100%; }
  .bh-hero__dashboard { position: relative; left: auto; right: auto; bottom: auto; margin-top: -54px; }
  .bh-trust-strip__list { justify-content: flex-start; }
  .bh-math-table { display: block; overflow-x: auto; white-space: nowrap; }
}

.bh-page-header {
  margin: calc(var(--header-height) + 34px) 0 44px;
  max-width: 820px;
}
.bh-page-header h1 { margin-bottom: 12px; }
.bh-page-header__desc { color: var(--gray-600); font-size: 1.12rem; }
.bh-post-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.bh-post-card {
  overflow: hidden;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: transform var(--ease-base), box-shadow var(--ease-base);
}
.bh-post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.bh-post-card__image img { width: 100%; height: 230px; object-fit: cover; }
.bh-post-card__body { padding: 24px; }
.bh-post-card__date { color: var(--gray-500); font-size: 0.84rem; font-weight: 800; }
.bh-post-card__title { margin-top: 8px; font-size: 1.35rem; }
.bh-post-card__title a:hover { color: var(--brand-700); }
.bh-post-card__excerpt { margin-top: 10px; color: var(--gray-600); }
.bh-post-card__link { display: inline-flex; margin-top: 16px; color: var(--brand-700); font-weight: 900; }
.bh-empty { max-width: 620px; margin: 0 auto; padding: 48px; border: 1px solid var(--gray-200); border-radius: var(--radius-2xl); background: var(--white); text-align: center; box-shadow: var(--shadow-sm); }
.bh-empty p { margin-top: 10px; color: var(--gray-600); }
.bh-cookie__content { display: grid; gap: 6px; }
@media (min-width: 740px) { .bh-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .bh-post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }


/* Bornbee Hosting - Illustration refresh v2.3.0 */
.bh-hero__image-wrap--illustrated {
  overflow: hidden;
  padding: 24px 24px 132px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 18% 12%, rgba(117, 92, 255, 0.18), transparent 28%),
    radial-gradient(circle at 82% 10%, rgba(16, 185, 129, 0.15), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,248,255,0.94));
}
.bh-hero__visual-topbar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(229, 231, 235, 0.92);
  border-radius: var(--radius-full);
  background: rgba(255,255,255,0.88);
  box-shadow: var(--shadow-xs);
  backdrop-filter: blur(14px);
}
.bh-hero__visual-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gray-300);
}
.bh-hero__visual-topbar span:first-child { background: #fda4af; }
.bh-hero__visual-topbar span:nth-child(2) { background: #fcd34d; }
.bh-hero__visual-topbar span:nth-child(3) { background: #86efac; }
.bh-hero__visual-label {
  margin-left: auto;
  color: var(--gray-500);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.bh-hero__image--illustration {
  min-height: 0;
  object-fit: contain;
  border: 0;
  border-radius: 26px;
  box-shadow: none;
  background: transparent;
}
.bh-hero__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(12px);
  opacity: 0.75;
  animation: bh-orb-drift 10s ease-in-out infinite;
}
.bh-hero__orb--one {
  width: 120px;
  height: 120px;
  top: 82px;
  right: 26px;
  background: rgba(117, 92, 255, 0.22);
}
.bh-hero__orb--two {
  width: 90px;
  height: 90px;
  left: 22px;
  bottom: 170px;
  background: rgba(16, 185, 129, 0.22);
  animation-delay: 2.3s;
}
@keyframes bh-orb-drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -10px, 0) scale(1.06); }
}
.bh-hero__bar span {
  width: 78%;
  animation: bh-progress 4.8s ease-in-out infinite;
}
@keyframes bh-progress {
  0%, 100% { width: 68%; }
  50% { width: 88%; }
}
.bh-illustration-panel {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 18px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 14% 16%, rgba(117, 92, 255, 0.14), transparent 26%),
    radial-gradient(circle at 88% 8%, rgba(16, 185, 129, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,255,0.96));
}
.bh-illustration-panel__image {
  width: 100%;
  min-height: 320px;
  object-fit: contain;
}
.bh-illustration-panel__badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(229, 231, 235, 0.92);
  border-radius: var(--radius-full);
  background: rgba(255,255,255,0.92);
  color: var(--gray-800);
  font-size: 0.84rem;
  font-weight: 850;
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(16px);
  animation: bh-float 6.4s ease-in-out infinite;
}
.bh-illustration-panel__badge svg { color: var(--brand-700); }
.bh-illustration-panel__badge--top { top: 22px; right: 18px; }
.bh-illustration-panel__badge--bottom { left: 18px; bottom: 18px; animation-delay: 1.5s; }
.bh-showcase-grid {
  gap: 22px;
}
.bh-showcase-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(229, 231, 235, 0.92);
  background: rgba(255,255,255,0.88);
  color: var(--gray-950);
  box-shadow: var(--shadow-sm);
}
.bh-showcase-card__art {
  position: relative;
  padding: 20px;
  background:
    radial-gradient(circle at 18% 14%, rgba(117, 92, 255, 0.14), transparent 26%),
    radial-gradient(circle at 82% 12%, rgba(16, 185, 129, 0.13), transparent 24%),
    linear-gradient(180deg, var(--gray-50), var(--white));
}
.bh-showcase-card__art--dark {
  background: linear-gradient(180deg, #0f172a, #15213b);
}
.bh-showcase-card__art img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  opacity: 1;
  transform: none;
}
.bh-showcase-card:hover .bh-showcase-card__art img {
  transform: translateY(-4px) scale(1.015);
}
.bh-showcase-card__body {
  position: relative;
  inset: auto;
  padding: 24px 24px 26px;
  background: transparent;
}
.bh-showcase-card__body h3 { color: var(--gray-950); }
.bh-showcase-card__body p {
  color: var(--gray-600);
  margin-top: 8px;
}
.bh-showcase-card__body::before {
  content: '';
  display: block;
  width: 52px;
  height: 4px;
  margin-bottom: 16px;
  border-radius: var(--radius-full);
  background: linear-gradient(90deg, var(--brand-500), var(--accent-500));
}
@media (min-width: 820px) {
  .bh-showcase-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .bh-hero__image-wrap--illustrated {
    padding: 18px 18px 118px;
  }
  .bh-hero__visual-topbar { margin-bottom: 12px; }
}
@media (max-width: 640px) {
  .bh-hero__image-wrap--illustrated {
    padding: 16px 16px 108px;
  }
  .bh-hero__visual-label { display: none; }
  .bh-illustration-panel__badge {
    position: static;
    margin-top: 12px;
    width: fit-content;
  }
  .bh-showcase-card__body,
  .bh-showcase-card__art {
    padding: 18px;
  }
}
