
.offitec-hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
}

.offitec-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.offitec-hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/panel/upload/off.png");
  background-size: cover;        /* tüm alanı kapla */
  background-position: center;   /* ortala */
  background-repeat: no-repeat;
  z-index: 0;
}
.offitec-hero__gradient,
.offitec-hero__grid {
  z-index: 1;
}

/* baloncuklar ve içerik en üstte */
.offitec-hero__bubble { z-index: 2; }
.offitec-hero__content { z-index: 3; }
.offitec-hero__product {
  display: none;
}

.offitec-hero__gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(0, 224, 198, 0.25), transparent 55%),
    radial-gradient(circle at 80% 100%, rgba(0, 118, 255, 0.4), transparent 55%),
    linear-gradient(135deg, #021827 0%, #03111f 60%, #020b16 100%);
  filter: saturate(1.1);
}

/* Hafif grid efekti */
.offitec-hero__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.3;
  mix-blend-mode: soft-light;
  transform: translate3d(0,0,0);
  animation: gridMove 20s linear infinite;
}

/* Ürün görseli */
.offitec-hero__product {
  position: absolute;
  right: 8%;
  bottom: 0;
  max-width: 520px;
  pointer-events: none;
  animation: productFloat 8s ease-in-out infinite;
}

.offitec-hero__product img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 30px 80px rgba(0,0,0,0.8));
}

/* Yüzen baloncuklar */
.offitec-hero__bubble {
  position: absolute;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(5, 37, 56, 0.9);
  box-shadow: 0 0 25px rgba(0, 220, 255, 0.35);
  border: 1px solid rgba(0, 255, 255, 0.4);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #e8f9ff;
  backdrop-filter: blur(10px);
}

.offitec-hero__bubble span {
  display: block;
  font-size: 13px;
  font-weight: 700;
}

.offitec-hero__bubble small {
  opacity: 0.8;
}

/* Pozisyon + animasyonlar */
.offitec-hero__bubble--1 { top: 22%; right: 26%; animation: bubbleFloat 10s ease-in-out infinite; }
.offitec-hero__bubble--2 { top: 45%; right: 12%; animation: bubbleFloat 12s ease-in-out infinite .6s; }
.offitec-hero__bubble--3 { top: 65%; right: 30%; animation: bubbleFloat 11s ease-in-out infinite 1.2s; }

@keyframes bubbleFloat {
  0% { transform: translateY(0); opacity: 0.8; }
  50% { transform: translateY(-14px); opacity: 1; }
  100% { transform: translateY(0); opacity: 0.8; }
}

@keyframes productFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes gridMove {
  0% { transform: translate3d(0,0,0); }
  100% { transform: translate3d(-40px,-40px,0); }
}

/* İçerik / glassmorphism box */
.offitec-hero__content {
  position: relative;
  z-index: 2;
}

.offitec-hero__glass {
  background: rgba(2, 16, 30, 0.85);
  border-radius: 24px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.7);
  border: 1px solid rgba(0, 255, 255, 0.15);
  backdrop-filter: blur(18px);
  max-width: 520px;
}

/* Küçük üst başlık */
.offitec-eyebrow {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #63f0ff;
  margin-bottom: 8px;
}

/* CTA buton satırı */
.offitec-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 20px;
}

.offitec-cta-row .button--secondary {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.3);
}

/* Mini kartlar */
.offitec-mini-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.offitec-mini-card {
  flex: 1 1 30%;
  min-width: 120px;
  padding: 10px 12px;
  border-radius: 14px;
  background: radial-gradient(circle at top left,
      rgba(0, 255, 255, 0.16),
      rgba(3, 15, 27, 0.95));
  border: 1px solid rgba(0, 255, 255, 0.1);
  font-size: 11px;
  line-height: 1.4;
}

.offitec-mini-card h3 {
  font-size: 12px;
  margin: 0 0 4px;
}

/* Responsive düzen */
@media (max-width: 1024px) {
  .offitec-hero__product {
    opacity: 0.4;
    right: -5%;
    max-width: 420px;
  }

  .offitec-hero__glass {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .offitec-hero {
    min-height: 520px;
  }

  .offitec-hero__product {
    bottom: -40px;
    right: -20%;
    max-width: 360px;
  }

  .offitec-mini-cards {
    flex-direction: column;
  }
}


.offitec-products-grid {
  row-gap: 26px;
}

/* Kartın genel yapısı */
.offitec-product-card {
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: radial-gradient(circle at top left,
      rgba(0, 255, 255, 0.10),
      rgba(3, 18, 30, 0.98));
  border: 1px solid rgba(0, 255, 255, 0.16);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: column;
}

/* GÖRSEL */
.offitec-product-media {
  display: block;
  text-decoration: none;
}

.offitec-product-media-inner {
  position: relative;
  padding: 16px 16px 0;
}

.offitec-product-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  background: #050f18;
  object-fit: contain;
  transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
}

/* üstte küçük pill */
.offitec-product-pill {
  position: absolute;
  left: 24px;
  top: 24px;
  padding: 4px 10px;
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid rgba(0,255,255,0.5);
  color: #7cf3ff;
  background: rgba(4, 25, 40, 0.96);
}

/* gövde */
.offitec-product-body {
  padding: 14px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.offitec-product-title {
  font-size: 17px;
  margin: 0;
}

.offitec-product-title a {
  color: #ffffff;
  text-decoration: none;
}

.offitec-product-title a:hover {
  text-decoration: underline;
}

.offitec-product-desc {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(209, 227, 242, 0.9);
  margin: 0;
}

/* spec satırı */
.offitec-product-spec-row {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.offitec-product-spec {
  padding: 8px 9px;
  border-radius: 14px;
  background: rgba(4, 22, 36, 0.96);
  border: 1px solid rgba(0, 255, 255, 0.14);
}

.offitec-product-spec-label {
  display: block;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(180, 207, 227, 0.95);
  margin-bottom: 2px;
}

.offitec-product-spec-value {
  font-size: 12px;
  color: #ffffff;
}

/* alt kısım */
.offitec-product-footer {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.offitec-product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: #020c16;
  background: linear-gradient(90deg, #00c6ff, #00ffbf);
  box-shadow: 0 12px 35px rgba(0, 196, 255, 0.7);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.offitec-product-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 45px rgba(0, 196, 255, 0.9);
  filter: brightness(1.04);
}

.offitec-product-more {
  font-size: 12px;
  color: #7cf3ff;
  text-decoration: none;
}

.offitec-product-more:hover {
  text-decoration: underline;
}

/* hover: foto hafif zoom yapsın */
.offitec-product-card:hover .offitec-product-image {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.9);
  filter: brightness(1.03);
}

/* RESPONSIVE */
@media (max-width: 749px) {
  .offitec-product-spec-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
