/* ============================================================
   BIGOOL DIGITAL – SHARED STYLES
============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --blue: #2563EB; --blue-light: #3B82F6; --blue-dark: #1D4ED8;
  --teal: #00C9A7; --teal-light: #2DD4BF;
  --orange: #FF6B35; --orange-light: #FF8C5A;
  --bg: #F5F7FA; --white: #FFFFFF;
  --text: #0F172A; --text-muted: #64748B;
  --border: rgba(37,99,235,0.12);
  --glass: rgba(255,255,255,0.65);
  --glass-border: rgba(255,255,255,0.9);
  --shadow-sm: 0 2px 16px rgba(37,99,235,0.07);
  --shadow: 0 8px 32px rgba(37,99,235,0.12);
  --shadow-lg: 0 20px 60px rgba(37,99,235,0.18);
  --radius: 20px; --radius-sm: 12px; --radius-lg: 32px;
}
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; background: var(--bg); color: var(--text); overflow-x: hidden; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button, input, textarea, select { font-family: inherit; }

/* SCROLL PROGRESS */
#scroll-progress { position: fixed; top: 0; left: 0; width: 0%; height: 3px; z-index: 9999; background: linear-gradient(90deg, var(--blue), var(--teal), var(--orange)); transition: width 0.1s linear; border-radius: 0 4px 4px 0; }

/* BG ORBS */
.bg-orb { position: fixed; border-radius: 50%; pointer-events: none; z-index: -1; filter: blur(80px); opacity: 0.22; animation: orbFloat 12s ease-in-out infinite; }
.bg-orb-1 { width: 600px; height: 600px; background: var(--blue-light); top: -200px; right: -200px; }
.bg-orb-2 { width: 400px; height: 400px; background: var(--teal); bottom: 20%; left: -150px; animation-delay: 4s; }
.bg-orb-3 { width: 300px; height: 300px; background: var(--orange); bottom: -100px; right: 20%; animation-delay: 8s; }
@keyframes orbFloat { 0%,100%{transform:translateY(0) scale(1);}50%{transform:translateY(-40px) scale(1.05);} }

/* NAVBAR */
#navbar { position: fixed; top: 16px; left: 50%; transform: translateX(-50%); width: calc(100% - 40px); max-width: 1200px; background: var(--glass); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); border: 1.5px solid var(--glass-border); border-radius: var(--radius-lg); box-shadow: var(--shadow), 0 1px 0 rgba(255,255,255,0.8) inset; z-index: 1000; transition: all 0.4s cubic-bezier(0.34,1.56,0.64,1); padding: 0 24px; }
#navbar.scrolled { top: 8px; background: rgba(255,255,255,0.92); box-shadow: var(--shadow-lg); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.nav-logo { font-family: 'Clash Display', sans-serif; font-size: 1.4rem; font-weight: 700; background: linear-gradient(135deg,var(--blue),var(--teal)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: -0.5px; cursor: pointer; }
.nav-logo span { -webkit-text-fill-color: var(--orange); }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 8px 14px; border-radius: 10px; font-size: 0.875rem; font-weight: 500; color: var(--text-muted); transition: all 0.25s; }
.nav-links a:hover, .nav-links a.active { color: var(--blue); background: rgba(37,99,235,0.08); }
.nav-cta { background: linear-gradient(135deg,var(--blue),var(--blue-dark)) !important; color: white !important; padding: 10px 20px !important; border-radius: 12px !important; font-weight: 600 !important; box-shadow: 0 4px 15px rgba(37,99,235,0.35) !important; -webkit-text-fill-color: white !important; }
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(37,99,235,0.45) !important; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.3s; }
.mobile-menu { display: none; flex-direction: column; gap: 4px; padding: 12px 0 16px; border-top: 1px solid var(--border); }
.mobile-menu a { padding: 10px 12px; border-radius: 10px; font-size: 0.9rem; font-weight: 500; color: var(--text-muted); transition: all 0.2s; }
.mobile-menu a:hover { background: rgba(37,99,235,0.07); color: var(--blue); }
.mobile-menu .nav-cta { color: white !important; -webkit-text-fill-color: white !important; text-align: center; }

/* SECTION */
section { padding: 80px 20px; }
.container { max-width: 1200px; margin: 0 auto; width: 100%; }
.section-header { text-align: center; margin-bottom: 56px; }
.section-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(37,99,235,0.08); border: 1px solid rgba(37,99,235,0.15); border-radius: 50px; padding: 4px 14px; font-size: 0.75rem; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.section-title { font-family: 'Clash Display', sans-serif; font-size: clamp(1.8rem,3.5vw,2.8rem); font-weight: 700; line-height: 1.15; letter-spacing: -0.8px; margin-bottom: 14px; }
.section-subtitle { font-size: 1rem; color: var(--text-muted); max-width: 560px; margin: 0 auto; line-height: 1.7; }
.gradient-text { background: linear-gradient(135deg,var(--blue),var(--teal)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* GLASS CARD */
.glass-card { background: var(--glass); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); border: 1.5px solid var(--glass-border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; transition: all 0.4s cubic-bezier(0.34,1.56,0.64,1); position: relative; overflow: hidden; }
.glass-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg,var(--blue),var(--teal)); opacity: 0; transition: opacity 0.3s; }
.glass-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(37,99,235,0.3); }
.glass-card:hover::before { opacity: 1; }

/* BUTTONS */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg,var(--blue),var(--blue-dark)); color: white; padding: 14px 28px; border-radius: 14px; font-weight: 600; font-size: 0.9rem; box-shadow: 0 8px 24px rgba(37,99,235,0.38); transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1); border: none; cursor: pointer; position: relative; overflow: hidden; }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(37,99,235,0.45); }
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: var(--white); color: var(--text); padding: 14px 28px; border-radius: 14px; font-weight: 600; font-size: 0.9rem; border: 1.5px solid var(--border); box-shadow: var(--shadow-sm); transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1); cursor: pointer; }
.btn-secondary:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--blue-light); }
.btn-white { display: inline-flex; align-items: center; gap: 8px; background: white; color: var(--blue); padding: 14px 28px; border-radius: 14px; font-weight: 700; box-shadow: 0 8px 24px rgba(0,0,0,0.2); transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1); cursor: pointer; border: none; font-size: 0.9rem; }
.btn-white:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 16px 40px rgba(0,0,0,0.3); }

/* PAGE HERO */
.page-hero { padding: 130px 20px 72px; text-align: center; background: linear-gradient(180deg,rgba(37,99,235,0.04) 0%,transparent 100%); position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(37,99,235,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,0.04) 1px,transparent 1px); background-size: 40px 40px; mask-image: radial-gradient(ellipse 60% 80% at 50% 0%,black,transparent); }
.page-hero-content { position: relative; z-index: 1; }
.page-hero h1 { font-family: 'Clash Display', sans-serif; font-size: clamp(2.2rem,5vw,3.8rem); font-weight: 700; letter-spacing: -1px; margin-bottom: 14px; }
.page-hero p { color: var(--text-muted); font-size: 1.05rem; max-width: 540px; margin: 0 auto; line-height: 1.7; }
.page-hero .breadcrumb { display: flex; align-items: center; gap: 8px; justify-content: center; font-size: 0.8rem; color: var(--text-muted); margin-bottom: 20px; }
.page-hero .breadcrumb a { color: var(--blue); font-weight: 600; }

/* CTA BANNER */
.cta-banner { background: linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 50%,#1E1B4B 100%); border-radius: var(--radius-lg); padding: 64px 48px; text-align: center; color: white; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; top: -100px; left: -100px; width: 400px; height: 400px; border-radius: 50%; background: rgba(0,201,167,0.15); pointer-events: none; }
.cta-banner::after { content: ''; position: absolute; bottom: -80px; right: -80px; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,107,53,0.12); pointer-events: none; }
.cta-banner h2 { font-family: 'Clash Display', sans-serif; font-size: clamp(1.8rem,3vw,2.5rem); font-weight: 700; margin-bottom: 14px; position: relative; z-index: 1; }
.cta-banner p { opacity: 0.85; margin-bottom: 32px; max-width: 500px; margin-left: auto; margin-right: auto; position: relative; z-index: 1; }
.cta-banner-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* FOOTER */
footer { background: var(--white); border-top: 1px solid var(--border); padding: 60px 20px 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; max-width: 1200px; margin: 0 auto; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.footer-logo { font-family: 'Clash Display', sans-serif; font-size: 1.4rem; font-weight: 700; background: linear-gradient(135deg,var(--blue),var(--teal)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 14px; }
.footer-logo span { -webkit-text-fill-color: var(--orange); }
.footer-desc { font-size: 0.875rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; }
.footer-socials { display: flex; gap: 10px; }
.social-btn { width: 38px; height: 38px; border-radius: 10px; border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; transition: all 0.3s; color: var(--text-muted); text-decoration: none; }
.social-btn:hover { background: var(--blue); border-color: var(--blue); color: white; transform: translateY(-3px); }
.footer-col-title { font-weight: 700; font-size: 0.9rem; margin-bottom: 16px; color: var(--text); }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 0.85rem; color: var(--text-muted); transition: color 0.2s; }
.footer-links a:hover { color: var(--blue); }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; font-size: 0.85rem; color: var(--text-muted); margin-bottom: 12px; }
.footer-contact-icon { color: var(--blue); margin-top: 1px; font-size: 1rem; flex-shrink: 0; }
.footer-bottom { max-width: 1200px; margin: 24px auto 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 0.8rem; color: var(--text-muted); }
.footer-bottom-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-bottom-links a:hover { color: var(--blue); }

/* FLOATING */
#wa-float { position: fixed; bottom: 90px; right: 24px; z-index: 999; width: 54px; height: 54px; border-radius: 50%; background: #25D366; color: white; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; box-shadow: 0 8px 24px rgba(37,211,102,0.45); transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1); cursor: pointer; text-decoration: none; }
#wa-float:hover { transform: scale(1.1) translateY(-3px); }
#back-to-top { position: fixed; bottom: 24px; right: 24px; z-index: 999; width: 46px; height: 46px; border-radius: 12px; background: var(--white); border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--blue); box-shadow: var(--shadow); cursor: pointer; transition: all 0.3s; opacity: 0; pointer-events: none; }
#back-to-top.visible { opacity: 1; pointer-events: all; }
#back-to-top:hover { background: var(--blue); color: white; border-color: var(--blue); transform: translateY(-3px); }

/* ANIMATIONS */
@keyframes fadeInUp { from{opacity:0;transform:translateY(24px);}to{opacity:1;transform:translateY(0);} }
@keyframes fadeInRight { from{opacity:0;transform:translateX(40px);}to{opacity:1;transform:translateX(0);} }
@keyframes floatAnim { 0%,100%{transform:translateY(0);}50%{transform:translateY(-12px);} }
.fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-in-delay-1 { transition-delay: 0.1s; }
.fade-in-delay-2 { transition-delay: 0.2s; }
.fade-in-delay-3 { transition-delay: 0.3s; }

/* RESPONSIVE */
@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:768px){
  .nav-links{display:none;}
  .nav-hamburger{display:flex;}
  .footer-grid{grid-template-columns:1fr;}
  .footer-bottom{flex-direction:column;text-align:center;}
  section{padding:60px 16px;}
  .cta-banner{padding:40px 24px;}
  .page-hero{padding:100px 16px 48px;}
}
