:root {
  --navy: #071a3a;
  --navy-2: #0b2451;
  --blue: #1468f2;
  --blue-2: #0b82ff;
  --green: #06b67a;
  --green-2: #089b67;
  --gold: #f4a300;
  --gold-2: #ffbd2e;
  --ink: #14213d;
  --muted: #64708a;
  --line: #e7ecf5;
  --soft: #f6f9fe;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(7, 26, 58, 0.12);
  --shadow-soft: 0 12px 30px rgba(7, 26, 58, 0.08);
  --radius: 24px;
  --radius-sm: 16px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 96px 0; }
.alt-bg {
  background:
    radial-gradient(circle at 10% 0%, rgba(20, 104, 242, .08), transparent 28%),
    radial-gradient(circle at 90% 15%, rgba(4, 191, 122, .08), transparent 26%),
    #f8fbff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(231,236,245,.75);
  transition: box-shadow .2s ease, background .2s ease;
}
.site-header.scrolled { box-shadow: 0 10px 30px rgba(7,26,58,.08); background: rgba(255,255,255,.94); }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 340px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 26px; color: var(--navy-2); font-weight: 650; font-size: 15px; }
.main-nav a { position: relative; }
.main-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--green), var(--gold));
  transition: width .2s ease;
}
.main-nav > a:hover::after { width: 100%; }
.nav-cta {
  padding: 12px 18px;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(20,104,242,.24);
}
.mobile-toggle { display: none; width: 44px; height: 44px; border: 0; background: #eef5ff; border-radius: 12px; padding: 10px; }
.mobile-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 2px; }

.hero { position: relative; overflow: hidden; min-height: calc(100vh - 88px); display: flex; align-items: center; }
.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 20%, rgba(20,104,242,.14), transparent 26%),
    radial-gradient(circle at 70% 20%, rgba(4,191,122,.11), transparent 24%),
    radial-gradient(circle at 88% 75%, rgba(255,178,26,.14), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr); gap: 54px; align-items: center; }
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 13px;
}
.pulse-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(4,191,122,.12); }
h1, h2, h3 { margin: 0; line-height: 1.08; color: var(--navy); }
h1 { margin-top: 18px; font-size: clamp(44px, 7vw, 78px); letter-spacing: -0.055em; }
h2 { font-size: clamp(34px, 4vw, 52px); letter-spacing: -0.04em; }
h3 { font-size: 22px; letter-spacing: -0.025em; }
p { margin: 0; color: var(--muted); }
.hero-sub { margin-top: 22px; max-width: 680px; font-size: clamp(18px, 2vw, 22px); color: #35445f; }
.hero-actions { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 22px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: linear-gradient(135deg, var(--blue), #075be0); box-shadow: 0 14px 30px rgba(20,104,242,.28); }
.btn-secondary { color: var(--navy); background: white; border-color: var(--line); box-shadow: var(--shadow-soft); }
.btn-light { color: var(--navy); background: white; box-shadow: 0 15px 35px rgba(0,0,0,.16); }
.btn-outline-light { color: white; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.12); }
.full { width: 100%; }
.trust-line { margin-top: 18px; color: #48566f; font-weight: 650; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.hero-pills span { border: 1px solid var(--line); background: rgba(255,255,255,.72); border-radius: 999px; padding: 9px 13px; font-weight: 750; color: var(--navy-2); font-size: 14px; }

.hero-visual { position: relative; }
.glass-card {
  border: 1px solid rgba(255,255,255,.8);
  background: rgba(255,255,255,.76);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}
.dashboard-card {
  position: relative;
  border-radius: 32px;
  padding: 24px;
  overflow: hidden;
}
.dashboard-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, rgba(20,104,242,.18), rgba(4,191,122,.16), rgba(255,178,26,.18));
  z-index: -1;
}
.dash-top { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.dash-title { display: flex; align-items: center; gap: 13px; }
.dash-title img { width: 56px; }
.dash-title strong { display: block; color: var(--navy); font-size: 18px; }
.dash-title span { display: block; color: var(--muted); font-size: 14px; }
.status-pill { color: #06633f; background: rgba(4,191,122,.13); border: 1px solid rgba(4,191,122,.22); padding: 8px 12px; border-radius: 999px; font-weight: 800; font-size: 13px; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; }
.metric-card { border-radius: 20px; padding: 18px; color: white; min-height: 132px; display: flex; flex-direction: column; justify-content: space-between; }
.metric-card span, .metric-card small { opacity: .92; }
.metric-card strong { font-size: 38px; line-height: 1; }
.metric-card.blue { background: linear-gradient(145deg, var(--blue), #0a55c7); }
.metric-card.green { background: linear-gradient(145deg, var(--green), #00875d); }
.metric-card.gold { background: linear-gradient(145deg, var(--gold), #f29600); }
.workflow { margin-top: 24px; display: grid; grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr; align-items: center; gap: 8px; }
.flow-node { text-align: center; background: #f2f6fc; border: 1px solid var(--line); color: var(--navy); padding: 12px 10px; border-radius: 14px; font-weight: 800; font-size: 13px; }
.flow-node.active { background: rgba(20,104,242,.1); color: #075be0; border-color: rgba(20,104,242,.18); }
.flow-node.done { background: rgba(4,191,122,.12); color: #04734d; border-color: rgba(4,191,122,.18); }
.flow-line { height: 3px; background: linear-gradient(90deg, var(--blue), var(--green)); border-radius: 999px; }
.task-list { margin-top: 22px; display: grid; gap: 12px; }
.task-list div, .feature-list div { color: var(--navy); font-weight: 700; display: flex; align-items: center; gap: 10px; }
.check { flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%; display: inline-block; background: var(--green); position: relative; }
.check::after { content: ""; position: absolute; left: 6px; top: 4px; width: 6px; height: 10px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); }

.section-heading { text-align: center; max-width: 820px; margin: 0 auto 46px; }
.section-heading h2 { margin-top: 12px; }
.section-heading p { margin-top: 16px; font-size: 18px; }
.problem-grid, .service-grid, .industry-grid, .process-grid { display: grid; gap: 20px; }
.problem-grid { grid-template-columns: repeat(3, 1fr); }
.mini-card, .service-card, .industry-card, .step-card, .package-card, .position-card, .contact-form {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}
.mini-card { padding: 24px; }
.mini-card span { display: inline-flex; color: var(--blue); background: #eef5ff; border-radius: 999px; padding: 7px 10px; font-weight: 900; margin-bottom: 14px; }
.mini-card h3, .service-card h3, .industry-card h3, .step-card h3 { margin-bottom: 10px; }
.service-grid { grid-template-columns: repeat(4, 1fr); }
.service-card { padding: 26px; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover, .industry-card:hover, .mini-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.icon { width: 54px; height: 54px; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center; color: white; font-weight: 950; margin-bottom: 18px; letter-spacing: -.03em; }
.blue-icon { background: linear-gradient(135deg, var(--blue), #0b82ff); }
.green-icon { background: linear-gradient(135deg, var(--green), #00a66d); }
.gold-icon { background: linear-gradient(135deg, var(--gold), #ff9900); }
.navy-icon { background: linear-gradient(135deg, var(--navy), #173b78); }

.package-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: stretch; }
.package-card { position: relative; padding: 26px; display: flex; flex-direction: column; overflow: hidden; }
.package-card.featured { border: 2px solid rgba(20,104,242,.35); transform: translateY(-10px); box-shadow: 0 24px 70px rgba(20,104,242,.18); }
.popular { position: absolute; top: 18px; right: 18px; background: linear-gradient(135deg, var(--green), #00a66d); color: white; border-radius: 999px; font-size: 12px; font-weight: 900; padding: 7px 10px; }
.package-head { min-height: 106px; padding-right: 48px; }
.package-head p { margin-top: 10px; }
.price { margin: 14px 0 18px; padding: 18px; background: #f7faff; border: 1px solid var(--line); border-radius: 18px; color: var(--navy); font-weight: 800; }
.price strong { display: block; font-size: 30px; letter-spacing: -.04em; color: var(--navy); }
.price span { display: block; color: var(--muted); font-size: 13px; }
ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 11px; }
li { color: #314059; position: relative; padding-left: 25px; }
li::before { content: ""; position: absolute; left: 0; top: .55em; width: 9px; height: 9px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--green)); }
.text-link { margin-top: auto; padding-top: 22px; color: var(--blue); font-weight: 900; }
.package-note { margin-top: 22px; text-align: center; max-width: 980px; margin-left: auto; margin-right: auto; }
.package-card .btn { margin-top: auto; }
.industry-grid { grid-template-columns: repeat(5, 1fr); }
.industry-card { padding: 22px; min-height: 176px; }

.split-grid, .contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 48px; align-items: center; }
.about-copy h2, .contact-copy h2 { margin-top: 12px; }
.lead { font-size: 19px; margin-top: 18px; color: #3d4b65; }
.feature-list { margin-top: 28px; display: grid; gap: 15px; }
.position-card { padding: 36px; background: linear-gradient(145deg, #ffffff, #f7fbff); }
.position-card img { width: 96px; margin-bottom: 24px; }
.position-card h3 { font-size: clamp(28px, 3vw, 40px); }
.position-card p { margin-top: 16px; font-size: 18px; }
.process-grid { grid-template-columns: repeat(4, 1fr); }
.step-card { padding: 28px; position: relative; }
.step-card span { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 15px; background: linear-gradient(135deg, var(--blue), var(--green)); color: white; font-weight: 950; margin-bottom: 18px; }
.cta-band { padding-top: 0; }
.cta-card { display: flex; justify-content: space-between; gap: 30px; align-items: center; border-radius: 34px; padding: 46px; color: white; background:
  radial-gradient(circle at 8% 15%, rgba(255,255,255,.16), transparent 28%),
  radial-gradient(circle at 90% 30%, rgba(244,163,0,.25), transparent 28%),
  linear-gradient(135deg, var(--navy), #083a82 58%, #1468f2);
  box-shadow: var(--shadow);
}
.cta-card h2, .cta-card p, .section-kicker.light { color: white; }
.cta-card h2 { margin-top: 10px; }
.cta-card p { margin-top: 12px; opacity: .9; max-width: 680px; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; min-width: 290px; }

.contact-grid { align-items: start; }
.contact-copy p { margin-top: 16px; font-size: 18px; }
.contact-details { margin-top: 26px; display: grid; gap: 14px; }
.contact-details div { border: 1px solid var(--line); border-radius: 18px; padding: 16px; background: #fbfdff; }
.contact-details strong, .contact-details span { display: block; }
.contact-details strong { color: var(--navy); }
.contact-details span { color: var(--muted); margin-top: 4px; }
.contact-form { padding: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; color: var(--navy); font-weight: 800; font-size: 14px; }
input, textarea, select {
  width: 100%;
  border: 1px solid #dce5f2;
  border-radius: 14px;
  padding: 13px 14px;
  background: white;
  color: var(--navy);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
input:focus, textarea:focus, select:focus { border-color: rgba(20,104,242,.55); box-shadow: 0 0 0 4px rgba(20,104,242,.1); }
.full-field { grid-column: 1 / -1; }
.form-note { grid-column: 1 / -1; font-size: 13px; color: var(--muted); }
.form-note.success { color: #04734d; font-weight: 800; }
.site-footer { background: #06142c; color: white; padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 34px; }
.footer-grid img { width: 340px; filter: none; opacity: 1; padding: 10px 14px; border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.footer-grid p { color: rgba(255,255,255,.75); margin-top: 14px; max-width: 420px; }
.footer-grid strong { display: block; margin-bottom: 12px; }
.footer-grid a { display: block; color: rgba(255,255,255,.74); margin: 8px 0; }
.footer-grid a:hover { color: white; }
.copyright { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.6); font-size: 14px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }

@media (max-width: 1080px) {
  .hero-grid, .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .package-grid { grid-template-columns: repeat(2, 1fr); }
  .package-card.featured { transform: none; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid, .problem-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .section-pad { padding: 72px 0; }
  .brand img { width: 250px; }
  .mobile-toggle { display: block; }
  .main-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 96px;
    display: grid;
    gap: 0;
    padding: 14px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { padding: 13px 12px; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .hero-grid { gap: 36px; }
  .metric-grid { grid-template-columns: 1fr; }
  .workflow { grid-template-columns: 1fr; }
  .flow-line { height: 22px; width: 3px; margin: 0 auto; }
  .cta-card { flex-direction: column; align-items: flex-start; padding: 32px; }
  .cta-actions { width: 100%; min-width: 0; }
  .contact-form { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--max)); }
  .nav-wrap { height: 74px; }
  h1 { font-size: 42px; }
  h2 { font-size: 34px; }
  .hero-actions .btn { width: 100%; }
  .problem-grid, .service-grid, .package-grid, .industry-grid, .process-grid { grid-template-columns: 1fr; }
  .dashboard-card { padding: 18px; border-radius: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
}
