/* ==========================================================================
   PT YASYA INTERAKTIF TEKNOLOGI - ULTRA-PREMIUM FLUXORA THEME LANDING PAGE
   Fiery Ember Orange & Pitch Black Obsidian Aesthetics
   ========================================================================== */

:root {
  --flx-bg: #070709;
  --flx-bg-card: rgba(18, 18, 22, 0.75);
  --flx-bg-card-hover: rgba(26, 26, 32, 0.9);
  --flx-border: rgba(255, 255, 255, 0.08);
  --flx-border-ember: rgba(255, 69, 0, 0.35);
  
  --flx-text-main: #ffffff;
  --flx-text-muted: #a1a1aa;
  --flx-text-dim: #71717a;
  
  --flx-orange: #ff4500;
  --flx-orange-glow: #ff6b00;
  --flx-amber: #ff9900;
  --flx-red: #e60000;
  
  --flx-gradient-orange: linear-gradient(135deg, #ff4500 0%, #ff7700 50%, #ff1493 100%);
  --flx-gradient-ember: linear-gradient(135deg, #ff3300 0%, #ff6600 100%);
  --flx-gradient-dark: linear-gradient(180deg, rgba(20, 20, 26, 0.8) 0%, rgba(10, 10, 14, 0.95) 100%);
  
  --flx-shadow-ember: 0 10px 40px -5px rgba(255, 69, 0, 0.45);
  --flx-shadow-card: 0 24px 48px -12px rgba(0, 0, 0, 0.8);
  --flx-radius: 20px;
  --flx-radius-lg: 28px;
}

/* Reset & Universal */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, sans-serif;
}

body.landing-page {
  background-color: var(--flx-bg);
  color: var(--flx-text-main);
  overflow-x: hidden;
  line-height: 1.6;
}

/* Ambient Ember Radial Glow Header Mesh */
.flx-bg-mesh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 900px;
  background: 
    radial-gradient(ellipse at 75% 25%, rgba(255, 69, 0, 0.38) 0%, rgba(255, 120, 0, 0.15) 35%, transparent 70%),
    radial-gradient(circle at 20% 40%, rgba(230, 0, 0, 0.18) 0%, transparent 50%);
  z-index: 0;
  pointer-events: none;
}

/* Container */
.flx-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 1;
}

/* NAVBAR (Fluxora Floating Glass Capsule) */
.flx-navbar {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 1000;
}

.flx-navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.flx-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  flex-shrink: 0;
}

.flx-brand-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--flx-gradient-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 20px rgba(255, 69, 0, 0.5);
  flex-shrink: 0;
}

.flx-brand-title {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  white-space: nowrap;
  line-height: 1.2;
}

.flx-brand-tag {
  font-size: 0.62rem;
  color: var(--flx-orange-glow);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Floating Center Pill Navigation Menu */
.flx-nav-capsule {
  background: rgba(18, 18, 22, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--flx-border);
  padding: 4px 6px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  flex-shrink: 0;
}

.flx-nav-link {
  color: var(--flx-text-muted);
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 0.83rem;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.25s ease;
  line-height: 1.2;
}

.flx-nav-link:hover, .flx-nav-link.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.flx-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

/* BUTTONS */
.flx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid transparent;
  line-height: 1.2;
}

.flx-btn-orange {
  background: var(--flx-gradient-orange);
  color: #fff;
  box-shadow: var(--flx-shadow-ember);
}

.flx-btn-orange:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 45px -5px rgba(255, 69, 0, 0.65);
}

.flx-btn-glass {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
}

.flx-btn-glass:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.flx-btn-circle-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #070709;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  transition: transform 0.25s ease;
}

.flx-btn-orange:hover .flx-btn-circle-icon {
  transform: translateX(4px);
}

/* HERO SECTION */
.flx-hero {
  padding: 160px 0 100px;
  position: relative;
}

.flx-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

.flx-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 30px;
  background: rgba(255, 69, 0, 0.12);
  border: 1px solid rgba(255, 69, 0, 0.3);
  color: #ff9966;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.flx-hero-title {
  font-family: 'Outfit', sans-serif;
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin-bottom: 24px;
}

.flx-hero-title em {
  font-style: italic;
  font-family: 'Outfit', serif;
  font-weight: 300;
  background: var(--flx-gradient-orange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-right: 0.25em;
  margin-right: -0.25em;
}

.flx-hero-desc {
  font-size: 1.08rem;
  color: var(--flx-text-muted);
  line-height: 1.65;
  margin-bottom: 36px;
  max-width: 560px;
}

.flx-hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
}

/* Hero Stats Row (150+ & 98% Fluxora Cards) */
.flx-hero-stats-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.flx-stat-pill-card {
  background: rgba(20, 20, 26, 0.7);
  border: 1px solid var(--flx-border);
  padding: 16px 24px;
  border-radius: 20px;
  backdrop-filter: blur(16px);
  min-width: 150px;
}

.flx-stat-pill-val {
  font-family: 'Outfit', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.flx-stat-pill-lbl {
  font-size: 0.76rem;
  color: var(--flx-text-muted);
  margin-top: 6px;
  font-weight: 600;
}

/* HERO IMAGE RIGHT CONTAINER */
.flx-hero-visual {
  position: relative;
}

.flx-watermark-bg {
  position: absolute;
  bottom: -40px;
  left: -60px;
  font-family: 'Outfit', sans-serif;
  font-size: 10rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.03);
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.05em;
  z-index: 0;
}

.flx-hero-img-box {
  position: relative;
  z-index: 1;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(255, 69, 0, 0.3);
  box-shadow: var(--flx-shadow-card), 0 0 80px rgba(255, 69, 0, 0.25);
  background: #000;
}

.flx-hero-img-box img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

/* Floating Performance Badge Top Right */
.flx-hero-float-widget {
  position: absolute;
  top: 30px;
  right: -20px;
  z-index: 2;
  background: rgba(18, 18, 22, 0.85);
  border: 1px solid var(--flx-border);
  backdrop-filter: blur(16px);
  padding: 14px 20px;
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(0,0,0,0.6);
}

.flx-float-val {
  color: var(--flx-orange-glow);
  font-weight: 800;
  font-size: 1.1rem;
}

.flx-float-sub {
  font-size: 0.75rem;
  color: var(--flx-text-muted);
}

/* BRAND PARTNERS BAR (Infinite Marquee Logo Carousel) */
.flx-partners-bar {
  padding: 48px 0 60px;
  border-top: 1px solid var(--flx-border);
  border-bottom: 1px solid var(--flx-border);
  margin-bottom: 100px;
  background: rgba(10, 10, 14, 0.4);
  position: relative;
  overflow: hidden;
}

.flx-partners-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.flx-partners-title {
  font-size: 0.78rem;
  color: var(--flx-text-dim);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
}

.flx-partners-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 14px;
  border-radius: 20px;
  background: rgba(255, 69, 0, 0.1);
  border: 1px solid rgba(255, 69, 0, 0.25);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--flx-orange-glow);
}

.flx-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4500;
  box-shadow: 0 0 10px #ff4500;
  animation: flxPulseDot 1.8s infinite ease-in-out;
}

@keyframes flxPulseDot {
  0%, 100% { transform: scale(0.9); opacity: 0.7; }
  50% { transform: scale(1.3); opacity: 1; box-shadow: 0 0 16px #ff6b00; }
}

/* Marquee Container with Gradient Edge Masks */
.flx-marquee-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.flx-marquee-track {
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  animation: flxMarqueeScroll 32s linear infinite;
  will-change: transform;
}

.flx-marquee-wrapper:hover .flx-marquee-track {
  animation-play-state: paused;
}

@keyframes flxMarqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Partner Logo Glass Cards (Logo Top, Text Below) */
.flx-partner-logo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 18px 24px 16px;
  min-width: 170px;
  background: rgba(18, 18, 24, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  user-select: none;
}

.flx-partner-logo-card:hover {
  background: rgba(30, 30, 38, 0.95);
  border-color: rgba(255, 69, 0, 0.4);
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 16px 35px -5px rgba(255, 69, 0, 0.3);
}

.flx-partner-logo-img-wrapper {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  flex-shrink: 0;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.flx-partner-logo-card:hover .flx-partner-logo-img-wrapper {
  transform: scale(1.12) rotate(-3deg);
  border-color: rgba(255, 69, 0, 0.5);
  background: rgba(255, 255, 255, 0.18);
}

.flx-partner-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
}

.flx-partner-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.flx-partner-name {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 0.92rem;
  color: #ffffff;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.flx-partner-tag {
  font-size: 0.72rem;
  color: var(--flx-text-muted);
  margin-top: 3px;
  font-weight: 600;
}

/* SECTION HEADINGS */
.flx-sec-header {
  margin-bottom: 60px;
}

.flx-sec-tag {
  color: var(--flx-orange);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  display: block;
}

.flx-sec-title {
  font-family: 'Outfit', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

/* SECTION 2 (Why Choose Us / Meet The Minds) */
.flx-about-sec {
  margin-bottom: 120px;
}

.flx-about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.flx-about-img-card {
  border-radius: var(--flx-radius-lg);
  overflow: hidden;
  border: 1px solid var(--flx-border);
  box-shadow: var(--flx-shadow-card);
  position: relative;
  height: 480px;
}

.flx-about-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flx-about-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.flx-about-text {
  font-size: 1.15rem;
  color: var(--flx-text-muted);
  line-height: 1.6;
}

.flx-about-cards-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.flx-about-stat-card {
  background: var(--flx-bg-card);
  border: 1px solid var(--flx-border);
  border-radius: var(--flx-radius);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flx-about-stat-card.highlight {
  background: linear-gradient(135deg, #e60000 0%, #ff4500 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: var(--flx-shadow-ember);
}

.flx-about-num {
  font-family: 'Outfit', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
}

/* CATALOG PREVIEW (FLUXORA DARK OBSIDIAN STYLE) */
.flx-catalog-sec {
  padding: 80px 0;
  margin-bottom: 120px;
}

.flx-catalog-tabs {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.flx-tab-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--flx-border);
  color: var(--flx-text-muted);
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  transition: all 0.25s ease;
}

.flx-tab-btn:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.flx-tab-btn.active {
  background: var(--flx-gradient-orange);
  color: #fff;
  border-color: transparent;
  box-shadow: var(--flx-shadow-ember);
}

.flx-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.flx-catalog-card {
  background: var(--flx-bg-card);
  border: 1px solid var(--flx-border);
  border-radius: var(--flx-radius);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.flx-catalog-card:hover {
  transform: translateY(-8px);
  border-color: var(--flx-border-ember);
  box-shadow: 0 20px 45px -10px rgba(255, 69, 0, 0.3);
}

.flx-catalog-thumb {
  height: 180px;
  position: relative;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flx-catalog-badge {
  align-self: flex-start;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 800;
  background: rgba(7, 7, 9, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--flx-orange-glow);
}

.flx-catalog-body {
  padding: 24px;
}

.flx-catalog-title {
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #fff;
}

/* PRICING SCHEMES (FLUXORA GLASS CARDS) */
.flx-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 120px;
}

.flx-price-card {
  background: var(--flx-bg-card);
  border: 1px solid var(--flx-border);
  border-radius: var(--flx-radius-lg);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
}

.flx-price-card.featured {
  background: linear-gradient(180deg, rgba(35, 15, 15, 0.9) 0%, rgba(18, 18, 22, 0.95) 100%);
  border-color: var(--flx-orange);
  box-shadow: 0 20px 50px -10px rgba(255, 69, 0, 0.35);
  transform: scale(1.03);
}

.flx-price-pop {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--flx-gradient-orange);
  color: #fff;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.flx-price-val {
  font-family: 'Outfit', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  margin: 16px 0 24px;
}

/* FORM DEMO REQUEST SECTION */
.flx-form-sec {
  background: linear-gradient(135deg, rgba(25, 20, 25, 0.9) 0%, rgba(10, 10, 14, 0.95) 100%);
  border: 1px solid var(--flx-border-ember);
  border-radius: var(--flx-radius-lg);
  padding: 56px;
  margin-bottom: 120px;
  box-shadow: var(--flx-shadow-card);
}

.flx-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.flx-input {
  width: 100%;
  background: rgba(7, 7, 9, 0.85);
  border: 1px solid var(--flx-border);
  border-radius: 14px;
  padding: 14px 18px;
  color: #fff;
  font-size: 0.92rem;
  outline: none;
  transition: all 0.25s ease;
}

.flx-input:focus {
  border-color: var(--flx-orange);
  box-shadow: 0 0 0 3px rgba(255, 69, 0, 0.25);
}

/* FOOTER */
.flx-footer {
  border-top: 1px solid var(--flx-border);
  padding: 80px 0 40px;
  background: #040405;
}

.flx-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .flx-hero-grid, .flx-about-grid, .flx-form-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .flx-hero-title {
    font-size: 2.8rem;
  }
  .flx-catalog-grid, .flx-pricing-grid {
    grid-template-columns: 1fr;
  }
  .flx-nav-capsule {
    display: none;
  }
  .flx-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
