:root {
  --navy: #0b1320;
  --navy-2: #12233b;
  --blue: #2563eb;
  --blue-light: #6ea4ff;
  --white: #ffffff;
  --cloud: #f4f7fb;
  --ink: #111c2d;
  --muted: #566579;
  --line: #d9e2ed;
  --shadow: 0 26px 70px rgba(11, 19, 32, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Manrope, Arial, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; padding: 10px 16px; background: white; color: var(--navy); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 255, 255, 0.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 128px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand-lockup { position: relative; display: block; width: 520px; height: 108px; overflow: hidden; flex: 0 0 auto; }
.brand-lockup img { position: absolute; top: -11px; left: -18px; width: 565px; max-width: none; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: #26364b; text-decoration: none; font-size: 14px; font-weight: 700; }
.site-nav a:hover { color: var(--blue); }
.menu-button { display: none; padding: 9px 12px; color: var(--navy); background: white; border: 1px solid #bcc8d7; border-radius: 9px; font: inherit; font-weight: 700; }

.hero { color: white; background: radial-gradient(circle at 83% 17%, rgba(37, 99, 235, 0.28), transparent 31%), linear-gradient(145deg, var(--navy), #10243e); }
.hero-grid { min-height: 660px; display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 74px; padding-block: 84px; }
.eyebrow { margin: 0 0 17px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.hero .eyebrow, .contact .eyebrow { color: #7dadff; }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(46px, 5vw, 68px); line-height: 1.07; letter-spacing: -0.045em; }
.hero-lead { max-width: 690px; margin: 27px 0 0; color: #c7d3e1; font-size: 19px; line-height: 1.7; }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { min-height: 53px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 11px; text-decoration: none; font-size: 15px; font-weight: 800; transition: transform 0.2s ease; }
.button:hover { transform: translateY(-2px); }
.primary { color: white; background: var(--blue); box-shadow: 0 13px 34px rgba(37, 99, 235, 0.33); }
.text-link { color: #dce7f4; text-decoration-thickness: 1px; text-underline-offset: 5px; font-size: 14px; font-weight: 700; }

.workflow-panel { padding: 26px; border: 1px solid rgba(255,255,255,0.15); border-radius: 24px; background: rgba(255,255,255,0.07); box-shadow: 0 28px 65px rgba(0,0,0,0.24); }
.workflow-label { margin: 0 0 14px; color: #8fa4bd; font-size: 11px; font-weight: 800; letter-spacing: 0.17em; }
.workflow-row { display: grid; grid-template-columns: 112px 22px 1fr; gap: 10px; align-items: center; padding: 19px 0; border-top: 1px solid rgba(255,255,255,0.11); }
.flow-name { color: white; font-size: 14px; font-weight: 800; }
.flow-arrow { color: var(--blue-light); font-weight: 800; }
.flow-detail { color: #b9c8da; font-size: 13px; line-height: 1.55; }
.workflow-result { display: flex; align-items: center; gap: 11px; margin-top: 13px; padding: 15px 16px; border-radius: 12px; color: white; background: rgba(37,99,235,0.2); }
.workflow-result span { width: 9px; height: 9px; border-radius: 50%; background: #42d99a; box-shadow: 0 0 0 5px rgba(66,217,154,0.1); }
.workflow-result strong { font-size: 13px; }

.section { padding-block: 108px; }
.section-heading { max-width: 650px; }
.wide-heading { max-width: 830px; }
.section-heading h2, .contact h2 { margin: 0; font-size: clamp(35px, 4vw, 50px); line-height: 1.15; letter-spacing: -0.038em; }
.section-heading > p:last-child { margin-top: 20px; color: var(--muted); font-size: 18px; }

.service-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; }
.service-grid article { min-height: 305px; padding: 35px 32px; }
.service-grid article + article { border-left: 1px solid var(--line); }
.service-kicker { margin: 0; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: 0.15em; }
.service-grid h3 { margin: 32px 0 11px; font-size: 22px; line-height: 1.3; letter-spacing: -0.02em; }
.service-grid article > p:last-child { margin: 0; color: var(--muted); }

.process { background: var(--cloud); }
.process-layout { display: grid; grid-template-columns: 0.88fr 1.12fr; gap: 88px; align-items: start; }
.process-list { border-top: 1px solid #cbd6e3; }
.process-list article { display: grid; grid-template-columns: 120px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid #cbd6e3; }
.process-list h3 { margin: 0; color: var(--blue); font-size: 20px; }
.process-list p { margin: 0; color: var(--muted); }

.contact-card { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 78px; align-items: center; padding: 64px; color: white; background: linear-gradient(135deg, var(--navy), #142b49); border-radius: 28px; box-shadow: var(--shadow); }
.contact-card > div > p:last-child { max-width: 720px; margin-top: 20px; color: #becbdd; font-size: 17px; }
.contact-actions { display: flex; flex-direction: column; gap: 14px; align-items: stretch; }
.light { color: var(--navy); background: white; }
.email-link { color: #c1d0e1; text-align: center; font-size: 14px; }

footer { padding: 35px 0; color: #8f9eb2; background: var(--navy); border-top: 1px solid rgba(255,255,255,0.08); }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-name { display: flex; flex-direction: column; line-height: 1.2; }
.footer-name strong { color: white; font-size: 14px; letter-spacing: 0.12em; }
.footer-name span { margin-top: 5px; font-size: 7px; letter-spacing: 0.2em; }
.footer-wrap p, .footer-wrap > a { font-size: 12px; }
.footer-wrap > a { color: #bbc9d9; }

@media (max-width: 950px) {
  .brand-lockup { width: 390px; height: 81px; }
  .brand-lockup img { top: -8px; left: -14px; width: 424px; }
  .nav-wrap { min-height: 104px; }
  .site-nav { gap: 20px; }
}

@media (max-width: 800px) {
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 104px; right: 0; left: 0; padding: 22px 20px 26px; flex-direction: column; align-items: flex-start; background: white; border-top: 1px solid var(--line); box-shadow: 0 18px 35px rgba(11,19,32,0.1); }
  .site-nav.open { display: flex; }
  .hero-grid, .process-layout, .contact-card { grid-template-columns: 1fr; }
  .hero-grid { min-height: 0; gap: 52px; padding-block: 72px; }
  .workflow-panel { max-width: 600px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 0; }
  .service-grid article + article { border-top: 1px solid var(--line); border-left: 0; }
  .process-layout { gap: 44px; }
  .contact-card { gap: 34px; padding: 46px; }
  .footer-wrap { flex-direction: column; text-align: center; }
}

@media (max-width: 540px) {
  .shell { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 83px; gap: 10px; }
  .brand-lockup { width: 254px; height: 53px; }
  .brand-lockup img { top: -5px; left: -9px; width: 276px; }
  .site-nav { top: 83px; }
  .menu-button { padding: 8px 9px; font-size: 13px; }
  .hero h1 { font-size: 42px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .workflow-row { grid-template-columns: 1fr; gap: 4px; }
  .flow-arrow { display: none; }
  .section { padding-block: 78px; }
  .service-grid { margin-top: 36px; }
  .service-grid article { padding: 30px 25px; }
  .process-list article { grid-template-columns: 1fr; gap: 8px; }
  .contact-card { padding: 35px 23px; border-radius: 20px; }
  .contact h2 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
