/* D A TECHNOLOGY — Corporate Website (Jinvexo-inspired layout) */

:root {
  --primary-color: #2563eb;
  --secondary-color: #0891b2;
  --accent-color: #38bdf8;
  --navy: #0b1f3a;
  --bg-color: #f8fafc;
  --text-primary: #0f172a;
  --text-secondary: #475569;
  --glass-bg: rgba(255, 255, 255, 0.72);
  --glass-border: rgba(255, 255, 255, 0.65);
  --glow-shadow: 0 8px 32px rgba(37, 99, 235, 0.08);
}

html { scroll-behavior: smooth; }

body {
  background-color: var(--bg-color);
  color: var(--text-primary);
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Outfit', sans-serif; }

a { color: inherit; }

.text-primary { color: var(--primary-color) !important; }

.noise-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.gradient-blur-bg {
  position: fixed;
  top: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-color) 0%, transparent 70%);
  filter: blur(100px);
  opacity: 0.28;
  z-index: -1;
  pointer-events: none;
}

/* Header */
.luxury-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.4s ease;
  padding-bottom: 10px;
  background: transparent;
}

.luxury-header .navbar-nav { margin-top: -10px; }

.luxury-header.scrolled {
  background: rgba(248, 250, 252, 0.9);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(37, 99, 235, 0.08);
}

.brand-logo { height: 40px; width: auto; max-width: 240px; }

.brand-logo--icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 4px 12px rgba(11, 31, 58, 0.12);
}

.brand-logo-text {
  font-family: 'Outfit', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
}

.btn-outline-premium {
  background: transparent;
  color: var(--primary-color);
  border-radius: 30px;
  padding: 8px 25px;
  font-weight: 600;
  border: 2px solid var(--primary-color);
  transition: all 0.3s ease;
}

.btn-outline-premium:hover {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: #fff;
  border-color: transparent;
}

.page-hero {
  padding: 160px 0 80px;
  background: radial-gradient(circle at right, rgba(37, 99, 235, 0.08) 0%, transparent 50%);
  text-align: center;
}

.page-inner .luxury-header { background: rgba(248, 250, 252, 0.92); backdrop-filter: blur(20px); }

.bg-soft { background: linear-gradient(to bottom, transparent, rgba(37, 99, 235, 0.04), transparent); }

.phone-feature-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #0f172a;
}

.pf-phone--static { position: relative; top: auto; left: auto; transform: none; margin: 0 auto; }

.product-showcase--static { min-height: 420px; display: flex; align-items: center; justify-content: center; }

.screenshot-thumb {
  width: 100%;
  border-radius: 16px;
  box-shadow: var(--glow-shadow);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.leader-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: 0 auto;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(8, 145, 178, 0.1));
  color: var(--primary-color);
  font-size: 1.5rem;
}

.value-card {
  background: var(--glass-bg);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  height: 100%;
}

.value-card strong { display: block; color: var(--navy); margin-bottom: 0.35rem; }
.value-card span { color: var(--text-secondary); font-size: 0.9rem; }

.event-cover { max-height: 260px; object-fit: cover; }

.legal-content h2 {
  font-size: 1.25rem;
  margin: 2rem 0 0.75rem;
  color: var(--navy);
}

.legal-content p, .legal-content li {
  color: var(--text-secondary);
  line-height: 1.75;
}

.legal-content a { color: var(--primary-color); }

.navbar-toggler {
  border-color: rgba(0, 0, 0, 0.12);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(15,23,42,0.7)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link {
  color: var(--text-secondary) !important;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active-page { color: var(--primary-color) !important; }

.btn-premium {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: #fff;
  border-radius: 30px;
  padding: 8px 25px;
  font-weight: 600;
  border: none;
  box-shadow: var(--glow-shadow);
  transition: all 0.3s ease;
}

.btn-premium:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgba(37, 99, 235, 0.35);
  color: #fff;
}

.hover-dark:hover { color: var(--navy) !important; }

section { padding: 100px 0; position: relative; }

/* Hero */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-top: -25px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #eff6ff 0%, #e0f2fe 25%, #ecfeff 50%, #f0fdfa 75%, #f8fafc 100%);
  background-size: 300% 300%;
  animation: heroBgShift 15s ease-in-out infinite;
  z-index: 0;
}

@keyframes heroBgShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, var(--bg-color), transparent);
  z-index: 1;
}

.hero-content {
  max-width: 850px;
  padding: 0 24px;
  position: relative;
  z-index: 10;
  width: 100%;
}

.hero-icon {
  position: absolute;
  font-size: 2rem;
  pointer-events: none;
  z-index: 1;
  opacity: 0.6;
}

.hi-1 { top: 6%; left: 4%; color: rgba(37,99,235,0.35); animation: hifloat 7s ease-in-out infinite; }
.hi-2 { top: 12%; right: 6%; color: rgba(8,145,178,0.35); animation: hifloat 9s ease-in-out infinite 0.5s; }
.hi-3 { top: 50%; left: 2%; color: rgba(16,185,129,0.35); animation: hifloat 8s ease-in-out infinite 1s; }
.hi-4 { top: 30%; right: 3%; color: rgba(245,158,11,0.35); animation: hifloat 7.5s ease-in-out infinite 1.5s; }
.hi-5 { top: 68%; left: 6%; color: rgba(239,68,68,0.35); animation: hifloat 8.5s ease-in-out infinite 2s; }
.hi-6 { top: 82%; right: 12%; color: rgba(37,99,235,0.3); animation: hifloat 6.5s ease-in-out infinite 2.5s; }
.hi-7 { top: 18%; left: 12%; color: rgba(56,189,248,0.35); animation: hifloat 9.5s ease-in-out infinite 3s; }
.hi-8 { top: 55%; right: 5%; color: rgba(8,145,178,0.35); animation: hifloat 7s ease-in-out infinite 3.5s; }
.hi-9 { top: 8%; right: 25%; color: rgba(251,191,36,0.35); animation: hifloat 8s ease-in-out infinite 4s; }
.hi-10 { top: 85%; left: 15%; color: rgba(34,197,94,0.35); animation: hifloat 9s ease-in-out infinite 4.5s; }
.hi-11 { top: 42%; left: 9%; color: rgba(244,63,94,0.3); animation: hifloat 7.5s ease-in-out infinite 5s; }
.hi-12 { top: 72%; right: 20%; color: rgba(59,130,246,0.35); animation: hifloat 8.5s ease-in-out infinite 5.5s; }

@keyframes hifloat {
  0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.4; }
  50% { transform: translateY(-16px) rotate(5deg); opacity: 0.7; }
}

.hero-title { font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.2; }

.hero-subtitle { letter-spacing: 3px; font-size: 0.85rem; color: var(--primary-color); font-weight: 700; }

.hero-subtitle-text {
  font-size: 1.15rem;
  color: var(--text-secondary);
  max-width: 720px;
  line-height: 1.7;
}

.highlight-text {
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), var(--accent-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-title { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 700; line-height: 1.2; }

.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.mouse {
  width: 30px;
  height: 50px;
  border: 2px solid var(--text-secondary);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.wheel {
  width: 4px;
  height: 8px;
  background: var(--text-secondary);
  border-radius: 2px;
  animation: scrollWheel 2s infinite;
}

@keyframes scrollWheel {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0; }
}

/* Glass cards */
.glass-card {
  background: var(--glass-bg);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  box-shadow: var(--glow-shadow);
  transition: all 0.3s ease;
}

.glass-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(37, 99, 235, 0.12);
  border-color: rgba(37, 99, 235, 0.15);
}

/* Products showcase */
.products-section { padding: 100px 0; }

.product-showcase { position: relative; min-height: 500px; }

.pf-phone {
  width: 260px;
  height: 530px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  border-radius: 36px;
  background: linear-gradient(145deg, #1e293b, #0f172a);
  padding: 12px;
  box-shadow: 0 32px 80px rgba(11, 31, 58, 0.25);
}

.pf-phone-notch { display: none; }

.pf-phone-screen {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
}

.pf-phone-screen-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background 0.5s ease;
}

#phoneContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 1.5rem;
}

.phone-screen-icon { font-size: 3rem; margin-bottom: 12px; }
.phone-screen-label { font-size: 1.1rem; font-weight: 700; }
.phone-screen-status {
  font-size: 0.7rem;
  opacity: 0.85;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.phone-screen-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  animation: pulse 1.5s ease-in-out infinite;
}

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

.phone-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  height: 360px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  transition: background 0.5s;
}

.feature-card {
  position: absolute;
  width: 180px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 14px;
  padding: 10px 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  z-index: 10;
  backdrop-filter: blur(10px);
  animation: floatCard 3s ease-in-out infinite;
}

.feature-card:hover {
  box-shadow: 0 8px 30px rgba(37, 99, 235, 0.15);
  border-color: rgba(37, 99, 235, 0.25);
}

.feature-card.active {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.12);
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.fc-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.9rem;
}

.fc-label { font-size: 0.8rem; font-weight: 600; color: #333; }

.fc-1 { top: 8%; left: calc(50% - 280px); }
.fc-2 { top: 8%; left: calc(50% + 100px); }
.fc-3 { top: 35%; left: calc(50% - 320px); }
.fc-4 { top: 35%; left: calc(50% + 140px); }
.fc-5 { top: 62%; left: calc(50% - 280px); }
.fc-6 { top: 62%; left: calc(50% + 100px); }

.feature-detail-title { font-weight: 700; transition: color 0.3s; color: var(--primary-color); }
.feature-detail-desc { color: #64748b; font-size: 0.95rem; }
.feature-detail-list { list-style: none; padding: 0; margin: 0; }

.feature-detail-list li {
  padding: 4px 0;
  color: #64748b;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.slide-dots { display: flex; gap: 6px; margin-top: 16px; }

.slide-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  padding: 0;
}

.slide-dot.active {
  width: 24px;
  border-radius: 4px;
  background: var(--primary-color);
}

/* About */
.about-section {
  background: radial-gradient(circle at right, rgba(37, 99, 235, 0.05) 0%, transparent 50%);
}

.about-visual-card {
  background: linear-gradient(135deg, var(--navy), #163a5f);
  color: #fff;
  border-radius: 24px;
  padding: 3rem 2.5rem;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 24px 64px rgba(11, 31, 58, 0.2);
}

.about-visual-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(56, 189, 248, 0.2);
  color: var(--accent-color);
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}

.about-visual-card h3 { font-size: 1.5rem; margin-bottom: 0.75rem; }
.about-visual-card p { opacity: 0.85; margin: 0; }

.floating-badge {
  position: absolute;
  bottom: -20px;
  right: -10px;
  padding: 16px 20px;
  z-index: 2;
  animation: floatBadge 4s ease-in-out infinite;
}

.badge-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: #fff;
  display: grid;
  place-items: center;
}

@keyframes floatBadge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.stat-item {
  background: var(--glass-bg);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  padding: 20px 10px;
  transition: all 0.3s ease;
}

.stat-item:hover {
  background: rgba(37, 99, 235, 0.06);
  transform: translateY(-5px);
  border-color: rgba(37, 99, 235, 0.2);
}

/* Why choose & products grid */
.why-choose-section,
.products-grid-section {
  background: linear-gradient(to bottom, transparent, rgba(37, 99, 235, 0.03), transparent);
}

/* Tech section */
.tech-section .eco-svg { color: var(--primary-color); }

.tech-grid-item {
  padding: 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
}

.tech-grid-item:hover {
  border-color: rgba(37, 99, 235, 0.2);
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.08);
  transform: translateY(-2px);
}

.tech-grid-item .icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(8, 145, 178, 0.08));
  color: var(--primary-color);
  margin-bottom: 16px;
}

.ecosystem-wrap {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
}

.eco-center {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: #fff;
  box-shadow: 0 0 40px rgba(37, 99, 235, 0.25);
  z-index: 2;
}

.eco-center::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(37, 99, 235, 0.3);
  animation: ecoPulse 2s ease-out infinite;
}

@keyframes ecoPulse {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.6); opacity: 0; }
}

.eco-center .label {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  color: var(--primary-color);
}

.eco-node-pos {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  color: var(--primary-color);
  z-index: 1;
}

.eco-node-pos .label {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.6rem;
  font-weight: 600;
  white-space: nowrap;
  color: #6b7280;
  text-transform: uppercase;
}

.eco-ring {
  position: absolute;
  top: calc(50% - 110px);
  left: calc(50% - 110px);
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px solid rgba(37, 99, 235, 0.08);
  animation: ecoSpin 30s linear infinite;
}

.eco-ring-2 {
  width: 340px;
  height: 340px;
  top: calc(50% - 170px);
  left: calc(50% - 170px);
  animation-duration: 40s;
  animation-direction: reverse;
}

@keyframes ecoSpin { to { transform: rotate(360deg); } }

.eco-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.eco-node-pos-1 { top: calc(12% - 28px); left: calc(50% - 28px); }
.eco-node-pos-2 { top: calc(30% - 28px); left: calc(10% - 28px); }
.eco-node-pos-3 { top: calc(30% - 28px); left: calc(95% - 28px); }
.eco-node-pos-4 { top: calc(84% - 28px); left: calc(18% - 28px); }
.eco-node-pos-5 { top: calc(84% - 28px); left: calc(87% - 28px); }

/* Partners marquee */
.marquee-content { animation: marquee 24s linear infinite; width: max-content; }
.marquee-content:hover { animation-play-state: paused; }

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

.partner-logo {
  min-width: 180px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 1rem;
  color: var(--text-secondary);
}

.partner-logo span { font-size: 0.75rem; font-weight: 600; }

/* Contact */
.contact-section .form-control,
.contact-section .form-select {
  border-radius: 12px;
  border-color: rgba(0, 0, 0, 0.08);
  padding: 0.75rem 1rem;
}

.contact-section .form-control:focus,
.contact-section .form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.success-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  font-size: 2.5rem;
}

/* Footer */
.luxury-footer {
  background: linear-gradient(to top, rgba(37, 99, 235, 0.06), transparent);
  border-top: 1px solid rgba(37, 99, 235, 0.1);
}

/* Back to top */
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

#backToTop.show { opacity: 1; visibility: visible; }
#backToTop:hover { transform: translateY(-4px); }

/* Responsive */
@media (max-width: 991px) {
  .luxury-header {
    background: rgba(248, 250, 252, 0.95);
    backdrop-filter: blur(20px);
  }

  #navbarNav {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 16px;
    padding: 20px;
    margin-top: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  }

  section { padding: 70px 0; }

  .products-section .row { flex-direction: column-reverse; }

  .product-showcase { min-height: 650px; }

  .pf-phone { width: 240px; height: 490px; }

  .phone-glow { width: 300px; height: 300px; }

  .feature-card { width: 155px; }

  .fc-1 { top: calc(50% - 285px); left: calc(50% - 270px); }
  .fc-2 { top: calc(50% - 285px); left: calc(50% + 120px); }
  .fc-3 { top: calc(50% - 20px); left: calc(50% - 285px); }
  .fc-4 { top: calc(50% - 20px); left: calc(50% + 135px); }
  .fc-5 { top: calc(50% + 235px); left: calc(50% - 270px); }
  .fc-6 { top: calc(50% + 235px); left: calc(50% + 120px); }

  .floating-badge { position: relative; bottom: auto; right: auto; margin-top: 16px; display: inline-flex !important; }

  .ecosystem-wrap { max-width: 440px; }
}

@media (max-width: 576px) {
  .hero-content { padding: 0 16px; }

  .product-showcase { min-height: 530px; }

  .pf-phone { width: 200px; height: 410px; }

  .feature-card { width: 130px; padding: 7px 10px; }

  .fc-label { font-size: 0.7rem; }

  .fc-1 { top: calc(50% - 235px); left: calc(50% - 235px); }
  .fc-2 { top: calc(50% - 235px); left: calc(50% + 100px); }
  .fc-3 { top: calc(50% - 20px); left: calc(50% - 245px); }
  .fc-4 { top: calc(50% - 20px); left: calc(50% + 110px); }
  .fc-5 { top: calc(50% + 185px); left: calc(50% - 235px); }
  .fc-6 { top: calc(50% + 185px); left: calc(50% + 100px); }

  #backToTop { bottom: 20px; right: 20px; width: 44px; height: 44px; }
}
