/* ==================== CSS RESET & VARIABLES ==================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --bg: #0F172A;
  --bg2: #1E293B;
  --bg3: #0A0F1E;
  --sky: #38BDF8;
  --indigo: #6366F1;
  --sky-dim: rgba(56,189,248,0.12);
  --indigo-dim: rgba(99,102,241,0.12);
  --text: #94A3B8;
  --text-light: #CBD5E1;
  --white: #F1F5F9;
  --border: rgba(99,102,241,0.18);
  --border-sky: rgba(56,189,248,0.18);
  --font-head: 'Poppins', sans-serif;
  --font-body: 'Poppins', sans-serif;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 20px 60px rgba(0,0,0,0.4);
  --shadow-sky: 0 0 40px rgba(56,189,248,0.15);
}
html { scroll-behavior: smooth; font-size: 16px; }
body { background: var(--bg); color: var(--text); font-family: var(--font-body); overflow-x: hidden; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { font-family: var(--font-body); cursor: pointer; }
ul { list-style: none; }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg3); }
::-webkit-scrollbar-thumb { background: var(--indigo); border-radius: 3px; }

/* ==================== CUSTOM CURSOR ==================== */
.cur { width: 10px; height: 10px; background: var(--sky); border-radius: 50%; position: fixed; pointer-events: none; z-index: 9999; transition: transform 0.08s; mix-blend-mode: screen; top: 0; left: 0; }
.cur-ring { width: 32px; height: 32px; border: 1.5px solid rgba(56,189,248,0.5); border-radius: 50%; position: fixed; pointer-events: none; z-index: 9998; transition: all 0.14s ease; top: 0; left: 0; }

/* ==================== PAGE SYSTEM ==================== */
.page { display: none; }
.page.active { display: block; animation: pgIn 0.4s ease; }
@keyframes pgIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

/* ==================== NAV ==================== */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  padding: 0 5%;
  background: rgba(10, 15, 30, 0.92);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  height: 70px;
  transition: all 0.3s;
}
nav.scrolled { background: rgba(10, 15, 30, 0.99); box-shadow: 0 4px 30px rgba(0,0,0,0.3); }
.nav-logo { font-size: 1.35rem; font-weight: 700; color: var(--white); letter-spacing: -0.02em; }
.nav-logo span { color: var(--sky); }
.nav-center { display: flex; align-items: center; gap: 0.25rem; }
.nav-center a {
  color: var(--text-light); font-size: 0.82rem; font-weight: 500; padding: 0.5rem 0.85rem;
  border-radius: 8px; transition: all 0.2s; position: relative;
}
.nav-center a:hover, .nav-center a.active { color: var(--sky); background: var(--sky-dim); }
.nav-right { display: flex; align-items: center; gap: 0.75rem; }
.nav-btn {
  background: var(--indigo); color: var(--white); padding: 0.55rem 1.3rem;
  border-radius: 8px; font-size: 0.82rem; font-weight: 600; border: none;
  transition: all 0.25s;
}
.nav-btn:hover { background: var(--sky); color: var(--bg); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(56,189,248,0.3); }
.hbg { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.hbg span { width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: all 0.3s; display: block; }
.mob-nav { display: none; position: fixed; top: 70px; inset-x: 0; background: var(--bg2); border-bottom: 1px solid var(--border); z-index: 899; padding: 1rem; }
.mob-nav.open { display: flex; flex-direction: column; gap: 0.25rem; }
.mob-nav a { display: block; color: var(--text-light); padding: 0.75rem 1rem; border-radius: 8px; font-size: 0.9rem; transition: all 0.2s; }
.mob-nav a:hover { background: var(--sky-dim); color: var(--sky); }

/* ==================== HERO ==================== */
.hero {
  min-height: 100vh; padding-top: 70px; display: flex; align-items: center;
  position: relative; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-grid-lines {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(99,102,241,0.06) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(99,102,241,0.06) 1px, transparent 1px);
  background-size: 72px 72px;
}
.hero-noise { position: absolute; inset: 0; 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"); }
.orb { position: absolute; border-radius: 50%; filter: blur(80px); }
.orb1 { width: 700px; height: 700px; background: radial-gradient(circle, rgba(99,102,241,0.18) 0%, transparent 65%); top: -200px; right: -150px; animation: drift1 12s ease-in-out infinite; }
.orb2 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(56,189,248,0.12) 0%, transparent 65%); bottom: -100px; left: -80px; animation: drift2 15s ease-in-out infinite; }
.orb3 { width: 300px; height: 300px; background: radial-gradient(circle, rgba(99,102,241,0.1) 0%, transparent 65%); top: 40%; left: 40%; animation: drift3 10s ease-in-out infinite; }
@keyframes drift1 { 0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(-40px,40px) scale(1.05);} }
@keyframes drift2 { 0%,100%{transform:translate(0,0);} 50%{transform:translate(30px,-30px);} }
@keyframes drift3 { 0%,100%{transform:translate(0,0);} 33%{transform:translate(20px,-20px);} 66%{transform:translate(-20px,20px);} }
.hero-inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 4rem 5%; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.hero-label { display: inline-flex; align-items: center; gap: 8px; background: rgba(56,189,248,0.1); border: 1px solid rgba(56,189,248,0.25); color: var(--sky); padding: 0.4rem 1rem; border-radius: 99px; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1.5rem; animation: fadeUp 0.6s ease both; }
.hero-dot { width: 7px; height: 7px; background: var(--sky); border-radius: 50%; animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1;} 50%{opacity:0.2;} }
.hero h1 { font-family: var(--font-head); font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 700; color: var(--white); line-height: 1.12; letter-spacing: -0.03em; margin-bottom: 1.5rem; animation: fadeUp 0.6s 0.1s ease both; }
.hero h1 em { color: var(--sky); font-style: normal; }
.hero h1 .acc2 { color: var(--indigo); }
.hero-sub { font-size: 1.05rem; color: var(--text); line-height: 1.75; max-width: 520px; margin-bottom: 2.5rem; animation: fadeUp 0.6s 0.2s ease both; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; animation: fadeUp 0.6s 0.3s ease both; }
.btn-prim { background: var(--sky); color: var(--bg); padding: 0.9rem 2rem; border-radius: var(--radius); font-weight: 700; font-size: 0.92rem; border: none; transition: all 0.25s; }
.btn-prim:hover { background: var(--indigo); color: var(--white); transform: translateY(-2px); box-shadow: 0 12px 35px rgba(99,102,241,0.35); }
.btn-ghost { background: transparent; color: var(--white); padding: 0.9rem 2rem; border-radius: var(--radius); font-weight: 600; font-size: 0.92rem; border: 1px solid rgba(255,255,255,0.15); transition: all 0.25s; }
.btn-ghost:hover { border-color: var(--sky); color: var(--sky); transform: translateY(-2px); }
.hero-stats { display: flex; gap: 2.5rem; margin-top: 3rem; animation: fadeUp 0.6s 0.4s ease both; flex-wrap: wrap; }
.hstat-num { font-family: var(--font-head); font-size: 2.2rem; font-weight: 700; color: var(--white); line-height: 1; }
.hstat-num span { color: var(--sky); }
.hstat-lbl { font-size: 0.78rem; color: var(--text); margin-top: 4px; }
.hero-visual { animation: fadeUp 0.7s 0.2s ease both; }
.hero-card-stack { position: relative; height: 440px; }
.hcard { position: absolute; background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.5rem; transition: transform 0.4s; }
.hcard:hover { transform: translateY(-6px) !important; }
.hcard-main { width: 320px; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; border-color: rgba(56,189,248,0.3); box-shadow: 0 0 60px rgba(56,189,248,0.1); }
.hcard-1 { width: 220px; top: 10%; left: -10%; z-index: 2; transform: rotate(-5deg); animation: float1c 6s ease-in-out infinite; }
.hcard-2 { width: 200px; bottom: 10%; right: -5%; z-index: 2; transform: rotate(4deg); animation: float2c 7s ease-in-out infinite; }
@keyframes float1c { 0%,100%{transform:rotate(-5deg) translateY(0);} 50%{transform:rotate(-5deg) translateY(-12px);} }
@keyframes float2c { 0%,100%{transform:rotate(4deg) translateY(0);} 50%{transform:rotate(4deg) translateY(10px);} }
.hcard-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-bottom: 0.75rem; }
.ic-sky { background: var(--sky-dim); }
.ic-ind { background: var(--indigo-dim); }
.hcard h4 { font-size: 0.9rem; font-weight: 600; color: var(--white); margin-bottom: 0.3rem; }
.hcard p { font-size: 0.78rem; color: var(--text); }
.hcard-metric { display: flex; align-items: baseline; gap: 4px; margin-top: 0.75rem; }
.hcard-big { font-size: 1.8rem; font-weight: 700; color: var(--sky); }
.hcard-up { font-size: 0.78rem; color: #4ADE80; font-weight: 600; }
.hcard-bar { height: 4px; background: var(--border); border-radius: 2px; margin-top: 0.75rem; overflow: hidden; }
.hcard-bar-fill { height: 100%; background: linear-gradient(90deg, var(--indigo), var(--sky)); border-radius: 2px; animation: barGrow 2s 1s ease both; }
@keyframes barGrow { from{width:0;} }
@keyframes fadeUp { from{opacity:0;transform:translateY(28px);} to{opacity:1;transform:translateY(0);} }

/* ==================== SECTIONS ==================== */
section { padding: 6rem 5%; }
.container { max-width: 1200px; margin: 0 auto; }
.sec-tag { display: inline-block; background: var(--indigo-dim); border: 1px solid rgba(99,102,241,0.25); color: var(--indigo); padding: 0.3rem 0.9rem; border-radius: 99px; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.85rem; }
.sec-title { font-family: var(--font-head); font-size: clamp(1.75rem, 3.5vw, 2.6rem); font-weight: 700; color: var(--white); letter-spacing: -0.025em; line-height: 1.2; }
.sec-sub { font-size: 1rem; color: var(--text); line-height: 1.7; margin-top: 0.75rem; max-width: 540px; }
.sec-head { margin-bottom: 3.5rem; }
.sec-head.center { text-align: center; }
.sec-head.center .sec-sub { margin-inline: auto; }

/* ==================== SERVICES GRID ==================== */
.srv-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1.5rem; }
.srv-card {
  background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 2rem; cursor: pointer; position: relative; overflow: hidden;
  transition: all 0.3s;
}
.srv-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(56,189,248,0.04), rgba(99,102,241,0.04)); opacity: 0; transition: opacity 0.3s; }
.srv-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--indigo), var(--sky)); transform: scaleX(0); transform-origin: left; transition: transform 0.35s; }
.srv-card:hover { border-color: rgba(56,189,248,0.3); transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
.srv-card:hover::before, .srv-card:hover::after { opacity: 1; transform: scaleX(1); }
.srv-ico { width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 1.25rem; }
.srv-card h3 { font-size: 1.05rem; font-weight: 600; color: var(--white); margin-bottom: 0.6rem; }
.srv-card p { font-size: 0.875rem; color: var(--text); line-height: 1.65; }
.srv-link { display: inline-flex; align-items: center; gap: 5px; color: var(--sky); font-size: 0.8rem; font-weight: 600; margin-top: 1.25rem; transition: gap 0.2s; }
.srv-link:hover { gap: 10px; }

/* ==================== ABOUT ==================== */
.about-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-visual { position: relative; }
.about-box { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2.5rem; position: relative; overflow: hidden; }
.about-box-glow { position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(99,102,241,0.2), transparent 70%); }
.about-ring-wrap { display: flex; justify-content: center; align-items: center; padding: 2rem 0; }
.about-ring { width: 200px; height: 200px; border: 1.5px dashed rgba(56,189,248,0.35); border-radius: 50%; display: flex; align-items: center; justify-content: center; animation: spin 25s linear infinite; position: relative; }
.about-ring-inner { width: 140px; height: 140px; background: linear-gradient(135deg, var(--indigo), var(--sky)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 700; color: var(--white); text-align: center; line-height: 1.3; animation: spin-rev 25s linear infinite; }
@keyframes spin { to{transform:rotate(360deg);} }
@keyframes spin-rev { to{transform:rotate(-360deg);} }
.about-pills { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-top: 1.5rem; }
.about-pill { background: var(--bg); border: 1px solid var(--border-sky); border-radius: 10px; padding: 1rem; text-align: center; }
.about-pill-n { font-size: 1.6rem; font-weight: 700; color: var(--sky); }
.about-pill-l { font-size: 0.75rem; color: var(--text); margin-top: 3px; }
.about-text .sec-sub { max-width: 100%; }
.about-items { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.75rem; }
.about-item { display: flex; gap: 1rem; align-items: flex-start; }
.about-check { width: 22px; height: 22px; background: var(--sky-dim); border: 1px solid rgba(56,189,248,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--sky); font-size: 0.7rem; flex-shrink: 0; margin-top: 1px; }
.about-item-text { font-size: 0.9rem; color: var(--text-light); line-height: 1.5; }

/* ==================== PRICING ==================== */
.pricing-wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.price-card { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2.25rem; position: relative; transition: all 0.3s; }
.price-card.pop { border-color: var(--sky); background: linear-gradient(160deg, rgba(56,189,248,0.06), rgba(99,102,241,0.06)); box-shadow: 0 0 40px rgba(56,189,248,0.1); }
.price-card:hover { transform: translateY(-5px); }
.pop-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(90deg, var(--indigo), var(--sky)); color: var(--white); padding: 0.3rem 1.1rem; border-radius: 99px; font-size: 0.72rem; font-weight: 700; white-space: nowrap; }
.price-tier { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text); }
.price-val { font-family: var(--font-head); font-size: 2.8rem; font-weight: 700; color: var(--white); margin: 0.4rem 0; }
.price-val sub { font-size: 1rem; color: var(--text); font-weight: 400; }
.price-val sup { font-size: 1.1rem; }
.price-desc { font-size: 0.85rem; color: var(--text); margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--border); }
.price-feats { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 2rem; }
.price-feat { display: flex; align-items: center; gap: 0.75rem; font-size: 0.85rem; color: var(--text-light); }
.price-feat::before { content: '✓'; color: var(--sky); font-weight: 700; flex-shrink: 0; }
.price-feat.no { color: var(--text); opacity: 0.45; }
.price-feat.no::before { content: '×'; color: var(--text); }

/* ==================== PORTFOLIO ==================== */
.port-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.5rem; }
.port-card { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: all 0.3s; cursor: pointer; }
.port-card:hover { transform: translateY(-5px); border-color: rgba(56,189,248,0.3); }
.port-thumb { height: 200px; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; position: relative; overflow: hidden; }
.port-thumb::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 60%, rgba(15,23,42,0.9)); }
.pt-1 { background: linear-gradient(135deg, rgba(99,102,241,0.3), rgba(56,189,248,0.2)); }
.pt-2 { background: linear-gradient(135deg, rgba(56,189,248,0.25), rgba(99,102,241,0.15)); }
.pt-3 { background: linear-gradient(135deg, rgba(99,102,241,0.2), rgba(56,189,248,0.3)); }
.pt-4 { background: linear-gradient(135deg, rgba(56,189,248,0.2), rgba(99,102,241,0.25)); }
.pt-5 { background: linear-gradient(135deg, rgba(99,102,241,0.25), rgba(56,189,248,0.2)); }
.pt-6 { background: linear-gradient(135deg, rgba(56,189,248,0.3), rgba(99,102,241,0.2)); }
.port-body { padding: 1.5rem; }
.port-cat { font-size: 0.72rem; color: var(--sky); font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; }
.port-body h3 { font-size: 1rem; font-weight: 600; color: var(--white); margin: 0.4rem 0 0.5rem; }
.port-body p { font-size: 0.82rem; color: var(--text); line-height: 1.55; }
.port-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1rem; }
.port-tag { background: var(--indigo-dim); border: 1px solid rgba(99,102,241,0.2); color: var(--indigo); padding: 0.2rem 0.7rem; border-radius: 99px; font-size: 0.72rem; font-weight: 600; }

/* ==================== TESTIMONIALS ==================== */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.testi-card { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; transition: all 0.3s; }
.testi-card:hover { border-color: rgba(56,189,248,0.25); transform: translateY(-3px); }
.testi-stars { color: #FBBF24; font-size: 0.9rem; letter-spacing: 2px; margin-bottom: 1rem; }
.testi-quote { font-size: 0.9rem; color: var(--text-light); line-height: 1.75; font-style: italic; margin-bottom: 1.5rem; }
.testi-author { display: flex; align-items: center; gap: 0.85rem; }
.testi-av { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--indigo), var(--sky)); display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--white); font-size: 0.85rem; flex-shrink: 0; }
.testi-name { font-size: 0.9rem; font-weight: 600; color: var(--white); }
.testi-role { font-size: 0.75rem; color: var(--text); }
.review-form-wrap { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2.5rem; margin-top: 3rem; }
.review-form-wrap h3 { font-size: 1.15rem; font-weight: 600; color: var(--white); margin-bottom: 1.5rem; }

/* ==================== BLOG ==================== */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.5rem; }
.blog-card { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; cursor: pointer; transition: all 0.3s; }
.blog-card:hover { transform: translateY(-5px); border-color: rgba(56,189,248,0.3); }
.blog-thumb-img { height: 190px; display: flex; align-items: center; justify-content: center; font-size: 2.8rem; position: relative; overflow: hidden; }
.bt-seo { background: linear-gradient(135deg, rgba(56,189,248,0.2), rgba(99,102,241,0.15)); }
.bt-smm { background: linear-gradient(135deg, rgba(99,102,241,0.2), rgba(56,189,248,0.1)); }
.bt-ads { background: linear-gradient(135deg, rgba(56,189,248,0.15), rgba(99,102,241,0.2)); }
.bt-web { background: linear-gradient(135deg, rgba(99,102,241,0.15), rgba(56,189,248,0.2)); }
.bt-goog { background: linear-gradient(135deg, rgba(56,189,248,0.2), rgba(99,102,241,0.1)); }
.bt-des { background: linear-gradient(135deg, rgba(99,102,241,0.2), rgba(56,189,248,0.15)); }
.blog-body { padding: 1.5rem; }
.blog-cat-pill { font-size: 0.72rem; color: var(--sky); font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; }
.blog-body h3 { font-size: 1rem; font-weight: 600; color: var(--white); margin: 0.4rem 0 0.6rem; line-height: 1.4; }
.blog-body p { font-size: 0.83rem; color: var(--text); line-height: 1.6; }
.blog-meta-row { display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text); margin-top: 1rem; }

/* ==================== CONTACT ==================== */
.contact-wrap { display: grid; grid-template-columns: 1fr 1.6fr; gap: 3.5rem; align-items: start; }
.contact-info-list { display: flex; flex-direction: column; gap: 1.5rem; }
.ci-item { display: flex; gap: 1.1rem; align-items: flex-start; }
.ci-ico { width: 46px; height: 46px; border-radius: 12px; background: var(--indigo-dim); border: 1px solid rgba(99,102,241,0.25); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.ci-title { font-size: 0.85rem; font-weight: 600; color: var(--white); }
.ci-val { font-size: 0.85rem; color: var(--text); margin-top: 2px; }
.ci-val a { color: var(--sky); }
.contact-form-box { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.fgrp { margin-bottom: 1.25rem; }
.fgrp label { display: block; font-size: 0.77rem; font-weight: 600; color: var(--text-light); margin-bottom: 0.5rem; text-transform: uppercase; letter-spacing: 0.05em; }
.fgrp input, .fgrp textarea, .fgrp select {
  width: 100%; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 0.8rem 1rem; color: var(--white); font-family: var(--font-body); font-size: 0.9rem;
  outline: none; transition: border-color 0.2s;
}
.fgrp input:focus, .fgrp textarea:focus, .fgrp select:focus { border-color: var(--sky); }
.fgrp textarea { resize: vertical; min-height: 120px; }
.fgrp select option { background: var(--bg2); }
.ferr { display: none; font-size: 0.75rem; color: #EF4444; margin-top: 4px; }
.fgrp.err input, .fgrp.err textarea { border-color: #EF4444; }
.fgrp.err .ferr { display: block; }
.form-ok { display: none; background: rgba(74,222,128,0.1); border: 1px solid rgba(74,222,128,0.3); border-radius: 10px; padding: 1rem; color: #4ADE80; font-size: 0.9rem; text-align: center; margin-top: 1rem; }

/* ==================== ADMIN ==================== */
.admin-login-box { max-width: 400px; margin: 4rem auto; }
.admin-login-box h2 { font-size: 1.3rem; font-weight: 700; color: var(--white); margin-bottom: 1.5rem; }
.admin-wrap { display: none; }
.admin-header-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2rem; }
.admin-header-bar h2 { font-size: 1.2rem; font-weight: 700; color: var(--white); }
.admin-stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 2rem; }
.adm-stat { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.25rem; }
.adm-stat-n { font-size: 2rem; font-weight: 700; color: var(--sky); }
.adm-stat-l { font-size: 0.8rem; color: var(--text); margin-top: 4px; }
.adm-tabs { display: flex; gap: 0.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.adm-tab { background: transparent; border: 1px solid var(--border); color: var(--text); padding: 0.5rem 1.1rem; border-radius: 8px; font-size: 0.82rem; font-family: var(--font-body); transition: all 0.2s; }
.adm-tab.on { background: var(--indigo); border-color: var(--indigo); color: var(--white); }
.adm-pane { display: none; }
.adm-pane.on { display: block; }
.adm-table { width: 100%; border-collapse: collapse; }
.adm-table th { text-align: left; font-size: 0.74rem; font-weight: 600; color: var(--text); text-transform: uppercase; letter-spacing: 0.06em; padding: 0.75rem; border-bottom: 1px solid var(--border); }
.adm-table td { padding: 0.8rem 0.75rem; font-size: 0.84rem; color: var(--text-light); border-bottom: 1px solid rgba(255,255,255,0.03); vertical-align: top; }
.adm-table tr:hover td { background: rgba(255,255,255,0.015); }
.spill { padding: 0.22rem 0.65rem; border-radius: 99px; font-size: 0.7rem; font-weight: 600; }
.sp-new { background: rgba(56,189,248,0.12); color: var(--sky); }
.sp-pend { background: rgba(251,191,36,0.12); color: #FBBF24; }
.sp-done { background: rgba(74,222,128,0.12); color: #4ADE80; }
.sp-rej { background: rgba(239,68,68,0.12); color: #EF4444; }
.act-btn { background: transparent; border: 1px solid var(--border); color: var(--text); padding: 0.22rem 0.65rem; border-radius: 6px; font-size: 0.74rem; cursor: pointer; font-family: var(--font-body); margin-right: 4px; transition: all 0.2s; }
.act-btn:hover { border-color: var(--sky); color: var(--sky); }
.act-btn.app:hover { border-color: #4ADE80; color: #4ADE80; }
.act-btn.rej:hover { border-color: #EF4444; color: #EF4444; }

/* ==================== SERVICE INNER PAGE ==================== */
.svc-hero { padding: 5rem 5% 4rem; text-align: center; position: relative; overflow: hidden; }
.svc-hero-orb { position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(99,102,241,0.12), transparent 65%); top: -200px; left: 50%; transform: translateX(-50%); z-index: 0; }
.svc-hero-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.svc-content { max-width: 860px; margin: 0 auto; padding: 0 5% 4rem; }
.svc-content h2 { font-size: 1.5rem; font-weight: 700; color: var(--white); margin: 2.5rem 0 0.75rem; }
.svc-content p { font-size: 0.95rem; color: var(--text); line-height: 1.8; margin-bottom: 1rem; }
.svc-content ul { margin: 0.5rem 0 1.25rem 0; }
.svc-content li { font-size: 0.9rem; color: var(--text-light); padding: 0.35rem 0; display: flex; align-items: flex-start; gap: 0.6rem; }
.svc-content li::before { content: '→'; color: var(--sky); flex-shrink: 0; }
.svc-highlight { background: var(--bg2); border: 1px solid var(--border); border-left: 3px solid var(--sky); border-radius: 0 var(--radius) var(--radius) 0; padding: 1.25rem 1.5rem; margin: 2rem 0; }
.svc-highlight p { margin: 0; color: var(--text-light); }
.back-btn { display: inline-flex; align-items: center; gap: 6px; color: var(--sky); font-size: 0.85rem; font-weight: 600; cursor: pointer; background: none; border: none; font-family: var(--font-body); margin-bottom: 1.5rem; transition: gap 0.2s; }
.back-btn:hover { gap: 11px; }

/* ==================== BLOG INNER PAGE ==================== */
.blog-inner-wrap { max-width: 820px; margin: 0 auto; padding: 2rem 5%; }
.blog-inner-wrap h1 { font-size: clamp(1.7rem, 4vw, 2.3rem); font-weight: 700; color: var(--white); margin-bottom: 1rem; line-height: 1.25; }
.blog-meta-top { display: flex; gap: 1.25rem; flex-wrap: wrap; margin-bottom: 2.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--border); }
.blog-meta-top span { font-size: 0.8rem; color: var(--text); }
.blog-meta-top .bcat { color: var(--sky); font-weight: 600; }
.blog-inner-wrap h2 { font-size: 1.4rem; font-weight: 700; color: var(--white); margin: 2.5rem 0 0.75rem; }
.blog-inner-wrap h3 { font-size: 1.1rem; font-weight: 600; color: var(--white); margin: 1.75rem 0 0.5rem; }
.blog-inner-wrap p { font-size: 0.95rem; color: var(--text); line-height: 1.8; margin-bottom: 1rem; }
.blog-inner-wrap ul { margin: 0.5rem 0 1.25rem; }
.blog-inner-wrap li { font-size: 0.9rem; color: var(--text-light); padding: 0.3rem 0 0.3rem 1.25rem; position: relative; }
.blog-inner-wrap li::before { content: '•'; color: var(--sky); position: absolute; left: 0; }
.blog-cta-box { background: linear-gradient(135deg, rgba(99,102,241,0.12), rgba(56,189,248,0.08)); border: 1px solid rgba(56,189,248,0.2); border-radius: var(--radius-lg); padding: 2.5rem; text-align: center; margin-top: 3.5rem; }
.blog-cta-box h3 { font-size: 1.2rem; font-weight: 700; color: var(--white); margin-bottom: 0.75rem; }
.blog-cta-box p { color: var(--text); font-size: 0.9rem; margin-bottom: 1.5rem; }

/* ==================== CHATBOT ==================== */
.chat-fab {
  position: fixed; bottom: 2rem; right: 2rem; width: 58px; height: 58px;
  background: linear-gradient(135deg, var(--indigo), var(--sky));
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 800; border: none; font-size: 1.4rem;
  box-shadow: 0 8px 30px rgba(99,102,241,0.4);
  animation: chatPop 3s ease-in-out infinite;
  transition: transform 0.2s;
}
.chat-fab:hover { transform: scale(1.08); }
@keyframes chatPop { 0%,100%{box-shadow:0 8px 30px rgba(99,102,241,0.4);} 50%{box-shadow:0 8px 40px rgba(56,189,248,0.5);} }
.chat-win {
  position: fixed; bottom: 7rem; right: 2rem; width: 340px;
  background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; z-index: 800; display: none;
  box-shadow: 0 25px 70px rgba(0,0,0,0.5);
}
.chat-win.open { display: block; animation: chatSlide 0.3s ease; }
@keyframes chatSlide { from{opacity:0;transform:translateY(20px);} to{opacity:1;transform:translateY(0);} }
.chat-top { background: linear-gradient(135deg, var(--indigo), rgba(56,189,248,0.85)); padding: 1rem 1.25rem; display: flex; align-items: center; justify-content: space-between; }
.chat-top-l { display: flex; align-items: center; gap: 0.75rem; }
.chat-av { width: 36px; height: 36px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.chat-tname { font-size: 0.88rem; font-weight: 700; color: var(--white); }
.chat-tstatus { font-size: 0.7rem; color: rgba(255,255,255,0.75); display: flex; align-items: center; gap: 4px; }
.chat-tstatus::before { content: ''; width: 6px; height: 6px; background: #4ADE80; border-radius: 50%; }
.chat-close-btn { background: none; border: none; color: rgba(255,255,255,0.7); font-size: 1.1rem; cursor: pointer; }
.chat-msgs { height: 280px; overflow-y: auto; padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; }
.chat-msgs::-webkit-scrollbar { width: 3px; }
.chat-msgs::-webkit-scrollbar-thumb { background: var(--border); }
.cmsg { max-width: 88%; padding: 0.6rem 0.9rem; border-radius: 12px; font-size: 0.84rem; line-height: 1.55; }
.cmsg.bot { background: var(--bg); color: var(--text-light); align-self: flex-start; border-radius: 4px 12px 12px 12px; }
.cmsg.usr { background: linear-gradient(135deg, var(--indigo), var(--sky)); color: var(--white); align-self: flex-end; border-radius: 12px 4px 12px 12px; }
.chat-qks { display: flex; flex-wrap: wrap; gap: 0.4rem; padding: 0 1rem 0.5rem; }
.chat-qk { background: var(--indigo-dim); border: 1px solid rgba(99,102,241,0.25); color: var(--indigo); padding: 0.28rem 0.75rem; border-radius: 99px; font-size: 0.75rem; cursor: pointer; font-family: var(--font-body); transition: all 0.2s; }
.chat-qk:hover { background: var(--indigo); color: var(--white); }
.chat-inp-row { display: flex; gap: 0.5rem; padding: 0.75rem 1rem; border-top: 1px solid var(--border); }
.chat-inp { flex: 1; background: var(--bg); border: 1px solid var(--border); border-radius: 8px; padding: 0.5rem 0.8rem; color: var(--white); font-family: var(--font-body); font-size: 0.84rem; outline: none; }
.chat-inp:focus { border-color: var(--sky); }
.chat-send { background: var(--indigo); border: none; color: var(--white); width: 36px; height: 36px; border-radius: 8px; cursor: pointer; font-size: 0.9rem; transition: background 0.2s; }
.chat-send:hover { background: var(--sky); }

/* ==================== FOOTER ==================== */
footer { background: var(--bg3); border-top: 1px solid var(--border); padding: 4rem 5% 2rem; }
.footer-top { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1.2fr; gap: 2.5rem; max-width: 1200px; margin: 0 auto; }
.foot-brand p { font-size: 0.85rem; color: var(--text); line-height: 1.7; margin: 0.85rem 0 1.25rem; max-width: 300px; }
.foot-social { display: flex; gap: 0.6rem; }
.fsoc { width: 36px; height: 36px; background: var(--bg2); border: 1px solid var(--border); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; color: var(--text); transition: all 0.2s; text-decoration: none; }
.fsoc:hover { background: var(--indigo); border-color: var(--indigo); color: var(--white); }
.foot-col h4 { font-size: 0.88rem; font-weight: 700; color: var(--white); margin-bottom: 1.1rem; }
.foot-col ul { display: flex; flex-direction: column; gap: 0.6rem; }
.foot-col ul a { font-size: 0.84rem; color: var(--text); transition: color 0.2s; }
.foot-col ul a:hover { color: var(--sky); }
.foot-bottom { max-width: 1200px; margin: 2.5rem auto 0; padding-top: 1.5rem; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.foot-bottom p { font-size: 0.8rem; color: var(--text); }

/* ==================== REVEAL ANIMATION ==================== */
.rev { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.rev.vis { opacity: 1; transform: translateY(0); }
.rev-d1 { transition-delay: 0.1s; }
.rev-d2 { transition-delay: 0.2s; }
.rev-d3 { transition-delay: 0.3s; }

/* ==================== CTA BANNER ==================== */
.cta-banner { background: linear-gradient(135deg, rgba(99,102,241,0.14), rgba(56,189,248,0.1)); border: 1px solid rgba(56,189,248,0.2); border-radius: var(--radius-lg); padding: 4rem 3rem; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(99,102,241,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(99,102,241,0.05) 1px, transparent 1px); background-size: 40px 40px; }
.cta-banner > * { position: relative; z-index: 1; }
.cta-banner h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; color: var(--white); margin-bottom: 0.75rem; }
.cta-banner p { color: var(--text); margin-bottom: 2rem; max-width: 480px; margin-inline: auto; }

/* ==================== TEAM CARDS ==================== */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.team-card { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; text-align: center; transition: all 0.3s; }
.team-card:hover { transform: translateY(-5px); border-color: rgba(56,189,248,0.25); }
.team-av { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, var(--indigo), var(--sky)); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; font-weight: 700; color: var(--white); margin: 0 auto 1rem; }
.team-name { font-size: 0.95rem; font-weight: 600; color: var(--white); }
.team-role { font-size: 0.8rem; color: var(--text); margin-top: 4px; }
.team-socials { display: flex; justify-content: center; gap: 0.5rem; margin-top: 1rem; }

/* ==================== PROCESS STEPS ==================== */
.process-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; position: relative; }
.proc-step { text-align: center; padding: 2rem 1.5rem; background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg); transition: all 0.3s; }
.proc-step:hover { border-color: rgba(56,189,248,0.25); transform: translateY(-4px); }
.proc-num { width: 52px; height: 52px; border-radius: 50%; border: 2px solid var(--indigo); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; font-weight: 700; color: var(--indigo); margin: 0 auto 1.25rem; font-family: var(--font-head); }
.proc-step h4 { font-size: 0.95rem; font-weight: 600; color: var(--white); margin-bottom: 0.5rem; }
.proc-step p { font-size: 0.82rem; color: var(--text); line-height: 1.6; }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-visual { display: none; }
  .pricing-wrap { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-center, .nav-btn { display: none; }
  .hbg { display: flex; }
  .about-wrap, .contact-wrap { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  section { padding: 4rem 5%; }
  .footer-top { grid-template-columns: 1fr; }
  .admin-stats-row { grid-template-columns: 1fr 1fr; }
  .chat-win { width: calc(100vw - 2rem); right: 1rem; }
}
@media (max-width: 480px) {
  section { padding: 3rem 1.25rem; }
  .hero-stats { gap: 1.5rem; }
  .admin-stats-row { grid-template-columns: 1fr; }
}

.foot-social {
  display: flex;
  gap: 12px;
}

.fsoc {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  transition: 0.3s;
}

.fsoc:hover {
  background: #ff6a00; /* your brand color */
  transform: translateY(-3px);
}