
:root {
  --blue: #075bd8;
  --blue-2: #0b67f2;
  --navy: #082248;
  --text: #183052;
  --muted: #6c7b92;
  --line: #e6edf7;
  --soft: #f6f9ff;
  --card: #ffffff;
  --shadow: 0 14px 36px rgba(25, 57, 99, .08);
  --radius: 18px;
}

* { 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: #fff;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1em; height: 1em; stroke-width: 2; }

.page-shell { width: min(1190px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 74px; display: flex; align-items: center; gap: 24px; }
.brand { width: 220px; flex: 0 0 auto; display: inline-flex; align-items: center; }
.brand img { display: block; width: 100%; height: 50px; object-fit: contain; object-position: left center; }
.main-nav { flex: 1; display: flex; align-items: center; justify-content: center; gap: 24px; }
.main-nav a { font-size: 13px; font-weight: 600; color: #1b2e49; display: inline-flex; align-items: center; gap: 3px; padding-block: 26px; position: relative; }
.main-nav a svg { width: 13px; height: 13px; }
.main-nav a.active, .main-nav a:hover { color: var(--blue); }
.main-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 17px; height: 2px; border-radius: 10px; background: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { width: 23px; height: 2px; background: var(--navy); display: block; margin: 5px 0; border-radius: 99px; }

.btn { border: 1px solid transparent; border-radius: 8px; min-height: 45px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 700; font-size: 14px; transition: .2s ease; white-space: nowrap; }
.btn svg { width: 17px; height: 17px; }
.btn-sm { min-height: 38px; padding: 0 14px; font-size: 12px; }
.btn-primary { background: linear-gradient(135deg, var(--blue), #0969f2); color: #fff; box-shadow: 0 8px 20px rgba(8, 96, 227, .2); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(8, 96, 227, .28); }
.btn-outline { border-color: #8ab3f7; color: var(--blue); background: #fff; }
.btn-outline:hover { background: #eff5ff; }
.btn-white { background: #fff; color: var(--blue); border-color: rgba(255,255,255,.55); }
.btn-glass { color: #fff; border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); }

.hero { padding-top: 34px; }
.hero-grid { display: grid; grid-template-columns: 1.25fr 1.02fr .78fr; gap: 26px; align-items: center; }
.hero-copy { padding: 14px 0 0 2px; }
.eyebrow-pill { display: inline-flex; padding: 7px 12px; border-radius: 999px; background: #eef4ff; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .01em; }
.hero h1 { margin: 16px 0 14px; font-size: clamp(40px, 4vw, 58px); line-height: 1.07; letter-spacing: -.045em; color: #0d2a50; }
.hero-copy > p { max-width: 610px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; margin-top: 22px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-top: 26px; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 700; color: #314664; }
.trust-row svg { color: var(--blue); fill: var(--blue); stroke: #fff; border-radius: 50%; width: 14px; height: 14px; }

.hero-visual { position: relative; min-height: 340px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-visual::before { content: ""; position: absolute; inset: 32px 0 30px; border-radius: 48% 52% 43% 57% / 58% 39% 61% 42%; background: linear-gradient(145deg, #f2f7ff, #eaf2ff); }
.hero-visual img { position: relative; z-index: 2; width: 106%; max-width: 470px; height: auto; object-fit: contain; mix-blend-mode: multiply; filter: contrast(1.03) saturate(.98); }
.blob { position: absolute; border-radius: 50%; background: #ddecff; opacity: .8; }
.blob-a { width: 80px; height: 80px; top: 22px; right: 62px; }
.blob-b { width: 45px; height: 45px; bottom: 28px; left: 34px; }

.quick-card { border: 1px solid #edf2f9; border-radius: 18px; padding: 18px; box-shadow: var(--shadow); background: #fff; }
.quick-card h3 { margin: 0 0 12px; font-size: 16px; color: #102744; }
.quick-item { display: grid; grid-template-columns: 40px 1fr 15px; gap: 10px; align-items: center; padding: 12px 7px; border-top: 1px solid #edf1f7; }
.quick-item:first-of-type { border-top: 0; }
.quick-item > svg { color: #8b9bb2; width: 15px; }
.quick-icon { width: 36px; height: 36px; border-radius: 9px; background: #f1f6ff; color: var(--blue); display: grid; place-items: center; }
.quick-icon svg { width: 18px; height: 18px; }
.quick-item span:nth-child(2) { display: grid; gap: 4px; }
.quick-item b { font-size: 12px; color: #1d2f4b; }
.quick-item small { font-size: 10px; color: var(--muted); }

.stats-strip { margin-top: 28px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #e9eef7; background: linear-gradient(90deg, #f7f9ff, #fbfcff, #f6f9ff); border-radius: 14px; }
.stats-strip article { min-height: 90px; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 18px 24px; position: relative; }
.stats-strip article + article::before { content: ""; position: absolute; left: 0; width: 1px; height: 48px; background: #e2e9f3; }
.stat-icon { width: 45px; height: 45px; border-radius: 12px; background: #edf4ff; color: var(--blue); display: grid; place-items: center; box-shadow: inset 0 0 0 1px #e0ebff; }
.stat-icon svg { width: 25px; height: 25px; }
.stats-strip strong { display: block; color: var(--blue); font-size: 24px; line-height: 1; }
.stats-strip small { display: block; margin-top: 7px; font-size: 11px; font-weight: 600; color: #324866; }

.section { padding-top: 58px; }
.section-head { margin-bottom: 25px; }
.section-head.center { text-align: center; }
.section-head.compact { margin-bottom: 18px; }
.kicker { display: inline-block; color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.section-head h2 { margin: 8px 0 8px; font-size: clamp(27px, 3vw, 36px); color: #10294d; letter-spacing: -.025em; }
.section-head p { margin: 0 auto; color: var(--muted); font-size: 13px; }

.journey-grid { width: min(980px, 100%); margin-inline: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 10px 25px rgba(34,57,90,.05); padding: 24px; display: grid; grid-template-columns: 46px 1fr; gap: 14px; }
.card-icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: #eef4ff; color: var(--blue); }
.info-card h3 { margin: 2px 0 11px; font-size: 18px; color: #18304f; }
.info-card p { margin: 0 0 20px; font-size: 12px; line-height: 1.7; color: var(--muted); }
.info-card a { display: inline-flex; align-items: center; gap: 5px; color: var(--blue); font-weight: 700; font-size: 11px; }
.info-card a svg { width: 13px; height: 13px; }

.industry-row { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; }
.industry-chip { min-height: 60px; border: 1px solid var(--line); border-radius: 10px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 8px; font-size: 10px; font-weight: 700; color: #253d5d; box-shadow: 0 7px 20px rgba(28,57,96,.04); }
.industry-chip span { width: 31px; height: 31px; border-radius: 8px; display: grid; place-items: center; background: #edf4ff; color: var(--blue); }
.industry-chip svg { width: 17px; height: 17px; }

.process-track { width: min(1060px, 100%); margin-inline: auto; display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid #dce6f5; border-radius: 16px; padding: 28px 18px 18px; position: relative; }
.process-step { text-align: center; padding: 0 16px; position: relative; }
.process-step:not(:last-child)::after { content: ""; position: absolute; top: 28px; right: -26%; width: 52%; border-top: 1px dashed #77a7ef; }
.step-no { position: absolute; top: -40px; left: 4px; width: 34px; height: 34px; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; font-size: 10px; font-weight: 800; box-shadow: 0 7px 14px rgba(0,89,212,.18); }
.process-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; margin: 0 auto 11px; background: #f4f8ff; color: var(--blue); border: 1px solid #e1ebfa; }
.process-icon svg { width: 21px; height: 21px; }
.process-step h3 { margin: 0 0 7px; font-size: 12px; color: #163355; }
.process-step p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }

.blue-banner { width: min(1060px, 100%); margin: 28px auto 0; border-radius: 14px; background: linear-gradient(110deg, #0756ce, #0b6ff1); color: #fff; padding: 20px 30px; display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 18px; box-shadow: 0 14px 28px rgba(0,92,220,.22); }
.banner-icon { width: 52px; height: 52px; border-radius: 50%; background: #fff; color: var(--blue); display: grid; place-items: center; }
.banner-icon svg { width: 25px; height: 25px; }
.blue-banner h3 { margin: 0 0 5px; font-size: 25px; }
.blue-banner p { margin: 0; font-size: 12px; color: rgba(255,255,255,.86); }

.split-head { display: flex; align-items: flex-end; justify-content: space-between; margin-inline: auto; width: min(1060px, 100%); }
.split-head h2 { margin-bottom: 0; }
.view-all { color: var(--blue); font-size: 12px; font-weight: 800; display: inline-flex; align-items: center; gap: 7px; padding-bottom: 4px; }
.jobs-grid { width: min(1060px, 100%); margin-inline: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.job-card { border: 1px solid #e1e8f3; border-radius: 12px; padding: 20px 15px 14px; box-shadow: 0 9px 22px rgba(30,61,100,.04); }
.job-card h3 { margin: 0 0 15px; font-size: 15px; color: #17304f; }
.job-meta { display: flex; gap: 12px; color: #7b8da5; font-size: 9px; margin-bottom: 11px; }
.job-meta span, .type-pill { display: inline-flex; align-items: center; gap: 4px; }
.job-meta svg { width: 12px; height: 12px; }
.type-pill { background: #eef4ff; color: var(--blue); border-radius: 4px; font-size: 9px; font-weight: 700; padding: 3px 6px; }
.type-pill svg { width: 11px; height: 11px; }
.job-btn { display: flex; align-items: center; justify-content: center; margin-top: 16px; width: 100%; min-height: 38px; border-radius: 7px; border: 1px solid #79a9f4; background: #fff; color: var(--blue); font-weight: 800; font-size: 11px; cursor: pointer; }
.job-btn:hover { background: #eef5ff; }

.contact-shell { padding-top: 28px; }
.contact-area { background: radial-gradient(circle at 15% 50%, #f3f8ff 0 24%, transparent 25%), linear-gradient(135deg, #f2f7ff, #f8fbff); border-radius: 22px; padding: 34px 70px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: center; overflow: hidden; position: relative; }
.contact-area::before, .contact-area::after { content: ""; position: absolute; bottom: -42px; width: 240px; height: 170px; background: linear-gradient(145deg, transparent 44%, rgba(179,202,233,.18) 45% 47%, transparent 48%); opacity: .7; }
.contact-area::before { left: -20px; transform: rotate(-8deg); }
.contact-area::after { right: -25px; transform: rotate(10deg) scaleX(-1); }
.contact-copy { position: relative; z-index: 1; }
.contact-copy h2 { margin: 8px 0 14px; font-size: 36px; line-height: 1.03; color: #10294e; }
.contact-copy > p { max-width: 370px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.support-grid div { display: grid; align-content: start; gap: 6px; }
.support-grid span { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 1px solid #d8e6f9; color: var(--blue); }
.support-grid b { font-size: 10px; color: #17304f; }
.support-grid small { color: var(--muted); font-size: 9px; line-height: 1.5; }

.enquiry-card { position: relative; z-index: 2; background: #fff; border: 1px solid #dce7f5; border-radius: 16px; padding: 20px 22px; box-shadow: 0 14px 35px rgba(38,77,126,.1); }
.enquiry-card h3 { margin: 0 0 14px; font-size: 18px; color: #1b2c47; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 12px; }
.form-grid label { display: grid; gap: 6px; color: #314560; font-size: 9px; font-weight: 700; }
.form-grid label em { color: #e43d3d; font-style: normal; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #dce3ed; border-radius: 6px; background: #fff; min-height: 37px; padding: 9px 10px; color: #263c59; font-size: 10px; outline: none; transition: .2s ease; }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: #6ba1f3; box-shadow: 0 0 0 3px #edf4ff; }
.form-grid .full { grid-column: 1 / -1; }
.form-submit { align-self: end; min-height: 39px; }
.form-message { margin: 8px 0 0; font-size: 10px; min-height: 14px; font-weight: 700; }
.form-message.error { color: #c42e2e; }
.form-message.success { color: #087f42; }

.bottom-cta { margin-top: 24px; background: linear-gradient(110deg, #0755c9, #0b67e8); color: #fff; }
.bottom-cta-inner { min-height: 118px; display: grid; grid-template-columns: 60px 1fr auto; gap: 20px; align-items: center; }
.cta-round { width: 58px; height: 58px; border-radius: 50%; background: #fff; color: var(--blue); display: grid; place-items: center; }
.cta-round svg { width: 28px; height: 28px; }
.bottom-cta h3 { margin: 0 0 6px; font-size: 24px; }
.bottom-cta p { margin: 0; color: rgba(255,255,255,.84); font-size: 12px; }
.cta-buttons { display: flex; gap: 12px; }

.footer { background: #fff; border-top: 1px solid #e7edf5; padding: 30px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(5, 1fr); gap: 28px; padding-bottom: 24px; }
.footer-brand img { width: 220px; height: 50px; object-fit: contain; object-position: left; }
.footer-brand p { color: var(--muted); font-size: 11px; line-height: 1.7; max-width: 280px; }
.footer h4 { margin: 8px 0 15px; color: #163250; font-size: 12px; }
.footer a { display: flex; align-items: center; gap: 6px; margin: 9px 0; color: #6d7d92; font-size: 10px; }
.footer a:hover { color: var(--blue); }
.footer a svg { width: 13px; height: 13px; }
.copyright { border-top: 1px solid #edf1f7; padding: 14px 0 20px; color: #8795a8; font-size: 10px; }

@media (max-width: 1180px) {
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 12px; }
  .nav-actions .btn:first-child { display: none; }
  .hero-grid { grid-template-columns: 1.15fr 1fr .8fr; gap: 18px; }
  .hero h1 { font-size: 46px; }
  .industry-row { grid-template-columns: repeat(4, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); }
}

@media (max-width: 980px) {
  .site-header { position: relative; }
  .nav-wrap { min-height: 68px; }
  .brand { width: 190px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; left: 24px; right: 24px; top: 68px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 8px 16px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 4px; border-bottom: 1px solid #eef2f7; }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a.active::after { display: none; }
  .nav-actions { display: none; }

  .hero-grid { grid-template-columns: 1fr 1fr; }
  .quick-card { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 16px; }
  .quick-card h3 { grid-column: 1 / -1; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .stats-strip article:nth-child(3)::before { display: none; }
  .stats-strip article:nth-child(-n+2) { border-bottom: 1px solid #e2e9f3; }
  .journey-grid { grid-template-columns: 1fr; }
  .process-track { grid-template-columns: repeat(5, minmax(150px, 1fr)); overflow-x: auto; }
  .blue-banner { grid-template-columns: 52px 1fr; }
  .blue-banner .btn { grid-column: 1 / -1; justify-self: start; margin-left: 70px; }
  .jobs-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-area { grid-template-columns: 1fr; padding: 36px; }
  .bottom-cta-inner { grid-template-columns: 60px 1fr; padding: 24px 0; }
  .cta-buttons { grid-column: 2; }
}

@media (max-width: 680px) {
  .page-shell { width: min(100% - 28px, 1190px); }
  .brand { width: 180px; }
  .hero { padding-top: 22px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: left; }
  .hero h1 { font-size: 42px; }
  .hero-visual { min-height: 290px; }
  .hero-visual img { max-width: 420px; }
  .quick-card { display: block; }
  .stats-strip { grid-template-columns: 1fr; }
  .stats-strip article + article::before { display: none; }
  .stats-strip article { border-bottom: 1px solid #e2e9f3; justify-content: flex-start; padding-left: 34px; }
  .stats-strip article:last-child { border-bottom: 0; }
  .section { padding-top: 44px; }
  .section-head h2 { font-size: 29px; }
  .info-card { grid-template-columns: 42px 1fr; padding: 20px; }
  .industry-row { grid-template-columns: repeat(2, 1fr); }
  .blue-banner { grid-template-columns: 1fr; text-align: center; }
  .banner-icon { margin-inline: auto; }
  .blue-banner .btn { grid-column: auto; margin-left: 0; justify-self: center; }
  .split-head { align-items: flex-end; gap: 20px; }
  .view-all { white-space: nowrap; }
  .jobs-grid { grid-template-columns: 1fr; }
  .contact-area { padding: 28px 18px; }
  .contact-copy h2 { font-size: 32px; }
  .support-grid { gap: 10px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .bottom-cta-inner { grid-template-columns: 1fr; text-align: center; }
  .cta-round { margin-inline: auto; }
  .cta-buttons { grid-column: auto; justify-content: center; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 430px) {
  .hero h1 { font-size: 36px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .trust-row { gap: 12px; }
  .industry-row { grid-template-columns: 1fr; }
  .support-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}



/* ---- ui polish overrides ---- */


:root{
  --blue:#075bd8;
  --blue-2:#126df0;
  --blue-3:#eaf2ff;
  --navy:#0a2144;
  --text:#17304f;
  --muted:#708198;
  --line:#e4ebf5;
  --soft:#f6f9ff;
  --shadow-sm:0 8px 24px rgba(27,63,112,.06);
  --shadow-md:0 18px 48px rgba(27,63,112,.10);
  --shadow-lg:0 28px 70px rgba(20,57,108,.14);
}
body{
  background:
    radial-gradient(circle at 8% 7%, rgba(30,111,244,.045), transparent 28%),
    radial-gradient(circle at 96% 32%, rgba(30,111,244,.04), transparent 24%),
    #fff;
}
.page-shell{width:min(1240px,calc(100% - 56px))}
.site-header{
  border-bottom:1px solid rgba(221,231,244,.9);
  background:rgba(255,255,255,.88);
  box-shadow:0 6px 24px rgba(27,60,105,.035);
}
.nav-wrap{min-height:78px}
.brand{width:232px}
.main-nav{gap:27px}
.main-nav a{
  font-size:13px;
  font-weight:700;
  letter-spacing:-.01em;
}
.main-nav a::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:16px;
  width:0;
  height:2px;
  background:var(--blue);
  border-radius:99px;
  transition:.25s ease;
  transform:translateX(-50%);
}
.main-nav a:hover::before{width:75%}
.main-nav a.active::after{bottom:16px;height:2px}
.btn{
  border-radius:11px;
  min-height:46px;
  font-weight:800;
  letter-spacing:-.01em;
  box-shadow:none;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}
.btn-primary{
  background:linear-gradient(135deg,#0758d5,#0f73f5);
  box-shadow:0 12px 26px rgba(7,91,216,.22);
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(7,91,216,.28)}
.btn-outline{border-color:#94bafb;background:rgba(255,255,255,.86)}
.btn-outline:hover{background:#eff5ff;border-color:#6da3f5;transform:translateY(-1px)}

.hero{padding-top:48px}
.hero-grid{
  grid-template-columns:1.18fr 1.05fr .78fr;
  gap:30px;
  align-items:center;
}
.hero-copy{padding-top:0}
.eyebrow-pill{
  padding:8px 14px;
  border:1px solid #dceaff;
  background:linear-gradient(180deg,#f3f7ff,#eaf2ff);
  box-shadow:0 5px 16px rgba(29,92,190,.07);
}
.hero h1{
  max-width:660px;
  font-size:clamp(46px,4.1vw,64px);
  line-height:1.03;
  letter-spacing:-.052em;
  margin:18px 0 17px;
}
.hero-copy>p{
  font-size:15px;
  line-height:1.82;
  max-width:620px;
}
.hero-actions{margin-top:26px;gap:12px}
.hero-actions .btn{min-width:142px}
.trust-row{
  border-top:1px solid #edf2f8;
  margin-top:29px;
  padding-top:18px;
  gap:13px 22px;
}
.trust-row span{font-size:10.5px}
.hero-visual{
  min-height:390px;
  isolation:isolate;
}
.hero-visual::before{
  inset:20px 3px 23px;
  border-radius:43% 57% 48% 52% / 56% 42% 58% 44%;
  background:
    radial-gradient(circle at 65% 22%,rgba(255,255,255,.9),transparent 25%),
    linear-gradient(145deg,#edf4ff,#dfeaff);
  box-shadow:inset 0 0 0 1px rgba(210,226,249,.7),0 24px 50px rgba(51,102,174,.10);
}
.hero-visual::after{
  content:"";
  position:absolute;
  width:72%;
  height:25px;
  bottom:22px;
  left:14%;
  border-radius:50%;
  background:rgba(29,70,130,.16);
  filter:blur(14px);
  z-index:1;
}
.hero-visual img{
  width:110%;
  max-width:500px;
  filter:contrast(1.04) saturate(1.03) drop-shadow(0 16px 20px rgba(35,68,110,.09));
}

.quick-card{
  border:1px solid #e8eef7;
  border-radius:22px;
  padding:20px;
  box-shadow:var(--shadow-md);
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(249,251,255,.98));
}
.quick-card h3{font-size:17px;margin-bottom:10px}
.quick-item{
  border-radius:12px;
  padding:13px 9px;
  transition:.2s ease;
}
.quick-item:hover{
  background:#f4f8ff;
  transform:translateX(3px);
}
.quick-icon{
  border:1px solid #dfeaff;
  box-shadow:0 7px 16px rgba(32,99,196,.08);
}
.quick-item b{font-size:12.5px}
.quick-item small{font-size:10px}

.stats-strip{
  margin-top:36px;
  border-radius:18px;
  overflow:hidden;
  background:linear-gradient(105deg,#f4f8ff,#fff,#f3f7ff);
  box-shadow:var(--shadow-sm);
}
.stats-strip article{min-height:104px}
.stat-icon{
  width:50px;
  height:50px;
  border-radius:14px;
  box-shadow:0 10px 22px rgba(26,90,181,.08),inset 0 0 0 1px #dce9fd;
}
.stats-strip strong{font-size:27px;letter-spacing:-.03em}
.stats-strip small{font-size:11px}

.section{padding-top:76px}
.section-head{margin-bottom:31px}
.kicker{
  font-size:10px;
  letter-spacing:.15em;
  background:#eef4ff;
  border:1px solid #e1ebfb;
  padding:6px 9px;
  border-radius:999px;
}
.section-head h2{
  margin-top:12px;
  font-size:clamp(30px,3vw,40px);
  letter-spacing:-.035em;
}
.section-head p{font-size:13.5px;line-height:1.7}

.journey-grid{
  width:min(1100px,100%);
  gap:20px;
}
.info-card{
  border-radius:18px;
  padding:26px;
  min-height:210px;
  box-shadow:var(--shadow-sm);
  background:linear-gradient(180deg,#fff,#fbfdff);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.info-card:hover{
  transform:translateY(-7px);
  box-shadow:var(--shadow-md);
  border-color:#cfe0f7;
}
.card-icon{
  width:48px;
  height:48px;
  border-radius:14px;
  box-shadow:inset 0 0 0 1px #dce9ff;
}
.info-card h3{font-size:19px}
.info-card p{font-size:12.5px}
.info-card a{font-size:11.5px}
.info-card a svg{transition:transform .2s ease}
.info-card:hover a svg{transform:translateX(4px)}

.industry-row{gap:12px}
.industry-chip{
  min-height:70px;
  border-radius:14px;
  background:#fff;
  box-shadow:var(--shadow-sm);
  transition:.22s ease;
  font-size:10.5px;
}
.industry-chip:hover{
  transform:translateY(-4px);
  border-color:#cfe0f9;
  box-shadow:0 16px 30px rgba(29,66,117,.09);
}
.industry-chip span{
  width:35px;
  height:35px;
  border-radius:10px;
}

.process-track{
  width:min(1120px,100%);
  border-radius:20px;
  padding:34px 22px 22px;
  background:linear-gradient(180deg,#fff,#fbfdff);
  box-shadow:var(--shadow-sm);
}
.process-step{padding:0 19px}
.process-icon{
  width:54px;
  height:54px;
  background:#f2f6ff;
  box-shadow:0 9px 20px rgba(25,89,181,.08);
}
.step-no{
  top:-48px;
  width:36px;
  height:36px;
  box-shadow:0 10px 20px rgba(7,91,216,.25);
}
.process-step h3{font-size:13px}
.process-step p{font-size:10.5px;line-height:1.7}

.blue-banner{
  width:min(1120px,100%);
  margin-top:32px;
  border-radius:18px;
  padding:24px 32px;
  background:
    radial-gradient(circle at 14% 10%,rgba(255,255,255,.14),transparent 18%),
    linear-gradient(110deg,#064fc4,#0c70f2);
  box-shadow:0 22px 48px rgba(4,84,202,.24);
}
.blue-banner h3{font-size:27px;letter-spacing:-.025em}
.blue-banner .btn{box-shadow:0 8px 20px rgba(0,0,0,.08)}

.jobs-grid{width:min(1120px,100%);gap:14px}
.split-head{width:min(1120px,100%)}
.job-card{
  border-radius:16px;
  padding:22px 18px 17px;
  background:linear-gradient(180deg,#fff,#fbfdff);
  box-shadow:var(--shadow-sm);
  transition:.22s ease;
}
.job-card:hover{
  transform:translateY(-6px);
  border-color:#cbdcf4;
  box-shadow:var(--shadow-md);
}
.job-card h3{font-size:16px}
.job-meta{font-size:9.5px}
.type-pill{padding:5px 8px;border-radius:7px}
.job-btn{
  border-radius:9px;
  min-height:40px;
  transition:.2s ease;
}
.job-btn:hover{
  background:linear-gradient(135deg,#0758d5,#0f73f5);
  color:white;
  border-color:transparent;
}

.contact-shell{padding-top:44px}
.contact-area{
  border:1px solid #e4ecf8;
  border-radius:28px;
  padding:46px 66px;
  gap:62px;
  background:
    radial-gradient(circle at 13% 80%,rgba(29,105,228,.07),transparent 27%),
    linear-gradient(135deg,#f3f8ff,#fbfdff);
  box-shadow:0 20px 55px rgba(36,72,120,.08);
}
.contact-copy h2{
  font-size:42px;
  letter-spacing:-.045em;
  line-height:1.02;
}
.contact-copy>p{font-size:12.5px}
.support-grid{gap:20px}
.support-grid span{
  width:42px;
  height:42px;
  box-shadow:0 8px 20px rgba(38,92,170,.08);
}
.support-grid b{font-size:10.5px}
.enquiry-card{
  border-radius:20px;
  padding:24px 25px;
  box-shadow:0 24px 60px rgba(32,74,131,.13);
}
.enquiry-card h3{font-size:20px}
.form-grid{gap:12px 13px}
.form-grid label{font-size:9.5px}
.form-grid input,.form-grid select,.form-grid textarea{
  min-height:42px;
  border-radius:9px;
  font-size:10.5px;
  background:#fcfdff;
}
.form-grid textarea{min-height:86px}

.bottom-cta{margin-top:30px}
.bottom-cta-inner{min-height:126px}
.bottom-cta h3{font-size:26px;letter-spacing:-.025em}
.cta-round{
  width:62px;
  height:62px;
  box-shadow:0 12px 24px rgba(0,0,0,.1);
}
.footer{padding-top:40px}
.footer-grid{gap:34px;padding-bottom:32px}
.footer h4{font-size:12.5px}
.footer a{font-size:10.5px;transition:.2s ease}
.footer a:hover{transform:translateX(2px)}

@media (prefers-reduced-motion:no-preference){
  .reveal-ready{
    opacity:0;
    transform:translateY(20px);
    transition:opacity .65s ease,transform .65s ease;
  }
  .reveal-ready.revealed{
    opacity:1;
    transform:none;
  }
}

@media(max-width:1180px){
  .page-shell{width:min(100% - 40px,1240px)}
  .hero-grid{grid-template-columns:1.1fr 1fr .82fr;gap:20px}
  .hero h1{font-size:50px}
}
@media(max-width:980px){
  .hero{padding-top:34px}
  .hero-grid{grid-template-columns:1fr 1fr}
  .quick-card{grid-column:1/-1}
  .industry-row{grid-template-columns:repeat(4,1fr)}
  .contact-area{padding:40px}
  .main-nav{top:69px;border-radius:18px}
}
@media(max-width:680px){
  .page-shell{width:min(100% - 24px,1240px)}
  .site-header{position:sticky}
  .nav-wrap{min-height:66px}
  .brand{width:176px}
  .hero{padding-top:26px}
  .hero-grid{grid-template-columns:1fr;gap:18px}
  .hero h1{font-size:42px;line-height:1.04}
  .hero-copy>p{font-size:14px}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr}
  .hero-actions .btn{min-width:0;padding-inline:12px}
  .trust-row{gap:10px 14px}
  .hero-visual{min-height:310px}
  .quick-card{padding:17px}
  .section{padding-top:54px}
  .section-head h2{font-size:30px}
  .journey-grid{gap:14px}
  .info-card{min-height:auto;padding:21px}
  .industry-row{grid-template-columns:repeat(2,1fr);gap:10px}
  .industry-chip{justify-content:flex-start;padding-inline:12px}
  .process-track{border-radius:16px;padding-top:32px}
  .blue-banner{padding:24px 20px}
  .blue-banner h3{font-size:23px}
  .contact-area{padding:28px 18px;border-radius:22px}
  .contact-copy h2{font-size:35px}
  .enquiry-card{padding:20px 16px}
  .bottom-cta h3{font-size:23px}
}

/* Flash banner for the real contact-form submission (added when wiring the form to public/preview-home-contact) */
.ph-flash{position:sticky;top:0;z-index:200;text-align:center;padding:12px 20px;font-weight:700;font-size:13px}
.ph-flash-success{background:#e7f8ef;color:#0a6b3d;border-bottom:1px solid #bfe8d2}
.ph-flash-danger{background:#fdeceb;color:#a3231d;border-bottom:1px solid #f4c6c2}
.ph-flash-warning{background:#fff6e5;color:#8a5a00;border-bottom:1px solid #f6dfab}

/* Urgent/featured badges on job cards, surfaced from jobs.is_urgent / jobs.is_featured */
.job-badges{display:flex;gap:6px;margin-bottom:10px}
.job-badge{font-size:9px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;padding:3px 8px;border-radius:999px}
.job-badge-urgent{background:#fdeceb;color:#c1281f}
.job-badge-featured{background:#fff6e0;color:#8a5a00}
