body { font-family: 'Inter', sans-serif; background:#f9fafb; color:#111; }

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #2563eb, #9333ea, #f59e0b, #10b981);
  background-size: 300% 300%;
  animation: gradientShift 10s ease infinite;
  color: #fff;
}
.hero-overlay { position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.3); }
.hero-content { position:relative; z-index:2; max-width:800px; }

/* Gradient text */
.gradient-text { background:linear-gradient(90deg,#2563eb,#9333ea,#f59e0b,#10b981); -webkit-background-clip:text; -webkit-text-fill-color:transparent; }

/* Floating shapes */
.floating-shape { position:absolute; border-radius:50%; opacity:0.4; animation: float 8s ease-in-out infinite; }
.shape1 { width:100px; height:100px; background:#2563eb; top:10%; left:15%; animation-delay:0s; }
.shape2 { width:150px; height:150px; background:#9333ea; bottom:20%; left:10%; animation-delay:2s; }
.shape3 { width:120px; height:120px; background:#f59e0b; top:30%; right:15%; animation-delay:4s; }
.shape4 { width:80px; height:80px; background:#10b981; bottom:15%; right:20%; animation-delay:6s; }

@keyframes gradientShift { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} }
@keyframes float { 0%,100%{transform:translateY(0) translateX(0)} 50%{transform:translateY(-30px) translateX(20px)} }

/* Features */
.feature-icon { font-size:2rem; color:#2563eb; margin-bottom:15px; }
.fade-in { opacity:0; transform:translateY(20px); transition:all 1s ease; }
.fade-in.visible { opacity:1; transform:translateY(0); }

/* Products */
.product-card { border:1px solid #e5e7eb; border-radius:12px; transition:transform .2s, box-shadow .2s; }
.product-card:hover { transform:translateY(-5px); box-shadow:0 6px 18px rgba(0,0,0,0.1); }
.product-icon { font-size:2.5rem; color:#9333ea; margin-bottom:12px; }

/* Footer */
.footer { background:#111827; color:#9ca3af; }
/* Premium Block */
.premium-block {
  background: #facc15; /* mustard yellow */
  color: #111;
}
.premium-block h2 { font-size: 2.5rem; line-height: 1.3; }
.video-wrapper {
  position: relative;
}
.video-wrapper img { width: 100%; height: auto; object-fit: cover; }
.play-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(0,0,0,0.7);
  border-radius: 50px;
  padding: 10px 20px;
  color: #fff;
  display: flex; align-items: center; gap: 8px;
  cursor: pointer;
}
.play-btn i { font-size: 1.5rem; }

/* Quote Block */
.quote-block {
  background: #fff;
  border-top: 2px solid #facc15;
}
.quote-block p {
  font-size: 1.2rem;
  font-style: italic;
}
/* Tagline Section */
.tagline-section {
  background: linear-gradient(135deg, #6366f1, #06b6d4, #facc15, #ef4444);
  background-size: 300% 300%;
  animation: gradientShift 12s ease infinite;
  color: #fff;
}
.tagline-section .gradient-text {
  background: linear-gradient(90deg, #fff, #facc15, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tagline-sub {
  font-size: 1.25rem;
  color: rgba(255,255,255,0.9);
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
/* Header */
.opsify-header {
  background: linear-gradient(90deg, #f8f9fa, #fdfdfd, #f8f9fa);
  border-bottom: 1px solid #e5e7eb;
  padding: 10px 0;
  font-family: 'Inter', sans-serif;
}

.opsify-header .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.opsify-header .logo img {
  height: 28px;
  margin-right: 8px;
}

.opsify-header .logo .brand {
  font-weight: 600;
  font-size: 1.1rem;
  color: #111827;
}

.opsify-header .nav-links {
  flex: 1;
  text-align: center;
}

.opsify-header .nav-links a {
  margin: 0 12px;
  color: #111827;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
}

.opsify-header .nav-links a:hover {
  color: #2563eb;
}

.opsify-header .nav-icons a {
  margin-left: 16px;
  font-size: 1.2rem;
  color: #111827;
}

.opsify-header .nav-icons a:hover {
  color: #2563eb;
}
/* Meta-style header */
 





.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  padding: 12px 20px;
}

.logo {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
}

.logo img { margin-right: 6px; }

.brand-name .op { color: #2563eb; }  /* blue */
.brand-name .sify { color: #f59e0b; } /* mastered/orange */

.header-icons a {
  color: #111;
  font-size: 20px;
  margin-left: 15px;
}

.menu-toggle {
  background: none;
  border: none;
  font-size: 26px;
  color: #111;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  background: white;
  padding: 15px;
  border-top: 1px solid #eee;
}

.mobile-nav a {
  padding: 10px 0;
  text-decoration: none;
  color: #111;
  font-weight: 500;
  border-bottom: 1px solid #f1f1f1;
}
/* Transparent Meta-style header */

/* Frosted Glass Sticky Header */
.meta-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;

  /* glass effect */
  background: rgba(25, 25, 25, 0.35);
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);

  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 18px 25px;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  transition: background 0.3s ease, border 0.3s ease;
}

/* Container */
.meta-header .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
}

/* Logo */
.meta-header .logo img {
  height: 40px;
}

/* Links */
.meta-header a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  margin: 0 15px;
  transition: color 0.2s ease;
}
.meta-header a:hover {
  color: #facc15; /* mustard hover */
}

/* Icons */
.meta-header i {
  font-size: 1.3rem;
  vertical-align: middle;
  color: #fff;
}
.meta-header i:hover {
  color: #facc15;
}

/* Mobile nav hidden by default */
.mobile-nav {
  display: none;
  flex-direction: column;
  background: rgba(25, 25, 25, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 15px;
}
.mobile-nav a {
  color: #fff;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 500;
}
/* Hide text links on mobile, show bag only */
@media (max-width: 991px) {
  .nav-right .desktop-only { 
    display: none !important; 
  }

  /* Mobile nav bag stays visible */
  .mobile-nav a {
    display: flex;
    justify-content: center;
    padding: 15px 0;
  }

  .mobile-nav i {
    font-size: 2rem;
    color: #facc15; /* mustard yellow for bag */
  }
}
.products-section {
  background: #f9fafb;
}

.product-card {
  background: #fff;
  border-radius: 15px;
  padding: 40px 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  max-width: 600px;
  margin: 0 auto;
}

.product-card h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #2563eb;
  border-radius: 50%;
  padding: 15px;
}

.products-section {
  background: #f9fafb;
}

.product-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  margin: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.product-card h4 {
  font-weight: 600;
  margin-bottom: 12px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #2563eb;
  border-radius: 50%;
  padding: 15px;
}
