@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
}

:root {
    --navy-900: #0a1631;
    --navy-800: #0f1d40;
    --navy-700: #1a3677;
    --blue-600: #1d56d8;
    --sky-500: #0ea5e9;
    --teal-400: #04cdd4;
    --ink: #1b2440;
    --slate: #566184;
    --slate-l: #8a95b3;
    --line: #e7ebf3;
    --bg: #ffffff;
    --bg-alt: #f5f8fd;
    --bg-soft: #eef3fb;
    --grad: linear-gradient(100deg, #1a3677 0%, #1d56d8 38%, #0ea5e9 72%, #04cdd4 100%);
    --grad-soft: linear-gradient(135deg, #eef3fb, #e6f6fb);
    --shadow: 0 10px 40px -12px rgba(16, 32, 80, .18);
    --shadow-lg: 0 24px 60px -18px rgba(16, 32, 80, .28);
    --r: 16px;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--bg);
	color: var(--ink);
    line-height: 1.6;
	margin: 0;
}

header.main-hero {
	display: grid;
	grid-template-columns: 5fr 4fr;
	grid-template-rows: 10px 100px 10px;
}

header div.title-container {
	grid-column: 1;
	grid-row: 2;

	display: grid;
	grid-template-columns: 160px auto;
}

header div.title-container div {
	display: inline;
}

header div.title-container div h1 {
    margin: 0;
    font-size: 2.5em;
	font-weight: 100;
	height: 48px;
}

header div.title-container div h1 strong {
	font-weight: 800;
}

header div.title-container div p {
    margin: 0;
    font-size: 1.2em;
	font-weight: 100;
	color: var(--slate-l);
}

header div.title-container img {
	display: inline;
	width: 150px;
	height: auto;
}

header nav {
	text-align: right;
	grid-column: 2;
	grid-row: 2;
}

header nav ul {
	display: inline;
	list-style: none;
}

header nav ul li {
	display: inline;
	padding: 10px;
}

header nav ul li a {
	color: #444;
}

/* section { */
/*     margin: 20px 0; */
/* } */

.intro {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.service {
    background: #f4f4f4;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.service h3 {
    margin-top: 0;
}

form div.field {
	display: grid;
	margin: 20px 0px;
}

form div.field label {
	font-weight: 600;
}

form div.field textarea {
	height: 120px;
}

form {
	width: 600px;
	margin: 0 auto;
	border: 1px solid black;
	padding: 10px 20px;
	background: #fcfcfc;
}

form div.submit {
	text-align: center;
}

form div.submit button {
	width: 100%;
    justify-content: center;
    margin-top: 6px;
}

form div.form-subtext {
	margin: 10px 0;
	text-align: center;
}

footer {
	background: #070f24;
    color: #9fabc9;
    padding: 56px 0 30px;
    text-align: center;
}

footer nav span {
	padding: 0 20px;
}

footer a {
	font-weight: 500;
    font-size: .95rem;
    transition: color .2s;
	text-decoration: none;
	color: inherit;
}

footer a:hover {
	color: #fff;
}

footer .main-footer {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}

h3.hero-text {
	font-size: 4em;
	font-weight: 850;
	line-height: 1.3em;
	margin-top: 20px;
}

h3.section-header {
	font-size: 3em;
}

p.hero-subtext {
	font-weight: 300;
	font-size: 1.18em;
}

p.hero-subtext strong {
	font-weight: 600;
}

section#pre-body {
	margin: 10px 0;
}

section#pre-body > div.wrap {
	display: grid;
	grid-template-columns: 1.25fr 1fr;
}

section#pre-body > div.wrap > div.body-logo {
	display: flex;
	align-items: center;
}

section#pre-body ul {
	list-style: none;
	margin: 40px auto;
	padding: 0;
}

section#pre-body ul li {
	display: inline;
	padding: 0px 40px 0 0;
}

ul.value-summary {
	list-style: none;
	margin: 50px auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 0;
}

ul.value-summary li {
	display: inline-block;
	padding: 20px;
	margin: 0px 10px;
}

ul.challenge-list {
	list-style: none;
	text-align: center;
	margin: 50px auto;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

ul.challenge-list li {
	display: inline-block;
	background: #fcfcfc;
	padding: 30px 10px;
	margin: 0px 20px;
}

ul.service-list {
	list-style: none;
	margin: 50px auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

ul.service-list li {
	display: inline-block;
	padding: 30px 20px;
	margin: 0px 10px;
}

ul.service-list > li > ul , .spot-panel > ul {
	list-style: none;
	padding: 0;
}

ul.service-list > li > ul > li {
	text-align: left;
	padding: 0px 15px;
	margin: 10px 0px;
	display: list-item;
}

ul.service-list > li > ul > li::before , .spot-panel > ul > li::before {
	content: "";
	display: inline-block;
	width: 16px;  /* Explicitly control width */
	height: 16px; /* Explicitly control height */
	margin-right: 8px; /* Control spacing between icon and text */
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="ic" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" aria-hidden="true"><path d="m4.5 12.5 5 5 10-11" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
	background-size: contain;
	background-repeat: no-repeat;
}

ul.reason-list {
	list-style: none;
	margin: 50px auto;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

ul.reason-list li {
	background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r);
	padding: 20px 20px;
	margin: 10px 10px;

	display: grid;
	grid-template-columns: 0.15fr 1fr;
}

#contact {
	background: var(--navy-900);
    color: #eaf0fb;
    position: relative;
    overflow: hidden;
	margin: 0;
}

#contact-form {
	background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    padding: 34px;
}

.field input, .field select, .field textarea {
    padding: 13px 15px;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .06);
    color: #fff;
    font-family: inherit;
    font-size: .97rem;
    transition: border-color .25s, background .25s;
}

.field label {
	display: block;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: .82rem;
    letter-spacing: .03em;
    color: #bcc8e6;
    margin-bottom: 7px;
}

.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: .55em;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: .95rem;
    padding: 14px 26px;
    border-radius: 999px;
    cursor: pointer;
    border: 1.6px solid transparent;
    transition: transform .25s, box-shadow .25s, background .25s, color .25s;

	text-decoration: none;
}

.btn-primary {
    background: var(--grad);
    color: #fff;
    box-shadow: 0 10px 26px -10px rgba(29, 86, 216, .6);
}

.btn-ghost {
    background: transparent;
    border-color: var(--line);
    color: var(--navy-800);
}

.vcard {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 30px 28px;
    transition: transform .3s, box-shadow .3s, border-color .3s;
}

.vcard h3 {
	margin: 0 0 8px 0;
}

.vcard p {
	margin: 0;
}

.ccard {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 8px;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s;
}

.cprob {
    background: #fbfafc;
}

.cblock {
    padding: 16px 18px;
    border-radius: 11px;
}

.csol {
    background: linear-gradient(135deg, rgba(29, 86, 216, .06), rgba(4, 205, 212, .07));
    margin-top: 6px;
}

.alt {
    background: var(--bg-alt);
}

.wrap {
	width: min(1180px, 92vw);
    margin: 0 auto;
    padding: 20px 40px;
}

.eyebrow {
	font-family: 'Montserrat';
    font-weight: 700;
    font-size: .78rem;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--blue-600);
    margin-bottom: 20px;
}

.scard {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 34px 30px;
    display: flex;
    flex-direction: column;
    transition: transform .3s, box-shadow .3s, border-color .3s;
    position: relative;
    overflow: hidden;
}

.scard h3 {
	font-size: 1.34rem;
    font-weight: 800;
	margin: 0 0 10px 0;
}

.scard p, .scard ul {
	font-size: 0.96rem;
}

.sone {
    color: var(--blue-600);
    font-weight: 600;
    margin-top: 6px;
}

.spot-label {
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: .7rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #fff;
    background: var(--grad);
    padding: 6px 14px;
    border-radius: 999px;
}

.spotlight {
    margin-top: 26px;
    border: 1px solid var(--line);
	border-radius: 20px;
    background: linear-gradient(135deg, #f2f7fe, #e9f6fb);
    overflow: hidden;
    position: relative;
	display: grid;
	grid-template-columns: 1fr 0.7fr;
}

#featured-solution div.wrap {
}

.spot-copy {
	padding: 42px 44px;
}

.spot-panel {
    padding: 38px 34px;
    background: rgba(255, 255, 255, .55);
    border-left: 1px solid var(--line);
}

.chip-w {
    font-size: .82rem;
    font-weight: 500;
    color: var(--navy-700);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 6px 12px;
	text-align: center;
}

.chips {
	display: grid;
	margin-top: 14px;
	grid-template-columns: repeat(2, minmax(auto, 250px));
	grid-gap: 8px;
}

.spotlight h5 {
    font-size: .72rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--slate-l);
    font-weight: 700;
    margin-bottom: 12px;
}

.spotlight ul li {
	margin: 10px 0;
}

.ic {
	width: 24px;
    height: 24px;
}

.contact-grid .ic {
	color: var(--teal-400);
    flex: 0 0 auto;
}

.contact-grid .mailbox {
	display: grid;
    grid-template-columns: 0.07fr 1fr;
	margin: 10px 0;
}

.contact-grid .mailbox a {
	color: #fff;
    font-weight: 600;
}

#contact::before {
	content: "";
    position: absolute;
    top: -150px;
    left: -100px;
    width: 560px;
    height: 560px;
    background: radial-gradient(circle, rgba(29, 86, 216, .3), transparent 65%);
}

.contact-grid .eyebrow {
	color: var(--teal-400);
}

.ctag {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 1.12rem;
    color: var(--navy-800);
    padding: 18px 18px 10px;
}

#clients {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

#clients p {
	font-family: 'Montserrat';
    font-weight: 600;
    color: var(--slate-l);
    font-size: .82rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

hr {
	border-width: 0.5px;
    color: #2a2a2a;
    border-style: solid;
}

footer .title {
	font-size: 1.15em;
}

footer .copyright {
	font-size: 0.8em;
}

.wico {
	flex: 0 0 auto;
    display: inline-flex;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--navy-800);
    color: #fff;
    align-items: center;
    justify-content: center;

	margin-block-start: 1.5em;
    margin-block-end: 1.5em;
}

.sico {
	display: inline-flex;
    width: 58px;
    height: 58px;
    border-radius: 15px;
    background: var(--grad);
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.vico {
	display: inline-flex;
    width: 50px;
    height: 50px;
    border-radius: 13px;
    background: var(--grad-soft);
    color: var(--blue-600);
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.grad-txt {
	background: var(--grad);
	background-clip: text;
	color: transparent;
}

.main-image img {
	width: 600px;
	padding: 40px 0;
}