:root {
  --navy: #06274a;
  --navy-2: #0b365f;
  --blue: #1467a8;
  --cyan: #43a3cf;
  --green: #62b32e;
  --green-dark: #4f9224;
  --ink: #112840;
  --text: #456075;
  --muted: #edf4f8;
  --line: #d8e4eb;
  --white: #ffffff;
  --shadow: 0 24px 65px rgba(7, 39, 74, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.2rem; }
h1, h2, h3, h4 { font-family: "Manrope", sans-serif; color: var(--ink); line-height: 1.08; margin: 0 0 1rem; }
h1 { font-size: clamp(3rem, 6vw, 5.7rem); letter-spacing: -0.055em; }
h2 { font-size: clamp(2.15rem, 4vw, 3.7rem); letter-spacing: -0.04em; }
h3 { font-size: 1.25rem; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 50px 0; }
.section-tint { background: #f5f9fb; }
.eyebrow { display: inline-block; margin-bottom: 1rem; font-size: .90rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--blue); }
.eyebrow.light { color: #a5d8f3; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(216,228,235,.9); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; min-width: max-content; }
.brand strong { display: block; font-family: "Manrope", sans-serif; color: var(--navy); text-transform: uppercase; letter-spacing: .03em; font-size: 1.2rem;}
.brand small { display: block; color: #667e8f; font-size: .99rem; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy); }
.brand-mark svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark path { stroke: var(--green); stroke-width: 3.2; }
.nav-links { margin-left: auto; display: flex; align-items: center; gap: 24px; font-size: .84rem; font-weight: 700; color: #476276; }
.nav-links a:hover { color: var(--blue); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; padding: 15px 22px; border: 0; border-radius: 5px; background: var(--green); color: #fff; font-weight: 800; font-size: .9rem; box-shadow: 0 8px 22px rgba(98,179,46,.22); cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--green-dark); transform: translateY(-2px); }
.button-small { padding: 11px 16px; font-size: .78rem; }
.button-full { width: 100%; }

.hero { padding-top: 30px; background: linear-gradient(180deg, #fff 0%, #f5f9fb 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 74px; align-items: center; }
.hero-copy h1 { line-height: 1; }
.hero-line { display: block; white-space: nowrap; color: var(--ink); }
.hero-line:last-child { color: var(--blue);}
.hero-lead { font-size: 1.22rem; line-height: 1.6; color: #24445e; font-weight: 600; max-width: 730px; }
.hero-copy > p:not(.eyebrow):not(.microcopy) { max-width: 720px; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 28px; }
.phone-link { font-weight: 800; color: var(--navy); }
.microcopy { margin-top: 12px; font-size: .8rem; color: #728897; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 46px; border: 1px solid var(--line); background: var(--line); }
.stat-row article { background: white; padding: 21px 18px; }
.stat-row strong { display: block; font-family: "Manrope"; color: var(--navy); font-size: 1.55rem; line-height: 1.1; }
.stat-row span { display: block; font-size: .75rem; margin-top: 6px; }
.hero-visual { position: relative; min-height: 590px; }
.image-panel { border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); }
.image-panel-main { position: absolute; top: 0; right: 0; width: 88%; height: 510px; }
.image-panel-main img { height: 100%; object-fit: cover; }
.hero-visual::before { content: ""; position: absolute; width: 220px; height: 220px; border: 42px solid rgba(67,163,207,.13); border-radius: 50%; left: 2%; top: 14%; }
.hero-card { position: absolute; z-index: 2; background: white; box-shadow: var(--shadow); border-radius: 7px; }
.hero-card-top { left: 0; top: 85px; padding: 22px 24px; width: 250px; border-top: 5px solid var(--green); }
.hero-card-top .kicker { display: block; color: var(--blue); font-size: .66rem; font-weight: 800; letter-spacing: .15em; margin-bottom: 9px; }
.hero-card-top strong { font-family: "Manrope"; color: var(--navy); font-size: 1.35rem; line-height: 1.22; }
.hero-card-bottom { right: 6%; bottom: 18px; width: 320px; padding: 18px; display: flex; gap: 14px; align-items: center; }
.hero-card-bottom strong { display: block; color: var(--navy); font-size: .9rem; }
.hero-card-bottom small { display: block; margin-top: 3px; line-height: 1.4; }
.mini-icon { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: white; font-weight: 800; }

.intro-strip { background: var(--navy); color: #dbe8f1; }
.intro-strip-inner { min-height: 86px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; align-items: center; }
.intro-strip span { font-size: 1.25rem; font-weight: 800; color: white; }
.intro-strip p { margin: 0; font-size: 1.10rem; }

.section-heading { margin-bottom: 46px; }
.section-heading h2 { max-width: 760px; }
.section-heading p { max-width: 760px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.centered h2, .section-heading.centered p { margin-left: auto; margin-right: auto; }
.section-heading.narrow { max-width: 820px; }
.split-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; }
.split-heading > p { margin-bottom: .5rem; }

.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.compare-card { border-radius: 8px; padding: 38px; border: 1px solid var(--line); }
.muted-card { background: #f8fbfc; }
.feature-card { background: var(--navy); color: #dce8f2; border-color: var(--navy); position: relative; overflow: hidden; }
.feature-card::after { content: ""; position: absolute; width: 210px; height: 210px; border-radius: 50%; background: rgba(98,179,46,.16); top: -90px; right: -70px; }
.feature-card h3 { color: white; }
.card-number { font-size: .75rem; font-weight: 800; color: var(--green); letter-spacing: .15em; margin-bottom: 10px; }
.check-list { list-style: none; padding: 0; margin: 22px 0; }
.check-list li { position: relative; padding-left: 27px; margin: 11px 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.neutral-list li::before { color: #9ab0bf; }
.price-pill { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); font-family: "Manrope"; color: white; font-size: 1.9rem; font-weight: 800; }
.price-pill span { display: block; font-family: "Inter"; font-size: .75rem; font-weight: 600; color: #b9cad8; }

.process-grid { display: grid; gap: 18px; }
.six-grid { grid-template-columns: repeat(3, 1fr); }
.five-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.five-grid .process-card { padding: 24px 20px; min-height: 300px; }
.five-grid .process-card h3 { font-size: 1.05rem; }
.five-grid .process-card p { font-size: .84rem; }
.process-card { background: #fff; border: 1px solid var(--line); border-radius: 7px; padding: 28px; min-height: 260px; }
.process-card span { display: inline-flex; width: 39px; height: 39px; align-items: center; justify-content: center; background: #e9f3f8; color: var(--blue); border-radius: 50%; font-size: .75rem; font-weight: 800; }
.process-card h3 { margin-top: 22px; }
.process-card p { font-size: .9rem; margin-bottom: 0; }

.objective-section { background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: #d9e7ef; }
.objective-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.objective-grid h2 { color: white; }
.objective-copy strong { color: white; }
.objective-close { display: block; margin-top: 22px; padding-left: 18px; border-left: 4px solid var(--green); }

.sector-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: stretch; }
.sector-copy { display: flex; flex-direction: column; }
.sector-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.sector-tags span { padding: 9px 13px; background: #eef5f8; color: var(--navy); font-size: .78rem; font-weight: 700; border-radius: 4px; }
.sector-panel { background: var(--blue); color: #e9f5fb; border-radius: 8px; padding: 38px; }
.sector-panel ol { list-style: none; padding: 0; counter-reset: point; }
.sector-panel li { counter-increment: point; position: relative; padding: 14px 0 14px 44px; border-bottom: 1px solid rgba(255,255,255,.15); }
.sector-panel li::before { content: counter(point, decimal-leading-zero); position: absolute; left: 0; color: #a9dcf2; font-size: .72rem; font-weight: 800; }
.panel-quote { margin: 24px 0 0; color: white; font-weight: 700; }

.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: center; }
.about-image img { height: 640px; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin: 28px 0; }
.feature-list article { border-top: 3px solid var(--green); background: white; padding: 21px; }
.feature-list strong { color: var(--navy); }
.feature-list p { font-size: .83rem; margin: 8px 0 0; }
.text-link { color: var(--blue); font-weight: 800; }

.timeline { position: relative; max-width: 920px; margin: 0 auto; }
.timeline::before { content: ""; position: absolute; left: 24px; top: 15px; bottom: 30px; width: 2px; background: #cfdee7; }
.timeline article { position: relative; display: grid; grid-template-columns: 50px 1fr; gap: 25px; padding: 0 0 38px; }
.timeline article > span { position: relative; z-index: 1; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-family: "Manrope"; font-weight: 800; }
.timeline h3 { margin: 2px 0 8px; }
.timeline p { margin: 0; }

.pricing-section { background: var(--navy); color: #dce8f0; }
.pricing-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: stretch; }

.pricing-grid > div:first-child {
  display: flex;
  flex-direction: column;
}

.pricing-grid .who-image {
  margin-top: auto;
  padding-top: 30px;
}
.pricing-grid h2 { color: white; }
.pricing-card { background: white; color: var(--text); border-radius: 8px; padding: 40px; box-shadow: var(--shadow); }
.pricing-card small { color: #6b8293; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.price { font-family: "Manrope"; color: var(--navy); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -.04em; margin: 8px 0 16px; }
.price span { font-family: "Inter"; font-size: .9rem; font-weight: 700; letter-spacing: 0; }
.pricing-card hr { border: 0; border-top: 1px solid var(--line); margin: 28px 0; }
.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 20px; font-size: .86rem; }
.included-grid span { position: relative; padding-left: 22px; }
.included-grid span::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.target-box { margin-top: 26px; background: #eff7eb; border-left: 4px solid var(--green); padding: 18px; }
.target-box strong { color: var(--navy); display: block; }
.target-box small { display: block; margin-top: 5px; text-transform: none; letter-spacing: 0; line-height: 1.5; }

.hire-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
blockquote { margin: 28px 0; padding: 24px 27px; background: white; border-left: 5px solid var(--green); color: var(--navy); font-family: "Manrope"; font-size: 1.45rem; font-weight: 800; }

.faq-wrap { max-width: 900px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 18px 0; }
summary { cursor: pointer; list-style: none; color: var(--navy); font-family: "Manrope"; font-weight: 800; padding-right: 36px; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: -2px; font-size: 1.6rem; color: var(--green); }
details[open] summary::after { content: "–"; }
details p { margin: 14px 0 2px; max-width: 780px; }

.contact-section { background: linear-gradient(135deg, #0b3359, #061f3a); color: #dce8f0; padding-bottom: 30px;}
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.contact-copy h2, .contact-copy h3 { color: white; }
.contact-copy h3 { font-size: 1rem; margin-top: 30px; }
.light-list li::before { color: #88d558; }
.no-obligation { color: #a9bdcb; font-size: .86rem; }
.contact-form { background: white; color: var(--text); border-radius: 8px; padding: 36px; box-shadow: var(--shadow); }
.form-heading p { color: var(--navy); font-family: "Manrope"; font-weight: 800; font-size: 1.4rem; margin-bottom: 4px; }
.form-heading small { color: #6c8292; }
.contact-form label { display: block; margin-top: 17px; font-size: .78rem; font-weight: 800; color: var(--navy); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; border: 1px solid #cfdce4; border-radius: 4px; padding: 13px 14px; font: inherit; color: var(--ink); background: white; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid rgba(20,103,168,.18); border-color: var(--blue); }
.contact-form .button { margin-top: 20px; }
.privacy-note { display: block; text-align: center; margin-top: 10px; color: #7f929f; }

.site-footer { background: #04192e; color: #9db2c1; padding: 60px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .6fr; gap: 70px; }


.site-footer .brand strong { color: white; }
.site-footer .brand-mark { color: white; }
.site-footer h4 { color: white; margin-bottom: 15px; }
.site-footer a { display: block; margin: 7px 0; }
.site-footer a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 45px; padding-top: 20px; display: flex; justify-content: space-between; gap: 30px; font-size: .75rem; }


.who-image {
  margin-top: auto;
  padding-top: 30px;
  width: 100%;
}

.who-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    border-radius: 18px;
    display: block;
}



.why-outsource-grid {
  display: grid;
  grid-template-columns: 1.40fr 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}


.why-outsource-intro {
  padding: 20px 15px 20px 0;
}

.why-outsource-intro h2 {
  margin-bottom: 20px;
}

.why-outsource-intro p:last-child {
  max-width: 430px;
}



.phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 22px;
  border: 2px solid var(--green);
  border-radius: 5px;
  color: var(--navy);
  background: transparent;
  font-weight: 800;
  font-size: .9rem;
  transition: all .2s ease;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  color: var(--navy);
}

.phone-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--green);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}





@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-wrap .button-small { margin-left: auto; }
  .hero-grid, .objective-grid, .sector-layout, .about-grid, .pricing-grid, .hire-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 520px; }
  .split-heading { grid-template-columns: 1fr; gap: 10px; }
  .six-grid { grid-template-columns: repeat(2, 1fr); }
  .five-grid { grid-template-columns: repeat(2, 1fr); }
  .about-image img { height: 520px; }
  .why-outsource-grid { grid-template-columns: 1fr 1fr; }
  .why-outsource-intro { grid-column: 1 / -1; padding: 0; }
}

@media (max-width: 700px) {
  .five-grid { grid-template-columns: 1fr; }
  .container { width: min(100% - 28px, 1180px); }
  .section-pad { padding: 50px 0; }
  .site-header .brand small { display: none; }
  .nav-wrap .button-small { display: none; }
  h1 { font-size: clamp(2.75rem, 15vw, 4.5rem); }
  .hero { padding-top: 60px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .stat-row { grid-template-columns: 1fr; }
  .hero-visual { min-height: 430px; }
  .image-panel-main { width: 92%; height: 390px; }
  .hero-card-top { width: 215px; top: 50px; }
  .hero-card-bottom { display: none; }
  .intro-strip-inner { grid-template-columns: 1fr; gap: 5px; padding: 20px 0; }
  .compare-grid, .six-grid, .feature-list, .included-grid, .footer-grid { grid-template-columns: 1fr; }
  .compare-card, .pricing-card, .contact-form, .sector-panel { padding: 28px; }
  .about-image img { height: 430px; }
  .footer-bottom { flex-direction: column; }
  .why-outsource-grid { grid-template-columns: 1fr; }
  .why-outsource-intro { grid-column: auto; }
}
