/* ============================================================
   SYNCRPT IT Solutions — stylesheet (iSky-inspired redesign)
   ============================================================ */
:root {
  --navy-900: #0a1428;
  --navy-800: #0f1e3d;
  --navy-700: #16294f;
  --navy-600: #1d3566;
  --blue-600: #2f7bff;
  --blue-500: #4d9bff;
  --blue-400: #74b4ff;
  --ink: #12203b;
  --slate: #4a5a76;
  --muted: #6b7a93;
  --line: #e5e9f1;
  --bg: #ffffff;
  --bg-alt: #f5f7fb;
  --white: #ffffff;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(15, 30, 61, .06), 0 4px 14px rgba(15, 30, 61, .05);
  --shadow-md: 0 10px 40px rgba(15, 30, 61, .10);
  --grad: linear-gradient(135deg, #2f7bff 0%, #57a0ff 100%);
  --grad-navy: linear-gradient(160deg, #0f1e3d 0%, #16294f 55%, #1d3566 100%);
  --container: 1150px;
  --font: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-head: 'Lora', Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand-logo { height: 21px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-weight: 500; font-size: 15px; color: var(--slate); transition: color .2s; white-space: nowrap; }
.nav-links a:hover { color: var(--blue-600); }
.nav-cta {
  background: var(--grad); color: #fff !important; padding: 10px 20px;
  border-radius: 999px; font-weight: 600 !important; box-shadow: 0 6px 18px rgba(47, 123, 255, .30);
}
.nav-cta:hover { filter: brightness(1.05); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 600; font-size: 15px; padding: 14px 28px; border-radius: 999px;
  cursor: pointer; border: 0; transition: transform .18s, box-shadow .18s, filter .18s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 10px 26px rgba(47, 123, 255, .35); }
.btn-primary:hover { box-shadow: 0 14px 32px rgba(47, 123, 255, .45); }
.btn-block { width: 100%; }

/* pill button (hero EXPLORE) */
.pill-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255, 255, 255, .10); border: 1px solid rgba(255, 255, 255, .28);
  color: #fff; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  font-size: 13px; padding: 15px 30px; border-radius: 999px;
  backdrop-filter: blur(6px); transition: background .2s, transform .2s;
}
.pill-btn:hover { background: rgba(255, 255, 255, .18); transform: translateY(-2px); }
.pill-btn svg { transition: transform .2s; }
.pill-btn:hover svg { transform: translateY(2px); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: calc(100vh - 72px);
  display: flex; align-items: center;
  background: var(--grad-navy); color: #fff; overflow: hidden;
  padding: 80px 0;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 18% 15%, rgba(47, 123, 255, .28), transparent 42%),
    radial-gradient(circle at 88% 85%, rgba(87, 160, 255, .20), transparent 45%),
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: auto, auto, 48px 48px, 48px 48px;
  mask-image: linear-gradient(180deg, #000 65%, transparent);
}
/* diagonal light streak like the reference */
.hero-streak {
  position: absolute; top: -20%; right: -10%; width: 70%; height: 140%;
  background: linear-gradient(115deg, transparent 40%, rgba(120, 170, 255, .12) 50%, rgba(160, 200, 255, .05) 58%, transparent 66%);
  transform: rotate(8deg); pointer-events: none;
}
.hero-watermark {
  position: absolute; left: 50%; top: 46%; z-index: 0;
  width: min(1200px, 130%); max-width: none;
  transform: translate(-50%, -50%);
  opacity: .045; pointer-events: none; user-select: none;
}
.hero-inner { position: relative; z-index: 1; text-align: center; max-width: 900px; }
.hero-logo {
  width: clamp(260px, 44vw, 480px); height: auto; margin: 0 auto 14px;
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, .25));
}
.eyebrow {
  display: inline-block; font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 600; color: var(--blue-400); border: 1px solid rgba(116, 180, 255, .35);
  padding: 7px 16px; border-radius: 999px; margin-bottom: 24px; background: rgba(47, 123, 255, .12);
}
.hero-title {
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(2.3rem, 5.4vw, 4.1rem); line-height: 1.12; letter-spacing: -.01em;
}
.grad { background: linear-gradient(120deg, #74b4ff, #4d9bff 60%, #a9cbff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { margin: 24px auto 36px; max-width: 620px; font-size: clamp(1rem, 1.6vw, 1.16rem); color: #c5d3ec; }
.hero-actions { display: flex; gap: 20px; justify-content: center; align-items: center; flex-wrap: wrap; }
.hero-social { display: flex; gap: 10px; }
.hero-social a {
  width: 46px; height: 46px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .18);
  color: #cdd9f0; transition: background .2s, color .2s, transform .2s;
}
.hero-social a:hover { background: var(--blue-600); color: #fff; transform: translateY(-2px); border-color: transparent; }
.scroll-cue {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 1;
  width: 44px; height: 44px; border-radius: 50%; color: #cdd9f0;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .05);
  animation: bob 1.8s ease-in-out infinite;
}
.scroll-cue:hover { color: #fff; }
@keyframes bob { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 7px); } }

/* ---------- Stats ---------- */
.stats { padding: 78px 0; background: var(--bg); }
.stats-head { text-align: center; margin-bottom: 44px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; padding: 22px 12px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat-num {
  display: block; font-family: var(--font-head); font-weight: 700;
  font-size: clamp(2.4rem, 5vw, 3.4rem); line-height: 1;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat-label { display: block; margin-top: 10px; color: var(--muted); font-size: .96rem; font-weight: 500; }

/* ---------- Sections ---------- */
.section { padding: 92px 0; position: relative; }
.section-alt { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.kicker { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--blue-600); margin-bottom: 14px; }
.kicker.light { color: var(--blue-400); }
.section-head { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-head h2 { font-family: var(--font-head); font-weight: 600; font-size: clamp(1.8rem, 3.6vw, 2.7rem); line-height: 1.18; letter-spacing: -.01em; }
.section-head p { margin-top: 16px; color: var(--muted); font-size: 1.08rem; }
.section-head.light h2 { color: #fff; }
.section-head.light p { color: #b9c6de; }
h2 { font-family: var(--font-head); font-weight: 600; }

/* ---------- Services (dark panels) ---------- */
.services-dark { background: var(--navy-900); color: #fff; overflow: hidden; }
.svc-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(circle at 12% 8%, rgba(47, 123, 255, .16), transparent 40%),
    radial-gradient(circle at 90% 92%, rgba(87, 160, 255, .12), transparent 42%),
    linear-gradient(rgba(255, 255, 255, .028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px);
  background-size: auto, auto, 52px 52px, 52px 52px;
}
.services-dark .container { position: relative; z-index: 1; }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc {
  position: relative; background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .10); border-radius: var(--radius);
  padding: 30px 26px 64px; transition: transform .25s, background .25s, border-color .25s;
  overflow: hidden;
}
.svc::before {
  content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 0;
  background: var(--grad); transition: width .3s;
}
.svc:hover { transform: translateY(-6px); background: rgba(47, 123, 255, .10); border-color: rgba(116, 180, 255, .40); }
.svc:hover::before { width: 100%; }
.svc-ico {
  width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-size: 1.55rem; background: linear-gradient(150deg, rgba(47, 123, 255, .22), rgba(87, 160, 255, .14));
  border: 1px solid rgba(116, 180, 255, .25); margin-bottom: 18px;
}
.svc h3 { font-family: var(--font-head); font-weight: 600; font-size: 1.24rem; margin-bottom: 10px; color: #fff; }
.svc p { color: #aebbd4; font-size: .95rem; }
.circle-arrow {
  position: absolute; left: 26px; bottom: 24px;
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .18);
  color: #cdd9f0; transition: background .25s, color .25s, transform .25s;
}
.svc:hover .circle-arrow { background: var(--grad); color: #fff; border-color: transparent; transform: translateX(4px); }

/* ---------- Process ---------- */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; position: relative; box-shadow: var(--shadow-sm);
}
.step-num { font-family: var(--font-head); font-weight: 700; font-size: 2.4rem; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; display: block; margin-bottom: 8px; }
.step h3 { font-family: var(--font-head); font-weight: 600; font-size: 1.22rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .96rem; }

/* ---------- Industries ---------- */
.industries-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.industry {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 22px 18px; text-align: center; font-weight: 600; color: var(--navy-700);
  box-shadow: var(--shadow-sm); transition: .2s;
}
.industry:hover { border-color: var(--blue-500); color: var(--blue-600); transform: translateY(-3px); }
.toolkit { margin-top: 48px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 36px; }
.toolkit h3 { font-family: var(--font-head); font-weight: 600; font-size: 1.3rem; margin-bottom: 18px; }
.toolkit ul { list-style: none; display: grid; gap: 12px; }
.toolkit li { color: var(--slate); padding-left: 22px; position: relative; }
.toolkit li::before { content: "▸"; position: absolute; left: 0; color: var(--blue-600); font-weight: 700; }
.toolkit strong { color: var(--ink); }

/* ---------- Why / Values ---------- */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 40px; max-width: 940px; margin: 0 auto; }
.why-item { display: flex; gap: 14px; align-items: flex-start; }
.why-item .check {
  flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%; background: var(--grad); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 700; margin-top: 3px;
}
.why-item p { color: var(--slate); }
.why-item strong { color: var(--ink); }
.values-band { margin-top: 60px; text-align: center; background: var(--grad-navy); border-radius: var(--radius); padding: 44px 30px; color: #fff; }
.values-band h3 { font-family: var(--font-head); font-weight: 600; font-size: 1.35rem; margin-bottom: 24px; }
.values-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.values-row span {
  padding: 9px 18px; border: 1px solid rgba(116, 180, 255, .35); border-radius: 999px;
  font-size: .92rem; font-weight: 500; color: #d7e3f8; background: rgba(47, 123, 255, .12);
}

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.about-text h2 { font-family: var(--font-head); font-weight: 600; font-size: clamp(1.8rem, 3.4vw, 2.5rem); line-height: 1.18; letter-spacing: -.01em; margin-bottom: 20px; }
.about-text p { color: var(--slate); margin-bottom: 16px; font-size: 1.05rem; }
.about-meta { display: flex; gap: 30px; margin-top: 30px; flex-wrap: wrap; }
.about-meta div { display: flex; flex-direction: column; }
.about-meta strong { font-family: var(--font-head); font-weight: 700; font-size: 1.35rem; color: var(--navy-800); }
.about-meta span { font-size: 13px; color: var(--muted); }
.about-cards { display: flex; flex-direction: column; gap: 20px; }
.mv-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-sm); position: relative; overflow: hidden;
}
.mv-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--grad); }
.mv-icon {
  display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px;
  border-radius: 12px; background: rgba(47, 123, 255, .10); color: var(--blue-600);
  font-size: 1.3rem; margin-bottom: 14px;
}
.mv-card h3 { font-family: var(--font-head); font-weight: 600; font-size: 1.2rem; margin-bottom: 8px; }
.mv-card p { color: var(--slate); font-size: .98rem; }

/* ---------- CTA / Contact ---------- */
.cta-section { background: var(--grad-navy); color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact-info h2 { font-family: var(--font-head); font-weight: 600; font-size: clamp(1.8rem, 3.4vw, 2.5rem); line-height: 1.18; margin-bottom: 16px; letter-spacing: -.01em; }
.contact-info > p { color: #c5d3ec; font-size: 1.05rem; margin-bottom: 32px; max-width: 460px; }
.contact-blocks { display: grid; gap: 24px; }
.c-block h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: var(--blue-400); margin-bottom: 8px; }
.c-block p { color: #d7e3f8; font-size: .98rem; }
.c-block a { color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .25); transition: border-color .2s; }
.c-block a:hover { border-color: var(--blue-400); }

.contact-form { background: #fff; border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-md); }
.contact-form h3 { font-family: var(--font-head); font-weight: 600; color: var(--ink); font-size: 1.4rem; margin-bottom: 22px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 14px; font-weight: 600; color: var(--slate); margin-bottom: 7px; }
.field input, .field textarea {
  width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  font-family: inherit; font-size: 15px; color: var(--ink); background: #fbfcfe; transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(47, 123, 255, .15); background: #fff; }
.field textarea { resize: vertical; }
.form-note { margin-top: 14px; font-size: 14px; text-align: center; min-height: 20px; }
.form-note.ok { color: #7fe0a8; }
.form-note.err { color: #ff9a9a; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: #aab8d4; }
.footer-cta {
  text-align: center; padding: 76px 24px 66px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.footer-cta h2 { font-family: var(--font-head); font-weight: 600; color: #fff; font-size: clamp(1.9rem, 4vw, 2.9rem); line-height: 1.15; margin: 6px 0 28px; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 2fr; gap: 50px; padding: 56px 24px 40px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.footer-logo { height: 30px; opacity: .95; margin-bottom: 16px; }
.footer-brand p { font-size: .95rem; max-width: 340px; color: #8b9bbb; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-cols h5 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 16px; }
.footer-cols a, .footer-cols span { display: block; color: #8b9bbb; font-size: .94rem; margin-bottom: 10px; transition: color .2s; }
.footer-cols a:hover { color: var(--blue-400); }
.footer-bottom { display: flex; justify-content: space-between; padding: 22px 24px; font-size: .88rem; color: #6f7fa0; flex-wrap: wrap; gap: 8px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 24px; }
  .stat:nth-child(2) { border-right: 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 860px) {
  .nav-links {
    position: fixed; top: 72px; left: 0; right: 0; flex-direction: column; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line); padding: 12px 24px 20px;
    transform: translateY(-120%); transition: transform .3s ease; box-shadow: var(--shadow-md);
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 13px 0; width: 100%; border-bottom: 1px solid var(--line); }
  .nav-cta { text-align: center; margin-top: 10px; border-bottom: 0 !important; }
  .nav-toggle { display: flex; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .section { padding: 66px 0; }
  .why-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; gap: 24px; }
}
@media (max-width: 480px) {
  .svc-grid, .process-grid, .industries-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 22px; }
  .stat:last-child { border-bottom: 0; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .container { padding: 0 18px; }
}
