/* Online Sunucu - Ortak Stil Dosyası */

/* about */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #334155;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #106cff;
}

.gpu-glow {
  background: radial-gradient(
    ellipse 60% 40% at 50% 0%,
    rgba(16, 108, 255, 0.12) 0%,
    transparent 70%
  );
}

.dark .gpu-glow {
  background: radial-gradient(
    ellipse 60% 40% at 50% 0%,
    rgba(16, 108, 255, 0.18) 0%,
    transparent 70%
  );
}

.grid-pattern {
  background-size: 60px 60px;
  background-image: linear-gradient(
      to right,
      rgba(16, 108, 255, 0.03) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(16, 108, 255, 0.03) 1px, transparent 1px);
}

.dark .grid-pattern {
  background-image: linear-gradient(
      to right,
      rgba(16, 108, 255, 0.06) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(16, 108, 255, 0.06) 1px, transparent 1px);
}

.hover-card {
  transition: transform 0.3s, box-shadow 0.3s;
}

.hover-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px -10px rgba(16, 108, 255, 0.15);
  border-color: #106cff;
}

.cabinet-track {
  display: flex;
  gap: 16px;
  transition: transform 0.5s ease-out;
}

.faq-toggle[open] summary .faq-icon {
  transform: rotate(45deg);
}

.faq-toggle[open] .faq-body {
  animation: fadeUp 0.3s ease-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* contact */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #334155;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #106cff;
}

.gpu-glow {
  background: radial-gradient(
    ellipse 60% 40% at 50% 0%,
    rgba(16, 108, 255, 0.12) 0%,
    transparent 70%
  );
}

.dark .gpu-glow {
  background: radial-gradient(
    ellipse 60% 40% at 50% 0%,
    rgba(16, 108, 255, 0.18) 0%,
    transparent 70%
  );
}

.grid-pattern {
  background-size: 60px 60px;
  background-image: linear-gradient(
      to right,
      rgba(16, 108, 255, 0.03) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(16, 108, 255, 0.03) 1px, transparent 1px);
}

.dark .grid-pattern {
  background-image: linear-gradient(
      to right,
      rgba(16, 108, 255, 0.06) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(16, 108, 255, 0.06) 1px, transparent 1px);
}

.faq-toggle[open] summary .faq-icon {
  transform: rotate(45deg);
}

.faq-toggle[open] .faq-body {
  animation: fadeUp 0.3s ease-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.float-label input:focus ~ label,
.float-label input:not(:placeholder-shown) ~ label,
.float-label textarea:focus ~ label,
.float-label textarea:not(:placeholder-shown) ~ label,
.float-label select:focus ~ label,
.float-label select:valid ~ label {
  transform: translateY(-26px) scale(0.85);
  color: #106cff;
  background: var(--label-bg);
  padding: 0 4px;
}

/* gpu */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #334155;
  border-radius: 999px;
}
::-webkit-scrollbar-thumb:hover {
  background: #106cff;
}

.gpu-glow {
  background: radial-gradient(
    ellipse 60% 40% at 50% 0%,
    rgba(16, 108, 255, 0.12) 0%,
    transparent 70%
  );
}
.dark .gpu-glow {
  background: radial-gradient(
    ellipse 60% 40% at 50% 0%,
    rgba(16, 108, 255, 0.18) 0%,
    transparent 70%
  );
}

.card-shine {
  position: relative;
  overflow: hidden;
}
.card-shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.03),
    transparent
  );
  transition: left 0.6s ease;
  pointer-events: none;
}
.card-shine:hover::before {
  left: 125%;
}

.grid-pattern {
  background-size: 60px 60px;
  background-image: linear-gradient(
      to right,
      rgba(16, 108, 255, 0.03) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(16, 108, 255, 0.03) 1px, transparent 1px);
}
.dark .grid-pattern {
  background-image: linear-gradient(
      to right,
      rgba(16, 108, 255, 0.06) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(16, 108, 255, 0.06) 1px, transparent 1px);
}

.faq-toggle[open] summary .faq-icon {
  transform: rotate(45deg);
}
.faq-toggle[open] .faq-body {
  animation: fade-up 0.3s ease-out forwards;
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.popular-badge {
  background: linear-gradient(135deg, #106cff 0%, #6366f1 100%);
}

.spec-row:nth-child(even) {
  background: rgba(16, 108, 255, 0.02);
}
.dark .spec-row:nth-child(even) {
  background: rgba(16, 108, 255, 0.04);
}

/* dedicated */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #334155;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #106cff;
}

.gpu-glow {
  background: radial-gradient(
    ellipse 60% 40% at 50% 0%,
    rgba(16, 108, 255, 0.12) 0%,
    transparent 70%
  );
}

.dark .gpu-glow {
  background: radial-gradient(
    ellipse 60% 40% at 50% 0%,
    rgba(16, 108, 255, 0.18) 0%,
    transparent 70%
  );
}

.grid-pattern {
  background-size: 60px 60px;
  background-image: linear-gradient(
      to right,
      rgba(16, 108, 255, 0.03) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(16, 108, 255, 0.03) 1px, transparent 1px);
}

.dark .grid-pattern {
  background-image: linear-gradient(
      to right,
      rgba(16, 108, 255, 0.06) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(16, 108, 255, 0.06) 1px, transparent 1px);
}

.faq-toggle[open] summary .faq-icon {
  transform: rotate(45deg);
}

.faq-toggle[open] .faq-body {
  animation: fadeUp 0.3s ease-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

input[type="range"] {
  -webkit-appearance: none;
  height: 6px;
  border-radius: 999px;
  outline: none;
  background: #e2e8f0;
}

.dark input[type="range"] {
  background: #1e293b;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #106cff;
  cursor: pointer;
  border: 3px solid white;
  box-shadow: 0 2px 6px rgba(16, 108, 255, 0.4);
}

.cpu-option input:checked ~ .cpu-card {
  border-color: #106cff;
  background: rgba(16, 108, 255, 0.06);
}

.dark .cpu-option input:checked ~ .cpu-card {
  background: rgba(16, 108, 255, 0.12);
}

/* vds */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #334155;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #106cff;
}

.gpu-glow {
  background: radial-gradient(
    ellipse 60% 40% at 50% 0%,
    rgba(16, 108, 255, 0.12) 0%,
    transparent 70%
  );
}

.dark .gpu-glow {
  background: radial-gradient(
    ellipse 60% 40% at 50% 0%,
    rgba(16, 108, 255, 0.18) 0%,
    transparent 70%
  );
}

.grid-pattern {
  background-size: 60px 60px;
  background-image: linear-gradient(
      to right,
      rgba(16, 108, 255, 0.03) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(16, 108, 255, 0.03) 1px, transparent 1px);
}

.dark .grid-pattern {
  background-image: linear-gradient(
      to right,
      rgba(16, 108, 255, 0.06) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(16, 108, 255, 0.06) 1px, transparent 1px);
}

.popular-badge {
  background: linear-gradient(135deg, #106cff 0%, #6366f1 100%);
}

.plan-switch {
  position: relative;
  width: 56px;
  height: 30px;
}

.plan-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.plan-switch .slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background: #cbd5e1;
  border-radius: 999px;
  transition: 0.3s;
}

.dark .plan-switch .slider {
  background: #334155;
}

.plan-switch .slider::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  transition: 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.plan-switch input:checked + .slider {
  background: #106cff;
}

.plan-switch input:checked + .slider::before {
  transform: translateX(26px);
}

.faq-toggle[open] summary .faq-icon {
  transform: rotate(45deg);
}

.faq-toggle[open] .faq-body {
  animation: fadeUp 0.3s ease-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

input[type="range"] {
  -webkit-appearance: none;
  height: 6px;
  border-radius: 999px;
  outline: none;
  background: #e2e8f0;
}

.dark input[type="range"] {
  background: #1e293b;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #106cff;
  cursor: pointer;
  border: 3px solid white;
  box-shadow: 0 2px 6px rgba(16, 108, 255, 0.4);
}

/* Discount badge glow + wobble */
.discount-badge {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: #fff;
  box-shadow: 0 0 8px rgba(59, 130, 246, 0.4), 0 0 20px rgba(37, 99, 235, 0.2);
  animation: badgeWobble 2.5s ease-in-out infinite,
    badgeGlow 2s ease-in-out infinite alternate;
}

@keyframes badgeWobble {
  0%,
  100% {
    transform: rotate(0deg);
  }

  15% {
    transform: rotate(3deg);
  }

  30% {
    transform: rotate(-3deg);
  }

  45% {
    transform: rotate(2deg);
  }

  60% {
    transform: rotate(-1deg);
  }

  75% {
    transform: rotate(0deg);
  }
}

@keyframes badgeGlow {
  0% {
    box-shadow: 0 0 6px rgba(59, 130, 246, 0.3),
      0 0 12px rgba(37, 99, 235, 0.15);
  }
  100% {
    box-shadow: 0 0 12px rgba(59, 130, 246, 0.6),
      0 0 25px rgba(37, 99, 235, 0.35);
  }
}

/* Panel tabs */
.panel-tab {
  cursor: pointer;
  transition: all 0.2s;
}
.panel-tab.active {
  border-color: #106cff;
  background: rgba(16, 108, 255, 0.05);
}
.dark .panel-tab.active {
  background: rgba(16, 108, 255, 0.1);
}
.panel-tab.active .tab-indicator {
  opacity: 1;
}
.panel-content {
  display: none;
}
.panel-content.active {
  display: block;
  animation: fadeUp 0.4s ease-out;
}
/* Timeline dots */
.timeline-dot {
  transition: all 0.3s ease;
}
.timeline-dot.active {
  width: 14px;
  height: 14px;
  background: #106cff;
  box-shadow: 0 0 0 4px rgba(16, 108, 255, 0.15),
    0 2px 8px rgba(16, 108, 255, 0.3);
}
.timeline-line {
  transition: background 0.3s;
}
.timeline-line.active {
  background: #106cff;
}

.half-section {
  width: 100%;
  max-width: 620px;
}

/* ── Legend ── */
.legend-bar {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 14px;
}
.legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.dark .legend-item {
  color: #64748b;
}
html:not(.dark) .legend-item {
  color: #94a3b8;
}
.legend-line {
  width: 18px;
  height: 3px;
  border-radius: 2px;
}

/* ── Grid ── */
.gauges-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* ── Card ── */
.gauge-card {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.4s, transform 0.3s, background 0.3s,
    box-shadow 0.3s;
}
.gauge-card:hover {
  transform: translateY(-3px);
}

.dark .gauge-card {
  background: linear-gradient(
    180deg,
    rgba(21, 31, 50, 0.95),
    rgba(11, 17, 32, 0.98)
  );
  border: 1px solid #1e293b;
}
html:not(.dark) .gauge-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.03);
}

/* Small cards (HDD/SSD) */
.gauge-card.small {
  padding: 16px 14px 14px;
}
/* Large card (NVMe) */
.gauge-card.large {
  padding: 22px 20px 18px;
  grid-column: 1 / -1;
}

/* Top accent */
.gauge-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}
.gauge-card.hdd::before {
  background: linear-gradient(90deg, transparent, #fb923c, transparent);
}
.gauge-card.ssd::before {
  background: linear-gradient(90deg, transparent, #3b82f6, transparent);
}
.gauge-card.nvme::before {
  background: linear-gradient(90deg, transparent, #34d399, transparent);
}

/* Hover borders */
.dark .gauge-card.hdd:hover {
  border-color: rgba(251, 146, 60, 0.4);
}
.dark .gauge-card.ssd:hover {
  border-color: rgba(59, 130, 246, 0.4);
}
.dark .gauge-card.nvme:hover {
  border-color: rgba(52, 211, 153, 0.45);
  box-shadow: 0 0 30px rgba(52, 211, 153, 0.06);
}
html:not(.dark) .gauge-card.hdd:hover {
  border-color: rgba(251, 146, 60, 0.5);
  box-shadow: 0 4px 16px rgba(251, 146, 60, 0.08);
}
html:not(.dark) .gauge-card.ssd:hover {
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow: 0 4px 16px rgba(59, 130, 246, 0.08);
}
html:not(.dark) .gauge-card.nvme:hover {
  border-color: rgba(52, 211, 153, 0.5);
  box-shadow: 0 4px 20px rgba(52, 211, 153, 0.1);
}

/* ── Header ── */
.gauge-header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.small .gauge-header {
  margin-bottom: 8px;
}
.large .gauge-header {
  margin-bottom: 10px;
}

.gauge-label {
  font-weight: 800;
  letter-spacing: -0.02em;
}
.small .gauge-label {
  font-size: 0.95rem;
}
.large .gauge-label {
  font-size: 1.15rem;
}
.dark .gauge-label {
  color: #e2e8f0;
}
html:not(.dark) .gauge-label {
  color: #1e293b;
}
/* ── SVG Gauge ── */
.gauge-svg-wrap {
  position: relative;
  margin: 0 auto;
}
.small .gauge-svg-wrap {
  width: 210px;
  height: 130px;
}
.large .gauge-svg-wrap {
  width: 380px;
  height: 230px;
}
.gauge-svg {
  width: 100%;
  height: 100%;
}

/* Arcs */
.arc-bg {
  fill: none;
  stroke-linecap: round;
}
.dark .arc-bg {
  stroke: #1e293b;
}
html:not(.dark) .arc-bg {
  stroke: #e5e7eb;
}

.arc-read,
.arc-write {
  fill: none;
  stroke-linecap: round;
  transition: stroke-dashoffset 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hdd .arc-read {
  stroke: #fb923c;
}
.hdd .arc-write {
  stroke: #ea580c;
}
.ssd .arc-read {
  stroke: #3b82f6;
}
.ssd .arc-write {
  stroke: #2563eb;
}
.nvme .arc-read {
  stroke: #34d399;
}
.nvme .arc-write {
  stroke: #10b981;
}

.dark .hdd .arc-read {
  filter: drop-shadow(0 0 5px rgba(251, 146, 60, 0.3));
}
.dark .ssd .arc-read {
  filter: drop-shadow(0 0 5px rgba(59, 130, 246, 0.3));
}
.dark .nvme .arc-read {
  filter: drop-shadow(0 0 8px rgba(52, 211, 153, 0.35));
}
.dark .nvme .arc-write {
  filter: drop-shadow(0 0 5px rgba(16, 185, 129, 0.25));
}

/* Needles */
.needle-read,
.needle-write {
  transition: transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hdd .needle-read {
  fill: #fb923c;
}
.hdd .needle-write {
  fill: #c2410c;
}
.ssd .needle-read {
  fill: #3b82f6;
}
.ssd .needle-write {
  fill: #1d4ed8;
}
.nvme .needle-read {
  fill: #34d399;
}
.nvme .needle-write {
  fill: #059669;
}

.needle-center {
  stroke-width: 2;
}
.dark .needle-center {
  fill: #0b1120;
  stroke: #334155;
}
html:not(.dark) .needle-center {
  fill: #ffffff;
  stroke: #cbd5e1;
}

/* Ticks */
.tick-text {
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
}
.dark .tick-text {
  fill: #475569;
}
html:not(.dark) .tick-text {
  fill: #9ca3af;
}
.dark .tick-line {
  stroke: #334155;
}
html:not(.dark) .tick-line {
  stroke: #d1d5db;
}

/* Scale */
.scale-label {
  text-align: center;
  font-family: "JetBrains Mono", monospace;
}
.small .scale-label {
  margin-top: 2px;
  font-size: 0.52rem;
}
.large .scale-label {
  margin-top: 4px;
  font-size: 0.6rem;
}
.dark .scale-label {
  color: #475569;
}
html:not(.dark) .scale-label {
  color: #9ca3af;
}

/* ── Speed Values ── */
.speed-values {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  transition: background 0.3s, border-color 0.3s;
}
.small .speed-values {
  margin-top: 8px;
  padding: 8px 10px;
}
.large .speed-values {
  margin-top: 12px;
  padding: 12px 16px;
}

.dark .speed-values {
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(30, 41, 59, 0.5);
}
html:not(.dark) .speed-values {
  background: #f9fafb;
  border: 1px solid #f0f0f0;
}

.speed-item {
  text-align: center;
  flex: 1;
}
.speed-item-label {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.small .speed-item-label {
  font-size: 0.52rem;
  margin-bottom: 2px;
}
.large .speed-item-label {
  font-size: 0.6rem;
  margin-bottom: 4px;
}
.dark .speed-item-label {
  color: #64748b;
}
html:not(.dark) .speed-item-label {
  color: #9ca3af;
}

.speed-item-label .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
}

.speed-item-value {
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.small .speed-item-value {
  font-size: 0.95rem;
}
.large .speed-item-value {
  font-size: 1.4rem;
}
.dark .speed-item-value {
  color: #e2e8f0;
}
html:not(.dark) .speed-item-value {
  color: #1e293b;
}

.speed-item-unit {
  font-weight: 400;
}
.small .speed-item-unit {
  font-size: 0.52rem;
}
.large .speed-item-unit {
  font-size: 0.65rem;
}
.dark .speed-item-unit {
  color: #64748b;
}
html:not(.dark) .speed-item-unit {
  color: #9ca3af;
}

.speed-divider {
  width: 1px;
  margin: 0 4px;
}
.dark .speed-divider {
  background: #1e293b;
}
html:not(.dark) .speed-divider {
  background: #e5e7eb;
}

/* ── Animations ── */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.gauge-card {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}
.gauge-card:nth-child(1) {
  animation-delay: 0.1s;
}
.gauge-card:nth-child(2) {
  animation-delay: 0.25s;
}
.gauge-card:nth-child(3) {
  animation-delay: 0.4s;
}

/* ── Responsive ── */
@media (max-width: 580px) {
  .gauges-layout {
    grid-template-columns: 1fr;
  }
  .gauge-card.large {
    grid-column: auto;
  }
  .large .gauge-svg-wrap {
    width: 280px;
    height: 170px;
  }
}

/* index */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #334155;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #106cff;
}

.gpu-glow {
  background: radial-gradient(
    ellipse 60% 40% at 50% 0%,
    rgba(16, 108, 255, 0.12) 0%,
    transparent 70%
  );
}

.dark .gpu-glow {
  background: radial-gradient(
    ellipse 60% 40% at 50% 0%,
    rgba(16, 108, 255, 0.18) 0%,
    transparent 70%
  );
}

.grid-pattern {
  background-size: 60px 60px;
  background-image: linear-gradient(
      to right,
      rgba(16, 108, 255, 0.03) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(16, 108, 255, 0.03) 1px, transparent 1px);
}

.dark .grid-pattern {
  background-image: linear-gradient(
      to right,
      rgba(16, 108, 255, 0.06) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(16, 108, 255, 0.06) 1px, transparent 1px);
}

.faq-toggle[open] summary .faq-icon {
  transform: rotate(45deg);
}

.faq-toggle[open] .faq-body {
  animation: fadeUp 0.3s ease-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide {
  display: none;
  animation: slideFade 0.6s ease-out;
}

.slide.active {
  display: block;
}

@keyframes slideFade {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-dot {
  transition: all 0.2s;
}

.hero-dot.active {
  background: #106cff;
  width: 24px;
}

/* Video popup */
.video-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.video-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.video-overlay iframe {
  width: 90vw;
  max-width: 960px;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 12px;
}

.hover-card {
  transition: transform 0.3s, box-shadow 0.3s;
}

.hover-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px -10px rgba(16, 108, 255, 0.15);
  border-color: #106cff;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* whmcs */
#frmCheckout .form-control,
#frmCheckout .form-select,
#frmCheckout select,
#frmCheckout input[type="text"],
#frmCheckout input[type="email"],
#frmCheckout input[type="tel"],
#frmCheckout input[type="password"],
.control select,
.control input[type="text"] {
  width: 100%;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
  background-color: #f8fafc;
  color: #0f172a;
  font-size: 0.875rem;
  outline: none;
  transition: all 0.2s;
}

.dark .control select,
.dark .control input[type="text"],
.dark #frmCheckout .form-control,
.dark #frmCheckout .form-select {
  border-color: #1e293b;
  background-color: #0B1120;
  color: #e2e8f0;
}

#frmCheckout .form-control:focus,
#frmCheckout .form-select:focus,
.control select:focus,
.control input[type="text"]:focus {
  border-color: #106cff;
  box-shadow: 0 0 0 1px #106cff;
}

/* Base form elemanları */
.form-control,
.form-select,
.custom-select,
.form-control-lg,
.form-control-sm,
select.form-control,
textarea.form-control {
  width: 100%;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
  background-color: #f8fafc;
  color: #0f172a;
  font-size: 0.875rem;
  line-height: 1.5;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  font-family: inherit;
}

.form-control:focus,
.form-select:focus,
.custom-select:focus,
textarea.form-control:focus {
  border-color: #106cff;
  box-shadow: 0 0 0 1px #106cff;
  background-color: #fff;
}

.form-control:disabled,
.form-control[readonly] {
  opacity: 0.5;
  cursor: not-allowed;
}

.form-control::placeholder {
  color: #94a3b8;
}

/* Dark Mode */
.dark .form-control,
.dark .form-select,
.dark .custom-select,
.dark .form-control-lg,
.dark .form-control-sm,
.dark select.form-control,
.dark textarea.form-control {
  border-color: #1e293b;
  background-color: #0B1120;
  color: #e2e8f0;
}

.dark .form-control:focus,
.dark .form-select:focus,
.dark .custom-select:focus,
.dark textarea.form-control:focus {
  border-color: #106cff;
  box-shadow: 0 0 0 1px #106cff;
  background-color: #0f1829;
}

.dark .form-control::placeholder {
  color: #475569;
}

/* ══════════════════════════════════════════
   Select Dropdown
   ══════════════════════════════════════════ */
.form-select,
.custom-select,
select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8.825L1.175 4 2.238 2.938 6 6.7l3.763-3.763L10.825 4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px;
  padding-right: 2.5rem;
}

.dark .form-select,
.dark .custom-select,
.dark select.form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23475569' d='M6 8.825L1.175 4 2.238 2.938 6 6.7l3.763-3.763L10.825 4z'/%3E%3C/svg%3E");
}

/* ══════════════════════════════════════════
   Checkbox & Radio
   ══════════════════════════════════════════ */
.form-check-input {
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #cbd5e1;
  background-color: #f8fafc;
  cursor: pointer;
  transition: all 0.15s;
}

.form-check-input:checked {
  background-color: #106cff;
  border-color: #106cff;
}

.dark .form-check-input {
  border-color: #334155;
  background-color: #0B1120;
}

.dark .form-check-input:checked {
  background-color: #106cff;
  border-color: #106cff;
}

/* ══════════════════════════════════════════
   Input Group (ikon + input birleşimi)
   ══════════════════════════════════════════ */
.input-group {
  position: relative;
  display: flex;
  width: 100%;
}

.input-group .input-group-prepend,
.input-group .input-group-append {
  display: flex;
  align-items: center;
}

.input-group .input-group-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  border: 1px solid #e2e8f0;
  background-color: #f1f5f9;
  color: #64748b;
  border-radius: 0.5rem 0 0 0.5rem;
}

.input-group .form-control {
  border-radius: 0 0.5rem 0.5rem 0;
  border-left: none;
}

.dark .input-group .input-group-text {
  border-color: #1e293b;
  background-color: #1a2740;
  color: #64748b;
}

.dark .input-group .form-control {
  border-left: none;
}