/* nZon Space - Homepage Minimalist Design */

/* ===== Hero Section - Minimal ===== */
.landing-hero-modern {
  min-height: 75vh;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 3rem 0;
  position: relative;
}

.landing-hero-modern::before {
  display: none;
}

.iq-title-box .section-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c2392e;
  margin-bottom: 0.75rem;
}

.hero-title-modern {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: #111;
  margin-bottom: 1rem;
}

.hero-desc-modern {
  font-size: 1rem;
  line-height: 1.65;
  color: #666;
  max-width: 480px;
  margin-top: 0;
}

/* ===== Section Spacing - Minimal ===== */
.section-modern {
  padding: 3rem 0;
}

.section-modern.bg-alt {
  background: #fafafa;
}

.section-header-modern {
  margin-bottom: 2rem;
}

.section-header-modern h2,
.section-header-modern h3 {
  font-size: clamp(1.5rem, 2.5vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #111;
  margin-bottom: 0.5rem;
}

.section-header-modern p,
.iq-title-desc {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
}

/* ===== View All Button - Minimal ===== */
.section-header-modern .btn-outline-primary {
  border-width: 1px;
  border-radius: 8px;
  font-size: 0.85rem;
  padding: 0.4rem 1rem;
}

/* ===== Categories & Services - Minimal Cards ===== */
.card-modern,
.iq-banner-img,
.iq-card,
.service-slide-items-4 .card-description {
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease;
}

.card-modern:hover,
.iq-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* ===== Provider Section - Clean ===== */
.provider-section-modern {
  background: #fafafa;
  padding: 3rem 0;
}

.provider-section-modern .iq-title-box h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

.provider-section-modern .letter-spacing-64 {
  letter-spacing: 0;
  border-radius: 8px;
  padding: 0.75rem 1.5rem !important;
}

/* ===== CTA / App Section - Minimal ===== */
.cta-modern {
  background: #c2392e;
  border-radius: 16px;
  padding: 2.5rem;
  position: relative;
}

.cta-modern::before {
  display: none;
}

.cta-modern .position-absolute.top-0.end-0 img {
  opacity: 0.06;
}

.cta-modern h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

.cta-modern .app-link img {
  max-height: 44px;
}

/* ===== Section 7 - How it works - Minimal ===== */
.iq-icon-box.with-numbers .number {
  width: 36px;
  height: 36px;
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.iq-icon-box.with-numbers h5 {
  font-size: 1rem;
  font-weight: 600;
}

.iq-icon-box.with-numbers p {
  font-size: 0.9rem;
  color: #666;
}

/* ===== Testimonials Section - Minimal ===== */
.section-modern.bg-alt .section-header-modern h3 {
  font-size: 1.5rem;
}

/* ===== Animations - Subtle ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in {
  animation: fadeInUp 0.5s ease forwards;
}

/* ===== Typography - Minimal Override ===== */
.iq-title-box h2,
.iq-title-box h3 {
  font-weight: 600 !important;
}

/* ===== Reduce decorative elements ===== */
.provider-section-modern .provider {
  opacity: 0.35;
}

/* ===== Opacity utilities ===== */
.opacity-25 { opacity: 0.25; }
.opacity-90 { opacity: 0.9; }

/* ===== Clean border-bottom for steps ===== */
.border-bottom {
  border-color: #eee !important;
}
