
/* Bornbee Hosting - reference-inspired homepage v3.3.0: refined hero scale and copy rhythm */
:root {
  --bb-ref-navy: #06112f;
  --bb-ref-navy-2: #0b1c4c;
  --bb-ref-blue: #315cff;
  --bb-ref-cyan: #26d6ff;
  --bb-ref-violet: #8b5cff;
  --bb-ref-mint: #64e6ba;
  --bb-ref-ink: #071021;
  --bb-ref-muted: #69758d;
  --bb-ref-bg: #f5f7ff;
  --bb-ref-card: #ffffff;
  --bb-ref-border: rgba(111, 126, 173, 0.18);
  --bb-ref-shadow: 0 24px 80px rgba(9, 24, 72, 0.14);
  --bb-ref-radius: 30px;
}
.bh-main { background: var(--bb-ref-bg); }
.bb-ref-eyebrow { display:inline-flex; align-items:center; gap:10px; color:#3d66ff; font-size:.78rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; margin-bottom:16px; }
.bb-ref-eyebrow:before { content:""; width:10px; height:10px; border-radius:50%; background:linear-gradient(135deg,var(--bb-ref-cyan),var(--bb-ref-blue)); box-shadow:0 0 0 7px rgba(49,92,255,.12); }
.bb-ref-hero { position:relative; overflow:hidden; min-height:780px; padding:calc(var(--header-height) + 64px) 0 126px; color:#fff; background: radial-gradient(circle at 20% 10%, rgba(49,92,255,.42), transparent 30%), radial-gradient(circle at 78% 16%, rgba(38,214,255,.24), transparent 28%), linear-gradient(135deg,#05112e 0%, #0a1a46 52%, #08102d 100%); }
.bb-ref-hero__bg { position:absolute; inset:0; background-image:url('../images/ref-hosting/Hosting-Hero-BG.webp'); background-size:cover; background-position:center bottom; opacity:.24; mix-blend-mode:screen; pointer-events:none; }
.bb-ref-hero:after { content:""; position:absolute; inset:auto -10% -2px; height:180px; background:linear-gradient(180deg,transparent,var(--bb-ref-bg)); pointer-events:none; }
.bb-ref-hero__grid { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr); align-items:center; gap:64px; }
.bb-ref-hero__copy { max-width:690px; }
.bb-ref-hero h1 { max-width:680px; color:#fff; font-size:clamp(3rem,4.8vw,5.1rem); line-height:1.02; letter-spacing:-.058em; font-weight:800; }
.bb-ref-hero p { max-width:640px; margin-top:24px; color:rgba(255,255,255,.78); font-size:clamp(1.05rem,1.45vw,1.18rem); line-height:1.72; }
.bb-ref-hero .bb-ref-eyebrow { color:#89e7ff; }
.bb-ref-hero .bb-ref-eyebrow:before { background:var(--bb-ref-cyan); box-shadow:0 0 0 7px rgba(38,214,255,.14); }
.bb-ref-hero__actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:34px; }
.bb-ref-btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:54px; padding:15px 24px; border-radius:999px; border:1px solid rgba(255,255,255,.16); font-weight:900; text-decoration:none; transition:transform .22s ease, box-shadow .22s ease, background .22s ease; }
.bb-ref-btn:hover { transform:translateY(-2px); }
.bb-ref-btn--primary { background:linear-gradient(135deg,#27d4ff,#315cff 58%,#8b5cff); color:#fff; box-shadow:0 18px 48px rgba(49,92,255,.36); }
.bb-ref-btn--ghost { color:inherit; background:rgba(255,255,255,.09); backdrop-filter:blur(16px); }
.bb-ref-btn--full { width:100%; }
.bb-ref-hero__trust { display:flex; align-items:center; gap:16px; margin-top:30px; color:rgba(255,255,255,.66); font-size:.9rem; font-weight:800; }
.bb-ref-hero__trust img { width:176px; height:auto; border-radius:999px; }
.bb-ref-hero__art { position:relative; min-height:590px; }
.bb-ref-hero__blob { position:absolute; inset:70px 30px auto auto; width:430px; height:430px; border-radius:50%; background:radial-gradient(circle,rgba(38,214,255,.36),rgba(49,92,255,.18) 48%,transparent 70%); filter:blur(3px); }
.bb-ref-hero__panel { position:absolute; display:block; border-radius:28px; filter:drop-shadow(0 32px 58px rgba(0,0,0,.32)); }
.bb-ref-hero__panel--main { width:74%; right:7%; top:84px; z-index:3; }
.bb-ref-hero__panel--left { width:50%; left:0; top:204px; z-index:2; }
.bb-ref-hero__panel--right { width:43%; right:0; top:0; z-index:1; opacity:.94; }
.bb-ref-hero__mini-card { position:absolute; z-index:4; padding:16px 18px; border:1px solid rgba(255,255,255,.2); border-radius:22px; background:rgba(255,255,255,.13); color:#fff; box-shadow:0 18px 42px rgba(0,0,0,.22); backdrop-filter:blur(20px); animation:bb-ref-float 5.6s ease-in-out infinite; }
.bb-ref-hero__mini-card strong { display:block; font-size:1.38rem; line-height:1; }
.bb-ref-hero__mini-card span { display:block; color:rgba(255,255,255,.72); font-size:.76rem; font-weight:850; margin-top:4px; }
.bb-ref-hero__mini-card--one { top:92px; left:28px; }
.bb-ref-hero__mini-card--two { right:22px; bottom:104px; animation-delay:1.4s; }
@keyframes bb-ref-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
.bb-ref-domain { position:relative; z-index:4; margin-top:-86px; }
.bb-ref-domain__box { display:grid; grid-template-columns:360px 1fr; gap:22px; align-items:center; padding:22px; border-radius:28px; background:#fff; box-shadow:var(--bb-ref-shadow); border:1px solid rgba(255,255,255,.7); }
.bb-ref-domain__box span { display:block; color:#3d66ff; font-size:.78rem; font-weight:900; text-transform:uppercase; letter-spacing:.1em; }
.bb-ref-domain__box strong { display:block; color:var(--bb-ref-ink); font-size:1.28rem; line-height:1.25; margin-top:4px; }
.bb-ref-domain__form { display:flex; gap:12px; padding:8px; border-radius:999px; background:#f1f4ff; border:1px solid var(--bb-ref-border); }
.bb-ref-domain__form input { flex:1; min-height:54px; padding:0 22px; border:0; background:transparent; color:var(--bb-ref-ink); outline:0; font-weight:800; }
.bb-ref-domain__form button { min-height:54px; padding:0 22px; border:0; border-radius:999px; background:#06112f; color:#fff; font-weight:900; }
.bb-ref-logos { padding:46px 0 18px; }
.bb-ref-logos ul { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; }
.bb-ref-logos li { padding:12px 18px; border-radius:999px; background:#fff; color:#48556f; box-shadow:0 8px 22px rgba(9,24,72,.06); font-size:.88rem; font-weight:850; }
.bb-ref-section { padding:clamp(74px,8vw,126px) 0; }
.bb-ref-section--light { background:var(--bb-ref-bg); }
.bb-ref-heading { max-width:780px; margin:0 auto 54px; text-align:center; }
.bb-ref-heading h2 { color:var(--bb-ref-ink); font-size:clamp(2.15rem,4.1vw,4rem); font-weight:900; line-height:1.03; letter-spacing:-.058em; }
.bb-ref-heading p { max-width:660px; margin:18px auto 0; color:var(--bb-ref-muted); font-size:1.05rem; }
.bb-ref-heading--dark h2 { color:#fff; }
.bb-ref-heading--dark p { color:rgba(255,255,255,.72); }
.bb-ref-card-grid { display:grid; gap:22px; }
.bb-ref-card-grid--four { grid-template-columns:repeat(4,minmax(0,1fr)); }
.bb-ref-service-card { padding:30px 24px; border:1px solid var(--bb-ref-border); border-radius:28px; background:#fff; box-shadow:0 16px 48px rgba(9,24,72,.08); transition:transform .22s ease, box-shadow .22s ease; }
.bb-ref-service-card:hover { transform:translateY(-6px); box-shadow:0 24px 70px rgba(9,24,72,.13); }
.bb-ref-service-card img { width:64px; height:64px; object-fit:contain; margin-bottom:22px; }
.bb-ref-service-card h3 { color:var(--bb-ref-ink); font-size:1.22rem; letter-spacing:-.03em; }
.bb-ref-service-card p { margin-top:10px; color:var(--bb-ref-muted); font-size:.94rem; line-height:1.65; }
.bb-ref-section--pricing { background:radial-gradient(circle at 12% 0%,rgba(49,92,255,.28),transparent 26%), radial-gradient(circle at 82% 12%,rgba(38,214,255,.2),transparent 22%), linear-gradient(135deg,#06112f,#0b1c4c); }
.bb-ref-pricing-toggle { width:max-content; max-width:100%; margin:0 auto 40px; display:inline-flex; gap:8px; padding:8px; border-radius:999px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.14); }
.bb-ref-pricing-toggle button { min-height:44px; padding:10px 18px; border:0; border-radius:999px; background:transparent; color:rgba(255,255,255,.68); font-weight:900; }
.bb-ref-pricing-toggle button.is-active { background:#fff; color:var(--bb-ref-ink); }
.bb-ref-pricing-toggle span { margin-left:6px; color:#2bdeff; font-size:.72rem; }
.bb-ref-pricing-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.bb-ref-plan-card { position:relative; padding:34px 28px; border-radius:32px; background:#fff; border:1px solid rgba(255,255,255,.2); box-shadow:0 24px 70px rgba(0,0,0,.18); }
.bb-ref-plan-card.is-featured { background:linear-gradient(180deg,#fff,#f6f9ff); box-shadow:0 0 0 2px rgba(38,214,255,.35),0 36px 90px rgba(38,214,255,.2); transform:translateY(-14px); }
.bb-ref-plan-card__badge { position:absolute; top:-16px; left:50%; transform:translateX(-50%); padding:8px 16px; border-radius:999px; background:linear-gradient(135deg,#27d4ff,#315cff); color:#fff; font-size:.72rem; font-weight:950; text-transform:uppercase; letter-spacing:.08em; }
.bb-ref-plan-card__head span { display:inline-grid; place-items:center; width:56px; height:56px; margin-bottom:14px; border-radius:18px; background:#f0f4ff; font-size:1.8rem; }
.bb-ref-plan-card h3 { font-size:1.35rem; color:var(--bb-ref-ink); }
.bb-ref-plan-card__head p { color:var(--bb-ref-muted); margin-top:6px; font-size:.94rem; }
.bb-ref-plan-card__price { display:flex; align-items:flex-end; gap:4px; margin:24px 0 4px; color:var(--bb-ref-ink); }
.bb-ref-plan-card__price sup { font-size:1.3rem; font-weight:950; padding-bottom:10px; }
.bb-ref-plan-card__price strong { font-size:clamp(3rem,4vw,4rem); line-height:.9; letter-spacing:-.08em; font-weight:950; }
.bb-ref-plan-card__price span { color:var(--bb-ref-muted); font-weight:900; padding-bottom:8px; }
.bb-ref-plan-card .bh-plan-card__billing { color:var(--bb-ref-muted); font-size:.86rem; margin:0 0 22px; }
.bb-ref-plan-card ul { margin-top:24px; display:grid; gap:12px; }
.bb-ref-plan-card li { display:flex; align-items:flex-start; gap:9px; color:#3f4c66; font-size:.92rem; font-weight:750; line-height:1.42; }
.bb-ref-plan-card li svg { color:#22c68b; flex:0 0 auto; margin-top:2px; }
.bb-ref-media-grid { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr); gap:70px; align-items:center; }
.bb-ref-media-stack { min-height:560px; position:relative; }
.bb-ref-media-stack img { position:absolute; border-radius:30px; filter:drop-shadow(0 26px 60px rgba(9,24,72,.16)); }
.bb-ref-media-stack__large { width:62%; left:16%; top:0; }
.bb-ref-media-stack__small--top { width:44%; right:0; top:90px; }
.bb-ref-media-stack__small--bottom { width:48%; left:0; bottom:30px; }
.bb-ref-copy-block h2 { color:var(--bb-ref-ink); font-size:clamp(2rem,3.7vw,3.65rem); line-height:1.03; letter-spacing:-.055em; font-weight:900; }
.bb-ref-copy-block p { margin:20px 0 0; color:var(--bb-ref-muted); font-size:1.05rem; line-height:1.75; }
.bb-ref-check-columns { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:28px; }
.bb-ref-check-columns span { display:flex; align-items:center; gap:9px; color:#34405a; font-weight:850; }
.bb-ref-check-columns svg { color:#22c68b; }
.bb-ref-section--dark-panel { background:var(--bb-ref-bg); padding-top:20px; }
.bb-ref-dark-panel { display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.1fr); gap:36px; align-items:center; overflow:hidden; padding:clamp(34px,6vw,70px); border-radius:38px; color:#fff; background:radial-gradient(circle at 78% 15%,rgba(38,214,255,.26),transparent 34%),linear-gradient(135deg,#06112f,#0b1c4c); box-shadow:var(--bb-ref-shadow); }
.bb-ref-dark-panel h2 { color:#fff; }
.bb-ref-dark-panel p { color:rgba(255,255,255,.72); }
.bb-ref-harness-art { position:relative; min-height:430px; }
.bb-ref-harness-art img:first-child { position:absolute; width:72%; right:8%; top:4%; filter:drop-shadow(0 24px 60px rgba(0,0,0,.28)); }
.bb-ref-harness-art img:last-child { position:absolute; width:58%; left:0; bottom:4%; filter:drop-shadow(0 24px 60px rgba(0,0,0,.28)); }
.bb-ref-locations { padding:90px 0; background:#fff; }
.bb-ref-location-map { display:flex; flex-wrap:wrap; justify-content:center; gap:18px; max-width:940px; margin:auto; padding:34px; border-radius:34px; background:linear-gradient(180deg,#f6f8ff,#fff); border:1px solid var(--bb-ref-border); box-shadow:var(--bb-ref-shadow); }
.bb-ref-location-map img { width:58px; height:auto; object-fit:contain; animation:bb-ref-float 6s ease-in-out infinite; }
.bb-ref-location-map img:nth-child(2n) { animation-delay:1s; }
.bb-ref-faq { max-width:900px; margin:auto; display:grid; gap:14px; }
.bb-ref-faq__item { border:1px solid var(--bb-ref-border); border-radius:22px; box-shadow:0 12px 32px rgba(9,24,72,.07); }
.bb-ref-faq__item .bh-faq-item__trigger { padding:22px 24px; }
.bb-ref-faq__item .bh-faq-item__body { padding:0 24px 22px; }
.bb-ref-final-cta { padding:100px 0; background:var(--bb-ref-bg); }
.bb-ref-final-cta__inner { position:relative; overflow:hidden; text-align:center; padding:clamp(44px,8vw,84px); border-radius:40px; color:#fff; background:linear-gradient(rgba(6,17,47,.72),rgba(6,17,47,.9)),url('../images/ref-hosting/Hosting-Success-BG.webp') center/cover; box-shadow:var(--bb-ref-shadow); }
.bb-ref-final-cta__inner .bb-ref-eyebrow { color:#89e7ff; }
.bb-ref-final-cta__inner h2 { color:#fff; max-width:780px; margin:auto; font-size:clamp(2.25rem,4.3vw,4.3rem); line-height:1.03; letter-spacing:-.058em; }
.bb-ref-final-cta__inner p { max-width:620px; margin:20px auto 0; color:rgba(255,255,255,.75); font-size:1.08rem; }
.bb-ref-final-cta__inner .bb-ref-hero__actions { justify-content:center; }
@media (max-width: 1040px) {
  .bb-ref-hero__grid, .bb-ref-media-grid, .bb-ref-dark-panel { grid-template-columns:1fr; }
  .bb-ref-hero__art { min-height:560px; }
  .bb-ref-card-grid--four { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .bb-ref-pricing-grid { grid-template-columns:1fr; }
  .bb-ref-plan-card.is-featured { transform:none; }
  .bb-ref-domain__box { grid-template-columns:1fr; }
}
@media (max-width: 680px) {
  .bb-ref-hero { min-height:auto; padding-top:calc(var(--header-height) + 48px); }
  .bb-ref-hero h1 { font-size:clamp(2.45rem,10.5vw,3.45rem); }
  .bb-ref-hero__art { min-height:420px; }
  .bb-ref-hero__panel--main { width:88%; right:2%; }
  .bb-ref-hero__panel--left { width:58%; top:200px; }
  .bb-ref-hero__panel--right { width:48%; }
  .bb-ref-hero__mini-card { display:none; }
  .bb-ref-domain__form { flex-direction:column; border-radius:24px; }
  .bb-ref-domain__form button { width:100%; }
  .bb-ref-card-grid--four { grid-template-columns:1fr; }
  .bb-ref-media-stack { min-height:430px; }
  .bb-ref-check-columns { grid-template-columns:1fr; }
  .bb-ref-harness-art { min-height:330px; }
}

/* Bornbee Hosting v3.4.0 — modern creative override */
:root {
  --bb-ref-navy: #030b22;
  --bb-ref-navy-2: #061739;
  --bb-ref-blue: #2d5bff;
  --bb-ref-cyan: #17d8ff;
  --bb-ref-violet: #7d5cff;
  --bb-ref-mint: #c8ff3d;
  --bb-ref-bg: #f3f6fb;
  --bb-ref-shadow: 0 28px 90px rgba(3, 11, 34, 0.18);
}
.bb-ref-hero {
  min-height: 720px;
  padding-bottom: 112px;
  background:
    radial-gradient(circle at 16% 18%, rgba(23,216,255,.28), transparent 27%),
    radial-gradient(circle at 80% 8%, rgba(200,255,61,.12), transparent 22%),
    radial-gradient(circle at 60% 66%, rgba(45,91,255,.22), transparent 30%),
    linear-gradient(135deg,#030b22 0%, #061739 48%, #07122d 100%);
}
.bb-ref-hero__bg {
  opacity: .16;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.42) 1px, transparent 2px),
    url('../images/ref-hosting/Hosting-Hero-BG.webp');
  background-size: 96px 96px, cover;
}
.bb-ref-hero h1 {
  max-width: 720px;
  font-size: clamp(3.05rem, 5vw, 5.45rem);
  line-height: .96;
  letter-spacing: -.07em;
  text-wrap: balance;
}
.bb-ref-hero p {
  max-width: 680px;
  color: rgba(255,255,255,.78);
}
.bb-ref-btn--primary {
  color: #06112f;
  background: linear-gradient(135deg,#c8ff3d,#17d8ff 64%,#ffffff);
  box-shadow: 0 20px 52px rgba(23,216,255,.28), inset 0 1px 0 rgba(255,255,255,.55);
}
.bb-ref-btn--ghost {
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.07);
}
.bb-modern-inclusions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.bb-modern-inclusions span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.88);
  font-size: .84rem;
  font-weight: 900;
  backdrop-filter: blur(16px);
}
.bb-modern-inclusions svg { color: var(--bb-ref-mint); }
.bb-ref-hero__mini-card {
  border-color: rgba(200,255,61,.26);
  background: rgba(6,23,57,.58);
}
.bb-ref-domain__box {
  border: 1px solid rgba(255,255,255,.78);
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(22px);
}
.bb-modern-flow {
  position: relative;
  overflow: hidden;
  padding: clamp(74px, 8vw, 126px) 0;
  background: #fff;
}
.bb-modern-flow:before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(6,17,47,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,17,47,.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}
.bb-modern-flow .bh-shell { position: relative; z-index: 1; }
.bb-modern-flow__intro {
  max-width: 860px;
  margin: 0 auto 38px;
  text-align: center;
}
.bb-modern-flow__intro h2 {
  color: var(--bb-ref-ink);
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 950;
  text-wrap: balance;
}
.bb-modern-flow__intro p {
  max-width: 690px;
  margin: 18px auto 0;
  color: var(--bb-ref-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}
.bb-modern-flow__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.bb-modern-flow__card {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  padding: 30px;
  border-radius: 34px;
  border: 1px solid rgba(111,126,173,.18);
  background:
    radial-gradient(circle at 82% 0%, rgba(23,216,255,.16), transparent 32%),
    linear-gradient(180deg,#fff,#f7f9ff);
  box-shadow: 0 18px 58px rgba(9,24,72,.08);
}
.bb-modern-flow__card:after {
  content: '';
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(200,255,61,.38), rgba(23,216,255,.18));
}
.bb-modern-flow__card span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #06112f;
  color: #c8ff3d;
  font-family: var(--font-mono);
  font-weight: 900;
}
.bb-modern-flow__card h3 {
  margin-top: 28px;
  color: var(--bb-ref-ink);
  font-size: 1.55rem;
  line-height: 1.1;
  letter-spacing: -.04em;
}
.bb-modern-flow__card p {
  margin-top: 12px;
  color: var(--bb-ref-muted);
  line-height: 1.68;
}
.bb-ref-heading h2,
.bb-ref-copy-block h2,
.bb-ref-final-cta__inner h2 {
  text-wrap: balance;
}
@media (max-width: 980px) {
  .bb-modern-flow__grid { grid-template-columns: 1fr; }
  .bb-modern-flow__card { min-height: 0; }
}
@media (max-width: 640px) {
  .bb-ref-hero h1 { font-size: clamp(2.55rem, 12vw, 3.55rem); }
  .bb-modern-inclusions { gap: 8px; }
  .bb-modern-inclusions span { width: 100%; justify-content: center; }
}
