.elementor-49 .elementor-element.elementor-element-52e0642{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body:not(.rtl) .elementor-49 .elementor-element.elementor-element-6560b5f{left:-1px;}body.rtl .elementor-49 .elementor-element.elementor-element-6560b5f{right:-1px;}.elementor-49 .elementor-element.elementor-element-6560b5f{top:0px;}/* Start custom CSS for html, class: .elementor-element-6560b5f */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.brusfios-site {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  background: #071120;
  color: #ffffff;
  overflow-x: hidden;
}

.bf-header {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  max-width: 1300px;
  z-index: 999;
  padding: 16px 24px;
  border: 1px solid rgba(0, 174, 239, 0.28);
  background: rgba(7, 17, 32, 0.68);
  backdrop-filter: blur(22px);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 45px rgba(0, 174, 239, 0.12);
}

.bf-logo {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 2px;
}

.bf-logo span,
.bf-footer span {
  color: #00aeef;
}

.bf-menu {
  display: flex;
  gap: 26px;
}

.bf-menu a,
.bf-footer a {
  color: #bfc7d5;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.bf-menu a:hover,
.bf-footer a:hover {
  color: #00aeef;
}

.bf-header-btn,
.bf-btn-primary,
.bf-btn-secondary,
.bf-form button {
  text-decoration: none;
  border-radius: 50px;
  padding: 14px 26px;
  font-weight: 700;
  transition: 0.4s;
}

.bf-header-btn,
.bf-btn-primary,
.bf-form button {
  color: #ffffff;
  background: linear-gradient(135deg, #00aeef, #0f4cff);
  box-shadow: 0 0 30px rgba(0, 174, 239, 0.35);
  border: none;
}

.bf-btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.06);
}

.bf-header-btn:hover,
.bf-btn-primary:hover,
.bf-btn-secondary:hover,
.bf-form button:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 45px rgba(0, 174, 239, 0.6);
}

.bf-hero {
  min-height: 100vh;
  padding: 160px 7% 90px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 60px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(0,174,239,0.25), transparent 35%),
    radial-gradient(circle at bottom right, rgba(15,76,255,0.22), transparent 35%),
    linear-gradient(135deg, #071120, #020712 70%);
}

.bf-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,174,239,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,174,239,0.06) 1px, transparent 1px);
  background-size: 70px 70px;
  animation: gridMove 18s linear infinite;
}

.bf-particles::before,
.bf-particles::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
  animation: float 7s ease-in-out infinite alternate;
}

.bf-particles::before {
  background: #00aeef;
  top: 14%;
  left: 5%;
}

.bf-particles::after {
  background: #0f4cff;
  bottom: 10%;
  right: 5%;
}

.bf-hero-content,
.bf-hero-card {
  position: relative;
  z-index: 2;
}

.bf-tag,
.bf-title span,
.bf-blog-grid span {
  display: inline-block;
  color: #00aeef;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.bf-hero h1 {
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: -3px;
  margin-bottom: 24px;
  text-shadow: 0 0 35px rgba(0,174,239,0.25);
}

.bf-hero p {
  color: #bfc7d5;
  font-size: 19px;
  max-width: 640px;
  line-height: 1.7;
}

.bf-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.bf-hero-card {
  display: flex;
  justify-content: center;
}

.bf-container-3d {
  width: 420px;
  height: 280px;
  border-radius: 26px;
  transform: perspective(900px) rotateY(-14deg) rotateX(8deg);
  background: linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.03));
  border: 1px solid rgba(0,174,239,0.35);
  box-shadow:
    0 40px 80px rgba(0,0,0,0.55),
    0 0 80px rgba(0,174,239,0.28),
    inset 0 0 40px rgba(0,174,239,0.08);
  animation: containerFloat 5s ease-in-out infinite;
  overflow: hidden;
  position: relative;
}

.bf-container-top {
  height: 58px;
  background: repeating-linear-gradient(
    90deg,
    rgba(0,174,239,0.4) 0 20px,
    rgba(255,255,255,0.05) 20px 40px
  );
  border-bottom: 1px solid rgba(0,174,239,0.35);
}

.bf-container-body {
  padding: 38px;
}

.bf-container-body span {
  color: #00aeef;
  letter-spacing: 4px;
  font-size: 12px;
}

.bf-container-body h3 {
  font-size: 48px;
  margin-top: 18px;
}

.bf-container-body p {
  color: #bfc7d5;
  margin-top: 10px;
}

.bf-section {
  padding: 110px 7%;
  position: relative;
}

.bf-dark {
  background:
    radial-gradient(circle at center, rgba(0,174,239,0.10), transparent 45%),
    #050b16;
}

.bf-title {
  max-width: 760px;
  margin-bottom: 54px;
}

.bf-title h2 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.bf-title p {
  color: #bfc7d5;
  font-size: 18px;
  line-height: 1.7;
}

.bf-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  background: #071120;
}

.bf-stat-card,
.bf-glass-card,
.bf-product-card,
.bf-blog-grid article,
.bf-form,
.bf-info {
  background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.035));
  border: 1px solid rgba(0,174,239,0.22);
  backdrop-filter: blur(18px);
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.28);
  transition: 0.4s;
}

.bf-stat-card {
  padding: 34px;
}

.bf-stat-card h2 {
  color: #00aeef;
  font-size: 38px;
}

.bf-stat-card p,
.bf-glass-card p,
.bf-product-card p,
.bf-blog-grid p,
.bf-process p,
.bf-info p {
  color: #bfc7d5;
  line-height: 1.7;
}

.bf-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.bf-glass-card {
  padding: 34px;
}

.bf-glass-card h3,
.bf-product-card h3,
.bf-process h3,
.bf-blog-grid h3,
.bf-info h3 {
  margin-bottom: 14px;
  font-size: 24px;
}

.bf-glass-card:hover,
.bf-product-card:hover,
.bf-blog-grid article:hover,
.bf-stat-card:hover {
  transform: translateY(-10px);
  border-color: rgba(0,174,239,0.65);
  box-shadow: 0 0 50px rgba(0,174,239,0.24);
}

.bf-timeline {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.bf-timeline div {
  padding: 26px;
  border-left: 2px solid #00aeef;
  background: rgba(255,255,255,0.04);
  border-radius: 18px;
}

.bf-timeline span,
.bf-product-card span {
  color: #00aeef;
  font-weight: 900;
}

.bf-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.bf-product-card {
  padding: 34px;
  min-height: 260px;
}

.bf-product-card span {
  font-size: 34px;
}

.bf-product-card h3 {
  margin-top: 28px;
}

.bf-logistics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.bf-world-map {
  min-height: 420px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle, rgba(0,174,239,0.18), transparent 55%),
    linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
  border: 1px solid rgba(0,174,239,0.3);
}

.bf-world-map h3 {
  position: absolute;
  left: 32px;
  bottom: 32px;
  color: #00aeef;
  letter-spacing: 3px;
}

.bf-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, #00aeef, transparent);
  animation: pulseLine 2s infinite alternate;
}

.line1 {
  width: 70%;
  top: 34%;
  left: 15%;
  transform: rotate(18deg);
}

.line2 {
  width: 60%;
  top: 55%;
  left: 20%;
  transform: rotate(-14deg);
}

.line3 {
  width: 50%;
  top: 45%;
  left: 28%;
  transform: rotate(35deg);
}

.bf-point {
  width: 16px;
  height: 16px;
  background: #00aeef;
  border-radius: 50%;
  position: absolute;
  box-shadow: 0 0 30px #00aeef;
}

.p1 { top: 30%; left: 24%; }
.p2 { top: 58%; left: 62%; }
.p3 { top: 42%; left: 78%; }

.bf-process {
  display: grid;
  gap: 22px;
}

.bf-process div {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(0,174,239,0.22);
}

.bf-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.bf-blog-grid article {
  overflow: hidden;
}

.bf-blog-grid article div {
  height: 210px;
  background:
    linear-gradient(135deg, rgba(0,174,239,0.5), rgba(15,76,255,0.22)),
    radial-gradient(circle, #00aeef, transparent 65%);
}

.bf-blog-grid article span,
.bf-blog-grid article h3,
.bf-blog-grid article p {
  margin-left: 26px;
  margin-right: 26px;
}

.bf-blog-grid article span {
  margin-top: 26px;
}

.bf-blog-grid article p {
  margin-bottom: 28px;
}

.bf-contact {
  background:
    radial-gradient(circle at top right, rgba(0,174,239,0.16), transparent 35%),
    #071120;
}

.bf-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.bf-form,
.bf-info {
  padding: 34px;
}

.bf-form {
  display: grid;
  gap: 16px;
}

.bf-form input,
.bf-form textarea {
  width: 100%;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(0,174,239,0.22);
  background: rgba(255,255,255,0.06);
  color: #ffffff;
  outline: none;
}

.bf-form textarea {
  min-height: 140px;
  resize: vertical;
}

.bf-form input::placeholder,
.bf-form textarea::placeholder {
  color: #bfc7d5;
}

.bf-map {
  height: 190px;
  margin-top: 24px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  color: #00aeef;
  letter-spacing: 2px;
  background:
    linear-gradient(rgba(0,174,239,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,174,239,0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  border: 1px solid rgba(0,174,239,0.25);
}

.bf-footer {
  padding: 48px 7%;
  background: #030812;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(0,174,239,0.18);
}

.bf-footer h2 {
  font-size: 32px;
}

.bf-footer p {
  color: #bfc7d5;
  margin-top: 10px;
}

.bf-footer div:last-child {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.bf-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  padding: 16px 24px;
  border-radius: 50px;
  background: linear-gradient(135deg, #00aeef, #0f4cff);
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 0 35px rgba(0,174,239,0.5);
  animation: whatsappPulse 2s infinite;
}

@keyframes gridMove {
  from { background-position: 0 0; }
  to { background-position: 140px 140px; }
}

@keyframes float {
  from { transform: translateY(0); }
  to { transform: translateY(-35px); }
}

@keyframes containerFloat {
  0%, 100% { transform: perspective(900px) rotateY(-14deg) rotateX(8deg) translateY(0); }
  50% { transform: perspective(900px) rotateY(-8deg) rotateX(5deg) translateY(-22px); }
}

@keyframes pulseLine {
  from { opacity: 0.35; }
  to { opacity: 1; }
}

@keyframes whatsappPulse {
  0% { box-shadow: 0 0 0 rgba(0,174,239,0.5); }
  70% { box-shadow: 0 0 0 18px rgba(0,174,239,0); }
  100% { box-shadow: 0 0 0 rgba(0,174,239,0); }
}

@media (max-width: 1024px) {
  .bf-menu {
    display: none;
  }

  .bf-hero,
  .bf-logistics,
  .bf-contact-grid {
    grid-template-columns: 1fr;
  }

  .bf-stats,
  .bf-products,
  .bf-grid-3,
  .bf-timeline,
  .bf-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bf-container-3d {
    width: 100%;
    max-width: 420px;
  }
}

@media (max-width: 700px) {
  .bf-header {
    top: 10px;
    padding: 14px 16px;
  }

  .bf-header-btn {
    display: none;
  }

  .bf-hero {
    padding: 135px 22px 70px;
  }

  .bf-section {
    padding: 80px 22px;
  }

  .bf-hero h1 {
    font-size: 44px;
    letter-spacing: -2px;
  }

  .bf-hero p {
    font-size: 16px;
  }

  .bf-buttons {
    flex-direction: column;
  }

  .bf-btn-primary,
  .bf-btn-secondary {
    text-align: center;
  }

  .bf-stats,
  .bf-products,
  .bf-grid-3,
  .bf-timeline,
  .bf-blog-grid {
    grid-template-columns: 1fr;
  }

  .bf-container-3d {
    height: 240px;
    transform: none;
  }

  .bf-container-body h3 {
    font-size: 38px;
  }

  .bf-footer {
    flex-direction: column;
  }

  .bf-whatsapp {
    right: 16px;
    bottom: 16px;
    padding: 14px 18px;
  }
}/* End custom CSS */