/* ================= HERO PRO ================= */
.hero-pro {
  position: relative;
  height: 100svh;
  min-height: 560px;
  overflow: hidden;
}

.hero-pro__bg img {
  top: -100px;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: blur(24px) brightness(0.7);
  transform: scale(1.08);
  transition:
    filter 0.9s cubic-bezier(0.4, 0, 0.2, 1),
    transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: filter, transform;
}

.hero-pro__bg img.loaded {
  filter: blur(0) brightness(0.75);
  transform: scale(1);
}

.hero-pro__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgb(0 0 0 / 0%) 0%,
    rgb(70 81 97 / 22%) 60%,
    rgb(0 0 0 / 8%) 100%
  );
}

.hero-pro__container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* padding: 0 clamp(24px, 6vw, 80px); */
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.hero-pro__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeUp 0.6s 0.2s ease forwards;
}

.hero-pro__eyebrow-line {
  width: 32px;
  height: 2px;
  background: var(--primary);
}

.hero-pro__eyebrow span {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 198, 255, 0.8);
  font-weight: 600;
}

.hero-pro__title {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text-light);
  margin-bottom: 6px;
  /* opacity: 0; */
  animation: fadeUp 0.6s 0.35s ease forwards;
  max-width: 720px;
}

.hero-pro__title-brand {
  display: block;
}

.hero-pro__typed-wrap {
  display: block;
  min-height: 1.2em;
}

/* #hero-typed {
  color: var(--primary);
  font-weight: 600;
} */

.hero-pro__cursor {
  display: inline-block;
  width: 2px;
  height: 0.9em;
  background: var(--primary);
  vertical-align: middle;
  margin-left: 2px;
  animation: blink 1s step-end infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.hero-pro__desc {
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  color: var(--text-muted);
  /* margin: 18px 0 36px; */
  line-height: 1.7;
  max-width: 480px;
  /* opacity: 0; */
  animation: fadeUp 0.6s 0.5s ease forwards;
}

.hero-pro__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  /* opacity: 0; */
  animation: fadeUp 0.6s 0.65s ease forwards;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-outline {
  background: rgba(255, 255, 255, 0.07);
  color: var(--text-light);
  border: 1px solid var(--border-light);
  box-shadow: none;
}

.hero-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* Controls */
.hero-pro__controls {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 3;
}

.hero-pro__controls button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--glass-bg);
  border: 1px solid var(--border-light);
  color: var(--text-light);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.hero-pro__controls button:hover {
  background: rgba(0, 198, 255, 0.2);
  border-color: rgba(0, 198, 255, 0.4);
}

/* Dots */
#dots span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: all 0.3s ease;
}

#dots span.active {
  width: 22px;
  background: var(--primary);
}

/* Progress bar */
.hero-pro__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), #0080ff);
  z-index: 4;
  transition: width 0.1s linear;
}

/* Slide counter */
.hero-pro__slide-num {
  position: absolute;
  /* top: 36px; */
  right: clamp(24px, 6vw, 80px);
  font-size: 12px;
  color: var(--primary);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  z-index: 3;
}

/* ================= SSFC PRO ABOUT ================= */
.ssfc-pro-about {
  position: relative;
  background:
    radial-gradient(
      ellipse at 60% 40%,
      rgba(0, 198, 255, 0.08),
      transparent 60%
    ),
    linear-gradient(180deg, #050b14, #02070d);
}

/* GRID */
.ssfc-pro-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

/* TEXT */
.ssfc-pro-label {
  color: var(--primary);
  letter-spacing: 2px;
  font-size: 0.75rem;
}

.ssfc-pro-title {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 10px 0;
}

.ssfc-pro-desc {
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: start;
}

/* SPECS */
.ssfc-pro-specs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.ssfc-pro-specs span {
  padding: 6px 12px;
  background: var(--glass-bg);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  font-size: 0.8rem;
  color: var(--primary);
}

/* ================= 3D CARD ================= */
.ssfc-pro-card-wrap {
  perspective: 1400px;
  display: flex;
  justify-content: center;
}

.ssfc-pro-card {
  width: 100%;
  /* max-width: 360px;
  height: 440px; */
  border-radius: 20px;
  position: relative;
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  background: var(--glass-bg);
  border: 1px solid var(--border-light);

  transform-style: preserve-3d;
  transition: transform 0.15s ease;

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* Glow */
.ssfc-pro-card::before {
  content: "";
  position: absolute;
  width: 300%;
  height: 300%;
  background: conic-gradient(transparent, rgba(0, 198, 255, 0.15), transparent);
  animation: ssfcProSpin 10s linear infinite;
}

/* Shimmer */
.ssfc-pro-card::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: -100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.05),
    transparent
  );
  animation: ssfcProShimmer 5s infinite;
}

/* IMAGE */
.ssfc-pro-card img {
  width: 96%;
  margin: 24px;
  transform: translateZ(40px);
  animation: ssfcProFloat 4s ease-in-out infinite;
}

/* FOOTER */
.ssfc-pro-footer {
  position: absolute;
  bottom: 20px;
  text-align: center;
}

.ssfc-footer-col-contact {
  display: flex;
  align-items: center;
}
.ssfc-footer-col-contact svg {
  width: 24px;
}

/* ================= STATS ================= */
.ssfc-pro-stats {
  margin-top: 60px;
  padding: 8px;
}

.ssfc-pro-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.ssfc-pro-num {
  font-size: 2rem;
  color: var(--primary);
}

/* TRUST TEXT */
.trusted-globally {
  font-size: 1.7rem;
  border-left: 6px solid var(--primary);
  padding-left: 1.5rem;
  margin-top: 2rem;
}
/* ================= ANIMATIONS ================= */
@keyframes ssfcProSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ssfcProShimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 150%;
  }
}

@keyframes ssfcProFloat {
  0%,
  100% {
    transform: translateZ(40px) translateY(0);
  }
  50% {
    transform: translateZ(40px) translateY(-12px);
  }
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .ssfc-pro-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ssfc-pro-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ================= products SLIDER ================= */
.ssflow-products-slider {
  /* background: linear-gradient(180deg, #050b14, #02070d); */
  background: var(--bg-light);
}

.ssflow-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.ssflow-slider-track {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}

/* Card */
.ssflow-products-card {
  min-width: 25%;
  padding: 15px;
}

.ssflow-card-inner {
  background: var(--glass-bg);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  overflow: hidden;
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ssflow-card-inner:hover {
  transform: translateY(-6px);
  border-color: var(--primary);
}

.ssflow-products-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.ssflow-card-content {
  padding: 15px;
}

.ssflow-card-content h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.ssflow-card-content p {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* Buttons */
.ssflow-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--glass-bg);
  border: 1px solid var(--border-light);
  color: #fff;
  padding: 10px 14px;
  cursor: pointer;
  z-index: 2;
}

.ssflow-prev {
  left: 0;
}
.ssflow-next {
  right: 0;
}

/* Dots */
.ssflow-slider-dots {
  text-align: center;
  margin-top: 20px;
}

.ssflow-slider-dots span {
  width: 8px;
  height: 8px;
  background: #777;
  margin: 0 5px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}

.ssflow-slider-dots span.active {
  background: var(--primary);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
  .ssflow-products-card {
    min-width: 33.33%;
  }
}

@media (max-width: 768px) {
  .ssflow-products-card {
    min-width: 50%;
  }
}

@media (max-width: 480px) {
  .ssflow-products-card {
    min-width: 100%;
  }
}

/* ================= FAQ MODERN ================= */
.faq-modern {
  /* background: linear-gradient(180deg, #050b14, #02070d); */
  background: var(--bg-dark);
}

/* Wrapper */
.faq-modern__wrapper {
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Item */
.faq-modern__item {
  background: var(--glass-bg);
  border: 1px solid var(--border-light);
  border-radius: 12px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: 0.3s;
}

.faq-modern__item:hover {
  border-color: var(--primary);
}

/* Question */
.faq-modern__question {
  width: 100%;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  color: var(--text-light);
  font-size: 1rem;
  cursor: pointer;
  text-align: left;
}

/* Icon */
.faq-icon {
  width: 32px;
  height: 24px;
  stroke: var(--primary);
  stroke-width: 2;
  fill: none;
  transition: 0.3s;
}

/* Rotate when active */
.faq-modern__item.active .faq-icon {
  transform: rotate(180deg);
}

/* Answer */
.faq-modern__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-modern__answer p {
  padding: 0 20px 20px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Active */
.faq-modern__item.active .faq-modern__answer {
  max-height: 200px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .faq-modern__question {
    font-size: 0.95rem;
  }
}

/* ================= SSFC CTA ================= */
.ssfc-cta-sec {
  position: relative;
  padding: 80px 20px;
  background:
    radial-gradient(
      ellipse at center,
      rgba(0, 198, 255, 0.08),
      transparent 70%
    ),
    linear-gradient(180deg, #050b14, #02070d);
}

/* WRAPPER */
.ssfc-cta-wrap {
  display: flex;
  justify-content: center;
}

/* CTA BOX */
.ssfc-cta-box {
  max-width: 800px;
  width: 100%;
  padding: 20px 15px;
  text-align: center;

  background: var(--glass-bg);
  border: 1px solid var(--border-light);
  border-radius: 20px;

  position: relative;
  overflow: hidden;

  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);

  transition: 0.3s ease;
}

/* Content stays above */
.ssfc-cta-box {
  position: relative;
  z-index: 2;
  border-color: var(--primary);
}

/* TITLE */
.ssfc-cta-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin-bottom: 15px;
}

/* DESC */
.ssfc-cta-desc {
  color: var(--text-muted);
  margin-bottom: 25px;
  line-height: 1.7;
}

/* BUTTON */
.ssfc-cta-btn {
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: 12px;
}

/* ANIMATION */
@keyframes ssfcCtaSpin {
  to {
    transform: rotate(360deg);
  }
}

/* ================= RESPONSIVE ================= */
@media (max-width: 600px) {
  .ssfc-cta-box {
    padding: 26px 12px;
  }

  .ssfc-cta-title {
    font-size: 1.5rem;
  }
}

.ssfc-pro-stats-grid h4 {
  margin-top: 8px;
  margin-bottom: 26px;
}

/* ================= SSFC INDUSTRY ================= */
.ssfc-industry-sec {
  background: linear-gradient(180deg, #02070d, #050b14);
}

/* GRID */
.ssfc-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.ssfc-industry-card {
  padding: 25px;
  border-radius: 16px;
  background: var(--glass-bg);
  border: 1px solid var(--border-light);
  text-align: center;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Glow hover effect */
.ssfc-industry-card::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, rgba(0, 198, 255, 0.15), transparent 60%);
  opacity: 0;
  transition: 0.4s;
}

.ssfc-industry-card:hover::before {
  opacity: 1;
}

/* Hover */
.ssfc-industry-card:hover {
  transform: translateY(-6px);
  border-color: var(--primary);
}

/* ICON */
.ssfc-industry-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 12px;
  background: rgba(0, 198, 255, 0.1);
}

/* SVG */
.ssfc-industry-icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--primary);
  stroke-width: 1.5;
  /* fill: none; */
}

/* TITLE */
.ssfc-industry-card h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

/* DESC */
.ssfc-industry-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
  .ssfc-industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ssfc-industry-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= SSFC CONTACT ================= */
.ssfc-contact-sec {
  background: linear-gradient(180deg, #050b14, #02070d);
}

/* GRID */
.ssfc-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
}

/* ================= INFO ================= */
.ssfc-contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.ssfc-contact-icon {
  width: 45px;
  height: 45px;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;
  background: var(--glass-bg);
  border: 1px solid var(--border-light);
}

.ssfc-contact-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--primary);
  fill: none;
  stroke-width: 1.5;
}

.ssfc-contact-item h4 {
  margin-bottom: 5px;
}

.ssfc-contact-item p {
  color: var(--text-muted);
}

/* ================= FORM ================= */
.ssfc-contact-form-wrap {
  background: var(--glass-bg);
  padding: 30px;
  border-radius: 16px;
  border: 1px solid var(--border-light);
}

/* FLOAT LABEL */
.ssfc-form-group {
  position: relative;
  margin-bottom: 20px;
}

.ssfc-form-group input,
.ssfc-form-group textarea {
  width: 100%;
  padding: 12px;
  background: transparent;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  color: var(--text-light);
  outline: none;
}

.ssfc-form-group label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-size: 0.85rem;
  pointer-events: none;
  transition: 0.3s;
}

/* FLOAT EFFECT */
.ssfc-form-group input:focus + label,
.ssfc-form-group input:valid + label,
.ssfc-form-group textarea:focus + label,
.ssfc-form-group textarea:valid + label {
  top: -8px;
  font-size: 0.7rem;
  color: var(--primary);
  padding: 0 5px;
}

/* BUTTON */
.ssfc-contact-btn {
  width: 100%;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .ssfc-contact-grid {
    grid-template-columns: 1fr;
  }
}
