/* ── FLOWKIX SHARED STYLES v1 ── */
:root {
  --primary:    #2D47D4;
  --primary-l:  #4B68F5;
  --primary-d:  #1A2D8F;
  --accent:     #0A0F2E;
  --light-bg:   #F0F3FF;
  --off-white:  #F7F8FC;
  --gray-100:   #E8EAFF;
  --gray-200:   #CBD0F5;
  --gray-500:   #6B7280;
  --gray-700:   #374151;
  --white:      #FFFFFF;
  --gradient:   linear-gradient(135deg, #2D47D4 0%, #4B68F5 50%, #7B93FF 100%);
  --gradient-d: linear-gradient(135deg, #0A0F2E 0%, #1A2D8F 50%, #2D47D4 100%);
  --shadow-card:0 1px 3px rgba(10,15,46,0.04), 0 8px 24px rgba(45,71,212,0.08);
  --shadow-btn: 0 2px 8px rgba(45,71,212,0.28);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--off-white); color: var(--accent); font-size: 15px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0.025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E"); }

/* NAV */
#main-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(247,248,252,0.88); backdrop-filter: blur(20px); border-bottom: 1px solid transparent; height: 68px; transition: border-color 0.3s, box-shadow 0.3s; }
#main-nav.scrolled { border-color: var(--gray-100); box-shadow: 0 1px 2px rgba(10,15,46,0.04), 0 4px 16px rgba(45,71,212,0.06); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 40px; height: 100%; display: flex; align-items: center; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: 32px; flex-shrink: 0; }
.nav-wordmark { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 18px; letter-spacing: -0.5px; color: var(--accent); }
.nav-wordmark span { color: var(--primary); }
.nav-links { display: flex; align-items: center; list-style: none; gap: 4px; flex: 1; }
.nav-links > li > a, .nav-links > li > button { font-size: 14px; font-weight: 500; color: var(--gray-500); text-decoration: none; padding: 8px 12px; border-radius: 8px; transition: color 0.2s, background 0.2s; border: none; background: none; cursor: pointer; font-family: 'DM Sans', sans-serif; display: flex; align-items: center; gap: 4px; white-space: nowrap; }
.nav-links > li > a:hover, .nav-links > li > button:hover { color: var(--primary); background: var(--light-bg); }
.nav-links > li > a.active { color: var(--primary); font-weight: 600; }
.nav-dropdown { position: relative; }
.nav-dropdown-menu { position: absolute; top: calc(100% + 8px); left: 0; background: white; border: 1px solid var(--gray-100); border-radius: 14px; box-shadow: 0 4px 8px rgba(10,15,46,0.04), 0 16px 48px rgba(45,71,212,0.12); padding: 8px; min-width: 240px; opacity: 0; pointer-events: none; transform: translateY(4px); transition: opacity 0.2s cubic-bezier(0.16,1,0.3,1), transform 0.2s cubic-bezier(0.16,1,0.3,1); z-index: 200; }
.nav-dropdown-menu::before { content: ''; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.nav-dropdown-menu a { display: flex; align-items: flex-start; gap: 12px; padding: 10px 12px; border-radius: 8px; text-decoration: none; transition: background 0.15s; }
.nav-dropdown-menu a:hover { background: var(--light-bg); }
.nav-dd-icon { width: 32px; height: 32px; border-radius: 8px; background: var(--light-bg); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.nav-dd-label { font-size: 13px; font-weight: 600; color: var(--accent); }
.nav-dd-sub { font-size: 11px; color: var(--gray-500); }
.nav-dd-badge { display: inline-block; font-size: 9px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: var(--primary); color: white; padding: 2px 6px; border-radius: 100px; margin-left: 4px; }
.nav-dd-divider { border: none; border-top: 1px solid var(--gray-100); margin: 4px 8px; }
.nav-chevron { font-size: 10px; opacity: 0.6; transition: transform 0.2s; }
.nav-dropdown:hover .nav-chevron { transform: rotate(180deg); }
.nav-right { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.lang-toggle { display: flex; align-items: center; gap: 2px; background: var(--gray-100); border-radius: 8px; padding: 3px; }
.lang-btn { font-size: 12px; font-weight: 600; letter-spacing: 0.04em; padding: 4px 9px; border-radius: 6px; border: none; background: none; cursor: pointer; color: var(--gray-500); font-family: 'DM Sans', sans-serif; transition: background 0.15s, color 0.15s; }
.lang-btn.active { background: white; color: var(--primary); box-shadow: 0 1px 3px rgba(10,15,46,0.1); }
.nav-cta { font-size: 14px; font-weight: 600; color: white; background: var(--primary); padding: 9px 20px; border-radius: 9px; text-decoration: none; box-shadow: var(--shadow-btn); transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1), background 0.2s; }
.nav-cta:hover { transform: translateY(-1px); background: var(--primary-l); }

/* PAGE HERO */
.page-hero { background: var(--gradient-d); padding: 130px 40px 80px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(75,104,245,0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(75,104,245,0.07) 1px, transparent 1px); background-size: 64px 64px; pointer-events: none; }
.page-hero-glow { position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(75,104,245,0.2) 0%, transparent 65%); top: -100px; right: 0; pointer-events: none; }
.page-hero-inner { max-width: 1200px; margin: 0 auto; position: relative; }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 24px; flex-wrap: wrap; }
.breadcrumb a { font-size: 13px; color: rgba(203,208,245,0.5); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: rgba(203,208,245,0.9); }
.breadcrumb-sep { color: rgba(203,208,245,0.3); font-size: 12px; }
.breadcrumb-current { font-size: 13px; color: rgba(203,208,245,0.8); }
.service-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(75,104,245,0.15); border: 1px solid rgba(75,104,245,0.25); border-radius: 100px; padding: 6px 14px; margin-bottom: 24px; font-size: 11px; font-weight: 600; color: var(--gray-200); letter-spacing: 0.1em; text-transform: uppercase; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.6;transform:scale(0.85)} }
.badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #4B68F5; box-shadow: 0 0 8px rgba(75,104,245,0.8); animation: pulse 2s ease-in-out infinite; }
.page-hero h1 { font-family: 'Syne', sans-serif; font-size: clamp(40px, 6vw, 72px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; color: white; margin-bottom: 20px; max-width: 820px; }
.page-hero h1 .hl { background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.page-hero-sub { font-size: 18px; color: rgba(203,208,245,0.75); font-weight: 300; line-height: 1.75; max-width: 580px; margin-bottom: 40px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-primary-lg { display: inline-flex; align-items: center; gap: 8px; background: var(--primary-l); color: white; font-size: 15px; font-weight: 600; padding: 15px 28px; border-radius: 10px; text-decoration: none; box-shadow: 0 4px 16px rgba(75,104,245,0.4); transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.25s; }
.btn-primary-lg:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(75,104,245,0.5); }
.btn-ghost-sm { display: inline-flex; align-items: center; gap: 8px; color: rgba(203,208,245,0.7); font-size: 15px; font-weight: 500; padding: 15px 20px; border-radius: 10px; border: 1px solid rgba(203,208,245,0.15); text-decoration: none; transition: color 0.2s, border-color 0.2s; }
.btn-ghost-sm:hover { color: white; border-color: rgba(203,208,245,0.3); }

/* SHARED SECTION */
.section { padding: 96px 40px; max-width: 1200px; margin: 0 auto; }
.section-label { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--primary); margin-bottom: 12px; }
.section-title { font-family: 'Syne', sans-serif; font-size: clamp(28px, 3.5vw, 44px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; color: var(--accent); margin-bottom: 16px; }
.section-intro { font-size: 16px; color: var(--gray-500); max-width: 560px; font-weight: 300; line-height: 1.8; margin-bottom: 56px; }
.divider { border: none; border-top: 1px solid var(--gray-100); margin: 0 40px; }

/* CARDS */
.card { background: white; border-radius: 16px; padding: 28px; border: 1px solid var(--gray-100); box-shadow: var(--shadow-card); }
.card-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--light-bg); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 16px; }
.card h3 { font-family: 'Syne', sans-serif; font-size: 16px; font-weight: 700; color: var(--accent); margin-bottom: 8px; letter-spacing: -0.2px; }
.card p { font-size: 14px; color: var(--gray-500); line-height: 1.65; }

/* BUTTONS */
.btn-outline { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--primary); border: 1.5px solid var(--primary); padding: 12px 24px; border-radius: 10px; text-decoration: none; transition: background 0.2s, color 0.2s; }
.btn-outline:hover { background: var(--primary); color: white; }
.btn-white-lg { display: inline-flex; align-items: center; gap: 10px; background: white; color: var(--primary); font-size: 15px; font-weight: 700; padding: 16px 32px; border-radius: 10px; text-decoration: none; box-shadow: 0 4px 20px rgba(10,15,46,0.2); transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.25s; }
.btn-white-lg:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(10,15,46,0.3); }

/* CTA SECTION */
.cta-wrap { background: var(--gradient-d); padding: 96px 40px; position: relative; overflow: hidden; text-align: center; }
.cta-wrap::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(75,104,245,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(75,104,245,0.08) 1px, transparent 1px); background-size: 64px 64px; pointer-events: none; }
.cta-glow { position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(75,104,245,0.2) 0%, transparent 70%); top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; }
.cta-inner { position: relative; max-width: 600px; margin: 0 auto; }
.cta-title { font-family: 'Syne', sans-serif; font-size: clamp(32px, 4vw, 52px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; color: white; margin-bottom: 20px; }
.cta-sub { font-size: 17px; color: rgba(203,208,245,0.75); font-weight: 300; line-height: 1.75; margin-bottom: 40px; }

/* FOOTER */
footer { background: var(--accent); padding: 64px 40px; position: relative; overflow: hidden; }
footer::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(75,104,245,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(75,104,245,0.04) 1px, transparent 1px); background-size: 64px 64px; pointer-events: none; }
.footer-inner { max-width: 1200px; margin: 0 auto; position: relative; }
.footer-top { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.07); margin-bottom: 36px; }
.footer-brand-wordmark { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 22px; letter-spacing: -0.5px; color: white; margin-bottom: 12px; }
.footer-brand-wordmark span { color: var(--primary-l); }
.footer-brand-desc { font-size: 13px; color: rgba(203,208,245,0.4); line-height: 1.75; max-width: 240px; margin-bottom: 24px; }
.footer-email { font-size: 13px; font-weight: 500; color: var(--primary-l); text-decoration: none; }
.footer-email:hover { color: white; }
.footer-col-title { font-family: 'Syne', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 20px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 13px; color: rgba(203,208,245,0.5); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.2); }
.footer-tagline { font-size: 11px; color: rgba(255,255,255,0.2); letter-spacing: 0.06em; }

/* RESPONSIVE */
@media (max-width: 1100px) { .footer-top { grid-template-columns: 1fr 1fr 1fr; gap: 32px; } }
@media (max-width: 768px) {
  .nav-inner { padding: 0 20px; }
  .nav-links { display: none; }
  .page-hero { padding: 110px 20px 60px; }
  .section { padding: 64px 20px; }
  .cta-wrap { padding: 64px 20px; }
  footer { padding: 48px 20px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .divider { margin: 0 20px; }
}
