/* /web-hosting — sayfa stilleri */

/* Marka videosu — kompakt SaaS split */
#marka-video.ik-brand-video-section {
  padding: 56px 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}
#marka-video .ik-brand-video-grid {
  display: grid !important;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.2fr);
  gap: 36px 48px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
#marka-video .ik-brand-video-copy .section-tag { margin-bottom: 10px; }
#marka-video .ik-brand-video-copy .section-title {
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  text-align: left;
}
#marka-video .ik-brand-video-sub {
  margin: 0 0 20px !important;
  max-width: 38rem;
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: .95rem !important;
  line-height: 1.7 !important;
}
#marka-video .ik-brand-video-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .9rem;
  font-weight: 700;
  color: #2563eb;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  transition: background .2s, border-color .2s, transform .2s;
}
#marka-video .ik-brand-video-link:hover {
  background: #dbeafe;
  border-color: #93c5fd;
  color: #1d4ed8;
  transform: translateY(-1px);
}
#marka-video .ik-brand-video-link .fa-youtube { color: #dc2626; font-size: 1.1rem; }
#marka-video .ik-brand-video-media { min-width: 0; width: 100%; }
#marka-video .ik-brand-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  background: #0b1220;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 40px rgba(15, 23, 42, .12);
}
#marka-video .ik-brand-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 900px) {
  #marka-video.ik-brand-video-section { padding: 48px 0; }
  #marka-video .ik-brand-video-grid {
    grid-template-columns: 1fr !important;
    gap: 22px;
    max-width: 640px;
  }
  #marka-video .ik-brand-video-copy .section-title,
  #marka-video .ik-brand-video-sub { text-align: center !important; }
  #marka-video .ik-brand-video-sub { margin-left: auto !important; margin-right: auto !important; }
  #marka-video .ik-brand-video-copy { text-align: center; }
  #marka-video .ik-brand-video-copy .section-tag { display: inline-flex; }
}
