/* SDC home — three remaining sections: server-locations (dark map),
   infrastructure (accordion), ddos-secure-shield (feature cards).
   Same design system as sdc-navbar-corporate.css / sdc-home-services.css:
   soft orange accent (#ff7c00 / #e05d00), dark navy (#16233d), 150-220ms
   transitions, no heavy animation. Existing *-COMPACT css_internal blocks
   on these widgets only handle spacing — this file is the color/hover/
   premium-feel layer on top of them. */

/* ===================== 1) Stratejik Lokasyonlar (dark map) ===================== */
body#home #section-server-locations {
  position: relative;
  overflow: hidden;
}
body#home #section-server-locations::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 15% 15%, rgba(255, 124, 0, 0.1) 0%, transparent 60%),
    radial-gradient(ellipse 50% 45% at 90% 85%, rgba(255, 124, 0, 0.07) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
}
body#home #section-server-locations > .container {
  position: relative;
  z-index: 1;
}
body#home #section-server-locations .fon-section-title-heading,
body#home #section-server-locations .fon-section-title-subheading {
  color: #fff;
}
body#home #section-server-locations .fon-section-title-subheading {
  opacity: 0.72;
}

/* Stat list (DDoS / SLA / Network / Location) */
body#home #section-server-locations .fon-contentbox-inner {
  border-radius: 10px;
  padding: 6px 8px;
  margin: 0 -8px;
  transition: background-color 0.2s ease;
}
body#home #section-server-locations .fon-contentbox-inner:hover {
  background-color: rgba(255, 255, 255, 0.06);
}
body#home #section-server-locations .fon-contentbox-icon-container {
  background: rgba(255, 124, 0, 0.14) !important;
  box-shadow: 0 0 0 1px rgba(255, 124, 0, 0.18) inset;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
body#home #section-server-locations .fon-contentbox-inner:hover .fon-contentbox-icon-container {
  background: rgba(255, 124, 0, 0.24) !important;
  transform: scale(1.06);
}
body#home #section-server-locations .fon-contentbox-icon {
  color: #ff9a3d !important;
}
body#home #section-server-locations .fon-contentbox-title {
  color: #fff !important;
}
body#home #section-server-locations .fon-contentbox-content {
  color: rgba(255, 255, 255, 0.68) !important;
}

/* Map panel — give the map/illustration column a soft glass frame so it
   reads as one designed panel instead of loose art floating on navy */
body#home #section-server-locations .col-lg-8,
body#home #section-server-locations .col-xl-9 {
  position: relative;
}

@media (max-width: 767px) {
  body#home #section-server-locations .fon-contentbox-title {
    font-size: 0.95rem !important;
  }
}

/* ===================== 2) Güçlü Altyapı, Stabil Hizmet (accordion) ===================== */
body#home #section-infrastructure .sd-infra-checks i {
  color: #ff7c00 !important;
}
body#home #section-infrastructure .sd-infra-checks li {
  transition: color 0.2s ease;
}

/* Stat badges (10.000+ / 36.000+) */
body#home #section-infrastructure .fon-animated-number-icon {
  transition: transform 0.2s ease;
}
body#home #section-infrastructure .fon-widget:has(.fon-animated-number-icon):hover .fon-animated-number-icon {
  transform: scale(1.08);
}

/* Accordion — premium timeline */
body#home #section-infrastructure .accordion-item {
  background: transparent !important;
  border: 0 !important;
  margin-bottom: 4px;
}
/* The icon badge is absolutely positioned by the base theme (.fon-accordion-
   widget.style-2 .with-icon .accordion-icon), with .accordion-button's own
   padding-left reserving the room for it. Overriding padding with a plain
   shorthand crushes that reserved space and the icon lands on top of the
   text — so every geometry-relevant property below is set explicitly and
   in lockstep (button padding-left / icon left+width) rather than assumed. */
body#home #section-infrastructure .accordion-button {
  background: #fff !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 12px !important;
  padding: 14px 18px 14px 60px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #1f2937 !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease !important;
}
body#home #section-infrastructure .accordion-button:hover {
  border-color: rgba(255, 124, 0, 0.35) !important;
  background: #fffaf6 !important;
}
body#home #section-infrastructure .accordion-button:not(.collapsed) {
  color: #e05d00 !important;
  background: #fff7ef !important;
  border-color: rgba(255, 124, 0, 0.4) !important;
}
body#home #section-infrastructure .accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(255, 124, 0, 0.14) !important;
}
body#home #section-infrastructure .accordion-button::after {
  transition: transform 0.25s ease;
}
body#home #section-infrastructure .accordion-icon {
  position: absolute !important;
  left: 14px !important;
  top: 50% !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  background: linear-gradient(145deg, #ff9a3d, #e05d00) !important;
  border: 0 !important;
  box-shadow: 0 3px 10px rgba(224, 93, 0, 0.3), 0 0 0 4px #fff !important;
  color: #fff !important;
  font-size: 13px;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
body#home #section-infrastructure .accordion-button:hover .accordion-icon {
  transform: translateY(-50%) scale(1.08) !important;
}
body#home #section-infrastructure .accordion-button:not(.collapsed) .accordion-icon {
  box-shadow: 0 3px 12px rgba(224, 93, 0, 0.45), 0 0 0 4px #fff7ef !important;
}
body#home #section-infrastructure .accordion-body {
  padding: 12px 18px 16px 60px !important;
  font-size: 12.5px !important;
  line-height: 1.6 !important;
  color: #64748b !important;
}
body#home #section-infrastructure .accordion-body p {
  margin-bottom: 8px;
}
body#home #section-infrastructure .accordion-body p:last-child {
  margin-bottom: 0;
}
body#home #section-infrastructure .accordion-collapse {
  transition: height 0.25s ease !important;
}

/* ===================== 3) DDoS Koruma (feature cards) ===================== */
body#home #section-ddos-secure-shield .row.bg-white {
  border: 1px solid rgba(255, 124, 0, 0.1);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06) !important;
}
body#home #section-ddos-secure-shield .fon-feature-box-widget {
  border-radius: 12px;
  padding: 10px 12px;
  margin: -10px -12px 30px !important;
  transition: background-color 0.2s ease;
}
body#home #section-ddos-secure-shield .fon-feature-box-widget:hover {
  background-color: #fffaf6;
}
body#home #section-ddos-secure-shield .feature-box-media-container {
  border-radius: 12px;
  overflow: hidden;
  background: #fff7ef;
  padding: 6px;
  transition: transform 0.2s ease;
}
body#home #section-ddos-secure-shield .fon-feature-box-widget:hover .feature-box-media-container {
  transform: scale(1.04);
}
body#home #section-ddos-secure-shield .feature-box-title {
  color: #1f2937 !important;
  font-size: 1rem !important;
}
body#home #section-ddos-secure-shield .feature-box-desc {
  color: #64748b !important;
  font-size: 12.5px !important;
  line-height: 1.55 !important;
}
body#home #section-ddos-secure-shield .feature-box-button .btn {
  background: #ff7c00 !important;
  border-color: #ff7c00 !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 7px 16px !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
  box-shadow: 0 2px 8px rgba(255, 124, 0, 0.25) !important;
}
body#home #section-ddos-secure-shield .feature-box-button .btn:hover {
  background: #e05d00 !important;
  border-color: #e05d00 !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(224, 93, 0, 0.3) !important;
}

@media (prefers-reduced-motion: reduce) {
  body#home #section-server-locations *,
  body#home #section-infrastructure *,
  body#home #section-ddos-secure-shield * {
    transition: none !important;
  }
}
