/* 4One Entertainment Multi Page V5 */
:root {
  --black: #03040d;
  --dark: #070a1a;
  --blue: #2563eb;
  --cyan: #22d3ee;
  --purple: #7c3aed;
  --pink: #ec4899;
  --white: #ffffff;
  --silver: #dbeafe;
  --muted: #94a3b8;
  --border: rgba(255,255,255,0.16);
}

* { box-sizing: border-box; scroll-behavior: smooth; }

html, body, input, textarea, button, a, p, span, div, li {
  font-family: 'Be Vietnam Pro', Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .logo, .btn, .nav a {
  font-family: 'Montserrat', 'Be Vietnam Pro', Arial, sans-serif !important;
}

html { overflow-x: hidden; }

body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 10% 10%, rgba(37,99,235,0.35), transparent 35%),
    radial-gradient(circle at 90% 15%, rgba(236,72,153,0.28), transparent 34%),
    radial-gradient(circle at 70% 85%, rgba(124,58,237,0.32), transparent 38%),
    linear-gradient(135deg, #02030a, #050816 45%, #14051f);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.55;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 14px 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(3,4,13,0.78);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 10px 40px rgba(0,0,0,0.28);
}

.logo {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--white) !important;
  text-decoration: none;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.4px;
}

.logo img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 0 24px rgba(34,211,238,0.28), 0 0 34px rgba(236,72,153,0.26);
}

.logo span {
  background: linear-gradient(135deg, #ffffff, #67e8f9, #f0abfc);
  -webkit-background-clip: text;
  color: transparent !important;
}

.nav { display: flex; align-items: center; }

.nav a {
  color: rgba(219,234,254,0.86) !important;
  text-decoration: none;
  margin-left: 24px;
  font-size: 14px;
  font-weight: 700;
  transition: 0.28s;
}

.nav a:hover {
  color: #ffffff !important;
  text-shadow: 0 0 14px rgba(34,211,238,0.75), 0 0 26px rgba(236,72,153,0.42);
}

.menu-btn {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.08);
  color: #fff !important;
  font-size: 26px;
}

/* Hero */
.hero {
  min-height: 100vh;
  padding: 138px 8% 86px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 64px;
  align-items: center;
  position: relative;
}

.page-hero {
  min-height: 58vh;
  padding: 150px 8% 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1050px;
}

.page-hero h1 {
  margin: 14px 0 18px;
  font-size: clamp(44px, 7vw, 86px);
  line-height: 0.98;
  letter-spacing: -3px;
  font-weight: 900;
  background: linear-gradient(135deg, #ffffff 0%, #67e8f9 35%, #f472b6 68%, #a78bfa 100%);
  -webkit-background-clip: text;
  color: transparent !important;
}

.page-hero p {
  color: rgba(219,234,254,0.82) !important;
  font-size: 18px;
  line-height: 1.8;
  max-width: 760px;
}

.page-hero .btn { width: fit-content; margin-top: 18px; }

.label {
  color: #93c5fd !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.hero h1, #companyName {
  margin: 14px 0;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.94;
  letter-spacing: -3px;
  font-weight: 900;
  background: linear-gradient(135deg, #ffffff 0%, #67e8f9 35%, #f472b6 68%, #a78bfa 100%);
  -webkit-background-clip: text;
  color: transparent !important;
  filter: drop-shadow(0 0 26px rgba(124,58,237,0.25));
}

.hero h2, #slogan {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.15;
  margin: 0 0 22px;
  letter-spacing: -1.2px;
  font-weight: 800;
  color: #ffffff !important;
}

.desc, #description {
  color: rgba(219,234,254,0.82) !important;
  font-size: 17px;
  line-height: 1.85;
  max-width: 720px;
}

/* Buttons */
.btn, .btn *, button, button * { color: #ffffff !important; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 32px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.25px;
  border: 1px solid rgba(255,255,255,0.18);
  cursor: pointer;
  transition: 0.32s ease;
  text-align: center;
  white-space: nowrap;
}

.primary {
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 48%, #ec4899 100%);
  box-shadow: 0 14px 38px rgba(124,58,237,0.42), inset 0 1px 0 rgba(255,255,255,0.25);
}

.secondary {
  background: rgba(255,255,255,0.065);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}

.btn:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.36);
  box-shadow: 0 18px 46px rgba(34,211,238,0.25), 0 0 38px rgba(236,72,153,0.22);
}

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 34px; }

/* Hero Card */
.hero-card {
  padding: 28px;
  min-height: 470px;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.035)), rgba(7,10,26,0.72);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 35px 100px rgba(0,0,0,0.58), 0 0 70px rgba(124,58,237,0.16);
  overflow: hidden;
}

.hero-logo {
  width: 100%;
  height: 172px;
  object-fit: contain;
  border-radius: 24px;
  margin-bottom: 18px;
  background: #000;
  border: 1px solid rgba(255,255,255,0.12);
}

.live-badge { color: #fb7185 !important; font-weight: 900; margin-bottom: 14px; letter-spacing: 1.6px; }

.screen {
  height: 214px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 30% 30%, rgba(34,211,238,0.42), transparent 42%),
    radial-gradient(circle at 74% 68%, rgba(236,72,153,0.38), transparent 46%),
    linear-gradient(135deg, rgba(37,99,235,0.32), rgba(124,58,237,0.24)),
    #020617;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
}

.screen p {
  z-index: 2;
  color: #fff !important;
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 900;
  letter-spacing: 2.5px;
}

.pulse {
  position: absolute;
  width: 190px;
  height: 190px;
  background: linear-gradient(135deg, var(--cyan), var(--pink), var(--purple));
  border-radius: 50%;
  filter: blur(38px);
  animation: pulse 3.2s infinite alternate;
}

@keyframes pulse {
  from { transform: scale(0.82); opacity: 0.58; }
  to { transform: scale(1.38); opacity: 1; }
}

.stats { margin-top: 20px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }

.stats div {
  background: rgba(255,255,255,0.072);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 19px;
  padding: 17px 12px;
  text-align: center;
}

.stats strong { display: block; color: #fff !important; font-size: 24px; font-weight: 900; }
.stats span { color: var(--muted) !important; font-size: 12px; font-weight: 600; }

/* Sections */
.section { padding: 98px 8%; position: relative; }

.section-title { text-align: center; margin-bottom: 52px; }

.section-title p {
  color: #93c5fd !important;
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.section-title h2 {
  color: #fff !important;
  font-size: clamp(32px,5vw,54px);
  margin: 0;
  letter-spacing: -1.7px;
  font-weight: 900;
}

.grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.price-grid { grid-template-columns: repeat(3,1fr); }
.portfolio-grid { grid-template-columns: repeat(3,1fr); }

.card, .price-card, .contact-box {
  background: linear-gradient(145deg, rgba(255,255,255,0.105), rgba(255,255,255,0.035));
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 30px;
  padding: 30px;
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.08);
}

.card, .price-card { transition: 0.35s ease; position: relative; overflow: hidden; }

.card:hover, .price-card:hover {
  transform: translateY(-9px);
  border-color: rgba(34,211,238,0.48);
  box-shadow: 0 28px 80px rgba(0,0,0,0.45), 0 0 46px rgba(236,72,153,0.19), 0 0 34px rgba(34,211,238,0.16);
}

.link-card { text-decoration: none; color: inherit; display: block; }

.icon { font-size: 42px; margin-bottom: 8px; }

.card h3, .price-card h3 {
  color: #fff !important;
  font-size: 23px;
  line-height: 1.25;
  margin-bottom: 14px;
  letter-spacing: -0.7px;
}

.card p, .price-card li, .contact-box p {
  color: rgba(219,234,254,0.78) !important;
  line-height: 1.76;
  font-size: 15px;
}

.featured {
  background: linear-gradient(145deg, rgba(37,99,235,0.25), rgba(236,72,153,0.18), rgba(124,58,237,0.24)), rgba(255,255,255,0.07);
  border-color: rgba(167,139,250,0.72);
  transform: translateY(-8px);
}

.tag {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--blue), var(--pink));
  padding: 8px 15px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.price {
  color: #e9d5ff !important;
  font-size: 36px;
  font-weight: 900;
  margin: 18px 0;
  letter-spacing: -1px;
}

ul { padding-left: 20px; margin-bottom: 28px; }

.portfolio-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 22px;
  background: #000;
  border: 1px solid rgba(255,255,255,0.12);
}

/* Contact */
.contact-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  background: linear-gradient(135deg, rgba(37,99,235,0.18), rgba(236,72,153,0.13), rgba(124,58,237,0.20)), rgba(255,255,255,0.065);
}

.contact-box h2 {
  color: #fff !important;
  font-size: clamp(32px,5vw,52px);
  line-height: 1.12;
  letter-spacing: -1.6px;
}

.contact-info { display: grid; gap: 13px; margin-top: 28px; }

.contact-info a {
  color: var(--white) !important;
  text-decoration: none;
  padding: 15px 17px;
  border-radius: 18px;
  background: rgba(255,255,255,0.075);
  border: 1px solid rgba(255,255,255,0.13);
  font-weight: 700;
  transition: 0.28s ease;
}

.contact-info a:hover { transform: translateX(5px); border-color: rgba(34,211,238,0.4); }

.contact-form { display: grid; gap: 16px; }

input, textarea {
  width: 100%;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.24);
  color: var(--white) !important;
  outline: none;
  font-weight: 600;
}

input:focus, textarea:focus {
  border-color: rgba(34,211,238,0.55);
  box-shadow: 0 0 0 4px rgba(34,211,238,0.08);
}

textarea { min-height: 130px; resize: vertical; }

/* Floating */
.floating-contact {
  position: fixed;
  right: 20px;
  bottom: 22px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.floating-contact a {
  text-decoration: none;
  color: #fff !important;
  font-weight: 900;
  padding: 13px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--purple), var(--pink));
  box-shadow: 0 0 28px rgba(236,72,153,0.35), 0 12px 32px rgba(0,0,0,0.24);
}

footer {
  padding: 30px 8%;
  text-align: center;
  color: var(--muted) !important;
  border-top: 1px solid rgba(255,255,255,0.11);
  background: rgba(0,0,0,0.35);
  font-size: 14px;
}

.reveal { opacity: 0; transform: translateY(35px); transition: 0.8s ease; }
.reveal.active { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .hero, .contact-box { grid-template-columns: 1fr; }
  .grid, .price-grid, .portfolio-grid { grid-template-columns: repeat(2,1fr); }
  .hero-card { max-width: 680px; }
}

@media (max-width: 760px) {
  .header { padding: 12px 6%; }
  .logo span { font-size: 16px; }
  .logo img { width: 46px; height: 46px; }

  .menu-btn { display: grid; place-items: center; }

  .nav {
    position: absolute;
    top: 76px;
    left: 6%;
    right: 6%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: rgba(3,4,13,0.96);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 24px;
    padding: 18px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.45);
  }

  .nav.show { display: flex; }
  .nav a { margin: 0; padding: 13px 12px; border-radius: 14px; }
  .nav a:hover { background: rgba(255,255,255,0.07); }

  .hero { padding: 120px 6% 70px; gap: 42px; }
  .page-hero { padding: 130px 6% 60px; min-height: 50vh; }
  .hero h1, #companyName, .page-hero h1 { letter-spacing: -2px; }

  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .page-hero .btn { width: 100%; }

  .grid, .price-grid, .portfolio-grid { grid-template-columns: 1fr; }
  .section { padding: 74px 6%; }
  .stats { grid-template-columns: 1fr; }
  .hero-card { padding: 20px; min-height: auto; }
  .hero-logo { height: 140px; }
  .screen { height: 180px; }
  .floating-contact { right: 12px; bottom: 12px; }
  .floating-contact a { padding: 12px 15px; font-size: 13px; }
}
