/* Bunny CDN landing page */
.bunny-page {
  color: #17213a;
  overflow-x: hidden;
}
.bunny-hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
}
.bunny-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 48%, rgba(54, 178, 255, 0.19), transparent 27%),
    linear-gradient(90deg, rgba(12, 32, 72, 0.15), transparent 55%);
}
.bunny-hero .topbar,
.bunny-hero .bunny-hero-inner {
  position: relative;
  z-index: 2;
}
.heading .bunny-hero-inner {
  padding: 78px 0 84px !important;
  text-align: left;
}
.heading .bunny-hero-inner h1 {
  max-width: 760px;
  margin: 0 0 24px;
  font-size: 52px !important;
  line-height: 1.12;
  font-weight: 400;
}
.heading .bunny-hero-inner h1 b {
  display: block;
  color: #fff;
}
.heading .bunny-hero-inner p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.7;
}
.bunny-hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}
.bunny-primary-btn {
  padding: 15px 23px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  color: #167cba;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(6, 29, 62, 0.2);
}
.bunny-primary-btn:hover,
.bunny-primary-btn:focus {
  color: #126b9f;
  background: #f4fbff;
  text-decoration: none;
  transform: translateY(-2px);
}
.bunny-primary-btn span,
.bunny-cta-btn span {
  margin-left: 8px;
}
.bunny-text-link {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}
.bunny-text-link:hover,
.bunny-text-link:focus {
  color: #fff;
  text-decoration: none;
}
.heading .bunny-hero-inner .bunny-included-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 21px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}
.bunny-included-note span {
  color: #63dcab;
  font-weight: 900;
}
.bunny-globe {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.bunny-globe-grid {
  position: absolute;
  inset: 36px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(255,255,255,.12) 50%, transparent 50.3%),
    linear-gradient(transparent 49.7%, rgba(255,255,255,.12) 50%, transparent 50.3%),
    radial-gradient(ellipse at center, rgba(22, 129, 194, 0.48), rgba(10, 39, 79, 0.16) 65%, transparent 66%);
  box-shadow: inset 0 0 60px rgba(93, 201, 255, 0.12), 0 0 90px rgba(28, 154, 229, 0.14);
}
.bunny-globe-grid::before,
.bunny-globe-grid::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
}
.bunny-globe-grid::before {
  inset: 0 28%;
}
.bunny-globe-grid::after {
  inset: 28% 0;
}
.bunny-orbit {
  position: absolute;
  inset: 21px;
  border: 1px solid rgba(97, 208, 255, 0.23);
  border-radius: 50%;
  transform: rotate(-18deg) scaleY(.42);
}
.bunny-orbit-two {
  inset: 49px 14px;
  transform: rotate(56deg) scaleY(.54);
}
.bunny-node {
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #37a9ed;
  box-shadow: 0 0 0 7px rgba(55,169,237,.15), 0 0 18px #37a9ed;
}
.bunny-node.n1 { left: 25%; top: 28%; }
.bunny-node.n2 { right: 22%; top: 35%; }
.bunny-node.n3 { right: 31%; bottom: 24%; }
.bunny-node.n4 { left: 20%; bottom: 37%; }
.bunny-node.n5 { left: 47%; top: 15%; }
.bunny-node.n6 { right: 14%; bottom: 44%; }
.bunny-globe-core {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  display: flex;
  width: 88px;
  height: 88px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  background: rgba(11, 53, 94, 0.78);
  box-shadow: 0 16px 60px rgba(3, 23, 52, 0.4);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(8px);
}
.bunny-globe-core span {
  color: rgba(255,255,255,.55);
  font-size: 9px;
  letter-spacing: .22em;
}
.bunny-globe-core strong {
  color: #fff;
  font-size: 18px;
  letter-spacing: .08em;
}
.bunny-pulse-card {
  position: absolute;
  z-index: 4;
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 11px;
  background: rgba(10, 42, 78, 0.84);
  color: #fff;
  box-shadow: 0 18px 50px rgba(3,20,45,.28);
  backdrop-filter: blur(10px);
}
.bunny-pulse-card small {
  display: block;
  color: rgba(255,255,255,.55);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.bunny-pulse-card strong {
  display: block;
  margin-top: 3px;
  font-size: 13px;
}
.bunny-pulse-top { top: 4px; right: -18px; padding-left: 34px; }
.bunny-pulse-bottom { bottom: 0; left: -18px; }
.bunny-pulse-bottom strong { font-size: 25px; line-height: 1; }
.bunny-pulse-bottom strong span { font-size: 12px; color: rgba(255,255,255,.6); }
.pulse-dot {
  position: absolute;
  left: 14px;
  top: 20px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #63dcab;
  box-shadow: 0 0 0 5px rgba(99,220,171,.12);
}
.bunny-stats {
  position: relative;
  z-index: 3;
  margin-top: -48px;
}
.bunny-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(25, 129, 194, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(20, 55, 90, 0.11);
}
.bunny-stats-grid div {
  padding: 28px 20px;
  text-align: center;
}
.bunny-stats-grid div + div {
  border-left: 1px solid #edf2f6;
}
.bunny-stats-grid strong {
  display: block;
  color: #1687c8;
  font-size: 27px;
  line-height: 1.1;
}
.bunny-stats-grid span {
  display: block;
  margin-top: 7px;
  color: #778295;
  font-size: 13px;
  font-weight: 700;
}
.bunny-intro,
.bunny-feature-section,
.bunny-network-section,
.bunny-details-section {
  padding: 90px 0;
}
.bunny-section-heading {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}
.bunny-section-heading h2,
.bunny-network-copy h2,
.bunny-dark-section h2 {
  margin: 12px 0 18px;
  color: #17213a;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
}
.bunny-section-heading p,
.bunny-network-copy > p {
  color: #6c778b;
  font-size: 16px;
  line-height: 1.7;
}
.bunny-label {
  color: #1687c8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.bunny-heading-left {
  max-width: 700px;
  margin-left: 0;
  text-align: left;
}
.bunny-journey {
  display: grid;
  grid-template-columns: 1fr 70px 1fr 70px 1fr;
  align-items: center;
}
.bunny-journey article {
  position: relative;
  min-height: 280px;
  padding: 34px 30px;
  border: 1px solid #e9eff4;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(20, 55, 90, .06);
}
.journey-number {
  position: absolute;
  right: 22px;
  top: 19px;
  color: #dce5ec;
  font-size: 13px;
  font-weight: 900;
}
.journey-icon {
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  border-radius: 8px;
  background: #edf8fe;
}
.journey-icon svg {
  width: 34px;
  fill: none;
  stroke: #1687c8;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bunny-journey h3 {
  font-size: 22px;
  font-weight: 800;
}
.bunny-journey p {
  color: #6c778b;
  font-size: 15px;
  line-height: 1.7;
}
.journey-line {
  position: relative;
  height: 1px;
  background: #cfe6f4;
}
.journey-line::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #88bedc;
  border-right: 1px solid #88bedc;
  transform: rotate(45deg);
}
.bunny-feature-section {
  background: #f4f9fc;
}
.bunny-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.bunny-bento-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  padding: 32px 30px;
  border: 1px solid rgba(22,135,200,.09);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(20,55,90,.055);
}
.bunny-bento-card h3 {
  margin: 9px 0 13px;
  font-size: 22px;
  font-weight: 800;
}
.bunny-bento-card p {
  max-width: 520px;
  color: #6c778b;
  font-size: 15px;
  line-height: 1.7;
}
.bunny-bento-large {
  background: linear-gradient(145deg, #167ebc, #26a5e9);
  color: #fff;
}
.bunny-bento-large p {
  max-width: 390px;
  color: rgba(255,255,255,.79);
}
.bunny-bento-card .bunny-card-label {
  color: #1687c8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.bunny-bento-large .bunny-card-label { color: rgba(255,255,255,.64); }
.bento-icon {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 8px;
  background: #edf8fe;
  color: #1687c8;
  font-size: 26px;
  font-weight: 700;
}
.bunny-bento-large .bento-icon {
  background: rgba(255,255,255,.14);
  color: #fff;
}
.bento-bolt { font-size: 33px; }
.bunny-bento-wide {
  display: grid;
  min-height: 290px;
  grid-column: 1 / -1;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: 60px;
}
.bunny-code-sample {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 13px 20px;
  padding: 24px;
  border-radius: 8px;
  background: #111c31;
  box-shadow: 0 18px 35px rgba(17,28,49,.14);
  font-family: monospace;
  font-size: 12px;
}
.bunny-code-sample span { color: #8190a9; }
.bunny-code-sample strong { color: #e8f2ff; }
.bunny-code-sample .code-green { color: #63dcab; }
.bunny-dark-section {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  background: #111c31;
  color: #fff;
}
.bunny-dark-section::before {
  content: "";
  position: absolute;
  right: -12%;
  top: -55%;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 156, 224, .16), transparent 66%);
}
.bunny-label-dark { color: #63c8ff; }
.bunny-dark-section h2 { color: #fff; }
.bunny-dark-section .col-lg-5 > p {
  color: #9ca9bc;
  font-size: 15px;
  line-height: 1.7;
}
.bunny-dark-link {
  display: inline-block;
  margin-top: 18px;
  color: #72cdfd;
  font-weight: 800;
}
.bunny-dark-link:hover,
.bunny-dark-link:focus {
  color: #fff;
  text-decoration: none;
}
.bunny-security-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-left: 50px;
}
.bunny-security-grid article {
  display: flex;
  min-height: 160px;
  gap: 16px;
  padding: 26px 22px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.035);
}
.bunny-security-grid article > span {
  color: #62c8fe;
  font-size: 28px;
}
.bunny-security-grid h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
.bunny-security-grid p {
  margin: 0;
  color: #8f9db2;
  font-size: 14px;
  line-height: 1.65;
}
.bunny-network-copy {
  max-width: 820px;
  margin: 0 auto 65px;
  text-align: center;
}
.bunny-pop-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 24px;
}
.bunny-pop-heading h3 {
  margin-bottom: 6px;
  color: #17213a;
  font-size: 25px;
  font-weight: 800;
}
.bunny-pop-heading p {
  margin: 0;
  color: #6c778b;
  font-size: 14px;
}
.bunny-network-live {
  flex: 0 0 auto;
  color: #526176;
  font-size: 13px;
  font-weight: 700;
}
.bunny-network-live i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
  background: #42c995;
  box-shadow: 0 0 0 5px rgba(66,201,149,.12);
}
.bunny-pop-regions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.bunny-pop-region {
  padding: 28px;
  border: 1px solid #e5edf3;
  border-top: 4px solid #258dcf;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(20,55,90,.05);
}
.bunny-pop-region-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.bunny-pop-region-heading h3 {
  margin: 0;
  color: #17213a;
  font-size: 21px;
  font-weight: 800;
}
.bunny-pop-region-heading span {
  color: #1687c8;
  font-size: 12px;
  font-weight: 800;
}
.bunny-pop-region ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 18px;
  margin: 0;
  padding: 0;
}
.bunny-pop-region li {
  position: relative;
  padding: 8px 0 8px 14px;
  border-top: 1px solid #edf2f5;
  color: #617084;
  font-size: 13px;
  line-height: 1.45;
  list-style: none;
}
.bunny-pop-region li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #35a0e5;
}
.bunny-details-section {
  padding-top: 100px;
  background: #f7fafc;
}
.bunny-details-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.bunny-details-grid article {
  padding: 30px 25px;
  border: 1px solid #e7eef3;
  border-radius: 8px;
  background: #fff;
}
.bunny-details-grid h3 {
  margin: 0 0 21px;
  font-size: 20px;
  font-weight: 800;
}
.bunny-details-grid ul {
  margin: 0;
  padding: 0;
}
.bunny-details-grid li {
  position: relative;
  padding: 9px 0 9px 17px;
  border-top: 1px solid #edf2f5;
  color: #68758a;
  font-size: 14px;
  list-style: none;
}
.bunny-details-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #36a7e7;
}
.bunny-cta-section {
  padding: 80px 0;
}
.bunny-cta-card {
  display: flex;
  min-height: 275px;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 55px 65px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 85% 10%, rgba(255,255,255,.14), transparent 32%),
    linear-gradient(135deg, #157dbb, #25a6e9);
  color: #fff;
  box-shadow: 0 28px 70px rgba(22,135,200,.2);
}
.bunny-label-light { color: rgba(255,255,255,.67); }
.bunny-cta-card h2 {
  max-width: 680px;
  margin: 11px 0 13px;
  color: #fff;
  font-size: 36px;
  font-weight: 800;
}
.bunny-cta-card p {
  margin: 0;
  color: rgba(255,255,255,.75);
  font-size: 16px;
  line-height: 1.7;
}
.bunny-cta-btn {
  flex: 0 0 auto;
  padding: 15px 22px;
  border-radius: 5px;
  background: #fff;
  color: #167db9;
  font-weight: 800;
}
.bunny-cta-btn:hover,
.bunny-cta-btn:focus {
  color: #126999;
  background: #f3fbff;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .bunny-hero { min-height: auto; }
  .heading .bunny-hero-inner { padding: 65px 0 75px !important; }
  .heading .bunny-hero-inner h1 { font-size: 46px !important; }
  .bunny-globe { width: 400px; height: 400px; margin-top: 60px; }
  .bunny-globe-grid { inset: 48px; }
  .bunny-orbit { inset: 28px; }
  .bunny-orbit-two { inset: 65px 19px; }
  .bunny-globe-core { width: 105px; height: 105px; }
  .bunny-globe-core strong { font-size: 21px; }
  .bunny-pulse-top { top: 24px; right: 0; }
  .bunny-pulse-bottom { bottom: 18px; left: 4px; }
  .bunny-journey { grid-template-columns: 1fr; gap: 16px; }
  .journey-line { display: none; }
  .bunny-journey article { min-height: 0; }
  .bunny-security-grid { margin: 45px 0 0; }
  .bunny-network-copy { max-width: 760px; }
  .bunny-pop-region ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bunny-details-grid { grid-template-columns: 1fr 1fr; }
  .bunny-cta-card { align-items: flex-start; flex-direction: column; }
  .bunny-bento { grid-template-columns: repeat(2, 1fr); }
  .bunny-bento-large { grid-column: 1 / -1; }
}
@media (max-width: 767.98px) {
  .bunny-hero { min-height: auto; }
  .heading .bunny-hero-inner { padding: 50px 0 75px !important; text-align: center; }
  .heading .bunny-hero-inner h1 { margin: 0 auto 22px; font-size: 42px !important; }
  .heading .bunny-hero-inner p { font-size: 16px; line-height: 1.7; }
  .bunny-hero-actions { flex-direction: column; gap: 17px; }
  .heading .bunny-hero-inner .bunny-included-note { justify-content: center; }
  .bunny-globe { width: 330px; height: 330px; margin-top: 45px; }
  .bunny-globe-grid { inset: 45px; }
  .bunny-orbit { inset: 25px; }
  .bunny-orbit-two { inset: 55px 17px; }
  .bunny-pulse-top { top: 10px; right: 0; }
  .bunny-pulse-bottom { bottom: 5px; left: 0; }
  .bunny-stats { margin-top: -28px; }
  .bunny-stats-grid { grid-template-columns: 1fr 1fr; }
  .bunny-stats-grid div { padding: 22px 10px; }
  .bunny-stats-grid div + div { border-left: 0; }
  .bunny-stats-grid div:nth-child(even) { border-left: 1px solid #edf2f6; }
  .bunny-stats-grid div:nth-child(n+3) { border-top: 1px solid #edf2f6; }
  .bunny-stats-grid strong { font-size: 23px; }
  .bunny-intro,
  .bunny-feature-section,
  .bunny-network-section,
  .bunny-details-section { padding: 78px 0; }
  .bunny-section-heading { margin-bottom: 42px; }
  .bunny-section-heading h2,
  .bunny-network-copy h2,
  .bunny-dark-section h2 { font-size: 31px; }
  .bunny-heading-left { text-align: center; }
  .bunny-bento { grid-template-columns: 1fr; }
  .bunny-bento-large { grid-column: auto; }
  .bunny-bento-wide { grid-column: auto; grid-template-columns: 1fr; gap: 25px; }
  .bunny-bento-card { min-height: 0; padding: 30px 25px; }
  .bunny-dark-section { padding: 78px 0; text-align: center; }
  .bunny-security-grid { grid-template-columns: 1fr; text-align: left; }
  .bunny-network-copy { margin-bottom: 48px; }
  .bunny-pop-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .bunny-pop-regions { grid-template-columns: 1fr; }
  .bunny-pop-region { padding: 24px 20px; }
  .bunny-pop-region ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bunny-details-grid { grid-template-columns: 1fr; }
  .bunny-cta-section { padding: 65px 0; }
  .bunny-cta-card { padding: 40px 28px; text-align: center; }
  .bunny-cta-card h2 { font-size: 30px; }
  .bunny-cta-btn { width: 100%; }
}
@media (max-width: 390px) {
  .bunny-globe { width: 290px; height: 290px; }
  .bunny-pulse-card { transform: scale(.88); }
}
/* Keep Bunny page CTA styling above the bundled Bootstrap defaults. */
.bunny-page .bunny-primary-btn {
  padding: 15px 23px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  color: #167cba;
  font-weight: 800;
}
.bunny-page .bunny-primary-btn:hover,
.bunny-page .bunny-primary-btn:focus {
  color: #126b9f;
  background: #f4fbff;
}
.bunny-page .bunny-cta-btn {
  padding: 15px 22px;
  border-radius: 5px;
  background: #fff;
  color: #167db9;
  font-weight: 800;
}
.bunny-page .bunny-cta-btn:hover,
.bunny-page .bunny-cta-btn:focus {
  color: #126999;
  background: #f3fbff;
}
